/* Minify_CSS_UriRewriter::$debugText

*/

/* basic.css */

/* 1   */ /* ------------------------------------------------------------------------ */
/* 2   */ /* CSS Reset v2.0 by http://meyerweb.com/eric/tools/css/reset/
/* 3   *| /* ------------------------------------------------------------------------ */
/* 4   */
/* 5   */ html, body, div, span, applet, object, iframe,
/* 6   */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 7   */ a, abbr, acronym, address, big, cite, code,
/* 8   */ del, dfn, em, img, ins, kbd, q, s, samp,
/* 9   */ small, strike, strong, sub, sup, tt, var,
/* 10  */ b, u, i, center,
/* 11  */ dl, dt, dd, ol, ul, li,
/* 12  */ fieldset, form, label, legend,
/* 13  */ table, caption, tbody, tfoot, thead, tr, th, td,
/* 14  */ article, aside, canvas, details, embed,
/* 15  */ figure, figcaption, footer, header, hgroup,
/* 16  */ menu, nav, output, ruby, section, summary,
/* 17  */ time, mark, audio, video {
/* 18  */ 	margin: 0;
/* 19  */ 	padding: 0;
/* 20  */ 	border: 0;
/* 21  */ 	font-size: 100%;
/* 22  */ 	font: inherit;
/* 23  */ 	vertical-align: baseline;
/* 24  */ }
/* 25  */ /* HTML5 display-role reset for older browsers */
/* 26  */ article, aside, details, figcaption, figure,
/* 27  */ footer, header, hgroup, menu, nav, section {
/* 28  */ 	display: block;
/* 29  */ }
/* 30  */ body {
/* 31  */ 	line-height: 1;
/* 32  */ }
/* 33  */ ol, ul {
/* 34  */ 	list-style: none;
/* 35  */ }
/* 36  */ blockquote, q {
/* 37  */ 	quotes: none;
/* 38  */ }
/* 39  */ blockquote:before, blockquote:after,
/* 40  */ q:before, q:after {
/* 41  */ 	content: '';
/* 42  */ 	content: none;
/* 43  */ }
/* 44  */ table {
/* 45  */ 	border-collapse: collapse;
/* 46  */ 	border-spacing: 0;
/* 47  */ }
/* 48  */
/* 49  */ /* ------------------------------------------------------------------------ */
/* 50  */ /* Basic WordPress WYSIWYG Editor Styles

/* basic.css *|

/* 51  *| /* ------------------------------------------------------------------------ */
/* 52  */
/* 53  */ /* Images */
/* 54  */ .alignleft {
/* 55  */ 	float: left;
/* 56  */ 	margin-right:20px;
/* 57  */ 	margin-bottom:20px;
/* 58  */ }
/* 59  */ .alignright {
/* 60  */ 	float: right;
/* 61  */ 	margin-left:20px;
/* 62  */ 	margin-bottom:20px;
/* 63  */ }
/* 64  */ .aligncenter {
/* 65  */ 	display: block;
/* 66  */ 	margin-left: auto;
/* 67  */ 	margin-right: auto;
/* 68  */ }
/* 69  */ .wp-caption {
/* 70  */ 	max-width: 100%; /* Keep wide captions from overflowing their container. */
/* 71  */ 	padding: 0px;
/* 72  */ }
/* 73  */ .wp-caption .wp-caption-text,
/* 74  */ .gallery-caption,
/* 75  */ .entry-caption {
/* 76  */ 	color: #888888;
/* 77  */ }
/* 78  */ img.wp-smiley,
/* 79  */ .rsswidget img {
/* 80  */ }
/* 81  */
/* 82  */ blockquote.left {
/* 83  */ 	margin-right: 20px;
/* 84  */ 	text-align: right;
/* 85  */ 	margin-left: 0;
/* 86  */ 	width: 33%;
/* 87  */ 	float: left;
/* 88  */ }
/* 89  */
/* 90  */ blockquote.right {
/* 91  */ 	margin-left: 20px;
/* 92  */ 	text-align: left;
/* 93  */ 	margin-right: 0;
/* 94  */ 	width: 33%;
/* 95  */ 	float: right;
/* 96  */ }
/* 97  */
/* 98  */ .size-full {}
/* 99  */ .size-large {}
/* 100 */ .size-medium {}

/* basic.css */

/* 101 */ .size-thumbnail {}
/* 102 */
/* 103 */ .sticky {}
/* 104 */ .bypostauthor {}
/* 105 */
/* 106 */ /* ------------------------------------------------------------------------ */
/* 107 */ /* EOF
/* 108 *| /* ------------------------------------------------------------------------ */
/* Minify_CSS_UriRewriter::$debugText

*/

/* headers.css */

/* 1   */ /* ------------------------------------------------------------------------ */
/* 2   */ /* ------------------------------------------------------------------------ */
/* 3   */ /* 1. Header V1 - Navigation */
/* 4   */ /* ------------------------------------------------------------------------ */
/* 5   */ /* ------------------------------------------------------------------------ */
/* 6   */
/* 7   */ #header #navigation .select-menu { display: none }
/* 8   */
/* 9   */ #header #navigation ul {
/* 10  */     float: right;
/* 11  */     list-style: none;
/* 12  */     margin: 0;
/* 13  */     margin-top:0px;
/* 14  */ }
/* 15  */
/* 16  */     #header #navigation ul li {
/* 17  */         display: block;
/* 18  */         float: left;
/* 19  */         position: relative;
/* 20  */     }
/* 21  */
/* 22  */         #header #navigation ul li a {
/* 23  */         	height:87px;
/* 24  */             display: block;
/* 25  */             float: left;
/* 26  */             line-height: 87px;
/* 27  */             margin: 0 0 0px 15px;
/* 28  */             padding: 0px 5px;
/* 29  */             border-bottom: 3px solid transparent;
/* 30  */             font-size: 13px;
/* 31  */             color: #666666;
/* 32  */         }
/* 33  */
/* 34  */         #header #navigation ul li a:hover {
/* 35  */             color: #333333;
/* 36  */             border-bottom: 3px solid #333333;
/* 37  */         }
/* 38  */
/* 39  */ /* Active Status ---------------------------------------------------- */
/* 40  */ #header #navigation li.current-menu-item a,
/* 41  */ #header #navigation li.current-menu-item a:hover,
/* 42  */ #header #navigation li.current-page-ancestor a,
/* 43  */ #header #navigation li.current-page-ancestor a:hover,
/* 44  */ #header #navigation li.current-menu-ancestor a,
/* 45  */ #header #navigation li.current-menu-ancestor a:hover,
/* 46  */ #header #navigation li.current-menu-parent a,
/* 47  */ #header #navigation li.current-menu-parent a:hover,
/* 48  */ #header #navigation li.current_page_ancestor a,
/* 49  */ #header #navigation li.current_page_ancestor a:hover {
/* 50  */     color: #289dcc;

/* headers.css */

/* 51  */     font-weight: 600;
/* 52  */     border-bottom: 3px solid #289dcc;
/* 53  */ }
/* 54  */
/* 55  */ /* Sub-menu ---------------------------------------------------- */
/* 56  */ #header #navigation .sub-menu{
/* 57  */ 	top: 87px;
/* 58  */ 	left: 15px;
/* 59  */ }
/* 60  */
/* 61  */ @media only screen and (min-width: 960px) {
/* 62  */ 	.stuck {
/* 63  */ 		margin:0 auto;
/* 64  */ 		position:fixed !important;
/* 65  */ 		top:0;
/* 66  */ 		-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, .3);
/* 67  */ 		   -moz-box-shadow:0 2px 4px rgba(0, 0, 0, .3);
/* 68  */ 	            box-shadow:0 2px 4px rgba(0, 0, 0, .3);
/* 69  */ 		z-index: 2000;
/* 70  */ 		width: 100%;
/* 71  */ 	}
/* 72  */ }
/* 73  */
/* 74  */ @media only screen and (max-width: 959px) {
/* 75  */ 	.sticky-wrapper{
/* 76  */ 		height: auto !important;
/* 77  */ 	}
/* 78  */ }
/* 79  */
/* 80  */ /* ------------------------------------------------------------------------ */
/* 81  */ /* ------------------------------------------------------------------------ */
/* 82  */ /* 2. Header V2 - Navigation */
/* 83  */ /* ------------------------------------------------------------------------ */
/* 84  */ /* ------------------------------------------------------------------------ */
/* 85  */
/* 86  */ #header-v2 .header-v2-container{
/* 87  */ 	height: 90px;
/* 88  */ }
/* 89  */
/* 90  */ #header-v2 .logo{
/* 91  */ 	margin-top:33px;
/* 92  */ }
/* 93  */
/* 94  */ #header-v2 #navigation .select-menu {    display: none }
/* 95  */
/* 96  */ #header-v2 #navigation{
/* 97  */ 	border-top:1px solid #dddddd;
/* 98  */ 	background: #ffffff;
/* 99  */ }
/* 100 */

/* headers.css */

/* 101 */ #header-v2 #navigation ul {
/* 102 */     list-style: none;
/* 103 */     margin: 0;
/* 104 */ }
/* 105 */
/* 106 */     #header-v2 #navigation ul li {
/* 107 */         display: block;
/* 108 */         float: left;
/* 109 */         position: relative;
/* 110 */         line-height: 1;
/* 111 */     }
/* 112 */
/* 113 */         #header-v2 #navigation ul li a {
/* 114 */             display: block;
/* 115 */             float: left;
/* 116 */             margin: 0;
/* 117 */             padding: 14px 20px;
/* 118 */             font-size: 13px;
/* 119 */             color: #666666;
/* 120 */
/* 121 */         }
/* 122 */
/* 123 */         #header-v2 #navigation ul li:after{
/* 124 */         	content: '';
/* 125 */         	height:50%;
/* 126 */         	top:25%;
/* 127 */         	left: 0;
/* 128 */         	border-right: 1px solid #efefef;
/* 129 */ 	        position: absolute;
/* 130 */         }
/* 131 */
/* 132 */         #header-v2 #navigation ul li a:hover {
/* 133 */             color: #333333;
/* 134 */         }
/* 135 */
/* 136 */ /* Active Status ---------------------------------------------------- */
/* 137 */ #header-v2 #navigation li.current-menu-item a,
/* 138 */ #header-v2 #navigation li.current-menu-item a:hover,
/* 139 */ #header-v2 #navigation li.current-page-ancestor a,
/* 140 */ #header-v2 #navigation li.current-page-ancestor a:hover,
/* 141 */ #header-v2 #navigation li.current-menu-ancestor a,
/* 142 */ #header-v2 #navigation li.current-menu-ancestor a:hover,
/* 143 */ #header-v2 #navigation li.current-menu-parent a,
/* 144 */ #header-v2 #navigation li.current-menu-parent a:hover,
/* 145 */ #header-v2 #navigation li.current_page_ancestor a,
/* 146 */ #header-v2 #navigation li.current_page_ancestor a:hover {
/* 147 */     color: #289dcc;
/* 148 */     font-weight: 600;
/* 149 */     border-top: 1px solid #289dcc;
/* 150 */     margin-top:-1px;

/* headers.css */

/* 151 */ }
/* 152 */
/* 153 */ #header-v2 #navigation li.current-menu-item a:after,
/* 154 */ #header-v2 #navigation li.current-page-ancestor a:after,
/* 155 */ #header-v2 #navigation li.current-menu-ancestor a:after,
/* 156 */ #header-v2 #navigation li.current-menu-parent a:after,
/* 157 */ #header-v2 #navigation li.current_page_ancestor a:after{
/* 158 */ 	content: '';
/* 159 */ 	position: absolute;
/* 160 */ 	top:0;
/* 161 */ 	left: 50%;
/* 162 */ 	margin-left: -3px;
/* 163 */ 	width: 0px;
/* 164 */ 	height: 0px;
/* 165 */ 	border-style: solid;
/* 166 */ 	border-width: 5px 5px 0 5px;
/* 167 */ 	border-color: #289dcc transparent transparent transparent;
/* 168 */ }
/* 169 */
/* 170 */ /* Sub-menu ---------------------------------------------------- */
/* 171 */ #header-v2 #navigation .sub-menu{
/* 172 */ 	top:41px;
/* 173 */ }
/* 174 */
/* 175 */ #header-v2 #navigation .sub-menu li:after{
/* 176 */ 	display: none;
/* 177 */ }
/* 178 */
/* 179 */ #header-v2 #navigation .sub-menu li a,
/* 180 */ #header-v2 #navigation .sub-menu li .sub-menu li a,
/* 181 */ #header-v2 #navigation .sub-menu li .sub-menu li .sub-menu li a {
/* 182 */     border: none !important;
/* 183 */ }
/* 184 */
/* 185 */ /* remove triangle on subnav */
/* 186 */ #header-v2 #navigation li .sub-menu a:after,
/* 187 */ #header-v2 #navigation li .sub-menu a:after,
/* 188 */ #header-v2 #navigation li .sub-menu a:after,
/* 189 */ #header-v2 #navigation li .sub-menu a:after,
/* 190 */ #header-v2 #navigation li .sub-menu a:after{
/* 191 */ 	display: none !important;
/* 192 */ }
/* 193 */
/* 194 */ /* Misc ---------------------------------------------------- */
/* 195 */
/* 196 */ #header-v2 .slogan{
/* 197 */ 	float: right;
/* 198 */ 	margin-top:30px;
/* 199 */ 	margin-right:10px;
/* 200 */ }

/* headers.css */

/* 201 */
/* 202 */ #header-v2 #header-searchform{
/* 203 */ 	margin-top:30px;
/* 204 */ }
/* 205 */
/* 206 */ #header-v2 #header-searchform input {
/* 207 */     border:1px solid #dddddd;
/* 208 */     width: 180px;
/* 209 */     cursor:text;
/* 210 */     padding-left:30px;
/* 211 */ }
/* 212 */ #header-v2 #header-searchform input:focus {
/* 213 */ 	background-color: #ffffff;
/* 214 */     border:1px solid #dddddd;
/* 215 */     width: 180px;
/* 216 */ }
/* 217 */
/* 218 */ /* ------------------------------------------------------------------------ */
/* 219 */ /* ------------------------------------------------------------------------ */
/* 220 */ /* 3. Header V3 - Navigation */
/* 221 */ /* ------------------------------------------------------------------------ */
/* 222 */ /* ------------------------------------------------------------------------ */
/* 223 */
/* 224 */ #header-v3{
/* 225 */ 	height: 90px;
/* 226 */ }
/* 227 */
/* 228 */ #header-v3 #navigation .select-menu {    display: none }
/* 229 */
/* 230 */ #header-v3 #navigation ul {
/* 231 */     float: right;
/* 232 */     list-style: none;
/* 233 */     margin: 0;
/* 234 */     margin-top:26px;
/* 235 */ }
/* 236 */
/* 237 */ #header-v3 #navigation ul li {
/* 238 */ 	display: block;
/* 239 */ 	float: left;
/* 240 */ 	position: relative;
/* 241 */ 	margin: 0;
/* 242 */ 	line-height: 1;
/* 243 */ }
/* 244 */
/* 245 */ #header-v3 #navigation ul li a {
/* 246 */     display: block;
/* 247 */     float: left;
/* 248 */     margin: 0 0 0 0px;
/* 249 */     padding: 11px 15px;
/* 250 */     background: #ffffff;

/* headers.css */

/* 251 */     font-size: 13px;
/* 252 */     color: #666666;
/* 253 */ }
/* 254 */
/* 255 */ #header-v3 #navigation ul li a:hover, #header-v3 #navigation ul li.sfHover a  {
/* 256 */     color: #ffffff;
/* 257 */     background: #555555;
/* 258 */ }
/* 259 */
/* 260 */ /* Active Status ---------------------------------------------------- */
/* 261 */ #header-v3 #navigation li.current-menu-item a,
/* 262 */ #header-v3 #navigation li.current-menu-item a:hover,
/* 263 */ #header-v3 #navigation li.current-page-ancestor a,
/* 264 */ #header-v3 #navigation li.current-page-ancestor a:hover,
/* 265 */ #header-v3 #navigation li.current-menu-ancestor a,
/* 266 */ #header-v3 #navigation li.current-menu-ancestor a:hover,
/* 267 */ #header-v3 #navigation li.current-menu-parent a,
/* 268 */ #header-v3 #navigation li.current-menu-parent a:hover,
/* 269 */ #header-v3 #navigation li.current_page_ancestor a,
/* 270 */ #header-v3 #navigation li.current_page_ancestor a:hover {
/* 271 */     color: #ffffff;
/* 272 */     background: #289dcc;
/* 273 */     font-weight: 600;
/* 274 */ }
/* 275 */
/* 276 */ /* Sub-menu ---------------------------------------------------- */
/* 277 */ #header-v3 #navigation .sub-menu{
/* 278 */ 	top: 37px;
/* 279 */ 	left: 0;
/* 280 */ 	margin: 0;
/* 281 */ 	border-top: 0;
/* 282 */ }
/* 283 */
/* 284 */ #header-v3 #navigation .sub-menu li a,
/* 285 */ #header-v3 #navigation .sub-menu li .sub-menu li a,
/* 286 */ #header-v3 #navigation .sub-menu li .sub-menu li .sub-menu li a {
/* 287 */     background: no-repeat !important;
/* 288 */ }
/* 289 */
/* 290 */ /* ------------------------------------------------------------------------ */
/* 291 */ /* ------------------------------------------------------------------------ */
/* 292 */ /* 2. Header V2 - Navigation */
/* 293 */ /* ------------------------------------------------------------------------ */
/* 294 */ /* ------------------------------------------------------------------------ */
/* 295 */
/* 296 */ #header-v4 .header-v4-container{
/* 297 */ 	height: 90px;
/* 298 */ }
/* 299 */
/* 300 */ #header-v4 #navigation.stuck{

/* headers.css */

/* 301 */ 	-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, .1);
/* 302 */ 	   -moz-box-shadow:0 2px 4px rgba(0, 0, 0, .1);
/* 303 */             box-shadow:0 2px 4px rgba(0, 0, 0, .1);
/* 304 */ }
/* 305 */
/* 306 */ #header-v4 .logo{
/* 307 */ 	margin-top:33px;
/* 308 */ }
/* 309 */
/* 310 */ #header-v4 #navigation .select-menu {    display: none }
/* 311 */
/* 312 */ #header-v4 #navigation{
/* 313 */ 	background: #555555;
/* 314 */ }
/* 315 */
/* 316 */ #header-v4 #navigation ul {
/* 317 */     list-style: none;
/* 318 */     margin: 0;
/* 319 */ }
/* 320 */
/* 321 */     #header-v4 #navigation ul li {
/* 322 */         display: block;
/* 323 */         float: left;
/* 324 */         position: relative;
/* 325 */         line-height: 1;
/* 326 */     }
/* 327 */
/* 328 */         #header-v4 #navigation ul li a {
/* 329 */             display: block;
/* 330 */             float: left;
/* 331 */             margin: 0;
/* 332 */             padding: 14px 20px;
/* 333 */             font-size: 13px;
/* 334 */             color: #ffffff;
/* 335 */         }
/* 336 */
/* 337 */         #header-v4 #navigation ul li a:hover, #header-v4 #navigation ul li.sfHover a {
/* 338 */             color: #ffffff;
/* 339 */             background: #444444;
/* 340 */         }
/* 341 */
/* 342 */ /* Active Status ---------------------------------------------------- */
/* 343 */ #header-v4 #navigation li.current-menu-item a,
/* 344 */ #header-v4 #navigation li.current-menu-item a:hover,
/* 345 */ #header-v4 #navigation li.current-page-ancestor a,
/* 346 */ #header-v4 #navigation li.current-page-ancestor a:hover,
/* 347 */ #header-v4 #navigation li.current-menu-ancestor a,
/* 348 */ #header-v4 #navigation li.current-menu-ancestor a:hover,
/* 349 */ #header-v4 #navigation li.current-menu-parent a,
/* 350 */ #header-v4 #navigation li.current-menu-parent a:hover,

/* headers.css */

/* 351 */ #header-v4 #navigation li.current_page_ancestor a,
/* 352 */ #header-v4 #navigation li.current_page_ancestor a:hover {
/* 353 */     color: #ffffff;
/* 354 */     font-weight: 600;
/* 355 */     background: #289dcc;
/* 356 */ }
/* 357 */
/* 358 */ /* Sub-menu ---------------------------------------------------- */
/* 359 */ #header-v4 #navigation .sub-menu{
/* 360 */ 	top:41px;
/* 361 */ 	border-top: 0;
/* 362 */ }
/* 363 */
/* 364 */ #header-v4 #navigation .sub-menu li a,
/* 365 */ #header-v4 #navigation .sub-menu li .sub-menu li a,
/* 366 */ #header-v4 #navigation .sub-menu li .sub-menu li .sub-menu li a {
/* 367 */     border: none !important;
/* 368 */     background: none !important;
/* 369 */ }
/* 370 */
/* 371 */ /* Misc ---------------------------------------------------- */
/* 372 */
/* 373 */ #header-v4 .slogan{
/* 374 */ 	float: right;
/* 375 */ 	margin-top:30px;
/* 376 */ 	margin-right:10px;
/* 377 */ }
/* 378 */
/* 379 */ #header-v4 #header-searchform{
/* 380 */ 	margin-top:30px;
/* 381 */ }
/* 382 */
/* 383 */ #header-v4 #header-searchform input {
/* 384 */     border:1px solid #dddddd;
/* 385 */     width: 180px;
/* 386 */     cursor:text;
/* 387 */     padding-left:30px;
/* 388 */ }
/* 389 */ #header-v4 #header-searchform input:focus {
/* 390 */ 	background-color: #ffffff;
/* 391 */     border:1px solid #dddddd;
/* 392 */     width: 180px;
/* 393 */ }
/* 394 */
/* 395 */ /* ------------------------------------------------------------------------ */
/* 396 */ /* ------------------------------------------------------------------------ */
/* 397 */ /* 2. Header v5 - Navigation */
/* 398 */ /* ------------------------------------------------------------------------ */
/* 399 */ /* ------------------------------------------------------------------------ */
/* 400 */

/* headers.css */

/* 401 */ #header-v5 .header-v5-container{
/* 402 */ 	height: 120px;
/* 403 */ 	text-align: center;
/* 404 */ }
/* 405 */
/* 406 */ #header-v5 .logo{
/* 407 */ 	margin-top:33px;
/* 408 */ }
/* 409 */
/* 410 */ #header-v5 #navigation .select-menu {    display: none }
/* 411 */
/* 412 */ #header-v5 #navigation{
/* 413 */ 	border-top:1px solid #dddddd;
/* 414 */ 	background: #ffffff;
/* 415 */ }
/* 416 */
/* 417 */ #header-v5 #navigation ul {
/* 418 */     list-style: none;
/* 419 */     margin: 0;
/* 420 */     text-align: center;
/* 421 */ }
/* 422 */
/* 423 */     #header-v5 #navigation ul li {
/* 424 */        display: inline-block;
/* 425 */         position: relative;
/* 426 */         margin: 0 15px;
/* 427 */         line-height: 1;
/* 428 */     }
/* 429 */
/* 430 */         #header-v5 #navigation ul li a {
/* 431 */             display: inline-block;
/* 432 */             position: relative;
/* 433 */             margin: 0px;
/* 434 */             padding: 14px 0px;
/* 435 */             font-size: 13px;
/* 436 */             color: #666666;
/* 437 */         }
/* 438 */
/* 439 */         #header-v5 #navigation ul li a:hover {
/* 440 */             color: #333333;
/* 441 */         }
/* 442 */
/* 443 */ /* Active Status ---------------------------------------------------- */
/* 444 */ #header-v5 #navigation li.current-menu-item a,
/* 445 */ #header-v5 #navigation li.current-menu-item a:hover,
/* 446 */ #header-v5 #navigation li.current-page-ancestor a,
/* 447 */ #header-v5 #navigation li.current-page-ancestor a:hover,
/* 448 */ #header-v5 #navigation li.current-menu-ancestor a,
/* 449 */ #header-v5 #navigation li.current-menu-ancestor a:hover,
/* 450 */ #header-v5 #navigation li.current-menu-parent a,

/* headers.css */

/* 451 */ #header-v5 #navigation li.current-menu-parent a:hover,
/* 452 */ #header-v5 #navigation li.current_page_ancestor a,
/* 453 */ #header-v5 #navigation li.current_page_ancestor a:hover {
/* 454 */     color: #289dcc;
/* 455 */     font-weight: 600;
/* 456 */     border-top: 1px solid #289dcc;
/* 457 */     margin-top:-1px;
/* 458 */ }
/* 459 */
/* 460 */ /* Sub-menu ---------------------------------------------------- */
/* 461 */ #header-v5 #navigation .sub-menu{
/* 462 */ 	top:41px;
/* 463 */ 	left: 0;
/* 464 */ 	text-align: left;
/* 465 */ }
/* 466 */
/* 467 */ #header-v5 #navigation .sub-menu li a,
/* 468 */ #header-v5 #navigation .sub-menu li .sub-menu li a,
/* 469 */ #header-v5 #navigation .sub-menu li .sub-menu li .sub-menu li a {
/* 470 */     border: none !important;
/* 471 */ }
/* 472 */
/* 473 */ /* Misc ---------------------------------------------------- */
/* 474 */
/* 475 */ #header-v5 .slogan{
/* 476 */
/* 477 */ }
/* 478 */
/* 479 */ /* ------------------------------------------------------------------------ */
/* 480 */ /* ------------------------------------------------------------------------ */
/* 481 */ /* 12. Header Subnavigation */
/* 482 */ /* ------------------------------------------------------------------------ */
/* 483 */ /* ------------------------------------------------------------------------ */
/* 484 */ #navigation .sub-menu{
/* 485 */ 	position:absolute;
/* 486 */ 	z-index:12000;
/* 487 */ 	display:none;
/* 488 */ 	background:#999999 !important;
/* 489 */ 	padding:5px 15px;
/* 490 */ 	-webkit-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.2);
/* 491 */ 	   -moz-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.2);
/* 492 */ 	        box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.2);
/* 493 */ 	-webkit-border-radius:0px 0px 3px 3px;
/* 494 */ 	   -moz-border-radius:0px 0px 3px 3px;
/* 495 */ 	        border-radius:0px 0px 3px 3px;
/* 496 */ 	border-top:3px solid #555555;
/* 497 */ }
/* 498 */
/* 499 */     #navigation .sub-menu li {
/* 500 */         display: block !important;

/* headers.css */

/* 501 */         margin: 0 !important;
/* 502 */         padding: 0 !important;
/* 503 */         height: auto !important;
/* 504 */         border-bottom: 1px solid #a5a5a5;
/* 505 */         border-left: none !important;
/* 506 */     }
/* 507 */
/* 508 */     	#navigation .sub-menu li a{
/* 509 */ 			height: auto !important;
/* 510 */ 			line-height: 1 !important;
/* 511 */ 			padding:10px 0 !important;
/* 512 */ 		}
/* 513 */
/* 514 */         html body #navigation .sub-menu li a,
/* 515 */         html body #navigation .sub-menu li .sub-menu li a,
/* 516 */         html body #navigation .sub-menu li .sub-menu li .sub-menu li a {
/* 517 */             border: none !important;
/* 518 */             display: block !important;
/* 519 */             width: 160px;
/* 520 */             margin: 0 !important;
/* 521 */             padding: 8px 0px !important;
/* 522 */             color: #dedede;
/* 523 */             line-height: normal;
/* 524 */             font-weight: normal !important;
/* 525 */             height: auto;
/* 526 */             background: none !important;
/* 527 */         }
/* 528 */
/* 529 */         #navigation .sub-menu li a:hover,
/* 530 */         #navigation .sub-menu li .sub-menu li a:hover,
/* 531 */         #navigation .sub-menu li.current-menu-item a,
/* 532 */         #navigation .sub-menu li.current-menu-item a:hover,
/* 533 */         #navigation .sub-menu li.current_page_item a,
/* 534 */         #navigation .sub-menu li.current_page_item a:hover {
/* 535 */             color: #ffffff !important;
/* 536 */             font-weight: normal;
/* 537 */         }
/* 538 */
/* 539 */     #navigation .sub-menu li:last-child{
/* 540 */     	border: none;
/* 541 */     }
/* 542 */
/* 543 */     #navigation .sub-menu li ul {
/* 544 */         top: -1px !important;
/* 545 */         left: 178px !important;
/* 546 */         border-top: none;
/* 547 */         -webkit-border-radius:3px;
/* 548 */ 		   -moz-border-radius:3px;
/* 549 */ 		        border-radius:3px;
/* 550 */     }
/* Minify_CSS_UriRewriter::$debugText

*/

/* bootstrap.css */

/* 1   */ /* ------------------------------------------------------------------------ */
/* 2   */ /* Bootstrap - Glyph Icons */
/* 3   */ /* ------------------------------------------------------------------------ */
/* 4   */
/* 5   */ [class^="icon-"],
/* 6   */ [class*=" icon-"] {
/* 7   */   display: inline-block;
/* 8   */   width: 14px;
/* 9   */   height: 14px;
/* 10  */   *margin-right: .3em;
/* 11  */   line-height: 1;
/* 12  */   vertical-align: middle;
/* 13  */   background-image: url("../images/glyphicons-halflings.png");
/* 14  */   background-position: 14px 14px;
/* 15  */   background-repeat: no-repeat;
/* 16  */   margin-top: -1px;
/* 17  */ }
/* 18  */ /* White icons with optional class, or on hover/active states of certain elements */
/* 19  */ a.button.black i,
/* 20  */ a.button.alternative-1 i,
/* 21  */ a.button.alternative-2 i,
/* 22  */ a.button.alternative-3 i,
/* 23  */ .icon-white,
/* 24  */ .nav > .active > a > [class^="icon-"],
/* 25  */ .nav > .active > a > [class*=" icon-"],
/* 26  */ .dropdown-menu > li > a:hover > [class^="icon-"],
/* 27  */ .dropdown-menu > li > a:hover > [class*=" icon-"],
/* 28  */ .dropdown-menu > .active > a > [class^="icon-"],
/* 29  */ .dropdown-menu > .active > a > [class*=" icon-"] {
/* 30  */   background-image: url("../images/glyphicons-halflings-white.png");
/* 31  */ }
/* 32  */ .icon-glass {
/* 33  */   background-position: 0      0;
/* 34  */ }
/* 35  */ .icon-music {
/* 36  */   background-position: -24px 0;
/* 37  */ }
/* 38  */ .icon-search {
/* 39  */   background-position: -48px 0;
/* 40  */ }
/* 41  */ .icon-envelope {
/* 42  */   background-position: -72px 0;
/* 43  */ }
/* 44  */ .icon-heart {
/* 45  */   background-position: -96px 0;
/* 46  */ }
/* 47  */ .icon-star {
/* 48  */   background-position: -120px 0;
/* 49  */ }
/* 50  */ .icon-star-empty {

/* bootstrap.css */

/* 51  */   background-position: -144px 0;
/* 52  */ }
/* 53  */ .icon-user {
/* 54  */   background-position: -168px 0;
/* 55  */ }
/* 56  */ .icon-film {
/* 57  */   background-position: -192px 0;
/* 58  */ }
/* 59  */ .icon-th-large {
/* 60  */   background-position: -216px 0;
/* 61  */ }
/* 62  */ .icon-th {
/* 63  */   background-position: -240px 0;
/* 64  */ }
/* 65  */ .icon-th-list {
/* 66  */   background-position: -264px 0;
/* 67  */ }
/* 68  */ .icon-ok {
/* 69  */   background-position: -288px 0;
/* 70  */ }
/* 71  */ .icon-remove {
/* 72  */   background-position: -312px 0;
/* 73  */ }
/* 74  */ .icon-zoom-in {
/* 75  */   background-position: -336px 0;
/* 76  */ }
/* 77  */ .icon-zoom-out {
/* 78  */   background-position: -360px 0;
/* 79  */ }
/* 80  */ .icon-off {
/* 81  */   background-position: -384px 0;
/* 82  */ }
/* 83  */ .icon-signal {
/* 84  */   background-position: -408px 0;
/* 85  */ }
/* 86  */ .icon-cog {
/* 87  */   background-position: -432px 0;
/* 88  */ }
/* 89  */ .icon-trash {
/* 90  */   background-position: -456px 0;
/* 91  */ }
/* 92  */ .icon-home {
/* 93  */   background-position: 0 -24px;
/* 94  */ }
/* 95  */ .icon-file {
/* 96  */   background-position: -24px -24px;
/* 97  */ }
/* 98  */ .icon-time {
/* 99  */   background-position: -48px -24px;
/* 100 */ }

/* bootstrap.css */

/* 101 */ .icon-road {
/* 102 */   background-position: -72px -24px;
/* 103 */ }
/* 104 */ .icon-download-alt {
/* 105 */   background-position: -96px -24px;
/* 106 */ }
/* 107 */ .icon-download {
/* 108 */   background-position: -120px -24px;
/* 109 */ }
/* 110 */ .icon-upload {
/* 111 */   background-position: -144px -24px;
/* 112 */ }
/* 113 */ .icon-inbox {
/* 114 */   background-position: -168px -24px;
/* 115 */ }
/* 116 */ .icon-play-circle {
/* 117 */   background-position: -192px -24px;
/* 118 */ }
/* 119 */ .icon-repeat {
/* 120 */   background-position: -216px -24px;
/* 121 */ }
/* 122 */ .icon-refresh {
/* 123 */   background-position: -240px -24px;
/* 124 */ }
/* 125 */ .icon-list-alt {
/* 126 */   background-position: -264px -24px;
/* 127 */ }
/* 128 */ .icon-lock {
/* 129 */   background-position: -287px -24px;
/* 130 */ }
/* 131 */ .icon-flag {
/* 132 */   background-position: -312px -24px;
/* 133 */ }
/* 134 */ .icon-headphones {
/* 135 */   background-position: -336px -24px;
/* 136 */ }
/* 137 */ .icon-volume-off {
/* 138 */   background-position: -360px -24px;
/* 139 */ }
/* 140 */ .icon-volume-down {
/* 141 */   background-position: -384px -24px;
/* 142 */ }
/* 143 */ .icon-volume-up {
/* 144 */   background-position: -408px -24px;
/* 145 */ }
/* 146 */ .icon-qrcode {
/* 147 */   background-position: -432px -24px;
/* 148 */ }
/* 149 */ .icon-barcode {
/* 150 */   background-position: -456px -24px;

/* bootstrap.css */

/* 151 */ }
/* 152 */ .icon-tag {
/* 153 */   background-position: 0 -48px;
/* 154 */ }
/* 155 */ .icon-tags {
/* 156 */   background-position: -25px -48px;
/* 157 */ }
/* 158 */ .icon-book {
/* 159 */   background-position: -48px -48px;
/* 160 */ }
/* 161 */ .icon-bookmark {
/* 162 */   background-position: -72px -48px;
/* 163 */ }
/* 164 */ .icon-print {
/* 165 */   background-position: -96px -48px;
/* 166 */ }
/* 167 */ .icon-camera {
/* 168 */   background-position: -120px -48px;
/* 169 */ }
/* 170 */ .icon-font {
/* 171 */   background-position: -144px -48px;
/* 172 */ }
/* 173 */ .icon-bold {
/* 174 */   background-position: -167px -48px;
/* 175 */ }
/* 176 */ .icon-italic {
/* 177 */   background-position: -192px -48px;
/* 178 */ }
/* 179 */ .icon-text-height {
/* 180 */   background-position: -216px -48px;
/* 181 */ }
/* 182 */ .icon-text-width {
/* 183 */   background-position: -240px -48px;
/* 184 */ }
/* 185 */ .icon-align-left {
/* 186 */   background-position: -264px -48px;
/* 187 */ }
/* 188 */ .icon-align-center {
/* 189 */   background-position: -288px -48px;
/* 190 */ }
/* 191 */ .icon-align-right {
/* 192 */   background-position: -312px -48px;
/* 193 */ }
/* 194 */ .icon-align-justify {
/* 195 */   background-position: -336px -48px;
/* 196 */ }
/* 197 */ .icon-list {
/* 198 */   background-position: -360px -48px;
/* 199 */ }
/* 200 */ .icon-indent-left {

/* bootstrap.css */

/* 201 */   background-position: -384px -48px;
/* 202 */ }
/* 203 */ .icon-indent-right {
/* 204 */   background-position: -408px -48px;
/* 205 */ }
/* 206 */ .icon-facetime-video {
/* 207 */   background-position: -432px -48px;
/* 208 */ }
/* 209 */ .icon-picture {
/* 210 */   background-position: -456px -48px;
/* 211 */ }
/* 212 */ .icon-pencil {
/* 213 */   background-position: 0 -72px;
/* 214 */ }
/* 215 */ .icon-map-marker {
/* 216 */   background-position: -24px -72px;
/* 217 */ }
/* 218 */ .icon-adjust {
/* 219 */   background-position: -48px -72px;
/* 220 */ }
/* 221 */ .icon-tint {
/* 222 */   background-position: -72px -72px;
/* 223 */ }
/* 224 */ .icon-edit {
/* 225 */   background-position: -96px -72px;
/* 226 */ }
/* 227 */ .icon-share {
/* 228 */   background-position: -120px -72px;
/* 229 */ }
/* 230 */ .icon-check {
/* 231 */   background-position: -144px -72px;
/* 232 */ }
/* 233 */ .icon-move {
/* 234 */   background-position: -168px -72px;
/* 235 */ }
/* 236 */ .icon-step-backward {
/* 237 */   background-position: -192px -72px;
/* 238 */ }
/* 239 */ .icon-fast-backward {
/* 240 */   background-position: -216px -72px;
/* 241 */ }
/* 242 */ .icon-backward {
/* 243 */   background-position: -240px -72px;
/* 244 */ }
/* 245 */ .icon-play {
/* 246 */   background-position: -264px -72px;
/* 247 */ }
/* 248 */ .icon-pause {
/* 249 */   background-position: -288px -72px;
/* 250 */ }

/* bootstrap.css */

/* 251 */ .icon-stop {
/* 252 */   background-position: -312px -72px;
/* 253 */ }
/* 254 */ .icon-forward {
/* 255 */   background-position: -336px -72px;
/* 256 */ }
/* 257 */ .icon-fast-forward {
/* 258 */   background-position: -360px -72px;
/* 259 */ }
/* 260 */ .icon-step-forward {
/* 261 */   background-position: -384px -72px;
/* 262 */ }
/* 263 */ .icon-eject {
/* 264 */   background-position: -408px -72px;
/* 265 */ }
/* 266 */ .icon-chevron-left {
/* 267 */   background-position: -432px -72px;
/* 268 */ }
/* 269 */ .icon-chevron-right {
/* 270 */   background-position: -456px -72px;
/* 271 */ }
/* 272 */ .icon-plus-sign {
/* 273 */   background-position: 0 -96px;
/* 274 */ }
/* 275 */ .icon-minus-sign {
/* 276 */   background-position: -24px -96px;
/* 277 */ }
/* 278 */ .icon-remove-sign {
/* 279 */   background-position: -48px -96px;
/* 280 */ }
/* 281 */ .icon-ok-sign {
/* 282 */   background-position: -72px -96px;
/* 283 */ }
/* 284 */ .icon-question-sign {
/* 285 */   background-position: -96px -96px;
/* 286 */ }
/* 287 */ .icon-info-sign {
/* 288 */   background-position: -120px -96px;
/* 289 */ }
/* 290 */ .icon-screenshot {
/* 291 */   background-position: -144px -96px;
/* 292 */ }
/* 293 */ .icon-remove-circle {
/* 294 */   background-position: -168px -96px;
/* 295 */ }
/* 296 */ .icon-ok-circle {
/* 297 */   background-position: -192px -96px;
/* 298 */ }
/* 299 */ .icon-ban-circle {
/* 300 */   background-position: -216px -96px;

/* bootstrap.css */

/* 301 */ }
/* 302 */ .icon-arrow-left {
/* 303 */   background-position: -240px -96px;
/* 304 */ }
/* 305 */ .icon-arrow-right {
/* 306 */   background-position: -264px -96px;
/* 307 */ }
/* 308 */ .icon-arrow-up {
/* 309 */   background-position: -289px -96px;
/* 310 */ }
/* 311 */ .icon-arrow-down {
/* 312 */   background-position: -312px -96px;
/* 313 */ }
/* 314 */ .icon-share-alt {
/* 315 */   background-position: -336px -96px;
/* 316 */ }
/* 317 */ .icon-resize-full {
/* 318 */   background-position: -360px -96px;
/* 319 */ }
/* 320 */ .icon-resize-small {
/* 321 */   background-position: -384px -96px;
/* 322 */ }
/* 323 */ .icon-plus {
/* 324 */   background-position: -408px -96px;
/* 325 */ }
/* 326 */ .icon-minus {
/* 327 */   background-position: -433px -96px;
/* 328 */ }
/* 329 */ .icon-asterisk {
/* 330 */   background-position: -456px -96px;
/* 331 */ }
/* 332 */ .icon-exclamation-sign {
/* 333 */   background-position: 0 -120px;
/* 334 */ }
/* 335 */ .icon-gift {
/* 336 */   background-position: -24px -120px;
/* 337 */ }
/* 338 */ .icon-leaf {
/* 339 */   background-position: -48px -120px;
/* 340 */ }
/* 341 */ .icon-fire {
/* 342 */   background-position: -72px -120px;
/* 343 */ }
/* 344 */ .icon-eye-open {
/* 345 */   background-position: -96px -120px;
/* 346 */ }
/* 347 */ .icon-eye-close {
/* 348 */   background-position: -120px -120px;
/* 349 */ }
/* 350 */ .icon-warning-sign {

/* bootstrap.css */

/* 351 */   background-position: -144px -120px;
/* 352 */ }
/* 353 */ .icon-plane {
/* 354 */   background-position: -168px -120px;
/* 355 */ }
/* 356 */ .icon-calendar {
/* 357 */   background-position: -192px -120px;
/* 358 */ }
/* 359 */ .icon-random {
/* 360 */   background-position: -216px -120px;
/* 361 */   width: 16px;
/* 362 */ }
/* 363 */ .icon-comment {
/* 364 */   background-position: -240px -120px;
/* 365 */ }
/* 366 */ .icon-magnet {
/* 367 */   background-position: -264px -120px;
/* 368 */ }
/* 369 */ .icon-chevron-up {
/* 370 */   background-position: -288px -120px;
/* 371 */ }
/* 372 */ .icon-chevron-down {
/* 373 */   background-position: -313px -119px;
/* 374 */ }
/* 375 */ .icon-retweet {
/* 376 */   background-position: -336px -120px;
/* 377 */ }
/* 378 */ .icon-shopping-cart {
/* 379 */   background-position: -360px -120px;
/* 380 */ }
/* 381 */ .icon-folder-close {
/* 382 */   background-position: -384px -120px;
/* 383 */ }
/* 384 */ .icon-folder-open {
/* 385 */   background-position: -408px -120px;
/* 386 */   width: 16px;
/* 387 */ }
/* 388 */ .icon-resize-vertical {
/* 389 */   background-position: -432px -119px;
/* 390 */ }
/* 391 */ .icon-resize-horizontal {
/* 392 */   background-position: -456px -118px;
/* 393 */ }
/* 394 */ .icon-hdd {
/* 395 */   background-position: 0 -144px;
/* 396 */ }
/* 397 */ .icon-bullhorn {
/* 398 */   background-position: -24px -144px;
/* 399 */ }
/* 400 */ .icon-bell {

/* bootstrap.css */

/* 401 */   background-position: -48px -144px;
/* 402 */ }
/* 403 */ .icon-certificate {
/* 404 */   background-position: -72px -144px;
/* 405 */ }
/* 406 */ .icon-thumbs-up {
/* 407 */   background-position: -96px -144px;
/* 408 */ }
/* 409 */ .icon-thumbs-down {
/* 410 */   background-position: -120px -144px;
/* 411 */ }
/* 412 */ .icon-hand-right {
/* 413 */   background-position: -144px -144px;
/* 414 */ }
/* 415 */ .icon-hand-left {
/* 416 */   background-position: -168px -144px;
/* 417 */ }
/* 418 */ .icon-hand-up {
/* 419 */   background-position: -192px -144px;
/* 420 */ }
/* 421 */ .icon-hand-down {
/* 422 */   background-position: -216px -144px;
/* 423 */ }
/* 424 */ .icon-circle-arrow-right {
/* 425 */   background-position: -240px -144px;
/* 426 */ }
/* 427 */ .icon-circle-arrow-left {
/* 428 */   background-position: -264px -144px;
/* 429 */ }
/* 430 */ .icon-circle-arrow-up {
/* 431 */   background-position: -288px -144px;
/* 432 */ }
/* 433 */ .icon-circle-arrow-down {
/* 434 */   background-position: -312px -144px;
/* 435 */ }
/* 436 */ .icon-globe {
/* 437 */   background-position: -336px -144px;
/* 438 */ }
/* 439 */ .icon-wrench {
/* 440 */   background-position: -360px -144px;
/* 441 */ }
/* 442 */ .icon-tasks {
/* 443 */   background-position: -384px -144px;
/* 444 */ }
/* 445 */ .icon-filter {
/* 446 */   background-position: -408px -144px;
/* 447 */ }
/* 448 */ .icon-briefcase {
/* 449 */   background-position: -432px -144px;
/* 450 */ }

/* bootstrap.css */

/* 451 */ .icon-fullscreen {
/* 452 */   background-position: -456px -144px;
/* 453 */ }
/* 454 */
/* 455 */ /* ------------------------------------------------------------------------ */
/* 456 */ /* Bootstrap - Tooltips */
/* 457 */ /* ------------------------------------------------------------------------ */
/* 458 */
/* 459 */ /* Tooltip
/* 460 *| ====================================*/
/* 461 */ .tooltip {
/* 462 */   position: absolute;
/* 463 */   z-index: 1020;
/* 464 */   display: block;
/* 465 */   padding: 5px;
/* 466 */   font-size: 11px;
/* 467 */   opacity: 0;
/* 468 */   line-height:1;
/* 469 */   filter: alpha(opacity=0);
/* 470 */   visibility: visible;
/* 471 */ }
/* 472 */
/* 473 */ .tooltip.in {
/* 474 */   opacity: 0.73;
/* 475 */   filter: alpha(opacity=73);
/* 476 */ }
/* 477 */
/* 478 */ .tooltip.top {
/* 479 */   margin-top: 0px;
/* 480 */ }
/* 481 */
/* 482 */ .tooltip.right {
/* 483 */   margin-left: 2px;
/* 484 */ }
/* 485 */
/* 486 */ .tooltip.bottom {
/* 487 */   margin-top: 6px;
/* 488 */ }
/* 489 */
/* 490 */ .tooltip.left {
/* 491 */   margin-left: -2px;
/* 492 */ }
/* 493 */
/* 494 */ .tooltip.top .tooltip-arrow {
/* 495 */   bottom: 0;
/* 496 */   left: 50%;
/* 497 */   margin-left: -5px;
/* 498 */   border-top: 5px solid #000000;
/* 499 */   border-right: 5px solid transparent;
/* 500 */   border-left: 5px solid transparent;

/* bootstrap.css */

/* 501 */ }
/* 502 */
/* 503 */ .tooltip.left .tooltip-arrow {
/* 504 */   top: 50%;
/* 505 */   right: 0;
/* 506 */   margin-top: -5px;
/* 507 */   border-top: 5px solid transparent;
/* 508 */   border-bottom: 5px solid transparent;
/* 509 */   border-left: 5px solid #000000;
/* 510 */ }
/* 511 */
/* 512 */ .tooltip.bottom .tooltip-arrow {
/* 513 */   top: 0;
/* 514 */   left: 50%;
/* 515 */   margin-left: -5px;
/* 516 */   border-right: 5px solid transparent;
/* 517 */   border-bottom: 5px solid #000000;
/* 518 */   border-left: 5px solid transparent;
/* 519 */ }
/* 520 */
/* 521 */ .tooltip.right .tooltip-arrow {
/* 522 */   top: 50%;
/* 523 */   left: 0;
/* 524 */   margin-top: -5px;
/* 525 */ }
/* 526 */
/* 527 */ .tooltip-inner {
/* 528 */   max-width: 200px;
/* 529 */   padding: 6px 10px 6px 10px;
/* 530 */   color: #ffffff;
/* 531 */   text-align: center;
/* 532 */   text-decoration: none;
/* 533 */   background-color: #000000;
/* 534 */   -webkit-border-radius: 2px;
/* 535 */   -moz-border-radius: 2px;
/* 536 */    border-radius: 2px;
/* 537 */ }
/* 538 */
/* 539 */ .tooltip-arrow {
/* 540 */   position: absolute;
/* 541 */   width: 0;
/* 542 */   height: 0;
/* 543 */ }
/* 544 */
/* 545 */ .popover {
/* 546 */   position: absolute;
/* 547 */   top: 0;
/* 548 */   left: 0;
/* 549 */   z-index: 1010;
/* 550 */   display: none;

/* bootstrap.css */

/* 551 */   padding: 2px;
/* 552 */ }
/* 553 */
/* 554 */ .fade {
/* 555 */   opacity: 0;
/* 556 */   -webkit-transition: opacity 0.15s linear;
/* 557 */ 	 -moz-transition: opacity 0.15s linear;
/* 558 */ 	  -ms-transition: opacity 0.15s linear;
/* 559 */ 	   -o-transition: opacity 0.15s linear;
/* 560 */ 		  transition: opacity 0.15s linear;
/* 561 */ }
/* 562 */
/* 563 */ .fade.in {
/* 564 */   opacity: 0.73;
/* 565 */ }
/* 566 */
/* 567 */ /* ------------------------------------------------------------------------ */
/* 568 */ /* EOF
/* 569 *| /* ------------------------------------------------------------------------ */
/* Minify_CSS_UriRewriter::$debugText

*/

/* shortcodes.css */

/* 1    */ /*-----------------------------------------------------------------------------------*/
/* 2    */ /*	HR-Divider
/* 3    *| /*-----------------------------------------------------------------------------------*/
/* 4    */ .hr1{
/* 5    */ 	clear: both;
/* 6    */ 	border-bottom:1px solid #efefef;
/* 7    */ 	margin:40px 0;
/* 8    */ 	height:1px;
/* 9    */ }
/* 10   */ .hr2{
/* 11   */ 	clear: both;
/* 12   */ 	height:1px;
/* 13   */ 	width:100%;
/* 14   */ 	background: url(../images/dotted.png) repeat-x;
/* 15   */ 	margin:40px 0;
/* 16   */ 	height:1px;
/* 17   */ }
/* 18   */ .hr3{
/* 19   */ 	height:5px;
/* 20   */ 	background: url(../images/shadow.png) no-repeat center top;
/* 21   */ 	width:100%;
/* 22   */ 	margin:40px 0;
/* 23   */ }
/* 24   */
/* 25   */ .hr4{
/* 26   */ 	border-bottom:none;
/* 27   */ 	margin:40px 0;
/* 28   */ 	width:100%;
/* 29   */ 	height:14px;
/* 30   */ 	background: url(../images/stripes.png);
/* 31   */ 	display: block;
/* 32   */ }
/* 33   */
/* 34   */ .tagline{
/* 35   */ 	line-height: 1;
/* 36   */ }
/* 37   */ .tagline h1,
/* 38   */ .tagline h2,
/* 39   */ .tagline h3,
/* 40   */ .tagline h4,
/* 41   */ .tagline h5{
/* 42   */ 	line-height: 1;
/* 43   */ 	margin:0 0 10px 0;
/* 44   */ 	font-weight: normal;
/* 45   */ }
/* 46   */
/* 47   */ .gap{
/* 48   */ 	display:block;
/* 49   */ 	width:100%;
/* 50   */ 	margin:0;

/* shortcodes.css */

/* 51   */ }
/* 52   */ .doublegap{
/* 53   */ 	display:block;
/* 54   */ 	width:100%;
/* 55   */ 	height:1px;
/* 56   */ 	margin:40px 0;
/* 57   */ }
/* 58   */
/* 59   */ /* Rethink this */
/* 60   */ .tooltips a, .tooltips a img{
/* 61   */ 	margin: 0 auto;
/* 62   */ 	padding: 0;
/* 63   */ 	display: inline-block;
/* 64   */ 	max-width: 100%;
/* 65   */ 	text-align: center;
/* 66   */ }
/* 67   */
/* 68   */ /*-----------------------------------------------------------------------------------*/
/* 69   */ /*	Accordion
/* 70   *| /*-----------------------------------------------------------------------------------*/
/* 71   */ .accordion .accordion-title{
/* 72   */ 	border: 1px solid #ddd;
/* 73   */ 	display: block;
/* 74   */ 	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 75   */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 76   */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 77   */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 78   */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 79   */ 	background-color: #F9F9F9;
/* 80   */ 	-webkit-border-radius: 3px;
/* 81   */ 	   -moz-border-radius: 3px;
/* 82   */ 			border-radius: 3px;
/* 83   */ 	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 84   */        -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 85   */             box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 86   */ 	font-weight:600;
/* 87   */ 	margin-bottom:10px;
/* 88   */ }
/* 89   */ .accordion .accordion-title a{
/* 90   */ 	display:block;
/* 91   */ 	padding:10px 15px 10px 15px;
/* 92   */ 	background: url(../images/accordion-open.png) no-repeat right center;
/* 93   */ 	color:#999999 !important;
/* 94   */ }
/* 95   */
/* 96   */ .accordion .accordion-title a i{
/* 97   */ 	margin:0px 8px 0 0px;
/* 98   */ 	opacity: 0.4;
/* 99   */ }
/* 100  */

/* shortcodes.css */

/* 101  */ .accordion .accordion-title.active a{
/* 102  */ 	color:#444444 !important;
/* 103  */ 	background: url(../images/accordion-close.png) no-repeat right center;
/* 104  */ }
/* 105  */ .accordion .accordion-title.active a i{
/* 106  */ 	opacity: 0.95;
/* 107  */ }
/* 108  */ .accordion .accordion-inner{
/* 109  */ 	padding:2px 12px 14px 12px;
/* 110  */ 	display:none;
/* 111  */ }
/* 112  */
/* 113  */ .accordion .accordion-inner div{
/* 114  */ 	max-width: 100%;
/* 115  */ }
/* 116  */
/* 117  */ /*-----------------------------------------------------------------------------------*/
/* 118  */ /*	Alert Messages
/* 119  *| /*-----------------------------------------------------------------------------------*/
/* 120  */ .alert-message{
/* 121  */ 	position: relative;
/* 122  */ 	border: 1px solid #ddd;
/* 123  */ 	display: block;
/* 124  */ 	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 125  */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 126  */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 127  */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 128  */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 129  */ 	background-color: #F9F9F9;
/* 130  */ 	-webkit-border-radius: 3px;
/* 131  */ 	   -moz-border-radius: 3px;
/* 132  */ 			border-radius: 3px;
/* 133  */ 	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 134  */        -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 135  */             box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 136  */ 	font-weight:normal;
/* 137  */ 	padding:10px 40px;
/* 138  */ 	text-align: center;
/* 139  */ 	margin-bottom:20px;
/* 140  */ }
/* 141  */
/* 142  */ 	.alert-message.warning{
/* 143  */ 		background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 144  */ 		background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 145  */ 		background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 146  */ 		background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 147  */ 		background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 148  */ 		background-color: #fbf6e3;
/* 149  */ 		border-color:#efd877;
/* 150  */ 		color:#c4a80a;

/* shortcodes.css */

/* 151  */ 	}
/* 152  */ 	.alert-message.warning a{
/* 153  */ 		color:#c4a80a;
/* 154  */ 	}
/* 155  */
/* 156  */ 	.alert-message.success{
/* 157  */ 		background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 158  */ 		background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 159  */ 		background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 160  */ 		background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 161  */ 		background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 162  */ 		background-color: #e9f2d2;
/* 163  */ 		border-color:#c0da66;
/* 164  */ 		color:#88b12b;
/* 165  */ 	}
/* 166  */ 	.alert-message.success a{
/* 167  */ 		color:#88b12b;
/* 168  */ 	}
/* 169  */
/* 170  */ 	.alert-message.error{
/* 171  */ 		background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 172  */ 		background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 173  */ 		background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 174  */ 		background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 175  */ 		background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 176  */ 		background-color: #ffe9e9;
/* 177  */ 		border-color:#e99f9f;
/* 178  */ 		color:#d25c5a;
/* 179  */ 	}
/* 180  */ 	.alert-message.error a{
/* 181  */ 		color:#d25c5a;
/* 182  */ 	}
/* 183  */
/* 184  */ 	.alert-message.info{
/* 185  */ 		background-image: linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 186  */ 		background-image: -o-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 187  */ 		background-image: -moz-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 188  */ 		background-image: -webkit-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 189  */ 		background-image: -ms-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 190  */ 		background-color: #dbe9f3;
/* 191  */ 		border-color:#9fc2dd;
/* 192  */ 		color:#468bbf;
/* 193  */ 	}
/* 194  */ 	alert-message.info a{
/* 195  */ 		color:#468bbf;
/* 196  */ 	}
/* 197  */
/* 198  */ .alert-message p{
/* 199  */ 	margin:0;
/* 200  */ 	padding:0;

/* shortcodes.css */

/* 201  */ }
/* 202  */
/* 203  */ .alert-message span.close{
/* 204  */ 	display:block;
/* 205  */ 	padding:10px 15px;
/* 206  */ 	position: absolute;
/* 207  */ 	top:0;
/* 208  */ 	right: 0;
/* 209  */ 	cursor: pointer;
/* 210  */ 	opacity: 0.5;
/* 211  */ }
/* 212  */ .alert-message span.close:hover{
/* 213  */ 	opacity: 1;
/* 214  */ }
/* 215  */
/* 216  */ /*-----------------------------------------------------------------------------------*/
/* 217  */ /*	Buttons
/* 218  *| /*-----------------------------------------------------------------------------------*/
/* 219  */
/* 220  */ a.button,
/* 221  */ input[type=submit]{
/* 222  */ 	margin:0 5px 5px 0;
/* 223  */ 	font-size:13px;
/* 224  */ 	line-height:13px;
/* 225  */ 	padding:12px 20px;
/* 226  */ 	border: 1px solid #ddd;
/* 227  */ 	font-weight:bold;
/* 228  */ 	display: inline-block;
/* 229  */ 	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 230  */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 231  */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 232  */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 233  */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 234  */ 	background-color: #F9F9F9;
/* 235  */ 	-webkit-border-radius: 3px;
/* 236  */ 	   -moz-border-radius: 3px;
/* 237  */ 			border-radius: 3px;
/* 238  */ 	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 239  */        -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 240  */             box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 241  */ }
/* 242  */
/* 243  */ a.button.small{
/* 244  */ 	font-size:11px;
/* 245  */ 	line-height: 11px;
/* 246  */ 	padding:8px 18px 8px 18px;
/* 247  */ }
/* 248  */ a.button.medium{
/* 249  */ 	font-size:13px;
/* 250  */ 	line-height:13px;

/* shortcodes.css */

/* 251  */ 	padding:12px 20px 12px 20px;
/* 252  */ }
/* 253  */ a.button.large{
/* 254  */ 	font-size:16px;
/* 255  */ 	line-height:16px;
/* 256  */ 	padding:14px 22px 14px 22px;
/* 257  */ }
/* 258  */
/* 259  */ a.button.white{
/* 260  */
/* 261  */ }
/* 262  */ a.button.orange{
/* 263  */ 	background-image: linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
/* 264  */ 	background-image: -o-linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
/* 265  */ 	background-image: -moz-linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
/* 266  */ 	background-image: -webkit-linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
/* 267  */ 	background-image: -ms-linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
/* 268  */ 	background-color: #f7c36e;
/* 269  */ 	border-color:#ebb459;
/* 270  */ 	color:#e98106;
/* 271  */ }
/* 272  */ 	a.button.orange:hover{
/* 273  */ 		color: #ffffff;
/* 274  */ 		border: solid 1px #da7c0c;
/* 275  */ 		background: #f78d1d;
/* 276  */ 		background:-webkit-linear-gradient(top,  #faa51a,  #f47a20);
/* 277  */ 		background:   -moz-linear-gradient(top,  #faa51a,  #f47a20);
/* 278  */ 		background:     -o-linear-gradient(top,  #faa51a,  #f47a20);
/* 279  */ 		background:        linear-gradient(top,  #faa51a,  #f47a20);
/* 280  */ 		-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 281  */ 		   -moz-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 282  */                 box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 283  */ 	}
/* 284  */
/* 285  */ a.button.blue{
/* 286  */ 	background-image: linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 287  */ 	background-image: -o-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 288  */ 	background-image: -moz-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 289  */ 	background-image: -webkit-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 290  */ 	background-image: -ms-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
/* 291  */ 	background-color: #dbe9f3;
/* 292  */ 	border-color:#9fc2dd;
/* 293  */ 	color:#468bbf;
/* 294  */ }
/* 295  */ 	a.button.blue:hover{
/* 296  */ 		color: #ffffff;
/* 297  */ 		border: solid 1px #0b5996;
/* 298  */ 		background: #438ac2;
/* 299  */ 		background: -webkit-gradient(linear, left top, left bottom, from(#438ac2), to(#1063a4));
/* 300  */ 		background: -moz-linear-gradient(top,  #438ac2,  #1063a4);

/* shortcodes.css */

/* 301  */ 		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
/* 302  */ 							0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 303  */ 			    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
/* 304  */ 			    			0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 305  */ 	}
/* 306  */
/* 307  */ a.button.green{
/* 308  */ 	background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 309  */ 	background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 310  */ 	background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 311  */ 	background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 312  */ 	background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 313  */ 	background-color: #e9f2d2;
/* 314  */ 	border-color:#c0da66;
/* 315  */ 	color:#88b12b;
/* 316  */ }
/* 317  */ 	a.button.green:hover{
/* 318  */ 		color: #ffffff;
/* 319  */ 		border: solid 1px #729200;
/* 320  */ 		background: #aecf39;
/* 321  */ 		background: -webkit-gradient(linear, left top, left bottom, from(#aecf39), to(#84a805));
/* 322  */ 		background: -moz-linear-gradient(top,  #aecf39,  #84a805);
/* 323  */ 		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
/* 324  */ 							0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 325  */ 			    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
/* 326  */ 			    			0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 327  */ 	}
/* 328  */
/* 329  */ a.button.red{
/* 330  */ 	background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 331  */ 	background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 332  */ 	background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 333  */ 	background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 334  */ 	background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 335  */ 	background-color: #ffe9e9;
/* 336  */ 	border-color:#e99f9f;
/* 337  */ 	color:#d25c5a;
/* 338  */ }
/* 339  */ 	a.button.red:hover{
/* 340  */ 		color: #ffffff;
/* 341  */ 		border: solid 1px #920500;
/* 342  */ 		background: #c44844;
/* 343  */ 		background: -webkit-gradient(linear, left top, left bottom, from(#c44844), to(#a70c07));
/* 344  */ 		background: -moz-linear-gradient(top,  #c44844,  #a70c07);
/* 345  */ 		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
/* 346  */ 							0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 347  */ 			    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
/* 348  */ 			    			0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 349  */ 	}
/* 350  */

/* shortcodes.css */

/* 351  */ a.button.yellow{
/* 352  */ 	background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 353  */ 		background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 354  */ 		background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 355  */ 		background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 356  */ 		background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 357  */ 		background: #e8ce3f;
/* 358  */ 		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#fbf6e3));
/* 359  */ 		background: -moz-linear-gradient(top,  #FFFFFF,  #fbf6e3);
/* 360  */ 		background-color: #fbf6e3;
/* 361  */ 		border-color:#efd877;
/* 362  */ 		color:#c4a80a;
/* 363  */ }
/* 364  */ 	a.button.yellow:hover{
/* 365  */ 		color: #ffffff;
/* 366  */ 		border-color: #c5a900;
/* 367  */ 		background: #e8ce3f;
/* 368  */ 		background: -webkit-gradient(linear, left top, left bottom, from(#eedc7b), to(#dfbd00));
/* 369  */ 		background: -moz-linear-gradient(top,  #eedc7b,  #dfbd00);
/* 370  */ 		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
/* 371  */ 							0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 372  */ 			    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
/* 373  */ 			    			0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 374  */ 	}
/* 375  */
/* 376  */ a.button.gray{
/* 377  */ 	color: #666666;
/* 378  */ 	border: solid 1px #cccccc;
/* 379  */ 	background: #d5d5d5;
/* 380  */ 	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d7d7d7));
/* 381  */ 	background: -moz-linear-gradient(top,  #efefef,  #d7d7d7);
/* 382  */ 	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
/* 383  */ 						0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 384  */ 		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
/* 385  */ 		    			0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 386  */ }
/* 387  */ 	a.button.gray:hover{
/* 388  */ 		color: #ffffff;
/* 389  */ 		background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#ababab));
/* 390  */ 		background: -moz-linear-gradient(top,  #d5d5d5,  #ababab);
/* 391  */ 		border: solid 1px #a6a6a6;
/* 392  */ 	}
/* 393  */
/* 394  */ a.button.black{
/* 395  */ 	color: #ffffff;
/* 396  */ 	border: solid 1px #1c1c1c;
/* 397  */ 	background: #4b4b4b;
/* 398  */ 	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#1c1c1c));
/* 399  */ 	background: -moz-linear-gradient(top,  #4b4b4b,  #1c1c1c);
/* 400  */ 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#1c1c1c');

/* shortcodes.css */

/* 401  */ 	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1),
/* 402  */ 						0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 403  */ 		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1),
/* 404  */ 		    			0px 1px 1px 0px rgba(180, 180, 180, 0.4);
/* 405  */ }
/* 406  */ 	a.button.black:hover{
/* 407  */ 		border-color:#000000;
/* 408  */ 		color: #ffffff;
/* 409  */ 		background: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#000000));
/* 410  */ 		background: -moz-linear-gradient(top,  #1c1c1c,  #000000);
/* 411  */ 		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#4b4b4b');
/* 412  */ 	}
/* 413  */
/* 414  */ a.button.alternative-1{
/* 415  */ 	background: #289dcc;
/* 416  */ 	color:#ffffff;
/* 417  */ 	border-color:#289dcc;
/* 418  */ 	-webkit-box-shadow:none;
/* 419  */ 	   -moz-box-shadow:none;
/* 420  */             box-shadow:none;
/* 421  */ }
/* 422  */ a.button.alternative-2{
/* 423  */ 	background: #cccccc;
/* 424  */ 	color:#ffffff;
/* 425  */ 	border-color:#cccccc;
/* 426  */ 	-webkit-box-shadow:none;
/* 427  */ 	   -moz-box-shadow:none;
/* 428  */             box-shadow:none;
/* 429  */ }
/* 430  */ a.button.alternative-3{
/* 431  */ 	background: #555555;
/* 432  */ 	color:#ffffff;
/* 433  */ 	border-color:#555555;
/* 434  */ 	-webkit-box-shadow:none;
/* 435  */ 	   -moz-box-shadow:none;
/* 436  */             box-shadow:none;
/* 437  */ }
/* 438  */ 	a.button.alternative-1:hover,
/* 439  */ 	a.button.alternative-2:hover,
/* 440  */ 	a.button.alternative-3:hover{
/* 441  */ 		background: #333333;
/* 442  */ 		border-color:#333333;
/* 443  */ 	}
/* 444  */
/* 445  */ a.button.small i{
/* 446  */ 	margin:-2px 5px 0 -7px;
/* 447  */ 	opacity: 0.7;
/* 448  */ }
/* 449  */ a.button i{
/* 450  */ 	margin:-1px 5px 0 -7px;

/* shortcodes.css */

/* 451  */ 	opacity: 0.7;
/* 452  */ }
/* 453  */ a.button.large i{
/* 454  */ 	margin:0px 7px 0 -7px;
/* 455  */ 	opacity: 0.7;
/* 456  */ }
/* 457  */
/* 458  */ a.button.alternative-1 i,
/* 459  */ a.button.alternative-2 i,
/* 460  */ a.button.alternative-3 i{
/* 461  */ 	opacity: 1;
/* 462  */ }
/* 463  */
/* 464  */ /*-----------------------------------------------------------------------------------*/
/* 465  */ /*	Callouts & Teaser
/* 466  *| /*-----------------------------------------------------------------------------------*/
/* 467  */
/* 468  */ .teaser{
/* 469  */ 	background: #ffffff;
/* 470  */ 	border: 1px solid #ddd;
/* 471  */ 	display: block;
/* 472  */ 	-webkit-border-radius: 3px;
/* 473  */ 	   -moz-border-radius: 3px;
/* 474  */ 			border-radius: 3px;
/* 475  */ 	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 476  */ 	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 477  */ 	        box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 478  */ 	padding:25px 25px 20px 25px;
/* 479  */
/* 480  */ }
/* 481  */ .teaser h1,
/* 482  */ .teaser h2,
/* 483  */ .teaser h3,
/* 484  */ .teaser h4,
/* 485  */ .teaser h5,
/* 486  */ .teaser h6,
/* 487  */ .teaser p{
/* 488  */ 	margin:0 0 10px 0;
/* 489  */ }
/* 490  */
/* 491  */ .teaser .teaser-img{
/* 492  */ 	margin:-26px -26px 25px -26px;
/* 493  */ 	-webkit-border-radius:5px 5px 0px 0px;
/* 494  */ 	   -moz-border-radius:5px 5px 0px 0px;
/* 495  */             border-radius:5px 5px 0px 0px;
/* 496  */ 	overflow: hidden;
/* 497  */ }
/* 498  */ .teaser .teaser-img img{
/* 499  */ 	width:100%;
/* 500  */ 	max-width:100%;

/* shortcodes.css */

/* 501  */ 	height:auto;
/* 502  */ }
/* 503  */ .teaser a.button{
/* 504  */ 	margin:20px 0 0 0;
/* 505  */ }
/* 506  */
/* 507  */ /*-----------------------------------------------------------------------------------*/
/* 508  */
/* 509  */ .teaserbox{
/* 510  */ 	border: 1px solid #ddd;
/* 511  */ 	display: block;
/* 512  */ 	background: #ffffff url(../images/stripes.png) !important;
/* 513  */ 	-webkit-border-radius: 3px;
/* 514  */ 	   -moz-border-radius: 3px;
/* 515  */ 			border-radius: 3px;
/* 516  */ 	-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 517  */ 	   -moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 518  */ 	        box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 519  */ 	margin:0 0px 0 0px;
/* 520  */ 	padding:10px;
/* 521  */ }
/* 522  */ .teaserbox .border{
/* 523  */ 	background: #ffffff;
/* 524  */ 	border:1px solid #e3e3e3;
/* 525  */ 	padding:25px 25px 25px 25px;
/* 526  */ 	-webkit-box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
/* 527  */ 	   -moz-box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
/* 528  */ 	        box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
/* 529  */ }
/* 530  */
/* 531  */ .teaserbox a.button{
/* 532  */ 	margin:20px 0 0 0;
/* 533  */ }
/* 534  */
/* 535  */ .teaserbox p{
/* 536  */ 	margin:5px 0 0 0;
/* 537  */ }
/* 538  */
/* 539  */ .teaserbox h1,
/* 540  */ .teaserbox h2,
/* 541  */ .teaserbox h3,
/* 542  */ .teaserbox h4,
/* 543  */ .teaserbox h5,
/* 544  */ .teaserbox h6{
/* 545  */ 	line-height: 1.3;
/* 546  */ }
/* 547  */
/* 548  */ /*-----------------------------------------------------------------------------------*/
/* 549  */
/* 550  */ .callout{

/* shortcodes.css */

/* 551  */ 	margin:0 0px 0 0px;
/* 552  */ 	padding:10px;
/* 553  */ 	border: 1px solid #ddd;
/* 554  */ 	display: block;
/* 555  */ 	background: #ffffff url(../images/stripes.png) !important;
/* 556  */ 	-webkit-border-radius: 3px;
/* 557  */ 	   -moz-border-radius: 3px;
/* 558  */ 			border-radius: 3px;
/* 559  */ 	-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 560  */ 	   -moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 561  */ 	        box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 562  */ }
/* 563  */ .callout .border{
/* 564  */ 	background: #ffffff;
/* 565  */ 	border:1px solid #e3e3e3;
/* 566  */ 	padding:20px 20px 0px 20px;
/* 567  */ 	-webkit-box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
/* 568  */ 	   -moz-box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
/* 569  */ 	        box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
/* 570  */ }
/* 571  */
/* 572  */ .callout .callout-button{
/* 573  */ 	float: right;
/* 574  */ }
/* 575  */
/* 576  */ .callout .callout-content{
/* 577  */ 	float: left;
/* 578  */ }
/* 579  */
/* 580  */ .callout a.button{
/* 581  */ 	margin: 0;
/* 582  */ 	text-align: center;
/* 583  */ }
/* 584  */ .callout h1,
/* 585  */ .callout h2,
/* 586  */ .callout h3,
/* 587  */ .callout h4,
/* 588  */ .callout h5,
/* 589  */ .callout h6{
/* 590  */ 	line-height: 1.3;
/* 591  */ 	margin:0 0 0px 0 !important;
/* 592  */ }
/* 593  */
/* 594  */ /*-----------------------------------------------------------------------------------*/
/* 595  */ /*	Columns
/* 596  *| /*-----------------------------------------------------------------------------------*/
/* 597  */ .one_half { width: 48%; }
/* 598  */ .one_third { width: 30.66%; }
/* 599  */ .two_third { width: 65.33%; }
/* 600  */ .one_fourth { width: 22%; }

/* shortcodes.css */

/* 601  */ .three_fourth { width: 74%; }
/* 602  */ .one_fifth { width: 16.8%; }
/* 603  */ .two_fifth { width: 37.6%; }
/* 604  */ .three_fifth { width: 58.4%; }
/* 605  */ .four_fifth { width: 67.2%; }
/* 606  */ .one_sixth { width: 13.33%; }
/* 607  */ .five_sixth { width: 82.67%; }
/* 608  */
/* 609  */ .one_half,
/* 610  */ .one_third,
/* 611  */ .two_third,
/* 612  */ .three_fourth,
/* 613  */ .one_fourth,
/* 614  */ .one_fifth,
/* 615  */ .two_fifth,
/* 616  */ .three_fifth,
/* 617  */ .four_fifth,
/* 618  */ .one_sixth,
/* 619  */ .five_sixth {
/* 620  */ 	position: relative;
/* 621  */ 	margin-right: 4%;
/* 622  */ 	margin-bottom: 20px;
/* 623  */ 	float: left;
/* 624  */ }
/* 625  */
/* 626  */ .last {margin-right:0 !important;}
/* 627  */
/* 628  */ /*-----------------------------------------------------------------------------------*/
/* 629  */ /*	Description
/* 630  *| /*-----------------------------------------------------------------------------------*/
/* 631  */
/* 632  */ .description.style-1{
/* 633  */ 	background: #f8f8f8;
/* 634  */ 	padding:30px 30px;
/* 635  */ 	border-radius: 4px;
/* 636  */ 	margin:0 0 20px 0;
/* 637  */ }
/* 638  */
/* 639  */ .description.style-2{
/* 640  */ 	padding:30px 30px;
/* 641  */ 	border-radius: 4px;
/* 642  */ 	margin:0 0 20px 0;
/* 643  */ 	background: #ffffff url(../images/stripes.png) !important;
/* 644  */ }
/* 645  */
/* 646  */ .description.style-3{
/* 647  */ 	padding:30px 30px;
/* 648  */ 	border-radius: 4px;
/* 649  */ 	margin:0 0 20px 0;
/* 650  */ 	background: rgba(255,255,255,0.92);

/* shortcodes.css */

/* 651  */ }
/* 652  */
/* 653  */ .description.style-4{
/* 654  */ 	padding:30px 30px;
/* 655  */ 	border-radius: 4px;
/* 656  */ 	margin:0 0 20px 0;
/* 657  */ 	background: rgba(30,30,30,0.8);
/* 658  */ }
/* 659  */
/* 660  */ /*-----------------------------------------------------------------------------------*/
/* 661  */ /*	Dropcap
/* 662  *| /*-----------------------------------------------------------------------------------*/
/* 663  */ .dropcap{
/* 664  */ 	display: block;
/* 665  */     float: left;
/* 666  */     font-size: 40px;
/* 667  */     line-height: 34px;
/* 668  */     margin: 6px 8px 0 0;
/* 669  */ }
/* 670  */
/* 671  */ .dropcap.dropcap-circle{
/* 672  */ 	margin:6px 12px 0 0;
/* 673  */ 	width:48px;
/* 674  */ 	height:48px;
/* 675  */ 	line-height:48px;
/* 676  */ 	font-size:28px;
/* 677  */ 	padding:0;
/* 678  */ 	text-align: center;
/* 679  */ 	background: #ffffff;
/* 680  */ 	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 681  */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 682  */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 683  */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 684  */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 685  */ 	background-color: #F9F9F9;
/* 686  */ 	-webkit-border-radius: 50%;
/* 687  */ 	   -moz-border-radius: 50%;
/* 688  */ 			border-radius: 50%;
/* 689  */ 	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 690  */ 	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 691  */             box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 692  */ 	border: 1px solid #ddd;
/* 693  */ }
/* 694  */ .dropcap.dropcap-box{
/* 695  */ 	margin:6px 12px 0 0;
/* 696  */ 	width:48px;
/* 697  */ 	height:48px;
/* 698  */ 	line-height:48px;
/* 699  */ 	font-size:28px;
/* 700  */ 	padding:0;

/* shortcodes.css */

/* 701  */ 	text-align: center;
/* 702  */ 	background: #ffffff;
/* 703  */ 	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 704  */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 705  */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 706  */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 707  */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 708  */ 	background-color: #F9F9F9;
/* 709  */ 	-webkit-border-radius: 3px;
/* 710  */ 	   -moz-border-radius: 3px;
/* 711  */ 			border-radius: 3px;
/* 712  */ 	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 713  */ 	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 714  */             box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 715  */ 	border: 1px solid #ddd;
/* 716  */ }
/* 717  */ .dropcap.dropcap-book{
/* 718  */ 	margin:6px 8px 0 0;
/* 719  */ 	font-family: Times, "Times New Roman", serif;
/* 720  */ 	line-height:34px;
/* 721  */ }
/* 722  */
/* 723  */ /*-----------------------------------------------------------------------------------*/
/* 724  */ /*	Gallery
/* 725  *| /*-----------------------------------------------------------------------------------*/
/* 726  */
/* 727  */ .gallery .gallery-item a{
/* 728  */ 	display: block;
/* 729  */ }
/* 730  */
/* 731  */ .gallery { margin: 0 auto 0px; }
/* 732  */ .gallery .gallery-item {
/* 733  */ 	float: left;
/* 734  */ 	padding:0;
/* 735  */ 	text-align: center;
/* 736  */ 	width:100%;
/* 737  */ }
/* 738  */ .gallery-columns-2 .gallery-item { width: 50%; }
/* 739  */ .gallery-columns-4 .gallery-item { width: 25%; }
/* 740  */
/* 741  */ .gallery img{
/* 742  */ 	width:70%;
/* 743  */ 	height:auto;
/* 744  */ 	border:1px solid #cccccc !important;
/* 745  */ 	-webkit-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.06);
/* 746  */ 	   -moz-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.06);
/* 747  */ 	        box-shadow:1px 1px 2px 0px rgba(0,0,0,0.06);
/* 748  */ 	-webkit-border-radius:3px;
/* 749  */ 	   -moz-border-radius:3px;
/* 750  */ 	        border-radius:3px;

/* shortcodes.css */

/* 751  */ 	padding:6px;
/* 752  */ 	margin: 0;
/* 753  */ 	background:#ffffff;
/* 754  */ }
/* 755  */
/* 756  */ .gallery img:hover {
/* 757  */ 	background: #289dcc;
/* 758  */ 	border-color: #289dcc !important;
/* 759  */ }
/* 760  */
/* 761  */ /*-----------------------------------------------------------------------------------*/
/* 762  */ /*	Google Font
/* 763  *| /*-----------------------------------------------------------------------------------*/
/* 764  */
/* 765  */ .googlefont{
/* 766  */ 	font-weight: 400;
/* 767  */ }
/* 768  */
/* 769  */ /*-----------------------------------------------------------------------------------*/
/* 770  */ /*	Google Maps
/* 771  *| /*-----------------------------------------------------------------------------------*/
/* 772  */
/* 773  */ .google_map{
/* 774  */ 	margin-bottom:30px;
/* 775  */ 	border:1px solid #cccccc;
/* 776  */ 	background: #efefef;
/* 777  */ 	-webkit-box-shadow:1px 1px 4px 0px rgba(180, 180, 180, 0.3);
/* 778  */ 	   -moz-box-shadow:1px 1px 4px 0px rgba(180, 180, 180, 0.3);
/* 779  */             box-shadow:1px 1px 4px 0px rgba(180, 180, 180, 0.3);
/* 780  */ }
/* 781  */
/* 782  */ .google_map.full{
/* 783  */ 	width:100% !important;
/* 784  */ 	height:auto;
/* 785  */ 	margin:0px;
/* 786  */ }
/* 787  */
/* 788  */ .google_map img { max-width: none; }
/* 789  */ .entry-content img {max-width: 100000%; /* override */}
/* 790  */
/* 791  */ /*-----------------------------------------------------------------------------------*/
/* 792  */ /*	Iconboxes
/* 793  *| /*-----------------------------------------------------------------------------------*/
/* 794  */
/* 795  */ [class^="iconbox-"],
/* 796  */ [class*=" iconbox-"] {
/* 797  */   display: inline-block;
/* 798  */   background-image: url("../images/icons.png");
/* 799  */   background-position: top left;
/* 800  */   background-repeat: no-repeat;

/* shortcodes.css */

/* 801  */   line-height: 1;
/* 802  */   vertical-align: middle !important;
/* 803  */ }
/* 804  */
/* 805  */ .iconbox-64{ background-position: 0 0; width: 32px; height: 32px; }
/* 806  */ .iconbox-addressbook{ background-position: 0 -82px; width: 32px; height: 32px; }
/* 807  */ .iconbox-archive-delete{ background-position: 0 -164px; width: 32px; height: 32px; }
/* 808  */ .iconbox-archive-download{ background-position: 0 -246px; width: 32px; height: 32px; }
/* 809  */ .iconbox-archive-new{ background-position: 0 -328px; width: 32px; height: 32px; }
/* 810  */ .iconbox-back{ background-position: 0 -410px; width: 32px; height: 32px; }
/* 811  */ .iconbox-bookmark{ background-position: 0 -492px; width: 32px; height: 32px; }
/* 812  */ .iconbox-burn{ background-position: 0 -574px; width: 32px; height: 32px; }
/* 813  */ .iconbox-calculator{ background-position: 0 -656px; width: 32px; height: 32px; }
/* 814  */ .iconbox-cash{ background-position: 0 -738px; width: 32px; height: 32px; }
/* 815  */ .iconbox-cd{ background-position: 0 -820px; width: 32px; height: 32px; }
/* 816  */ .iconbox-chat{ background-position: 0 -902px; width: 32px; height: 32px; }
/* 817  */ .iconbox-clapperboard{ background-position: 0 -984px; width: 32px; height: 32px; }
/* 818  */ .iconbox-color{ background-position: 0 -1066px; width: 32px; height: 32px; }
/* 819  */ .iconbox-copy{ background-position: 0 -1148px; width: 32px; height: 32px; }
/* 820  */ .iconbox-creditcard{ background-position: 0 -1230px; width: 32px; height: 32px; }
/* 821  */ .iconbox-desktop-alternative{ background-position: 0 -1312px; width: 32px; height: 32px; }
/* 822  */ .iconbox-desktop{ background-position: 0 -1394px; width: 32px; height: 32px; }
/* 823  */ .iconbox-down{ background-position: 0 -1476px; width: 32px; height: 32px; }
/* 824  */ .iconbox-edit{ background-position: 0 -1558px; width: 32px; height: 32px; }
/* 825  */ .iconbox-exclamation{ background-position: 0 -1640px; width: 32px; height: 32px; }
/* 826  */ .iconbox-exit{ background-position: 0 -1722px; width: 32px; height: 32px; }
/* 827  */ .iconbox-folder-forward{ background-position: 0 -1804px; width: 32px; height: 32px; }
/* 828  */ .iconbox-folder-smart{ background-position: 0 -1886px; width: 32px; height: 32px; }
/* 829  */ .iconbox-folder{ background-position: -82px 0; width: 32px; height: 32px; }
/* 830  */ .iconbox-forward-black{ background-position: -82px -82px; width: 32px; height: 32px; }
/* 831  */ .iconbox-forward-mail{ background-position: -82px -164px; width: 32px; height: 32px; }
/* 832  */ .iconbox-forward{ background-position: -82px -246px; width: 32px; height: 32px; }
/* 833  */ .iconbox-globe{ background-position: -82px -328px; width: 32px; height: 32px; }
/* 834  */ .iconbox-harddrive{ background-position: -82px -410px; width: 32px; height: 32px; }
/* 835  */ .iconbox-heineken{ background-position: -82px -492px; width: 32px; height: 32px; }
/* 836  */ .iconbox-help{ background-position: -82px -574px; width: 32px; height: 32px; }
/* 837  */ .iconbox-info{ background-position: -82px -656px; width: 32px; height: 32px; }
/* 838  */ .iconbox-install{ background-position: -82px -738px; width: 32px; height: 32px; }
/* 839  */ .iconbox-intel{ background-position: -82px -820px; width: 32px; height: 32px; }
/* 840  */ .iconbox-keyboard{ background-position: -82px -902px; width: 32px; height: 32px; }
/* 841  */ .iconbox-lock{ background-position: -82px -984px; width: 32px; height: 32px; }
/* 842  */ .iconbox-mac-alternative{ background-position: -82px -1066px; width: 32px; height: 32px; }
/* 843  */ .iconbox-mac-alternative2{ background-position: -82px -1148px; width: 32px; height: 32px; }
/* 844  */ .iconbox-mac{ background-position: -82px -1230px; width: 32px; height: 32px; }
/* 845  */ .iconbox-mail{ background-position: -82px -1312px; width: 32px; height: 32px; }
/* 846  */ .iconbox-minus-white{ background-position: -82px -1394px; width: 32px; height: 32px; }
/* 847  */ .iconbox-minus{ background-position: -82px -1476px; width: 32px; height: 32px; }
/* 848  */ .iconbox-monitor{ background-position: -82px -1558px; width: 32px; height: 32px; }
/* 849  */ .iconbox-moon-alternative{ background-position: -82px -1640px; width: 32px; height: 32px; }
/* 850  */ .iconbox-moon{ background-position: -82px -1722px; width: 32px; height: 32px; }

/* shortcodes.css */

/* 851  */ .iconbox-movies{ background-position: -82px -1804px; width: 32px; height: 32px; }
/* 852  */ .iconbox-music{ background-position: -82px -1886px; width: 32px; height: 32px; }
/* 853  */ .iconbox-new{ background-position: -164px 0; width: 32px; height: 32px; }
/* 854  */ .iconbox-next{ background-position: -164px -82px; width: 32px; height: 32px; }
/* 855  */ .iconbox-notebook{ background-position: -164px -164px; width: 32px; height: 32px; }
/* 856  */ .iconbox-open{ background-position: -164px -246px; width: 32px; height: 32px; }
/* 857  */ .iconbox-pause{ background-position: -164px -328px; width: 32px; height: 32px; }
/* 858  */ .iconbox-phone{ background-position: -164px -410px; width: 32px; height: 32px; }
/* 859  */ .iconbox-picture-cast{ background-position: -164px -492px; width: 32px; height: 32px; }
/* 860  */ .iconbox-picture{ background-position: -164px -574px; width: 32px; height: 32px; }
/* 861  */ .iconbox-play{ background-position: -164px -656px; width: 32px; height: 32px; }
/* 862  */ .iconbox-plus{ background-position: -164px -738px; width: 32px; height: 32px; }
/* 863  */ .iconbox-podcast{ background-position: -164px -820px; width: 32px; height: 32px; }
/* 864  */ .iconbox-preferences{ background-position: -164px -902px; width: 32px; height: 32px; }
/* 865  */ .iconbox-public{ background-position: -164px -984px; width: 32px; height: 32px; }
/* 866  */ .iconbox-record{ background-position: -164px -1066px; width: 32px; height: 32px; }
/* 867  */ .iconbox-refresh{ background-position: -164px -1148px; width: 32px; height: 32px; }
/* 868  */ .iconbox-remove{ background-position: -164px -1230px; width: 32px; height: 32px; }
/* 869  */ .iconbox-rewind-black{ background-position: -164px -1312px; width: 32px; height: 32px; }
/* 870  */ .iconbox-rewind{ background-position: -164px -1394px; width: 32px; height: 32px; }
/* 871  */ .iconbox-rss-alternative{ background-position: -164px -1476px; width: 32px; height: 32px; }
/* 872  */ .iconbox-rss{ background-position: -164px -1558px; width: 32px; height: 32px; }
/* 873  */ .iconbox-search{ background-position: -164px -1640px; width: 32px; height: 32px; }
/* 874  */ .iconbox-send{ background-position: -164px -1722px; width: 32px; height: 32px; }
/* 875  */ .iconbox-server{ background-position: -164px -1804px; width: 32px; height: 32px; }
/* 876  */ .iconbox-settings{ background-position: -164px -1886px; width: 32px; height: 32px; }
/* 877  */ .iconbox-smiley-sad{ background-position: -246px 0; width: 32px; height: 32px; }
/* 878  */ .iconbox-smiley{ background-position: -246px -82px; width: 32px; height: 32px; }
/* 879  */ .iconbox-splash{ background-position: -246px -164px; width: 32px; height: 32px; }
/* 880  */ .iconbox-star{ background-position: -246px -246px; width: 32px; height: 32px; }
/* 881  */ .iconbox-stop-alternative2{ background-position: -246px -328px; width: 32px; height: 32px; }
/* 882  */ .iconbox-stop{ background-position: -246px -410px; width: 32px; height: 32px; }
/* 883  */ .iconbox-stop-alternative{ background-position: -246px -492px; width: 32px; height: 32px; }
/* 884  */ .iconbox-sun-alternative{ background-position: -246px -574px; width: 32px; height: 32px; }
/* 885  */ .iconbox-sun{ background-position: -246px -656px; width: 32px; height: 32px; }
/* 886  */ .iconbox-terminal{ background-position: -246px -738px; width: 32px; height: 32px; }
/* 887  */ .iconbox-trash-full{ background-position: -246px -820px; width: 32px; height: 32px; }
/* 888  */ .iconbox-trash{ background-position: -246px -902px; width: 32px; height: 32px; }
/* 889  */ .iconbox-unarchive{ background-position: -246px -984px; width: 32px; height: 32px; }
/* 890  */ .iconbox-universal{ background-position: -246px -1066px; width: 32px; height: 32px; }
/* 891  */ .iconbox-unread{ background-position: -246px -1148px; width: 32px; height: 32px; }
/* 892  */ .iconbox-up{ background-position: -246px -1230px; width: 32px; height: 32px; }
/* 893  */ .iconbox-user{ background-position: -246px -1312px; width: 32px; height: 32px; }
/* 894  */ .iconbox-users{ background-position: -246px -1394px; width: 32px; height: 32px; }
/* 895  */ .iconbox-window{ background-position: -246px -1476px; width: 32px; height: 32px; }
/* 896  */ .iconbox-work{ background-position: -246px -1558px; width: 32px; height: 32px; }
/* 897  */ .iconbox-zoom-in{ background-position: -246px -1640px; width: 32px; height: 32px; }
/* 898  */ .iconbox-zoom-out{ background-position: -246px -1722px; width: 32px; height: 32px; }
/* 899  */
/* 900  */ .iconbox-none{

/* shortcodes.css */

/* 901  */ 	background: none;
/* 902  */ }
/* 903  */
/* 904  */ h1 [class^="iconbox-"], h1 [class*=" iconbox-"],
/* 905  */ h2 [class^="iconbox-"], h2 [class*=" iconbox-"],
/* 906  */ h3 [class^="iconbox-"], h3 [class*=" iconbox-"],
/* 907  */ h4 [class^="iconbox-"], h4 [class*=" iconbox-"],
/* 908  */ h5 [class^="iconbox-"], h5 [class*=" iconbox-"],
/* 909  */ h6 [class^="iconbox-"], h6 [class*=" iconbox-"] {
/* 910  */ 	margin-top:-6px;
/* 911  */ 	margin-right:12px;
/* 912  */ }
/* 913  */
/* 914  */ h1 [class^="iconbox-"], h1 [class*=" iconbox-"] {
/* 915  */ 	margin-top:-5px;
/* 916  */ }
/* 917  */ h2 [class^="iconbox-"], h2 [class*=" iconbox-"] {
/* 918  */ 	margin-top:-3px;
/* 919  */ }
/* 920  */
/* 921  */ .iconbox{
/* 922  */ 	margin:0 0 0px 0;
/* 923  */ }
/* 924  */
/* 925  */ .iconbox [class^="iconbox-"], .iconbox [class*=" iconbox-"] {
/* 926  */ 	display: block;
/* 927  */ 	float: left;
/* 928  */ 	margin:0px 15px 0px 0;
/* 929  */ 	line-height: 32px;
/* 930  */     vertical-align: text-bottom;
/* 931  */ }
/* 932  */
/* 933  */ .iconbox p{
/* 934  */ 	margin:0 0 0 47px;
/* 935  */ }
/* 936  */
/* 937  */ .iconbox h3 {
/* 938  */ 	font-size:16px;
/* 939  */ 	margin:-21px 0 8px 47px;
/* 940  */ }
/* 941  */
/* 942  */ /*-----------------------------------------------------------------------------------*/
/* 943  */ /*	Retina Icons
/* 944  *| /*-----------------------------------------------------------------------------------*/
/* 945  */
/* 946  */ @font-face {
/* 947  */   font-family: 'FontAwesome';
/* 948  */   src: 	url('font/fontawesome-webfont.eot?v=3.0.1');
/* 949  */   src: 	url('font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
/* 950  */     	url('font/fontawesome-webfont.woff?v=3.0.1') format('woff'),

/* shortcodes.css */

/* 951  */     	url('font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
/* 952  */   font-weight: normal;
/* 953  */   font-style: normal;
/* 954  */ }
/* 955  */
/* 956  */ /*  Font Awesome styles
/* 957  *| ------------------------------------------------------- */
/* 958  */
/* 959  */ [class^="retinaicon-"],
/* 960  */ [class*=" retinaicon-"] {
/* 961  */   font-family: FontAwesome;
/* 962  */   font-weight: normal;
/* 963  */   font-style: normal;
/* 964  */   text-decoration: inherit;
/* 965  */   -webkit-font-smoothing: antialiased;
/* 966  */
/* 967  */   /* sprites.less reset */
/* 968  */   display: inline;
/* 969  */   width: auto;
/* 970  */   height: auto;
/* 971  */   line-height: normal;
/* 972  */   vertical-align: baseline;
/* 973  */   background-image: none;
/* 974  */   background-position: 0% 0%;
/* 975  */   background-repeat: repeat;
/* 976  */   margin-top: 0;
/* 977  */ }
/* 978  */
/* 979  */ [class^="retinaicon-"]:before,
/* 980  */ [class*=" retinaicon-"]:before {
/* 981  */   text-decoration: inherit;
/* 982  */   display: inline-block;
/* 983  */   speak: none;
/* 984  */ }
/* 985  */
/* 986  */ .retinaicon{
/* 987  */ 	display: block;
/* 988  */ 	line-height: 1;
/* 989  */ 	padding: 0;
/* 990  */ 	margin: 0 0 0px 0;
/* 991  */ }
/* 992  */
/* 993  */ .retinaicon-small{
/* 994  */ 	font-size:28px !important;
/* 995  */ }
/* 996  */
/* 997  */ .retinaicon-medium{
/* 998  */ 	font-size:56px !important;
/* 999  */ }
/* 1000 */

/* shortcodes.css */

/* 1001 */ .retinaicon-large{
/* 1002 */ 	font-size:112px !important;
/* 1003 */ }
/* 1004 */
/* 1005 */ .retinaicon-circ span{
/* 1006 */ 	display:inline-block;
/* 1007 */ 	text-align: center;
/* 1008 */ 	border-radius: 50%;
/* 1009 */ 	-moz-border-radius: 50%;
/* 1010 */ 	-webkit-border-radius: 50%;
/* 1011 */ 	background: #999999;
/* 1012 */ 	color:#ffffff;
/* 1013 */ }
/* 1014 */
/* 1015 */ .retinaicon-small.retinaicon-circ span{
/* 1016 */ 	width:52px;
/* 1017 */ 	height:52px;
/* 1018 */ 	line-height: 52px;
/* 1019 */ }
/* 1020 */
/* 1021 */ .retinaicon-medium.retinaicon-circ span{
/* 1022 */ 	width:95px;
/* 1023 */ 	height:95px;
/* 1024 */ 	line-height: 100px;
/* 1025 */ }
/* 1026 */
/* 1027 */ .retinaicon-large.retinaicon-circ span{
/* 1028 */ 	width:180px;
/* 1029 */ 	height:180px;
/* 1030 */ 	line-height: 180px;
/* 1031 */ }
/* 1032 */
/* 1033 */ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
/* 1034 *|    readers do not read off random characters that represent icons */
/* 1035 */ .retinaicon-glass:before { content: "\f000" }
/* 1036 */ .retinaicon-music:before { content: "\f001" }
/* 1037 */ .retinaicon-search:before { content: "\f002" }
/* 1038 */ .retinaicon-envelope-alt:before { content: "\f003" }
/* 1039 */ .retinaicon-heart:before { content: "\f004" }
/* 1040 */ .retinaicon-star:before { content: "\f005" }
/* 1041 */ .retinaicon-star-empty:before { content: "\f006" }
/* 1042 */ .retinaicon-user:before { content: "\f007" }
/* 1043 */ .retinaicon-film:before { content: "\f008" }
/* 1044 */ .retinaicon-th-large:before { content: "\f009" }
/* 1045 */ .retinaicon-th:before { content: "\f00a" }
/* 1046 */ .retinaicon-th-list:before { content: "\f00b" }
/* 1047 */ .retinaicon-ok:before { content: "\f00c" }
/* 1048 */ .retinaicon-remove:before { content: "\f00d" }
/* 1049 */ .retinaicon-zoom-in:before { content: "\f00e" }
/* 1050 */ .retinaicon-zoom-out:before { content: "\f010" }

/* shortcodes.css */

/* 1051 */ .retinaicon-power-off:before,
/* 1052 */ .retinaicon-off:before { content: "\f011" }
/* 1053 */ .retinaicon-signal:before { content: "\f012" }
/* 1054 */ .retinaicon-gear:before,
/* 1055 */ .retinaicon-cog:before { content: "\f013" }
/* 1056 */ .retinaicon-trash:before { content: "\f014" }
/* 1057 */ .retinaicon-home:before { content: "\f015" }
/* 1058 */ .retinaicon-file-alt:before { content: "\f016" }
/* 1059 */ .retinaicon-time:before { content: "\f017" }
/* 1060 */ .retinaicon-road:before { content: "\f018" }
/* 1061 */ .retinaicon-download-alt:before { content: "\f019" }
/* 1062 */ .retinaicon-download:before { content: "\f01a" }
/* 1063 */ .retinaicon-upload:before { content: "\f01b" }
/* 1064 */ .retinaicon-inbox:before { content: "\f01c" }
/* 1065 */ .retinaicon-play-circle:before { content: "\f01d" }
/* 1066 */ .retinaicon-rotate-right:before,
/* 1067 */ .retinaicon-repeat:before { content: "\f01e" }
/* 1068 */ .retinaicon-refresh:before { content: "\f021" }
/* 1069 */ .retinaicon-list-alt:before { content: "\f022" }
/* 1070 */ .retinaicon-lock:before { content: "\f023" }
/* 1071 */ .retinaicon-flag:before { content: "\f024" }
/* 1072 */ .retinaicon-headphones:before { content: "\f025" }
/* 1073 */ .retinaicon-volume-off:before { content: "\f026" }
/* 1074 */ .retinaicon-volume-down:before { content: "\f027" }
/* 1075 */ .retinaicon-volume-up:before { content: "\f028" }
/* 1076 */ .retinaicon-qrcode:before { content: "\f029" }
/* 1077 */ .retinaicon-barcode:before { content: "\f02a" }
/* 1078 */ .retinaicon-tag:before { content: "\f02b" }
/* 1079 */ .retinaicon-tags:before { content: "\f02c" }
/* 1080 */ .retinaicon-book:before { content: "\f02d" }
/* 1081 */ .retinaicon-bookmark:before { content: "\f02e" }
/* 1082 */ .retinaicon-print:before { content: "\f02f" }
/* 1083 */ .retinaicon-camera:before { content: "\f030" }
/* 1084 */ .retinaicon-font:before { content: "\f031" }
/* 1085 */ .retinaicon-bold:before { content: "\f032" }
/* 1086 */ .retinaicon-italic:before { content: "\f033" }
/* 1087 */ .retinaicon-text-height:before { content: "\f034" }
/* 1088 */ .retinaicon-text-width:before { content: "\f035" }
/* 1089 */ .retinaicon-align-left:before { content: "\f036" }
/* 1090 */ .retinaicon-align-center:before { content: "\f037" }
/* 1091 */ .retinaicon-align-right:before { content: "\f038" }
/* 1092 */ .retinaicon-align-justify:before { content: "\f039" }
/* 1093 */ .retinaicon-list:before { content: "\f03a" }
/* 1094 */ .retinaicon-indent-left:before { content: "\f03b" }
/* 1095 */ .retinaicon-indent-right:before { content: "\f03c" }
/* 1096 */ .retinaicon-facetime-video:before { content: "\f03d" }
/* 1097 */ .retinaicon-picture:before { content: "\f03e" }
/* 1098 */ .retinaicon-pencil:before { content: "\f040" }
/* 1099 */ .retinaicon-map-marker:before { content: "\f041" }
/* 1100 */ .retinaicon-adjust:before { content: "\f042" }

/* shortcodes.css */

/* 1101 */ .retinaicon-tint:before { content: "\f043" }
/* 1102 */ .retinaicon-edit:before { content: "\f044" }
/* 1103 */ .retinaicon-share:before { content: "\f045" }
/* 1104 */ .retinaicon-check:before { content: "\f046" }
/* 1105 */ .retinaicon-move:before { content: "\f047" }
/* 1106 */ .retinaicon-step-backward:before { content: "\f048" }
/* 1107 */ .retinaicon-fast-backward:before { content: "\f049" }
/* 1108 */ .retinaicon-backward:before { content: "\f04a" }
/* 1109 */ .retinaicon-play:before { content: "\f04b" }
/* 1110 */ .retinaicon-pause:before { content: "\f04c" }
/* 1111 */ .retinaicon-stop:before { content: "\f04d" }
/* 1112 */ .retinaicon-forward:before { content: "\f04e" }
/* 1113 */ .retinaicon-fast-forward:before { content: "\f050" }
/* 1114 */ .retinaicon-step-forward:before { content: "\f051" }
/* 1115 */ .retinaicon-eject:before { content: "\f052" }
/* 1116 */ .retinaicon-chevron-left:before { content: "\f053" }
/* 1117 */ .retinaicon-chevron-right:before { content: "\f054" }
/* 1118 */ .retinaicon-plus-sign:before { content: "\f055" }
/* 1119 */ .retinaicon-minus-sign:before { content: "\f056" }
/* 1120 */ .retinaicon-remove-sign:before { content: "\f057" }
/* 1121 */ .retinaicon-ok-sign:before { content: "\f058" }
/* 1122 */ .retinaicon-question-sign:before { content: "\f059" }
/* 1123 */ .retinaicon-info-sign:before { content: "\f05a" }
/* 1124 */ .retinaicon-screenshot:before { content: "\f05b" }
/* 1125 */ .retinaicon-remove-circle:before { content: "\f05c" }
/* 1126 */ .retinaicon-ok-circle:before { content: "\f05d" }
/* 1127 */ .retinaicon-ban-circle:before { content: "\f05e" }
/* 1128 */ .retinaicon-arrow-left:before { content: "\f060" }
/* 1129 */ .retinaicon-arrow-right:before { content: "\f061" }
/* 1130 */ .retinaicon-arrow-up:before { content: "\f062" }
/* 1131 */ .retinaicon-arrow-down:before { content: "\f063" }
/* 1132 */ .retinaicon-mail-forward:before,
/* 1133 */ .retinaicon-share-alt:before { content: "\f064" }
/* 1134 */ .retinaicon-resize-full:before { content: "\f065" }
/* 1135 */ .retinaicon-resize-small:before { content: "\f066" }
/* 1136 */ .retinaicon-plus:before { content: "\f067" }
/* 1137 */ .retinaicon-minus:before { content: "\f068" }
/* 1138 */ .retinaicon-asterisk:before { content: "\f069" }
/* 1139 */ .retinaicon-exclamation-sign:before { content: "\f06a" }
/* 1140 */ .retinaicon-gift:before { content: "\f06b" }
/* 1141 */ .retinaicon-leaf:before { content: "\f06c" }
/* 1142 */ .retinaicon-fire:before { content: "\f06d" }
/* 1143 */ .retinaicon-eye-open:before { content: "\f06e" }
/* 1144 */ .retinaicon-eye-close:before { content: "\f070" }
/* 1145 */ .retinaicon-warning-sign:before { content: "\f071" }
/* 1146 */ .retinaicon-plane:before { content: "\f072" }
/* 1147 */ .retinaicon-calendar:before { content: "\f073" }
/* 1148 */ .retinaicon-random:before { content: "\f074" }
/* 1149 */ .retinaicon-comment:before { content: "\f075" }
/* 1150 */ .retinaicon-magnet:before { content: "\f076" }

/* shortcodes.css */

/* 1151 */ .retinaicon-chevron-up:before { content: "\f077" }
/* 1152 */ .retinaicon-chevron-down:before { content: "\f078" }
/* 1153 */ .retinaicon-retweet:before { content: "\f079" }
/* 1154 */ .retinaicon-shopping-cart:before { content: "\f07a" }
/* 1155 */ .retinaicon-folder-close:before { content: "\f07b" }
/* 1156 */ .retinaicon-folder-open:before { content: "\f07c" }
/* 1157 */ .retinaicon-resize-vertical:before { content: "\f07d" }
/* 1158 */ .retinaicon-resize-horizontal:before { content: "\f07e" }
/* 1159 */ .retinaicon-bar-chart:before { content: "\f080" }
/* 1160 */ .retinaicon-twitter-sign:before { content: "\f081" }
/* 1161 */ .retinaicon-facebook-sign:before { content: "\f082" }
/* 1162 */ .retinaicon-camera-retro:before { content: "\f083" }
/* 1163 */ .retinaicon-key:before { content: "\f084" }
/* 1164 */ .retinaicon-gears:before,
/* 1165 */ .retinaicon-cogs:before { content: "\f085" }
/* 1166 */ .retinaicon-comments:before { content: "\f086" }
/* 1167 */ .retinaicon-thumbs-up-alt:before { content: "\f087" }
/* 1168 */ .retinaicon-thumbs-down-alt:before { content: "\f088" }
/* 1169 */ .retinaicon-star-half:before { content: "\f089" }
/* 1170 */ .retinaicon-heart-empty:before { content: "\f08a" }
/* 1171 */ .retinaicon-signout:before { content: "\f08b" }
/* 1172 */ .retinaicon-linkedin-sign:before { content: "\f08c" }
/* 1173 */ .retinaicon-pushpin:before { content: "\f08d" }
/* 1174 */ .retinaicon-external-link:before { content: "\f08e" }
/* 1175 */ .retinaicon-signin:before { content: "\f090" }
/* 1176 */ .retinaicon-trophy:before { content: "\f091" }
/* 1177 */ .retinaicon-github-sign:before { content: "\f092" }
/* 1178 */ .retinaicon-upload-alt:before { content: "\f093" }
/* 1179 */ .retinaicon-lemon:before { content: "\f094" }
/* 1180 */ .retinaicon-phone:before { content: "\f095" }
/* 1181 */ .retinaicon-unchecked:before,
/* 1182 */ .retinaicon-check-empty:before { content: "\f096" }
/* 1183 */ .retinaicon-bookmark-empty:before { content: "\f097" }
/* 1184 */ .retinaicon-phone-sign:before { content: "\f098" }
/* 1185 */ .retinaicon-twitter:before { content: "\f099" }
/* 1186 */ .retinaicon-facebook:before { content: "\f09a" }
/* 1187 */ .retinaicon-github:before { content: "\f09b" }
/* 1188 */ .retinaicon-unlock:before { content: "\f09c" }
/* 1189 */ .retinaicon-credit-card:before { content: "\f09d" }
/* 1190 */ .retinaicon-rss:before { content: "\f09e" }
/* 1191 */ .retinaicon-hdd:before { content: "\f0a0" }
/* 1192 */ .retinaicon-bullhorn:before { content: "\f0a1" }
/* 1193 */ .retinaicon-bell:before { content: "\f0a2" }
/* 1194 */ .retinaicon-certificate:before { content: "\f0a3" }
/* 1195 */ .retinaicon-hand-right:before { content: "\f0a4" }
/* 1196 */ .retinaicon-hand-left:before { content: "\f0a5" }
/* 1197 */ .retinaicon-hand-up:before { content: "\f0a6" }
/* 1198 */ .retinaicon-hand-down:before { content: "\f0a7" }
/* 1199 */ .retinaicon-circle-arrow-left:before { content: "\f0a8" }
/* 1200 */ .retinaicon-circle-arrow-right:before { content: "\f0a9" }

/* shortcodes.css */

/* 1201 */ .retinaicon-circle-arrow-up:before { content: "\f0aa" }
/* 1202 */ .retinaicon-circle-arrow-down:before { content: "\f0ab" }
/* 1203 */ .retinaicon-globe:before { content: "\f0ac" }
/* 1204 */ .retinaicon-wrench:before { content: "\f0ad" }
/* 1205 */ .retinaicon-tasks:before { content: "\f0ae" }
/* 1206 */ .retinaicon-filter:before { content: "\f0b0" }
/* 1207 */ .retinaicon-briefcase:before { content: "\f0b1" }
/* 1208 */ .retinaicon-fullscreen:before { content: "\f0b2" }
/* 1209 */ .retinaicon-group:before { content: "\f0c0" }
/* 1210 */ .retinaicon-link:before { content: "\f0c1" }
/* 1211 */ .retinaicon-cloud:before { content: "\f0c2" }
/* 1212 */ .retinaicon-beaker:before { content: "\f0c3" }
/* 1213 */ .retinaicon-cut:before { content: "\f0c4" }
/* 1214 */ .retinaicon-copy:before { content: "\f0c5" }
/* 1215 */ .retinaicon-paperclip:before,
/* 1216 */ .retinaicon-paper-clip:before { content: "\f0c6" }
/* 1217 */ .retinaicon-save:before { content: "\f0c7" }
/* 1218 */ .retinaicon-sign-blank:before { content: "\f0c8" }
/* 1219 */ .retinaicon-reorder:before { content: "\f0c9" }
/* 1220 */ .retinaicon-list-ul:before { content: "\f0ca" }
/* 1221 */ .retinaicon-list-ol:before { content: "\f0cb" }
/* 1222 */ .retinaicon-strikethrough:before { content: "\f0cc" }
/* 1223 */ .retinaicon-underline:before { content: "\f0cd" }
/* 1224 */ .retinaicon-table:before { content: "\f0ce" }
/* 1225 */ .retinaicon-magic:before { content: "\f0d0" }
/* 1226 */ .retinaicon-truck:before { content: "\f0d1" }
/* 1227 */ .retinaicon-pinterest:before { content: "\f0d2" }
/* 1228 */ .retinaicon-pinterest-sign:before { content: "\f0d3" }
/* 1229 */ .retinaicon-google-plus-sign:before { content: "\f0d4" }
/* 1230 */ .retinaicon-google-plus:before { content: "\f0d5" }
/* 1231 */ .retinaicon-money:before { content: "\f0d6" }
/* 1232 */ .retinaicon-caret-down:before { content: "\f0d7" }
/* 1233 */ .retinaicon-caret-up:before { content: "\f0d8" }
/* 1234 */ .retinaicon-caret-left:before { content: "\f0d9" }
/* 1235 */ .retinaicon-caret-right:before { content: "\f0da" }
/* 1236 */ .retinaicon-columns:before { content: "\f0db" }
/* 1237 */ .retinaicon-sort:before { content: "\f0dc" }
/* 1238 */ .retinaicon-sort-down:before { content: "\f0dd" }
/* 1239 */ .retinaicon-sort-up:before { content: "\f0de" }
/* 1240 */ .retinaicon-envelope:before { content: "\f0e0" }
/* 1241 */ .retinaicon-linkedin:before { content: "\f0e1" }
/* 1242 */ .retinaicon-rotate-left:before,
/* 1243 */ .retinaicon-undo:before { content: "\f0e2" }
/* 1244 */ .retinaicon-legal:before { content: "\f0e3" }
/* 1245 */ .retinaicon-dashboard:before { content: "\f0e4" }
/* 1246 */ .retinaicon-comment-alt:before { content: "\f0e5" }
/* 1247 */ .retinaicon-comments-alt:before { content: "\f0e6" }
/* 1248 */ .retinaicon-bolt:before { content: "\f0e7" }
/* 1249 */ .retinaicon-sitemap:before { content: "\f0e8" }
/* 1250 */ .retinaicon-umbrella:before { content: "\f0e9" }

/* shortcodes.css */

/* 1251 */ .retinaicon-paste:before { content: "\f0ea" }
/* 1252 */ .retinaicon-lightbulb:before { content: "\f0eb" }
/* 1253 */ .retinaicon-exchange:before { content: "\f0ec" }
/* 1254 */ .retinaicon-cloud-download:before { content: "\f0ed" }
/* 1255 */ .retinaicon-cloud-upload:before { content: "\f0ee" }
/* 1256 */ .retinaicon-user-md:before { content: "\f0f0" }
/* 1257 */ .retinaicon-stethoscope:before { content: "\f0f1" }
/* 1258 */ .retinaicon-suitcase:before { content: "\f0f2" }
/* 1259 */ .retinaicon-bell-alt:before { content: "\f0f3" }
/* 1260 */ .retinaicon-coffee:before { content: "\f0f4" }
/* 1261 */ .retinaicon-food:before { content: "\f0f5" }
/* 1262 */ .retinaicon-file-text-alt:before { content: "\f0f6" }
/* 1263 */ .retinaicon-building:before { content: "\f0f7" }
/* 1264 */ .retinaicon-hospital:before { content: "\f0f8" }
/* 1265 */ .retinaicon-ambulance:before { content: "\f0f9" }
/* 1266 */ .retinaicon-medkit:before { content: "\f0fa" }
/* 1267 */ .retinaicon-fighter-jet:before { content: "\f0fb" }
/* 1268 */ .retinaicon-beer:before { content: "\f0fc" }
/* 1269 */ .retinaicon-h-sign:before { content: "\f0fd" }
/* 1270 */ .retinaicon-plus-sign-alt:before { content: "\f0fe" }
/* 1271 */ .retinaicon-double-angle-left:before { content: "\f100" }
/* 1272 */ .retinaicon-double-angle-right:before { content: "\f101" }
/* 1273 */ .retinaicon-double-angle-up:before { content: "\f102" }
/* 1274 */ .retinaicon-double-angle-down:before { content: "\f103" }
/* 1275 */ .retinaicon-angle-left:before { content: "\f104" }
/* 1276 */ .retinaicon-angle-right:before { content: "\f105" }
/* 1277 */ .retinaicon-angle-up:before { content: "\f106" }
/* 1278 */ .retinaicon-angle-down:before { content: "\f107" }
/* 1279 */ .retinaicon-desktop:before { content: "\f108" }
/* 1280 */ .retinaicon-laptop:before { content: "\f109" }
/* 1281 */ .retinaicon-tablet:before { content: "\f10a" }
/* 1282 */ .retinaicon-mobile-phone:before { content: "\f10b" }
/* 1283 */ .retinaicon-circle-blank:before { content: "\f10c" }
/* 1284 */ .retinaicon-quote-left:before { content: "\f10d" }
/* 1285 */ .retinaicon-quote-right:before { content: "\f10e" }
/* 1286 */ .retinaicon-spinner:before { content: "\f110" }
/* 1287 */ .retinaicon-circle:before { content: "\f111" }
/* 1288 */ .retinaicon-mail-reply:before,
/* 1289 */ .retinaicon-reply:before { content: "\f112" }
/* 1290 */ .retinaicon-github-alt:before { content: "\f113" }
/* 1291 */ .retinaicon-folder-close-alt:before { content: "\f114" }
/* 1292 */ .retinaicon-folder-open-alt:before { content: "\f115" }
/* 1293 */ .retinaicon-expand-alt:before { content: "\f116" }
/* 1294 */ .retinaicon-collapse-alt:before { content: "\f117" }
/* 1295 */ .retinaicon-smile:before { content: "\f118" }
/* 1296 */ .retinaicon-frown:before { content: "\f119" }
/* 1297 */ .retinaicon-meh:before { content: "\f11a" }
/* 1298 */ .retinaicon-gamepad:before { content: "\f11b" }
/* 1299 */ .retinaicon-keyboard:before { content: "\f11c" }
/* 1300 */ .retinaicon-flag-alt:before { content: "\f11d" }

/* shortcodes.css */

/* 1301 */ .retinaicon-flag-checkered:before { content: "\f11e" }
/* 1302 */ .retinaicon-terminal:before { content: "\f120" }
/* 1303 */ .retinaicon-code:before { content: "\f121" }
/* 1304 */ .retinaicon-reply-all:before { content: "\f122" }
/* 1305 */ .retinaicon-mail-reply-all:before { content: "\f122" }
/* 1306 */ .retinaicon-star-half-full:before,
/* 1307 */ .retinaicon-star-half-empty:before { content: "\f123" }
/* 1308 */ .retinaicon-location-arrow:before { content: "\f124" }
/* 1309 */ .retinaicon-crop:before { content: "\f125" }
/* 1310 */ .retinaicon-code-fork:before { content: "\f126" }
/* 1311 */ .retinaicon-unlink:before { content: "\f127" }
/* 1312 */ .retinaicon-question:before { content: "\f128" }
/* 1313 */ .retinaicon-info:before { content: "\f129" }
/* 1314 */ .retinaicon-exclamation:before { content: "\f12a" }
/* 1315 */ .retinaicon-superscript:before { content: "\f12b" }
/* 1316 */ .retinaicon-subscript:before { content: "\f12c" }
/* 1317 */ .retinaicon-eraser:before { content: "\f12d" }
/* 1318 */ .retinaicon-puzzle-piece:before { content: "\f12e" }
/* 1319 */ .retinaicon-microphone:before { content: "\f130" }
/* 1320 */ .retinaicon-microphone-off:before { content: "\f131" }
/* 1321 */ .retinaicon-shield:before { content: "\f132" }
/* 1322 */ .retinaicon-calendar-empty:before { content: "\f133" }
/* 1323 */ .retinaicon-fire-extinguisher:before { content: "\f134" }
/* 1324 */ .retinaicon-rocket:before { content: "\f135" }
/* 1325 */ .retinaicon-maxcdn:before { content: "\f136" }
/* 1326 */ .retinaicon-chevron-sign-left:before { content: "\f137" }
/* 1327 */ .retinaicon-chevron-sign-right:before { content: "\f138" }
/* 1328 */ .retinaicon-chevron-sign-up:before { content: "\f139" }
/* 1329 */ .retinaicon-chevron-sign-down:before { content: "\f13a" }
/* 1330 */ .retinaicon-html5:before { content: "\f13b" }
/* 1331 */ .retinaicon-css3:before { content: "\f13c" }
/* 1332 */ .retinaicon-anchor:before { content: "\f13d" }
/* 1333 */ .retinaicon-unlock-alt:before { content: "\f13e" }
/* 1334 */ .retinaicon-bullseye:before { content: "\f140" }
/* 1335 */ .retinaicon-ellipsis-horizontal:before { content: "\f141" }
/* 1336 */ .retinaicon-ellipsis-vertical:before { content: "\f142" }
/* 1337 */ .retinaicon-rss-sign:before { content: "\f143" }
/* 1338 */ .retinaicon-play-sign:before { content: "\f144" }
/* 1339 */ .retinaicon-ticket:before { content: "\f145" }
/* 1340 */ .retinaicon-minus-sign-alt:before { content: "\f146" }
/* 1341 */ .retinaicon-check-minus:before { content: "\f147" }
/* 1342 */ .retinaicon-level-up:before { content: "\f148" }
/* 1343 */ .retinaicon-level-down:before { content: "\f149" }
/* 1344 */ .retinaicon-check-sign:before { content: "\f14a" }
/* 1345 */ .retinaicon-edit-sign:before { content: "\f14b" }
/* 1346 */ .retinaicon-external-link-sign:before { content: "\f14c" }
/* 1347 */ .retinaicon-share-sign:before { content: "\f14d" }
/* 1348 */ .retinaicon-compass:before { content: "\f14e" }
/* 1349 */ .retinaicon-collapse:before { content: "\f150" }
/* 1350 */ .retinaicon-collapse-top:before { content: "\f151" }

/* shortcodes.css */

/* 1351 */ .retinaicon-expand:before { content: "\f152" }
/* 1352 */ .retinaicon-euro:before,
/* 1353 */ .retinaicon-eur:before { content: "\f153" }
/* 1354 */ .retinaicon-gbp:before { content: "\f154" }
/* 1355 */ .retinaicon-dollar:before,
/* 1356 */ .retinaicon-usd:before { content: "\f155" }
/* 1357 */ .retinaicon-rupee:before,
/* 1358 */ .retinaicon-inr:before { content: "\f156" }
/* 1359 */ .retinaicon-yen:before,
/* 1360 */ .retinaicon-jpy:before { content: "\f157" }
/* 1361 */ .retinaicon-renminbi:before,
/* 1362 */ .retinaicon-cny:before { content: "\f158" }
/* 1363 */ .retinaicon-won:before,
/* 1364 */ .retinaicon-krw:before { content: "\f159" }
/* 1365 */ .retinaicon-bitcoin:before,
/* 1366 */ .retinaicon-btc:before { content: "\f15a" }
/* 1367 */ .retinaicon-file:before { content: "\f15b" }
/* 1368 */ .retinaicon-file-text:before { content: "\f15c" }
/* 1369 */ .retinaicon-sort-by-alphabet:before { content: "\f15d" }
/* 1370 */ .retinaicon-sort-by-alphabet-alt:before { content: "\f15e" }
/* 1371 */ .retinaicon-sort-by-attributes:before { content: "\f160" }
/* 1372 */ .retinaicon-sort-by-attributes-alt:before { content: "\f161" }
/* 1373 */ .retinaicon-sort-by-order:before { content: "\f162" }
/* 1374 */ .retinaicon-sort-by-order-alt:before { content: "\f163" }
/* 1375 */ .retinaicon-thumbs-up:before { content: "\f164" }
/* 1376 */ .retinaicon-thumbs-down:before { content: "\f165" }
/* 1377 */ .retinaicon-youtube-sign:before { content: "\f166" }
/* 1378 */ .retinaicon-youtube:before { content: "\f167" }
/* 1379 */ .retinaicon-xing:before { content: "\f168" }
/* 1380 */ .retinaicon-xing-sign:before { content: "\f169" }
/* 1381 */ .retinaicon-youtube-play:before { content: "\f16a" }
/* 1382 */ .retinaicon-dropbox:before { content: "\f16b" }
/* 1383 */ .retinaicon-stackexchange:before { content: "\f16c" }
/* 1384 */ .retinaicon-instagram:before { content: "\f16d" }
/* 1385 */ .retinaicon-flickr:before { content: "\f16e" }
/* 1386 */ .retinaicon-adn:before { content: "\f170" }
/* 1387 */ .retinaicon-bitbucket:before { content: "\f171" }
/* 1388 */ .retinaicon-bitbucket-sign:before { content: "\f172" }
/* 1389 */ .retinaicon-tumblr:before { content: "\f173" }
/* 1390 */ .retinaicon-tumblr-sign:before { content: "\f174" }
/* 1391 */ .retinaicon-long-arrow-down:before { content: "\f175" }
/* 1392 */ .retinaicon-long-arrow-up:before { content: "\f176" }
/* 1393 */ .retinaicon-long-arrow-left:before { content: "\f177" }
/* 1394 */ .retinaicon-long-arrow-right:before { content: "\f178" }
/* 1395 */ .retinaicon-apple:before { content: "\f179" }
/* 1396 */ .retinaicon-windows:before { content: "\f17a" }
/* 1397 */ .retinaicon-android:before { content: "\f17b" }
/* 1398 */ .retinaicon-linux:before { content: "\f17c" }
/* 1399 */ .retinaicon-dribbble:before { content: "\f17d" }
/* 1400 */ .retinaicon-skype:before { content: "\f17e" }

/* shortcodes.css */

/* 1401 */ .retinaicon-foursquare:before { content: "\f180" }
/* 1402 */ .retinaicon-trello:before { content: "\f181" }
/* 1403 */ .retinaicon-female:before { content: "\f182" }
/* 1404 */ .retinaicon-male:before { content: "\f183" }
/* 1405 */ .retinaicon-gittip:before { content: "\f184" }
/* 1406 */ .retinaicon-sun:before { content: "\f185" }
/* 1407 */ .retinaicon-moon:before { content: "\f186" }
/* 1408 */ .retinaicon-archive:before { content: "\f187" }
/* 1409 */ .retinaicon-bug:before { content: "\f188" }
/* 1410 */ .retinaicon-vk:before { content: "\f189" }
/* 1411 */ .retinaicon-weibo:before { content: "\f18a" }
/* 1412 */ .retinaicon-renren:before { content: "\f18b" }
/* 1413 */
/* 1414 */ .retinaiconbox{
/* 1415 */ 	margin:0 0 0px 0;
/* 1416 */ }
/* 1417 */
/* 1418 */ .retinaiconbox [class^="retinaicon-"], .retinaiconbox [class*=" retinaicon-"] {
/* 1419 */ 	display: block;
/* 1420 */ 	float: left;
/* 1421 */ 	margin:2px 15px 0px 0;
/* 1422 */ 	line-height: 1;
/* 1423 */     vertical-align: text-bottom;
/* 1424 */     font-size:34px;
/* 1425 */ }
/* 1426 */
/* 1427 */ .retinaiconbox .retinaicon-circ{
/* 1428 */ 	border-radius: 50%;
/* 1429 */ 	width:32px;
/* 1430 */ 	height: 32px;
/* 1431 */ 	font-size: 20px;
/* 1432 */ 	text-align: center;
/* 1433 */ 	line-height: 32px;
/* 1434 */ }
/* 1435 */
/* 1436 */ .retinaiconbox p{
/* 1437 */ 	margin:0 0 0 47px;
/* 1438 */ }
/* 1439 */
/* 1440 */ .retinaiconbox h3 {
/* 1441 */ 	font-size:16px;
/* 1442 */ 	margin:-21px 0 8px 47px;
/* 1443 */ }
/* 1444 */
/* 1445 */ /*-----------------------------------------------------------------------------------*/
/* 1446 */ /*	Styled List
/* 1447 *| /*-----------------------------------------------------------------------------------*/
/* 1448 */
/* 1449 */ ul.styled-list{
/* 1450 */ 	list-style: none;

/* shortcodes.css */

/* 1451 */ 	margin:0;
/* 1452 */ 	padding:0;
/* 1453 */ }
/* 1454 */
/* 1455 */ ul.styled-list li{
/* 1456 */ 	margin-bottom:2px;
/* 1457 */ }
/* 1458 */ ul.styled-list li i{
/* 1459 */ 	margin-right:6px;
/* 1460 */ 	margin-top:-2px;
/* 1461 */ }
/* 1462 */
/* 1463 */ .widget_text ul.styled-list li{
/* 1464 */ 	padding: 0 !important;
/* 1465 */ 	background: none !important;
/* 1466 */ }
/* 1467 */
/* 1468 */ /*-----------------------------------------------------------------------------------*/
/* 1469 */ /*	Member
/* 1470 *| /*-----------------------------------------------------------------------------------*/
/* 1471 */
/* 1472 */ .member{
/* 1473 */ 	max-width:460px;
/* 1474 */ 	overflow: hidden;
/* 1475 */ 	text-align: center;
/* 1476 */ 	border: 1px solid #ddd;
/* 1477 */ 	background-color: #ffffff;
/* 1478 */ 	padding:25px;
/* 1479 */ 	-webkit-border-radius: 3px;
/* 1480 */ 	   -moz-border-radius: 3px;
/* 1481 */ 			border-radius: 3px;
/* 1482 */ 	-webkit-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1483 */ 	   -moz-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1484 */ 	        box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1485 */ }
/* 1486 */ .member-img img{
/* 1487 */ 	width: 101%;
/* 1488 */ 	max-width: 101%;
/* 1489 */ 	height:auto;
/* 1490 */ }
/* 1491 */ .member-img {
/* 1492 */ 	margin:-25px -25px 15px -25px;
/* 1493 */ }
/* 1494 */ .member h4{
/* 1495 */ 	text-align: center;
/* 1496 */ 	text-transform: uppercase;
/* 1497 */ 	margin:0;
/* 1498 */ 	padding:0;
/* 1499 */ }
/* 1500 */ .member .member-role{

/* shortcodes.css */

/* 1501 */ 	color:#bfbfbf;
/* 1502 */ 	font-size:11px;
/* 1503 */ 	margin-bottom:10px;
/* 1504 */ }
/* 1505 */ .member p{
/* 1506 */ 	margin:0;
/* 1507 */ }
/* 1508 */
/* 1509 */ .member .member-social{
/* 1510 */ 	height:40px !important;
/* 1511 */ 	margin:25px -20px -20px -20px;
/* 1512 */ 	border-top:1px solid #efefef;
/* 1513 */ 	padding:0 !important;
/* 1514 */ }
/* 1515 */ .member .member-social ul{
/* 1516 */ 	margin:0px 0 0 0;
/* 1517 */ 	padding:0;
/* 1518 */ 	list-style: none;
/* 1519 */ 	font-size: 0 !important;
/* 1520 */ 	line-height: 0 !important;
/* 1521 */ 	text-align: center;
/* 1522 */ }
/* 1523 */ .member .member-social ul li{
/* 1524 */ 	display: inline-block;
/* 1525 */ 	float: none;
/* 1526 */ }
/* 1527 */ .member .member-social ul li a{
/* 1528 */ 	display:block;
/* 1529 */ 	width:40px;
/* 1530 */ 	height:40px;
/* 1531 */ 	text-indent:-9999px;
/* 1532 */ 	background-position: 0px 0px;
/* 1533 */ 	background-repeat: no-repeat;
/* 1534 */ 	margin:0;
/* 1535 */ 	padding:0;
/* 1536 */ }
/* 1537 */
/* 1538 */ .member .member-social ul li.member-social-facebook a { background: url(../images/icons/facebook.png) no-repeat 0 0 }
/* 1539 */ .member .member-social ul li.member-social-twitter a { background: url(../images/icons/twitter.png) no-repeat 0 0 }
/* 1540 */ .member .member-social ul li.member-social-skype a { background: url(../images/icons/skype.png) no-repeat 0 0 }
/* 1541 */ .member .member-social ul li.member-social-google a { background: url(../images/icons/googleplus.png) no-repeat 0 0 }
/* 1542 */ .member .member-social ul li.member-social-linkedin a { background: url(../images/icons/linkedin.png) no-repeat 0 0 }
/* 1543 */ .member .member-social ul li.member-social-email a { background: url(../images/icons/email.png) no-repeat 0 0 }
/* 1544 */
/* 1545 */ /*-----------------------------------------------------------------------------------*/
/* 1546 */
/* 1547 */ .skillbar{
/* 1548 */ 	width:100%;
/* 1549 */ 	height:15px;
/* 1550 */ 	display:block;

/* shortcodes.css */

/* 1551 */ 	background: #efefef;
/* 1552 */ 	margin-bottom:20px;
/* 1553 */ 	border-radius: 30px;
/* 1554 */ 	overflow: hidden;
/* 1555 */ 	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
/* 1556 */ 	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
/* 1557 */ }
/* 1558 */ .skillbar .skill-percentage{
/* 1559 */ 	background: #289dcc;
/* 1560 */ 	display:block;
/* 1561 */ 	width:0%;
/* 1562 */ 	height:25px;
/* 1563 */ 	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
/* 1564 */ 	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
/* 1565 */ }
/* 1566 */ .skill-title{
/* 1567 */ 	margin:0 0 3px 4px;
/* 1568 */ 	font-size:13px;
/* 1569 */ 	color:#999999;
/* 1570 */ 	display: block;
/* 1571 */ 	font-weight:600;
/* 1572 */ }
/* 1573 */
/* 1574 */ /*-----------------------------------------------------------------------------------*/
/* 1575 */ /* Portfolio
/* 1576 *| /*-----------------------------------------------------------------------------------*/
/* 1577 */
/* 1578 */ .latest-portfolio ul{
/* 1579 */ 	list-style: none;
/* 1580 */ 	margin:0;
/* 1581 */ 	padding: 0;
/* 1582 */ }
/* 1583 */
/* 1584 */ .negative-wrap{
/* 1585 */ 	margin:0 -10px 0 -10px;
/* 1586 */ }
/* 1587 */
/* 1588 */ /*-----------------------------------------------------------------------------------*/
/* 1589 */ /* Blog
/* 1590 *| /*-----------------------------------------------------------------------------------*/
/* 1591 */
/* 1592 */ .latest-blog .blog-item {
/* 1593 */ 	position: relative;
/* 1594 */ 	margin-bottom:20px;
/* 1595 */ 	text-align: left;
/* 1596 */ }
/* 1597 */ .latest-blog .blog-item .blog-pic{
/* 1598 */ 	border-radius: 4px;
/* 1599 */ 	overflow: hidden;
/* 1600 */ 	display: block;

/* shortcodes.css */

/* 1601 */ 	margin:0 0 5px 0;
/* 1602 */ 	position: relative;
/* 1603 */ }
/* 1604 */ .latest-blog .blog-item .blog-pic img{
/* 1605 */ 	width:220px;
/* 1606 */ 	height:143px;
/* 1607 */ }
/* 1608 */ .latest-blog .blog-item .blog-overlay{
/* 1609 */ 	display: block;
/* 1610 */ 	width:220px;
/* 1611 */ 	height:150px;
/* 1612 */ 	overflow: hidden;
/* 1613 */ 	background: rgba(0,0,0,0.6);
/* 1614 */ 	position: absolute;
/* 1615 */ 	top:0;
/* 1616 */ 	left: 0;
/* 1617 */ 	opacity: 0;
/* 1618 */ }
/* 1619 */ .latest-blog .blog-item .post-icon{
/* 1620 */ 	position: absolute;
/* 1621 */ 	top:45px !important;
/* 1622 */ 	margin:0;
/* 1623 */ 	left:83px;
/* 1624 */ 	width:50px;
/* 1625 */ 	height:50px;
/* 1626 */ 	-webkit-border-radius:50%;
/* 1627 */ 	   -moz-border-radius:50%;
/* 1628 */ 	        border-radius:50%;
/* 1629 */ 	background-position: 8px 7px;
/* 1630 */ 	background-repeat: no-repeat;
/* 1631 */ 	background-color: rgba(0,0,0,0.7);
/* 1632 */ }
/* 1633 */ .latest-blog .blog-item img{
/* 1634 */ 	display: block;
/* 1635 */ }
/* 1636 */ .latest-blog .blog-item h4{
/* 1637 */ 	margin:0 0 0 5px;
/* 1638 */ 	padding:0;
/* 1639 */ 	font-size:14px;
/* 1640 */ 	line-height: 23px;
/* 1641 */ 	color:#666666;
/* 1642 */ }
/* 1643 */ .latest-blog .blog-item:hover h4{
/* 1644 */ 	color: #289dcc;
/* 1645 */ }
/* 1646 */ .latest-blog .blog-item .blog-item-description span{
/* 1647 */ 	font-size:11px;
/* 1648 */ 	color:#cccccc;
/* 1649 */ 	display: block;
/* 1650 */ 	margin:-2px 0 0 5px;

/* shortcodes.css */

/* 1651 */ 	padding:0;
/* 1652 */ }
/* 1653 */
/* 1654 */ /*-----------------------------------------------------------------------------------*/
/* 1655 */
/* 1656 */ .latest-blog-list{
/* 1657 */ 	width:100%;
/* 1658 */ 	margin:0 0 20px 0;
/* 1659 */ }
/* 1660 */
/* 1661 */ .latest-blog-list h4{
/* 1662 */ 	margin: 0;
/* 1663 */ }
/* 1664 */
/* 1665 */ .latest-blog-list .blog-list-item-date{
/* 1666 */ 	background: #f4f4f4;
/* 1667 */ 	color:#666666;
/* 1668 */ 	width:50px;
/* 1669 */ 	text-align: center;
/* 1670 */ 	font-size:20px;
/* 1671 */ 	line-height: 20px;
/* 1672 */ 	font-weight: bold;
/* 1673 */ 	padding:10px 0 0 0;
/* 1674 */ 	float: left;
/* 1675 */ }
/* 1676 */ .latest-blog-list .blog-list-item-date span{
/* 1677 */ 	display: block;
/* 1678 */ 	background: #666666;
/* 1679 */ 	font-size:11px;
/* 1680 */ 	line-height: 11px;
/* 1681 */ 	font-weight: bold;
/* 1682 */ 	padding:5px 0;
/* 1683 */ 	margin:10px 0 0 0;
/* 1684 */ 	text-transform: uppercase;
/* 1685 */ 	color:#ffffff;
/* 1686 */ }
/* 1687 */
/* 1688 */ .latest-blog-list .blog-list-item-description{
/* 1689 */ 	margin-left:70px;
/* 1690 */ }
/* 1691 */ .latest-blog-list .blog-list-item-description span{
/* 1692 */ 	color:#cccccc;
/* 1693 */ }
/* 1694 */
/* 1695 */ .latest-blog-list .blog-list-item-description .read-more-link{
/* 1696 */ 	display: block;
/* 1697 */ }
/* 1698 */
/* 1699 */ .blog-list-item-excerpt{
/* 1700 */

/* shortcodes.css */

/* 1701 */ }
/* 1702 */
/* 1703 */ /*-----------------------------------------------------------------------------------*/
/* 1704 */ /* Pricing Table
/* 1705 *| /*-----------------------------------------------------------------------------------*/
/* 1706 */
/* 1707 */ .pricing-table{
/* 1708 */ 	width:940px;
/* 1709 */ 	padding-top:31px;
/* 1710 */ }
/* 1711 */ .pricing-table p{
/* 1712 */ 	margin:0;
/* 1713 */ }
/* 1714 */
/* 1715 */ .pricing-table.col-2 .plan{
/* 1716 */ 	float:left;
/* 1717 */ 	width:469px;
/* 1718 */ 	display: block;
/* 1719 */ }
/* 1720 */ .pricing-table.col-3 .plan{
/* 1721 */ 	float:left;
/* 1722 */ 	width:312px;
/* 1723 */ 	display: block;
/* 1724 */ }
/* 1725 */ .pricing-table.col-4 .plan{
/* 1726 */ 	float:left;
/* 1727 */ 	width:234px;
/* 1728 */ 	display: block;
/* 1729 */ }
/* 1730 */ .pricing-table.col-5 .plan{
/* 1731 */ 	float:left;
/* 1732 */ 	width:187px;
/* 1733 */ 	display: block;
/* 1734 */ }
/* 1735 */
/* 1736 */ .plan{
/* 1737 */ 	text-align: center;
/* 1738 */ 	border:1px solid #dddddd;
/* 1739 */ 	background: #ffffff;
/* 1740 */ 	margin-right:-1px;
/* 1741 */ 	-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 1742 */        -moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 1743 */             box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 1744 */ }
/* 1745 */
/* 1746 */ .pricing-table .featured{
/* 1747 */ 	color:#ffffff !important; /* never overwrite those values :-) */
/* 1748 */ 	margin:-31px -1px 20px -1px;
/* 1749 */ 	position: relative;
/* 1750 */ 	z-index: 999;

/* shortcodes.css */

/* 1751 */ 	text-transform: uppercase;
/* 1752 */ 	font-weight:bold;
/* 1753 */ 	font-size:11px !important;
/* 1754 */ 	letter-spacing: 1px !important;
/* 1755 */ 	background: #333333;
/* 1756 */ 	height:31px !important;
/* 1757 */ 	line-height:31px !important;
/* 1758 */ }
/* 1759 */
/* 1760 */ .plan .plan-head{
/* 1761 */ 	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1762 */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1763 */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1764 */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1765 */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1766 */ }
/* 1767 */
/* 1768 */ .plan .plan-head h3{
/* 1769 */ 	display:block;
/* 1770 */ 	width:100%;
/* 1771 */ 	margin:25px 0 5px 0;
/* 1772 */ 	font-size:16px;
/* 1773 */ 	padding:0;
/* 1774 */ }
/* 1775 */
/* 1776 */ .plan .price{
/* 1777 */ 	display:block;
/* 1778 */ 	font-size:36px;
/* 1779 */ 	line-height:38px;
/* 1780 */ 	font-weight:300;
/* 1781 */ 	border-bottom:1px solid #dddddd;
/* 1782 */ 	padding:0;
/* 1783 */ 	margin:0;
/* 1784 */ }
/* 1785 */
/* 1786 */ .plan .price span{
/* 1787 */ 	display:block;
/* 1788 */ 	font-weight:400;
/* 1789 */ 	font-size:11px;
/* 1790 */ 	margin:5px 0 25px 0;
/* 1791 */ 	padding:0;
/* 1792 */ 	color:#c0c0c0;
/* 1793 */ 	line-height:11px;
/* 1794 */ }
/* 1795 */
/* 1796 */ .plan .signup{
/* 1797 */ 	padding:20px 0 20px 0;
/* 1798 */ 	text-align: center;
/* 1799 */ 	border-top:1px solid #dddddd;
/* 1800 */ 	background: #f9f9f9;

/* shortcodes.css */

/* 1801 */ }
/* 1802 */
/* 1803 */ .plan .signup a.button{
/* 1804 */ 	margin:0;
/* 1805 */ }
/* 1806 */
/* 1807 */ .plan ul{
/* 1808 */ 	margin:0 !important;
/* 1809 */ 	list-style: none !important;
/* 1810 */ 	padding:0 !important;
/* 1811 */ 	background: #ffffff;
/* 1812 */ }
/* 1813 */ .plan li{
/* 1814 */ 	font-size:12px;
/* 1815 */ 	padding:10px 0px;
/* 1816 */ 	text-align: center;
/* 1817 */ 	background: url(../images/dotted.png) repeat-x bottom left;
/* 1818 */ }
/* 1819 */ .plan li:last-child{
/* 1820 */ 	background: none;
/* 1821 */ }
/* 1822 */
/* 1823 */
/* 1824 */ /*-----------------------------------------------------------------------------------*/
/* 1825 */ /*	Blockquotes & Pullquotes
/* 1826 *| /*-----------------------------------------------------------------------------------*/
/* 1827 */ blockquote {
/* 1828 */ 	color: #adadad;
/* 1829 */ 	margin:0 0 20px 0;
/* 1830 */ 	padding:0;
/* 1831 */ }
/* 1832 */ blockquote p{
/* 1833 */ 	margin: 0 !important;
/* 1834 */ 	padding: 1px 0 1px 20px;
/* 1835 */ 	border-left: 4px solid #e6e6e6;
/* 1836 */ }
/* 1837 */
/* 1838 */ .pullquote {
/* 1839 */ 	color: #adadad;
/* 1840 */ 	width:260px;
/* 1841 */ 	margin: 20px 0 !important;
/* 1842 */ }
/* 1843 */
/* 1844 */ .pullquote.align-left{
/* 1845 */ 	float: left;
/* 1846 */ 	padding: 0px 20px 0px 20px;
/* 1847 */ 	border-left: 4px solid #e6e6e6;
/* 1848 */ }
/* 1849 */ .pullquote.align-right{
/* 1850 */ 	float: right;

/* shortcodes.css */

/* 1851 */ 	padding: 0px 20px 0px 20px;
/* 1852 */ 	border-right: 4px solid #e6e6e6;
/* 1853 */ }
/* 1854 */
/* 1855 */ /*-----------------------------------------------------------------------------------*/
/* 1856 */ /*	Responsive Images
/* 1857 *| /*-----------------------------------------------------------------------------------*/
/* 1858 */
/* 1859 */ .responsive img, .responsive iframe, .responsive object, .responsive embed{
/* 1860 */ 	max-width:100%;
/* 1861 */ 	/*width:100%;*/
/* 1862 */ 	height: auto;
/* 1863 */ }
/* 1864 */
/* 1865 */ /*-----------------------------------------------------------------------------------*/
/* 1866 */ /*	Social Icons
/* 1867 *| /*-----------------------------------------------------------------------------------*/
/* 1868 */
/* 1869 */ .social-icon {
/* 1870 */ 	display: block;
/* 1871 */ 	float: left;
/* 1872 */ 	margin:0 5px 5px 0;
/* 1873 */ 	background-color: #efefef !important;
/* 1874 */ 	-webkit-border-radius: 3px;
/* 1875 */ 	   -moz-border-radius: 3px;
/* 1876 */ 			border-radius: 3px;
/* 1877 */ 	overflow: hidden;
/* 1878 */ 	width:40px;
/* 1879 */ 	height:40px;
/* 1880 */ }
/* 1881 */
/* 1882 */ .social-icon a{
/* 1883 */ 	-webkit-transition:all 0.2s ease 0s;
/* 1884 */ 	   -moz-transition:all 0.2s ease 0s;
/* 1885 */          -o-transition:all 0.2s ease 0s;
/* 1886 */             transition:all 0.2s ease 0s;
/* 1887 */ 	display:inline-block;
/* 1888 */ 	width:40px;
/* 1889 */ 	height:40px;
/* 1890 */ 	text-indent:-9999px;
/* 1891 */ 	background-position: 0px 0px;
/* 1892 */ 	background-repeat: no-repeat;
/* 1893 */ }
/* 1894 */ .social-icon a:hover{
/* 1895 */ 	background-color: #cccccc;
/* 1896 */ 	background-position: 0px -40px !important;
/* 1897 */ }
/* 1898 */
/* 1899 */ /*-----------------------------------------------------------------------------------*/
/* 1900 */ /*	Styled Tables

/* shortcodes.css *|

/* 1901 *| /*-----------------------------------------------------------------------------------*/
/* 1902 */
/* 1903 */ .custom-table-1 table {
/* 1904 */ 	margin: 0 0 20px 0;
/* 1905 */ 	text-align: left;
/* 1906 */ 	border:1px solid #dddddd;
/* 1907 */ 	-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 1908 */        -moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 1909 */             box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 1910 */ }
/* 1911 */
/* 1912 */ .custom-table-1 tr:nth-child(even) { background: #fafafa; }
/* 1913 */ .custom-table-1 tr:nth-child(odd) { background: #ffffff; }
/* 1914 */
/* 1915 */ .custom-table-1 tr {  }
/* 1916 */
/* 1917 */ .custom-table-1 th,
/* 1918 */ .custom-table-1 td {
/* 1919 */ 	padding: 10px 20px;
/* 1920 */ 	vertical-align: middle;
/* 1921 */ }
/* 1922 */
/* 1923 */ .custom-table-1 thead th{
/* 1924 */ 	font-size:14px;
/* 1925 */ 	font-weight:700;
/* 1926 */ 	color:#333333;
/* 1927 */ 	border-bottom:1px solid #dddddd;
/* 1928 */ 	padding:15px 20px;
/* 1929 */ 	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1930 */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1931 */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1932 */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1933 */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1934 */ 	background-color: #F9F9F9;
/* 1935 */ }
/* 1936 */
/* 1937 */ /*-----------------------------------------------------------------------------------*/
/* 1938 */
/* 1939 */ .custom-table-2 table {
/* 1940 */ 	margin: 0 0 20px 0;
/* 1941 */ 	text-align: left;
/* 1942 */ 	border: 1px solid #dbdbdb;
/* 1943 */ 	-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 1944 */        -moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 1945 */             box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
/* 1946 */ }
/* 1947 */
/* 1948 */ .custom-table-2 tr:nth-child(even) { background: #ffffff; }
/* 1949 */ .custom-table-2 tr:nth-child(odd) { background: #ffffff; }
/* 1950 */

/* shortcodes.css */

/* 1951 */ .custom-table-2 tr {  }
/* 1952 */
/* 1953 */ .custom-table-2 th,
/* 1954 */ .custom-table-2 td {
/* 1955 */ 	padding: 10px 20px;
/* 1956 */ 	vertical-align: middle;
/* 1957 */ 	border: 1px solid #e2e2e2;
/* 1958 */
/* 1959 */ }
/* 1960 */
/* 1961 */ .custom-table-2 tr:hover {
/* 1962 */ 	background: #fafafa;
/* 1963 */ }
/* 1964 */
/* 1965 */ .custom-table-2 thead th{
/* 1966 */ 	color:#333333;
/* 1967 */ 	font-size:14px;
/* 1968 */ 	font-weight:700;
/* 1969 */ 	border:none;
/* 1970 */ 	border:1px solid #dbdbdb;
/* 1971 */ 	padding:15px 20px;
/* 1972 */ 	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1973 */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1974 */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1975 */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1976 */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1977 */ 	background-color: #F9F9F9;
/* 1978 */ }
/* 1979 */
/* 1980 */ /*-----------------------------------------------------------------------------------*/
/* 1981 */
/* 1982 */ .custom-table-3 table {
/* 1983 */ 	margin: 0 0 20px 0;
/* 1984 */ 	text-align: left;
/* 1985 */ }
/* 1986 */
/* 1987 */ .custom-table-3 tr:nth-child(even) { background: #ffffff; }
/* 1988 */ .custom-table-3 tr:nth-child(odd) { background: #ffffff; }
/* 1989 */
/* 1990 */ .custom-table-3 tr {  }
/* 1991 */
/* 1992 */ .custom-table-3 th,
/* 1993 */ .custom-table-3 td {
/* 1994 */ 	padding: 10px 20px;
/* 1995 */ 	vertical-align: middle;
/* 1996 */ 	border-bottom:1px solid #e2e2e2;
/* 1997 */
/* 1998 */ }
/* 1999 */
/* 2000 */ .custom-table-3 tr:hover {

/* shortcodes.css */

/* 2001 */ 	background: #fafafa;
/* 2002 */ }
/* 2003 */
/* 2004 */ .custom-table-3 thead th{
/* 2005 */ 	font-size:14px;
/* 2006 */ 	font-weight:700;
/* 2007 */ 	color:#ffffff;
/* 2008 */ 	border:none;
/* 2009 */ 	padding:15px 20px;
/* 2010 */ 	background: #333333;
/* 2011 */ }
/* 2012 */
/* 2013 */ /*-----------------------------------------------------------------------------------*/
/* 2014 */ /*	Tabs
/* 2015 *| /*-----------------------------------------------------------------------------------*/
/* 2016 */
/* 2017 */ .tabs {
/* 2018 */     list-style-type: none;
/* 2019 */     margin: 0;
/* 2020 */     padding: 0;
/* 2021 */     position: relative;
/* 2022 */     top: 1px;
/* 2023 */ }
/* 2024 */ .tab {
/* 2025 */     float: left;
/* 2026 */     margin-right:-1px;
/* 2027 */ }
/* 2028 */ .tab a {
/* 2029 */ 	color:#666666;
/* 2030 */     border: 1px solid #d3d3d3;
/* 2031 */     display: block;
/* 2032 */     padding: 10px 20px;
/* 2033 */     background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2034 */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2035 */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2036 */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2037 */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2038 */ 	background-color: #F9F9F9;
/* 2039 */ }
/* 2040 */ .tab a:hover{
/* 2041 */ 	color:#666666;
/* 2042 */ 	background: #fff;
/* 2043 */ }
/* 2044 */ .tab a i{
/* 2045 */ 	opacity: 0.6;
/* 2046 */ 	margin:-1px 2px 0 2px;
/* 2047 */ }
/* 2048 */ .tab a.selected {
/* 2049 */ 	background: #ffffff;
/* 2050 */     border-bottom-color: #fff;

/* shortcodes.css */

/* 2051 */     color:#333333;
/* 2052 */ }
/* 2053 */ .tab a.selected i{
/* 2054 */ 	opacity: 0.9;
/* 2055 */ }
/* 2056 */ .panel {
/* 2057 */ 	background: #ffffff;
/* 2058 */     border: 1px solid #d3d3d3;
/* 2059 */     clear: both;
/* 2060 */     padding: 20px 20px 0px 20px;
/* 2061 */     -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2062 */        -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2063 */             box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2064 */ }
/* 2065 */
/* 2066 */ .woocommerce-tabs .panel{
/* 2067 */ 	border: none;
/* 2068 */ 	padding: 0;
/* 2069 */ 	-webkit-box-shadow:none;
/* 2070 */        -moz-box-shadow:none;
/* 2071 */             box-shadow:none;
/* 2072 */ }
/* 2073 */
/* 2074 */ /*-----------------------------------------------------------------------------------*/
/* 2075 */ /*	Toggle
/* 2076 *| /*-----------------------------------------------------------------------------------*/
/* 2077 */
/* 2078 */ .testimonial{
/* 2079 */ 	background: #ffffff;
/* 2080 */ 	border: 1px solid #d3d3d3;
/* 2081 */ 	padding:20px;
/* 2082 */ 	position: relative;
/* 2083 */ 	-webkit-border-radius:3px;
/* 2084 */        -moz-border-radius:3px;
/* 2085 */             border-radius:3px;
/* 2086 */ 	-webkit-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 2087 */        -moz-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 2088 */             box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 2089 */ }
/* 2090 */ .testimonial:after{
/* 2091 */ 	content: '';
/* 2092 */ 	width:22px;
/* 2093 */ 	height:22px;
/* 2094 */ 	position: absolute;
/* 2095 */ 	bottom:-22px;
/* 2096 */ 	left:30px;
/* 2097 */ 	background: url(../images/testimonials.png) no-repeat;
/* 2098 */ }
/* 2099 */ .testimonial-author{
/* 2100 */ 	margin:4px 0 20px 56px;

/* shortcodes.css */

/* 2101 */ 	color: #b2b2b2;
/* 2102 */ }
/* 2103 */
/* 2104 */ /*-----------------------------------------------------------------------------------*/
/* 2105 */ /*	Toggle
/* 2106 *| /*-----------------------------------------------------------------------------------*/
/* 2107 */
/* 2108 */ .toggle{
/* 2109 */ 	margin-bottom:20px;
/* 2110 */ }
/* 2111 */ .toggle .toggle-title{
/* 2112 */ 	border: 1px solid #ddd;
/* 2113 */ 	display: block;
/* 2114 */ 	position: relative;
/* 2115 */ 	padding:10px 0px 10px 15px;
/* 2116 */ 	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2117 */ 	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2118 */ 	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2119 */ 	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2120 */ 	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2121 */ 	background-color: #F9F9F9;
/* 2122 */ 	-webkit-border-radius:3px;
/* 2123 */        -moz-border-radius:3px;
/* 2124 */             border-radius:3px;
/* 2125 */ 	font-weight:600;
/* 2126 */ 	cursor: pointer;
/* 2127 */ 	overflow: hidden;
/* 2128 */ 	color:#999999;
/* 2129 */ }
/* 2130 */ .toggle .toggle-title span{
/* 2131 */ 	float: right;
/* 2132 */ 	display:block;
/* 2133 */ 	margin:-10px 0px -10px 0px;
/* 2134 */ 	width:42px;
/* 2135 */ 	height:42px;
/* 2136 */ 	background: url(../images/accordion-open.png) no-repeat right center;
/* 2137 */ 	color:#999999;
/* 2138 */ }
/* 2139 */
/* 2140 */ .toggle .toggle-title i{
/* 2141 */ 	margin:-2px 8px 0 0px;
/* 2142 */ 	opacity: 0.4;
/* 2143 */ }
/* 2144 */ .toggle .toggle-title.active{
/* 2145 */ 	color:#444444;
/* 2146 */ 	-webkit-border-radius:3px 3px 0px 0px;
/* 2147 */        -moz-border-radius:3px 3px 0px 0px;
/* 2148 */             border-radius:3px 3px 0px 0px;
/* 2149 */ }
/* 2150 */ .toggle .toggle-title.active span{

/* shortcodes.css */

/* 2151 */ 	background: url(../images/accordion-close.png) no-repeat right center;
/* 2152 */ }
/* 2153 */ .toggle .toggle-title.active i{
/* 2154 */ 	opacity: 0.95;
/* 2155 */ 	line-height: 1;
/* 2156 */ }
/* 2157 */ .toggle .toggle-inner{
/* 2158 */ 	background: #ffffff;
/* 2159 */ 	margin:0;
/* 2160 */ 	-webkit-border-radius:0px 0px 3px 3px;
/* 2161 */        -moz-border-radius:0px 0px 3px 3px;
/* 2162 */             border-radius:0px 0px 3px 3px;
/* 2163 */     -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2164 */        -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2165 */             box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2166 */ 	border:1px solid #ddd;
/* 2167 */ 	border-top:0;
/* 2168 */ 	padding:20px 20px 0px 20px;
/* 2169 */ 	display:none;
/* 2170 */ }
/* 2171 */ .toggle .toggle-inner div{
/* 2172 */ 	max-width: 100%;
/* 2173 */ }
/* 2174 */
/* 2175 */ /*-----------------------------------------------------------------------------------*/
/* 2176 */ /*	Separator
/* 2177 *| /*-----------------------------------------------------------------------------------*/
/* 2178 */
/* 2179 */ .title{
/* 2180 */ 	padding: 0;
/* 2181 */ 	margin:0 0 20px 0;
/* 2182 */ 	background: url(../images/stripes.png) left top;
/* 2183 */ 	line-height: 1 !important;
/* 2184 */ }
/* 2185 */
/* 2186 */ .title span{
/* 2187 */ 	background: #fff;
/* 2188 */ 	padding-right: 7px;
/* 2189 */ }
/* 2190 */
/* 2191 */ /*-----------------------------------------------------------------------------------*/
/* 2192 */ /*	Typography
/* 2193 *| /*-----------------------------------------------------------------------------------*/
/* 2194 */
/* 2195 */ pre code { display: block; margin: 0px 0px 0px 10px; }
/* 2196 */
/* 2197 */ abbr { border-bottom: 1px dashed; cursor: help; }
/* 2198 */
/* 2199 */ address,
/* 2200 */ cite,

/* shortcodes.css */

/* 2201 */ em,
/* 2202 */ i { font-style: italic }
/* 2203 */
/* 2204 */ dfn { border-bottom: 1px dashed; font-style: italic; }
/* 2205 */
/* 2206 */ big { font-size: large }
/* 2207 */
/* 2208 */ small,
/* 2209 */ sub,
/* 2210 */ sup { position: relative; font-size: 11px; vertical-align: baseline; }
/* 2211 */ sub { top: 3px }
/* 2212 */ sup { bottom: 3px }
/* 2213 */
/* 2214 */ strong,
/* 2215 */ b { font-weight: bold }
/* 2216 */
/* 2217 */ mark{
/* 2218 */ 	display: inline;
/* 2219 */ 	padding: 2px 4px;
/* 2220 */ 	background-color: #f6f2d6;
/* 2221 */ 	color:#7c6d08;
/* 2222 */ 	-webkit-border-radius: 3px;
/* 2223 */ 	   -moz-border-radius: 3px;
/* 2224 */ 	        border-radius: 3px;
/* 2225 */ }
/* 2226 */
/* 2227 */ mark.dark{
/* 2228 */ 	background-color: #333;
/* 2229 */ 	color: #ffffff;
/* 2230 */ }
/* 2231 */
/* 2232 */ form label{
/* 2233 */ 	float:left;
/* 2234 */ 	width:120px;
/* 2235 */ }
/* 2236 */
/* 2237 */ /*form div{
/* 2238 *| 	clear: both;
/* 2239 *| 	display: block;
/* 2240 *| }*/
/* 2241 */
/* 2242 */ /*-----------------------------------------------------------------------------------*/
/* 2243 */ /*	Section
/* 2244 *| /*-----------------------------------------------------------------------------------*/
/* 2245 */
/* 2246 */ .section{
/* 2247 */ 	margin: 0;
/* 2248 */ 	padding: 0;
/* 2249 */ 	position: relative;
/* 2250 */ 	overflow: hidden;

/* shortcodes.css */

/* 2251 */ 	background-position:center center;
/* 2252 */ 	-webkit-background-size: cover;
/* 2253 */ 	-moz-background-size: cover;
/* 2254 */ 	-o-background-size: cover;
/* 2255 */ 	background-size: cover;
/* 2256 */ }
/* 2257 */
/* 2258 */ .section.section-parallax{
/* 2259 */ 	background-attachment:fixed;
/* 2260 */ }
/* 2261 */
/* 2262 */ /*-----------------------------------------------------------------------------------*/
/* 2263 */ /*	Blockquotes & Pullquotes
/* 2264 *| /*-----------------------------------------------------------------------------------*/
/* 2265 */
/* 2266 */ .visibility-mobile { display: none !important; }
/* 2267 */ .visibility-mobile-portrait { display: none !important; }
/* 2268 */ .visibility-mobile-landscape { display: none !important; }
/* 2269 */ .visibility-tablet { display: none !important; }
/* 2270 */
/* 2271 */ @media (max-width: 479px) {
/* 2272 */ 	.visibility-mobile { display: inherit !important; }
/* 2273 */ 	.visibility-mobile-portrait { display: inherit !important; }
/* 2274 */ 	.visibility-mobile-landscape { display: none !important; }
/* 2275 */ 	.visibility-desktop { display: none !important; }
/* 2276 */ }
/* 2277 */
/* 2278 */ @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 2279 */ 	.visibility-mobile { display: inherit !important; }
/* 2280 */ 	.visibility-mobile-portrait { display: none !important; }
/* 2281 */ 	.visibility-mobile-landscape { display: inherit !important; }
/* 2282 */ 	.visibility-desktop { display: none !important; }
/* 2283 */
/* 2284 */ }
/* 2285 */
/* 2286 */ @media (min-width: 768px) and (max-width: 959px) {
/* 2287 */ 	.visibility-tablet { display: inherit !important; }
/* 2288 */ 	.visibility-mobile-portrait { display: none !important; }
/* 2289 */ 	.visibility-mobile-landscape { display: none !important; }
/* 2290 */ 	.visibility-desktop { display: none !important; }
/* 2291 */ }
/* 2292 */
/* 2293 */ /*-----------------------------------------------------------------------------------*/
/* 2294 */ /*	EOF
/* 2295 *| /*-----------------------------------------------------------------------------------*/
/* Minify_CSS_UriRewriter::$debugText

*/

/* flexslider.css */

/* 1   */ /*
/* 2   *| * jQuery FlexSlider v2.0
/* 3   *| * http://www.woothemes.com/flexslider/
/* 4   *| *
/* 5   *| * Copyright 2012 WooThemes
/* 6   *| * Free to use under the MIT license.
/* 7   *| * http://www.opensource.org/licenses/mit-license.php
/* 8   *| */
/* 9   */
/* 10  */ /* ------------------------------------------------------------------------ */
/* 11  */ /* Reset
/* 12  *| /* ------------------------------------------------------------------------ */
/* 13  */ .flex-container a:active,
/* 14  */ .flexslider a:active,
/* 15  */ .flex-container a:focus,
/* 16  */ .flexslider a:focus  {outline: none;}
/* 17  */ .slides,
/* 18  */ .flex-control-nav,
/* 19  */ .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* 20  */ .slides li {margin: 0;}
/* 21  */
/* 22  */ /* ------------------------------------------------------------------------ */
/* 23  */ /* FlexSlider Necessary Styles
/* 24  *| /* ------------------------------------------------------------------------ */
/* 25  */ .flexslider {margin: 0; padding: 0; overflow: hidden;}
/* 26  */ .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 27  */ .flexslider .slides img {max-width: 100%; height:auto; display: block;}
/* 28  */ .flex-pauseplay span {text-transform: capitalize;}
/* 29  */
/* 30  */ /* ------------------------------------------------------------------------ */
/* 31  */ /* Clearfix for the .slides element
/* 32  *| /* ------------------------------------------------------------------------ */
/* 33  */ .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
/* 34  */ html[xmlns] .slides {display: block;}
/* 35  */ * html .slides {height: 1%;}
/* 36  */
/* 37  */ /* ------------------------------------------------------------------------ */
/* 38  */ /* No JavaScript Fallback
/* 39  *| /* ------------------------------------------------------------------------ */
/* 40  */ .no-js .slides > li:first-child {display: block;}
/* 41  */
/* 42  */ /* ------------------------------------------------------------------------ */
/* 43  */ /* FlexSlider Style
/* 44  *| /* ------------------------------------------------------------------------ */
/* 45  */ .flexslider {position: relative;  zoom: 1;}
/* 46  */ .flexslider .slides {zoom: 1;}
/* 47  */ .flexslider .slides > li {position: relative;}
/* 48  */ /* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
/* 49  */ .flex-container {zoom: 1; position: relative;}
/* 50  */

/* flexslider.css */

/* 51  */ .post-gallery .flex-direction-nav .flex-next, #portfolio-slider .flex-direction-nav .flex-next{
/* 52  */ 	right:0px;
/* 53  */ }
/* 54  */ .post-gallery .flex-direction-nav .flex-prev, #portfolio-slider .flex-direction-nav .flex-prev{
/* 55  */ 	left:0px;
/* 56  */ }
/* 57  */
/* 58  */ .post-gallery .flex-control-nav{
/* 59  */ 	display: none;
/* 60  */ }
/* 61  */
/* 62  */ /* ------------------------------------------------------------------------ */
/* 63  */ /* Direction Navigation
/* 64  *| /* ------------------------------------------------------------------------ */
/* 65  */ .flex-direction-nav a {
/* 66  */ 	width: 40px;
/* 67  */ 	height:50px;
/* 68  */ 	margin: -25px 0 0;
/* 69  */ 	display: block;
/* 70  */ 	background-color: #555555;
/* 71  */ 	background-color: rgba(0,0,0,0.6);
/* 72  */ 	position: absolute;
/* 73  */ 	top: 50%;
/* 74  */ 	cursor: pointer;
/* 75  */ 	text-indent: -9999px;
/* 76  */ 	opacity: 1;
/* 77  */ 	-webkit-transition: all 0.2s ease-in-out;
/* 78  */ 	-moz-transition: all 0.2s ease-in-out;
/* 79  */ 	-o-transition: all 0.2s ease-in-out;
/* 80  */ 	-ms-transition: all 0.2s ease-in-out;
/* 81  */ 	transition: all 0.2s ease-in-out;
/* 82  */ }
/* 83  */
/* 84  */ .flex-direction-nav a:hover {
/* 85  */ 	background-color: #289dcc;
/* 86  */ }
/* 87  */
/* 88  */ .flex-direction-nav .flex-next {
/* 89  */ 	right: 0px;
/* 90  */ 	background-image: url(../images/slider-next.png);
/* 91  */ 	background-repeat: no-repeat;
/* 92  */ 	background-position: 53% 50%;
/* 93  */ 	-webkit-border-radius: 3px 0 0 3px;
/* 94  */ 	-moz-border-radius: 3px 0 0 3px;
/* 95  */ 	border-radius: 3px 0 0 3px;
/* 96  */ 	position: absolute;
/* 97  */ }
/* 98  */
/* 99  */ .flex-direction-nav .flex-prev {
/* 100 */ 	left: 0px;

/* flexslider.css */

/* 101 */ 	background-image: url(../images/slider-prev.png);
/* 102 */ 	background-repeat: no-repeat;
/* 103 */ 	background-position: 47% 50%;
/* 104 */ 	-webkit-border-radius: 0 3px 3px 0;
/* 105 */ 	-moz-border-radius:  0 3px 3px 0;
/* 106 */ 	border-radius: 0 3px 3px 0;
/* 107 */ 	position: absolute;
/* 108 */ }
/* 109 */
/* 110 */ .flexslider:hover .flex-next {opacity: 1; right: 0;}
/* 111 */ .flexslider:hover .flex-prev {opacity: 1; left: 0;}
/* 112 */ .flex-direction-nav .disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}
/* 113 */
/* 114 */ /* ------------------------------------------------------------------------ */
/* 115 */ /* Control Navigation
/* 116 *| /* ------------------------------------------------------------------------ */
/* 117 */ .flex-control-nav {
/* 118 */ 	width: 100%;
/* 119 */ 	text-align: center;
/* 120 */ 	margin-top: -30px;
/* 121 */ 	position: absolute;
/* 122 */ 	z-index: 99;
/* 123 */ }
/* 124 */ .flex-control-nav li {
/* 125 */ 	margin: 0 0 0 5px;
/* 126 */ 	display: inline-block;
/* 127 */ 	zoom: 1; *display: inline;
/* 128 */ }
/* 129 */ .flex-control-nav li:first-child {
/* 130 */ 	margin: 0;
/* 131 */ }
/* 132 */ .flex-control-nav li a {
/* 133 */ 	width: 12px;
/* 134 */ 	height: 12px;
/* 135 */ 	display: block;
/* 136 */ 	background: #000000;
/* 137 */ 	cursor: pointer;
/* 138 */ 	text-indent: -999em;
/* 139 */ 	-moz-border-radius: 50px;
/* 140 */ 	-webkit-border-radius: 50px;
/* 141 */ 	border-radius: 50px;
/* 142 */ 	opacity: 0.4;
/* 143 */ }
/* 144 */ .flex-control-nav li a:hover {
/* 145 */ 	background: #000000;
/* 146 */ 	opacity: 0.8;
/* 147 */ }
/* 148 */ .flex-control-nav li a.flex-active {
/* 149 */ 	background: #000000;
/* 150 */ 	cursor: default;

/* flexslider.css */

/* 151 */ 	opacity: 0.8;
/* 152 */ }
/* 153 */
/* 154 */ /* ------------------------------------------------------------------------ */
/* 155 */ /* Home-Slider
/* 156 *| /* ------------------------------------------------------------------------ */
/* 157 */ .slide-image{
/* 158 */ }
/* 159 */
/* 160 */ .slide-caption{
/* 161 */ 	width:380px;
/* 162 */ 	margin-top:100px;
/* 163 */ }
/* 164 */ 	.slide-caption .slide-title{
/* 165 */ 		font-size:20px;
/* 166 */ 		font-weight:bold;
/* 167 */ 		margin-bottom:20px;
/* 168 */ 		color:#555555;
/* 169 */ 	}
/* 170 */ 	.slide-caption .slide-longcaption{
/* 171 */
/* 172 */ 	}
/* 173 */ 	.slide-caption .slide-shortcaption{
/* 174 */ 		display:none;
/* 175 */ 	}
/* 176 */ 	.slide-caption .slide-longcaption p, .slide-caption .slide-shortcaption {
/* 177 */ 		margin-bottom: 28px;
/* 178 */ 		font-size:14px;
/* 179 */ 		line-height:22px;
/* 180 */ 	}
/* 181 */
/* 182 */ 	/* Image Left --------------------------------------- */
/* 183 */ 	.slide-imageleft .slide-image{
/* 184 */ 		float: left;
/* 185 */ 	}
/* 186 */ 	.slide-imageleft .slide-caption{
/* 187 */ 		float: right;
/* 188 */ 	}
/* 189 */
/* 190 */ 	/* Image Right --------------------------------------- */
/* 191 */ 	.slide-imageright .slide-image{
/* 192 */ 		float: right;
/* 193 */ 	}
/* 194 */ 	.slide-imageright .slide-caption{
/* 195 */ 		float: left;
/* 196 */ 	}
/* 197 */
/* 198 */ /* ------------------------------------------------------------------------ */
/* 199 */ /* EOF
/* 200 *| /* ------------------------------------------------------------------------ */
/* Minify_CSS_UriRewriter::$debugText

*/

/* prettyPhoto.css */

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

/* prettyPhoto.css */

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

/* prettyPhoto.css */

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

/* prettyPhoto.css */

/* 151 */ div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
/* 152 */ 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}
/* 153 */ 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}
/* 154 */ 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}
/* 155 */ 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}
/* 156 */ div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
/* 157 */ 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:12px!important}
/* 158 */ 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}
/* 159 */ 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}
/* 160 */ div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
/* 161 */ div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
/* 162 */ div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
/* 163 */ div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
/* 164 */ .pp_top,.pp_bottom{height:20px;position:relative}
/* 165 */ * html .pp_top,* html .pp_bottom{padding:0 20px}
/* 166 */ .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
/* 167 */ .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
/* 168 */ * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
/* 169 */ .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
/* 170 */ .pp_fade,.pp_gallery li.default a img{display:none}
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: KOOIJ Child
/* 3    *| Description: Kooij Child Theme
/* 4    *| Author: Daniël Kooij
/* 5    *| Template: kooij
/* 6    *| Version: 1.0
/* 7    *| */
/* 8    */
/* 9    */ /*
/* 10   *| Theme Name: KOOIJ
/* 11   *| Theme URI: http://themeforest.net/user/minti
/* 12   *| Description: An Ultra Responsive WordPress Theme by minti
/* 13   *| Version: 3.0
/* 14   *| Author: minti
/* 15   *| Author URI: http://mintithemes.com
/* 16   *|
/* 17   *| License:
/* 18   *| License URI:
/* 19   *| */
/* 20   */
/* 21   */ /* ------------------------------------------------------------------------ */
/* 22   */ /* 02. Skeleton Grid 960px / 16 Columns */
/* 23   */ /* ------------------------------------------------------------------------ */
/* 24   */
/* 25   */ .container {
/* 26   */     position: relative;
/* 27   */     width: 960px;
/* 28   */     margin: 0 auto;
/* 29   */     padding: 0;
/* 30   */ }
/* 31   */
/* 32   */     .container .column,
/* 33   */     .container .columns {
/* 34   */         float: left;
/* 35   */         display: inline;
/* 36   */         margin-left: 10px;
/* 37   */         margin-right: 10px;
/* 38   */     }
/* 39   */
/* 40   */ .row { margin-bottom: 20px }
/* 41   */
/* 42   */ /* Nested Column Classes */
/* 43   */ .column.alpha,
/* 44   */ .columns.alpha,
/* 45   */ .column.first,
/* 46   */ .columns.first { margin-left: 0 }
/* 47   */
/* 48   */ .column.omega,
/* 49   */ .columns.omega,
/* 50   */ .column.last,

/* style.css */

/* 51   */ .columns.last { margin-right: 0 }
/* 52   */
/* 53   */ /* Base Grid */
/* 54   */ .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
/* 55   */ .container .column,
/* 56   */ .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
/* 57   */ .row                                        { margin-bottom: 20px; }
/* 58   */
/* 59   */ /* Nested Column Classes */
/* 60   */ .column.alpha, .columns.alpha, .column.first, .columns.first	{ margin-left: 0; }
/* 61   */ .column.omega, .columns.omega, .column.last, .columns.last      { margin-right: 0; }
/* 62   */
/* 63   */ /* Base Grid */
/* 64   */ .container .one.column,
/* 65   */ .container .one.columns                     { width: 40px;  }
/* 66   */ .container .two.columns                     { width: 100px; }
/* 67   */ .container .three.columns                   { width: 160px; }
/* 68   */ .container .four.columns                    { width: 220px; }
/* 69   */ .container .five.columns                    { width: 280px; }
/* 70   */ .container .six.columns                     { width: 340px; }
/* 71   */ .container .seven.columns                   { width: 400px; }
/* 72   */ .container .eight.columns                   { width: 460px; }
/* 73   */ .container .nine.columns                    { width: 520px; }
/* 74   */ .container .ten.columns                     { width: 580px; }
/* 75   */ .container .eleven.columns                  { width: 640px; }
/* 76   */ .container .twelve.columns                  { width: 700px; }
/* 77   */ .container .thirteen.columns                { width: 760px; }
/* 78   */ .container .fourteen.columns                { width: 820px; }
/* 79   */ .container .fifteen.columns                 { width: 880px; }
/* 80   */ .container .sixteen.columns                 { width: 940px; }
/* 81   */
/* 82   */ .container .one-third.columns               { width: 300px; }
/* 83   */ .container .two-thirds.column               { width: 620px; }
/* 84   */
/* 85   */ .container .one-fifth.columns				{ width:172px; }
/* 86   */ .container .one-sixth.columns				{ width:140px; }
/* 87   */ .container .one-seventh.columns				{ width:117px; }
/* 88   */
/* 89   */ /* Offsets */
/* 90   */ .container .offset-by-one                   { padding-left: 60px;  }
/* 91   */ .container .offset-by-two                   { padding-left: 120px; }
/* 92   */ .container .offset-by-three                 { padding-left: 180px; }
/* 93   */ .container .offset-by-four                  { padding-left: 240px; }
/* 94   */ .container .offset-by-five                  { padding-left: 300px; }
/* 95   */ .container .offset-by-six                   { padding-left: 360px; }
/* 96   */ .container .offset-by-seven                 { padding-left: 420px; }
/* 97   */ .container .offset-by-eight                 { padding-left: 480px; }
/* 98   */ .container .offset-by-nine                  { padding-left: 540px; }
/* 99   */ .container .offset-by-ten                   { padding-left: 600px; }
/* 100  */ .container .offset-by-eleven                { padding-left: 660px; }

/* style.css */

/* 101  */ .container .offset-by-twelve                { padding-left: 720px; }
/* 102  */ .container .offset-by-thirteen              { padding-left: 780px; }
/* 103  */ .container .offset-by-fourteen              { padding-left: 840px; }
/* 104  */ .container .offset-by-fifteen               { padding-left: 900px; }
/* 105  */
/* 106  */ /* Self Clearing Goodness */
/* 107  */ .container:after {
/* 108  */     content: "\0020";
/* 109  */     display: block;
/* 110  */     height: 0;
/* 111  */     clear: both;
/* 112  */     visibility: hidden;
/* 113  */ }
/* 114  */
/* 115  */ .clearfix:before,
/* 116  */ .clearfix:after,
/* 117  */ .row:before,
/* 118  */ .row:after {
/* 119  */     content: '\0020';
/* 120  */     display: block;
/* 121  */     overflow: hidden;
/* 122  */     visibility: hidden;
/* 123  */     width: 0;
/* 124  */     height: 0;
/* 125  */ }
/* 126  */
/* 127  */ .row:after,
/* 128  */ .clearfix:after {    clear: both }
/* 129  */
/* 130  */ .row,
/* 131  */ .clearfix {    zoom: 1 }
/* 132  */
/* 133  */ .clear {
/* 134  */     clear: both;
/* 135  */     visibility: hidden;
/* 136  */     width: 0;
/* 137  */     height: 0;
/* 138  */ }
/* 139  */
/* 140  */ /* ------------------------------------------------------------------------ */
/* 141  */ /* 03. General Styles
/* 142  *| /* ------------------------------------------------------------------------ */
/* 143  */
/* 144  */ body {
/* 145  */     background: #ffffff;
/* 146  */     font-family: Arial, Helvetica, sans-serif;
/* 147  */     font-size: 13px;
/* 148  */     line-height: 1.7;
/* 149  */     color: #444;
/* 150  */     /* -webkit-font-smoothing: antialiased; Fix for webkit rendering

/* style.css *|

/* 151  *|     -webkit-text-size-adjust: 100%; */
/* 152  */     border-top: 3px solid #333333;
/* 153  */ }
/* 154  */
/* 155  */ ::selection {
/* 156  */     background: #289dcc;
/* 157  */     color: #ffffff;
/* 158  */ }
/* 159  */
/* 160  */ ::-moz-selection {
/* 161  */     background: #289dcc;
/* 162  */     color: #ffffff;
/* 163  */ }
/* 164  */
/* 165  */ img.scale-with-grid {
/* 166  */     max-width: 100%;
/* 167  */     height: auto;
/* 168  */ }
/* 169  */
/* 170  */ /* ------------------------------------------------------------------------ */
/* 171  */ /* 04. Typography
/* 172  *| /* ------------------------------------------------------------------------ */
/* 173  */
/* 174  */ h1,
/* 175  */ h2,
/* 176  */ h3,
/* 177  */ h4,
/* 178  */ h5,
/* 179  */ h6 {
/* 180  */     color: #444;
/* 181  */     font-family: Arial, Helvetica, sans-serif;
/* 182  */     font-style: bold;
/* 183  */     margin: 0 0 10px 0;
/* 184  */     padding: 0;
/* 185  */ }
/* 186  */
/* 187  */     h1 a,
/* 188  */     h2 a,
/* 189  */     h3 a,
/* 190  */     h4 a,
/* 191  */     h5 a,
/* 192  */     h6 a { font-weight: inherit }
/* 193  */
/* 194  */ h1 {
/* 195  */     font-size: 28px;
/* 196  */     line-height: 1.6;
/* 197  */ }
/* 198  */
/* 199  */ h2 {
/* 200  */     font-size: 22px;

/* style.css */

/* 201  */     line-height: 1.6;
/* 202  */ }
/* 203  */
/* 204  */ h3 {
/* 205  */     font-size: 18px;
/* 206  */     line-height: 1.6;
/* 207  */ }
/* 208  */
/* 209  */ h4 {
/* 210  */     font-size: 16px;
/* 211  */     line-height: 1.6;
/* 212  */ }
/* 213  */
/* 214  */ h5 {
/* 215  */     font-size: 14px;
/* 216  */     line-height: 1.6;
/* 217  */ }
/* 218  */
/* 219  */ h6 {
/* 220  */     font-size: 12px;
/* 221  */     line-height: 1.6;
/* 222  */ }
/* 223  */
/* 224  */ .highlight {
/* 225  */ 	color: #289dcc;
/* 226  */ }
/* 227  */
/* 228  */ p { margin: 0 0 20px 0 }
/* 229  */
/* 230  */     p img { margin: 0 }
/* 231  */
/* 232  */ em { font-style: italic }
/* 233  */
/* 234  */ strong { font-weight: bold }
/* 235  */
/* 236  */ small { font-size: 80% }
/* 237  */
/* 238  */ hr {
/* 239  */     border: solid #ddd;
/* 240  */     border-width: 1px 0 0;
/* 241  */     clear: both;
/* 242  */     margin: 10px 0 30px;
/* 243  */     height: 0;
/* 244  */ }
/* 245  */
/* 246  */ pre {
/* 247  */     height: auto;
/* 248  */     font-family: Consolas, monospace;
/* 249  */     border: 1px solid #e2e2e2;
/* 250  */     background: #f7f7f7;

/* style.css */

/* 251  */     padding: 20px 20px;
/* 252  */     -moz-border-radius: 3px;
/* 253  */     -webkit-border-radius: 3px;
/* 254  */     border-radius: 3px;
/* 255  */     margin: 0 0 20px 0;
/* 256  */     overflow-x:auto;
/* 257  */     box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
/* 258  */     -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
/* 259  */ }
/* 260  */
/* 261  */ .hidden {  display: none !important }
/* 262  */
/* 263  */ /* Links ---------------------------------------------------- */
/* 264  */
/* 265  */ a,
/* 266  */ a:visited {
/* 267  */     color: #999999;
/* 268  */     text-decoration: none;
/* 269  */     outline: 0;
/* 270  */ }
/* 271  */
/* 272  */ /* Transisiton for Links */
/* 273  */ #sidebar a,
/* 274  */ #footer a,
/* 275  */ #infobar a,
/* 276  */ #title a,
/* 277  */ #alt-title a,
/* 278  */ #no-title a,
/* 279  */ #header a,
/* 280  */ #page-wrap a,
/* 281  */ #copyright .copyright-text a{
/* 282  */ 	-webkit-transition: all 0.07s ease-in;
/* 283  */        -moz-transition: all 0.07s ease-in;
/* 284  */         -ms-transition: all 0.07s ease-in;
/* 285  */          -o-transition: all 0.07s ease-in;
/* 286  */             transition: all 0.07s ease-in;
/* 287  */ }
/* 288  */
/* 289  */ #page-wrap .portfolio-item-one a{
/* 290  */ 	-webkit-transition: none !important;
/* 291  */        -moz-transition: none !important;
/* 292  */         -ms-transition: none !important;
/* 293  */          -o-transition: none !important;
/* 294  */             transition: none !important;
/* 295  */ }
/* 296  */
/* 297  */ a:hover,
/* 298  */ a:focus {    color: #666666 }
/* 299  */
/* 300  */ p a,

/* style.css */

/* 301  */ p a:visited { line-height: inherit }
/* 302  */
/* 303  */ /* Lists ---------------------------------------------------- */
/* 304  */
/* 305  */ ul,
/* 306  */ ol { margin-bottom: 20px }
/* 307  */
/* 308  */ ul { list-style: none outside }
/* 309  */
/* 310  */ ol,
/* 311  */ ul { margin-left: 30px }
/* 312  */
/* 313  */ ol { list-style: decimal }
/* 314  */
/* 315  */ ul { list-style: square outside }
/* 316  */
/* 317  */     ul li ul,
/* 318  */     ol li ul,
/* 319  */     ol li ul,
/* 320  */     ol li ol { margin-bottom: 0 }
/* 321  */
/* 322  */ /* ------------------------------------------------------------------------ */
/* 323  */ /* 05. Forms
/* 324  *| /* ------------------------------------------------------------------------ */
/* 325  */
/* 326  */ form,
/* 327  */ fieldset { margin-bottom: 20px }
/* 328  */
/* 329  */ input[type="text"],
/* 330  */ input[type="password"],
/* 331  */ input[type="email"],
/* 332  */ textarea,
/* 333  */ select {
/* 334  */     background: #fff;
/* 335  */     border: 1px solid #ccc;
/* 336  */     padding: 8px 8px;
/* 337  */     outline: none;
/* 338  */     -moz-border-radius: 2px;
/* 339  */     -webkit-border-radius: 2px;
/* 340  */     border-radius: 2px;
/* 341  */     font-family: Arial, Helvetica, sans-serif;
/* 342  */     font-size: 13px;
/* 343  */     color: #666;
/* 344  */     margin: 0;
/* 345  */     width: 200px;
/* 346  */     max-width: 100%;
/* 347  */     display: block;
/* 348  */     margin-bottom: 20px;
/* 349  */     width: 180px;
/* 350  */     color: #999;

/* style.css */

/* 351  */     -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
/* 352  */     -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
/* 353  */     box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
/* 354  */     border: 1px solid #d4d4d4
/* 355  */ }
/* 356  */
/* 357  */ input[type="text"]:focus,
/* 358  */ input[type="password"]:focus,
/* 359  */ input[type="email"]:focus,
/* 360  */ textarea:focus {
/* 361  */     border: 1px solid #bbb;
/* 362  */     color: #333;
/* 363  */     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
/* 364  */     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
/* 365  */     box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
/* 366  */ }
/* 367  */
/* 368  */ textarea { min-height: 60px }
/* 369  */
/* 370  */ select {
/* 371  */     width: 220px;
/* 372  */     padding: 5px;
/* 373  */ }
/* 374  */
/* 375  */ label,
/* 376  */ legend {
/* 377  */     cursor: pointer;
/* 378  */     display: block;
/* 379  */ }
/* 380  */
/* 381  */     label span,
/* 382  */     legend span { font-weight: bold }
/* 383  */
/* 384  */ button,
/* 385  */ input[type="submit"],
/* 386  */ input[type="reset"],
/* 387  */ input[type="button"] {
/* 388  */     display: inline-block;
/* 389  */     font-weight: bold;
/* 390  */     font-family: Arial, Helvetica, sans-serif;
/* 391  */     cursor: pointer;
/* 392  */ }
/* 393  */
/* 394  */ button:active,
/* 395  */ input[type="submit"]:active,
/* 396  */ input[type="reset"]:active,
/* 397  */ input[type="button"]:active{
/* 398  */ 	-webkit-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
/* 399  */ 	   -moz-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
/* 400  */ 	        box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);

/* style.css */

/* 401  */ }
/* 402  */
/* 403  */ /* Contactform 7 Specific Styling ---------------------------------------------------- */
/* 404  */
/* 405  */ .wpcf7-form input[type="text"] {
/* 406  */     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
/* 407  */        -moz-box-sizing: border-box; /* Firefox, other Gecko */
/* 408  */             box-sizing: border-box; /* Opera/IE 8+ */
/* 409  */     width: 400px;
/* 410  */     max-width: 100%;
/* 411  */     margin: 5px 0 0 0;
/* 412  */ }
/* 413  */
/* 414  */ .wpcf7-form textarea {
/* 415  */     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
/* 416  */        -moz-box-sizing: border-box; /* Firefox, other Gecko */
/* 417  */             box-sizing: border-box; /* Opera/IE 8+ */
/* 418  */     width: 100%;
/* 419  */     max-width: 100%;
/* 420  */     margin: 5px 0 0 0;
/* 421  */ }
/* 422  */
/* 423  */ .wpcf7-form select {
/* 424  */     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
/* 425  */        -moz-box-sizing: border-box; /* Firefox, other Gecko */
/* 426  */             box-sizing: border-box; /* Opera/IE 8+ */
/* 427  */     width: 400px;
/* 428  */     max-width: 100%;
/* 429  */     margin: 5px 0 0 0;
/* 430  */     padding:8px;
/* 431  */ }
/* 432  */
/* 433  */ .wpcf7-form{
/* 434  */     margin:0;
/* 435  */     padding: 0;
/* 436  */ }
/* 437  */
/* 438  */ .wpcf7-form input[type="checkbox"] {    width: auto }
/* 439  */
/* 440  */ .wpcf7 form.wpcf7-form p {
/* 441  */     font-weight: 600;
/* 442  */     margin: 0 0 20px 0 !important;
/* 443  */ }
/* 444  */
/* 445  */ .wpcf7-list-item-label 	{ font-weight: normal }
/* 446  */ .wpcf7-response-output 	{ display: none }
/* 447  */ .wpcf7-form .invalid 	{ color: #bf1515 !important }
/* 448  */ .wpcf7-not-valid 		{ border: 1px solid #bf1515 !important; }
/* 449  */ .wpcf7 span.wpcf7-not-valid-tip { display: none }
/* 450  */

/* style.css */

/* 451  */ div.wpcf7-response-output {
/* 452  */     margin: 0px !important;
/* 453  */     padding: 5px 10px !important;
/* 454  */ }
/* 455  */
/* 456  */ div.wpcf7-mail-sent-ok,
/* 457  */ div.wpcf7-mail-sent-ng,
/* 458  */ div.wpcf7-spam-blocked,
/* 459  */ div.wpcf7-validation-errors{
/* 460  */ 	position:relative;
/* 461  */ 	border:1px solid #ddd !important;
/* 462  */ 	display:block;
/* 463  */ 	background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 464  */ 	background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 465  */ 	background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 466  */ 	background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 467  */ 	background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 468  */ 	background-color:#F7F7F7;
/* 469  */ 	-webkit-border-radius:3px;
/* 470  */ 	   -moz-border-radius:3px;
/* 471  */ 	        border-radius:3px;
/* 472  */ 	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 473  */ 	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 474  */ 	        box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 475  */ 	font-weight:600;
/* 476  */ 	padding:10px 40px !important;
/* 477  */ 	text-align:center;
/* 478  */ }
/* 479  */
/* 480  */
/* 481  */ div.wpcf7-mail-sent-ok {
/* 482  */     background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 483  */     background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 484  */     background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 485  */     background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 486  */     background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
/* 487  */     background-color: #e9f2d2;
/* 488  */     border-color: #c0da66 !important;
/* 489  */     color: #88b12b;
/* 490  */ }
/* 491  */
/* 492  */ /*div.wpcf7-mail-sent-ng {
/* 493  *|     background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 494  *|     background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 495  *|     background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 496  *|     background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 497  *|     background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
/* 498  *|     background-color: #ffe9e9;
/* 499  *|     border-color: #e99f9f !important;
/* 500  *|     color: #d25c5a;

/* style.css *|

/* 501  *| }
/* 502  *|
/* 503  *| div.wpcf7-spam-blocked {
/* 504  *|     background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 505  *|     background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 506  *|     background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 507  *|     background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 508  *|     background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 509  *|     background-color: #fbf6e3;
/* 510  *|     border-color: #efd877 !important;
/* 511  *|     color: #c4a80a;
/* 512  *| }
/* 513  *|
/* 514  *| div.wpcf7-validation-errors {
/* 515  *|     background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 516  *|     background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 517  *|     background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 518  *|     background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 519  *|     background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
/* 520  *|     background-color: #fbf6e3;
/* 521  *|     border-color: #efd877 !important;
/* 522  *|     color: #c4a80a;
/* 523  *| }*/
/* 524  */
/* 525  */ /* ------------------------------------------------------------------------ */
/* 526  */ /* 06. Boxed Layout */
/* 527  */ /* ------------------------------------------------------------------------ */
/* 528  */
/* 529  */ #boxed-layout {
/* 530  */     width: 1000px;
/* 531  */     margin: 0px auto;
/* 532  */     background: #ffffff;
/* 533  */     -webkit-box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.16);
/* 534  */        -moz-box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.16);
/* 535  */         	box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.16);
/* 536  */
/* 537  */ }
/* 538  */
/* 539  */     #boxed-layout .container {
/* 540  */
/* 541  */     }
/* 542  */
/* 543  */ #background {
/* 544  */     position: fixed;
/* 545  */     top: 0px;
/* 546  */     left: 0px;
/* 547  */     min-width: 100%;
/* 548  */     min-height: 100%;
/* 549  */     z-index: -1;
/* 550  */ }

/* style.css */

/* 551  */
/* 552  */ /* ------------------------------------------------------------------------ */
/* 553  */ /* 07. Infobar (Toggle Bar)
/* 554  *| /* ------------------------------------------------------------------------ */
/* 555  */
/* 556  */ #infobar {
/* 557  */     position: absolute;
/* 558  */     top: 0;
/* 559  */     left: 0;
/* 560  */     z-index: 3000;
/* 561  */     background: #444444;
/* 562  */     color:#999999;
/* 563  */     border-top: 5px solid #333333;
/* 564  */     width: 100%;
/* 565  */     padding: 20px 0 35px 0;
/* 566  */     display: none;
/* 567  */     border-bottom:5px solid #444444;
/* 568  */ }
/* 569  */
/* 570  */     #infobar .widget h3 {
/* 571  */         border-bottom: 1px solid #555555;
/* 572  */         color: #ffffff;
/* 573  */         padding: 0 0 5px 0;
/* 574  */         margin: 0 0 20px 0;
/* 575  */     }
/* 576  */
/* 577  */ 	#infobar a{
/* 578  */ 		color:#999999;
/* 579  */ 	}
/* 580  */
/* 581  */ 	#infobar a:hover{
/* 582  */ 		color:#ffffff;
/* 583  */ 	}
/* 584  */
/* 585  */ .close-infobar {
/* 586  */     position: absolute;
/* 587  */     bottom: -40px;
/* 588  */     right: 0;
/* 589  */     width: 0px;
/* 590  */     height: 0px;
/* 591  */     border-style: solid;
/* 592  */     border-width: 0 40px 40px 0;
/* 593  */     border-color: transparent #444444 transparent transparent;
/* 594  */     z-index: 999;
/* 595  */ }
/* 596  */
/* 597  */ .close-infobar:after {
/* 598  */     content: '';
/* 599  */     width: 40px;
/* 600  */     height: 40px;

/* style.css */

/* 601  */     display: block;
/* 602  */     position: absolute;
/* 603  */     top: 0;
/* 604  */     right: -40px;
/* 605  */     background: url(framework/images/toggle.png) no-repeat 0px 0px;
/* 606  */ }
/* 607  */
/* 608  */ #infobar .close-infobar.open { }
/* 609  */
/* 610  */ .close-infobar.open:after {
/* 611  */     content: '';
/* 612  */     width: 40px;
/* 613  */     height: 40px;
/* 614  */     display: block;
/* 615  */     position: absolute;
/* 616  */     top: 0;
/* 617  */     right: -40px;
/* 618  */     background: url(framework/images/toggle.png) no-repeat -40px 0px;
/* 619  */ }
/* 620  */
/* 621  */ #infobar .no-widgets {
/* 622  */     color: #aaaaaa;
/* 623  */     margin-bottom:-15px;
/* 624  */     text-align: center;
/* 625  */ }
/* 626  */
/* 627  */ /* Infobar Widgets ---------------------------------------------------- */
/* 628  */
/* 629  */     #infobar .widget { }
/* 630  */
/* 631  */         #infobar .widget h3 {
/* 632  */         	font-size:15px;
/* 633  */             color: #ffffff;
/* 634  */             padding:0 0 5px 0;
/* 635  */             border-bottom:1px solid #555555;
/* 636  */             margin: 0 0 20px 0;
/* 637  */         }
/* 638  */
/* 639  */ /* ------------------------------------------------------------------------ */
/* 640  */ /* 08. Topbar */
/* 641  */ /* ------------------------------------------------------------------------ */
/* 642  */
/* 643  */ #topbar {
/* 644  */     height: 39px;
/* 645  */     font-size: 10px;
/* 646  */     background: #ffffff;
/* 647  */     border-bottom: 1px solid #efefef;
/* 648  */ }
/* 649  */
/* 650  */     #topbar .callus {

/* style.css */

/* 651  */         line-height: 39px;
/* 652  */         color: #999999;
/* 653  */     }
/* 654  */
/* 655  */         #topbar .callus a { color: #999999 }
/* 656  */         #topbar .callus a:hover { color: #666666 }
/* 657  */
/* 658  */     #topbar .social-icons ul {
/* 659  */         list-style: none;
/* 660  */         margin: 0 0 -1px 0;
/* 661  */         float: right;
/* 662  */     }
/* 663  */
/* 664  */ /* ------------------------------------------------------------------------ */
/* 665  */ /* 09. Social Icons */
/* 666  */ /* ------------------------------------------------------------------------ */
/* 667  */
/* 668  */ #topbar .social-icons ul{
/* 669  */ 	list-style: none;
/* 670  */ 	margin: 0 0 -1px 0;
/* 671  */ 	float: right;
/* 672  */ }
/* 673  */ 	.social-icons ul li{
/* 674  */ 		display:block;
/* 675  */ 		float: left;
/* 676  */ 		margin:0;
/* 677  */ 		padding:0;
/* 678  */ 	}
/* 679  */ 	.social-icons ul li a{
/* 680  */ 		-webkit-transition:all 0.2s ease 0s;
/* 681  */ 		   -moz-transition:all 0.2s ease 0s;
/* 682  */              -o-transition:all 0.2s ease 0s;
/* 683  */                 transition:all 0.2s ease 0s;
/* 684  */ 		display:block;
/* 685  */ 		width:40px;
/* 686  */ 		height:40px;
/* 687  */ 		text-indent:-9999px;
/* 688  */ 		background-position: 0px 0px;
/* 689  */ 		background-repeat: no-repeat;
/* 690  */ 		opacity: 0.6;
/* 691  */ 	}
/* 692  */
/* 693  */ 	#copyright .social-icons ul li a{
/* 694  */ 		opacity: 1;
/* 695  */ 	}
/* 696  */ 	#copyright .social-icons ul li a:hover{
/* 697  */ 		background-color: transparent !important;
/* 698  */ 	}
/* 699  */
/* 700  */ 	.social-icons a:hover{

/* style.css */

/* 701  */ 		background-color: #cccccc;
/* 702  */ 		background-position: 0px -40px !important;
/* 703  */ 		opacity: 1;
/* 704  */ 	}
/* 705  */
/* 706  */ 	.social-email a { background: url(framework/images/icons/email.png) no-repeat 0 0 }
/* 707  */ 	.social-email a:hover { background-color: #666666 }
/* 708  */ 	.social-aim a { background: url(framework/images/icons/aim.png) no-repeat 0 0 }
/* 709  */ 	.social-aim a:hover { background-color: #e95a00 }
/* 710  */ 	.social-apple a { background: url(framework/images/icons/apple.png) no-repeat 0 0 }
/* 711  */ 	.social-apple a:hover { background-color: #606060 }
/* 712  */ 	.social-behance a { background: url(framework/images/icons/behance.png) no-repeat 0 0 }
/* 713  */ 	.social-behance a:hover { background-color: #18a3fe }
/* 714  */ 	.social-blogger a { background: url(framework/images/icons/blogger.png) no-repeat 0 0 }
/* 715  */ 	.social-blogger a:hover { background-color: #fb913f }
/* 716  */ 	.social-cargo a { background: url(framework/images/icons/cargo.png) no-repeat 0 0 }
/* 717  */ 	.social-cargo a:hover { background-color: #00c462 }
/* 718  */ 	.social-delicious a { background: url(framework/images/icons/delicious.png) no-repeat 0 0 }
/* 719  */ 	.social-delicious a:hover { background-color: #3274d1 }
/* 720  */ 	.social-deviantart a { background: url(framework/images/icons/deviantart.png) no-repeat 0 0 }
/* 721  */ 	.social-deviantart a:hover { background-color: #d0de21 }
/* 722  */ 	.social-digg a { background: url(framework/images/icons/digg.png) no-repeat 0 0 }
/* 723  */ 	.social-digg a:hover { background-color: #2882c6 }
/* 724  */ 	.social-dopplr a { background: url(framework/images/icons/dopplr.png) no-repeat 0 0 }
/* 725  */ 	.social-dopplr a:hover { background-color: #99cc66 }
/* 726  */ 	.social-dribbble a { background: url(framework/images/icons/dribbble.png) no-repeat 0 0 }
/* 727  */ 	.social-dribbble a:hover { background-color: #ef5b92 }
/* 728  */ 	.social-ember a { background: url(framework/images/icons/ember.png) no-repeat 0 0 }
/* 729  */ 	.social-ember a:hover { background-color: #fb9d00 }
/* 730  */ 	.social-evernote a { background: url(framework/images/icons/evernote.png) no-repeat 0 0 }
/* 731  */ 	.social-evernote a:hover { background-color: #77ba2f }
/* 732  */ 	.social-facebook a { background: url(framework/images/icons/facebook.png) no-repeat 0 0 }
/* 733  */ 	.social-facebook a:hover { background-color: #3b5998 }
/* 734  */ 	.social-flickr a { background: url(framework/images/icons/flickr.png) no-repeat 0 0 }
/* 735  */ 	.social-flickr a:hover { background-color: #f1628b }
/* 736  */ 	.social-forrst a { background: url(framework/images/icons/forrst.png) no-repeat 0 0 }
/* 737  */ 	.social-forrst a:hover { background-color: #5b9a68 }
/* 738  */ 	.social-github a { background: url(framework/images/icons/github.png) no-repeat 0 0 }
/* 739  */ 	.social-github a:hover { background-color: #7292a2 }
/* 740  */ 	.social-google a { background: url(framework/images/icons/google.png) no-repeat 0 0 }
/* 741  */ 	.social-google a:hover { background-color: #dd4b39 }
/* 742  */ 	.social-googleplus a { background: url(framework/images/icons/googleplus.png) no-repeat 0 0 }
/* 743  */ 	.social-googleplus a:hover { background-color: #d94a39 }
/* 744  */ 	.social-gowalla a { background: url(framework/images/icons/gowalla.png) no-repeat 0 0 }
/* 745  */ 	.social-gowalla a:hover { background-color: #ff920d }
/* 746  */ 	.social-grooveshark a { background: url(framework/images/icons/grooveshark.png) no-repeat 0 0 }
/* 747  */ 	.social-grooveshark a:hover { background-color: #f88e00 }
/* 748  */ 	.social-html5 a { background: url(framework/images/icons/html5.png) no-repeat 0 0 }
/* 749  */ 	.social-html5 a:hover { background-color: #f3642c }
/* 750  */ 	.social-icloud a { background: url(framework/images/icons/icloud.png) no-repeat 0 0 }

/* style.css */

/* 751  */ 	.social-icloud a:hover { background-color: #fb913f }
/* 752  */ 	.social-instagram a { background: url(framework/images/icons/instagram.png) no-repeat 0 0 }
/* 753  */ 	.social-instagram a:hover { background-color: #46759c }
/* 754  */ 	.social-lastfm a { background: url(framework/images/icons/lastfm.png) no-repeat 0 0 }
/* 755  */ 	.social-lastfm a:hover { background-color: #d21309 }
/* 756  */ 	.social-linkedin a { background: url(framework/images/icons/linkedin.png) no-repeat 0 0 }
/* 757  */ 	.social-linkedin a:hover { background-color: #71b2d0 }
/* 758  */ 	.social-metacafe a { background: url(framework/images/icons/metacafe.png) no-repeat 0 0 }
/* 759  */ 	.social-metacafe a:hover { background-color: #ef4035 }
/* 760  */ 	.social-mixx a { background: url(framework/images/icons/mixx.png) no-repeat 0 0 }
/* 761  */ 	.social-mixx a:hover { background-color: #d80330 }
/* 762  */ 	.social-myspace a { background: url(framework/images/icons/myspace.png) no-repeat 0 0 }
/* 763  */ 	.social-myspace a:hover { background-color: #003398 }
/* 764  */ 	.social-netvibes a { background: url(framework/images/icons/netvibes.png) no-repeat 0 0 }
/* 765  */ 	.social-netvibes a:hover { background-color: #629e61 }
/* 766  */ 	.social-newsvine a { background: url(framework/images/icons/newsvine.png) no-repeat 0 0 }
/* 767  */ 	.social-newsvine a:hover { background-color: #5b965a }
/* 768  */ 	.social-orkut a { background: url(framework/images/icons/orkut.png) no-repeat 0 0 }
/* 769  */ 	.social-orkut a:hover { background-color: #ed2590 }
/* 770  */ 	.social-paypal a { background: url(framework/images/icons/paypal.png) no-repeat 0 0 }
/* 771  */ 	.social-paypal a:hover { background-color: #32689a }
/* 772  */ 	.social-picasa a { background: url(framework/images/icons/picasa.png) no-repeat 0 0 }
/* 773  */ 	.social-picasa a:hover { background-color: #444 }
/* 774  */ 	.social-pinterest a { background: url(framework/images/icons/pinterest.png) no-repeat 0 0 }
/* 775  */ 	.social-pinterest a:hover { background-color: #cb2027 }
/* 776  */ 	.social-plurk a { background: url(framework/images/icons/plurk.png) no-repeat 0 0 }
/* 777  */ 	.social-plurk a:hover { background-color: #f35b36 }
/* 778  */ 	.social-posterous a { background: url(framework/images/icons/posterous.png) no-repeat 0 0 }
/* 779  */ 	.social-posterous a:hover { background-color: #f9d560 }
/* 780  */ 	.social-reddit a { background: url(framework/images/icons/reddit.png) no-repeat 0 0 }
/* 781  */ 	.social-reddit a:hover { background-color: #cde2f9 }
/* 782  */ 	.social-rss a { background: url(framework/images/icons/rss.png) no-repeat 0 0 }
/* 783  */ 	.social-rss a:hover { background-color: #fe9900 }
/* 784  */ 	.social-skype a { background: url(framework/images/icons/skype.png) no-repeat 0 0 }
/* 785  */ 	.social-skype a:hover { background-color: #18b7f1 }
/* 786  */ 	.social-stumbleupon a { background: url(framework/images/icons/stumbleupon.png) no-repeat 0 0 }
/* 787  */ 	.social-stumbleupon a:hover { background-color: #eb4924 }
/* 788  */ 	.social-technorati a { background: url(framework/images/icons/technorati.png) no-repeat 0 0 }
/* 789  */ 	.social-technorati a:hover { background-color: #7ac84f }
/* 790  */ 	.social-tumblr a { background: url(framework/images/icons/tumblr.png) no-repeat 0 0 }
/* 791  */ 	.social-tumblr a:hover { background-color: #3a5976 }
/* 792  */ 	.social-twitter a { background: url(framework/images/icons/twitter.png) no-repeat 0 0 }
/* 793  */ 	.social-twitter a:hover { background-color: #48c4d2 }
/* 794  */ 	.social-vimeo a { background: url(framework/images/icons/vimeo.png) no-repeat 0 0 }
/* 795  */ 	.social-vimeo a:hover { background-color: #62a0ad }
/* 796  */ 	.social-wordpress a { background: url(framework/images/icons/wordpress.png) no-repeat 0 0 }
/* 797  */ 	.social-wordpress a:hover { background-color: #464646 }
/* 798  */ 	.social-yahoo a { background: url(framework/images/icons/yahoo.png) no-repeat 0 0 }
/* 799  */ 	.social-yahoo a:hover { background-color: #ab64bc }
/* 800  */ 	.social-yelp a { background: url(framework/images/icons/yelp.png) no-repeat 0 0 }

/* style.css */

/* 801  */ 	.social-yelp a:hover { background-color: #c41200 }
/* 802  */ 	.social-youtube a { background: url(framework/images/icons/youtube.png) no-repeat 0 0 }
/* 803  */ 	.social-youtube a:hover { background-color: #f45750 }
/* 804  */ 	.social-zerply a { background: url(framework/images/icons/zerply.png) no-repeat 0 0 }
/* 805  */ 	.social-zerply a:hover { background-color: #8db259 }
/* 806  */ 	.social-zootool a { background: url(framework/images/icons/zootool.png) no-repeat 0 0 }
/* 807  */ 	.social-zootool a:hover { background-color: #262626 }
/* 808  */ 	.social-xing a { background: url(framework/images/icons/xing.png) no-repeat 0 0 }
/* 809  */ 	.social-xing a:hover { background-color: #006466 }
/* 810  */
/* 811  */ /* ------------------------------------------------------------------------ */
/* 812  */ /* 10. Header */
/* 813  */ /* ------------------------------------------------------------------------ */
/* 814  */
/* 815  */ .header {
/* 816  */ 	background: #ffffff;
/* 817  */ }
/* 818  */
/* 819  */     .header .logo {
/* 820  */         font-size: 20px;
/* 821  */         line-height: 20px;
/* 822  */         font-weight: 600;
/* 823  */         margin-bottom: 0 !important;
/* 824  */     }
/* 825  */
/* 826  */         .header .logo img {
/* 827  */         	max-width: 100%;
/* 828  */         	height: auto;
/* 829  */         }
/* 830  */
/* 831  */         .header .logo .logo_standard{
/* 832  */         }
/* 833  */
/* 834  */         .header .logo .logo_retina{
/* 835  */ 	        display: none;
/* 836  */         }
/* 837  */
/* 838  */ /* ------------------------------------------------------------------------ */
/* 839  */ /* 12. Header - Searchform */
/* 840  */ /* ------------------------------------------------------------------------ */
/* 841  */
/* 842  */ #header-searchform {
/* 843  */     float: right;
/* 844  */     margin:0px 0 0 10px;
/* 845  */ }
/* 846  */
/* 847  */     #header-searchform input {
/* 848  */         margin: 0;
/* 849  */         padding: 8px 0 8px 34px;
/* 850  */         width: 0px;

/* style.css */

/* 851  */         font-size: 12px;
/* 852  */         line-height: 1;
/* 853  */         cursor: pointer;
/* 854  */         background: url(framework/images/search.png) no-repeat 10px 8px;
/* 855  */         border: none;
/* 856  */         -webkit-transition:all 0.4s ease 0s;
/* 857  */ 		   -moz-transition:all 0.4s ease 0s;
/* 858  */              -o-transition:all 0.4s ease 0s;
/* 859  */                 transition:all 0.4s ease 0s;
/* 860  */         -webkit-box-shadow:none;
/* 861  */ 		   -moz-box-shadow:none;
/* 862  */ 		        box-shadow:none;
/* 863  */         color: #ffffff;
/* 864  */     }
/* 865  */
/* 866  */     #header-searchform input:focus {
/* 867  */         font-size: 12px;
/* 868  */         padding: 8px 0 8px 34px;
/* 869  */         width: 115px;
/* 870  */         border: none;
/* 871  */         color: #555555;
/* 872  */         background-color: #efefef;
/* 873  */         cursor: text;
/* 874  */     }
/* 875  */
/* 876  */     #header-searchform #header-searchsubmit { display: none; } /* Hide Search Submit button */
/* 877  */
/* 878  */ /* ------------------------------------------------------------------------ */
/* 879  */ /* 13. Content */
/* 880  */ /* ------------------------------------------------------------------------ */
/* 881  */
/* 882  */ #page-wrap {
/* 883  */ 	padding: 40px 0 40px 0;
/* 884  */ }
/* 885  */
/* 886  */ .nopadding{
/* 887  */     padding:0;
/* 888  */ }
/* 889  */
/* 890  */ #content.sidebar-left { float: right }
/* 891  */
/* 892  */ /* Striped Border under Title and above Footer */
/* 893  */ .hr-border {
/* 894  */     height: 8px;
/* 895  */     width: 100%;
/* 896  */     background: url(framework/images/stripes.png);
/* 897  */     margin-top: 0px;
/* 898  */ }
/* 899  */
/* 900  */ /* Standard Title ---------------------------------------------------- */

/* style.css */

/* 901  */
/* 902  */ #title {
/* 903  */ 	background: #f9f9f9;
/* 904  */     background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
/* 905  */     background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
/* 906  */     background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
/* 907  */     background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
/* 908  */     background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
/* 909  */     border-bottom: 1px solid #e4e4e4;
/* 910  */     border-top: 1px solid #e4e4e4;
/* 911  */     padding: 25px 0 25px 0;
/* 912  */     box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
/* 913  */     -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
/* 914  */     -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
/* 915  */ }
/* 916  */
/* 917  */     #title h1 {
/* 918  */         font-size: 18px;
/* 919  */         line-height: 28px;
/* 920  */         color: #666666;
/* 921  */         margin: 0;
/* 922  */     }
/* 923  */
/* 924  */     #title h2 {
/* 925  */         display: block;
/* 926  */         font-weight: lighter;
/* 927  */         color: #aaaaaa;
/* 928  */         font-size: 15px;
/* 929  */         line-height: 22px;
/* 930  */         margin: 0;
/* 931  */         padding: 0;
/* 932  */     }
/* 933  */
/* 934  */     #title #breadcrumbs {
/* 935  */         font-size: 11px;
/* 936  */         text-align: right;
/* 937  */         color: #aaaaaa;
/* 938  */         line-height: 28px;
/* 939  */         padding: 0;
/* 940  */         margin: 0;
/* 941  */     }
/* 942  */
/* 943  */     #title #breadcrumbs.breadrcumbpadding { padding-top: 12px; }
/* 944  */
/* 945  */     #title #breadcrumbs a { color: #aaaaaa; }
/* 946  */
/* 947  */     #title #breadcrumbs a:hover { color: #289dcc; }
/* 948  */
/* 949  */ /* Alternative Title (with Image) ---------------------------------------------------- */
/* 950  */

/* style.css */

/* 951  */ #alt-title {
/* 952  */     width: 100%;
/* 953  */     height: 159px;
/* 954  */     position: relative;
/* 955  */     overflow: hidden;
/* 956  */     margin-top: 0px;
/* 957  */     -webkit-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
/* 958  */ 	   -moz-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
/* 959  */ 	        box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
/* 960  */     background-position: center center;
/* 961  */     -webkit-background-size: cover;
/* 962  */        -moz-background-size: cover;
/* 963  */          -o-background-size: cover;
/* 964  */             background-size: cover;
/* 965  */     image-rendering: optimizeQuality;
/* 966  */ }
/* 967  */
/* 968  */     #alt-title .grid {
/* 969  */         background: url(framework/images/grid.png);
/* 970  */         width: 100%;
/* 971  */         height: 159px;
/* 972  */         position: absolute;
/* 973  */         top: 0;
/* 974  */         left: 0;
/* 975  */     }
/* 976  */
/* 977  */     #alt-title h1 {
/* 978  */         top: 42px;
/* 979  */         left: 10px;
/* 980  */         position: absolute;
/* 981  */         background: #289dcc;
/* 982  */         display: inline-block;
/* 983  */         padding: 14px 20px;
/* 984  */         color: #ffffff;
/* 985  */         font-size: 18px;
/* 986  */         line-height: 18px;
/* 987  */     }
/* 988  */
/* 989  */     #alt-title h2 {
/* 990  */         position: absolute;
/* 991  */         top: 88px;
/* 992  */         left: 10px;
/* 993  */         color: #999999;
/* 994  */         display: inline-block;
/* 995  */         background: #ffffff;
/* 996  */         padding: 8px 20px;
/* 997  */         font-size: 15px;
/* 998  */         line-height: 15px;
/* 999  */         font-weight: normal;
/* 1000 */     }

/* style.css */

/* 1001 */
/* 1002 */ #alt-breadcrumbs {
/* 1003 */     border-bottom: 1px solid #e4e4e4;
/* 1004 */     padding: 20px 0 19px 0;
/* 1005 */     font-size: 11px;
/* 1006 */     line-height: 0px;
/* 1007 */     color: #999999;
/* 1008 */ }
/* 1009 */
/* 1010 */     #alt-breadcrumbs a { color: #999999 }
/* 1011 */
/* 1012 */     #alt-breadcrumbs a:hover { color: #289dcc }
/* 1013 */
/* 1014 */     #alt-breadcrumbs .container { padding-left: 20px }
/* 1015 */
/* 1016 */ /* Alt Title 2 ---------------------------------------------------- */
/* 1017 */
/* 1018 */ #alt-title-2 {
/* 1019 */     width: 100%;
/* 1020 */     height: 90px;
/* 1021 */     position: relative;
/* 1022 */     overflow: hidden;
/* 1023 */     margin-top: 0px;
/* 1024 */     background-position: top center;
/* 1025 */     background-repeat: no-repeat;
/* 1026 */ }
/* 1027 */
/* 1028 */     #alt-title-2 h1 {
/* 1029 */         line-height: 90px;
/* 1030 */     }
/* 1031 */
/* 1032 */     #alt-title-2 .five{
/* 1033 */ 	    background: red !important;
/* 1034 */     }
/* 1035 */
/* 1036 */ #alt-title-2 #breadcrumbs {
/* 1037 */         font-size: 11px;
/* 1038 */         text-align: right;
/* 1039 */         color: #aaaaaa;
/* 1040 */         line-height: 90px;
/* 1041 */         padding: 0px 0 0 0;
/* 1042 */         margin: 0;
/* 1043 */     }
/* 1044 */
/* 1045 */     #alt-title-2 #breadcrumbs a { color: #aaaaaa; }
/* 1046 */
/* 1047 */     #alt-title-2 #breadcrumbs a:hover { color: #289dcc; }
/* 1048 */
/* 1049 */ /* No Title ---------------------------------------------------- */
/* 1050 */

/* style.css */

/* 1051 */ #no-title{
/* 1052 */ 	border-top: 1px solid #e4e4e4;
/* 1053 */     border-bottom: 1px solid #e4e4e4;
/* 1054 */ }
/* 1055 */
/* 1056 */ #no-title .no-title-border {
/* 1057 */ 	border-top: 1px solid #e4e4e4;
/* 1058 */ }
/* 1059 */ 	#no-title #breadcrumbs {
/* 1060 */ 	    padding: 20px 0 19px 0;
/* 1061 */ 	    font-size: 11px;
/* 1062 */ 	    line-height: 0px;
/* 1063 */ 	    color: #999999;
/* 1064 */     }
/* 1065 */
/* 1066 */  	#no-title #breadcrumbs a { color: #999999 }
/* 1067 */
/* 1068 */     #no-title #breadcrumbs a:hover { color: #289dcc }
/* 1069 */
/* 1070 */     #no-title #breadcrumbs .container { padding-left: 20px }
/* 1071 */
/* 1072 */ #no-title-divider{
/* 1073 */ 	border-top: 1px solid #e4e4e4;
/* 1074 */ }
/* 1075 */
/* 1076 */ /* ------------------------------------------------------------------------ */
/* 1077 */ /* 14. Blog Standard - Overview */
/* 1078 */ /* ------------------------------------------------------------------------ */
/* 1079 */
/* 1080 */ .blog .post {
/* 1081 */     border-bottom: 1px solid #efefef;
/* 1082 */     padding: 0 0 60px 0;
/* 1083 */     margin: 0 0 60px 0;
/* 1084 */ }
/* 1085 */
/* 1086 */ .post img {
/* 1087 */ 	display: block;
/* 1088 */ }
/* 1089 */
/* 1090 */ .post-icon {
/* 1091 */     display: block;
/* 1092 */     width: 35px;
/* 1093 */     height: 35px;
/* 1094 */     float: left;
/* 1095 */     margin: 10px 20px 0 0;
/* 1096 */     background: #289dcc;
/* 1097 */     -webkit-border-radius:2px;
/* 1098 */        -moz-border-radius:2px;
/* 1099 */             border-radius:2px;
/* 1100 */ }

/* style.css */

/* 1101 */
/* 1102 */ .post-icon.standard 	{ background-image: url(framework/images/postformat-standard.png) }
/* 1103 */ .post-icon.imagegallery { background-image: url(framework/images/postformat-gallery.png) }
/* 1104 */ .post-icon.link 		{ background-image: url(framework/images/postformat-link.png) }
/* 1105 */ .post-icon.quote 		{ background-image: url(framework/images/postformat-quote.png) }
/* 1106 */ .post-icon.video 		{ background-image: url(framework/images/postformat-video.png) }
/* 1107 */ .post-icon.audio 		{ background-image: url(framework/images/postformat-audio.png) }
/* 1108 */
/* 1109 */ .post-content {
/* 1110 */     float: left;
/* 1111 */     width: 645px;
/* 1112 */ }
/* 1113 */
/* 1114 */ .blog .post-title {
/* 1115 */     margin: 0 !important;
/* 1116 */     padding: 0 !important;
/* 1117 */ }
/* 1118 */
/* 1119 */ 	.post-title h2{
/* 1120 */ 		margin:10px 0 20px 0;
/* 1121 */ 		padding: 0 !important;
/* 1122 */ 		font-weight: normal;
/* 1123 */         font-size: 22px;
/* 1124 */ 	}
/* 1125 */
/* 1126 */     .post-title h2 a {
/* 1127 */     	margin:0 !important;
/* 1128 */     }
/* 1129 */
/* 1130 */ .post-meta {
/* 1131 */     margin-top:20px;
/* 1132 */ 	margin-left: 55px;
/* 1133 */ }
/* 1134 */
/* 1135 */     .post-meta span {
/* 1136 */         background: #f4f4f4;
/* 1137 */         padding: 7px 15px 7px 10px;
/* 1138 */         margin: 0 10px 0 0;
/* 1139 */ 		-webkit-border-radius:3px;
/* 1140 */ 		   -moz-border-radius:3px;
/* 1141 */ 		        border-radius:3px;
/* 1142 */         color: #999999;
/* 1143 */         font-size: 11px;
/* 1144 */     }
/* 1145 */
/* 1146 */         .post-meta span a { color: #999999 }
/* 1147 */
/* 1148 */         .post-meta span a:hover { color: #666666 }
/* 1149 */
/* 1150 */         .post-meta span i {

/* style.css */

/* 1151 */             opacity: 0.4;
/* 1152 */             filter: alpha(opacity=40);
/* 1153 */             margin: -2px 10px 0 0;
/* 1154 */         }
/* 1155 */
/* 1156 */ .post-content a.read-more-link {
/* 1157 */     display: inline-block;
/* 1158 */
/* 1159 */ }
/* 1160 */
/* 1161 */ .post-image a {
/* 1162 */     display: block;
/* 1163 */     position: relative;
/* 1164 */ }
/* 1165 */
/* 1166 */ .search-result{
/* 1167 */ 	border-bottom: 1px solid #efefef;
/* 1168 */     padding: 0 0 60px 0;
/* 1169 */     margin: 0 0 50px 0;
/* 1170 */ }
/* 1171 */
/* 1172 */ .search-content a.read-more-link {
/* 1173 */
/* 1174 */ }
/* 1175 */
/* 1176 */ .search-meta{ }
/* 1177 */
/* 1178 */     .search-meta span {
/* 1179 */         background: #f4f4f4;
/* 1180 */         padding: 7px 15px 7px 10px;
/* 1181 */         margin: 0 10px 0 0;
/* 1182 */         -webkit-border-radius:3px;
/* 1183 */ 		   -moz-border-radius:3px;
/* 1184 */ 		        border-radius:3px;
/* 1185 */         color: #999999;
/* 1186 */         font-size: 11px;
/* 1187 */     }
/* 1188 */
/* 1189 */         .search-meta span a { color: #999999 }
/* 1190 */
/* 1191 */         .search-meta span a:hover { color: #666666 }
/* 1192 */
/* 1193 */         .search-meta span i {
/* 1194 */             opacity: 0.4;
/* 1195 */             filter: alpha(opacity=40);
/* 1196 */             margin: -2px 10px 0 0;
/* 1197 */         }
/* 1198 */
/* 1199 */     .search-meta span.meta-category {
/* 1200 */ 		display: none;

/* style.css */

/* 1201 */ 	}
/* 1202 */
/* 1203 */
/* 1204 */
/* 1205 */ /* Different Post Types ---------------------------------------------------- */
/* 1206 */
/* 1207 */ .post-image,
/* 1208 */ .post-gallery,
/* 1209 */ .post-video,
/* 1210 */ .post-audio {
/* 1211 */ 	margin-bottom: 20px !important;
/* 1212 */ }
/* 1213 */
/* 1214 */ /*.post-video iframe{
/* 1215 *| 	width:100%;
/* 1216 *| 	height:auto;
/* 1217 *| }*/
/* 1218 */
/* 1219 */ .post-image img{
/* 1220 */ 	max-width: 100%;
/* 1221 */ 	height: auto;
/* 1222 */ }
/* 1223 */
/* 1224 */ .post-link {
/* 1225 */     margin-top: -15px;
/* 1226 */     margin-bottom:10px;
/* 1227 */     color: #cccccc;
/* 1228 */ }
/* 1229 */
/* 1230 */ .post-quote {
/* 1231 */     background: #333333 url(framework/images/quote.png) no-repeat 15px 20px;
/* 1232 */     position: relative;
/* 1233 */     padding: 20px 30px 20px 50px;
/* 1234 */     margin: 0 0 20px 0;
/* 1235 */     -webkit-border-radius:6px;
/* 1236 */ 	   -moz-border-radius:6px;
/* 1237 */ 	        border-radius:6px;
/* 1238 */ }
/* 1239 */
/* 1240 */     .post-quote h2 {
/* 1241 */         margin: 0 0 0px 0;
/* 1242 */         padding: 0;
/* 1243 */         font-size: 18px;
/* 1244 */         font-family: Georgia, "Times New Roman", serif;
/* 1245 */         font-weight:normal;
/* 1246 */         font-style: italic;
/* 1247 */         color:#ffffff;
/* 1248 */     }
/* 1249 */
/* 1250 */     .post-quote .quote-source a {

/* style.css */

/* 1251 */         font-size: 13px;
/* 1252 */         font-weight: normal;
/* 1253 */         color: #999999 !important;
/* 1254 */         padding: 0;
/* 1255 */     }
/* 1256 */
/* 1257 */ /* Image Hover Overlay ---------------------------------------------------- */
/* 1258 */
/* 1259 */ .overlay {
/* 1260 */     position: absolute;
/* 1261 */     top: 0;
/* 1262 */     left: 0;
/* 1263 */     background-color: rgba(0, 0, 0, 0.7);
/* 1264 */     display: block;
/* 1265 */     width: 100%;
/* 1266 */     height: 100%;
/* 1267 */     opacity: 0;
/* 1268 */     background-image: url(framework/images/overlay-lightbox.png);
/* 1269 */     background-position: center center;
/* 1270 */     background-repeat: no-repeat;
/* 1271 */ }
/* 1272 */
/* 1273 */ .post-image .overlay {
/* 1274 */     background-image: url(framework/images/overlay-link.png);
/* 1275 */     background-position: center center;
/* 1276 */     background-repeat: no-repeat;
/* 1277 */ }
/* 1278 */
/* 1279 */ .single .post-image .overlay {
/* 1280 */     background-image: url(framework/images/overlay-lightbox.png);
/* 1281 */     background-position: center center;
/* 1282 */     background-repeat: no-repeat;
/* 1283 */ }
/* 1284 */
/* 1285 */ .post-gallery .overlay {
/* 1286 */     background-image: url(framework/images/overlay-link.png);
/* 1287 */     background-position: center center;
/* 1288 */     background-repeat: no-repeat;
/* 1289 */ }
/* 1290 */
/* 1291 */ .single .post-gallery .overlay {
/* 1292 */     background-image: url(framework/images/overlay-lightbox.png);
/* 1293 */     background-position: center center;
/* 1294 */     background-repeat: no-repeat;
/* 1295 */ }
/* 1296 */
/* 1297 */ /* ------------------------------------------------------------------------ */
/* 1298 */ /* 15. Blog Medium - Overview */
/* 1299 */ /* ------------------------------------------------------------------------ */
/* 1300 */

/* style.css */

/* 1301 */ .blog-medium .post-video,
/* 1302 */ .blog-medium .post-gallery,
/* 1303 */ .blog-medium .post-image,
/* 1304 */ .blog-medium .post-quote,
/* 1305 */ .blog-medium .post-audio,
/* 1306 */ .blog-medium .post-link {
/* 1307 */     width: 320px;
/* 1308 */     float: left;
/* 1309 */     margin-right: 20px;
/* 1310 */ }
/* 1311 */
/* 1312 */ .blog-medium .post-icon {
/* 1313 */     margin: 0 0 0 -55px;
/* 1314 */     position: relative;
/* 1315 */     z-index: 999;
/* 1316 */     border-radius: 0;
/* 1317 */     display: none;
/* 1318 */ }
/* 1319 */
/* 1320 */ .blog-medium .post-title h2{
/* 1321 */     margin:0px 0 15px 0;
/* 1322 */ }
/* 1323 */
/* 1324 */ .blog-medium .post-content {
/* 1325 */     float: left;
/* 1326 */     width: 320px;
/* 1327 */ }
/* 1328 */
/* 1329 */ .blog-medium .post-quote {
/* 1330 */     width:280px;
/* 1331 */ }
/* 1332 */
/* 1333 */ .blog-medium .post-meta {  margin: 0px; }
/* 1334 */
/* 1335 */ .blog-medium .no-post-image {
/* 1336 */     display: block;
/* 1337 */     width: 310px;
/* 1338 */     height: 200px;
/* 1339 */     border: 5px solid #efefef;
/* 1340 */     background: #ffffff url(framework/images/noimage.png) no-repeat center center;
/* 1341 */ }
/* 1342 */
/* 1343 */ .blog-medium .no-post-image-link {
/* 1344 */     display: block;
/* 1345 */     width: 310px;
/* 1346 */     height: 200px;
/* 1347 */     border: 5px solid #efefef;
/* 1348 */     background: #ffffff url(framework/images/noimage-link.png) no-repeat center center;
/* 1349 */ }
/* 1350 */

/* style.css */

/* 1351 */ .blog-medium .no-post-image-quote {
/* 1352 */     display: block;
/* 1353 */     width: 310px;
/* 1354 */     height: 200px;
/* 1355 */     border: 5px solid #efefef;
/* 1356 */     background: #ffffff url(framework/images/noimage-quote.png) no-repeat center center;
/* 1357 */ }
/* 1358 */
/* 1359 */ /* ------------------------------------------------------------------------ */
/* 1360 */ /* 16. Blog - Single Post */
/* 1361 */ /* ------------------------------------------------------------------------ */
/* 1362 */
/* 1363 */ .single .post { margin-bottom: 30px }
/* 1364 */
/* 1365 */ .single .post-meta {
/* 1366 */     margin-left: 0;
/* 1367 */     margin-bottom: 30px;
/* 1368 */ }
/* 1369 */
/* 1370 */ .single .post-tags{
/* 1371 */     margin-top:30px;
/* 1372 */ }
/* 1373 */
/* 1374 */ .single .post-tags a {
/* 1375 */     display: block;
/* 1376 */     float: left;
/* 1377 */     border: 1px solid #dddddd;
/* 1378 */     color: #999999;
/* 1379 */     margin: 0 7px 7px 0px;
/* 1380 */     -webkit-border-radius:3px;
/* 1381 */ 	   -moz-border-radius:3px;
/* 1382 */ 	        border-radius:3px;
/* 1383 */     padding: 2px 10px 2px 10px;
/* 1384 */     font-size: 12px;
/* 1385 */     -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1386 */ 	   -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1387 */ 	        box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1388 */ }
/* 1389 */
/* 1390 */ .single .post-tags a:hover {
/* 1391 */     background: #289dcc;
/* 1392 */     border-color: #289dcc;
/* 1393 */     color: #ffffff;
/* 1394 */ }
/* 1395 */
/* 1396 */ /* Author Information ---------------------------------------------------- */
/* 1397 */
/* 1398 */ #author-info {
/* 1399 */     margin: 0px 0px 20px 55px;
/* 1400 */     overflow: hidden;

/* style.css */

/* 1401 */     border: 1px solid #ddd;
/* 1402 */     display: block;
/* 1403 */     background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1404 */     background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1405 */     background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1406 */     background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1407 */     background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1408 */     background-color: #F9F9F9;
/* 1409 */     -webkit-border-radius:3px;
/* 1410 */ 	   -moz-border-radius:3px;
/* 1411 */ 	        border-radius:3px;
/* 1412 */ 	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 1413 */ 	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 1414 */ 	        box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 1415 */ }
/* 1416 */
/* 1417 */     #author-info .author-image {
/* 1418 */         float: left;
/* 1419 */         width: 45px;
/* 1420 */         padding: 20px;
/* 1421 */     }
/* 1422 */
/* 1423 */         #author-info .author-image img {
/* 1424 */             display: block;
/* 1425 */             border: 3px solid #fff;
/* 1426 */             -webkit-border-radius:3px;
/* 1427 */ 			   -moz-border-radius:3px;
/* 1428 */ 			        border-radius:3px;
/* 1429 */ 			-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
/* 1430 */ 			   -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
/* 1431 */ 			        box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
/* 1432 */         }
/* 1433 */
/* 1434 */     #author-info .author-bio {
/* 1435 */         float: left;
/* 1436 */         width: 500px;
/* 1437 */         padding: 20px 20px 20px 0px;
/* 1438 */     }
/* 1439 */
/* 1440 */         #author-info .author-bio h4 { margin: 0px 0 10px 0 }
/* 1441 */
/* 1442 */ /* Sharebox ---------------------------------------------------- */
/* 1443 */
/* 1444 */ .sharebox {
/* 1445 */     margin-left: 55px;
/* 1446 */     border-top: 1px solid #efefef;
/* 1447 */     border-bottom: 1px solid #efefef;
/* 1448 */     margin-bottom: 40px;
/* 1449 */     padding: 10px 0 10px 0;
/* 1450 */ }

/* style.css */

/* 1451 */
/* 1452 */     .sharebox h4 {
/* 1453 */         float: left;
/* 1454 */         margin: 11px 0 0 10px;
/* 1455 */         color: #777777;
/* 1456 */         font-size: 13px;
/* 1457 */     }
/* 1458 */
/* 1459 */     .sharebox .social-icons {
/* 1460 */         float: right;
/* 1461 */         list-style: none;
/* 1462 */         margin: 0;
/* 1463 */     }
/* 1464 */
/* 1465 */         .sharebox .social-icons a {
/* 1466 */             -webkit-transition:all 0.3s ease 0s;
/* 1467 */ 			   -moz-transition:all 0.3s ease 0s;
/* 1468 */ 			     -o-transition:all 0.3s ease 0s;
/* 1469 */ 			        transition:all 0.3s ease 0s;
/* 1470 */             display: block;
/* 1471 */             width: 40px;
/* 1472 */             height: 40px;
/* 1473 */             text-indent: -9999px;
/* 1474 */             background-position: 0px 0px;
/* 1475 */             background-repeat: no-repeat;
/* 1476 */             opacity: 0.6;
/* 1477 */ 			-webkit-border-radius:3px;
/* 1478 */ 			   -moz-border-radius:3px;
/* 1479 */ 			        border-radius:3px;
/* 1480 */         }
/* 1481 */
/* 1482 */         .sharebox .social-icons a:hover {
/* 1483 */             background-color: #666666 !important;
/* 1484 */             background-position: 0px -40px !important;
/* 1485 */             opacity: 1;
/* 1486 */         }
/* 1487 */
/* 1488 */ /* Related Posts ---------------------------------------------------- */
/* 1489 */
/* 1490 */ #related-posts {
/* 1491 */ 	margin-top: 60px;
/* 1492 */ }
/* 1493 */
/* 1494 */     #related-posts ul {
/* 1495 */         list-style: none;
/* 1496 */         margin: 0px 0 0 0;
/* 1497 */     }
/* 1498 */
/* 1499 */         #related-posts ul li {
/* 1500 */             background: url(framework/images/arrow4.png) no-repeat 0px 9px;

/* style.css */

/* 1501 */             padding: 2px 0 2px 12px;
/* 1502 */         }
/* 1503 */
/* 1504 */             #related-posts ul li a span {
/* 1505 */                 color: #cccccc;
/* 1506 */                 font-size: 11px;
/* 1507 */                 margin: 0 0 0 8px;
/* 1508 */             }
/* 1509 */
/* 1510 */ /* ------------------------------------------------------------------------ */
/* 1511 */ /* 17. Pagination */
/* 1512 */ /* ------------------------------------------------------------------------ */
/* 1513 */
/* 1514 */ #pagination { }
/* 1515 */
/* 1516 */     #pagination a,
/* 1517 */     #pagination span {
/* 1518 */         display: block;
/* 1519 */         float: left;
/* 1520 */         margin: 0 7px 0 0;
/* 1521 */         padding: 7px 10px 6px 10px;
/* 1522 */         border: 1px solid #cccccc;
/* 1523 */         font-size: 12px;
/* 1524 */         line-height:12px;
/* 1525 */         color: #a8a8a8;
/* 1526 */         -webkit-border-radius:3px;
/* 1527 */ 		   -moz-border-radius:3px;
/* 1528 */ 		        border-radius:3px;
/* 1529 */     }
/* 1530 */
/* 1531 */     #pagination a:hover {
/* 1532 */         color: #ffffff;
/* 1533 */         border-color: #289dcc;
/* 1534 */         background: #289dcc;
/* 1535 */     }
/* 1536 */
/* 1537 */     #pagination span.current {
/* 1538 */         background: #333333;
/* 1539 */         border-color: #333333;
/* 1540 */         color: #ffffff;
/* 1541 */         font-weight: bold;
/* 1542 */     }
/* 1543 */
/* 1544 */ /* ------------------------------------------------------------------------ */
/* 1545 */ /* 18. Comments - List */
/* 1546 */ /* ------------------------------------------------------------------------ */
/* 1547 */
/* 1548 */ .comments {
/* 1549 */ 	margin-top: 50px;
/* 1550 */ }

/* style.css */

/* 1551 */
/* 1552 */ .commentlist {
/* 1553 */     list-style: none;
/* 1554 */     margin: 30px 0 0 0;
/* 1555 */ }
/* 1556 */
/* 1557 */     .commentlist li {
/* 1558 */         border-bottom:1px solid #efefef;
/* 1559 */         margin: 0 0 40px 0;
/* 1560 */         padding: 0 0 16px 0;
/* 1561 */     }
/* 1562 */
/* 1563 */     .commentlist li:last-child {
/* 1564 */         border-bottom: none;
/* 1565 */     }
/* 1566 */
/* 1567 */     .commentlist li ul {
/* 1568 */         list-style: none;
/* 1569 */         margin: 0 0 0 80px;
/* 1570 */     }
/* 1571 */
/* 1572 */         .commentlist li ul li {
/* 1573 */             border-top:1px solid #efefef;
/* 1574 */             border-bottom: none;
/* 1575 */             margin:16px 0 0 0;
/* 1576 */             padding: 40px 0 0 0;
/* 1577 */         }
/* 1578 */
/* 1579 */     .commentlist li .avatar {
/* 1580 */         float: left;
/* 1581 */         margin-right: 10px;
/* 1582 */     }
/* 1583 */
/* 1584 */         .commentlist li .avatar img {
/* 1585 */             display: block;
/* 1586 */             border: 4px solid #fff;
/* 1587 */             -webkit-border-radius:3px;
/* 1588 */ 			   -moz-border-radius:3px;
/* 1589 */ 			        border-radius:3px;
/* 1590 */ 			-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
/* 1591 */ 			   -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
/* 1592 */ 			        box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
/* 1593 */         }
/* 1594 */
/* 1595 */     .commentlist li .comment-text {
/* 1596 */         overflow: hidden;
/* 1597 */         position: relative;
/* 1598 */     }
/* 1599 */
/* 1600 */     .commentlist li .author {

/* style.css */

/* 1601 */         margin-top: 0px;
/* 1602 */         margin-bottom: 10px;
/* 1603 */         line-height: 17px;
/* 1604 */     }
/* 1605 */
/* 1606 */         .commentlist li .author span {
/* 1607 */             display: inline;
/* 1608 */             font-weight: bold;
/* 1609 */         }
/* 1610 */
/* 1611 */     .commentlist li .date {
/* 1612 */         font-size: 11px;
/* 1613 */         color: #999999;
/* 1614 */     }
/* 1615 */
/* 1616 */         .commentlist li .date a {    color: #999999 }
/* 1617 */
/* 1618 */         .commentlist li .date a:hover {    color: #333333 }
/* 1619 */
/* 1620 */     .commentlist li em {
/* 1621 */         font-size: 11px;
/* 1622 */         color: #cccccc;
/* 1623 */         font-style: normal;
/* 1624 */         margin-bottom: 20px;
/* 1625 */         display: block;
/* 1626 */     }
/* 1627 */
/* 1628 */ /* ------------------------------------------------------------------------ */
/* 1629 */ /* 19. Comments - Respond */
/* 1630 */ /* ------------------------------------------------------------------------ */
/* 1631 */
/* 1632 */ #respond {    margin-bottom: 40px }
/* 1633 */
/* 1634 */ 	#respond form{
/* 1635 */ 		margin-top:30px;
/* 1636 */ 	}
/* 1637 */
/* 1638 */     #respond .required {
/* 1639 */         color: #c82929;
/* 1640 */         display: inline-block;
/* 1641 */         margin: 3px 0 0 6px;
/* 1642 */         font-size: 14px;
/* 1643 */         font-weight: normal;
/* 1644 */     }
/* 1645 */
/* 1646 */     /*#respond p { clear: both }*/
/* 1647 */
/* 1648 */     #respond-inputs p{
/* 1649 */ 	    width: 220px;
/* 1650 */ 	    margin-right:20px;

/* style.css */

/* 1651 */ 	    float: left;
/* 1652 */     }
/* 1653 */     #respond-inputs p.last{
/* 1654 */ 	    margin: 0;
/* 1655 */     }
/* 1656 */
/* 1657 */     #respond input {
/* 1658 */         display: block;
/* 1659 */         width: 203px;
/* 1660 */         margin: 0;
/* 1661 */     }
/* 1662 */
/* 1663 */     #respond textarea {
/* 1664 */         display: block;
/* 1665 */         width: 683px;
/* 1666 */     }
/* 1667 */
/* 1668 */     #respond p.comment-notes,
/* 1669 */     #respond p.form-allowed-tags { display: none }
/* 1670 */
/* 1671 */     #respond input#submit {
/* 1672 */
/* 1673 */     }
/* 1674 */
/* 1675 */     #respond .headline-title-wrap{
/* 1676 */ 	    margin-top:20px;
/* 1677 */     }
/* 1678 */
/* 1679 */ #cancel-comment-reply-link {
/* 1680 */     font-size:13px;
/* 1681 */ }
/* 1682 */
/* 1683 */ #commentform input.error,
/* 1684 */ #commentform textarea.error {
/* 1685 */     border-color: #c82929;
/* 1686 */     background: #fbf2f2;
/* 1687 */ }
/* 1688 */
/* 1689 */ #commentform div.error,
/* 1690 */ #commentform label.error {
/* 1691 */     color: red;
/* 1692 */     display: none !important;
/* 1693 */ }
/* 1694 */
/* 1695 */ /* ------------------------------------------------------------------------ */
/* 1696 */ /* 20. Portfolio - Overview */
/* 1697 */ /* ------------------------------------------------------------------------ */
/* 1698 */
/* 1699 */ #portfolio-wrap {
/* 1700 */     width: 100%;

/* style.css */

/* 1701 */     margin-bottom: -30px;
/* 1702 */ }
/* 1703 */
/* 1704 */ .embedd-video { display: none }
/* 1705 */
/* 1706 */ .portfolio #pagination { margin-top: 40px }
/* 1707 */
/* 1708 */ /* Filters ---------------------------------------------------- */
/* 1709 */
/* 1710 */ #filters {
/* 1711 */     margin-top: 0px;
/* 1712 */     margin-bottom: 40px;
/* 1713 */     border: 1px solid #dddddd;
/* 1714 */    -webkit-border-radius:3px;
/* 1715 */ 	  -moz-border-radius:3px;
/* 1716 */ 	       border-radius:3px;
/* 1717 */     background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1718 */     background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1719 */     background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1720 */     background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1721 */     background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1722 */     background-color: #F9F9F9;
/* 1723 */     -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1724 */        -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1725 */             box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1726 */ }
/* 1727 */
/* 1728 */     #filters ul {
/* 1729 */         margin: 0;
/* 1730 */         list-style: none;
/* 1731 */     }
/* 1732 */
/* 1733 */         #filters ul li {
/* 1734 */             display: block;
/* 1735 */             float: left;
/* 1736 */         }
/* 1737 */
/* 1738 */             #filters ul li a {
/* 1739 */                 display: block;
/* 1740 */                 float: left;
/* 1741 */                 border-right: 1px solid #dddddd;
/* 1742 */                 color: #999999;
/* 1743 */                 padding: 6px 20px 6px 20px;
/* 1744 */                 background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1745 */                 background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1746 */                 background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1747 */                 background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1748 */                 background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 1749 */                 background-color: #F9F9F9;
/* 1750 */             }

/* style.css */

/* 1751 */
/* 1752 */             #filters ul li a:hover {    color: #289dcc }
/* 1753 */
/* 1754 */             #filters ul li a.active {
/* 1755 */                 background: #ffffff;
/* 1756 */                 color: #289dcc;
/* 1757 */             }
/* 1758 */
/* 1759 */ /* Portfolio Filter Transitions ---------------------------------------------------- */
/* 1760 */
/* 1761 */ /* Start: Recommended Isotope styles */
/* 1762 */
/* 1763 */ /**** Isotope Filtering ****/
/* 1764 */
/* 1765 */ .isotope-item {
/* 1766 */   z-index: 2;
/* 1767 */ }
/* 1768 */
/* 1769 */ .isotope-hidden.isotope-item {
/* 1770 */   pointer-events: none;
/* 1771 */   z-index: 1;
/* 1772 */ }
/* 1773 */
/* 1774 */ /**** Isotope CSS3 transitions ****/
/* 1775 */
/* 1776 */ .isotope,
/* 1777 */ .isotope .isotope-item {
/* 1778 */   -webkit-transition-duration: 0.8s;
/* 1779 */      -moz-transition-duration: 0.8s;
/* 1780 */       -ms-transition-duration: 0.8s;
/* 1781 */        -o-transition-duration: 0.8s;
/* 1782 */           transition-duration: 0.8s;
/* 1783 */ }
/* 1784 */
/* 1785 */ .isotope {
/* 1786 */   -webkit-transition-property: height, width;
/* 1787 */      -moz-transition-property: height, width;
/* 1788 */       -ms-transition-property: height, width;
/* 1789 */        -o-transition-property: height, width;
/* 1790 */           transition-property: height, width;
/* 1791 */ }
/* 1792 */
/* 1793 */ .isotope .isotope-item {
/* 1794 */   -webkit-transition-property: -webkit-transform, opacity;
/* 1795 */      -moz-transition-property:    -moz-transform, opacity;
/* 1796 */       -ms-transition-property:     -ms-transform, opacity;
/* 1797 */        -o-transition-property:      -o-transform, opacity;
/* 1798 */           transition-property:         transform, opacity;
/* 1799 */ }
/* 1800 */

/* style.css */

/* 1801 */ /**** disabling Isotope CSS3 transitions ****/
/* 1802 */
/* 1803 */ .isotope.no-transition,
/* 1804 */ .isotope.no-transition .isotope-item,
/* 1805 */ .isotope .isotope-item.no-transition {
/* 1806 */   -webkit-transition-duration: 0s;
/* 1807 */      -moz-transition-duration: 0s;
/* 1808 */       -ms-transition-duration: 0s;
/* 1809 */        -o-transition-duration: 0s;
/* 1810 */           transition-duration: 0s;
/* 1811 */ }
/* 1812 */
/* 1813 */ /* End: Recommended Isotope styles */
/* 1814 */
/* 1815 */ /* Portfolio Items ---------------------------------------------------- */
/* 1816 */
/* 1817 */ .portfolio-item {
/* 1818 */     width: 220px;
/* 1819 */     height: 202px;
/* 1820 */     margin: 0 0 20px 0;
/* 1821 */     padding: 0;
/* 1822 */     position: relative;
/* 1823 */     overflow: hidden;
/* 1824 */     -webkit-border-radius:4px;
/* 1825 */        -moz-border-radius:4px;
/* 1826 */             border-radius:4px;
/* 1827 */     -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1828 */        -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1829 */             box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 1830 */ }
/* 1831 */
/* 1832 */     .portfolio-item .portfolio-pic {
/* 1833 */        -webkit-border-radius:4px 4px 0px 0px;
/* 1834 */           -moz-border-radius:4px 4px 0px 0px;
/* 1835 */                border-radius:4px 4px 0px 0px;
/* 1836 */         overflow: hidden;
/* 1837 */         display: block;
/* 1838 */         position: relative;
/* 1839 */     }
/* 1840 */
/* 1841 */     .portfolio-item img {
/* 1842 */         display: block;
/* 1843 */         width: 220px;
/* 1844 */         height: 143px;
/* 1845 */     }
/* 1846 */
/* 1847 */     .portfolio-item .portfolio-title {
/* 1848 */     	height: 42px;
/* 1849 */ 	    padding:8px 15px 8px 15px;
/* 1850 */ 	    background: #ffffff;

/* style.css */

/* 1851 */ 	    display:block;
/* 1852 */ 	    border:1px solid #e4e4e4;
/* 1853 */ 	    border-top:none;
/* 1854 */ 	    -webkit-border-radius:0px 0px 4px 4px;
/* 1855 */ 		   -moz-border-radius:0px 0px 4px 4px;
/* 1856 */ 		        border-radius:0px 0px 4px 4px;
/* 1857 */         -webkit-transition:all 0.1s ease-in;
/* 1858 */ 		   -moz-transition:all 0.1s ease-in;
/* 1859 */ 		     -o-transition:all 0.1s ease-in;
/* 1860 */ 		        transition:all 0.1s ease-in;
/* 1861 */     }
/* 1862 */     .portfolio-item .portfolio-title h4 {
/* 1863 */         margin: 0 0 -1px 0;
/* 1864 */         padding:0;
/* 1865 */         font-size:14px !important;
/* 1866 */         font-weight: 600;
/* 1867 */         color: #666666;
/* 1868 */     }
/* 1869 */     .portfolio-item .portfolio-title span {
/* 1870 */         margin: 0;
/* 1871 */         padding:0;
/* 1872 */         font-size:12px !important;
/* 1873 */         color: #999999;
/* 1874 */
/* 1875 */         display: block;
/* 1876 */     }
/* 1877 */     	.portfolio-item:hover .portfolio-title {
/* 1878 */ 		    color: #ffffff;
/* 1879 */ 			background: #289dcc;
/* 1880 */ 			border-color: #289dcc;
/* 1881 */ 		}
/* 1882 */ 		.portfolio-item:hover .portfolio-title h4,
/* 1883 */ 		.portfolio-item:hover .portfolio-title span{
/* 1884 */ 			color: #ffffff;
/* 1885 */ 		}
/* 1886 */ 		.portfolio-item:hover .portfolio-title span{
/* 1887 */ 			color: rgba(255, 255, 255, 0.7);
/* 1888 */ 		}
/* 1889 */
/* 1890 */ 	/* Portfolio Item Overlay ---------------------------------------------------- */
/* 1891 */
/* 1892 */     .portfolio-item .portfolio-pic .portfolio-overlay {
/* 1893 */         display: block;
/* 1894 */         width: 220px;
/* 1895 */         height: 143px;
/* 1896 */         overflow: hidden;
/* 1897 */         background: rgba(0,0,0,0.6);
/* 1898 */         position: absolute;
/* 1899 */         top: 0;
/* 1900 */         left: 0;

/* style.css */

/* 1901 */         opacity: 0;
/* 1902 */     }
/* 1903 */
/* 1904 */         .portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,
/* 1905 */         .portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {
/* 1906 */             width: 48px;
/* 1907 */             height: 48px;
/* 1908 */             background: rgba(0,0,0,0.7) url(framework/images/overlay-link.png) no-repeat center center;
/* 1909 */             position: absolute;
/* 1910 */             top: -25px;
/* 1911 */             left: 85px;
/* 1912 */             display: block;
/* 1913 */             text-indent: -9999px;
/* 1914 */             -webkit-border-radius:50%;
/* 1915 */ 			   -moz-border-radius:50%;
/* 1916 */ 			        border-radius:50%;
/* 1917 */             opacity: 0;
/* 1918 */         }
/* 1919 */
/* 1920 */         .portfolio-item .portfolio-pic .portfolio-overlay .overlay-lightbox,
/* 1921 */         .portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-lightbox {
/* 1922 */             width: 48px;
/* 1923 */             height: 48px;
/* 1924 */             background: rgba(0,0,0,0.7) url(framework/images/overlay-lightbox.png) no-repeat center center;
/* 1925 */             position: absolute;
/* 1926 */             top: -25px;
/* 1927 */             left: 85px;
/* 1928 */             display: block;
/* 1929 */             text-indent: -9999px;
/* 1930 */             -webkit-border-radius:50%;
/* 1931 */ 			   -moz-border-radius:50%;
/* 1932 */ 			        border-radius:50%;
/* 1933 */             opacity: 0;
/* 1934 */         }
/* 1935 */
/* 1936 */ /* Portfolio Items: 3 Columns ---------------------------------------------------- */
/* 1937 */
/* 1938 */ .portfolio-item.one-third {
/* 1939 */     width: 300px;
/* 1940 */     height: 255px;
/* 1941 */ }
/* 1942 */
/* 1943 */     .portfolio-item.one-third img {
/* 1944 */         width: 300px;
/* 1945 */         height: 196px;
/* 1946 */     }
/* 1947 */
/* 1948 */     .portfolio-item.one-third .portfolio-pic .portfolio-overlay {
/* 1949 */         display: block;
/* 1950 */         width: 300px;

/* style.css */

/* 1951 */         height: 196px;
/* 1952 */         overflow: hidden;
/* 1953 */         background: rgba(0,0,0,0.6);
/* 1954 */         position: absolute;
/* 1955 */         top: 0;
/* 1956 */         left: 0;
/* 1957 */         opacity: 0;
/* 1958 */     }
/* 1959 */
/* 1960 */         .portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link,
/* 1961 */         .portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 125px }
/* 1962 */
/* 1963 */ /* Portfolio Items: 2 Columns ---------------------------------------------------- */
/* 1964 */
/* 1965 */ .portfolio-item.eight {
/* 1966 */     width: 460px;
/* 1967 */     height: 359px;
/* 1968 */ }
/* 1969 */
/* 1970 */     .portfolio-item.eight img {
/* 1971 */         width: 460px;
/* 1972 */         height: 300px;
/* 1973 */     }
/* 1974 */
/* 1975 */     .portfolio-item.eight .portfolio-pic .portfolio-overlay {
/* 1976 */         display: block;
/* 1977 */         width: 460px;
/* 1978 */         height: 300px;
/* 1979 */         overflow: hidden;
/* 1980 */         background: rgba(0,0,0,0.6);
/* 1981 */         position: absolute;
/* 1982 */         top: 0;
/* 1983 */         left: 0;
/* 1984 */         opacity: 0;
/* 1985 */     }
/* 1986 */
/* 1987 */         .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,
/* 1988 */         .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 205px }
/* 1989 */
/* 1990 */ /* Portfolio Items: 1 Column ---------------------------------------------------- */
/* 1991 */
/* 1992 */ .portfolio-item-one{
/* 1993 */     margin:0 0 40px 0;
/* 1994 */     padding:0 0 41px 0;
/* 1995 */     background: #ffffff;
/* 1996 */     border-bottom:1px solid #efefef;
/* 1997 */ }
/* 1998 */ .portfolio-item-one .portfolio-picwrap{
/* 1999 */ 	width: 460px;
/* 2000 */     height: 250px;

/* style.css */

/* 2001 */ 	float: left;
/* 2002 */ 	margin:0 30px 0 0;
/* 2003 */ 	-webkit-border-radius:4px;
/* 2004 */ 	   -moz-border-radius:4px;
/* 2005 */ 	        border-radius:4px;
/* 2006 */ 	overflow: hidden;
/* 2007 */ 	position: relative;
/* 2008 */ }
/* 2009 */ .portfolio-item-one .portfolio-desc{
/* 2010 */ 	width: 450px;
/* 2011 */ 	float: left;
/* 2012 */ }
/* 2013 */
/* 2014 */ .portfolio-item-one .portfolio-picwrap img{
/* 2015 */ 	display: block;
/* 2016 */ 	width: 460px;
/* 2017 */     height: 250px;
/* 2018 */ }
/* 2019 */ .portfolio-item-one .portfolio-desc .read-more-link{
/* 2020 */ 	display:none;
/* 2021 */ }
/* 2022 */ .portfolio-item-one .portfolio-desc ul li{
/* 2023 */ 	margin-left:40px !important;
/* 2024 */ }
/* 2025 */ .portfolio-item-one h4{
/* 2026 */ 	font-size:22px;
/* 2027 */ 	margin:20px 0 0 0;
/* 2028 */ }
/* 2029 */
/* 2030 */ .portfolio-tags{
/* 2031 */ 	margin:0px 0px 20px 0px;
/* 2032 */ 	color:#999999;
/* 2033 */ }
/* 2034 */
/* 2035 */ .portfolio-item-one .portfolio-picwrap .portfolio-overlay {
/* 2036 */     display: block;
/* 2037 */     width: 460px;
/* 2038 */     height: 300px;
/* 2039 */     overflow: hidden;
/* 2040 */     background: rgba(0,0,0,0.6);
/* 2041 */     position: absolute;
/* 2042 */     top: 0;
/* 2043 */     left: 0;
/* 2044 */     opacity: 0;
/* 2045 */ }
/* 2046 */  .portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link,
/* 2047 */  .portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox { left: 205px }
/* 2048 */
/* 2049 */ /* ------------------------------------------------------------------------ */
/* 2050 */ /* 21. Portfolio - Single */

/* style.css */

/* 2051 */ /* ------------------------------------------------------------------------ */
/* 2052 */
/* 2053 */ .portfolio-wide #portfolio-slider,
/* 2054 */ .portfolio-wide #portfolio-video {
/* 2055 */ 	margin: 0 0 40px 10px;
/* 2056 */ }
/* 2057 */
/* 2058 */ #portfolio-video iframe{
/* 2059 */ 	max-width: 100%;
/* 2060 */ }
/* 2061 */
/* 2062 */ #portfolio-slider {
/* 2063 */ 	-webkit-border-radius:4px;
/* 2064 */ 	   -moz-border-radius:4px;
/* 2065 */             border-radius:4px;
/* 2066 */ }
/* 2067 */
/* 2068 */ .portfolio-detail-description-text {
/* 2069 */
/* 2070 */ }
/* 2071 */
/* 2072 */ .portfolio-sidebyside .portfolio-detail-description-text {
/* 2073 */     margin-bottom:30px;
/* 2074 */ }
/* 2075 */
/* 2076 */ .portfolio-detail-description .headline-title-wrap,
/* 2077 */ .portfolio-detail-attributes  .headline-title-wrap {    margin-bottom: 25px }
/* 2078 */
/* 2079 */ .portfolio-detail-attributes ul {
/* 2080 */     list-style: none;
/* 2081 */     margin: -7px 0 0 0;
/* 2082 */ }
/* 2083 */
/* 2084 */     .portfolio-detail-attributes ul li {
/* 2085 */         padding: 7px 0 6px 0;
/* 2086 */         background: url(framework/images/dotted.png) repeat-x bottom left;
/* 2087 */     }
/* 2088 */
/* 2089 */         .portfolio-detail-attributes ul li strong {
/* 2090 */             display: inline-block;
/* 2091 */             width: 60px;
/* 2092 */             font-size: 11px;
/* 2093 */             text-transform: uppercase;
/* 2094 */             color: #aeaeae;
/* 2095 */         }
/* 2096 */
/* 2097 */ .portfolio-detail-attributes .button {
/* 2098 */     margin-top: 20px;
/* 2099 */     padding: 10px 20px;
/* 2100 */     border: 1px solid #ddd;

/* style.css */

/* 2101 */     display: inline-block;
/* 2102 */     background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2103 */     background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2104 */     background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2105 */     background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2106 */     background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
/* 2107 */     background-color: #F9F9F9;
/* 2108 */     -webkit-border-radius:3px;
/* 2109 */        -moz-border-radius:3px;
/* 2110 */             border-radius:3px;
/* 2111 */     -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 2112 */        -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 2113 */             box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
/* 2114 */ }
/* 2115 */
/* 2116 */ /* Related Portfolio Items ---------------------------------------------------- */
/* 2117 */
/* 2118 */ #portfolio-related-post {
/* 2119 */ 	margin-top: 40px;
/* 2120 */ }
/* 2121 */
/* 2122 */ #portfolio-related-post h3{
/* 2123 */ 	margin-left:10px;
/* 2124 */ 	margin-right:10px;
/* 2125 */ }
/* 2126 */
/* 2127 */ /* Portfolio Comments ---------------------------------------------------- */
/* 2128 */
/* 2129 */ .portfolio-detail .portfolio-comments {
/* 2130 */ 	margin-top: 20px;
/* 2131 */ }
/* 2132 */
/* 2133 */ /* Projects Nav ---------------------------------------------------- */
/* 2134 */
/* 2135 */ .projects-nav {
/* 2136 */     float: right;
/* 2137 */     width: 100px;
/* 2138 */     margin: 7px 5px 0 0;
/* 2139 */ }
/* 2140 */
/* 2141 */ .projectsnavpadding {
/* 2142 */     padding: 0 !important;
/* 2143 */     margin: 0px 0 0 0 !important;
/* 2144 */ }
/* 2145 */
/* 2146 */     .projects-nav a,
/* 2147 */     .post-navigation a {
/* 2148 */         display: block;
/* 2149 */         text-indent: -9999px;
/* 2150 */         background: #cccccc;

/* style.css */

/* 2151 */         width: 35px;
/* 2152 */         height: 35px;
/* 2153 */         float: right;
/* 2154 */         margin-right: 5px;
/* 2155 */         -webkit-border-radius:3px;
/* 2156 */ 		   -moz-border-radius:3px;
/* 2157 */ 		        border-radius:3px;
/* 2158 */     }
/* 2159 */
/* 2160 */     .projects-nav .next a,
/* 2161 */     .post-navigation .next a {
/* 2162 */         background-image: url(framework/images/slider-next.png);
/* 2163 */         background-position: center center;
/* 2164 */         background-repeat: no-repeat;
/* 2165 */     }
/* 2166 */
/* 2167 */     .projects-nav .prev a,
/* 2168 */     .post-navigation .prev a {
/* 2169 */         background-image: url(framework/images/slider-prev.png);
/* 2170 */         background-position: center center;
/* 2171 */         background-repeat: no-repeat;
/* 2172 */     }
/* 2173 */
/* 2174 */     .projects-nav a:hover,
/* 2175 */     .post-navigation a:hover {    background-color: #289dcc }
/* 2176 */
/* 2177 */ /* ------------------------------------------------------------------------ */
/* 2178 */ /* 22. Content Pages */
/* 2179 */ /* ------------------------------------------------------------------------ */
/* 2180 */
/* 2181 */ /* Revolution Slider ---------------------------------------------------- */
/* 2182 */
/* 2183 */ .tp-bannershadow { opacity: 0.7 }
/* 2184 */
/* 2185 */ /*.rev_slider {
/* 2186 *|     display: block !important;
/* 2187 *|     overflow: hidden !important;
/* 2188 *|     -webkit-border-radius: 6px !important;
/* 2189 *|        -moz-border-radius: 6px !important;
/* 2190 *|        		border-radius: 6px !important;
/* 2191 *| }
/* 2192 *|
/* 2193 *| .fullwidthbanner-container .rev_slider {
/* 2194 *|     -webkit-border-radius: 0px !important;
/* 2195 *|        -moz-border-radius: 0px !important;
/* 2196 *|     		border-radius: 0px !important;
/* 2197 *| }*/
/* 2198 */
/* 2199 */ .tp-leftarrow.default {
/* 2200 */ 	background: rgba(20,20,20,0.5) url(framework/images/slider-prev.png) !important;

/* style.css */

/* 2201 */ 	background-repeat: no-repeat !important;
/* 2202 */ 	background-position: 45% 50% !important;
/* 2203 */ 	width:44px !important;
/* 2204 */ 	height:56px !important;
/* 2205 */ 	-webkit-border-radius: 0 3px 3px 0 !important;
/* 2206 */ 	-moz-border-radius:  0 3px 3px 0 !important;
/* 2207 */ 	border-radius: 0 3px 3px 0 !important;
/* 2208 */ }
/* 2209 */ .tp-rightarrow.default {
/* 2210 */ 	background: rgba(20,20,20,0.5) url(framework/images/slider-next.png) !important;
/* 2211 */ 	background-repeat: no-repeat !important;
/* 2212 */ 	background-position: 53% 50% !important;
/* 2213 */ 	width:44px !important;
/* 2214 */ 	height:56px !important;
/* 2215 */ 	-webkit-border-radius: 3px 0 0 3px !important;
/* 2216 */ 	-moz-border-radius: 3px 0 0 3px !important;
/* 2217 */ 	border-radius: 3px 0 0 3px !important;
/* 2218 */ }
/* 2219 */
/* 2220 */ .tp-leftarrow:hover,
/* 2221 */ .tp-rightarrow:hover {	background-color: #2da0ce !important; }
/* 2222 */
/* 2223 */ .tp-bullets.simplebullets.round-old .bullet	{
/* 2224 */ 	cursor:pointer !important;
/* 2225 */ 	position:relative !important;
/* 2226 */ 	background:rgba(0,0,0,0.5) !important;
/* 2227 */ 	width:13px !important;
/* 2228 */ 	height:13px !important;
/* 2229 */ 	margin-right:6px !important;
/* 2230 */ 	float:left !important;
/* 2231 */ 	margin-top:-12px !important;
/* 2232 */ 	-webkit-border-radius: 50% !important;
/* 2233 */ 	-moz-border-radius: 50% !important;
/* 2234 */ 	border-radius: 50% !important;
/* 2235 */ }
/* 2236 */
/* 2237 */ .tp-bullets.simplebullets.round-old .bullet:hover,
/* 2238 */ .tp-bullets.simplebullets.round-old .bullet.selected	{ background:rgba(0,0,0,0.8) !important; }
/* 2239 */
/* 2240 */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* 2241 */
/* 2242 */ 	.tp-leftarrow.default	{
/* 2243 */ 		background-image:url(framework/images/slider-prev@2x.png) !important;
/* 2244 */ 		-webkit-background-size:10px 15px;
/* 2245 */ 		   -moz-background-size:10px 15px;
/* 2246 */ 		     -o-background-size:10px 15px;
/* 2247 */ 		        background-size:10px 15px;
/* 2248 */ 	}
/* 2249 */ 	.tp-rightarrow.default {
/* 2250 */ 		background-image:url(framework/images/slider-next@2x.png) !important;

/* style.css */

/* 2251 */ 		-webkit-background-size:10px 15px;
/* 2252 */ 		   -moz-background-size:10px 15px;
/* 2253 */ 		     -o-background-size:10px 15px;
/* 2254 */ 		        background-size:10px 15px;
/* 2255 */ 	}
/* 2256 */
/* 2257 */ }
/* 2258 */
/* 2259 */ /* 404 Page ---------------------------------------------------- */
/* 2260 */
/* 2261 */ #error-404 {
/* 2262 */     text-align: center;
/* 2263 */     margin-bottom: 40px;
/* 2264 */     padding: 100px 0;
/* 2265 */ }
/* 2266 */
/* 2267 */ h2.error-404 {
/* 2268 */     font-size: 108px;
/* 2269 */     line-height: 108px;
/* 2270 */     margin: 0 0 10px 0;
/* 2271 */ }
/* 2272 */
/* 2273 */ h3.error-404 {
/* 2274 */     font-size: 22px;
/* 2275 */     line-height: 22px;
/* 2276 */     margin: 0;
/* 2277 */     color: #999999;
/* 2278 */ }
/* 2279 */
/* 2280 */ /* ------------------------------------------------------------------------ */
/* 2281 */ /* 23. Sidebars */
/* 2282 */ /* ------------------------------------------------------------------------ */
/* 2283 */
/* 2284 */ #sidebar { }
/* 2285 */
/* 2286 */     #sidebar .widget {
/* 2287 */         margin-bottom: 40px;
/* 2288 */         color: #888888;
/* 2289 */     }
/* 2290 */
/* 2291 */         #sidebar .widget h3 {
/* 2292 */             font-size: 15px;
/* 2293 */             margin:0 0 20px 0;
/* 2294 */         }
/* 2295 */
/* 2296 */         #sidebar .widget ul li {
/* 2297 */             background: url(framework/images/arrow4.png) no-repeat 0px 9px;
/* 2298 */             padding: 1px 0 1px 12px;
/* 2299 */         }
/* 2300 */

/* style.css */

/* 2301 */         #sidebar .widget ul li.current_page_item,
/* 2302 */         #sidebar .widget ul li.current-menu-item { font-weight: bold }
/* 2303 */
/* 2304 */ /* Side Navigation Template ---------------------------------------------------- */
/* 2305 */
/* 2306 */ #sidebar .widget.widget_wp_nav_menu_desc ul li {
/* 2307 */     background: none;
/* 2308 */     padding: 0;
/* 2309 */ }
/* 2310 */
/* 2311 */ .sidenav, .widget_wp_nav_menu_desc {
/* 2312 */ 	margin: 0;
/* 2313 */ 	list-style: none;
/* 2314 */ 	padding: 0;
/* 2315 */ 	background-color: #fff;
/* 2316 */ 	-webkit-border-radius: 3px;
/* 2317 */ 	   -moz-border-radius: 3px;
/* 2318 */ 	        border-radius: 3px;
/* 2319 */ 	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
/* 2320 */ 	   -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
/* 2321 */ 	        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
/* 2322 */ }
/* 2323 */
/* 2324 */ .sidenav{
/* 2325 */ 	margin-bottom:30px;
/* 2326 */ }
/* 2327 */
/* 2328 */ .sidenav li ul, .widget_wp_nav_menu_desc li ul{
/* 2329 */ 	margin: 0;
/* 2330 */ 	list-style: none;
/* 2331 */ }
/* 2332 */
/* 2333 */ .sidenav li ul li a, .widget_wp_nav_menu_desc li ul li a{
/* 2334 */ 	background: #f9f9f9;
/* 2335 */ 	color: #999999;
/* 2336 */ 	padding: 10px 15px 10px 30px;
/* 2337 */ }
/* 2338 */
/* 2339 */ .sidenav li a, .widget_wp_nav_menu_desc li a {
/* 2340 */ 	display: block;
/* 2341 */ 	margin: 0 0 -1px !important;
/* 2342 */ 	padding: 10px 15px;
/* 2343 */ 	border: 1px solid #dddddd;
/* 2344 */ 	border-bottom-color: #efefef;
/* 2345 */ 	border-top-color: #efefef;
/* 2346 */ 	color: #777777;
/* 2347 */ 	background: url(framework/images/arrow5.png) no-repeat 94% 15px;
/* 2348 */ }
/* 2349 */
/* 2350 */ .sidenav li:first-child a, .widget_wp_nav_menu_desc li:first-child a {

/* style.css */

/* 2351 */     -webkit-border-radius: 3px 3px 0 0;
/* 2352 */        -moz-border-radius: 3px 3px 0 0;
/* 2353 */             border-radius: 3px 3px 0 0;
/* 2354 */ 	border-top-color: #dddddd;
/* 2355 */ }
/* 2356 */ .sidenav li:last-child a, .widget_wp_nav_menu_desc li:last-child a {
/* 2357 */     -webkit-border-radius: 0 0 3px 3px;
/* 2358 */        -moz-border-radius: 0 0 3px 3px;
/* 2359 */             border-radius: 0 0 3px 3px;
/* 2360 */     border-bottom-color: #dddddd;
/* 2361 */ }
/* 2362 */ .sidenav li.current_page_item a, .sidenav li.current_page_item a:hover,
/* 2363 */ .widget_wp_nav_menu_desc li.current_page_item a, .widget_wp_nav_menu_desc li.current_page_item a:hover {
/* 2364 */     position: relative;
/* 2365 */     z-index: 2;
/* 2366 */     padding: 11px 15px;
/* 2367 */     border: 0;
/* 2368 */     font-weight: 700;
/* 2369 */     background-color: #289dcc;
/* 2370 */     background-image: url(framework/images/arrow5_white.png);
/* 2371 */     background-repeat: no-repeat;
/* 2372 */     background-position: 94% 15px;
/* 2373 */     color: #ffffff !important;
/* 2374 */     -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
/* 2375 */        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
/* 2376 */             box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
/* 2377 */ }
/* 2378 */
/* 2379 */ .sidenav li.current_page_item ul li:first-child a,
/* 2380 */ .sidenav li.current_page_item ul li:last-child a,
/* 2381 */ .widget_wp_nav_menu_desc li.current_page_item ul li:first-child a,
/* 2382 */ .widget_wp_nav_menu_desc li.current_page_item ul li:last-child a{
/* 2383 */ 	-webkit-border-radius: none;
/* 2384 */        -moz-border-radius: none;
/* 2385 */             border-radius: none;
/* 2386 */ }
/* 2387 */
/* 2388 */ .sidenav li a:hover, .widget_wp_nav_menu_desc li a:hover {
/* 2389 */     background-color: #F9F9F9;
/* 2390 */ }
/* 2391 */
/* 2392 */
/* 2393 */ /* ------------------------------------------------------------------------ */
/* 2394 */ /* 24. Twitterbar
/* 2395 *| /* ------------------------------------------------------------------------ */
/* 2396 */
/* 2397 */ #twitterbar {
/* 2398 */     color: #ffffff;
/* 2399 */     background: #289dcc;
/* 2400 */     margin: 0;

/* style.css */

/* 2401 */     padding: 15px 0;
/* 2402 */ }
/* 2403 */
/* 2404 */     #twitterbar .twitterpost {
/* 2405 */         background: url(framework/images/icons/twitter.png) no-repeat -10px -49px;
/* 2406 */         padding: 0 0 0 30px;
/* 2407 */         list-style: none;
/* 2408 */         margin: 0;
/* 2409 */     }
/* 2410 */
/* 2411 */     #twitterbar .twitterpost .tweet_time{
/* 2412 */ 	    display: none;
/* 2413 */     }
/* 2414 */
/* 2415 */     	#twitterbar .twitterpost ul{
/* 2416 */ 	    	margin: 0;
/* 2417 */ 	    	padding: 0;
/* 2418 */     	}
/* 2419 */
/* 2420 */         #twitterbar .twitterpost a {
/* 2421 */             color: #ffffff;
/* 2422 */             display: inline;
/* 2423 */         }
/* 2424 */
/* 2425 */         #twitterbar .twitterpost li {
/* 2426 */             margin: 0 !important;
/* 2427 */             padding: 0 !important;
/* 2428 */             display: inline;
/* 2429 */         }
/* 2430 */
/* 2431 */             #twitterbar .twitterpost li b { display: none }
/* 2432 */
/* 2433 */ /* ------------------------------------------------------------------------ */
/* 2434 */ /* 25. Footer
/* 2435 *| /* ------------------------------------------------------------------------ */
/* 2436 */
/* 2437 */ #footer {
/* 2438 */     border-top: 10px solid #333333;
/* 2439 */     padding: 50px 0 50px 0;
/* 2440 */     background: #444444;
/* 2441 */     color:#999999;
/* 2442 */ }
/* 2443 */
/* 2444 */ 	#footer a{
/* 2445 */ 		color:#999999;
/* 2446 */ 	}
/* 2447 */
/* 2448 */ 	#footer a:hover{
/* 2449 */ 		color:#ffffff;
/* 2450 */ 	}

/* style.css */

/* 2451 */
/* 2452 */ 	/* Footer Widgets ---------------------------------------------------- */
/* 2453 */
/* 2454 */         #footer .widget h3 {
/* 2455 */         	font-size:15px;
/* 2456 */             color: #ffffff;
/* 2457 */             padding:0 0 5px 0;
/* 2458 */             border-bottom:1px solid #555555;
/* 2459 */             margin: 0 0 20px 0;
/* 2460 */         }
/* 2461 */
/* 2462 */ /* ------------------------------------------------------------------------ */
/* 2463 */ /* 26. Copyright
/* 2464 *| /* ------------------------------------------------------------------------ */
/* 2465 */
/* 2466 */ #copyright {
/* 2467 */     padding: 5px 0;
/* 2468 */     background: #222222;
/* 2469 */     color:#777777;
/* 2470 */ }
/* 2471 */
/* 2472 */     #copyright a { color: #888888 }
/* 2473 */     #copyright a:hover { color: #ffffff }
/* 2474 */
/* 2475 */     #copyright .copyright-text { padding: 10px 0 10px 0; }
/* 2476 */
/* 2477 */     #copyright .social-icons {
/* 2478 */         float: right;
/* 2479 */         font-size: 11px;
/* 2480 */     }
/* 2481 */
/* 2482 */ /* ------------------------------------------------------------------------ */
/* 2483 */ /* 27. Back-To-Top Button
/* 2484 *| /* ------------------------------------------------------------------------ */
/* 2485 */
/* 2486 */ #back-to-top {
/* 2487 */     position: fixed;
/* 2488 */     z-index: 1000;
/* 2489 */     bottom: 20px;
/* 2490 */     right: 20px;
/* 2491 */     display: none;
/* 2492 */ }
/* 2493 */
/* 2494 */     #back-to-top a {
/* 2495 */         display: block;
/* 2496 */         width: 40px;
/* 2497 */         height: 40px;
/* 2498 */         background: rgba(0,0,0,0.5) url(framework/images/backtotop.png) no-repeat center center;
/* 2499 */         text-indent: -9999px;
/* 2500 */         -webkit-border-radius: 3px;

/* style.css */

/* 2501 */            -moz-border-radius: 3px;
/* 2502 */                 border-radius: 3px;
/* 2503 */         -webkit-transition:0.4s all ease;
/* 2504 */ 		   -moz-transition:0.4s all ease;
/* 2505 */ 		     -o-transition:0.4s all ease;
/* 2506 */ 		        transition:0.4s all ease;
/* 2507 */     }
/* 2508 */
/* 2509 */     #back-to-top a:hover { background-color: #289dcc }
/* 2510 */
/* 2511 */ /* ------------------------------------------------------------------------ */
/* 2512 */ /* 28. Widgets */
/* 2513 */ /* ------------------------------------------------------------------------ */
/* 2514 */
/* 2515 */ .widget ul {
/* 2516 */     margin: 0;
/* 2517 */     padding: 0;
/* 2518 */     list-style: none;
/* 2519 */ }
/* 2520 */
/* 2521 */ /* Search Widget /--------------------------------------------------------- */
/* 2522 */
/* 2523 */ .widget_search input {
/* 2524 */     background: url(framework/images/search.png) no-repeat 10px 9px;
/* 2525 */     padding: 8px 8px 8px 30px;
/* 2526 */     width: 180px;
/* 2527 */     color: #999999;
/* 2528 */     -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 2529 */ 	   -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 2530 */ 	        box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 2531 */     border: 1px solid #dddddd;
/* 2532 */ }
/* 2533 */
/* 2534 */ .widget_search input:focus { border-color: #c0c0c0 }
/* 2535 */
/* 2536 */ /* Calendar Widget /--------------------------------------------------------- */
/* 2537 */
/* 2538 */ #wp-calendar { width: 100% }
/* 2539 */
/* 2540 */     #wp-calendar caption {
/* 2541 */         padding: 0 10px;
/* 2542 */         text-align: right;
/* 2543 */         font-weight: bold;
/* 2544 */         margin: -5px 0 5px 0;
/* 2545 */     }
/* 2546 */
/* 2547 */     #wp-calendar thead {    font-size: 10px }
/* 2548 */
/* 2549 */         #wp-calendar thead th {
/* 2550 */             padding: 5px 10px;

/* style.css */

/* 2551 */             font-weight: bold;
/* 2552 */             border-top: 1px solid #f5f5f5;
/* 2553 */         }
/* 2554 */
/* 2555 */     #wp-calendar tbody {    color: #aaa }
/* 2556 */
/* 2557 */         #wp-calendar tbody td {
/* 2558 */             background: #f5f5f5;
/* 2559 */             border: 1px solid #fff;
/* 2560 */             text-align: center;
/* 2561 */             padding: 5px 8px;
/* 2562 */         }
/* 2563 */
/* 2564 */         #wp-calendar tbody td:hover {    background: #fff }
/* 2565 */
/* 2566 */         #wp-calendar tbody .pad {    background: none }
/* 2567 */
/* 2568 */     #wp-calendar tfoot #next {
/* 2569 */         font-size: 11px;
/* 2570 */         font-weight: bold;
/* 2571 */         text-transform: uppercase;
/* 2572 */         text-align: right;
/* 2573 */         padding-top: 5px;
/* 2574 */     }
/* 2575 */
/* 2576 */     #wp-calendar tfoot #prev {
/* 2577 */         font-size: 11px;
/* 2578 */         font-weight: bold;
/* 2579 */         text-transform: uppercase;
/* 2580 */         padding-top: 5px;
/* 2581 */     }
/* 2582 */
/* 2583 */ /* Tag Cloud Widget /--------------------------------------------------------- */
/* 2584 */
/* 2585 */ .widget_tag_cloud a {
/* 2586 */     display: inline-block;
/* 2587 */     border: 1px solid #dddddd;
/* 2588 */     font-size: 12px !important;
/* 2589 */     line-height: 20px;
/* 2590 */     color: #999999;
/* 2591 */     margin: 0 5px 10px 0px;
/* 2592 */     -webkit-border-radius:3px;
/* 2593 */ 	   -moz-border-radius:3px;
/* 2594 */ 	        border-radius:3px;
/* 2595 */     padding: 2px 10px 2px 10px;
/* 2596 */     font-size: 12px;
/* 2597 */     -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 2598 */ 	   -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 2599 */ 	        box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
/* 2600 */ }

/* style.css */

/* 2601 */
/* 2602 */ .widget_tag_cloud a:hover {
/* 2603 */     background: #289dcc;
/* 2604 */     border-color: #289dcc;
/* 2605 */     color: #ffffff !important;
/* 2606 */ }
/* 2607 */
/* 2608 */ /* Embed Widget /--------------------------------------------------------- */
/* 2609 */
/* 2610 */ .widget_embed p { margin-top: 10px }
/* 2611 */
/* 2612 */ .widget_embed iframe { max-width: 100% }
/* 2613 */
/* 2614 */ /* Flickr Widget /--------------------------------------------------------- */
/* 2615 */
/* 2616 */ .widget_flickr #flickr_tab {    margin-right: -10px }
/* 2617 */
/* 2618 */     .widget_flickr #flickr_tab img {
/* 2619 */         display: block;
/* 2620 */         width: 100%;
/* 2621 */         height: 100%;
/* 2622 */     }
/* 2623 */
/* 2624 */     .widget_flickr #flickr_tab a {
/* 2625 */         float: left;
/* 2626 */         width: 56px;
/* 2627 */         height: 56px;
/* 2628 */         position: relative;
/* 2629 */         margin-right: 10px;
/* 2630 */         margin-bottom: 10px;
/* 2631 */         border: 1px solid #ddd;
/* 2632 */         padding: 4px;
/* 2633 */        -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2634 */ 	      -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2635 */ 	           box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2636 */ 	   -webkit-border-radius:3px;
/* 2637 */ 	      -moz-border-radius:3px;
/* 2638 */ 	           border-radius:3px;
/* 2639 */     }
/* 2640 */
/* 2641 */     .widget_flickr #flickr_tab a:hover {
/* 2642 */         background: #289dcc;
/* 2643 */         border-color: #289dcc;
/* 2644 */     }
/* 2645 */
/* 2646 */ /* Sponsor Widget /--------------------------------------------------------- */
/* 2647 */
/* 2648 */ .widget_sponsor .sponsors {    margin-right: -20px }
/* 2649 */
/* 2650 */ .widget_sponsor a {

/* style.css */

/* 2651 */     display: block;
/* 2652 */     float: left;
/* 2653 */     margin: 0 12px 12px 0;
/* 2654 */ }
/* 2655 */
/* 2656 */     .widget_sponsor a img {    display: block }
/* 2657 */
/* 2658 */ /* Twitter Widget /--------------------------------------------------------- */
/* 2659 */
/* 2660 */ .widget_twitter ul {  list-style: none; }
/* 2661 */
/* 2662 */     .widget_twitter ul li {
/* 2663 */         margin-bottom: 20px;
/* 2664 */         background: url(framework/images/twitter.png) no-repeat 0px 4px;
/* 2665 */         padding: 0 0 0 32px;
/* 2666 */     }
/* 2667 */
/* 2668 */         .widget_twitter ul li b a {
/* 2669 */             display: block;
/* 2670 */             font-size: 11px;
/* 2671 */             color: #cccccc;
/* 2672 */             font-weight: normal;
/* 2673 */         }
/* 2674 */
/* 2675 */ .widget_tp_widget_recent_tweets .tp_recent_tweets{ margin-bottom: 30px !important; }
/* 2676 */
/* 2677 */ .widget_tp_widget_recent_tweets ul {    list-style: none }
/* 2678 */
/* 2679 */     .widget_tp_widget_recent_tweets ul li {
/* 2680 */         margin-bottom: 15px !important;
/* 2681 */         background: url(framework/images/twitter.png) no-repeat 0px 4px !important;
/* 2682 */         padding: 0 0 0 32px !important;
/* 2683 */     }
/* 2684 */
/* 2685 */     .twitter_time{
/* 2686 */ 	    font-size:11px;
/* 2687 */ 	    font-weight: normal;
/* 2688 */ 	    color: #cccccc;
/* 2689 */     }
/* 2690 */
/* 2691 */ /* Contact Widget /--------------------------------------------------------- */
/* 2692 */
/* 2693 */ .widget_contact address {    font-style: normal }
/* 2694 */
/* 2695 */     .widget_contact address span {    display: block }
/* 2696 */
/* 2697 */         .widget_contact address span strong {
/* 2698 */             display: inline-block;
/* 2699 */             width: 52px;
/* 2700 */         }

/* style.css */

/* 2701 */
/* 2702 */ /* Portfolio  Widget /--------------------------------------------------------- */
/* 2703 */
/* 2704 */ .widget_portfolio .portfolio-item:last-child {    margin: 0 }
/* 2705 */
/* 2706 */ .widget_portfolio .portfolio-widget-item {
/* 2707 */     float: left;
/* 2708 */     padding: 0 0 0px 0;
/* 2709 */     margin: 0 10px 10px 0;
/* 2710 */ }
/* 2711 */
/* 2712 */ .widget_portfolio .portfolio-widget-item:nth-child(3n) {
/* 2713 */     border: none !important;
/* 2714 */     padding: 0;
/* 2715 */     margin-right: 0;
/* 2716 */ }
/* 2717 */
/* 2718 */ .widget_portfolio .portfolio-widget-item .portfolio-pic {
/* 2719 */ 	float: left;
/* 2720 */ 	display: block;
/* 2721 */ 	overflow: hidden;
/* 2722 */ 	width: 56px;
/* 2723 */ 	height: 56px;
/* 2724 */ 	position: relative;
/* 2725 */ 	border: 1px solid #ddd;
/* 2726 */ 	padding: 4px;
/* 2727 */ 	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2728 */ 	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2729 */ 	        box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
/* 2730 */ 	-webkit-border-radius:3px;
/* 2731 */ 	   -moz-border-radius:3px;
/* 2732 */ 	        border-radius:3px;
/* 2733 */ }
/* 2734 */
/* 2735 */ .widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
/* 2736 */     background: #289dcc;
/* 2737 */     border-color: #289dcc;
/* 2738 */ }
/* 2739 */
/* 2740 */ .widget_portfolio .portfolio-widget-item .portfolio-pic img {
/* 2741 */     width: 100%;
/* 2742 */     height: 100%;
/* 2743 */     display: block;
/* 2744 */ }
/* 2745 */
/* 2746 */ /* Footer & Topbar Widgets (Color Change) ---------------------------------------------------- */
/* 2747 */
/* 2748 */ #footer .widget ul li,
/* 2749 */ #infobar .widget ul li {
/* 2750 */     background: url(framework/images/arrow4.png) no-repeat 0px 9px;

/* style.css */

/* 2751 */     padding: 1px 0 1px 12px;
/* 2752 */ }
/* 2753 */
/* 2754 */ #footer .widget_contact,
/* 2755 */ #infobar .widget_contact{
/* 2756 */ 	background: url(framework/images/map.png) no-repeat 0 50px;
/* 2757 */ }
/* 2758 */
/* 2759 */ #footer .widget_search input,
/* 2760 */ #infobar .widget_search input {
/* 2761 */     color: #aaaaaa;
/* 2762 */     background-color: #555555;
/* 2763 */     -webkit-box-shadow:none;
/* 2764 */        -moz-box-shadow:none;
/* 2765 */             box-shadow:none;
/* 2766 */     border: 1px solid #555555;
/* 2767 */ }
/* 2768 */
/* 2769 */ #footer .widget_search input:focus,
/* 2770 */ #infobar .widget_search input:focus {    color: #ffffff }
/* 2771 */
/* 2772 */ #footer #wp-calendar thead th,
/* 2773 */ #infobar #wp-calendar thead th {    border-top: 1px solid #555555 }
/* 2774 */
/* 2775 */ #footer #wp-calendar tbody,
/* 2776 */ #infobar #wp-calendar tbody {    color: #aaa }
/* 2777 */
/* 2778 */     #footer #wp-calendar tbody td,
/* 2779 */     #infobar #wp-calendar tbody td {
/* 2780 */         background: #555555;
/* 2781 */         border: 1px solid #444444;
/* 2782 */     }
/* 2783 */
/* 2784 */     #footer #wp-calendar tbody td:hover,
/* 2785 */     #infobar #wp-calendar tbody td:hover {
/* 2786 */         background: #444444;
/* 2787 */         color: #ffffff;
/* 2788 */     }
/* 2789 */
/* 2790 */     #footer #wp-calendar tbody .pad,
/* 2791 */     #infobar #wp-calendar tbody .pad {    background: none }
/* 2792 */
/* 2793 */ #footer .widget_tag_cloud a,
/* 2794 */ #infobar .widget_tag_cloud a {
/* 2795 */     border: 1px solid #333333;
/* 2796 */     background: #333333;
/* 2797 */     color: #777777;
/* 2798 */     -webkit-box-shadow:none;
/* 2799 */        -moz-box-shadow:none;
/* 2800 */             box-shadow:none;

/* style.css */

/* 2801 */     padding:1px 9px;
/* 2802 */ }
/* 2803 */
/* 2804 */ #footer .widget_tag_cloud a:hover,
/* 2805 */ #infobar .widget_tag_cloud a:hover {
/* 2806 */     background: #289dcc;
/* 2807 */     border-color: #289dcc;
/* 2808 */     color: #ffffff !important;
/* 2809 */ }
/* 2810 */
/* 2811 */ #footer .widget_flickr #flickr_tab a,
/* 2812 */ #infobar .widget_flickr #flickr_tab a {
/* 2813 */     border: 1px solid #333333;
/* 2814 */     padding: 4px;
/* 2815 */     background: #333333;
/* 2816 */     -webkit-box-shadow:none;
/* 2817 */        -moz-box-shadow:none;
/* 2818 */             box-shadow:none;
/* 2819 */ }
/* 2820 */
/* 2821 */ #footer .widget_flickr #flickr_tab a:hover,
/* 2822 */ #infobar .widget_flickr #flickr_tab a:hover {
/* 2823 */ 	background: #289dcc;
/* 2824 */ 	border-color: #289dcc;
/* 2825 */ }
/* 2826 */
/* 2827 */ #footer .widget_twitter ul li:last-child,
/* 2828 */ #infobar .widget_twitter ul li:last-child {    margin: 0 }
/* 2829 */
/* 2830 */ #footer .widget_portfolio .portfolio-widget-item,
/* 2831 */ #infobar .widget_portfolio .portfolio-widget-item {
/* 2832 */
/* 2833 */ }
/* 2834 */
/* 2835 */     #footer .widget_portfolio .portfolio-widget-item .portfolio-pic,
/* 2836 */     #infobar .widget_portfolio .portfolio-widget-item .portfolio-pic {
/* 2837 */         border: 1px solid #333333;
/* 2838 */         padding: 4px;
/* 2839 */         background: #333333;
/* 2840 */         -webkit-box-shadow:none;
/* 2841 */            -moz-box-shadow:none;
/* 2842 */                 box-shadow:none;
/* 2843 */     }
/* 2844 */
/* 2845 */     #footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
/* 2846 */     #infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
/* 2847 */     	background: #289dcc;
/* 2848 */     	border-color: #289dcc;
/* 2849 */     }
/* 2850 */

/* style.css */

/* 2851 */ /* ------------------------------------------------------------------------ */
/* 2852 */ /* EOF
/* 2853 *| /* ------------------------------------------------------------------------ */
/* 2854 */
/* 2855 */
/* 2856 */ body.page h1 {
/* 2857 */ 	font-size: 120%;
/* 2858 */ }
/* 2859 */
/* 2860 */ address {
/* 2861 */ 	font-style: normal;
/* 2862 */ }
/* 2863 */
/* 2864 */ h3.title {
/* 2865 */ 	color: #09ae4d;
/* 2866 */ }
/* 2867 */
/* 2868 */ .stick-wrapper {
/* 2869 */ 	height: 100px;
/* 2870 */ }
/* 2871 */
/* 2872 */ .slide-content p.wp-caption-text {
/* 2873 */ 	background: rgba(0,0,0,0.57);
/* 2874 */ /* 	width: 93%; */
/* 2875 */ 	line-height: 140%;
/* 2876 */ 	bottom: 40px;
/* 2877 */ 	font-size: 115%;
/* 2878 */ }
/* 2879 */
/* 2880 */ @media only screen and (max-width: 768px) {
/* 2881 */     .slide-content p.wp-caption-text {
/* 2882 */ 	    display: none;
/* 2883 */     }
/* 2884 */     .visibleDesktop {
/* 2885 */ 	    display: none;
/* 2886 */     }
/* 2887 */ }
/* 2888 */
/* 2889 */ @media only screen and (max-width: 960px) {
/* 2890 */     .visibleBigScreen {
/* 2891 */ 	    display: none;
/* 2892 */     }
/* 2893 */ }
/* 2894 */
/* 2895 */ /*   ---  Brilpassen not suitable for mobile & iPad ----  */
/* 2896 */ @media screen and (min-width: 0px) and (max-width: 950px) {
/* 2897 */   #warningMobile { display: block; }  /* show it on small screens */
/* 2898 */ }
/* 2899 */
/* 2900 */ @media screen and (min-width: 961px) {

/* style.css */

/* 2901 */   #warningMobile { display: none; }   /* hide it elsewhere */
/* 2902 */ }
/* 2903 */
/* 2904 */ .blog-list-item-description span {
/* 2905 */ 	display: none;
/* 2906 */ }
/* 2907 */
/* 2908 */ #copyright .container #inloggen {
/* 2909 */ 	float: right;
/* 2910 */ 	margin-left: 10px;
/* 2911 */ 	margin-right: 10px;
/* 2912 */ 	padding-top: 10px;
/* 2913 */ }
/* 2914 */
/* 2915 */ .portfolio a.portfolio-title {
/* 2916 */ 	display: none;
/* 2917 */ }
/* 2918 */
/* 2919 */ .portfolio-item.one-third {
/* 2920 */ 	height: 196px;
/* 2921 */ }
/* 2922 */
/* 2923 */ /* --- Make header smaller when stuck --- */
/* 2924 */
/* 2925 */ header#header-v3.clearfix.stuck {
/* 2926 */ 	height : 100px;
/* 2927 */ 	top: -20px;
/* 2928 */ }
/* 2929 */
/* 2930 */ /*   --- hide header for bril passen online & winkels & searchform----  */
/* 2931 */ body.page-id-124 #title, body.page-id-114 #title, body.search-results #title {
/* 2932 */ 	display: none;
/* 2933 */ }
/* 2934 */
/* 2935 */ /*  --- fix order issue --- */
/* 2936 */ ol.wooslider-control-nav, ol.wooslider-control-paging {
/* 2937 */ 	z-index: 100;
/* 2938 */ }
/* 2939 */
/* 2940 */ .pp_pic_holder.pp_default .ppt {
/* 2941 */ 	display:none;
/* 2942 */ }
/* 2943 */
/* 2944 */ /*  --- Do not display search information --- */
/* 2945 */ .search-meta {
/* 2946 */ 	display: none;
/* 2947 */ }
/* 2948 */
/* 2949 */ .search-result.clearfix {
/* 2950 */ 	padding-bottom: 0px;

/* style.css */

/* 2951 */ }
/* 2952 */
/* 2953 */ /* ---- Style Nieuws ---- */
/* 2954 */ .post-meta span.meta-author, .post-meta span.meta-comment, .post-meta span.meta-author, .post-icon.standard {
/* 2955 */ 	display: none;
/* 2956 */ }
/* 2957 */
/* 2958 */ /* ---- No Social Media Links in LightBox ---- */
/* 2959 */ .pp_social, div.ppt {
/* 2960 */ 	display:none;
/* 2961 */ }
/* 2962 */
/* 2963 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* retina.css */

/* 1   */ @media only screen and (-webkit-min-device-pixel-ratio: 2),
/* 2   */ only screen and (min-device-pixel-ratio: 2) {
/* 3   */
/* 4   */ 	#header-searchform input {
/* 5   */     background-image: url(../images/search@2x.png);
/* 6   */     -webkit-background-size:13px 13px;
/* 7   */ 	   -moz-background-size:13px 13px;
/* 8   */ 	     -o-background-size:13px 13px;
/* 9   */ 	        background-size:13px 13px;
/* 10  */     }
/* 11  */
/* 12  */ 	.accordion .accordion-title a{
/* 13  */ 	background-image:url(../images/accordion-open@2x.png);
/* 14  */ 	-webkit-background-size:39px 80px;
/* 15  */ 	   -moz-background-size:39px 80px;
/* 16  */ 	     -o-background-size:39px 80px;
/* 17  */ 	        background-size:39px 80px;
/* 18  */ 	}
/* 19  */ 	.accordion .accordion-title.active a{
/* 20  */ 	background-image:url(../images/accordion-close@2x.png);
/* 21  */ 	-webkit-background-size:39px 80px;
/* 22  */ 	   -moz-background-size:39px 80px;
/* 23  */ 	     -o-background-size:39px 80px;
/* 24  */ 	        background-size:39px 80px;
/* 25  */ 	}
/* 26  */ 	.toggle .toggle-title span{
/* 27  */ 	background-image:url(../images/accordion-open@2x.png);
/* 28  */ 	-webkit-background-size:39px 80px;
/* 29  */ 	   -moz-background-size:39px 80px;
/* 30  */ 	     -o-background-size:39px 80px;
/* 31  */ 	        background-size:39px 80px;
/* 32  */ 	}
/* 33  */ 	.toggle .toggle-title.active span{
/* 34  */ 	background-image:url(../images/accordion-close@2x.png);
/* 35  */ 	-webkit-background-size:39px 80px;
/* 36  */ 	   -moz-background-size:39px 80px;
/* 37  */ 	     -o-background-size:39px 80px;
/* 38  */ 	        background-size:39px 80px;
/* 39  */ 	}
/* 40  */ 	.sidenav li a, .widget_wp_nav_menu_desc li a{
/* 41  */ 	background-image:url(../images/arrow5@2x.png);
/* 42  */ 	-webkit-background-size:7px 11px;
/* 43  */ 	   -moz-background-size:7px 11px;
/* 44  */ 	     -o-background-size:7px 11px;
/* 45  */ 	        background-size:7px 11px;
/* 46  */ 	}
/* 47  */ 	.sidenav li.current_page_item a, .sidenav li.current_page_item a:hover,
/* 48  */ 	.widget_wp_nav_menu_desc li.current_page_item a, .widget_wp_nav_menu_desc li.current_page_item a:hover{
/* 49  */ 	background-image:url(../images/arrow5_white@2x.png);
/* 50  */ 	-webkit-background-size:7px 11px;

/* retina.css */

/* 51  */ 	   -moz-background-size:7px 11px;
/* 52  */ 	     -o-background-size:7px 11px;
/* 53  */ 	        background-size:7px 11px;
/* 54  */ 	}
/* 55  */ 	#back-to-top a{
/* 56  */ 	background-image:url(../images/backtotop@2x.png);
/* 57  */ 	-webkit-background-size:15px 10px;
/* 58  */ 	   -moz-background-size:15px 10px;
/* 59  */ 	     -o-background-size:15px 10px;
/* 60  */ 	        background-size:15px 10px;
/* 61  */ 	}
/* 62  */ 	.hr2{
/* 63  */ 	background-image:url(../images/dotted@2x.png);
/* 64  */ 	-webkit-background-size:4px 1px;
/* 65  */ 	   -moz-background-size:4px 1px;
/* 66  */ 	     -o-background-size:4px 1px;
/* 67  */ 	        background-size:4px 1px;
/* 68  */ 	}
/* 69  */ 	#alt-title .grid{
/* 70  */ 	background-image:url(../images/grid@2x.png);
/* 71  */ 	-webkit-background-size:2px 2px;
/* 72  */ 	   -moz-background-size:2px 2px;
/* 73  */ 	     -o-background-size:2px 2px;
/* 74  */ 	        background-size:2px 2px;
/* 75  */ 	}
/* 76  */ 	.hr-border{
/* 77  */ 	background-image:url(../images/stripes@2x.png);
/* 78  */ 	-webkit-background-size:5px 5px;
/* 79  */ 	   -moz-background-size:5px 5px;
/* 80  */ 	     -o-background-size:5px 5px;
/* 81  */ 	        background-size:5px 5px;
/* 82  */ 	}
/* 83  */ 	.hr4{
/* 84  */ 	background-image:url(../images/stripes@2x.png);
/* 85  */ 	-webkit-background-size:5px 5px;
/* 86  */ 	   -moz-background-size:5px 5px;
/* 87  */ 	     -o-background-size:5px 5px;
/* 88  */ 	        background-size:5px 5px;
/* 89  */ 	}
/* 90  */ 	.teaserbox{
/* 91  */ 	background-image:url(../images/stripes@2x.png) !important;
/* 92  */ 	-webkit-background-size:5px 5px;
/* 93  */ 	   -moz-background-size:5px 5px;
/* 94  */ 	     -o-background-size:5px 5px;
/* 95  */ 	        background-size:5px 5px;
/* 96  */ 	}
/* 97  */ 	.callout{
/* 98  */ 	background-image:url(../images/stripes@2x.png) !important;
/* 99  */ 	-webkit-background-size:5px 5px;
/* 100 */ 	   -moz-background-size:5px 5px;

/* retina.css */

/* 101 */ 	     -o-background-size:5px 5px;
/* 102 */ 	        background-size:5px 5px;
/* 103 */ 	}
/* 104 */ 	.description.style-2{
/* 105 */ 	background-image:url(../images/stripes@2x.png) !important;
/* 106 */ 	-webkit-background-size:5px 5px;
/* 107 */ 	   -moz-background-size:5px 5px;
/* 108 */ 	     -o-background-size:5px 5px;
/* 109 */ 	        background-size:5px 5px;
/* 110 */ 	}
/* 111 */ 	.title{
/* 112 */ 	background-image:url(../images/stripes@2x.png);
/* 113 */ 	-webkit-background-size:5px 5px;
/* 114 */ 	   -moz-background-size:5px 5px;
/* 115 */ 	     -o-background-size:5px 5px;
/* 116 */ 	        background-size:5px 5px;
/* 117 */ 	}
/* 118 */ 	.close-infobar:after{
/* 119 */ 	background-image:url(../images/toggle@2x.png);
/* 120 */ 	-webkit-background-size:80px 40px;
/* 121 */ 	   -moz-background-size:80px 40px;
/* 122 */ 	     -o-background-size:80px 40px;
/* 123 */ 	        background-size:80px 40px;
/* 124 */ 	}
/* 125 */ 	.close-infobar.open:after{
/* 126 */ 	background-image:url(../images/toggle@2x.png);
/* 127 */ 	-webkit-background-size:80px 40px;
/* 128 */ 	   -moz-background-size:80px 40px;
/* 129 */ 	     -o-background-size:80px 40px;
/* 130 */ 	        background-size:80px 40px;
/* 131 */ 	}
/* 132 */ 	.overlay{
/* 133 */ 	background-image:url(../images/overlay-lightbox@2x.png);
/* 134 */ 	-webkit-background-size:20px 20px;
/* 135 */ 	   -moz-background-size:20px 20px;
/* 136 */ 	     -o-background-size:20px 20px;
/* 137 */ 	        background-size:20px 20px;
/* 138 */ 	}
/* 139 */ 	.post-image .overlay{
/* 140 */ 	background-image:url(../images/overlay-link@2x.png);
/* 141 */ 	-webkit-background-size:20px 20px;
/* 142 */ 	   -moz-background-size:20px 20px;
/* 143 */ 	     -o-background-size:20px 20px;
/* 144 */ 	        background-size:20px 20px;
/* 145 */ 	}
/* 146 */ 	.single .post-image .overlay{
/* 147 */ 	background-image:url(../images/overlay-lightbox@2x.png);
/* 148 */ 	-webkit-background-size:20px 20px;
/* 149 */ 	   -moz-background-size:20px 20px;
/* 150 */ 	     -o-background-size:20px 20px;

/* retina.css */

/* 151 */ 	        background-size:20px 20px;
/* 152 */ 	}
/* 153 */ 	.post-gallery .overlay{
/* 154 */ 	background-image:url(../images/overlay-link@2x.png);
/* 155 */ 	-webkit-background-size:20px 20px;
/* 156 */ 	   -moz-background-size:20px 20px;
/* 157 */ 	     -o-background-size:20px 20px;
/* 158 */ 	        background-size:20px 20px;
/* 159 */ 	}
/* 160 */ 	.single .post-gallery .overlay{
/* 161 */ 	background-image:url(../images/overlay-lightbox@2x.png);
/* 162 */ 	-webkit-background-size:20px 20px;
/* 163 */ 	   -moz-background-size:20px 20px;
/* 164 */ 	     -o-background-size:20px 20px;
/* 165 */ 	        background-size:20px 20px;
/* 166 */ 	}
/* 167 */ 	.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,
/* 168 */ 	    .portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link{
/* 169 */ 	background-image:url(../images/overlay-link@2x.png);
/* 170 */ 	-webkit-background-size:20px 20px;
/* 171 */ 	   -moz-background-size:20px 20px;
/* 172 */ 	     -o-background-size:20px 20px;
/* 173 */ 	        background-size:20px 20px;
/* 174 */ 	}
/* 175 */ 	.portfolio-item .portfolio-pic .portfolio-overlay .overlay-lightbox,
/* 176 */ 	    .portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-lightbox{
/* 177 */ 	background-image:url(../images/overlay-lightbox@2x.png);
/* 178 */ 	-webkit-background-size:20px 20px;
/* 179 */ 	   -moz-background-size:20px 20px;
/* 180 */ 	     -o-background-size:20px 20px;
/* 181 */ 	        background-size:20px 20px;
/* 182 */ 	}
/* 183 */ 	.post-icon.standard{
/* 184 */ 	background-image:url(../images/postformat-standard@2x.png);
/* 185 */ 	-webkit-background-size:35px 35px;
/* 186 */ 	   -moz-background-size:35px 35px;
/* 187 */ 	     -o-background-size:35px 35px;
/* 188 */ 	        background-size:35px 35px;
/* 189 */ 	}
/* 190 */ 	.post-icon.imagegallery{
/* 191 */ 	background-image:url(../images/postformat-gallery@2x.png);
/* 192 */ 	-webkit-background-size:35px 35px;
/* 193 */ 	   -moz-background-size:35px 35px;
/* 194 */ 	     -o-background-size:35px 35px;
/* 195 */ 	        background-size:35px 35px;
/* 196 */ 	}
/* 197 */ 	.post-icon.link{
/* 198 */ 	background-image:url(../images/postformat-link@2x.png);
/* 199 */ 	-webkit-background-size:35px 35px;
/* 200 */ 	   -moz-background-size:35px 35px;

/* retina.css */

/* 201 */ 	     -o-background-size:35px 35px;
/* 202 */ 	        background-size:35px 35px;
/* 203 */ 	}
/* 204 */ 	.post-icon.quote{
/* 205 */ 	background-image:url(../images/postformat-quote@2x.png);
/* 206 */ 	-webkit-background-size:35px 35px;
/* 207 */ 	   -moz-background-size:35px 35px;
/* 208 */ 	     -o-background-size:35px 35px;
/* 209 */ 	        background-size:35px 35px;
/* 210 */ 	}
/* 211 */ 	.post-icon.video{
/* 212 */ 	background-image:url(../images/postformat-video@2x.png);
/* 213 */ 	-webkit-background-size:35px 35px;
/* 214 */ 	   -moz-background-size:35px 35px;
/* 215 */ 	     -o-background-size:35px 35px;
/* 216 */ 	        background-size:35px 35px;
/* 217 */ 	}
/* 218 */ 	.post-icon.audio{
/* 219 */ 	background-image:url(../images/postformat-audio@2x.png);
/* 220 */ 	-webkit-background-size:35px 35px;
/* 221 */ 	   -moz-background-size:35px 35px;
/* 222 */ 	     -o-background-size:35px 35px;
/* 223 */ 	        background-size:35px 35px;
/* 224 */ 	}
/* 225 */ 	.post-quote{
/* 226 */ 	background-image:url(../images/quote@2x.png);
/* 227 */ 	-webkit-background-size:21px 17px;
/* 228 */ 	   -moz-background-size:21px 17px;
/* 229 */ 	     -o-background-size:21px 17px;
/* 230 */ 	        background-size:21px 17px;
/* 231 */ 	}
/* 232 */ 	.widget_search input{
/* 233 */ 	background-image:url(../images/search@2x.png);
/* 234 */ 	-webkit-background-size:13px 13px;
/* 235 */ 	   -moz-background-size:13px 13px;
/* 236 */ 	     -o-background-size:13px 13px;
/* 237 */ 	        background-size:13px 13px;
/* 238 */ 	}
/* 239 */ 	.projects-nav .next a,
/* 240 */ 	    .post-navigation .next a{
/* 241 */ 	background-image:url(../images/slider-next@2x.png);
/* 242 */ 	-webkit-background-size:10px 15px;
/* 243 */ 	   -moz-background-size:10px 15px;
/* 244 */ 	     -o-background-size:10px 15px;
/* 245 */ 	        background-size:10px 15px;
/* 246 */ 	}
/* 247 */ 	.projects-nav .prev a,
/* 248 */ 	    .post-navigation .prev a{
/* 249 */ 	background-image:url(../images/slider-prev@2x.png);
/* 250 */ 	-webkit-background-size:10px 15px;

/* retina.css */

/* 251 */ 	   -moz-background-size:10px 15px;
/* 252 */ 	     -o-background-size:10px 15px;
/* 253 */ 	        background-size:10px 15px;
/* 254 */ 	}
/* 255 */ 	.flex-direction-nav .flex-next{
/* 256 */ 	background-image:url(../images/slider-next@2x.png);
/* 257 */ 	-webkit-background-size:10px 15px;
/* 258 */ 	   -moz-background-size:10px 15px;
/* 259 */ 	     -o-background-size:10px 15px;
/* 260 */ 	        background-size:10px 15px;
/* 261 */ 	}
/* 262 */ 	.flex-direction-nav .flex-prev{
/* 263 */ 	background-image:url(../images/slider-prev@2x.png);
/* 264 */ 	-webkit-background-size:10px 15px;
/* 265 */ 	   -moz-background-size:10px 15px;
/* 266 */ 	     -o-background-size:10px 15px;
/* 267 */ 	        background-size:10px 15px;
/* 268 */ 	}
/* 269 */ 	.testimonial:after{
/* 270 */ 	background-image:url(../images/testimonials@2x.png);
/* 271 */ 	-webkit-background-size:22px 22px;
/* 272 */ 	   -moz-background-size:22px 22px;
/* 273 */ 	     -o-background-size:22px 22px;
/* 274 */ 	        background-size:22px 22px;
/* 275 */ 	}
/* 276 */ 	.widget_twitter ul li, .widget_tp_widget_recent_tweets ul li{
/* 277 */ 	background:url(../images/twitter@2x.png) no-repeat !important;
/* 278 */ 	-webkit-background-size:22px 18px !important;
/* 279 */ 	   -moz-background-size:22px 18px !important;
/* 280 */ 	     -o-background-size:22px 18px !important;
/* 281 */ 	        background-size:22px 18px !important;
/* 282 */ 	}
/* 283 */ 	#related-posts ul li{
/* 284 */ 	background-image:url(../images/arrow4@2x.png);
/* 285 */ 	-webkit-background-size:5px 5px;
/* 286 */ 	   -moz-background-size:5px 5px;
/* 287 */ 	     -o-background-size:5px 5px;
/* 288 */ 	        background-size:5px 5px;
/* 289 */ 	}
/* 290 */ 	#sidebar .widget ul li{
/* 291 */ 	background-image:url(../images/arrow4@2x.png);
/* 292 */ 	-webkit-background-size:5px 5px;
/* 293 */ 	   -moz-background-size:5px 5px;
/* 294 */ 	     -o-background-size:5px 5px;
/* 295 */ 	        background-size:5px 5px;
/* 296 */ 	}
/* 297 */ 	#footer .widget ul li,
/* 298 */ 		#infobar .widget ul li{
/* 299 */ 	background-image:url(../images/arrow4@2x.png);
/* 300 */ 	-webkit-background-size:5px 5px;

/* retina.css */

/* 301 */ 	   -moz-background-size:5px 5px;
/* 302 */ 	     -o-background-size:5px 5px;
/* 303 */ 	        background-size:5px 5px;
/* 304 */ 	}
/* 305 */
/* 306 */ 	#twitterbar .twitterpost {
/* 307 */     background-image: url(../images/icons/twitter@2x.png);
/* 308 */ 	-webkit-background-size:40px 80px;
/* 309 */ 	   -moz-background-size:40px 80px;
/* 310 */ 	     -o-background-size:40px 80px;
/* 311 */ 	        background-size:40px 80px;
/* 312 */     }
/* 313 */
/* 314 */ 	[class^="icon-"],
/* 315 */ 	[class*=" icon-"] {
/* 316 */ 	background-image: url(../images/glyphicons-halflings@2x.png);
/* 317 */ 	-webkit-background-size:469px 159px;
/* 318 */ 	   -moz-background-size:469px 159px;
/* 319 */ 	     -o-background-size:469px 159px;
/* 320 */ 	        background-size:469px 159px;
/* 321 */ 	}
/* 322 */
/* 323 */ 	a.button.black i,
/* 324 */ 	a.button.alternative-1 i,
/* 325 */ 	a.button.alternative-2 i,
/* 326 */ 	a.button.alternative-3 i,
/* 327 */ 	.icon-white,
/* 328 */ 	.nav > .active > a > [class^="icon-"],
/* 329 */ 	.nav > .active > a > [class*=" icon-"],
/* 330 */ 	.dropdown-menu > li > a:hover > [class^="icon-"],
/* 331 */ 	.dropdown-menu > li > a:hover > [class*=" icon-"],
/* 332 */ 	.dropdown-menu > .active > a > [class^="icon-"],
/* 333 */ 	.dropdown-menu > .active > a > [class*=" icon-"] {
/* 334 */ 	background-image: url(../images/glyphicons-halflings-white@2x.png);
/* 335 */ 	-webkit-background-size:469px 159px;
/* 336 */ 	   -moz-background-size:469px 159px;
/* 337 */ 	     -o-background-size:469px 159px;
/* 338 */ 	        background-size:469px 159px;
/* 339 */ 	}
/* 340 */
/* 341 */ 	.social-email a { background: url(../images/icons/email@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 342 */ 	.social-aim a { background-image: url(../images/icons/aim@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 343 */ 	.social-apple a { background-image: url(../images/icons/apple@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 344 */ 	.social-behance a { background-image: url(../images/icons/behance@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 345 */ 	.social-blogger a { background-image: url(../images/icons/blogger@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 346 */ 	.social-cargo a { background-image: url(../images/icons/cargo@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 347 */ 	.social-delicious a { background-image: url(../images/icons/delicious@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 348 */ 	.social-deviantart a { background-image: url(../images/icons/deviantart@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 349 */ 	.social-digg a { background-image: url(../images/icons/digg@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 350 */ 	.social-dopplr a { background-image: url(../images/icons/dopplr@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }

/* retina.css */

/* 351 */ 	.social-dribbble a { background-image: url(../images/icons/dribbble@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 352 */ 	.social-ember a { background-image: url(../images/icons/ember@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 353 */ 	.social-evernote a { background-image: url(../images/icons/evernote@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 354 */ 	.social-facebook a { background-image: url(../images/icons/facebook@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 355 */ 	.social-flickr a { background-image: url(../images/icons/flickr@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 356 */ 	.social-forrst a { background-image: url(../images/icons/forrst@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 357 */ 	.social-github a { background-image: url(../images/icons/github@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 358 */ 	.social-google a { background-image: url(../images/icons/google@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 359 */ 	.social-googleplus a { background-image: url(../images/icons/googleplus@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 360 */ 	.social-gowalla a { background-image: url(../images/icons/gowalla@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 361 */ 	.social-grooveshark a { background-image: url(../images/icons/grooveshark@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 362 */ 	.social-html5 a { background-image: url(../images/icons/html5@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 363 */ 	.social-icloud a { background-image: url(../images/icons/icloud@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 364 */ 	.social-instagram a { background-image: url(../images/icons/instagram@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 365 */ 	.social-lastfm a { background-image: url(../images/icons/lastfm@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 366 */ 	.social-linkedin a { background-image: url(../images/icons/linkedin@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 367 */ 	.social-metacafe a { background-image: url(../images/icons/metacafe@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 368 */ 	.social-mixx a { background-image: url(../images/icons/mixx@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 369 */ 	.social-myspace a { background-image: url(../images/icons/myspace@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 370 */ 	.social-netvibes a { background-image: url(../images/icons/netvibes@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 371 */ 	.social-newsvine a { background-image: url(../images/icons/newsvine@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 372 */ 	.social-orkut a { background-image: url(../images/icons/orkut@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 373 */ 	.social-paypal a { background-image: url(../images/icons/paypal@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 374 */ 	.social-picasa a { background-image: url(../images/icons/picasa@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 375 */ 	.social-pinterest a { background-image: url(../images/icons/pinterest@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 376 */ 	.social-plurk a { background-image: url(../images/icons/plurk@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 377 */ 	.social-posterous a { background-image: url(../images/icons/posterous@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 378 */ 	.social-reddit a { background-image: url(../images/icons/reddit@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 379 */ 	.social-rss a { background-image: url(../images/icons/rss@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 380 */ 	.social-skype a { background-image: url(../images/icons/skype@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 381 */ 	.social-stumbleupon a { background-image: url(../images/icons/stumbleupon@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 382 */ 	.social-technorati a { background-image: url(../images/icons/technorati@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 383 */ 	.social-tumblr a { background-image: url(../images/icons/tumblr@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 384 */ 	.social-twitter a { background-image: url(../images/icons/twitter@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 385 */ 	.social-vimeo a { background-image: url(../images/icons/vimeo@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 386 */ 	.social-wordpress a { background-image: url(../images/icons/wordpress@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 387 */ 	.social-yahoo a { background-image: url(../images/icons/yahoo@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 388 */ 	.social-yelp a { background-image: url(../images/icons/yelp@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 389 */ 	.social-youtube a { background-image: url(../images/icons/youtube@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 390 */ 	.social-zerply a { background-image: url(../images/icons/zerply@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 391 */ 	.social-zootool a { background-image: url(../images/icons/zootool@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 392 */ 	.social-xing a { background-image: url(../images/icons/xing@2x.png); -webkit-background-size:40px 80px; -moz-background-size:40px 80px; -o-background-size:40px 80px; background-size:40px 80px; }
/* 393 */
/* 394 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* skeleton.css */

/* 1   */ /*
/* 2   *| * Skeleton V1.2
/* 3   *| * Copyright 2011, Dave Gamache
/* 4   *| * www.getskeleton.com
/* 5   *| * Free to use under the MIT license.
/* 6   *| * http://www.opensource.org/licenses/mit-license.php
/* 7   *| * 6/20/2012
/* 8   *| */
/* 9   */
/* 10  */
/* 11  */ /* Table of Contents
/* 12  *| ==================================================
/* 13  *|     #Tablet (Portrait)
/* 14  *|     #Mobile (Portrait)
/* 15  *|     #Mobile (Landscape)
/* 16  *|     #Clearing */
/* 17  */
/* 18  */ /* ------------------------------------------------------------------------ */
/* 19  */ /* Tablet (Portrait)
/* 20  *| /* ------------------------------------------------------------------------ */
/* 21  */
/* 22  */     /* Note: Design for a width of 768px */
/* 23  */
/* 24  */     @media only screen and (min-width: 768px) and (max-width: 959px) {
/* 25  */         .container                                  { width: 768px; }
/* 26  */         .container .column,
/* 27  */         .container .columns                         { margin-left: 10px; margin-right: 10px;  }
/* 28  */         .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
/* 29  */         .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
/* 30  */         .alpha.omega                                { margin-left: 0; margin-right: 0; }
/* 31  */
/* 32  */         .container .one.column,
/* 33  */         .container .one.columns                     { width: 28px; }
/* 34  */         .container .two.columns                     { width: 76px; }
/* 35  */         .container .three.columns                   { width: 124px; }
/* 36  */         .container .four.columns                    { width: 172px; }
/* 37  */         .container .five.columns                    { width: 220px; }
/* 38  */         .container .six.columns                     { width: 268px; }
/* 39  */         .container .seven.columns                   { width: 316px; }
/* 40  */         .container .eight.columns                   { width: 364px; }
/* 41  */         .container .nine.columns                    { width: 412px; }
/* 42  */         .container .ten.columns                     { width: 460px; }
/* 43  */         .container .eleven.columns                  { width: 508px; }
/* 44  */         .container .twelve.columns                  { width: 556px; }
/* 45  */         .container .thirteen.columns                { width: 604px; }
/* 46  */         .container .fourteen.columns                { width: 652px; }
/* 47  */         .container .fifteen.columns                 { width: 700px; }
/* 48  */         .container .sixteen.columns                 { width: 748px; }
/* 49  */
/* 50  */         .container .one-third.columns               { width: 236px; }

/* skeleton.css */

/* 51  */         .container .two-thirds.column               { width: 492px; }
/* 52  */
/* 53  */         /* Offsets */
/* 54  */         .container .offset-by-one                   { padding-left: 48px; }
/* 55  */         .container .offset-by-two                   { padding-left: 96px; }
/* 56  */         .container .offset-by-three                 { padding-left: 144px; }
/* 57  */         .container .offset-by-four                  { padding-left: 192px; }
/* 58  */         .container .offset-by-five                  { padding-left: 240px; }
/* 59  */         .container .offset-by-six                   { padding-left: 288px; }
/* 60  */         .container .offset-by-seven                 { padding-left: 336px; }
/* 61  */         .container .offset-by-eight                 { padding-left: 384px; }
/* 62  */         .container .offset-by-nine                  { padding-left: 432px; }
/* 63  */         .container .offset-by-ten                   { padding-left: 480px; }
/* 64  */         .container .offset-by-eleven                { padding-left: 528px; }
/* 65  */         .container .offset-by-twelve                { padding-left: 576px; }
/* 66  */         .container .offset-by-thirteen              { padding-left: 624px; }
/* 67  */         .container .offset-by-fourteen              { padding-left: 672px; }
/* 68  */         .container .offset-by-fifteen               { padding-left: 720px; }
/* 69  */     }
/* 70  */
/* 71  */
/* 72  */ /* ------------------------------------------------------------------------ */
/* 73  */ /* Mobile (Portrait)
/* 74  *| /* ------------------------------------------------------------------------ */
/* 75  */
/* 76  */     /* Note: Design for a width of 320px */
/* 77  */
/* 78  */     @media only screen and (max-width: 767px) {
/* 79  */         .container { width: 300px; }
/* 80  */         .container .columns,
/* 81  */         .container .column { margin: 0; }
/* 82  */
/* 83  */         .container .one.column,
/* 84  */         .container .one.columns,
/* 85  */         .container .two.columns,
/* 86  */         .container .three.columns,
/* 87  */         .container .four.columns,
/* 88  */         .container .five.columns,
/* 89  */         .container .six.columns,
/* 90  */         .container .seven.columns,
/* 91  */         .container .eight.columns,
/* 92  */         .container .nine.columns,
/* 93  */         .container .ten.columns,
/* 94  */         .container .eleven.columns,
/* 95  */         .container .twelve.columns,
/* 96  */         .container .thirteen.columns,
/* 97  */         .container .fourteen.columns,
/* 98  */         .container .fifteen.columns,
/* 99  */         .container .sixteen.columns,
/* 100 */         .container .one-third.columns,

/* skeleton.css */

/* 101 */         .container .one-third.column,
/* 102 */         .container .two-thirds.column  { width: 300px; }
/* 103 */
/* 104 */         /* Offsets */
/* 105 */         .container .offset-by-one,
/* 106 */         .container .offset-by-two,
/* 107 */         .container .offset-by-three,
/* 108 */         .container .offset-by-four,
/* 109 */         .container .offset-by-five,
/* 110 */         .container .offset-by-six,
/* 111 */         .container .offset-by-seven,
/* 112 */         .container .offset-by-eight,
/* 113 */         .container .offset-by-nine,
/* 114 */         .container .offset-by-ten,
/* 115 */         .container .offset-by-eleven,
/* 116 */         .container .offset-by-twelve,
/* 117 */         .container .offset-by-thirteen,
/* 118 */         .container .offset-by-fourteen,
/* 119 */         .container .offset-by-fifteen { padding-left: 0; }
/* 120 */
/* 121 */         .one_half,
/* 122 */         .one_third,
/* 123 */         .two_third,
/* 124 */         .one_fourth,
/* 125 */         .three_fourth,
/* 126 */         .one_fifth,
/* 127 */         .two_fifth,
/* 128 */         .three_fifth,
/* 129 */         .four_fifth,
/* 130 */         .one_sixth,
/* 131 */         .five_sixth { width: 300px; }
/* 132 */
/* 133 */     }
/* 134 */
/* 135 */
/* 136 */ /* ------------------------------------------------------------------------ */
/* 137 */ /* Mobile (Landscape)
/* 138 *| /* ------------------------------------------------------------------------ */
/* 139 */
/* 140 */     /* Note: Design for a width of 480px */
/* 141 */
/* 142 */     @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 143 */         .container { width: 420px; }
/* 144 */         .container .columns,
/* 145 */         .container .column { margin: 0; }
/* 146 */
/* 147 */         .container .one.column,
/* 148 */         .container .one.columns,
/* 149 */         .container .two.columns,
/* 150 */         .container .three.columns,

/* skeleton.css */

/* 151 */         .container .four.columns,
/* 152 */         .container .five.columns,
/* 153 */         .container .six.columns,
/* 154 */         .container .seven.columns,
/* 155 */         .container .eight.columns,
/* 156 */         .container .nine.columns,
/* 157 */         .container .ten.columns,
/* 158 */         .container .eleven.columns,
/* 159 */         .container .twelve.columns,
/* 160 */         .container .thirteen.columns,
/* 161 */         .container .fourteen.columns,
/* 162 */         .container .fifteen.columns,
/* 163 */         .container .sixteen.columns,
/* 164 */         .container .one-third.columns,
/* 165 */         .container .one-third.column,
/* 166 */         .container .two-thirds.column { width: 420px; }
/* 167 */
/* 168 */         .one_half,
/* 169 */         .one_third,
/* 170 */         .two_third,
/* 171 */         .one_fourth,
/* 172 */         .three_fourth,
/* 173 */         .one_fifth,
/* 174 */         .two_fifth,
/* 175 */         .three_fifth,
/* 176 */         .four_fifth,
/* 177 */         .one_sixth,
/* 178 */         .five_sixth { width: 420px; }
/* 179 */     }
/* 180 */
/* 181 */ /* ------------------------------------------------------------------------ */
/* 182 */ /* EOF
/* 183 *| /* ------------------------------------------------------------------------ */
/* Minify_CSS_UriRewriter::$debugText

*/

/* responsive.css */

/* 1   */ /* ------------------------------------------------------------------------ */
/* 2   */ /* Media Queries
/* 3   *| /* ------------------------------------------------------------------------ */
/* 4   */
/* 5   */ 	/* ------------------------------------------------------------------------ */
/* 6   */ 	/* Smaller than standard 960 (devices and browsers) */
/* 7   */ 	/* ------------------------------------------------------------------------ */
/* 8   */ 	@media only screen and (max-width: 959px) {
/* 9   */
/* 10  */ 		#respond input#submit{
/* 11  */ 			margin: 0 !important;
/* 12  */ 		}
/* 13  */
/* 14  */ 		#boxed-layout {
/* 15  */ 		    width: auto;
/* 16  */ 		    margin: 0 !important;
/* 17  */ 		    padding: 0 !important;
/* 18  */ 		    border: none;
/* 19  */ 		}
/* 20  */
/* 21  */ 		    #boxed-layout .container {
/* 22  */ 		        padding-left: 0 !important;
/* 23  */ 		        padding-right: 0 !important;
/* 24  */ 		    }
/* 25  */
/* 26  */ 		#background {
/* 27  */ 		    display: none;
/* 28  */ 		}
/* 29  */
/* 30  */ 	}
/* 31  */
/* 32  */ 	/* ------------------------------------------------------------------------ */
/* 33  */ 	/* Tablet Portrait size to standard 960 (devices and browsers) / 1. Step */
/* 34  */ 	/* ------------------------------------------------------------------------ */
/* 35  */ 	@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 36  */
/* 37  */ 		#header-searchform{
/* 38  */ 			display: none;
/* 39  */ 		}
/* 40  */
/* 41  */ 		.post-content {
/* 42  */ 		    width: 500px;
/* 43  */ 		}
/* 44  */
/* 45  */ 		.blog-medium .post-content {
/* 46  */ 		    width: 216px;
/* 47  */ 		}
/* 48  */
/* 49  */ 		#author-info .author-bio {
/* 50  */         	width: 394px;

/* responsive.css */

/* 51  */         }
/* 52  */
/* 53  */         #respond-inputs p{
/* 54  */ 	    	width: 556px;
/* 55  */ 	    	margin:0 0 20px 0 !important;
/* 56  */ 	    	float: none;
/* 57  */ 	    }
/* 58  */ 	    #respond-inputs input{
/* 59  */ 		    width: 538px;
/* 60  */ 	    }
/* 61  */
/* 62  */ 	    #respond-textarea textarea{
/* 63  */ 		    width: 538px;
/* 64  */ 	    }
/* 65  */
/* 66  */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 67  */
/* 68  */ 		.portfolio-item.four {
/* 69  */ 		    width: 364px !important;
/* 70  */ 		    height: 296px;
/* 71  */ 		}
/* 72  */
/* 73  */ 		    .portfolio-item.four img {
/* 74  */ 		        width: 364px;
/* 75  */ 		        height: 237px;
/* 76  */ 		    }
/* 77  */
/* 78  */ 		    .portfolio-item.four .portfolio-pic .portfolio-overlay {
/* 79  */ 		        width: 364px;
/* 80  */ 		        height: 237px;
/* 81  */ 		    }
/* 82  */
/* 83  */ 		.portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-link,
/* 84  */         .portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 157px }
/* 85  */
/* 86  */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 87  */
/* 88  */ 		.portfolio-item.one-third {
/* 89  */ 		    width: 236px;
/* 90  */ 		    height: 213px;
/* 91  */ 		}
/* 92  */
/* 93  */ 		    .portfolio-item.one-third img {
/* 94  */ 		        width: 236px;
/* 95  */ 		        height: 154px;
/* 96  */ 		    }
/* 97  */
/* 98  */ 		.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link,
/* 99  */         .portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 93px }
/* 100 */

/* responsive.css */

/* 101 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 102 */
/* 103 */ 		.portfolio-item.eight {
/* 104 */ 		    width: 364px;
/* 105 */ 		    height: 296px;
/* 106 */ 		}
/* 107 */
/* 108 */ 		    .portfolio-item.eight img {
/* 109 */ 		        width: 364px;
/* 110 */ 		        height: 237px;
/* 111 */ 		    }
/* 112 */
/* 113 */ 		    .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,
/* 114 */ 		    .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 157px }
/* 115 */
/* 116 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 117 */
/* 118 */ 		.portfolio-item-one .portfolio-desc{
/* 119 */ 			width: 258px;
/* 120 */ 		}
/* 121 */ 		.portfolio-item-one h4{
/* 122 */ 			margin-top:0;
/* 123 */ 		}
/* 124 */ 		.portfolio-item-one .button{
/* 125 */ 			padding: 10px 14px;
/* 126 */ 		}
/* 127 */
/* 128 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 129 */ 		/* Widgets */
/* 130 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 131 */
/* 132 */ 		.widget_portfolio .portfolio-widget-item .portfolio-pic{
/* 133 */ 			width: 40px;
/* 134 */ 			height:40px;
/* 135 */ 		}
/* 136 */
/* 137 */ 		.widget_search input{
/* 138 */ 			width:133px;
/* 139 */ 		}
/* 140 */ 		#wp-calendar tbody td,
/* 141 */ 		#wp-calendar thead th,
/* 142 */ 		#wp-calendar caption {
/* 143 */             padding: 0;
/* 144 */         }
/* 145 */
/* 146 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 147 */ 		/* Shortcodes */
/* 148 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 149 */
/* 150 */ 		.pricing-table{

/* responsive.css */

/* 151 */ 			width: 748px;
/* 152 */ 		}
/* 153 */
/* 154 */ 		.pricing-table.col-2 .plan{
/* 155 */ 			width:372px;
/* 156 */ 		}
/* 157 */ 		.pricing-table.col-3 .plan{
/* 158 */ 			width:248px;
/* 159 */ 		}
/* 160 */ 		.pricing-table.col-4 .plan{
/* 161 */ 			width:186px;
/* 162 */ 		}
/* 163 */ 		.pricing-table.col-5 .plan{
/* 164 */ 			width:148px;
/* 165 */ 		}
/* 166 */
/* 167 */ 		.latest-blog .blog-item .blog-pic img{
/* 168 */ 			width:172px;
/* 169 */ 			height:112px;
/* 170 */ 		}
/* 171 */ 		.latest-blog .blog-item h4{
/* 172 */ 			font-size: 13px;
/* 173 */ 		}
/* 174 */
/* 175 */ 		.latest-blog .blog-item .post-icon{
/* 176 */ 			left:61px;
/* 177 */ 			top:31px !important;
/* 178 */ 		}
/* 179 */
/* 180 */ 	}
/* 181 */
/* 182 */ 	/* ------------------------------------------------------------------------ */
/* 183 */ 	/* All Mobile Sizes (devices and browser) / all under Tablet */
/* 184 */ 	/* ------------------------------------------------------------------------ */
/* 185 */ 	@media only screen and (max-width: 767px) {
/* 186 */
/* 187 */ 		#infobar{
/* 188 */ 			position: absolute !important; /* RETHINK THIS */
/* 189 */ 		}
/* 190 */
/* 191 */ 		#topbar{
/* 192 */ 			height:69px;
/* 193 */ 		}
/* 194 */
/* 195 */ 		#topbar.no-social{
/* 196 */ 			height:30px;
/* 197 */ 			border: none;
/* 198 */ 		}
/* 199 */
/* 200 */ 		#topbar .callus{

/* responsive.css */

/* 201 */ 			 /* RETHINK THIS */
/* 202 */ 			height:30px;
/* 203 */ 			line-height: 30px;
/* 204 */ 			width:100%;
/* 205 */ 			padding:0px 0px;
/* 206 */ 			text-align: center;
/* 207 */ 			background: #efefef;
/* 208 */ 			margin:0px 0 0 0 !important;
/* 209 */ 		}
/* 210 */ 		#topbar .social-icons, #topbar .social-icons ul{
/* 211 */ 			text-align: center;
/* 212 */ 			width: 100%;
/* 213 */ 			font-size:0;
/* 214 */ 		}
/* 215 */ 		#topbar .social-icons ul li{
/* 216 */ 			display: inline-block;
/* 217 */ 			text-align: center;
/* 218 */ 			float: none;
/* 219 */ 		}
/* 220 */
/* 221 */ 		html body #header,
/* 222 */ 		html body #header-v2,
/* 223 */ 		html body #header-v3,
/* 224 */ 		html body #header-v4,
/* 225 */ 		html body #header-v5{
/* 226 */ 			height: auto !important;
/* 227 */ 			margin: 0 !important;
/* 228 */ 			padding: 0 !important;
/* 229 */ 		}
/* 230 */
/* 231 */ 		html body .header-v2-container,
/* 232 */ 		html body .header-v4-container,
/* 233 */ 		html body .header-v5-container{
/* 234 */ 			height: auto !important;
/* 235 */ 		}
/* 236 */
/* 237 */ 		html body #header .logo,
/* 238 */ 		html body #header-v2 .logo,
/* 239 */ 		html body #header-v3 .logo,
/* 240 */ 		html body #header-v4 .logo,
/* 241 */ 		html body #header-v5 .logo{
/* 242 */ 			text-align: center;
/* 243 */ 			margin:25px 0 25px 0 !important;
/* 244 */ 		}
/* 245 */ 		.logo img{
/* 246 */ 			max-width: 100%;
/* 247 */ 		}
/* 248 */
/* 249 */ 		#header #navigation ul,
/* 250 */ 		#header-v2 #navigation ul,

/* responsive.css */

/* 251 */ 		#header-v3 #navigation ul,
/* 252 */ 		#header-v4 #navigation ul,
/* 253 */ 		#header-v5 #navigation ul{
/* 254 */ 			display:none;
/* 255 */ 		}
/* 256 */ 		#header #header-searchform,
/* 257 */ 		#header-v2 #header-searchform,
/* 258 */ 		#header-v3 #header-searchform,
/* 259 */ 		#header-v4 #header-searchform,
/* 260 */ 		#header-v5 #header-searchform{
/* 261 */ 			display:none;
/* 262 */ 		}
/* 263 */ 		#header-v2 .slogan,
/* 264 */ 		#header-v4 .slogan,
/* 265 */ 		#header-v5 .slogan{
/* 266 */ 			display:none;
/* 267 */ 		}
/* 268 */
/* 269 */ 		#header-v2 #navigation,
/* 270 */ 		#header-v3 #navigation,
/* 271 */ 		#header-v4 #navigation,
/* 272 */ 		#header-v5 #navigation{
/* 273 */ 			border: none !important;
/* 274 */ 			margin: 0 !important;
/* 275 */ 			padding: 0 !important;
/* 276 */ 			background: none !important;
/* 277 */ 		}
/* 278 */
/* 279 */ 		#header #navigation .select-menu,
/* 280 */ 		#header-v2 #navigation .select-menu,
/* 281 */ 		#header-v3 #navigation .select-menu,
/* 282 */ 		#header-v4 #navigation .select-menu,
/* 283 */ 		#header-v5 #navigation .select-menu{
/* 284 */ 			display: inherit !important;
/* 285 */ 			width:100% !important;
/* 286 */ 			padding:8px !important;
/* 287 */ 		}
/* 288 */ 		.flexslider {
/* 289 */ 			margin:0;
/* 290 */ 		}
/* 291 */ 		#breadcrumbs{
/* 292 */ 			display: none;  /* RETHINK THIS */
/* 293 */ 		}
/* 294 */ 			#no-title #breadcrumbs{
/* 295 */ 				display: block;
/* 296 */ 			}
/* 297 */
/* 298 */ 		#sidebar{
/* 299 */ 			margin-top:40px;
/* 300 */ 		}

/* responsive.css */

/* 301 */
/* 302 */ 		#back-to-top{
/* 303 */ 			display: none !important;
/* 304 */ 		}
/* 305 */
/* 306 */ 		#footer .widget,
/* 307 */ 		#infobar .widget{
/* 308 */ 			margin-bottom:20px;
/* 309 */ 		}
/* 310 */
/* 311 */ 		#copyright{
/* 312 */ 			text-align: center;
/* 313 */ 			padding:0 !important;
/* 314 */ 			margin: 0 !important;
/* 315 */ 		}
/* 316 */
/* 317 */ 		#copyright .social-icons, #topbar .social-icons ul{
/* 318 */ 			text-align: center;
/* 319 */ 			width: 100%;
/* 320 */ 			font-size:0;
/* 321 */ 			padding:0;
/* 322 */ 			margin: 0;
/* 323 */ 		}
/* 324 */ 		#copyright .social-icons ul li{
/* 325 */ 			display: inline-block;
/* 326 */ 			text-align: center;
/* 327 */ 			float: none;
/* 328 */ 		}
/* 329 */
/* 330 */ 		#filters ul li {
/* 331 */             display: block;
/* 332 */             float: none;
/* 333 */         }
/* 334 */
/* 335 */         #filters ul li a {
/* 336 */             display: block;
/* 337 */             float: none;
/* 338 */             border: none;
/* 339 */             border-bottom: 1px solid #dddddd;
/* 340 */         }
/* 341 */
/* 342 */         #filters ul li:last-child a{
/* 343 */ 	        border: none;
/* 344 */         }
/* 345 */
/* 346 */         #portfolio-slider .overlay{
/* 347 */ 	        display: none;
/* 348 */         }
/* 349 */
/* 350 */         .callout .callout-button{

/* responsive.css */

/* 351 */ 			float: none;
/* 352 */ 			width: 100%;
/* 353 */ 			margin: 0 0 20px 0 !important;
/* 354 */ 		}
/* 355 */ 		.callout .callout-button a.button{
/* 356 */ 			display: block;
/* 357 */ 		}
/* 358 */
/* 359 */ 		.callout .callout-content{
/* 360 */ 			float: none;
/* 361 */ 			width: 100%;
/* 362 */ 			text-align: center;
/* 363 */ 		}
/* 364 */
/* 365 */ 		.teaserbox{
/* 366 */ 			text-align: center;
/* 367 */ 		}
/* 368 */ 		.teaserbox a.button{
/* 369 */ 			display: block;
/* 370 */ 		}
/* 371 */
/* 372 */ 		.tab {
/* 373 */ 		    float: none;
/* 374 */ 		    display: block;
/* 375 */ 		    margin: 0 0 -1px 0;
/* 376 */ 		}
/* 377 */
/* 378 */ 		.tab a.selected{
/* 379 */ 			border-bottom-color: #d3d3d3;
/* 380 */ 		}
/* 381 */
/* 382 */ 		.panel div{
/* 383 */ 			max-width: 100%;
/* 384 */ 		}
/* 385 */
/* 386 */ 	}
/* 387 */
/* 388 */ 	/* ------------------------------------------------------------------------ */
/* 389 */ 	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) 2. Step */
/* 390 */ 	/* ------------------------------------------------------------------------ */
/* 391 */ 	@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 392 */ 		.gallery-wrap{
/* 393 */ 			margin:0 0 -20px 0;
/* 394 */ 		}
/* 395 */ 		.latest-blog, .negative-wrap{
/* 396 */ 			margin:0 0px 0 0px;
/* 397 */ 		}
/* 398 */
/* 399 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 400 */

/* responsive.css */

/* 401 */ 		.post-content {
/* 402 */ 		    width: 365px;
/* 403 */ 		}
/* 404 */
/* 405 */ 		.post-meta span{
/* 406 */ 			display: block;
/* 407 */ 			margin:0 0 5px 0;
/* 408 */ 		}
/* 409 */
/* 410 */ 		.blog-medium .post-content {
/* 411 */ 		    width: 420px;
/* 412 */ 		}
/* 413 */
/* 414 */ 		.blog-medium .post-video,
/* 415 */ 		.blog-medium .post-gallery,
/* 416 */ 		.blog-medium .post-image,
/* 417 */ 		.blog-medium .post-quote,
/* 418 */ 		.blog-medium .post-audio,
/* 419 */ 		.blog-medium .post-link {
/* 420 */ 		    width: 420px;
/* 421 */ 		}
/* 422 */
/* 423 */ 		.blog-medium .post-gallery img,
/* 424 */ 		.blog-medium .post-image img {
/* 425 */ 			width: 100%;
/* 426 */ 			height: auto;
/* 427 */ 		}
/* 428 */
/* 429 */ 		#author-info{
/* 430 */ 			margin: 0;
/* 431 */ 		}
/* 432 */
/* 433 */ 		#author-info .author-bio {
/* 434 */         	float: left;
/* 435 */         	width: 313px;
/* 436 */         }
/* 437 */
/* 438 */ 		.sharebox{
/* 439 */ 			margin: 0 0 30px 0;
/* 440 */ 		}
/* 441 */ 		.sharebox h4 {
/* 442 */ 			display: none;
/* 443 */ 	    }
/* 444 */
/* 445 */ 	    #respond-inputs p{
/* 446 */ 	    	width: 420px;
/* 447 */ 	    	margin:0 0 20px 0 !important;
/* 448 */ 	    	float: none;
/* 449 */ 	    }
/* 450 */ 	    #respond-inputs input{

/* responsive.css */

/* 451 */ 		    width: 403px;
/* 452 */ 	    }
/* 453 */
/* 454 */ 	    #respond-textarea textarea{
/* 455 */ 		    width: 403px;
/* 456 */ 	    }
/* 457 */
/* 458 */
/* 459 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 460 */
/* 461 */ 		.portfolio-wide #portfolio-slider,
/* 462 */ 		.portfolio-wide #portfolio-video,
/* 463 */ 		.portfolio-sidebyside #portfolio-slider,
/* 464 */ 		.portfolio-sidebyside #portfolio-video {
/* 465 */ 			margin: 0 0 30px 0;
/* 466 */ 		}
/* 467 */
/* 468 */ 		#portfolio-related-post h3{
/* 469 */ 			margin-left:0px;
/* 470 */ 			margin-right:0px;
/* 471 */ 		}
/* 472 */
/* 473 */ 		.projects-nav{
/* 474 */ 			display: none;
/* 475 */ 		}
/* 476 */
/* 477 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 478 */
/* 479 */ 		.portfolio-item.four {
/* 480 */ 		    width: 420px !important;
/* 481 */ 		    height: 333px;
/* 482 */ 		    margin-bottom:20px;
/* 483 */ 		}
/* 484 */
/* 485 */ 		    .portfolio-item.four img {
/* 486 */ 		        width: 420px;
/* 487 */ 		        height: 274px;
/* 488 */ 		    }
/* 489 */
/* 490 */ 		    .portfolio-item.four .portfolio-pic .portfolio-overlay {
/* 491 */ 		        width: 420px;
/* 492 */ 		        height: 274px;
/* 493 */ 		    }
/* 494 */
/* 495 */ 		.portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-link,
/* 496 */         .portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 185px }
/* 497 */
/* 498 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 499 */
/* 500 */ 		.portfolio-item.one-third {

/* responsive.css */

/* 501 */ 		    width: 420px !important;
/* 502 */ 		    height: 333px !important;
/* 503 */ 		    margin-bottom:20px;
/* 504 */ 		}
/* 505 */
/* 506 */ 		    .portfolio-item.one-third img {
/* 507 */ 		        width: 420px !important;
/* 508 */ 		        height: 274px !important;
/* 509 */ 		    }
/* 510 */
/* 511 */ 		.portfolio-item.one-third .portfolio-pic .portfolio-overlay {
/* 512 */         	width: 420px;
/* 513 */         	height: 274px;
/* 514 */         }
/* 515 */
/* 516 */ 		.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link,
/* 517 */         .portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 185px }
/* 518 */
/* 519 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 520 */
/* 521 */ 		.portfolio-item.eight {
/* 522 */ 		    width: 420px;
/* 523 */ 		    height: 333px;
/* 524 */ 		    margin-bottom:20px;
/* 525 */ 		}
/* 526 */
/* 527 */ 		    .portfolio-item.eight img {
/* 528 */ 		        width: 420px;
/* 529 */ 		        height: 274px;
/* 530 */ 		    }
/* 531 */
/* 532 */ 		    .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,
/* 533 */ 		    .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 185px }
/* 534 */
/* 535 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 536 */
/* 537 */ 		.portfolio-item-one{
/* 538 */ 			margin-bottom: 40px !important;
/* 539 */ 		}
/* 540 */
/* 541 */ 		.portfolio-item-one .portfolio-picwrap,
/* 542 */ 		.portfolio-item-one .portfolio-picwrap img{
/* 543 */ 			width: 420px;
/* 544 */ 			height:228px;
/* 545 */ 		}
/* 546 */
/* 547 */ 		.portfolio-item-one .portfolio-picwrap,
/* 548 */ 		.portfolio-item-one .portfolio-desc{
/* 549 */ 			width: 420px;
/* 550 */ 			clear: both;

/* responsive.css */

/* 551 */ 			float: none !important;
/* 552 */ 		}
/* 553 */ 		.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link,
/* 554 */ 		.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox { left: 185px }
/* 555 */
/* 556 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 557 */ 		/* Widgets */
/* 558 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 559 */
/* 560 */ 		.widget_search input{
/* 561 */ 			width:379px;
/* 562 */ 		}
/* 563 */
/* 564 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 565 */ 		/* Shortcodes */
/* 566 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 567 */
/* 568 */ 		.pricing-table{
/* 569 */ 			width: 420px;
/* 570 */ 			padding: 20px 0 0 0;
/* 571 */ 		}
/* 572 */
/* 573 */ 		.pricing-table.col-2 .plan,
/* 574 */ 		.pricing-table.col-3 .plan,
/* 575 */ 		.pricing-table.col-4 .plan,
/* 576 */ 		.pricing-table.col-5 .plan{
/* 577 */ 			width:418px;
/* 578 */ 			margin-bottom:20px;
/* 579 */ 		}
/* 580 */
/* 581 */ 		.pricing-table .featured{
/* 582 */ 			margin-top:0;
/* 583 */ 		}
/* 584 */
/* 585 */ 		.latest-blog .blog-item{
/* 586 */ 			margin-bottom: 20px;
/* 587 */ 		}
/* 588 */
/* 589 */ 		.latest-blog .blog-item .blog-pic img{
/* 590 */ 			width:420px;
/* 591 */ 			height:273px;
/* 592 */ 		}
/* 593 */
/* 594 */ 		.latest-blog .blog-item .blog-overlay{
/* 595 */ 			width:420px;
/* 596 */ 			height:273px;
/* 597 */ 		}
/* 598 */
/* 599 */ 		.latest-blog .blog-item h4{
/* 600 */ 			font-size: 13px;

/* responsive.css */

/* 601 */ 		}
/* 602 */
/* 603 */ 		.latest-blog .blog-item .post-icon{
/* 604 */ 			left:185px;
/* 605 */ 			top:111px !important;
/* 606 */ 		}
/* 607 */
/* 608 */ 		.blog-medium .post-icon{
/* 609 */ 			display:none;
/* 610 */ 		}
/* 611 */
/* 612 */ 	}
/* 613 */
/* 614 */ 	/* ------------------------------------------------------------------------ */
/* 615 */ 	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) 3. Step */
/* 616 */ 	/* ------------------------------------------------------------------------ */
/* 617 */ 	@media only screen and (max-width: 479px) {
/* 618 */ 		.gallery-wrap{
/* 619 */ 			margin:0 0 -20px 0;
/* 620 */ 		}
/* 621 */ 		.latest-blog, .negative-wrap{
/* 622 */ 			margin:0 0px 0 0px;
/* 623 */ 		}
/* 624 */
/* 625 */ 		.sidenav:after {
/* 626 */ 		    display: none;
/* 627 */ 		}
/* 628 */
/* 629 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 630 */
/* 631 */ 		.post-content {
/* 632 */ 		    width: 245px;
/* 633 */ 		}
/* 634 */
/* 635 */ 		.post-meta span{
/* 636 */ 			display: block;
/* 637 */ 			margin:0 0 5px 0;
/* 638 */ 		}
/* 639 */
/* 640 */ 		.blog-medium .post-content {
/* 641 */ 		    width: 300px;
/* 642 */ 		}
/* 643 */
/* 644 */ 		.blog-medium .post-video,
/* 645 */ 		.blog-medium .post-gallery,
/* 646 */ 		.blog-medium .post-image,
/* 647 */ 		.blog-medium .post-quote,
/* 648 */ 		.blog-medium .post-audio,
/* 649 */ 		.blog-medium .post-link {
/* 650 */ 		    width: 300px;

/* responsive.css */

/* 651 */ 		}
/* 652 */
/* 653 */ 		.blog-medium .post-gallery img,
/* 654 */ 		.blog-medium .post-image img {
/* 655 */ 			width: 100%;
/* 656 */ 			height: auto;
/* 657 */ 		}
/* 658 */
/* 659 */ 		#author-info{
/* 660 */ 			margin: 0;
/* 661 */ 		}
/* 662 */
/* 663 */ 		#author-info .author-bio {
/* 664 */         	float: left;
/* 665 */         	width: 193px;
/* 666 */         }
/* 667 */
/* 668 */         .sharebox{
/* 669 */ 			margin: 0 0 30px 0;
/* 670 */ 		}
/* 671 */ 		.sharebox h4 {
/* 672 */ 			display: none;
/* 673 */ 	    }
/* 674 */
/* 675 */ 	    #respond-inputs p{
/* 676 */ 	    	width: 300px;
/* 677 */ 	    	margin:0 0 20px 0 !important;
/* 678 */ 	    	float: none;
/* 679 */ 	    	background: yellow;
/* 680 */ 	    }
/* 681 */ 	    #respond-inputs input{
/* 682 */ 		    width: 282px;
/* 683 */ 	    }
/* 684 */
/* 685 */ 	    #respond-textarea textarea{
/* 686 */ 		    width: 282px;
/* 687 */ 	    }
/* 688 */
/* 689 */
/* 690 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 691 */
/* 692 */ 		.portfolio-wide #portfolio-slider,
/* 693 */ 		.portfolio-wide #portfolio-video,
/* 694 */ 		.portfolio-sidebyside #portfolio-slider,
/* 695 */ 		.portfolio-sidebyside #portfolio-video {
/* 696 */ 			margin: 0 0 30px 0;
/* 697 */ 		}
/* 698 */
/* 699 */ 		#portfolio-related-post h3{
/* 700 */ 			margin-left:0px;

/* responsive.css */

/* 701 */ 			margin-right:0px;
/* 702 */ 		}
/* 703 */
/* 704 */ 		.projects-nav{
/* 705 */ 			display: none;
/* 706 */ 		}
/* 707 */
/* 708 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 709 */
/* 710 */ 		.portfolio-item.four {
/* 711 */ 		    width: 300px !important;
/* 712 */ 		    height: 255px;
/* 713 */ 		    margin-bottom:20px;
/* 714 */ 		}
/* 715 */
/* 716 */ 		    .portfolio-item.four img {
/* 717 */ 		        width: 300px;
/* 718 */ 		        height: 196px;
/* 719 */ 		    }
/* 720 */
/* 721 */ 		    .portfolio-item.four .portfolio-pic .portfolio-overlay {
/* 722 */ 		        width: 300px;
/* 723 */ 		        height: 196px;
/* 724 */ 		    }
/* 725 */
/* 726 */ 		.portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-link,
/* 727 */         .portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 125px }
/* 728 */
/* 729 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 730 */
/* 731 */ 		.portfolio-item.one-third {
/* 732 */ 		    margin-bottom:20px;
/* 733 */ 		}
/* 734 */
/* 735 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 736 */
/* 737 */ 		.portfolio-item.eight {
/* 738 */ 		    width: 300px;
/* 739 */ 		    height: 255px;
/* 740 */ 		    margin-bottom:20px;
/* 741 */ 		}
/* 742 */
/* 743 */ 		    .portfolio-item.eight img {
/* 744 */ 		        width: 300px;
/* 745 */ 		        height: 196px;
/* 746 */ 		    }
/* 747 */
/* 748 */ 		    .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,
/* 749 */ 		    .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 125px }
/* 750 */

/* responsive.css */

/* 751 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 752 */
/* 753 */ 		.portfolio-item-one{
/* 754 */ 			margin-bottom: 40px !important;
/* 755 */ 		}
/* 756 */
/* 757 */ 		.portfolio-item-one .portfolio-picwrap,
/* 758 */ 		.portfolio-item-one .portfolio-picwrap img{
/* 759 */ 			width: 300px;
/* 760 */ 			height:163px;
/* 761 */ 		}
/* 762 */
/* 763 */ 		.portfolio-item-one .portfolio-picwrap,
/* 764 */ 		.portfolio-item-one .portfolio-desc{
/* 765 */ 			width: 300px;
/* 766 */ 			clear: both;
/* 767 */ 			float: none !important;
/* 768 */ 		}
/* 769 */
/* 770 */ 		 .portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link,
/* 771 */ 		 .portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox { left: 125px }
/* 772 */
/* 773 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 774 */ 		/* Widgets */
/* 775 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 776 */
/* 777 */ 		.widget_search input{
/* 778 */ 			width:258px;
/* 779 */ 		}
/* 780 */
/* 781 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 782 */ 		/* Shortcodes */
/* 783 */ 		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 784 */
/* 785 */ 		.pricing-table{
/* 786 */ 			width: 300px;
/* 787 */ 			padding: 20px 0 0 0;
/* 788 */ 		}
/* 789 */
/* 790 */ 		.pricing-table.col-2 .plan,
/* 791 */ 		.pricing-table.col-3 .plan,
/* 792 */ 		.pricing-table.col-4 .plan,
/* 793 */ 		.pricing-table.col-5 .plan{
/* 794 */ 			width:298px;
/* 795 */ 			margin-bottom:20px;
/* 796 */ 		}
/* 797 */
/* 798 */ 		.pricing-table .featured{
/* 799 */ 			margin-top:0;
/* 800 */ 		}

/* responsive.css */

/* 801 */
/* 802 */ 		.latest-blog .blog-item{
/* 803 */ 			margin-bottom: 20px;
/* 804 */ 		}
/* 805 */
/* 806 */ 		.latest-blog .blog-item .blog-pic img{
/* 807 */ 			width:300px;
/* 808 */ 			height:195px;
/* 809 */ 		}
/* 810 */
/* 811 */ 		.latest-blog .blog-item .blog-overlay{
/* 812 */ 			width:300px;
/* 813 */ 			height:195px;
/* 814 */ 		}
/* 815 */
/* 816 */ 		.latest-blog .blog-item h4{
/* 817 */ 			font-size: 13px;
/* 818 */ 		}
/* 819 */
/* 820 */ 		.latest-blog .blog-item .post-icon{
/* 821 */ 			left:125px;
/* 822 */ 			top:72px !important;
/* 823 */ 		}
/* 824 */
/* 825 */ 		.blog-medium .post-icon{
/* 826 */ 			display:none;
/* 827 */ 		}
/* 828 */
/* 829 */ 	}
/* 830 */
/* 831 */ 	/* ------------------------------------------------------------------------ */
/* 832 */ 	@media only screen and (min-width: 960px) {
/* 833 */ 	/* ------------------------------------------------------------------------ */
/* 834 */ 		.flex-direction-nav .flex-next {right: -40px; *right:0;}
/* 835 */ 		.flex-direction-nav .flex-prev {left: -40px; *left: 0;}
/* 836 */
/* 837 */
/* 838 */ 	}
/* 839 */
/* 840 */ /* ------------------------------------------------------------------------ */
/* 841 */ /* EOF
/* 842 *| /* ------------------------------------------------------------------------ */
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.min.css */

/* 1 */ .wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;z-index:7}.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .reusable-block-indicator{background:#fff;border-left:1px dashed #e2e4e7;color:#555d66;border-bottom:1px dashed #e2e4e7;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;white-space:normal;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background:transparent;border:2px solid}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:50%;flex-grow:0}}@media (min-width:600px){.wp-block-column:nth-child(odd){margin-right:32px}.wp-block-column:not(:first-child),.wp-block-column:nth-child(2n){margin-left:32px}.wp-block-column:not(:last-child){margin-right:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 5px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid;grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}p.is-small-text{font-size:14px}p.is-regular-text{font-size:16px}p.is-large-text{font-size:36px}p.is-larger-text{font-size:48px}p.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}
/* Minify_CSS_UriRewriter::$debugText

*/

/* styles.css */

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

/* styles.css */

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

/* styles.css */

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

*/

/* flexslider.css */

/* 1   */ /*
/* 2   *|  * jQuery FlexSlider v2.1
/* 3   *|  * http://www.woothemes.com/wooslider/
/* 4   *|  *
/* 5   *|  * Copyright 2012 WooThemes
/* 6   *|  * Free to use under the GPLv2 license.
/* 7   *|  * http://www.gnu.org/licenses/gpl-2.0.html
/* 8   *|  *
/* 9   *|  * Contributing author: Tyler Smith (@mbmufffin)
/* 10  *|  */
/* 11  */
/* 12  */
/* 13  */ /* Browser Resets */
/* 14  */ .wooslider-container a:active,
/* 15  */ .wooslider a:active,
/* 16  */ .wooslider-container a:focus,
/* 17  */ .wooslider a:focus  {outline: none;}
/* 18  */ .slides,
/* 19  */ .wooslider-control-nav,
/* 20  */ .wooslider-direction-nav {margin: 0; padding: 0; list-style: none;}
/* 21  */
/* 22  */ /* wooslider Necessary Styles
/* 23  *| *********************************/
/* 24  */ .wooslider {margin: 0; padding: 0;}
/* 25  */ .wooslider .slides > li { display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 26  */ .wooslider .slides img {width: 100%; display: block;}
/* 27  */ .wooslider-pauseplay span {text-transform: capitalize;}
/* 28  */
/* 29  */ /* Clearfix for the .slides element */
/* 30  */ .wooslider .slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* 31  */ html[xmlns] .wooslider .slides { display: block; }
/* 32  */ * html .wooslider .slides { height: 1%; }
/* 33  */
/* 34  */ /* No JavaScript Fallback */
/* 35  */ /* If you are not using another script, such as Modernizr, make sure you
/* 36  *|  * include js that eliminates this class on page load */
/* 37  */ .no-js .wooslider .slides > li:first-child { display: block; }
/* 38  */
/* 39  */ .wooslider .slides img{
/* 40  */ 	max-width: 100%;
/* 41  */ 	height: auto;
/* 42  */ 	margin: 0;
/* 43  */ 	padding: 0;
/* 44  */ 	display: block;
/* 45  */ }
/* 46  */
/* 47  */ .wooslider .slides p{
/* 48  */ 	margin: 0;
/* 49  */ 	padding: 0;
/* 50  */ }

/* flexslider.css */

/* 51  */
/* 52  */ /* wooslider Default Theme
/* 53  *| *********************************/
/* 54  */ .wooslider {margin: 0 0 20px 0; position: relative; zoom: 1; overflow: hidden;}
/* 55  */ .wooslider-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
/* 56  */ .loading .wooslider-viewport {max-height: 300px;}
/* 57  */ .wooslider .slides {zoom: 1;}
/* 58  */
/* 59  */ .wooslider .carousel li { margin-right: 0px; }
/* 60  */
/* 61  */ /* Direction Nav */
/* 62  */ .wooslider-direction-nav a {
/* 63  */ 	width: 40px;
/* 64  */ 	height:50px;
/* 65  */ 	margin: -25px 0 0;
/* 66  */ 	display: block;
/* 67  */ 	background-color: #555555;
/* 68  */ 	background-color: rgba(0,0,0,0.6);
/* 69  */ 	position: absolute;
/* 70  */ 	top: 50%;
/* 71  */ 	cursor: pointer;
/* 72  */ 	text-indent: -9999px;
/* 73  */ 	opacity: 1;
/* 74  */ 	-webkit-transition: all 0.2s ease-in-out;
/* 75  */ 	-moz-transition: all 0.2s ease-in-out;
/* 76  */ 	-o-transition: all 0.2s ease-in-out;
/* 77  */ 	-ms-transition: all 0.2s ease-in-out;
/* 78  */ 	transition: all 0.2s ease-in-out;
/* 79  */ }
/* 80  */
/* 81  */ .wooslider-direction-nav a:hover {
/* 82  */ 	background-color: #289dcc;
/* 83  */ }
/* 84  */
/* 85  */ .wooslider-direction-nav .wooslider-next {
/* 86  */ 	right: -40px;
/* 87  */ 	background-image: url(../images/slider-next.png);
/* 88  */ 	background-repeat: no-repeat;
/* 89  */ 	background-position: 53% 50%;
/* 90  */ 	-webkit-border-radius: 3px 0 0 3px;
/* 91  */ 	-moz-border-radius: 3px 0 0 3px;
/* 92  */ 	border-radius: 3px 0 0 3px;
/* 93  */ 	position: absolute;
/* 94  */ }
/* 95  */ .wooslider-direction-nav .wooslider-prev {
/* 96  */ 	left: -40px;
/* 97  */ 	background-image: url(../images/slider-prev.png);
/* 98  */ 	background-repeat: no-repeat;
/* 99  */ 	background-position: 47% 50%;
/* 100 */ 	-webkit-border-radius: 0 3px 3px 0;

/* flexslider.css */

/* 101 */ 	-moz-border-radius:  0 3px 3px 0;
/* 102 */ 	border-radius: 0 3px 3px 0;
/* 103 */ 	position: absolute;
/* 104 */ }
/* 105 */
/* 106 */ .wooslider:hover .wooslider-next{
/* 107 */ 	right: 0px;
/* 108 */ }
/* 109 */
/* 110 */ .wooslider:hover .wooslider-prev{
/* 111 */ 	left: 0px;
/* 112 */ }
/* 113 */
/* 114 */ .wooslider:hover .wooslider-next:hover, .wooslider:hover .wooslider-prev:hover {opacity: 1;}
/* 115 */ .wooslider-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* 116 */
/* 117 */ /* Pause/Play */
/* 118 */ .wooslider-pauseplay a  { width: 30px; height: 30px; text-indent: -9999px; background: url(../images/bg_play_pause.png) no-repeat 110% 0; position: absolute; bottom: 5px; left: 5px; opacity: 0.8; z-index: 9999; cursor: pointer; }
/* 119 */ .wooslider-pauseplay a:hover  { opacity: 1; }
/* 120 */ .wooslider-pauseplay a.wooslider-play { background-position: 0 0; }
/* 121 */
/* 122 */ /* Control Nav */
/* 123 */ .wooslider-control-nav {width: 100%; position: absolute; top: 100%; margin-top: -30px!important; text-align: center; z-index: 9999; }
/* 124 */ .wooslider-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
/* 125 */ .wooslider-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
/* 126 */ .wooslider-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
/* 127 */ .wooslider-control-paging li a.wooslider-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
/* 128 */
/* 129 */ .wooslider-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
/* 130 */ .wooslider-control-thumbs li {width: 25%; float: left; margin: 0;}
/* 131 */ .wooslider-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
/* 132 */ .wooslider-control-thumbs img:hover {opacity: 1;}
/* 133 */ .wooslider-control-thumbs .wooslider-active {opacity: 1; cursor: default;}
/* 134 */
/* 135 */ @media screen and (max-width: 767px) {
/* 136 */   .wooslider-direction-nav .wooslider-prev { display:none; }
/* 137 */   .wooslider-direction-nav .wooslider-next { display:none; }
/* 138 */ }
/* 139 */
/* 140 */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* 141 */
/* 142 */ 	.wooslider-direction-nav .wooslider-next	{
/* 143 */ 		background-image:url(../images/slider-next@2x.png);
/* 144 */ 		-webkit-background-size:10px 15px;
/* 145 */ 		   -moz-background-size:10px 15px;
/* 146 */ 		     -o-background-size:10px 15px;
/* 147 */ 		        background-size:10px 15px;
/* 148 */ 	}
/* 149 */ 	.wooslider-direction-nav .wooslider-prev {
/* 150 */ 		background-image:url(../images/slider-prev@2x.png);

/* flexslider.css */

/* 151 */ 		-webkit-background-size:10px 15px;
/* 152 */ 		   -moz-background-size:10px 15px;
/* 153 */ 		     -o-background-size:10px 15px;
/* 154 */ 		        background-size:10px 15px;
/* 155 */ 	}
/* 156 */
/* 157 */ }
/* 158 */
/* 159 */ .wooslider .slide{ position: relative; }
/* 160 */ .wooslider .wp-caption-text{
/* 161 */ 	display: block;
/* 162 */ 	position: absolute;
/* 163 */ 	bottom:20px;
/* 164 */ 	left: 20px;
/* 165 */ 	background: rgba(0,0,0,0.3);
/* 166 */ 	color: #ffffff;
/* 167 */ 	padding: 5px 10px !important;
/* 168 */ 	-webkit-border-radius: 3px;
/* 169 */ 	   -moz-border-radius: 3px;
/* 170 */ 	        border-radius: 3px;
/* 171 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* settings.css */

/* 1    */ /*-----------------------------------------------------------------------------
/* 2    *|
/* 3    *| 	-	Revolution Slider 4.1 Captions -
/* 4    *|
/* 5    *| 		Screen Stylesheet
/* 6    *|
/* 7    *| version:   	1.4.5
/* 8    *| date:      	27/11/13
/* 9    *| author:		themepunch
/* 10   *| email:     	info@themepunch.com
/* 11   *| website:   	http://www.themepunch.com
/* 12   *| -----------------------------------------------------------------------------*/
/* 13   */
/* 14   */
/* 15   */ @font-face {
/* 16   */   font-family: 'revicons';
/* 17   */   src: url('../font/revicons.eot?5510888');
/* 18   */   src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'),
/* 19   */        url('../font/revicons.woff?5510888') format('woff'),
/* 20   */        url('../font/revicons.ttf?5510888') format('truetype'),
/* 21   */        url('../font/revicons.svg?5510888#revicons') format('svg');
/* 22   */   font-weight: normal;
/* 23   */   font-style: normal;
/* 24   */ }
/* 25   */ /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* 26   */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/* 27   */ /*
/* 28   *| @media screen and (-webkit-min-device-pixel-ratio:0) {
/* 29   *|   @font-face {
/* 30   *|     font-family: 'revicons';
/* 31   *|     src: url('../font/revicons.svg?5510888#revicons') format('svg');
/* 32   *|   }
/* 33   *| }
/* 34   *| */
/* 35   */
/* 36   */  [class^="revicon-"]:before, [class*=" revicon-"]:before {
/* 37   */   font-family: "revicons";
/* 38   */   font-style: normal;
/* 39   */   font-weight: normal;
/* 40   */   speak: none;
/* 41   */
/* 42   */   display: inline-block;
/* 43   */   text-decoration: inherit;
/* 44   */   width: 1em;
/* 45   */   margin-right: .2em;
/* 46   */   text-align: center;
/* 47   */   /* opacity: .8; */
/* 48   */
/* 49   */   /* For safety - reset parent styles, that can break glyph codes*/
/* 50   */   font-variant: normal;

/* settings.css */

/* 51   */   text-transform: none;
/* 52   */
/* 53   */   /* fix buttons height, for twitter bootstrap */
/* 54   */   line-height: 1em;
/* 55   */
/* 56   */   /* Animation center compensation - margins should be symmetric */
/* 57   */   /* remove if not needed */
/* 58   */   margin-left: .2em;
/* 59   */
/* 60   */   /* you can be more comfortable with increased icons size */
/* 61   */   /* font-size: 120%; */
/* 62   */
/* 63   */   /* Uncomment for 3D effect */
/* 64   */   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
/* 65   */ }
/* 66   */
/* 67   */ .revicon-search-1:before { content: '\e802'; } /* '' */
/* 68   */ .revicon-pencil-1:before { content: '\e831'; } /* '' */
/* 69   */ .revicon-picture-1:before { content: '\e803'; } /* '' */
/* 70   */ .revicon-cancel:before { content: '\e80a'; } /* '' */
/* 71   */ .revicon-info-circled:before { content: '\e80f'; } /* '' */
/* 72   */ .revicon-trash:before { content: '\e801'; } /* '' */
/* 73   */ .revicon-left-dir:before { content: '\e817'; } /* '' */
/* 74   */ .revicon-right-dir:before { content: '\e818'; } /* '' */
/* 75   */ .revicon-down-open:before { content: '\e83b'; } /* '' */
/* 76   */ .revicon-left-open:before { content: '\e819'; } /* '' */
/* 77   */ .revicon-right-open:before { content: '\e81a'; } /* '' */
/* 78   */ .revicon-angle-left:before { content: '\e820'; } /* '' */
/* 79   */ .revicon-angle-right:before { content: '\e81d'; } /* '' */
/* 80   */ .revicon-left-big:before { content: '\e81f'; } /* '' */
/* 81   */ .revicon-right-big:before { content: '\e81e'; } /* '' */
/* 82   */ .revicon-magic:before { content: '\e807'; } /* '' */
/* 83   */ .revicon-picture:before { content: '\e800'; } /* '' */
/* 84   */ .revicon-export:before { content: '\e80b'; } /* '' */
/* 85   */ .revicon-cog:before { content: '\e832'; } /* '' */
/* 86   */ .revicon-login:before { content: '\e833'; } /* '' */
/* 87   */ .revicon-logout:before { content: '\e834'; } /* '' */
/* 88   */ .revicon-video:before { content: '\e805'; } /* '' */
/* 89   */ .revicon-arrow-combo:before { content: '\e827'; } /* '' */
/* 90   */ .revicon-left-open-1:before { content: '\e82a'; } /* '' */
/* 91   */ .revicon-right-open-1:before { content: '\e82b'; } /* '' */
/* 92   */ .revicon-left-open-mini:before { content: '\e822'; } /* '' */
/* 93   */ .revicon-right-open-mini:before { content: '\e823'; } /* '' */
/* 94   */ .revicon-left-open-big:before { content: '\e824'; } /* '' */
/* 95   */ .revicon-right-open-big:before { content: '\e825'; } /* '' */
/* 96   */ .revicon-left:before { content: '\e836'; } /* '' */
/* 97   */ .revicon-right:before { content: '\e826'; } /* '' */
/* 98   */ .revicon-ccw:before { content: '\e808'; } /* '' */
/* 99   */ .revicon-arrows-ccw:before { content: '\e806'; } /* '' */
/* 100  */ .revicon-palette:before { content: '\e829'; } /* '' */

/* settings.css */

/* 101  */ .revicon-list-add:before { content: '\e80c'; } /* '' */
/* 102  */ .revicon-doc:before { content: '\e809'; } /* '' */
/* 103  */ .revicon-left-open-outline:before { content: '\e82e'; } /* '' */
/* 104  */ .revicon-left-open-2:before { content: '\e82c'; } /* '' */
/* 105  */ .revicon-right-open-outline:before { content: '\e82f'; } /* '' */
/* 106  */ .revicon-right-open-2:before { content: '\e82d'; } /* '' */
/* 107  */ .revicon-equalizer:before { content: '\e83a'; } /* '' */
/* 108  */ .revicon-layers-alt:before { content: '\e804'; } /* '' */
/* 109  */ .revicon-popup:before { content: '\e828'; } /* '' */
/* 110  */
/* 111  */
/* 112  */ /*********************************
/* 113  *| 	-	SPECIAL TP CAPTIONS -
/* 114  *| **********************************/
/* 115  */
/* 116  */ .tp-static-layers				{	position:absolute; z-index:505; top:0px;left:0px}
/* 117  */
/* 118  */
/* 119  */ .tp-caption .frontcorner		{
/* 120  */ 										width: 0;
/* 121  */ 										height: 0;
/* 122  */ 										border-left: 40px solid transparent;
/* 123  */ 										border-right: 0px solid transparent;
/* 124  */ 										border-top: 40px solid #00A8FF;
/* 125  */ 										position: absolute;left:-40px;top:0px;
/* 126  */ 									}
/* 127  */
/* 128  */ .tp-caption .backcorner		{
/* 129  */ 										width: 0;
/* 130  */ 										height: 0;
/* 131  */ 										border-left: 0px solid transparent;
/* 132  */ 										border-right: 40px solid transparent;
/* 133  */ 										border-bottom: 40px solid #00A8FF;
/* 134  */ 										position: absolute;right:0px;top:0px;
/* 135  */ 									}
/* 136  */
/* 137  */ .tp-caption .frontcornertop		{
/* 138  */ 										width: 0;
/* 139  */ 										height: 0;
/* 140  */ 										border-left: 40px solid transparent;
/* 141  */ 										border-right: 0px solid transparent;
/* 142  */ 										border-bottom: 40px solid #00A8FF;
/* 143  */ 										position: absolute;left:-40px;top:0px;
/* 144  */ 									}
/* 145  */
/* 146  */ .tp-caption .backcornertop		{
/* 147  */ 										width: 0;
/* 148  */ 										height: 0;
/* 149  */ 										border-left: 0px solid transparent;
/* 150  */ 										border-right: 40px solid transparent;

/* settings.css */

/* 151  */ 										border-top: 40px solid #00A8FF;
/* 152  */ 										position: absolute;right:0px;top:0px;
/* 153  */ 									}
/* 154  */
/* 155  */ .tp-layer-inner-rotation			{	position: relative !important;}
/* 156  */
/* 157  */
/* 158  */ /***********************************************
/* 159  *| 	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
/* 160  *| ***********************************************/
/* 161  */
/* 162  */ img.tp-slider-alternative-image	{	width:100%; height:auto;}
/* 163  */
/* 164  */
/* 165  */
/* 166  */
/* 167  */ /******************************
/* 168  *| 	-	WRAPPER STYLES		-
/* 169  *| ******************************/
/* 170  */
/* 171  */
/* 172  */
/* 173  */ .rev_slider_wrapper{
/* 174  */ 	position:relative;
/* 175  */ }
/* 176  */
/* 177  */ .rev_slider_wrapper >ul	{
/* 178  */ 	visibility:hidden;
/* 179  */ }
/* 180  */
/* 181  */ .rev_slider{
/* 182  */ 	position:relative;
/* 183  */ 	overflow:visible;
/* 184  */ }
/* 185  */
/* 186  */
/* 187  */ .rev_slider img{
/* 188  */ 	max-width:none !important;
/* 189  */ 	-moz-transition: none 0;
/* 190  */ 	-webkit-transition: none 0;
/* 191  */ 	-o-transition: none 0;
/* 192  */ 	transition: none 0;
/* 193  */ 	margin:0px;
/* 194  */ 	padding:0px;
/* 195  */ 	border-width:0px;
/* 196  */ 	border:none;
/* 197  */
/* 198  */ }
/* 199  */
/* 200  */ .rev_slider .no-slides-text{

/* settings.css */

/* 201  */ 	font-weight:bold;
/* 202  */ 	text-align:center;
/* 203  */ 	padding-top:80px;
/* 204  */ }
/* 205  */
/* 206  */ .rev_slider >ul{
/* 207  */ 	margin:0px;
/* 208  */ 	padding:0px;
/* 209  */ 	list-style: none !important;
/* 210  */ 	list-style-type: none;
/* 211  */ 	background-position:0px 0px;
/* 212  */ }
/* 213  */
/* 214  */ .rev_slider >ul >li,
/* 215  */ .rev_slider >ul >li:before{
/* 216  */
/* 217  */ 	list-style:none !important;
/* 218  */ 	position:absolute;
/* 219  */ 	visibility:hidden;
/* 220  */ 	margin:0px !important;
/* 221  */ 	padding:0px !important;
/* 222  */ 	overflow-x: visible;
/* 223  */ 	overflow-y: visible;
/* 224  */ 	list-style-type: none !important;
/* 225  */ 	background-image:none;
/* 226  */ 	background-position:0px 0px;
/* 227  */ 	text-indent: 0em;
/* 228  */ }
/* 229  */
/* 230  */ .tp-revslider-slidesli,
/* 231  */ .tp-revslider-mainul	{	padding:0 !important; margin:0 !important; list-style:none !important;}
/* 232  */
/* 233  */ .tp-simpleresponsive >ul,
/* 234  */ .tp-simpleresponsive >ul >li,
/* 235  */ .tp-simpleresponsive >ul >li:before {
/* 236  */ 	list-style:none;
/* 237  */ 	padding:0 !important;
/* 238  */ 	margin:0 !important;
/* 239  */ 	list-style:none !important;
/* 240  */ 	overflow-x: visible;
/* 241  */ 	overflow-y: visible;
/* 242  */ 	background-image:none
/* 243  */ }
/* 244  */
/* 245  */
/* 246  */ .tp-simpleresponsive >ul li{
/* 247  */ 	list-style:none;
/* 248  */ 	position:absolute;
/* 249  */ 	visibility:hidden;
/* 250  */ }

/* settings.css */

/* 251  */
/* 252  */
/* 253  */ .rev_slider .tp-caption,
/* 254  */ .rev_slider .caption { position:absolute;  visibility:hidden; white-space: nowrap}
/* 255  */
/* 256  */ .tp-simpleresponsive img	{	max-width:none}
/* 257  */
/* 258  */ /* ADDED FOR SLIDELINK MANAGEMENT */
/* 259  */ .tp-caption { z-index:1}
/* 260  */
/* 261  */
/* 262  */
/* 263  */ .tp_inner_padding	{	box-sizing:border-box;
/* 264  */ 						-webkit-box-sizing:border-box;
/* 265  */ 						-moz-box-sizing:border-box;
/* 266  */ 						max-height:none !important;	}
/* 267  */
/* 268  */
/* 269  */ .tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}
/* 270  */
/* 271  */ .rev_slider embed,
/* 272  */ .rev_slider iframe,
/* 273  */ .rev_slider object,
/* 274  */ .rev_slider video {max-width: none !important}
/* 275  */
/* 276  */ /******************************
/* 277  *| 	-	WRAPPER STYLES END	-
/* 278  *| ******************************/
/* 279  */
/* 280  */ /******************************
/* 281  *| 	-	IE8 HACKS	-
/* 282  *| *******************************/
/* 283  */ .noFilterClass {
/* 284  */ 	filter:none !important;
/* 285  */ }
/* 286  */ /******************************
/* 287  *| 	-	IE8 HACKS ENDS	-
/* 288  *| *******************************/
/* 289  */
/* 290  */ /********************************
/* 291  *| 	-	FULLSCREEN VIDEO	-
/* 292  *| *********************************/
/* 293  */
/* 294  */ .tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
/* 295  */ .caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
/* 296  */ .caption.fullscreenvideo iframe,
/* 297  */ .caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}
/* 298  */
/* 299  */ .tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}
/* 300  */

/* settings.css */

/* 301  */
/* 302  */ .tp-caption.fullscreenvideo iframe,
/* 303  */ .tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}
/* 304  */
/* 305  */
/* 306  */ .fullcoveredvideo video,
/* 307  */ .fullscreenvideo video					{	background: #000}
/* 308  */
/* 309  */ .fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
/* 310  */
/* 311  */ .html5vid.videoisplaying .tp-poster	{	display: none}
/* 312  */
/* 313  */ .tp-video-play-button		{	background:#000;
/* 314  */ 								background:rgba(0,0,0,0.3);
/* 315  */ 								padding:5px;
/* 316  */ 								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
/* 317  */ 								position: absolute;
/* 318  */ 								top: 50%;
/* 319  */ 								left: 50%;
/* 320  */ 								font-size: 40px;
/* 321  */ 								color: #FFF;
/* 322  */ 								z-index: 3;
/* 323  */ 								margin-top: -27px;
/* 324  */ 								margin-left: -28px;
/* 325  */ 								text-align: center;
/* 326  */ 								cursor: pointer;
/* 327  */
/* 328  */ 							}
/* 329  */ .tp-caption:hover .tp-video-play-button	{	opacity: 1;}
/* 330  */ .html5vid .tp-revstop							{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
/* 331  */ .html5vid .tp-revstop							{	display:none}
/* 332  */ .html5vid.videoisplaying .revicon-right-dir		{	display:none}
/* 333  */ .html5vid.videoisplaying .tp-revstop			{	display:block}
/* 334  */
/* 335  */ .html5vid.videoisplaying .tp-video-play-button	{	display:none}
/* 336  */ .html5vid:hover .tp-video-play-button 			{ display:block}
/* 337  */
/* 338  */ .fullcoveredvideo .tp-video-play-button	{	display:none !important}
/* 339  */
/* 340  */ .tp-video-controls {
/* 341  */ 	position: absolute;
/* 342  */ 	bottom: 0;
/* 343  */ 	left: 0;
/* 344  */ 	right: 0;
/* 345  */ 	padding: 5px;
/* 346  */ 	opacity: 0;
/* 347  */ 	-webkit-transition: opacity .3s;
/* 348  */ 	-moz-transition: opacity .3s;
/* 349  */ 	-o-transition: opacity .3s;
/* 350  */ 	-ms-transition: opacity .3s;

/* settings.css */

/* 351  */ 	transition: opacity .3s;
/* 352  */ 	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 353  */ 	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 354  */ 	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 355  */ 	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 356  */ 	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 357  */
/* 358  */ 	background-image: -webkit-gradient(
/* 359  */ 		linear,
/* 360  */ 		left bottom,
/* 361  */ 		left top,
/* 362  */ 		color-stop(0.13, rgb(0,0,0)),
/* 363  */ 		color-stop(1, rgb(50,50,50))
/* 364  */ 	);
/* 365  */
/* 366  */ 	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
/* 367  */ }
/* 368  */
/* 369  */ .tp-caption:hover .tp-video-controls {
/* 370  */ 	opacity: .9;
/* 371  */ }
/* 372  */
/* 373  */ .tp-video-button {
/* 374  */ 	background: rgba(0,0,0,.5);
/* 375  */ 	border: 0;
/* 376  */ 	color: #EEE;
/* 377  */ 	-webkit-border-radius: 3px;
/* 378  */ 	-moz-border-radius: 3px;
/* 379  */ 	-o-border-radius: 3px;
/* 380  */ 	border-radius: 3px;
/* 381  */ 	cursor:pointer;
/* 382  */ 	line-height:12px;
/* 383  */ 	font-size:12px;
/* 384  */ 	color:#fff;
/* 385  */ 	padding:0px;
/* 386  */ 	margin:0px;
/* 387  */ 	outline: none;
/* 388  */ 	}
/* 389  */ .tp-video-button:hover {
/* 390  */ 	cursor: pointer;
/* 391  */ }
/* 392  */
/* 393  */
/* 394  */ .tp-video-button-wrap,
/* 395  */ .tp-video-seek-bar-wrap,
/* 396  */ .tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }
/* 397  */
/* 398  */ .tp-video-seek-bar-wrap	{	width:80%}
/* 399  */ .tp-video-vol-bar-wrap	{	width:20%}
/* 400  */

/* settings.css */

/* 401  */ .tp-volume-bar,
/* 402  */ .tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}
/* 403  */
/* 404  */
/* 405  */ /********************************
/* 406  *| 	-	FULLSCREEN VIDEO ENDS	-
/* 407  *| *********************************/
/* 408  */
/* 409  */
/* 410  */
/* 411  */ /********************************
/* 412  *| 	-	DOTTED OVERLAYS	-
/* 413  *| *********************************/
/* 414  */ .tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
/* 415  */ .tp-dottedoverlay.twoxtwo				{	background:url(../assets/gridtile.png)}
/* 416  */ .tp-dottedoverlay.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
/* 417  */ .tp-dottedoverlay.threexthree			{	background:url(../assets/gridtile_3x3.png)}
/* 418  */ .tp-dottedoverlay.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}
/* 419  */
/* 420  */ /********************************
/* 421  *| 	-	DOTTED OVERLAYS ENDS	-
/* 422  *| *********************************/
/* 423  */
/* 424  */
/* 425  */
/* 426  */ /**********************************************
/* 427  *| 	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
/* 428  *| **********************************************/
/* 429  */
/* 430  */ .fullscreen-container {
/* 431  */ 		width:100%;
/* 432  */ 		position:relative;
/* 433  */ 		padding:0;
/* 434  */ }
/* 435  */
/* 436  */
/* 437  */
/* 438  */ .fullwidthbanner-container{
/* 439  */ 	width:100%;
/* 440  */ 	position:relative;
/* 441  */ 	padding:0;
/* 442  */ 	overflow:hidden;
/* 443  */ }
/* 444  */
/* 445  */ .fullwidthbanner-container .fullwidthabanner{
/* 446  */ 	width:100%;
/* 447  */ 	position:relative;
/* 448  */ }
/* 449  */
/* 450  */

/* settings.css */

/* 451  */ /****************************************************************
/* 452  *|
/* 453  *| 	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -
/* 454  *|
/* 455  *| ******************************************************************/
/* 456  */
/* 457  */ .tp-simpleresponsive .slotholder *,
/* 458  */ .tp-simpleresponsive img			{ 	/*-webkit-transform: translateZ(0);
/* 459  *| 										  -webkit-backface-visibility: hidden;
/* 460  *| 										  -webkit-perspective: 1000;*/
/* 461  */ 									}
/* 462  */
/* 463  */
/* 464  */ /************************************************
/* 465  *| 	  - SOME CAPTION MODIFICATION AT START  -
/* 466  *| *************************************************/
/* 467  */ .tp-simpleresponsive .caption,
/* 468  */ .tp-simpleresponsive .tp-caption {
/* 469  */ 	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
/* 470  */ 	position:absolute;
/* 471  */ 	-webkit-font-smoothing: antialiased !important;
/* 472  */ }
/* 473  */
/* 474  */
/* 475  */ /******************************
/* 476  *| 	-	SHADOWS		-
/* 477  *| ******************************/
/* 478  */ .tp-bannershadow  {
/* 479  */ 		position:absolute;
/* 480  */
/* 481  */ 		margin-left:auto;
/* 482  */ 		margin-right:auto;
/* 483  */ 		-moz-user-select: none;
/* 484  */         -khtml-user-select: none;
/* 485  */         -webkit-user-select: none;
/* 486  */         -o-user-select: none;
/* 487  */ 	}
/* 488  */
/* 489  */ .tp-bannershadow.tp-shadow1 {	background:url(../assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:30px; bottom:-30px}
/* 490  */ .tp-bannershadow.tp-shadow2 {	background:url(../assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
/* 491  */ .tp-bannershadow.tp-shadow3 {	background:url(../assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
/* 492  */
/* 493  */
/* 494  */ /******************************
/* 495  *| 	-	BUTTONS	-
/* 496  *| *******************************/
/* 497  */
/* 498  */ .tp-button{
/* 499  */ 			padding:6px 13px 5px;
/* 500  */ 			border-radius: 3px;

/* settings.css */

/* 501  */ 			-moz-border-radius: 3px;
/* 502  */ 			-webkit-border-radius: 3px;
/* 503  */ 			height:30px;
/* 504  */ 			cursor:pointer;
/* 505  */ 			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
/* 506  */ 			background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
/* 507  */ 			text-decoration:none;
/* 508  */ 		}
/* 509  */
/* 510  */ .tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top}
/* 511  */
/* 512  */
/* 513  */ .purchase:hover,
/* 514  */ .tp-button:hover,
/* 515  */ .tp-button.big:hover		{	background-position:bottom, 15px 11px}
/* 516  */
/* 517  */
/* 518  */ 	/*@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 519  *| 		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
/* 520  *| 		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
/* 521  *| 	}
/* 522  *|
/* 523  *|     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 524  *| 		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
/* 525  *| 		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
/* 526  *| 	}*/
/* 527  */
/* 528  */
/* 529  */ /*	BUTTON COLORS	*/
/* 530  */
/* 531  */ .tp-button.green, .tp-button:hover.green,
/* 532  */ .purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }
/* 533  */
/* 534  */
/* 535  */ .tp-button.blue, .tp-button:hover.blue,
/* 536  */ .purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}
/* 537  */
/* 538  */
/* 539  */ .tp-button.red, .tp-button:hover.red,
/* 540  */ .purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}
/* 541  */
/* 542  */ .tp-button.orange, .tp-button:hover.orange,
/* 543  */ .purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}
/* 544  */
/* 545  */ .tp-button.darkgrey,.tp-button.grey,
/* 546  */ .tp-button:hover.darkgrey,.tp-button:hover.grey,
/* 547  */ .purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}
/* 548  */
/* 549  */ .tp-button.lightgrey, .tp-button:hover.lightgrey,
/* 550  */ .purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}

/* settings.css */

/* 551  */
/* 552  */
/* 553  */
/* 554  */ /************************
/* 555  *| 	-	NAVIGATION	-
/* 556  *| *************************/
/* 557  */
/* 558  */ /** BULLETS **/
/* 559  */
/* 560  */ .tpclear								{	clear:both}
/* 561  */
/* 562  */
/* 563  */ .tp-bullets								{	z-index:1000; position:absolute;
/* 564  */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 565  */ 												-moz-opacity: 1;
/* 566  */ 												-khtml-opacity: 1;
/* 567  */ 												opacity: 1;
/* 568  */ 												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
/* 569  */ 												-webkit-transform: translateZ(5px);
/* 570  */ 										}
/* 571  */ .tp-bullets.hidebullets					{
/* 572  */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 573  */ 												-moz-opacity: 0;
/* 574  */ 												-khtml-opacity: 0;
/* 575  */ 												opacity: 0;
/* 576  */ 										}
/* 577  */
/* 578  */
/* 579  */ .tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
/* 580  */
/* 581  */ .tp-bullets.simplebullets.navbar-old					{ 	 background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
/* 582  */
/* 583  */
/* 584  */ .tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(../assets/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
/* 585  */ .tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}
/* 586  */
/* 587  */ .tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
/* 588  */ .tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}
/* 589  */
/* 590  */
/* 591  */ /**	SQUARE BULLETS **/
/* 592  */ .tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
/* 593  */ .tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}
/* 594  */
/* 595  */
/* 596  */ /**	SQUARE BULLETS **/
/* 597  */ .tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
/* 598  */ .tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}
/* 599  */
/* 600  */

/* settings.css */

/* 601  */ /** navbar NAVIGATION VERSION **/
/* 602  */ .tp-bullets.simplebullets.navbar .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px}
/* 603  */
/* 604  */ .tp-bullets.simplebullets.navbar .bullet.first			{	margin-left:0px !important}
/* 605  */ .tp-bullets.simplebullets.navbar .bullet.last			{	margin-right:0px !important}
/* 606  */
/* 607  */
/* 608  */
/* 609  */ /** navbar NAVIGATION VERSION **/
/* 610  */ .tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
/* 611  */ .tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
/* 612  */ .tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}
/* 613  */
/* 614  */
/* 615  */ .tp-bullets.simplebullets .bullet:hover,
/* 616  */ .tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }
/* 617  */
/* 618  */ .tp-bullets.simplebullets.round .bullet:hover,
/* 619  */ .tp-bullets.simplebullets.round .bullet.selected,
/* 620  */ .tp-bullets.simplebullets.navbar .bullet:hover,
/* 621  */ .tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }
/* 622  */
/* 623  */
/* 624  */
/* 625  */ /*************************************
/* 626  *| 	-	TP ARROWS 	-
/* 627  *| **************************************/
/* 628  */ .tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 629  */ 															-moz-opacity: 1;
/* 630  */ 															-khtml-opacity: 1;
/* 631  */ 															opacity: 1;
/* 632  */ 															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
/* 633  */ 															-webkit-transform: translateZ(1000px);
/* 634  */ 															-webkit-transform-style: preserve-3d;
/* 635  */
/* 636  */ 														}
/* 637  */
/* 638  */
/* 639  */ .tparrows .tp-arr-imgholder								{ display: none}
/* 640  */ .tparrows .tp-arr-titleholder							{ display: none}
/* 641  */
/* 642  */ .tparrows.hidearrows									{
/* 643  */ 															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 644  */ 															-moz-opacity: 0;
/* 645  */ 															-khtml-opacity: 0;
/* 646  */ 															opacity: 0;
/* 647  */ 														}
/* 648  */ .tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_left.png) no-repeat top left;	width:40px;	height:40px;   }
/* 649  */ .tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_right.png) no-repeat top left;	width:40px;	height:40px;   }
/* 650  */

/* settings.css */

/* 651  */
/* 652  */ .tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_left.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
/* 653  */ .tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_right.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}
/* 654  */
/* 655  */
/* 656  */ .tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
/* 657  */ .tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}
/* 658  */
/* 659  */
/* 660  */ .tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
/* 661  */ .tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}
/* 662  */
/* 663  */
/* 664  */ .tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
/* 665  */ .tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}
/* 666  */
/* 667  */ .tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
/* 668  */ .tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }
/* 669  */
/* 670  */ .tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
/* 671  */ .tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}
/* 672  */
/* 673  */
/* 674  */ .tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
/* 675  */ .tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}
/* 676  */
/* 677  */
/* 678  */ .tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_left.png) no-repeat 0 0;	width:40px;	height:40px;
/* 679  */
/* 680  */ 														}
/* 681  */ .tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_right.png) no-repeat 0 0;	width:40px;	height:40px;
/* 682  */
/* 683  */ 														}
/* 684  */
/* 685  */
/* 686  */
/* 687  */
/* 688  */ .tp-leftarrow:hover,
/* 689  */ .tp-rightarrow:hover 									{	background-position:bottom left; }
/* 690  */
/* 691  */
/* 692  */
/* 693  */
/* 694  */
/* 695  */
/* 696  */ /****************************************************************************************************
/* 697  *| 	-	TP THUMBS 	-
/* 698  *| *****************************************************************************************************
/* 699  *|
/* 700  *|  - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

/* settings.css *|

/* 701  *|
/* 702  *|  - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)
/* 703  *|
/* 704  *|  *****************************************************************************************************/
/* 705  */
/* 706  */
/* 707  */ .tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
/* 708  */ 												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
/* 709  */ 												margin-top:-50px;
/* 710  */ 												vertical-align: top;
/* 711  */ 											}
/* 712  */ .tp-bullets.tp-thumbs img					{	vertical-align: top}
/* 713  */
/* 714  */
/* 715  */ .fullwidthbanner-container .tp-thumbs		{  padding:3px}
/* 716  */
/* 717  */ .tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
/* 718  */ 												overflow:hidden; position:relative}
/* 719  */
/* 720  */
/* 721  */ .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}
/* 722  */
/* 723  */ .tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
/* 724  */ 												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
/* 725  */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 726  */ 												/*filter: alpha(opacity=50);	*/
/* 727  */ 												-moz-opacity: 0.5;
/* 728  */ 												-khtml-opacity: 0.5;
/* 729  */ 												opacity: 0.5;
/* 730  */
/* 731  */ 												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
/* 732  */ 											}
/* 733  */
/* 734  */
/* 735  */ .tp-bullets.tp-thumbs .bullet:hover,
/* 736  */ .tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 737  */ 												-moz-opacity: 1;
/* 738  */ 												-khtml-opacity: 1;
/* 739  */ 												opacity: 1;
/* 740  */ 											}
/* 741  */ .tp-thumbs img								{	width:100%; }
/* 742  */
/* 743  */
/* 744  */
/* 745  */
/* 746  */ /************************************
/* 747  *| 		-	TP BANNER TIMER		-
/* 748  *| *************************************/
/* 749  */ .tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
/* 750  */ .tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}

/* settings.css */

/* 751  */
/* 752  */
/* 753  */
/* 754  */
/* 755  */
/* 756  */ /*****************************************
/* 757  *| 	-	NAVIGATION FANCY EXAMPLES	-
/* 758  *| *****************************************/
/* 759  */
/* 760  */ /* NAVIGATION PREVIEW 1 */
/* 761  */ .tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
/* 762  */ .tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
/* 763  */ .tp-rightarrow.preview1:after				{	content: '\e825';  }
/* 764  */ .tp-leftarrow.preview1:after				{	content: '\e824';  }
/* 765  */
/* 766  */ .tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa; }
/* 767  */
/* 768  */ .tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
/* 769  */ 												-webkit-transition: -webkit-transform 0.3s;
/* 770  */ 												transition: transform 0.3s;
/* 771  */ 												-webkit-backface-visibility: hidden;
/* 772  */ 												backface-visibility: hidden;
/* 773  */ 											}
/* 774  */ .tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
/* 775  */ 												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
/* 776  */ .tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}
/* 777  */
/* 778  */
/* 779  */ .tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
/* 780  */ 												-webkit-transform: rotateY(-90deg);
/* 781  */ 												transform: rotateY(-90deg);
/* 782  */ 												-webkit-transform-origin: 100% 50%;
/* 783  */ 												transform-origin: 100% 50%;
/* 784  */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
/* 785  */
/* 786  */
/* 787  */
/* 788  */ 											}
/* 789  */ .tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
/* 790  */ 												-webkit-transform: rotateY(90deg);
/* 791  */ 												transform: rotateY(90deg);
/* 792  */ 												-webkit-transform-origin: 0% 50%;
/* 793  */ 												transform-origin: 0% 50%;
/* 794  */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
/* 795  */
/* 796  */
/* 797  */
/* 798  */ 											}
/* 799  */
/* 800  */

/* settings.css */

/* 801  */ .tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
/* 802  */ 												transform: rotateY(0deg);
/* 803  */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
/* 804  */
/* 805  */ 											}
/* 806  */
/* 807  */
/* 808  */ 	@media only screen and (min-width: 768px) and (max-width: 979px) {
/* 809  */ 		.tparrows.preview1,
/* 810  */ 		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}
/* 811  */
/* 812  */ 	}
/* 813  */
/* 814  */     @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 815  */ 		.tparrows.preview1,
/* 816  */ 		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}
/* 817  */
/* 818  */ 	}
/* 819  */
/* 820  */
/* 821  */
/* 822  */     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 823  */ 		.tparrows.preview1,
/* 824  */ 		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
/* 825  */     }
/* 826  */
/* 827  */ /* PREVIEW 1 BULLETS */
/* 828  */
/* 829  */ .tp-bullets.preview1 						{ 	height: 21px; }
/* 830  */ .tp-bullets.preview1 .bullet 				{	cursor: pointer;
/* 831  */ 											    position: relative !important;
/* 832  */ 											    background: rgba(0, 0, 0, 0.15) !important;
/* 833  */ 											    /*-webkit-border-radius: 10px;
/* 834  *| 											    border-radius: 10px;*/
/* 835  */ 											    -webkit-box-shadow: none;
/* 836  */ 											    -moz-box-shadow: none;
/* 837  */ 											    box-shadow: none;
/* 838  */ 											    width: 5px !important;
/* 839  */ 											    height: 5px !important;
/* 840  */ 											    border: 8px solid rgba(0, 0, 0, 0) !important;
/* 841  */ 											    display: inline-block;
/* 842  */ 											    margin-right: 5px !important;
/* 843  */ 											    margin-bottom: 0px !important;
/* 844  */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;
/* 845  */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 846  */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 847  */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 848  */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 849  */ 											    float:none !important;
/* 850  */ 											    box-sizing:content-box;

/* settings.css */

/* 851  */ 												-moz-box-sizing:content-box;
/* 852  */ 												-webkit-box-sizing:content-box;
/* 853  */ }
/* 854  */ .tp-bullets.preview1 .bullet.last 			{	margin-right: 0px; }
/* 855  */ .tp-bullets.preview1 .bullet:hover,
/* 856  */ .tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
/* 857  */ 											    -moz-box-shadow: none;
/* 858  */ 											    box-shadow: none;
/* 859  */ 												background: #aaa !important;
/* 860  */ 												width: 5px !important;
/* 861  */ 											    height: 5px !important;
/* 862  */ 											    border: 8px solid rgba(255, 255, 255, 1) !important;
/* 863  */ }
/* 864  */
/* 865  */
/* 866  */
/* 867  */
/* 868  */ /* NAVIGATION PREVIEW 2 */
/* 869  */ .tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;
/* 870  */
/* 871  */ 												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
/* 872  */ 												overflow:hidden;
/* 873  */ 												-webkit-transition: -webkit-transform 1.3s;
/* 874  */ 												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
/* 875  */ 												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
/* 876  */ 												backface-visibility: hidden;
/* 877  */ }
/* 878  */ .tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
/* 879  */ .tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px; }
/* 880  */ .tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px; }
/* 881  */
/* 882  */
/* 883  */ .tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
/* 884  */ 												-webkit-transition: -webkit-transform 0.3s;
/* 885  */ 												transition: transform 0.3s;
/* 886  */ 												-webkit-backface-visibility: hidden;
/* 887  */ 												backface-visibility: hidden;
/* 888  */ 												white-space: nowrap;
/* 889  */ 												color: #000;
/* 890  */ 												text-transform: uppercase;
/* 891  */ 												font-weight: 400;
/* 892  */ 												font-size: 14px;
/* 893  */ 												line-height: 60px;
/* 894  */ 												padding:0px 10px;
/* 895  */ 											}
/* 896  */
/* 897  */ .tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
/* 898  */ 												-webkit-transform: translateX(-100%);
/* 899  */ 												transform: translateX(-100%);
/* 900  */ 											}

/* settings.css */

/* 901  */ .tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
/* 902  */ 												-webkit-transform: translateX(100%);
/* 903  */ 												transform: translateX(100%);
/* 904  */ 											}
/* 905  */
/* 906  */ .tparrows.preview2.hovered					{	width:300px}
/* 907  */ .tparrows.preview2:hover					{	background:#fff}
/* 908  */ .tparrows.preview2:hover:after				{	color:#000}
/* 909  */ .tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
/* 910  */ 													transform: translateX(0px);
/* 911  */ 													visibility: visible;
/* 912  */ 													position: absolute;
/* 913  */ 											}
/* 914  */
/* 915  */ /* PREVIEW 2 BULLETS */
/* 916  */
/* 917  */ .tp-bullets.preview2 						{ 	height: 17px; }
/* 918  */ .tp-bullets.preview2 .bullet 				{	cursor: pointer;
/* 919  */ 											    position: relative !important;
/* 920  */ 											    background: rgba(0, 0, 0, 0.5) !important;
/* 921  */ 											    -webkit-border-radius: 10px;
/* 922  */ 											    border-radius: 10px;
/* 923  */ 											    -webkit-box-shadow: none;
/* 924  */ 											    -moz-box-shadow: none;
/* 925  */ 											    box-shadow: none;
/* 926  */ 											    width: 6px !important;
/* 927  */ 											    height: 6px !important;
/* 928  */ 											    border: 5px solid rgba(0, 0, 0, 0) !important;
/* 929  */ 											    display: inline-block;
/* 930  */ 											    margin-right: 2px !important;
/* 931  */ 											    margin-bottom: 0px !important;
/* 932  */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;
/* 933  */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 934  */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 935  */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 936  */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 937  */ 											    float:none !important;
/* 938  */ 											    box-sizing:content-box;
/* 939  */ 												-moz-box-sizing:content-box;
/* 940  */ 												-webkit-box-sizing:content-box;
/* 941  */ }
/* 942  */ .tp-bullets.preview2 .bullet.last 			{	margin-right: 0px; }
/* 943  */ .tp-bullets.preview2 .bullet:hover,
/* 944  */ .tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
/* 945  */ 											    -moz-box-shadow: none;
/* 946  */ 											    box-shadow: none;
/* 947  */ 												background: rgba(255, 255, 255, 1) !important;
/* 948  */ 												width: 6px !important;
/* 949  */ 											    height: 6px !important;
/* 950  */ 											    border: 5px solid rgba(0, 0, 0, 1) !important;

/* settings.css */

/* 951  */ }
/* 952  */
/* 953  */ .tp-arr-titleholder.alwayshidden			{	display:none !important}
/* 954  */
/* 955  */
/* 956  */ 	@media only screen and (min-width: 768px) and (max-width: 979px) {
/* 957  */ 		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
/* 958  */ 								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
/* 959  */ 							}
/* 960  */ 		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
/* 961  */ 		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
/* 962  */ 		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
/* 963  */ 		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
/* 964  */ 		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
/* 965  */ 		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}
/* 966  */
/* 967  */ 	}
/* 968  */
/* 969  */     @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 970  */    		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
/* 971  */ 														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
/* 972  */ 													}
/* 973  */ 		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
/* 974  */ 		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
/* 975  */ 		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
/* 976  */ 		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
/* 977  */ 		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
/* 978  */ 		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
/* 979  */ 		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
/* 980  */
/* 981  */
/* 982  */ 	}
/* 983  */
/* 984  */     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 985  */ 		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
/* 986  */ 														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
/* 987  */ 													}
/* 988  */ 		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
/* 989  */ 		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
/* 990  */ 		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
/* 991  */ 		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
/* 992  */ 		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
/* 993  */     }
/* 994  */
/* 995  */
/* 996  */
/* 997  */ /* NAVIGATION PREVIEW 3 */
/* 998  */ .tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat; }
/* 999  */ .tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
/* 1000 */ .tparrows.preview3:hover:after					{	color:#000; }

/* settings.css */

/* 1001 */ .tp-rightarrow.preview3:after				{	content: '\e825';  }
/* 1002 */ .tp-leftarrow.preview3:after				{	content: '\e824';  }
/* 1003 */
/* 1004 */
/* 1005 */ .tparrows.preview3 .tp-arr-iwrapper			{
/* 1006 */ 												  -webkit-transform: scale(0,1);
/* 1007 */ 												  transform: scale(0,1);
/* 1008 */ 												  -webkit-transform-origin: 100% 50%;
/* 1009 */ 												  transform-origin: 100% 50%;
/* 1010 */ 												  -webkit-transition: -webkit-transform 0.2s;
/* 1011 */ 												  transition: transform 0.2s;
/* 1012 */ 												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
/* 1013 */ 												  display: table;min-height:90px;top:-10px}
/* 1014 */
/* 1015 */ .tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
/* 1016 */ 												  transform: scale(0,1);
/* 1017 */ 												  -webkit-transform-origin: 0% 50%;
/* 1018 */ 												  transform-origin: 0% 50%;
/* 1019 */ 											}
/* 1020 */
/* 1021 */ .tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
/* 1022 */ 												position:relative;top:0px; }
/* 1023 */
/* 1024 */ .tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
/* 1025 */ .tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
/* 1026 */ .tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}
/* 1027 */
/* 1028 */ .tparrows.preview3:hover .tp-arr-iwrapper	{
/* 1029 */ 												-webkit-transform: scale(1,1);
/* 1030 */ 												  transform: scale(1,1);
/* 1031 */
/* 1032 */ 											}
/* 1033 */
/* 1034 */ /* PREVIEW 3 BULLETS */
/* 1035 */ .tp-bullets.preview3 						{ 	height: 17px; }
/* 1036 */ .tp-bullets.preview3 .bullet 				{	cursor: pointer;
/* 1037 */ 											    position: relative !important;
/* 1038 */ 											    background: rgba(0, 0, 0, 0.5) !important;
/* 1039 */ 											    -webkit-border-radius: 10px;
/* 1040 */ 											    border-radius: 10px;
/* 1041 */ 											    -webkit-box-shadow: none;
/* 1042 */ 											    -moz-box-shadow: none;
/* 1043 */ 											    box-shadow: none;
/* 1044 */ 											    width: 6px !important;
/* 1045 */ 											    height: 6px !important;
/* 1046 */ 											    border: 5px solid rgba(0, 0, 0, 0) !important;
/* 1047 */ 											    display: inline-block;
/* 1048 */ 											    margin-right: 2px !important;
/* 1049 */ 											    margin-bottom: 0px !important;
/* 1050 */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;

/* settings.css */

/* 1051 */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 1052 */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 1053 */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 1054 */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 1055 */ 											    float:none !important;
/* 1056 */ 											    box-sizing:content-box;
/* 1057 */ 												-moz-box-sizing:content-box;
/* 1058 */ 												-webkit-box-sizing:content-box;
/* 1059 */ }
/* 1060 */ .tp-bullets.preview3 .bullet.last 			{	margin-right: 0px; }
/* 1061 */ .tp-bullets.preview3 .bullet:hover,
/* 1062 */ .tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
/* 1063 */ 											    -moz-box-shadow: none;
/* 1064 */ 											    box-shadow: none;
/* 1065 */ 												background: rgba(255, 255, 255, 1) !important;
/* 1066 */ 												width: 6px !important;
/* 1067 */ 											    height: 6px !important;
/* 1068 */ 											    border: 5px solid rgba(0, 0, 0, 1) !important;
/* 1069 */ }
/* 1070 */
/* 1071 */
/* 1072 */ 	@media only screen and (min-width: 768px) and (max-width: 979px) {
/* 1073 */ 		.tparrows.preview3:after,
/* 1074 */ 		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
/* 1075 */ 		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
/* 1076 */ 		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
/* 1077 */ 		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
/* 1078 */ 		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
/* 1079 */ 		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px; }
/* 1080 */
/* 1081 */
/* 1082 */
/* 1083 */ 	}
/* 1084 */
/* 1085 */     @media only screen  and (max-width: 767px) {
/* 1086 */
/* 1087 */ 		.tparrows.preview3:after,
/* 1088 */ 		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
/* 1089 */ 		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
/* 1090 */ 	}
/* 1091 */
/* 1092 */
/* 1093 */
/* 1094 */
/* 1095 */
/* 1096 */ /* NAVIGATION PREVIEW 4 */
/* 1097 */ .tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
/* 1098 */ .tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
/* 1099 */ 												-webkit-transition: all 0.2s ease-in-out;
/* 1100 */ 											    -moz-transition: all 0.2s ease-in-out;

/* settings.css */

/* 1101 */ 											    -o-transition: all 0.2s ease-in-out;
/* 1102 */ 											    transition: all 0.2s ease-in-out;
/* 1103 */ 												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
/* 1104 */
/* 1105 */ 											}
/* 1106 */
/* 1107 */ .tp-rightarrow.preview4:after				{	content: '\e825';  }
/* 1108 */ .tp-leftarrow.preview4:after				{	content: '\e824';  }
/* 1109 */
/* 1110 */
/* 1111 */ .tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}
/* 1112 */
/* 1113 */ .tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
/* 1114 */ .tparrows.preview4 .tp-arr-iwrapper			{	position: relative}
/* 1115 */
/* 1116 */ .tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
/* 1117 */ 												position:relative;top:0px;
/* 1118 */
/* 1119 */ 												-webkit-backface-visibility: hidden;
/* 1120 */ 												backface-visibility: hidden;
/* 1121 */
/* 1122 */
/* 1123 */
/* 1124 */ 											}
/* 1125 */
/* 1126 */
/* 1127 */ .tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
/* 1128 */ 												position:absolute;top:0px; left:180px;
/* 1129 */ 												-webkit-backface-visibility: hidden;
/* 1130 */ 												backface-visibility: hidden;
/* 1131 */
/* 1132 */ 											}
/* 1133 */
/* 1134 */ .tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}
/* 1135 */
/* 1136 */
/* 1137 */
/* 1138 */
/* 1139 */ .tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
/* 1140 */ 												background: #000;
/* 1141 */ 												color: #FFF;
/* 1142 */ 												text-transform: uppercase;
/* 1143 */ 												white-space: nowrap;
/* 1144 */ 												letter-spacing: 1px;
/* 1145 */ 												font-weight: 700;
/* 1146 */ 												font-size: 11px;
/* 1147 */ 												line-height: 2.75;
/* 1148 */ 												-webkit-transition: all 0.3s;
/* 1149 */ 												transition: all 0.3s;
/* 1150 */ 												-webkit-transform: rotateX(-90deg);

/* settings.css */

/* 1151 */ 												transform: rotateX(-90deg);
/* 1152 */ 												-webkit-transform-origin: 50% 0;
/* 1153 */ 												transform-origin: 50% 0;
/* 1154 */ 												-webkit-backface-visibility: hidden;
/* 1155 */ 												backface-visibility: hidden;
/* 1156 */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
/* 1157 */
/* 1158 */
/* 1159 */ }
/* 1160 */
/* 1161 */
/* 1162 */
/* 1163 */ .tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
/* 1164 */ .tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}
/* 1165 */
/* 1166 */
/* 1167 */
/* 1168 */
/* 1169 */ @media only screen and (min-width: 768px)  {
/* 1170 */ 		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
/* 1171 */ 		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}
/* 1172 */
/* 1173 */
/* 1174 */ 		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
/* 1175 */ 															transition-delay: 0.4s;
/* 1176 */ 															-webkit-transform: rotateX(0deg);
/* 1177 */ 															transform: rotateX(0deg);
/* 1178 */ 															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
/* 1179 */
/* 1180 */ 														}
/* 1181 */ }
/* 1182 */
/* 1183 */ /* PREVIEW 4 BULLETS */
/* 1184 */
/* 1185 */ .tp-bullets.preview4 						{ 	height: 17px; }
/* 1186 */ .tp-bullets.preview4 .bullet 				{	cursor: pointer;
/* 1187 */ 											    position: relative !important;
/* 1188 */ 											    background: rgba(0, 0, 0, 0.5) !important;
/* 1189 */ 											    -webkit-border-radius: 10px;
/* 1190 */ 											    border-radius: 10px;
/* 1191 */ 											    -webkit-box-shadow: none;
/* 1192 */ 											    -moz-box-shadow: none;
/* 1193 */ 											    box-shadow: none;
/* 1194 */ 											    width: 6px !important;
/* 1195 */ 											    height: 6px !important;
/* 1196 */ 											    border: 5px solid rgba(0, 0, 0, 0) !important;
/* 1197 */ 											    display: inline-block;
/* 1198 */ 											    margin-right: 2px !important;
/* 1199 */ 											    margin-bottom: 0px !important;
/* 1200 */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;

/* settings.css */

/* 1201 */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 1202 */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 1203 */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 1204 */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 1205 */ 											    float:none !important;
/* 1206 */ 											    box-sizing:content-box;
/* 1207 */ 												-moz-box-sizing:content-box;
/* 1208 */ 												-webkit-box-sizing:content-box;
/* 1209 */ }
/* 1210 */ .tp-bullets.preview4 .bullet.last 			{	margin-right: 0px; }
/* 1211 */ .tp-bullets.preview4 .bullet:hover,
/* 1212 */ .tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
/* 1213 */ 											    -moz-box-shadow: none;
/* 1214 */ 											    box-shadow: none;
/* 1215 */ 												background: rgba(255, 255, 255, 1) !important;
/* 1216 */ 												width: 6px !important;
/* 1217 */ 											    height: 6px !important;
/* 1218 */ 											    border: 5px solid rgba(0, 0, 0, 1) !important;
/* 1219 */ }
/* 1220 */
/* 1221 */
/* 1222 */     @media only screen  and (max-width: 767px) {
/* 1223 */    		 .tparrows.preview4 						{	width:20px; height:80px}
/* 1224 */    		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}
/* 1225 */
/* 1226 */    		 .tparrows.preview1 .tp-arr-allwrapper,
/* 1227 */    		 .tparrows.preview2 .tp-arr-allwrapper,
/* 1228 */    		 .tparrows.preview3 .tp-arr-allwrapper,
/* 1229 */    		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
/* 1230 */     }
/* 1231 */
/* 1232 */
/* 1233 */ /***************************************
/* 1234 *| 	-	RESPONSIVE SETTINGS 	-
/* 1235 *| ****************************************/
/* 1236 */
/* 1237 */
/* 1238 */
/* 1239 */
/* 1240 */ /*********************************************
/* 1241 *|
/* 1242 *| 	-	BASIC SETTINGS FOR THE BANNER	-
/* 1243 *|
/* 1244 *| ***********************************************/
/* 1245 */
/* 1246 */  .tp-simpleresponsive img {
/* 1247 */ 		-moz-user-select: none;
/* 1248 */         -khtml-user-select: none;
/* 1249 */         -webkit-user-select: none;
/* 1250 */         -o-user-select: none;

/* settings.css */

/* 1251 */ }
/* 1252 */
/* 1253 */ .tp-caption img {
/* 1254 */ background: transparent;
/* 1255 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
/* 1256 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
/* 1257 */ zoom: 1;
/* 1258 */ }
/* 1259 */
/* 1260 */
/* 1261 */
/* 1262 */ /*  CAPTION SLIDELINK   **/
/* 1263 */ .caption.slidelink a div,
/* 1264 */ .tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}
/* 1265 */
/* 1266 */ .tp-caption.slidelink a span	{	background:url(../assets/coloredbg.png) repeat}
/* 1267 */
/* 1268 */
/* 1269 */
/* 1270 */
/* 1271 */
/* 1272 */
/* 1273 */ /******************************
/* 1274 *| 	-	LOADER FORMS	-
/* 1275 *| ********************************/
/* 1276 */
/* 1277 */ .tp-loader 	{
/* 1278 */ 				top:50%; left:50%;
/* 1279 */ 				z-index:10000;
/* 1280 */ 				position:absolute;
/* 1281 */
/* 1282 */
/* 1283 */ 			}
/* 1284 */
/* 1285 */ .tp-loader.spinner0 {
/* 1286 */   width: 40px;
/* 1287 */   height: 40px;
/* 1288 */   background:url(../assets/loader.gif) no-repeat center center;
/* 1289 */   background-color: #fff;
/* 1290 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1291 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1292 */   margin-top:-20px;
/* 1293 */   margin-left:-20px;
/* 1294 */   -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1295 */   animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1296 */   border-radius: 3px;
/* 1297 */ 	-moz-border-radius: 3px;
/* 1298 */ 	-webkit-border-radius: 3px;
/* 1299 */ }
/* 1300 */

/* settings.css */

/* 1301 */
/* 1302 */ .tp-loader.spinner1 {
/* 1303 */   width: 40px;
/* 1304 */   height: 40px;
/* 1305 */   background-color: #fff;
/* 1306 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1307 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1308 */   margin-top:-20px;
/* 1309 */   margin-left:-20px;
/* 1310 */   -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1311 */   animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1312 */   border-radius: 3px;
/* 1313 */ 	-moz-border-radius: 3px;
/* 1314 */ 	-webkit-border-radius: 3px;
/* 1315 */ }
/* 1316 */
/* 1317 */
/* 1318 */
/* 1319 */ .tp-loader.spinner5 	{	background:url(../assets/loader.gif) no-repeat 10px 10px;
/* 1320 */ 							background-color:#fff;
/* 1321 */ 							margin:-22px -22px;
/* 1322 */ 							width:44px;height:44px;
/* 1323 */ 							border-radius: 3px;
/* 1324 */ 							-moz-border-radius: 3px;
/* 1325 */ 							-webkit-border-radius: 3px;
/* 1326 */ 						}
/* 1327 */
/* 1328 */
/* 1329 */ @-webkit-keyframes tp-rotateplane {
/* 1330 */   0% { -webkit-transform: perspective(120px) }
/* 1331 */   50% { -webkit-transform: perspective(120px) rotateY(180deg) }
/* 1332 */   100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
/* 1333 */ }
/* 1334 */
/* 1335 */ @keyframes tp-rotateplane {
/* 1336 */   0% {
/* 1337 */     transform: perspective(120px) rotateX(0deg) rotateY(0deg);
/* 1338 */     -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
/* 1339 */   } 50% {
/* 1340 */     transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
/* 1341 */     -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
/* 1342 */   } 100% {
/* 1343 */     transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
/* 1344 */     -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
/* 1345 */   }
/* 1346 */ }
/* 1347 */
/* 1348 */
/* 1349 */ .tp-loader.spinner2 {
/* 1350 */   width: 40px;

/* settings.css */

/* 1351 */   height: 40px;
/* 1352 */   margin-top:-20px;margin-left:-20px;
/* 1353 */   background-color: #ff0000;
/* 1354 */    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1355 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1356 */   border-radius: 100%;
/* 1357 */   -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
/* 1358 */   animation: tp-scaleout 1.0s infinite ease-in-out;
/* 1359 */ }
/* 1360 */
/* 1361 */ @-webkit-keyframes tp-scaleout {
/* 1362 */   0% { -webkit-transform: scale(0.0) }
/* 1363 */   100% {
/* 1364 */     -webkit-transform: scale(1.0);
/* 1365 */     opacity: 0;
/* 1366 */   }
/* 1367 */ }
/* 1368 */
/* 1369 */ @keyframes tp-scaleout {
/* 1370 */   0% {
/* 1371 */     transform: scale(0.0);
/* 1372 */     -webkit-transform: scale(0.0);
/* 1373 */   } 100% {
/* 1374 */     transform: scale(1.0);
/* 1375 */     -webkit-transform: scale(1.0);
/* 1376 */     opacity: 0;
/* 1377 */   }
/* 1378 */ }
/* 1379 */
/* 1380 */
/* 1381 */
/* 1382 */
/* 1383 */ .tp-loader.spinner3 {
/* 1384 */   margin: -9px 0px 0px -35px;
/* 1385 */   width: 70px;
/* 1386 */   text-align: center;
/* 1387 */
/* 1388 */ }
/* 1389 */
/* 1390 */ .tp-loader.spinner3 .bounce1,
/* 1391 */ .tp-loader.spinner3 .bounce2,
/* 1392 */ .tp-loader.spinner3 .bounce3 {
/* 1393 */   width: 18px;
/* 1394 */   height: 18px;
/* 1395 */   background-color: #fff;
/* 1396 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1397 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1398 */   border-radius: 100%;
/* 1399 */   display: inline-block;
/* 1400 */   -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;

/* settings.css */

/* 1401 */   animation: tp-bouncedelay 1.4s infinite ease-in-out;
/* 1402 */   /* Prevent first frame from flickering when animation starts */
/* 1403 */   -webkit-animation-fill-mode: both;
/* 1404 */   animation-fill-mode: both;
/* 1405 */ }
/* 1406 */
/* 1407 */ .tp-loader.spinner3 .bounce1 {
/* 1408 */   -webkit-animation-delay: -0.32s;
/* 1409 */   animation-delay: -0.32s;
/* 1410 */ }
/* 1411 */
/* 1412 */ .tp-loader.spinner3 .bounce2 {
/* 1413 */   -webkit-animation-delay: -0.16s;
/* 1414 */   animation-delay: -0.16s;
/* 1415 */ }
/* 1416 */
/* 1417 */ @-webkit-keyframes tp-bouncedelay {
/* 1418 */   0%, 80%, 100% { -webkit-transform: scale(0.0) }
/* 1419 */   40% { -webkit-transform: scale(1.0) }
/* 1420 */ }
/* 1421 */
/* 1422 */ @keyframes tp-bouncedelay {
/* 1423 */   0%, 80%, 100% {
/* 1424 */     transform: scale(0.0);
/* 1425 */     -webkit-transform: scale(0.0);
/* 1426 */   } 40% {
/* 1427 */     transform: scale(1.0);
/* 1428 */     -webkit-transform: scale(1.0);
/* 1429 */   }
/* 1430 */ }
/* 1431 */
/* 1432 */
/* 1433 */
/* 1434 */
/* 1435 */ .tp-loader.spinner4 {
/* 1436 */   margin: -20px 0px 0px -20px;
/* 1437 */   width: 40px;
/* 1438 */   height: 40px;
/* 1439 */   text-align: center;
/* 1440 */   -webkit-animation: tp-rotate 2.0s infinite linear;
/* 1441 */   animation: tp-rotate 2.0s infinite linear;
/* 1442 */ }
/* 1443 */
/* 1444 */ .tp-loader.spinner4 .dot1,
/* 1445 */ .tp-loader.spinner4 .dot2 {
/* 1446 */   width: 60%;
/* 1447 */   height: 60%;
/* 1448 */   display: inline-block;
/* 1449 */   position: absolute;
/* 1450 */   top: 0;

/* settings.css */

/* 1451 */   background-color: #fff;
/* 1452 */   border-radius: 100%;
/* 1453 */   -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
/* 1454 */   animation: tp-bounce 2.0s infinite ease-in-out;
/* 1455 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1456 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1457 */ }
/* 1458 */
/* 1459 */ .tp-loader.spinner4 .dot2 {
/* 1460 */   top: auto;
/* 1461 */   bottom: 0px;
/* 1462 */   -webkit-animation-delay: -1.0s;
/* 1463 */   animation-delay: -1.0s;
/* 1464 */ }
/* 1465 */
/* 1466 */ @-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
/* 1467 */ @keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
/* 1468 */
/* 1469 */ @-webkit-keyframes tp-bounce {
/* 1470 */   0%, 100% { -webkit-transform: scale(0.0) }
/* 1471 */   50% { -webkit-transform: scale(1.0) }
/* 1472 */ }
/* 1473 */
/* 1474 */ @keyframes tp-bounce {
/* 1475 */   0%, 100% {
/* 1476 */     transform: scale(0.0);
/* 1477 */     -webkit-transform: scale(0.0);
/* 1478 */   } 50% {
/* 1479 */     transform: scale(1.0);
/* 1480 */     -webkit-transform: scale(1.0);
/* 1481 */   }
/* 1482 */ }
