/* style.css */

/* 1    */ /*
/* 2    *| Theme Name:     TheToolbox.cc
/* 3    *| Theme URI:      http: //thetoolbox.cc/
/* 4    *| Description:    Child theme for Construct
/* 5    *| Author:         Sacha Greif
/* 6    *| Author URI:     http: //sachagreif.com
/* 7    *| Template:       construct
/* 8    *| Version:        99
/* 9    *| */
/* 10   */ 
/* 11   */ /*
/* 12   *| ==  THEME DETAILS  ============================================================
/* 13   *| 
/* 14   *|     Theme Name: Construct
/* 15   *|     Theme URI: http://designerthemes.com/themes/construct/
/* 16   *|     Description: A Responsive WordPress Blog and Portfolio Theme
/* 17   *|     Version: 1.6
/* 18   *| 
/* 19   *|     Designer: Joe Mercieri
/* 20   *|     Designer URI: http://upended.com/
/* 21   *|     
/* 22   *|     Developer: Stephen Bluck
/* 23   *|     Developer URI: http://stephenbluck.com/
/* 24   *| 
/* 25   *|     Author: DesignerThemes.com
/* 26   *|     Author URI: http://designerthemes.com/
/* 27   *| 
/* 28   *|     License: GNU General Public License version 3.0
/* 29   *|     License URI: http://www.gnu.org/licenses/gpl-3.0.html
/* 30   *| 
/* 31   *| ===============================================================================
/* 32   *| 
/* 33   *|    ___             _                        ______ __
/* 34   *|   / _ \ ___  ___  (_)___ _ ___  ___  ____  /_  __// /  ___  __ _  ___  ___
/* 35   *|  / // // -_)(_-< / // _ `// _ \/ -_)/ __/   / /  / _ \/ -_)/  ' \/ -_)(_-<
/* 36   *| /____/ \__//___//_/ \_, //_//_/\__//_/     /_/  /_//_/\__//_/_/_/\__//___/
/* 37   *|                    /___/
/* 38   *| 
/* 39   *| ==  WARNING! DO NOT EDIT THIS FILE! (PLEASE)  =================================
/* 40   *| 
/* 41   *|     If you wish to make CSS changes to this theme, DO NOT EDIT THIS FILE.
/* 42   *|     Instead, use the custom-style.css file to define custom styles. Adding your
/* 43   *|     custom CSS there will make it much easier to upgrade to a newer version
/* 44   *|     of this theme without losing any of your customizations.
/* 45   *| 
/* 46   *| ===============================================================================
/* 47   *| */
/* 48   */ 
/* 49   */ /*
/* 50   *|    ___             _                        ______ __

/* style.css */

/* 51   *|   / _ \ ___  ___  (_)___ _ ___  ___  ____  /_  __// /  ___  __ _  ___  ___
/* 52   *|  / // // -_)(_-< / // _ `// _ \/ -_)/ __/   / /  / _ \/ -_)/  ' \/ -_)(_-<
/* 53   *| /____/ \__//___//_/ \_, //_//_/\__//_/     /_/  /_//_/\__//_/_/_/\__//___/
/* 54   *|                    /___/
/* 55   *| 
/* 56   *| ==  WARNING! DO NOT EDIT THIS FILE! (PLEASE)  =================================
/* 57   *| 
/* 58   *| 	If you wish to make CSS changes to this theme, DO NOT EDIT THIS FILE.
/* 59   *| 	Instead, use the custom-style.css file to define custom styles. Adding your
/* 60   *| 	custom CSS there will make it much easier to upgrade to a newer version
/* 61   *| 	of this theme without losing any of your customizations.
/* 62   *| 
/* 63   *| ===============================================================================
/* 64   *| */
/* 65   */ 
/* 66   */ 
/* 67   */ /*---------------------------------------------------------------------------*/
/* 68   */ /*  BASE  */
/* 69   */ /*---------------------------------------------------------------------------*/
/* 70   */ 
/* 71   */ /* reset */
/* 72   */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, hr { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* 73   */ 
/* 74   */ /* general */
/* 75   */ html { height: 100%; overflow-y: scroll; }
/* 76   */ body { height: 100%; background-color: #fff; color: #333; font: 75%/1.5 sans-serif; }
/* 77   */ body:before { content: ""; height: 100%; float: left; width: 0; margin-top: -9999em; }
/* 78   */ .ie6 body, .ie7 body { font-size: small; }
/* 79   */ 
/* 80   */ /* links */
/* 81   */ a { color: #c30; text-decoration: none; outline: none; -moz-transition: color 0.1s linear; -webkit-transition: color 0.1s linear; -o-transition: color 0.1s linear; transition: color 0.1s linear; }
/* 82   */ a:hover { color: #333; text-decoration: underline; }
/* 83   */ a:visited { opacity: .8; filter: alpha(opacity=80); }
/* 84   */ a:link { -webkit-tap-highlight-color: #c30; }
/* 85   */ ::selection { background: #c30; color: #fff; text-shadow: none; }
/* 86   */ 
/* 87   */ /* headings */
/* 88   */ h1, h2, h3, h4, h5, h6 { font-weight: normal; letter-spacing: -.025em }
/* 89   */ h1 { font-size: 24px; margin-bottom: 10px; }
/* 90   */ h2 { font-size: 18px; margin-bottom: 8px; }
/* 91   */ h3 { font-size: 14px; margin-bottom: 6px; }
/* 92   */ h4, h5, h6 { font-weight: normal; font-size: 12px; margin-bottom: 4px; }
/* 93   */ 
/* 94   */ /* images */
/* 95   */ img { max-width: 100% !important; font-style: italic; }
/* 96   */ a img, img { color: #999; }
/* 97   */ 
/* 98   */ p { margin-bottom: 20px; }
/* 99   */ 
/* 100  */ /*form*/

/* style.css */

/* 101  */ fieldset { margin: 0; padding: 0; }
/* 102  */ 
/* 103  */ /* lists */
/* 104  */ ul { list-style-position: outside; margin: 0 0 0 20px; }
/* 105  */ ul ul { list-style: disc; }
/* 106  */ ol { list-style-type: decimal; }
/* 107  */ li { list-style-position: inside; }
/* 108  */ 
/* 109  */ /* tables */
/* 110  */ table { width: 100%; margin-bottom: 20px; border: 1px solid #333; border-width: 3px 0 1px 0; border-spacing: 0; border-collapse: collapse; }
/* 111  */ th, td { padding: 10px 20px; position: relative; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
/* 112  */ th { text-align: left; font-weight: bold; font-size: 110%; padding: 20px; }
/* 113  */ td { vertical-align: top; }
/* 114  */ th:first-child, td:first-child { border-left: 0; }
/* 115  */ tr:nth-child(odd) td { background-color: #f4f4f4; }
/* 116  */ tfoot { font-style: italic; font-weight: bold; }
/* 117  */ caption { text-align: center; font-family: serif; padding-bottom: 10px; }
/* 118  */ 
/* 119  */ /* blockquotes */
/* 120  */ blockquote { quotes: none; padding-left: 20px; margin: 20px; border-left: 3px solid #ccc; font-style: italic; color: #666; }
/* 121  */ blockquote.left { float: left; margin-left: 0; margin-right: 20px; text-align: right; width: 33%; }
/* 122  */ blockquote.right { float: right; margin-left: 20px; margin-right: 0; text-align: left; width: 33%; }
/* 123  */ blockquote p:before, blockquote p:after, q:before, q:after { content: ""; content: none; }
/* 124  */ blockquote > p { padding: 0; }
/* 125  */ 
/* 126  */ /* misc */
/* 127  */ q, em, cite, dfn, i, cite, var, address { font-style: italic; }
/* 128  */ big { font-size: 125%; }
/* 129  */ small { font-size: 85%; }
/* 130  */ strong, dt, b { font-weight: bold; }
/* 131  */ del, s, strike { text-decoration: line-through; }
/* 132  */ fieldset { border: 0; }
/* 133  */ pre, tt, code, kbd, samp, var  { font-family: monospace, sans-serif; font-size: small; background-color: #eee; padding: 0 2px; }
/* 134  */ pre { padding: 20px; margin: 20px 0; }
/* 135  */ sub, sup { font-size: 75%; line-height: 0; position: relative; }
/* 136  */ sup { top: -0.5em; }
/* 137  */ sub { bottom: -0.25em; }
/* 138  */ legend { color: #333; padding-bottom: 5px; }
/* 139  */ ins { text-decoration: none; border-bottom: 3px double #333; }
/* 140  */ abbr, acronym { border-bottom: 1px dotted #333; font-variant: normal; }
/* 141  */ dd { padding-left: 20px; margin: 5px 0 20px; }
/* 142  */ hr { border: 0; height: 1px; background-color: #eee; margin-bottom: 20px; }
/* 143  */ select, input, textarea, button { font: 99%/1.5 sans-serif; margin: 0; padding: 5px; }
/* 144  */ input, textarea { border: 1px solid #eee; }
/* 145  */ textarea { overflow: auto; }
/* 146  */ button { width: auto; overflow: visible; }
/* 147  */ input[type="button"], input[type="submit"], input[type="image"], button, .button, label { cursor: pointer; }
/* 148  */ input[type="radio"], input[type="checkbox"], input.radio, input.checkbox { margin: 0 5px 0 0; }
/* 149  */ input[type="radio"], input.radio { vertical-align: text-bottom; }
/* 150  */ input[type="checkbox"], input.checkbox { vertical-align: bottom; }

/* style.css */

/* 151  */ .ie7 input[type="checkbox"], .ie7 input.checkbox { vertical-align: baseline; }
/* 152  */ .ie6 input { vertical-align: text-bottom; }
/* 153  */ .ie7 img { -ms-interpolation-mode: bicubic; }
/* 154  */ .ie6 legend, .ie7 legend { margin-left: -7px; }
/* 155  */ 
/* 156  */ 
/* 157  */ /*---------------------------------------------------------------------------*/
/* 158  */ /*  BASIC WP STYLES  */
/* 159  */ /*---------------------------------------------------------------------------*/
/* 160  */ 
/* 161  */ .entry-content img { margin: 0 0 20px 0; }
/* 162  */ .alignleft, img.alignleft { float: left; margin-right: 20px; }
/* 163  */ .alignright, img.alignright { display: block; float: right; margin-left: 20px; }
/* 164  */ .aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
/* 165  */ .wp-caption { text-align: center; margin-bottom: 20px; max-width: 100% !important; }
/* 166  */ .wp-caption img { border: 0 none; margin: 0; padding: 0; }
/* 167  */ .wp-caption p.wp-caption-text { margin: 0; padding: 5px; }
/* 168  */ .wp-smiley { max-height: 12px; margin: 0 !important; }
/* 169  */ .gallery img, .gallery dl { margin: 0; }
/* 170  */ .gallery-caption { margin: -20px 0 0 0; }
/* 171  */ .hentry ul, .hentry ol, .hentry p { margin-bottom: 20px; }
/* 172  */ 
/* 173  */ 
/* 174  */ /*---------------------------------------------------------------------------*/
/* 175  */ /*  HELPERS  */
/* 176  */ /*---------------------------------------------------------------------------*/
/* 177  */ 
/* 178  */ .left { float: left; }
/* 179  */ .right { float: right; }
/* 180  */ .hide { display: none; }
/* 181  */ .ir { display: block; text-indent: -9999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* 182  */ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
/* 183  */ .clearfix:before, .clearfix:after, .cf:before, .cf:after { content: ""; display: block; overflow: hidden; }
/* 184  */ .clearfix:after, .cf:after { clear: both; }
/* 185  */ .clearfix, .cf { zoom: 1; }
/* 186  */ 
/* 187  */ 
/* 188  */ /*---------------------------------------------------------------------------*/
/* 189  */ /*  PRINT  */
/* 190  */ /*---------------------------------------------------------------------------*/
/* 191  */ 
/* 192  */ @media print {
/* 193  */ 	* { background: transparent !important; color: #000 !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
/* 194  */ 	a, a:visited { color: #333 !important; text-decoration: underline; }
/* 195  */ 	a[href]:after { content: " (" attr(href) ")"; }
/* 196  */ 	abbr[title]:after { content: " (" attr(title) ")"; }
/* 197  */ 	a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
/* 198  */ 	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
/* 199  */ 	thead { display: table-header-group; }
/* 200  */ 	tr, img { page-break-inside: avoid; }

/* style.css */

/* 201  */ 	@page { margin: 0.5cm; }
/* 202  */ 	p, h2, h3 { orphans: 3; widows: 3; }
/* 203  */ 	h2, h3 { page-break-after: avoid; }
/* 204  */ 	h1, h2, h3, h4 { line-height: 1.5; }
/* 205  */ 	#top, #bottom, #breadcrumbs, #comments, .comments-link { display: none !important; }
/* 206  */ 	body, #wrapper, #page, #content, .hentry, .entry-content { font-size: 12pt; width: 100% !important; margin: 0 !important; padding: 0 !important; border: 0 !important; overflow: visible !important; float: none !important; }
/* 207  */ 	.entry-title { background: none !important; line-height: 2; }
/* 208  */ }
/* 209  */ 
/* 210  */ 
/* 211  */ 
/* 212  */ /*---------------------------------------------------------------------------*/
/* 213  */ /*  TABBERS  */
/* 214  */ /*---------------------------------------------------------------------------*/
/* 215  */ 
/* 216  */ .tabber { margin-bottom: 20px; }
/* 217  */ .tabber ul.tabs { 
/* 218  */ 	list-style: none; 
/* 219  */ 	margin: 0 !important; 
/* 220  */ 	padding: 0;
/* 221  */ 	height: 38px;
/* 222  */ 	border: 1px solid #ddd;
/* 223  */ 	border-width: 0 0 1px 1px;
/* 224  */ }
/* 225  */ .tabber .tabs li { 
/* 226  */ 	float: left;	 
/* 227  */ 	text-indent: 0;
/* 228  */ 	padding: 0;
/* 229  */ 	margin: 0 !important;
/* 230  */ 	list-style-image: none !important;
/* 231  */ }
/* 232  */ .ie7 .tabber .tabs li { line-height: 0; }
/* 233  */ .tabber .tabs a { 
/* 234  */ 	background-color: #eee;
/* 235  */ 	display: block;
/* 236  */ 	height: 36px;  
/* 237  */ 	line-height: 36px;
/* 238  */ 	padding: 1px 20px 0;
/* 239  */ 	border: 1px solid #ddd;
/* 240  */ 	border-left: 0;
/* 241  */ 	color: #999;
/* 242  */ 	font-weight: bold;
/* 243  */ 	text-decoration: none;
/* 244  */ 	position: relative;
/* 245  */ }
/* 246  */ .tabber .tabs a:hover { color: #333; }
/* 247  */ .tabber .tabs .current,
/* 248  */ .tabber .tabs .current:hover,
/* 249  */ .tabber .tabs li.current a {
/* 250  */ 	color: #333;

/* style.css */

/* 251  */ 	background-color: #fff;
/* 252  */ 	border-bottom-color: #fff;
/* 253  */ 	cursor: default !important;
/* 254  */ }
/* 255  */ .tabber .panes {
/* 256  */ 	border: 1px solid #ddd;
/* 257  */ 	border-top: 0;
/* 258  */ 	background-color: #fff;
/* 259  */ }
/* 260  */ .tabber .panes p { margin-bottom: 0; }
/* 261  */ .tabber .panes .pane p { margin-bottom: 20px; }
/* 262  */ .tabber .pane { padding: 20px; }
/* 263  */ .ie8 .tabber .pane { display: block; }
/* 264  */ 
/* 265  */ 
/* 266  */ /* sidebar-tabs */
/* 267  */ #sidebar-tabs {
/* 268  */     padding: 10px;
/* 269  */     background-color: #eee;
/* 270  */     margin-bottom: 30px;
/* 271  */ }
/* 272  */ #sidebar-tabs .widget {
/* 273  */     display: none;
/* 274  */     clear: none;
/* 275  */     margin-bottom: 0;
/* 276  */ }
/* 277  */ #sidebar-tabs .widget-title { display: none }
/* 278  */ #sidebar-tabs .tabs li a:hover,
/* 279  */ #sidebar-tabs .tabs li a.current {
/* 280  */     background-color: #fff;
/* 281  */     text-decoration: none;
/* 282  */ }
/* 283  */ 
/* 284  */ 
/* 285  */ /*---------------------------------------------------------------------------*/
/* 286  */ /*  TOGGLES  */
/* 287  */ /*---------------------------------------------------------------------------*/
/* 288  */ 
/* 289  */ .toggle {
/* 290  */ 	margin-bottom: 20px;
/* 291  */ 	border: 1px solid #ddd;
/* 292  */ 	background-color: #fff;
/* 293  */ }
/* 294  */ .toggle .trigger {
/* 295  */ 	display: block;
/* 296  */ 	background: #eee url(../../../themes/construct/engine/images/icons/toggle-plus.png) center right no-repeat;
/* 297  */ 	font-weight: bold;
/* 298  */ 	color: #333;
/* 299  */ 	line-height: 36px;
/* 300  */ 	text-decoration: none;

/* style.css */

/* 301  */ 	padding: 0 20px;
/* 302  */ }
/* 303  */ .toggle .trigger.open { background: #eee url(../../../themes/construct/engine/images/icons/toggle-minus.png) center right no-repeat; }
/* 304  */ .toggle .trigger:hover { background-color: #f4f4f4; }
/* 305  */ .toggle .pane { padding: 20px; display: none; }
/* 306  */ .toggle p { margin: 0; }
/* 307  */ .toggle .pane p { margin-bottom: 20px; }
/* 308  */ 
/* 309  */ 
/* 310  */ /*---------------------------------------------------------------------------*/
/* 311  */ /*  ACCORDIONS  */
/* 312  */ /*---------------------------------------------------------------------------*/
/* 313  */ 
/* 314  */ .accordion {
/* 315  */ 	background-color: #fff;
/* 316  */ 	border: 1px solid #ddd;
/* 317  */ 	border-top: 0;
/* 318  */ 	margin-bottom: 20px;
/* 319  */ }
/* 320  */ .accordion .trigger {
/* 321  */ 	background-color: #f4f4f4;
/* 322  */ 	font-weight: bold;
/* 323  */ 	display: block;
/* 324  */ 	padding: 0 20px;
/* 325  */ 	border-top: 1px solid #ddd;
/* 326  */ 	line-height: 36px;
/* 327  */ 	color: #999;
/* 328  */ }
/* 329  */ .accordion .trigger:hover,
/* 330  */ .accordion .trigger.current {
/* 331  */ 	cursor: pointer;
/* 332  */ 	color: #333;
/* 333  */ 	background-color: #eee;
/* 334  */ }
/* 335  */ .accordion .trigger.current { cursor: default; }
/* 336  */ .accordion .pane {
/* 337  */ 	display: none;
/* 338  */ 	padding: 10px 20px;
/* 339  */ }
/* 340  */ .accordion .pane.current { display: block; }
/* 341  */ .accordion p { margin: 0; }
/* 342  */ .accordion .pane p { margin-bottom: 20px; }
/* 343  */ 
/* 344  */ 
/* 345  */ /*---------------------------------------------------------------------------*/
/* 346  */ /*  COLUMNS  */
/* 347  */ /*---------------------------------------------------------------------------*/
/* 348  */ 
/* 349  */ .one-half { width: 48%; }
/* 350  */ .one-third { width: 30.66%; }

/* style.css */

/* 351  */ .two-third { width: 65.33%; }
/* 352  */ .one-fourth { width: 22%; }
/* 353  */ .three-fourth { width: 74%; }
/* 354  */ .one-half,
/* 355  */ .one-third,
/* 356  */ .two-third,
/* 357  */ .three-fourth,
/* 358  */ .one-fourth {
/* 359  */ 	position: relative;
/* 360  */ 	margin-right: 3.33%;
/* 361  */ 	margin-bottom: 20px;
/* 362  */ 	float: left;
/* 363  */ }
/* 364  */ .column-last {
/* 365  */ 	margin-right: 0 !important;
/* 366  */ 	clear: right;
/* 367  */ }
/* 368  */ .column-last:after {
/* 369  */     content: "";
/* 370  */     display: block;
/* 371  */     overflow: hidden;
/* 372  */     clear: both;
/* 373  */ }
/* 374  */ 
/* 375  */ 
/* 376  */ /*---------------------------------------------------------------------------*/
/* 377  */ /*  BUTTONS  */
/* 378  */ /*---------------------------------------------------------------------------*/
/* 379  */ 
/* 380  */ .button {
/* 381  */     display: inline-block;
/* 382  */     text-decoration: none;
/* 383  */     font-weight: bold;
/* 384  */     line-height: 1;
/* 385  */     padding: 8px 11px;
/* 386  */     color: #555 !important;
/* 387  */     border: 1px solid #dedede;
/* 388  */     border-radius: 3px;
/* 389  */ }
/* 390  */ .button.white {
/* 391  */     background: #f9f9f9;
/* 392  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
/* 393  */     background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
/* 394  */     background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
/* 395  */     border-color: #dedede #d8d8d8 #d3d3d3;
/* 396  */     text-shadow: 0 1px 0 #fff;
/* 397  */     box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
/* 398  */ }
/* 399  */ .button.white:hover {
/* 400  */     background: #efefef;

/* style.css */

/* 401  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
/* 402  */     background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
/* 403  */     background: -moz-linear-gradient(top, #efefef, #f8f8f8);
/* 404  */     border-color: #c7c7c7 #c3c3c3 #bebebe;
/* 405  */     text-shadow: 0 1px 0 #fdfdfd;
/* 406  */     box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
/* 407  */ }
/* 408  */ .button.grey {
/* 409  */     background: #cacaca;
/* 410  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
/* 411  */     background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
/* 412  */     background: -moz-linear-gradient(top, #cacaca, #aeaeae);
/* 413  */     border-color: #b5b5b5 #a1a1a1 #8f8f8f;
/* 414  */     text-shadow: 0 1px 0 #d4d4d4;
/* 415  */     box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;    
/* 416  */ }
/* 417  */ .button.grey:hover {
/* 418  */     background: #bcbcbc;
/* 419  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
/* 420  */     background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
/* 421  */     background: -moz-linear-gradient(top, #bcbcbc, #c2c2c2);
/* 422  */     border-color: #989898 #8e8e8e #878787;
/* 423  */     text-shadow: 0 1px 0 #dadada;
/* 424  */     box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
/* 425  */ }
/* 426  */ .button.yellow {
/* 427  */     background: #feda71;
/* 428  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
/* 429  */     background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
/* 430  */     background: -moz-linear-gradient(top, #feda71, #febb4a);
/* 431  */     border-color: #f5b74e #e5a73e #d6982f;
/* 432  */     color: #963 !important;
/* 433  */     text-shadow: 0 1px 0 #fedd9b;
/* 434  */     box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;    
/* 435  */ }
/* 436  */ .button.yellow:hover {
/* 437  */     background: #fec354;
/* 438  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /*  IE */
/* 439  */     background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /*  WebKit */
/* 440  */     background: -moz-linear-gradient(top, #fec354, #fecd61);
/* 441  */     border-color: #d29a3a #cc9436 #c89133;
/* 442  */     text-shadow: 0 1px 0 #fee1a0;
/* 443  */     box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;    
/* 444  */ }
/* 445  */ .button.green {
/* 446  */     background: #cae285;
/* 447  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
/* 448  */     background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
/* 449  */     background: -moz-linear-gradient(top, #cae285, #9fcb57);
/* 450  */     border-color: #adc671 #98b65b #87aa4a;

/* style.css */

/* 451  */     color: #5d7731 !important;
/* 452  */     text-shadow: 0 1px 0 #cfe5a4;
/* 453  */     box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;    
/* 454  */ }
/* 455  */ .button.green:hover {
/* 456  */     background: #b8d872;
/* 457  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /*  IE */
/* 458  */     background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /*  WebKit */
/* 459  */     background: -moz-linear-gradient(top, #b8d872, #b9d972);
/* 460  */     border-color: #8bb14d #83a648 #7d9e45;
/* 461  */     text-shadow: 0 1px 0 #d5e8aa;
/* 462  */     box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;    
/* 463  */ }
/* 464  */ .button.blue {
/* 465  */     background: #abe4f8;
/* 466  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /*  IE */
/* 467  */     background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /*  WebKit */
/* 468  */     background: -moz-linear-gradient(top, #abe4f8, #6fcef3);
/* 469  */     border-color: #8dc5da #76b7cf #63abc7;
/* 470  */     color: #42788e !important;
/* 471  */     text-shadow: 0 1px 0 #b6e6f9;
/* 472  */     box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;    
/* 473  */ }
/* 474  */ .button.blue:hover {
/* 475  */     background: #91DBF6;
/* 476  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91DBF6', endColorstr='#94DBF7'); /*  IE */
/* 477  */     background: -webkit-gradient(linear, left top, left bottom, from(#91DBF6), to(#94DBF7)); /*  WebKit */
/* 478  */     background: -moz-linear-gradient(top, #91DBF6, #94DBF7);
/* 479  */     border-color: #7caec0 #68a3ba #5a9cb5;
/* 480  */     text-shadow: 0 1px 0 #bee9fa;
/* 481  */     box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;    
/* 482  */ }
/* 483  */ .button.black {
/* 484  */     background: #5e5e5e;
/* 485  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /*  IE */
/* 486  */     background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /*  WebKit */
/* 487  */     background: -moz-linear-gradient(top, #5e5e5e, #434343);
/* 488  */     border-color: #4c4c4c #313131 #1f1f1f;
/* 489  */     color: #fff !important;
/* 490  */     text-shadow: 0 1px 0 #2e2e2e;
/* 491  */     box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;    
/* 492  */ }
/* 493  */ .button.black:hover {
/* 494  */     background: #5A5A5A;
/* 495  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#5B5B5B'); /*  IE */
/* 496  */     background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5B5B5B)); /*  WebKit */
/* 497  */     background: -moz-linear-gradient(top, #5A5A5A, #5B5B5B);
/* 498  */     border-color: #2c2c2c #1c1c1c #101010;
/* 499  */     text-shadow: 0 1px 0 #363636;
/* 500  */     box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;    

/* style.css */

/* 501  */ }
/* 502  */ 
/* 503  */ 
/* 504  */ /*---------------------------------------------------------------------------*/
/* 505  */ /*  ALERTS  */
/* 506  */ /*---------------------------------------------------------------------------*/
/* 507  */ 
/* 508  */ .alert {
/* 509  */     padding: 12px 5% 12px 5%;
/* 510  */     font-family: serif;
/* 511  */     font-style: italic;
/* 512  */     text-align: center;
/* 513  */     margin: 0 0 20px 0;
/* 514  */ }
/* 515  */ .alert.white {
/* 516  */     background: #fff;
/* 517  */     border: 1px solid #d8d8d8;
/* 518  */     color: #555;
/* 519  */ }
/* 520  */ .alert.yellow {
/* 521  */     background: #fec354;
/* 522  */     border: 1px solid #e5a73e;
/* 523  */     color: #963;
/* 524  */ }
/* 525  */ .alert.green {
/* 526  */     background: #cae285;
/* 527  */     border: 1px solid #98b65b;
/* 528  */     color: #5d7731;
/* 529  */ }
/* 530  */ .alert,
/* 531  */ .alert.red {
/* 532  */     background: #f67c90;
/* 533  */     border: 1px solid #da5f75;
/* 534  */     color: #913944;
/* 535  */ }
/* 536  */ 
/* 537  */ 
/* 538  */ /*---------------------------------------------------------------------------*/
/* 539  */ /*  MISC CUSTOM STYLES  */
/* 540  */ /*---------------------------------------------------------------------------*/
/* 541  */ 
/* 542  */ /* image frames */
/* 543  */ .frame {
/* 544  */     margin: 0 0 20px;
/* 545  */     padding: 10px 10px 8px;
/* 546  */     text-align: center;
/* 547  */     display: inline-block;
/* 548  */     border: 1px solid #111;
/* 549  */     background: #111;
/* 550  */     box-shadow: inset 0 2px 0 -1px hsla(0,0%,100%,.2), inset 0 50px 50px -30px hsla(0,0%,0%,.6), inset 0 150px 150px -30px hsla(0,0%,100%,.3), inset 0 0 5px hsla(0,0%,0%,.6), inset 0 0 0 9px #111;

/* style.css */

/* 551  */ }
/* 552  */ .frame img {
/* 553  */     vertical-align: text-bottom;
/* 554  */     background: #111;
/* 555  */     margin: 0;
/* 556  */     box-shadow: 0 1px 0 hsla(0,0%,100%,.2), 0 0 1px 1px hsla(0,0%,0%,.6);
/* 557  */ }
/* 558  */ 
/* 559  */ /* code snippets */
/* 560  */ pre.code {
/* 561  */     padding: 20px;
/* 562  */     margin: 20px 0;
/* 563  */     overflow: auto;
/* 564  */     font: normal 12px/20px monospace, sans-serif;
/* 565  */     background: #eee url(../../../themes/construct/engine/images/pre-bg.png);
/* 566  */ }
/* 567  */ 
/* 568  */ /* drop caps */
/* 569  */ .drop-cap {
/* 570  */ 	float: left;
/* 571  */ 	color: #111;
/* 572  */ 	font: normal 36px/38px serif;
/* 573  */ 	padding-right: 8px;
/* 574  */ }
/* 575  */ 
/* 576  */ /* divider */
/* 577  */ hr {
/* 578  */ 	border: 0;
/* 579  */ 	height: 1px;
/* 580  */ 	text-align: center;
/* 581  */ 	font-size: 14px;
/* 582  */ 	color: #c4c4c4;
/* 583  */ 	display: block;
/* 584  */ 	margin: 20px 0;
/* 585  */ 	background: #c4c4c4;
/* 586  */ 	background-image: -webkit-linear-gradient(left, #f4f4f4, #c4c4c4, #f4f4f4);
/* 587  */ 	background-image: -moz-linear-gradient(left, #f4f4f4, #c4c4c4, #f4f4f4);
/* 588  */ 	background-image: -ms-linear-gradient(left, #f4f4f4, #c4c4c4, #f4f4f4);
/* 589  */ 	background-image: -o-linear-gradient(left, #f4f4f4, #c4c4c4, #f4f4f4);
/* 590  */ }
/* 591  */ 
/* 592  */ /* text highlight */
/* 593  */ .highlight {
/* 594  */     background-color: #ffffe0;
/* 595  */     padding: 1px;
/* 596  */ }
/* 597  */ 
/* 598  */ /* post editor tweaks */
/* 599  */ .mceContentBody .toggle .pane { display: block !important; }
/* 600  */ .mceContentBody p { margin-bottom: 20px; }

/* style.css */

/* 601  */ 
/* 602  */ 
/* 603  */ 
/* 604  */ 
/* 605  */ /*---------------------------------------------------------------------------*/
/* 606  */ /*  Global Styles
/* 607  *| /*---------------------------------------------------------------------------*/
/* 608  */ 
/* 609  */ body {
/* 610  */ 	background: url(../../../themes/construct/images/bg.png) repeat;
/* 611  */ 	font: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 612  */ }
/* 613  */ 
/* 614  */ a:hover { text-decoration: none; }
/* 615  */ 
/* 616  */ .hentry { padding: 20px; }
/* 617  */ 
/* 618  */ hr {
/* 619  */ 	border-top: 1px dotted #ddd;
/* 620  */ 	background: #fff;
/* 621  */ }
/* 622  */ 
/* 623  */ #wrapper {
/* 624  */     min-height: 100%;
/* 625  */     width: 100%;
/* 626  */ }
/* 627  */ 
/* 628  */ .ie6 #wrapper,
/* 629  */ .ie8 #wrapper {
/* 630  */     display: table;
/* 631  */     height: 100%;
/* 632  */ }
/* 633  */ 
/* 634  */ #page {
/* 635  */     width: auto;
/* 636  */     margin: 0 auto;
/* 637  */     padding-bottom: 130px; /* must be same height as the #bottom */
/* 638  */ }
/* 639  */ 
/* 640  */ #main {
/* 641  */     width: auto;
/* 642  */     margin: 0 0 30px;
/* 643  */ }
/* 644  */ 
/* 645  */ .layout-centered #main { 
/* 646  */ 	width: 940px;
/* 647  */ 	margin: 0 auto 30px;
/* 648  */ }
/* 649  */ 
/* 650  */ .layout-centered #container { 

/* style.css */

/* 651  */ 	padding: 0;
/* 652  */ 	width: 960px;
/* 653  */ }
/* 654  */ 
/* 655  */ .layout-centered.page #container,
/* 656  */ .layout-centered.single #container { 
/* 657  */ 	width: 940px;
/* 658  */ }
/* 659  */ 
/* 660  */ #content {
/* 661  */     float: left;
/* 662  */     width: 100%;
/* 663  */     position: relative;
/* 664  */ }
/* 665  */ .page.page-template-template-fullwidth-php #container { float: none; }
/* 666  */ 
/* 667  */ .page #content { width: 620px; }
/* 668  */ 
/* 669  */ #container { padding: 0 30px 30px; }
/* 670  */ 
/* 671  */ .page #container,
/* 672  */ .single #container { float: left; }
/* 673  */ 
/* 674  */ .layout-centered.tax-group .hentry,
/* 675  */ .layout-centered.page.page-template-template-showcase-php .hentry {
/* 676  */ 	float: none;
/* 677  */ 	width: auto;
/* 678  */ }
/* 679  */ 
/* 680  */ .layout-centered.page .hentry,
/* 681  */ .layout-centered.single .hentry {
/* 682  */ 	width: 620px;
/* 683  */ 	float: left;
/* 684  */ }
/* 685  */ 
/* 686  */ .page #content,
/* 687  */ .single #content {
/* 688  */     max-width: 620px;
/* 689  */     float: left;
/* 690  */ }
/* 691  */ 
/* 692  */ .search #sidebar,
/* 693  */ .layout-left.search #sidebar,
/* 694  */ .archive #sidebar,
/* 695  */ .layout-left.archive #sidebar {
/* 696  */     float: left;
/* 697  */     margin: 410px 0 0 0;
/* 698  */ }
/* 699  */ 
/* 700  */ .search #masonry,

/* style.css */

/* 701  */ .archive #masonry { padding: 0 0 0 20px; }
/* 702  */ 
/* 703  */ .tax-group #masonry { padding: 0; }
/* 704  */ 
/* 705  */ #masonry {
/* 706  */     margin: 0;
/* 707  */     width: auto;
/* 708  */     overflow: hidden;
/* 709  */ }
/* 710  */ 
/* 711  */ ie8 #masonry { width: 100%; float: left; }
/* 712  */ 
/* 713  */ #masonry-new { display: none; }
/* 714  */ 
/* 715  */ #sidebar {
/* 716  */     width: 300px;
/* 717  */     margin: 0;
/* 718  */     float: right;
/* 719  */     background: #3b3b3b;
/* 720  */     border-radius: 3px;
/* 721  */ }
/* 722  */ 
/* 723  */ .layout-left #sidebar { margin: 0 0 0 20px; }
/* 724  */ 
/* 725  */ .sidebar-left #sidebar { float: left; }
/* 726  */ 
/* 727  */ .sidebar-left #content { float: right; }
/* 728  */ 
/* 729  */ .sidebar-none #content { width: 100%; }
/* 730  */ 
/* 731  */ #bottom {
/* 732  */     margin: 30px 0 0 0;
/* 733  */     position: relative;
/* 734  */     margin-top: -130px; /* negative value of footer height */
/* 735  */     height: 130px;
/* 736  */     clear: both;
/* 737  */     background: #3b3b3b;
/* 738  */     overflow: hidden;
/* 739  */ }
/* 740  */ 
/* 741  */ .page-template-template-fullwidth-php #content { max-width: 100%; }
/* 742  */ 
/* 743  */ pre { overflow: scroll; }
/* 744  */ 
/* 745  */ #archive-wrap { float: left; }
/* 746  */ 
/* 747  */ .search-wrap { padding: 0 0 30px 0; }
/* 748  */ 
/* 749  */ #colorbox img { max-width: none !important; }
/* 750  */ 

/* style.css */

/* 751  */ 
/* 752  */ /*---------------------------------------------------------------------------*/
/* 753  */ /*  Header Styles
/* 754  *| /*---------------------------------------------------------------------------*/
/* 755  */ 
/* 756  */ #home-title {
/* 757  */ 	font: italic 20px/1.5em 'Droid Serif', serif;
/* 758  */ 	padding: 0 0 20px;
/* 759  */ 	margin: 0 50px 20px 30px;
/* 760  */ 	color: #3b3b3b;
/* 761  */ 	border-bottom: 1px dotted #bbb;
/* 762  */ }
/* 763  */ 
/* 764  */ .layout-centered #home-title {
/* 765  */ 	width: 940px;
/* 766  */ 	margin: 0 auto 20px auto;
/* 767  */ }
/* 768  */ 
/* 769  */ .ie8 #home-title { font-family: Georgia, serif; }
/* 770  */ 
/* 771  */ #header {
/* 772  */ 	margin: 0 0 30px 0;
/* 773  */ 	padding: 30px 30px 20px;
/* 774  */ 	background: url(../../../themes/construct/images/header-bg.jpg) repeat;
/* 775  */ }
/* 776  */ 
/* 777  */ .layout-centered #header-inner {
/* 778  */ 	width: 940px;
/* 779  */ 	margin: 0 auto;
/* 780  */ }
/* 781  */ 
/* 782  */ #top-bar {
/* 783  */ 	background: #3b3b3b;
/* 784  */ 	border-bottom: 1px solid #6a6a6a;
/* 785  */ 	height: 12px;
/* 786  */ }
/* 787  */ 
/* 788  */ #logo {
/* 789  */ 	float: left;
/* 790  */ 	width: 220px;
/* 791  */ 	height: 50px;
/* 792  */ 	overflow: hidden;
/* 793  */ }
/* 794  */ 
/* 795  */ #logo h1,
/* 796  */ #logo h2 { margin: 0; }
/* 797  */ 
/* 798  */ #logo h2 {
/* 799  */ 	font-size: 12px;
/* 800  */ 	color: #888;

/* style.css */

/* 801  */ }
/* 802  */ 
/* 803  */ #site-title {
/* 804  */ 	font-size: 24px;
/* 805  */ 	line-height: 1;
/* 806  */ 	text-transform: uppercase;
/* 807  */ 	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
/* 808  */ }
/* 809  */ 
/* 810  */ #site-title,
/* 811  */ #site-title a { color: #eee; }
/* 812  */ 
/* 813  */ #site-description { padding: 5px 0 10px; }
/* 814  */ 
/* 815  */ #primary-menu {
/* 816  */     float: left;
/* 817  */     text-transform: uppercase;
/* 818  */ }
/* 819  */ 
/* 820  */ #primary-menu ul {
/* 821  */     margin: 0;
/* 822  */     padding: 0;
/* 823  */     list-style: none;
/* 824  */     line-height: 33px;
/* 825  */ }
/* 826  */ 
/* 827  */ #primary-menu ul a {
/* 828  */     display: block;
/* 829  */     position: relative;
/* 830  */ }
/* 831  */ 
/* 832  */ #primary-menu ul li {
/* 833  */     float: left;
/* 834  */     position: relative;
/* 835  */     z-index: 40;
/* 836  */ }
/* 837  */ 
/* 838  */ #primary-menu ul li:hover { visibility: inherit; }
/* 839  */ 
/* 840  */ #primary-menu ul ul {
/* 841  */     position: absolute;
/* 842  */     top: -9999em;
/* 843  */ }
/* 844  */ 
/* 845  */ #primary-menu ul ul li { width: 100%; }
/* 846  */ 
/* 847  */ #primary-menu ul li:hover ul,
/* 848  */ #primary-menu ul li.sfHover ul {
/* 849  */     top: 30px;
/* 850  */     left: -1px;

/* style.css */

/* 851  */     z-index: 99;
/* 852  */ }
/* 853  */ 
/* 854  */ #primary-menu ul li:hover li ul,
/* 855  */ #primary-menu ul li.sfHover li ul,
/* 856  */ #primary-menu ul li li:hover li ul,
/* 857  */ #primary-menu ul li li.sfHover li ul,
/* 858  */ #primary-menu ul li li li:hover li ul,
/* 859  */ #primary-menu ul li li li.sfHover li ul { top: -9999em; }
/* 860  */ 
/* 861  */ #primary-menu ul li li:hover ul,
/* 862  */ #primary-menu ul li li.sfHover ul,
/* 863  */ #primary-menu ul li li li:hover ul,
/* 864  */ #primary-menu ul li li li.sfHover ul,
/* 865  */ #primary-menu ul li li li li:hover ul,
/* 866  */ #primary-menu ul li li li li.sfHover ul {
/* 867  */     left: 180px;
/* 868  */     top: -1px;
/* 869  */ }
/* 870  */ 
/* 871  */ /* top level skin */
/* 872  */ #primary-menu ul li { margin: 0 5px 5px 0; }
/* 873  */ 
/* 874  */ #primary-menu ul a {
/* 875  */     height: 33px;
/* 876  */     line-height: 35px;
/* 877  */     color: #fff;
/* 878  */     text-shadow: 0 1px 1px rgba(0,0,0,0.8);
/* 879  */     font-weight: bold;
/* 880  */     padding: 0 20px;
/* 881  */     border-radius: 3px;
/* 882  */     -webkit-transition: background-color .1s linear, color .1s linear;
/* 883  */ 	   -moz-transition: background-color .1s linear, color .1s linear;
/* 884  */ 	     -o-transition: background-color .1s linear, color .1s linear;
/* 885  */ 	    -ms-transition: background-color .1s linear, color .1s linear;
/* 886  */ 	        transition: background-color .1s linear, color .1s linear;
/* 887  */ }
/* 888  */ 
/* 889  */ #primary-menu ul li.current-cat a,
/* 890  */ #primary-menu ul li.current_page_item a,
/* 891  */ #primary-menu ul li.current-menu-item a {
/* 892  */ 	color: #fff;
/* 893  */ 	background: #4b4b4b;
/* 894  */     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.3);
/* 895  */ }
/* 896  */ 
/* 897  */ #primary-menu ul li.current-menu-item li a:hover,
/* 898  */ #primary-menu ul a.active,
/* 899  */ #primary-menu ul ul li.current-menu-item a,
/* 900  */ #primary-menu ul a:hover {

/* style.css */

/* 901  */ 	text-decoration: none;
/* 902  */ 	color: #fff;
/* 903  */ 	background: #3b3b3b;
/* 904  */     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.3);
/* 905  */ }
/* 906  */ 
/* 907  */ #primary-menu ul li.current-menu-item li a:hover { background: none; }
/* 908  */ 
/* 909  */ #primary-menu ul li.current-cat li a,
/* 910  */ #primary-menu ul li.current_page_item li a,
/* 911  */ #primary-menu ul li.current-menu-item li a {
/* 912  */ 	background: none;
/* 913  */ 	box-shadow: none;
/* 914  */ }
/* 915  */ 
/* 916  */ /* 2nd level skin */
/* 917  */ #primary-menu ul ul {
/* 918  */     padding: 40px 0 0 0;
/* 919  */     text-transform: none;
/* 920  */     text-align: center;
/* 921  */     background: url(../../../themes/construct/images/nav-plus.png) center 15px no-repeat;
/* 922  */     width: 100%;
/* 923  */ }
/* 924  */ 
/* 925  */ .ie8 #primary-menu ul ul { padding: 38px 0 0 0; }
/* 926  */ 
/* 927  */ #primary-menu ul ul li {
/* 928  */     height: auto;
/* 929  */     border-right: 0;
/* 930  */     margin: 0;
/* 931  */     width: auto;
/* 932  */     padding: 5px 20px;
/* 933  */     float: none;
/* 934  */     background: #3b3b3b;
/* 935  */     border-left: 1px solid #333;
/* 936  */     border-right: 1px solid #333;
/* 937  */ }
/* 938  */ 
/* 939  */ #primary-menu ul ul li:first-child {
/* 940  */ 	padding-top: 13px;
/* 941  */ 	border-top: 2px solid #333;
/* 942  */ }
/* 943  */ 
/* 944  */ #primary-menu ul ul li:last-child {
/* 945  */ 	padding-bottom: 15px;
/* 946  */ 	border-bottom: 1px solid #333;
/* 947  */ 	border-radius: 0 0 3px 3px;
/* 948  */ }
/* 949  */ 
/* 950  */ #primary-menu ul ul li a {

/* style.css */

/* 951  */     padding: 5px 10px;
/* 952  */     line-height: 24px;
/* 953  */     height: auto;
/* 954  */     color: #bbb;
/* 955  */ }
/* 956  */ 
/* 957  */ #primary-menu ul ul li a:hover { color: #fff; }
/* 958  */ 
/* 959  */ .page-template-template-fullwidth-php #content,
/* 960  */ .page-template-template-fullwidth-php .hentry,
/* 961  */ .layout-centered.page-template-template-fullwidth-php #content,
/* 962  */ .layout-centered.page-template-template-fullwidth-php .hentry { width: 100%; }
/* 963  */ 
/* 964  */ .search .item.none,
/* 965  */ .search .item.none .hentry { height: auto; }
/* 966  */ 
/* 967  */ 
/* 968  */ /*-----------------------------------------------------------------------------------*/
/* 969  */ /*	Showcase Post Type Styles
/* 970  *| /*-----------------------------------------------------------------------------------*/
/* 971  */ 
/* 972  */ .layout-centered.single.single-showcase #content .hentry { 
/* 973  */ 	width: auto; 
/* 974  */ 	float: none;
/* 975  */ }
/* 976  */ 
/* 977  */ .tax-group #content,
/* 978  */ .page.page-template-template-showcase-php #content {
/* 979  */ 	width: 100%;
/* 980  */ 	max-width: 100%;
/* 981  */ }
/* 982  */ 
/* 983  */ .layout-centered.tax-group #main,
/* 984  */ .layout-centered.page.page-template-template-showcase-php #main {
/* 985  */ 	width: 960px;
/* 986  */ 	max-width: 100%;
/* 987  */ }
/* 988  */ 
/* 989  */ .layout-centered.single.single-showcase #main {
/* 990  */ 	width: 960px;
/* 991  */ 	max-width: 960px;
/* 992  */ }
/* 993  */ 
/* 994  */ .tax-group #container,
/* 995  */ .page.page-template-template-showcase-php #container {
/* 996  */ 	width: auto;
/* 997  */ 	float: none;
/* 998  */ }
/* 999  */ 
/* 1000 */ .tax-group #content .hentry,

/* style.css */

/* 1001 */ .page.page-template-template-showcase-php #content .hentry { padding: 20px; }
/* 1002 */ 
/* 1003 */ .tax-group .item,
/* 1004 */ .tax-group .item .hentry,
/* 1005 */ .page.page-template-template-showcase-php .item,
/* 1006 */ .page.page-template-template-showcase-php .item .hentry { height: auto; }
/* 1007 */ 
/* 1008 */ 
/* 1009 */ .tax-group .featured-image,
/* 1010 */ .page.page-template-template-showcase-php .featured-image { height: auto; }
/* 1011 */ 
/* 1012 */ .search .format-gallery .post-title,
/* 1013 */ .tax-group .format-gallery .post-title,
/* 1014 */ .page-template-template-showcase-php .format-gallery .post-title {
/* 1015 */ 	padding-right: 30px;
/* 1016 */ 	background: url(../../../themes/construct/images/icon-gallery.png) no-repeat right 3px;
/* 1017 */ }
/* 1018 */ 
/* 1019 */ .search .format-image .post-title,
/* 1020 */ .tax-group .format-image .post-title,
/* 1021 */ .page-template-template-showcase-php .format-image .post-title {
/* 1022 */ 	padding-right: 30px;
/* 1023 */ 	background: url(../../../themes/construct/images/icon-image.png) no-repeat right 3px;
/* 1024 */ }
/* 1025 */ 
/* 1026 */ .search .format-video .post-title,
/* 1027 */ .tax-group .format-video .post-title,
/* 1028 */ .page-template-template-showcase-php .format-video .post-title {
/* 1029 */ 	padding-right: 30px;
/* 1030 */ 	background: url(../../../themes/construct/images/icon-video.png) no-repeat right 3px;
/* 1031 */ }
/* 1032 */ 
/* 1033 */ .tax-group #content .post-content,
/* 1034 */ .page.page-template-template-showcase-php #content .post-content {
/* 1035 */ 	padding: 0;
/* 1036 */ 	margin: 0;
/* 1037 */ 	color: #999;
/* 1038 */ }
/* 1039 */ 
/* 1040 */ .single.single-showcase #content {
/* 1041 */ 	width: 940px;
/* 1042 */ 	max-width: 940px;
/* 1043 */ }
/* 1044 */ 
/* 1045 */ .single.single-showcase #container {
/* 1046 */ 	width: 940px;
/* 1047 */ 	float: none;
/* 1048 */ }
/* 1049 */ 
/* 1050 */ .single.single-showcase #container {

/* style.css */

/* 1051 */ 	width: 940px;
/* 1052 */ 	float: none;
/* 1053 */ }
/* 1054 */ 
/* 1055 */ .single.single-showcase #content .hentry {
/* 1056 */ 	background: #3b3b3b;
/* 1057 */ 	padding-bottom: 30px;
/* 1058 */ }
/* 1059 */ 
/* 1060 */ .single.single-showcase #content .post-content {
/* 1061 */ 	padding: 0;
/* 1062 */ 	margin: 0 30px 0 0;
/* 1063 */ 	float: right;
/* 1064 */ 	color: #ccc;
/* 1065 */ 	width: 260px;
/* 1066 */ }
/* 1067 */ 
/* 1068 */ .single.single-showcase #content .post-content a:hover { color: #fff; }
/* 1069 */ 
/* 1070 */ .single.single-showcase #content .post-content .button { box-shadow: 0 1px 1px #2b2b2b !important; }
/* 1071 */ 
/* 1072 */ .single.single-showcase #content .post-content .button:hover { box-shadow: none !important; }
/* 1073 */ 
/* 1074 */ .single.single-showcase .featured-image {
/* 1075 */ 	float: left;
/* 1076 */ 	margin: 0;
/* 1077 */ 	width: 620px;
/* 1078 */ }
/* 1079 */ 
/* 1080 */ .single.single-showcase #comments {
/* 1081 */ 	float: left;
/* 1082 */ 	width: 580px;
/* 1083 */ }
/* 1084 */ 
/* 1085 */ #related {
/* 1086 */ 	padding: 20px;
/* 1087 */ 	width: 260px;
/* 1088 */ 	float: right;
/* 1089 */ 	background: #fff;
/* 1090 */ 	margin: 20px 0 0 0;
/* 1091 */ 	border-radius: 3px;
/* 1092 */ 	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
/* 1093 */ }
/* 1094 */ 
/* 1095 */ #related h3 {
/* 1096 */ 	font-family: 'Droid Sans', sans-serif;
/* 1097 */ 	text-transform: uppercase;
/* 1098 */ 	padding: 0 0 5px 0;
/* 1099 */ 	border-bottom: 1px dotted #CCC;
/* 1100 */ 	margin: 0 0 20px 0;

/* style.css */

/* 1101 */ }
/* 1102 */ 
/* 1103 */ #related ul {
/* 1104 */ 	margin: 0;
/* 1105 */ 	list-style: none;
/* 1106 */ }
/* 1107 */ 
/* 1108 */ #related .featured-image { 
/* 1109 */ 	margin-bottom: 20px; 
/* 1110 */ 	width: auto;
/* 1111 */ }
/* 1112 */ 
/* 1113 */ #related li:last-child .featured-image { margin-bottom: 0; }
/* 1114 */ 
/* 1115 */ .item.groups,
/* 1116 */ .item.groups a {
/* 1117 */ 	color: #fff;
/* 1118 */ 	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
/* 1119 */ }
/* 1120 */ 
/* 1121 */ .item.groups h1 {
/* 1122 */ 	font-weight: bold;
/* 1123 */ 	font-size: 20px;
/* 1124 */ 	margin-bottom: 15px;
/* 1125 */ }
/* 1126 */ 
/* 1127 */ .groups .inner { padding: 20px 20px 30px; }
/* 1128 */ 
/* 1129 */ #filter {
/* 1130 */ 	list-style: none;
/* 1131 */ 	margin: 0;
/* 1132 */ }
/* 1133 */ 
/* 1134 */ #filter li {
/* 1135 */ 	padding: 0 20px;
/* 1136 */ 	font-size: 11px;
/* 1137 */ 	cursor: pointer;
/* 1138 */ 	margin: 0 0 5px 0;
/* 1139 */ 	color: rgba(255,255,255,0.6);
/* 1140 */ }
/* 1141 */ 
/* 1142 */ #filter li:last-child { margin: 0; }
/* 1143 */ 
/* 1144 */ #filter li:hover,
/* 1145 */ #filter li.active {
/* 1146 */ 	border-radius: 3px;
/* 1147 */ 	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1);
/* 1148 */ }
/* 1149 */ 
/* 1150 */ #filter li a {

/* style.css */

/* 1151 */ 	color: #fff;
/* 1152 */ 	font-weight: bold;
/* 1153 */ 	font-size: 13px;
/* 1154 */ 	line-height: 35px;
/* 1155 */ }
/* 1156 */ 
/* 1157 */ 
/* 1158 */ /*-----------------------------------------------------------------------------------*/
/* 1159 */ /*	Main Content Styles
/* 1160 *| /*-----------------------------------------------------------------------------------*/
/* 1161 */ 
/* 1162 */ .error404 .hentry {
/* 1163 */ 	background: #fff;
/* 1164 */ 	padding: 20px;
/* 1165 */ 	float: none;
/* 1166 */ 	margin: 0;
/* 1167 */ 	width: auto !important;
/* 1168 */ 	height: auto !important;
/* 1169 */ }
/* 1170 */ 
/* 1171 */ #hentry-wrap { 
/* 1172 */ 	float: left;
/* 1173 */ 	width: 620px;
/* 1174 */ }
/* 1175 */ 
/* 1176 */ .page #content .hentry,
/* 1177 */ .single #content .hentry {
/* 1178 */ 	padding: 20px 0;
/* 1179 */ 	border: 0;
/* 1180 */ 	background: #fff;
/* 1181 */ 	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
/* 1182 */ 	border-radius: 3px;
/* 1183 */ 	overflow: hidden;
/* 1184 */ }
/* 1185 */ 
/* 1186 */ .post-content { word-wrap: break-word; }
/* 1187 */ 
/* 1188 */ .page #content .post-content,
/* 1189 */ .single #content .post-content {
/* 1190 */ 	margin: 30px 0;
/* 1191 */ 	padding: 0 20px;
/* 1192 */ }
/* 1193 */ 
/* 1194 */ .post-header {
/* 1195 */ 	margin: 0 0 20px 0;
/* 1196 */ 	border-radius: 3px 3px 0 0;
/* 1197 */ }
/* 1198 */ 
/* 1199 */ .ie8 .single .post-header,
/* 1200 */ .ie8 .single .post-footer,

/* style.css */

/* 1201 */ .ie8 .page .post-header,
/* 1202 */ .ie8 .page .post-footer { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* 1203 */ 
/* 1204 */ .single .post-footer,
/* 1205 */ .single .post-header,
/* 1206 */ .page .post-footer,
/* 1207 */ .page .post-header {
/* 1208 */ 	background: #3b3b3b;
/* 1209 */ 	margin: -20px 0 0 0;
/* 1210 */ 	padding: 20px;
/* 1211 */ 	color: #888;
/* 1212 */ 	font-size: 11px;
/* 1213 */ 	text-transform: uppercase;
/* 1214 */ 	font-family: 'Droid Sans', sans-serif;
/* 1215 */ }
/* 1216 */ 
/* 1217 */ .single .post-footer a,
/* 1218 */ .single .post-header a,
/* 1219 */ .page .post-footer a,
/* 1220 */ .page .post-header a {
/* 1221 */ 	font-weight: bold;
/* 1222 */ 	color: #888;
/* 1223 */ }
/* 1224 */ 
/* 1225 */ .single .post-header a:hover,
/* 1226 */ .page .post-header a:hover { color: #fff; }
/* 1227 */ 
/* 1228 */ .format-video h1.post-title { background: url(../../../themes/construct/images/icon-video-lg.png) no-repeat right top; }
/* 1229 */ 
/* 1230 */ .format-image h1.post-title { background: url(../../../themes/construct/images/icon-image-lg.png) no-repeat right top; }
/* 1231 */ 
/* 1232 */ .format-gallery h1.post-title { background: url(../../../themes/construct/images/icon-gallery-lg.png) no-repeat right top; }
/* 1233 */ 
/* 1234 */ .format-video h1.post-title,
/* 1235 */ .format-image h1.post-title,
/* 1236 */ .format-gallery h1.post-title {
/* 1237 */ 	padding-right: 35px;
/* 1238 */ }
/* 1239 */ 
/* 1240 */ .single .post-footer {
/* 1241 */ 	padding: 20px 0 0 0;
/* 1242 */ 	margin: 0 20px;
/* 1243 */ 	border-top: 1px dotted #ccc;
/* 1244 */ 	background: #fff;
/* 1245 */ 	width: auto;
/* 1246 */ }
/* 1247 */ 
/* 1248 */ .single .post-title,
/* 1249 */ .page .page-title {
/* 1250 */ 	color: #fff;

/* style.css */

/* 1251 */ 	font-size: 18px;
/* 1252 */ 	font-weight: bold;
/* 1253 */ 	text-transform: none;
/* 1254 */ 	font: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 1255 */ 	margin: 0;
/* 1256 */ 	padding-bottom: 8px;
/* 1257 */ }
/* 1258 */ 
/* 1259 */ .page .page-title { padding: 0; }
/* 1260 */ 
/* 1261 */ .featured-image {
/* 1262 */ 	margin: 0 0 20px 0;
/* 1263 */ 	position: relative;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ .featured-image a,
/* 1267 */ .featured-image img { 
/* 1268 */ 	display: block;
/* 1269 */ 	height: auto;
/* 1270 */ }
/* 1271 */ 
/* 1272 */ img { height: auto; }
/* 1273 */ 
/* 1274 */ .pagination { padding: 20px 0; }
/* 1275 */ 
/* 1276 */ /* pagination */
/* 1277 */ .pagination a,
/* 1278 */ .pagination span {
/* 1279 */     display: block;
/* 1280 */     float: left;
/* 1281 */     margin: 0 3px 0 0;
/* 1282 */     padding: 2px 10px;
/* 1283 */     background: #fff;
/* 1284 */     color: #999;
/* 1285 */     border-radius: 3px;
/* 1286 */ 	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
/* 1287 */ }
/* 1288 */ 
/* 1289 */ .pagination a { color: #000; }
/* 1290 */ 
/* 1291 */ .pagination .current { font-weight: bold; }
/* 1292 */ 
/* 1293 */ .pagination .next,
/* 1294 */ .pagination .prev {
/* 1295 */ 	width: auto;
/* 1296 */ 	height: auto;
/* 1297 */ }
/* 1298 */ 
/* 1299 */ /* breadcrumbs */
/* 1300 */ .breadcrumbs {

/* style.css */

/* 1301 */ 	margin: 0 0 30px 0;
/* 1302 */ 	padding: 10px 0 10px 20px;
/* 1303 */ 	font-size: 11px;
/* 1304 */ 	font-weight: bold;
/* 1305 */ 	background: #fff;
/* 1306 */ 	float: left;
/* 1307 */     border-radius: 3px;
/* 1308 */ 	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
/* 1309 */ }
/* 1310 */ 
/* 1311 */ .breadcrumbs a { color: #565757; }
/* 1312 */ 
/* 1313 */ .breadcrumbs a:hover { color: #000; }
/* 1314 */ 
/* 1315 */ .breadcrumbs a,
/* 1316 */ .breadcrumbs span {
/* 1317 */ 	margin: 0 20px 0 0;
/* 1318 */ 	float: left;
/* 1319 */ }
/* 1320 */ 
/* 1321 */ .breadcrumbs span { color: #999; }
/* 1322 */ 
/* 1323 */ .breadcrumbs .sep {
/* 1324 */ 	width: 8px;
/* 1325 */ 	height: 13px;
/* 1326 */ 	background: url(../../../themes/construct/images/breadcrumb-sep.png);
/* 1327 */ }
/* 1328 */ 
/* 1329 */ /* comments */
/* 1330 */ #comments {
/* 1331 */ 	margin: 20px 0;
/* 1332 */ 	padding: 20px;
/* 1333 */ 	border: 0;
/* 1334 */ 	background: #fff;
/* 1335 */ 	overflow: hidden;
/* 1336 */ 	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
/* 1337 */ 	border-radius: 3px;
/* 1338 */ }
/* 1339 */ 
/* 1340 */ .layout-centered #comments {
/* 1341 */ 	float: left;
/* 1342 */ }
/* 1343 */ 
/* 1344 */ .ie8 #comments h3 { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* 1345 */ 
/* 1346 */ #comments h3 {
/* 1347 */ 	font-family: 'Droid Sans', sans-serif;
/* 1348 */ 	text-transform: uppercase;
/* 1349 */ 	padding: 0 0 5px 0;
/* 1350 */ 	border-bottom: 1px dotted #ccc;

/* style.css */

/* 1351 */ 	margin: 0 0 30px 0;
/* 1352 */ }
/* 1353 */ 
/* 1354 */ #comments p {
/* 1355 */ 	clear: both;
/* 1356 */ 	margin-bottom: 15px;
/* 1357 */ }
/* 1358 */ 
/* 1359 */ #comments ol,
/* 1360 */ #comments ul,
/* 1361 */ #comments li {
/* 1362 */     list-style: none;
/* 1363 */     padding: 0;
/* 1364 */ }
/* 1365 */ 
/* 1366 */ .commentlist { margin-bottom: 50px; }
/* 1367 */ 
/* 1368 */ .commentlist .comment-author img.photo {
/* 1369 */     float: left;
/* 1370 */     margin-right: 10px;
/* 1371 */ }
/* 1372 */ 
/* 1373 */ .commentlist .comment-author {
/* 1374 */     font-size: 18px;
/* 1375 */     font-weight: bold;
/* 1376 */     margin: 0 0 20px 0;
/* 1377 */ }
/* 1378 */ 
/* 1379 */ .commentlist .comment-author cite { font-style: normal; }
/* 1380 */ 
/* 1381 */ .ie8 .commentlist .comment-meta { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* 1382 */ 
/* 1383 */ .commentlist .comment-meta {
/* 1384 */ 	font-size: 11px;
/* 1385 */ 	font-family: 'Droid Sans', sans-serif;
/* 1386 */ 	font-weight: bold;
/* 1387 */ 	text-transform: uppercase;
/* 1388 */ 	color: #aaaaaa;
/* 1389 */ }
/* 1390 */ 
/* 1391 */ .commentlist .comment-meta a { color: #aaa; }
/* 1392 */ 
/* 1393 */ .comment-reply-link { font-weight: normal; }
/* 1394 */ 
/* 1395 */ .commentlist .comment-body {
/* 1396 */ 	padding: 0;
/* 1397 */ 	margin: 0 0 40px 0;
/* 1398 */ 	line-height: 20px;
/* 1399 */ }
/* 1400 */ 

/* style.css */

/* 1401 */ #comments .commentlist #respond { margin: 20px 0 40px 60px; }
/* 1402 */ 
/* 1403 */ #comments .commentlist #commentform { margin-top: 20px; }
/* 1404 */ 
/* 1405 */ #comments .commentlist li.comment { clear: both; }
/* 1406 */ 
/* 1407 */ #comments .commentlist ul.children {
/* 1408 */     padding-left: 50px;
/* 1409 */     margin: 0;
/* 1410 */ }
/* 1411 */ 
/* 1412 */ #comments input,
/* 1413 */ #comments textarea,
/* 1414 */ #comments select {
/* 1415 */     padding: 5px;
/* 1416 */     margin: 0 0 10px;
/* 1417 */     width: 95%;
/* 1418 */     border: none;
/* 1419 */     background: #f0f0f0;
/* 1420 */     box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
/* 1421 */ 	border-radius: 3px;
/* 1422 */ }
/* 1423 */ 
/* 1424 */ #comments input:focus,
/* 1425 */ #comments textarea:focus,
/* 1426 */ #comments select:focus { background: #fff; }
/* 1427 */ 
/* 1428 */ #comments #submit {
/* 1429 */ 	width: 100%;
/* 1430 */ 	font-weight: bold;
/* 1431 */ 	color: #fff;
/* 1432 */ 	padding: 10px 0;
/* 1433 */ 	margin: 0;
/* 1434 */ 	border: none;
/* 1435 */ 	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
/* 1436 */ }
/* 1437 */ 
/* 1438 */ #comments #submit:hover {
/* 1439 */ 	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(0, 0, 0, 0.5);
/* 1440 */ }
/* 1441 */ 
/* 1442 */ .input-wrap {
/* 1443 */ 	float: right;
/* 1444 */ 	width: 39.928571428571%;
/* 1445 */ }
/* 1446 */ 
/* 1447 */ .textarea-wrap {
/* 1448 */ 	float: left;
/* 1449 */ 	width: 58.928571428571%;
/* 1450 */ }

/* style.css */

/* 1451 */ 
/* 1452 */ #comments label {
/* 1453 */ 	margin: 0 0 5px 0;
/* 1454 */ 	font-size: 12px;
/* 1455 */ 	font-weight: bold;
/* 1456 */ 	display: block;
/* 1457 */ }
/* 1458 */ 
/* 1459 */ #comments label span { color: #999; }
/* 1460 */ 
/* 1461 */ #comments .form-section {
/* 1462 */     width: 33%;
/* 1463 */     float: right;
/* 1464 */ }
/* 1465 */ 
/* 1466 */ #comments #form-section-comment {
/* 1467 */     width: 65%;
/* 1468 */     float: left;
/* 1469 */ }
/* 1470 */ 
/* 1471 */ #comments #form-section-comment textarea { height: 200px; }
/* 1472 */ 
/* 1473 */ #comments .avatar {
/* 1474 */ 	float: left;
/* 1475 */ 	margin: 0 15px 0 0;
/* 1476 */ }
/* 1477 */ 
/* 1478 */ /* contact form */
/* 1479 */ .dt-contactform label {
/* 1480 */     display: block;
/* 1481 */     margin: 0 0 10px 0;
/* 1482 */ }
/* 1483 */ 
/* 1484 */ .dt-contactform input {
/* 1485 */     width: 45%;
/* 1486 */     margin: 0 0 20px 0;
/* 1487 */ }
/* 1488 */ 
/* 1489 */ .dt-contactform select { margin: 0 0 20px 0; }
/* 1490 */ 
/* 1491 */ .dt-contactform textarea {
/* 1492 */     width: 98%;
/* 1493 */     margin: 0 0 20px 0;
/* 1494 */ }
/* 1495 */ 
/* 1496 */ .dt-contactform .submit {
/* 1497 */     width: auto;
/* 1498 */     float: right;
/* 1499 */     background: #fff;
/* 1500 */     margin: 0;

/* style.css */

/* 1501 */ }
/* 1502 */ 
/* 1503 */ .contact .alert { display: none; }
/* 1504 */ 
/* 1505 */ .item .hentry {
/* 1506 */ 	position: relative;
/* 1507 */ 	height: 350px;
/* 1508 */ 	background: #fff;
/* 1509 */ 	border-radius: 3px;
/* 1510 */ }
/* 1511 */ 
/* 1512 */ .dt-video-embed { display: none; }
/* 1513 */ 
/* 1514 */ .item .meta-published {
/* 1515 */ 	position: absolute;
/* 1516 */ 	bottom: 12px;
/* 1517 */ 	right: 20px;
/* 1518 */ 	font-size: 11px;
/* 1519 */ 	color: #aaa;
/* 1520 */ 	display: none;
/* 1521 */ 	background: #fff;
/* 1522 */ }
/* 1523 */ 
/* 1524 */ .item {
/* 1525 */ 	width: 300px;
/* 1526 */ 	height: 390px;
/* 1527 */ 	float: left;
/* 1528 */ 	margin: 0 20px 20px 0;
/* 1529 */ 	background: #fff;
/* 1530 */ 	color: #222;
/* 1531 */ 	overflow: hidden;
/* 1532 */ 	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
/* 1533 */ 	border-radius: 3px;
/* 1534 */ }
/* 1535 */ 
/* 1536 */ 
/* 1537 */ /*-----------------------------------------------------------------------------------*/
/* 1538 */ /*	Homepage Styles
/* 1539 *| /*-----------------------------------------------------------------------------------*/
/* 1540 */ 
/* 1541 */ .item .featured-image {
/* 1542 */ 	height: 180px;
/* 1543 */ 	position: relative;
/* 1544 */ 	width: 300px;
/* 1545 */ 	overflow: hidden;
/* 1546 */ 	margin: -20px 0 20px -20px;
/* 1547 */ 	border-radius: 3px 3px 0 0;
/* 1548 */ }
/* 1549 */ 
/* 1550 */ .featured {

/* style.css */

/* 1551 */ 	position: relative;
/* 1552 */ 	width: 620px;
/* 1553 */ 	height: 390px;
/* 1554 */ 	background: url(../../../themes/construct/images/header-bg.jpg);
/* 1555 */ }
/* 1556 */ 
/* 1557 */ .featured .hentry {
/* 1558 */ 	padding: 0;
/* 1559 */ 	background: transparent;
/* 1560 */ 	height: auto;
/* 1561 */ }
/* 1562 */ 
/* 1563 */ .featured-details {
/* 1564 */ 	position: relative;
/* 1565 */ 	z-index: 80;
/* 1566 */ 	width: 220px;
/* 1567 */ 	height: 390px;
/* 1568 */ 	float: left;
/* 1569 */ 	color: #bcbcbc;
/* 1570 */ 	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
/* 1571 */ 	border-radius: 3px 0 0 3px;
/* 1572 */ 	background: url(../../../themes/construct/images/header-bg.jpg);
/* 1573 */ }
/* 1574 */ 
/* 1575 */ .featured-details .inner {
/* 1576 */ 	position: absolute;
/* 1577 */ 	top: 100px;
/* 1578 */ 	padding: 0 20px;
/* 1579 */ }
/* 1580 */ 
/* 1581 */ .item .featured-details .post-content {
/* 1582 */ 	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
/* 1583 */ 	color: #bcbcbc;
/* 1584 */ 	background: none;
/* 1585 */ }
/* 1586 */ 
/* 1587 */ .item .post-content {
/* 1588 */ 	text-shadow: none;
/* 1589 */ 	color: #5b5b5b;
/* 1590 */ 	font-size: 12px;
/* 1591 */ }
/* 1592 */ 
/* 1593 */ .item .featured-details .meta-category { border-bottom: 1px dotted #6c6c6c; }
/* 1594 */ 
/* 1595 */ .ie8 .item .meta-category { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* 1596 */ 
/* 1597 */ .item .meta-category {
/* 1598 */ 	font-family: 'Droid Sans', sans-serif;
/* 1599 */ 	text-transform: uppercase;
/* 1600 */ 	font-size: 11px;

/* style.css */

/* 1601 */ 	margin: 0 0 15px 0;
/* 1602 */ 	font-weight: bold;
/* 1603 */ 	display: block;
/* 1604 */ 	padding: 0 0 5px 0;
/* 1605 */ 	border-bottom: 1px dotted #b2b2b2;
/* 1606 */ }
/* 1607 */ 
/* 1608 */ .item .featured-details .meta-category { margin: 0 0 15px 0; }
/* 1609 */ 
/* 1610 */ .item .meta-category a,
/* 1611 */ .item .meta-category { color: #aaa; }
/* 1612 */ 
/* 1613 */ .ie8 .item .post-title a,
/* 1614 */ .ie8 .item .post-title { font-family: Georgia, serif; }
/* 1615 */ 
/* 1616 */ .item .post-title a,
/* 1617 */ .item .post-title {
/* 1618 */ 	font-family: 'Droid Serif', serif;
/* 1619 */ 	color: #333;
/* 1620 */ 	font-size: 14px;
/* 1621 */ 	font-weight: bold;
/* 1622 */ 	line-height: 20px;
/* 1623 */ }
/* 1624 */ 
/* 1625 */ .featured-details .post-title a { color: #fff; }
/* 1626 */ 
/* 1627 */ .featured-details .post-title a:hover span.plus { color: #bcbcbc; }
/* 1628 */ 
/* 1629 */ .item .featured-details .post-title a:hover { color: #fff; }
/* 1630 */ 
/* 1631 */ .item a.read-more {
/* 1632 */ 	float: left;
/* 1633 */ 	margin: -10px 0 0 0;
/* 1634 */ 	font-weight: bold;
/* 1635 */ 	font-size: 12px;
/* 1636 */ }
/* 1637 */ 
/* 1638 */ .item a.read-more:hover { color: #3b3b3b; }
/* 1639 */ 
/* 1640 */ .item .featured .hentry { height: auto; }
/* 1641 */ 
/* 1642 */ .item .featured-details a.read-more {
/* 1643 */ 	margin: 0 0 0 -20px;
/* 1644 */ 	position: relative;
/* 1645 */ 	font-weight: bold;
/* 1646 */ 	font-size: 12px;
/* 1647 */ 	color: #fff !important;
/* 1648 */ 	float: left;
/* 1649 */ 	padding: 0 20px;
/* 1650 */ 	line-height: 30px;

/* style.css */

/* 1651 */ 	border-radius: 0 3px 3px 0;
/* 1652 */ 	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
/* 1653 */ }
/* 1654 */ 
/* 1655 */ #slides #slide-controls a,
/* 1656 */ #slides #slide-controls a:hover { outline: none; }
/* 1657 */ 
/* 1658 */ #slides,
/* 1659 */ #slides .slides_container {
/* 1660 */ 	height: 390px;
/* 1661 */ 	width: 620px;
/* 1662 */ 	overflow: hidden;
/* 1663 */ }
/* 1664 */ 
/* 1665 */ #single-slides,
/* 1666 */ #single-slides .slides_container { width: 620px; }
/* 1667 */ 
/* 1668 */ #single-slides .slides_container { 
/* 1669 */ 	height: 390px; 
/* 1670 */ 	background: url(../../../themes/construct/images/ajax-loader-light.gif) center center no-repeat;
/* 1671 */ }
/* 1672 */ 
/* 1673 */ #single-slides .slides_control { opacity: 0; }
/* 1674 */ 
/* 1675 */ #single-slides .slides_container div,
/* 1676 */ #single-slides .slides_container img {
/* 1677 */     display: block;
/* 1678 */     width: 620px;
/* 1679 */ }
/* 1680 */ 
/* 1681 */ #content .featured-image.image img { height: auto !important; }
/* 1682 */ 
/* 1683 */ .item .featured-details a.read-more span.plus {
/* 1684 */ 	position: absolute;
/* 1685 */ 	right: 12px;
/* 1686 */ 	top: 0;
/* 1687 */ }
/* 1688 */ 
/* 1689 */ .item .featured-details a.read-more span.plus span { color: #3b3b3b; }
/* 1690 */ 
/* 1691 */ .ie8 a span.plus { display: none; }
/* 1692 */ 
/* 1693 */ a span.plus {
/* 1694 */ 	margin: 0 0 0 4px;
/* 1695 */ 	color: #333;
/* 1696 */ 	font-weight: normal;
/* 1697 */ 	opacity: 0;
/* 1698 */ 	filter: alpha(opacity=0);
/* 1699 */ }
/* 1700 */ 

/* style.css */

/* 1701 */ a:hover span.plus {
/* 1702 */ 	opacity: 1;
/* 1703 */ 	filter: alpha(opacity=100);
/* 1704 */ }
/* 1705 */ 
/* 1706 */ a.read-more span.plus {
/* 1707 */ 	padding: 0 0 0 2px;
/* 1708 */ 	color: #3b3b3b;
/* 1709 */ 	font-weight: normal;
/* 1710 */ }
/* 1711 */ 
/* 1712 */ .item .featured-image a,
/* 1713 */ .item .featured-image img {
/* 1714 */ 	display: block;
/* 1715 */ 	border-radius: 3px 3px 0 0;
/* 1716 */ }
/* 1717 */ 
/* 1718 */ .featured .featured-image {
/* 1719 */ 	float: right;
/* 1720 */ 	width: 400px;
/* 1721 */ 	height: 390px;
/* 1722 */ 	margin: 0;
/* 1723 */ 	overflow: hidden;
/* 1724 */ 	position: relative;
/* 1725 */ 	border-radius: 0 3px 3px 0;
/* 1726 */ 	background: transparent;
/* 1727 */ }
/* 1728 */ 
/* 1729 */ .featured .featured-image img {
/* 1730 */ 	display: block;
/* 1731 */ 	border-radius: 0 3px 3px 0;
/* 1732 */ }
/* 1733 */ 
/* 1734 */ #slide-controls {
/* 1735 */ 	position: absolute;
/* 1736 */ 	top: 20px;
/* 1737 */ 	left: 20px;
/* 1738 */ 	width: 70px;
/* 1739 */ 	z-index: 90;
/* 1740 */ }
/* 1741 */ 
/* 1742 */ .search .item,
/* 1743 */ .search .item .type-showcase { height: auto; } 
/* 1744 */ .search .item.archive-title-item { height: 390px; }
/* 1745 */ .search .type-showcase .meta-category { display: none; } 
/* 1746 */ 
/* 1747 */ .search .item .type-page .featured-image { display: none; }
/* 1748 */ .search .item .type-page { height: auto; }
/* 1749 */ .search .type-page .meta-category { display: none; } 
/* 1750 */ 

/* style.css */

/* 1751 */ .single-showcase #slide-controls {
/* 1752 */ 	top: -1px;
/* 1753 */ 	left: auto;
/* 1754 */ 	right: -99px;
/* 1755 */ }
/* 1756 */ 
/* 1757 */ .single.single-showcase #content .showcase.format-gallery .post-content { margin-top: 60px; }
/* 1758 */ 
/* 1759 */ .single-showcase #slide-controls .next,
/* 1760 */ .single-showcase #slide-controls .prev {
/* 1761 */ 	background-image: url(../../../themes/construct/images/showcase-slider-arrows.png);
/* 1762 */ 	height: 31px !important;
/* 1763 */ }
/* 1764 */ 
/* 1765 */ .next {
/* 1766 */ 	float: right;
/* 1767 */ 	width: 30px;
/* 1768 */ 	height: 30px !important;
/* 1769 */ 	background-image: url(../../../themes/construct/images/slide-controls.png);
/* 1770 */ 	background-position: top left;
/* 1771 */ }
/* 1772 */ 
/* 1773 */ .next:hover { background-position: top right; }
/* 1774 */ 
/* 1775 */ .prev {
/* 1776 */ 	float: left;
/* 1777 */ 	width: 30px;
/* 1778 */ 	height: 30px !important;
/* 1779 */ 	background-image: url(../../../themes/construct/images/slide-controls.png);
/* 1780 */ 	background-position: bottom left;
/* 1781 */ }
/* 1782 */ 
/* 1783 */ .prev:hover { background-position: bottom right; }
/* 1784 */ 
/* 1785 */ #load-more { position: relative; }
/* 1786 */ 
/* 1787 */ #load-more.disabled a #plus { display: none; }
/* 1788 */ 
/* 1789 */ #plus {
/* 1790 */ 	background: url(../../../themes/construct/images/load-more-plus.png);
/* 1791 */ 	background-position: top right;
/* 1792 */ 	height: 114px;
/* 1793 */ 	width: 114px;
/* 1794 */ 	position: absolute;
/* 1795 */ 	top: 135px;
/* 1796 */ 	left: 97px;
/* 1797 */ }
/* 1798 */ 
/* 1799 */ #load-more a:hover #plus { background-position: top left; }
/* 1800 */ 

/* style.css */

/* 1801 */ #load-more.disabled a { cursor: default; }
/* 1802 */ 
/* 1803 */ #load-more.disabled a:hover,
/* 1804 */ #load-more a {
/* 1805 */ 	position: absolute;
/* 1806 */ 	width: 100%;
/* 1807 */ 	height: 100%;
/* 1808 */ 	background: url(../../../themes/construct/images/header-bg.jpg) repeat;
/* 1809 */ 	border-radius: 3px;
/* 1810 */ }
/* 1811 */ 
/* 1812 */ #detail-holder {
/* 1813 */ 	position: absolute;
/* 1814 */ 	bottom: 20px;
/* 1815 */ 	right: 20px;
/* 1816 */ 	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
/* 1817 */ }
/* 1818 */ 
/* 1819 */ .count-text,
/* 1820 */ .load-more-text {
/* 1821 */ 	display: block;
/* 1822 */ 	text-align: right;
/* 1823 */ }
/* 1824 */ 
/* 1825 */ .count-text { color: #8b8b8b; }
/* 1826 */ 
/* 1827 */ .load-more-text {
/* 1828 */ 	color: #fff;
/* 1829 */ 	font-weight: bold;
/* 1830 */ }
/* 1831 */ 
/* 1832 */ .load-more-text .load-more-plus {
/* 1833 */ 	padding: 0 5px 0 0;
/* 1834 */ 	font-weight: normal;
/* 1835 */ }
/* 1836 */ 
/* 1837 */ #load-more a:hover .load-more-text .load-more-plus { color: #3b3b3b; }
/* 1838 */ 
/* 1839 */ #load-more.disabled a .load-more-text { display: none; }
/* 1840 */ 
/* 1841 */ #load-more.disabled a:hover .count-text { color: #8b8b8b; }
/* 1842 */ 
/* 1843 */ #load-more a:hover .load-more-text,
/* 1844 */ #load-more a:hover .count-text { color: #fff; }
/* 1845 */ 
/* 1846 */ #loader {
/* 1847 */ 	position: absolute;
/* 1848 */ 	display: block;
/* 1849 */ 	bottom: 20px;
/* 1850 */ 	right: 20px;

/* style.css */

/* 1851 */ 	background: #3b3b3b url(../../../themes/construct/images/ajax-loader2.gif) no-repeat center;
/* 1852 */ 	border-radius: 5px;
/* 1853 */ 	padding: 10px;
/* 1854 */ 	width: 31px;
/* 1855 */ 	height: 31px;
/* 1856 */ 	display: none;
/* 1857 */ }
/* 1858 */ 
/* 1859 */ .icon-image { background: url(../../../themes/construct/images/icon-image.png) no-repeat right top; }
/* 1860 */ 
/* 1861 */ .icon-video { background: url(../../../themes/construct/images/icon-video.png) no-repeat right top; }
/* 1862 */ 
/* 1863 */ .icon-gallery { background: url(../../../themes/construct/images/icon-gallery.png) no-repeat right top; }
/* 1864 */ 
/* 1865 */ .overlay-icon a {
/* 1866 */ 	display: block;
/* 1867 */ 	padding: 10px;
/* 1868 */ 	width: 14px;
/* 1869 */ 	height: 14px;
/* 1870 */ }
/* 1871 */ 
/* 1872 */ .overlay-icon {
/* 1873 */ 	background-repeat: no-repeat;
/* 1874 */ 	background-position: center center;
/* 1875 */ 	position: absolute;
/* 1876 */ 	cursor: pointer;
/* 1877 */ 	bottom: 20px;
/* 1878 */ 	right: 20px;
/* 1879 */ 	z-index: 100;
/* 1880 */ 	display: none;
/* 1881 */ 	border-radius: 3px;
/* 1882 */ }
/* 1883 */ 
/* 1884 */ .overlay-gallery,
/* 1885 */ .overlay-image { background-image: url(../../../themes/construct/images/icon-enlarge.png); }
/* 1886 */ 
/* 1887 */ .overlay-video { background-image: url(../../../themes/construct/images/icon-play.png); }
/* 1888 */ 
/* 1889 */ .hidden { display: none; }
/* 1890 */ 
/* 1891 */ .archive-title-item {
/* 1892 */ 	position: absolute;
/* 1893 */ 	top: 0;
/* 1894 */ 	left: 0;
/* 1895 */ 	background-image: url(../../../themes/construct/images/archive-arrow.png);
/* 1896 */ 	background-repeat: no-repeat;
/* 1897 */ 	background-position: center center;
/* 1898 */ 	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
/* 1899 */ 	color: #fff;
/* 1900 */ }

/* style.css */

/* 1901 */ 
/* 1902 */ .archive-title-item #page-title {
/* 1903 */ 	padding: 20px;
/* 1904 */ 	margin: 0;
/* 1905 */ 	font-size: 18px;
/* 1906 */ 	font-weight: normal;
/* 1907 */ }
/* 1908 */ 
/* 1909 */ .archive-title-item .cat-desc { padding: 0 20px; }
/* 1910 */ 
/* 1911 */ /**** Isotope Filtering ****/
/* 1912 */ .isotope-item { z-index: 2; }
/* 1913 */ 
/* 1914 */ .isotope-hidden.isotope-item {
/* 1915 */   pointer-events: none;
/* 1916 */   z-index: 1;
/* 1917 */ }
/* 1918 */ 
/* 1919 */ /**** Isotope CSS3 transitions ****/
/* 1920 */ .isotope,
/* 1921 */ .isotope .isotope-item {
/* 1922 */   -webkit-transition-duration: 0.8s;
/* 1923 */      -moz-transition-duration: 0.8s;
/* 1924 */           transition-duration: 0.8s;
/* 1925 */ }
/* 1926 */ 
/* 1927 */ .isotope {
/* 1928 */   -webkit-transition-property: height, width;
/* 1929 */      -moz-transition-property: height, width;
/* 1930 */           transition-property: height, width;
/* 1931 */ }
/* 1932 */ 
/* 1933 */ .isotope .isotope-item {
/* 1934 */   -webkit-transition-property: -webkit-transform, opacity;
/* 1935 */      -moz-transition-property:    -moz-transform, opacity;
/* 1936 */           transition-property:         transform, opacity;
/* 1937 */ }
/* 1938 */ 
/* 1939 */ /**** disabling Isotope CSS3 transitions ****/
/* 1940 */ 
/* 1941 */ .isotope.no-transition,
/* 1942 */ .isotope.no-transition .isotope-item,
/* 1943 */ .isotope .isotope-item.no-transition {
/* 1944 */   -webkit-transition-duration: 0s;
/* 1945 */      -moz-transition-duration: 0s;
/* 1946 */           transition-duration: 0s;
/* 1947 */ }
/* 1948 */ 
/* 1949 */ /* disable CSS transitions for containers with infinite scrolling*/
/* 1950 */ .isotope.infinite-scrolling {

/* style.css */

/* 1951 */   -webkit-transition: none;
/* 1952 */      -moz-transition: none;
/* 1953 */           transition: none;
/* 1954 */ }
/* 1955 */ 
/* 1956 */ 
/* 1957 */ /*---------------------------------------------------------------------------*/
/* 1958 */ /*  Widget Styles
/* 1959 *| /*---------------------------------------------------------------------------*/
/* 1960 */ 
/* 1961 */ .widget {
/* 1962 */ 	margin: 40px 0;
/* 1963 */ 	padding: 0 20px;
/* 1964 */ 	color: #aaa;
/* 1965 */ }
/* 1966 */ 
/* 1967 */ .widget a { color: #fff; }
/* 1968 */ 
/* 1969 */ .widget-area .widget:first-child { margin-top: 20px; }
/* 1970 */ 
/* 1971 */ .ie8 .widget-title { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* 1972 */ 
/* 1973 */ .widget-title {
/* 1974 */ 	font-family: 'Droid Sans', sans-serif;
/* 1975 */ 	color: #ccc;
/* 1976 */     padding: 0 0 5px 0;
/* 1977 */     margin: 0 0 20px 0;
/* 1978 */     border-bottom: 1px dotted #626262;
/* 1979 */     text-transform: uppercase;
/* 1980 */ }
/* 1981 */ 
/* 1982 */ .widget ul {
/* 1983 */ 	margin: 0;
/* 1984 */ 	list-style: none;
/* 1985 */ }
/* 1986 */ 
/* 1987 */ .widget ul ul {
/* 1988 */ 	margin: 0 0 0 20px;
/* 1989 */ 	list-style: none;
/* 1990 */ }
/* 1991 */ 
/* 1992 */ /* Calendar */
/* 1993 */ #wp-calendar,
/* 1994 */ #wp-calendar th { text-align: center; }
/* 1995 */ 
/* 1996 */ /* search */
/* 1997 */ .search-wrap input,
/* 1998 */ .DT_Search input {
/* 1999 */ 	background: #505050;
/* 2000 */ 	outline: none;

/* style.css */

/* 2001 */ 	padding: 5px 10px;
/* 2002 */ 	color: #fff;
/* 2003 */ 	width: 240px !important;
/* 2004 */ 	border: none;
/* 2005 */ 	border-radius: 15px;
/* 2006 */ 	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
/* 2007 */ }
/* 2008 */ 
/* 2009 */ /* tagcloud */
/* 2010 */ .tagcloud a {
/* 2011 */ 	font-size: 12px !important;
/* 2012 */ 	background: #5b5b5b;
/* 2013 */ 	padding: 2px 8px;
/* 2014 */ 	margin: 0 2px 2px 0;
/* 2015 */ 	float: left;
/* 2016 */ 	border-radius: 2px;
/* 2017 */ 	-webkit-transition: background-color .1s linear, color .1s linear;
/* 2018 */ 	   -moz-transition: background-color .1s linear, color .1s linear;
/* 2019 */ 	     -o-transition: background-color .1s linear, color .1s linear;
/* 2020 */ 	    -ms-transition: background-color .1s linear, color .1s linear;
/* 2021 */ 	        transition: background-color .1s linear, color .1s linear;
/* 2022 */ }
/* 2023 */ 
/* 2024 */ .widget .tagcloud a:hover { color: #fff; }
/* 2025 */ 
/* 2026 */ /* DT_Search */
/* 2027 */ .DT_Search .submit {
/* 2028 */     width: 58px;
/* 2029 */     float: right;
/* 2030 */     background: #fff;
/* 2031 */     display: none;
/* 2032 */ }
/* 2033 */ .DT_Search input { width: 240px; }
/* 2034 */ 
/* 2035 */ /* DT_About_Me */
/* 2036 */ .about-me-image {
/* 2037 */     float: left;
/* 2038 */     margin: 0 15px 0 0;
/* 2039 */ }
/* 2040 */ .about-me-link { display: block; }
/* 2041 */ 
/* 2042 */ /* DT_Recent_Comments */
/* 2043 */ .DT_Recent_Comments li {
/* 2044 */     list-style: none;
/* 2045 */     padding: 0 0 10px 0;
/* 2046 */     margin: 0 0 10px 0;
/* 2047 */     border-bottom: 1px solid #eee;
/* 2048 */ }
/* 2049 */ .DT_Recent_Comments li:last-child {
/* 2050 */     border: none;

/* style.css */

/* 2051 */     margin: 0;
/* 2052 */     padding: 0;
/* 2053 */ }
/* 2054 */ .DT_Recent_Comments img {
/* 2055 */     float: left;
/* 2056 */     margin: 0 15px 0 0;
/* 2057 */ }
/* 2058 */ .DT_Recent_Comments .author { font-weight: bold; }
/* 2059 */ .DT_Recent_Comments .entry-byline {
/* 2060 */     display: block;
/* 2061 */     font-size: 11px;
/* 2062 */     margin: 13px 0 0 0;
/* 2063 */ }
/* 2064 */ 
/* 2065 */ /* DT_Get_Posts, DT_Related_Posts */
/* 2066 */ .DT_Get_Posts li,
/* 2067 */ .DT_Related_Posts li {
/* 2068 */     list-style: none;
/* 2069 */     padding: 0 0 5px 0;
/* 2070 */     margin: 0 0 5px 0;
/* 2071 */ }
/* 2072 */ 
/* 2073 */ .DT_Get_Posts img,
/* 2074 */ .DT_Related_Posts img {
/* 2075 */     float: left;
/* 2076 */     margin: 4px 15px 10px 0;
/* 2077 */     border: 5px solid #2c2c2c;
/* 2078 */ }
/* 2079 */ 
/* 2080 */ .DT_Get_Posts img:hover,
/* 2081 */ .DT_Related_Posts img:hover { border: 5px solid #0e0e0e; }
/* 2082 */ 
/* 2083 */ .DT_Get_Posts .post-title,
/* 2084 */ .DT_Related_Posts .post-title {
/* 2085 */     font-size: 13px;
/* 2086 */     margin: 0 0 5px 0;
/* 2087 */ }
/* 2088 */ 
/* 2089 */ .DT_Get_Posts .meta-author,
/* 2090 */ .DT_Get_Posts .post-footer { display: none; }
/* 2091 */ 
/* 2092 */ .DT_Get_Posts .post-header {
/* 2093 */ 	min-height: 30px;
/* 2094 */ 	padding: 0;
/* 2095 */ 	margin: 0;
/* 2096 */ }
/* 2097 */ 
/* 2098 */ .DT_Get_Posts p {
/* 2099 */ 	margin: 0 0 20px 0;
/* 2100 */ 	float: left;

/* style.css */

/* 2101 */ 	width: 100%;
/* 2102 */ }
/* 2103 */ 
/* 2104 */ /* DT_Twitter */
/* 2105 */ .DT_Twitter li {
/* 2106 */     list-style: none;
/* 2107 */     margin: 0 0 10px 0;
/* 2108 */     padding: 0 0 10px 0;
/* 2109 */ }
/* 2110 */ 
/* 2111 */ .DT_Twitter li:last-child {
/* 2112 */     margin: 0;
/* 2113 */     padding: 0;
/* 2114 */     border: none;
/* 2115 */ }
/* 2116 */ 
/* 2117 */ .DT_Twitter span a {
/* 2118 */ 	display: inline;
/* 2119 */ 	color: #fff;
/* 2120 */ 	text-transform: none;
/* 2121 */ }
/* 2122 */ 
/* 2123 */ .DT_Twitter a {
/* 2124 */ 	display: block;
/* 2125 */ 	color: #787878;
/* 2126 */ 	text-transform: uppercase;
/* 2127 */ }
/* 2128 */ 
/* 2129 */ .DT_Twitter .follow-me {
/* 2130 */ 	margin: 20px 0 0 0;
/* 2131 */ 	text-transform: none;
/* 2132 */ 	color: #fff;
/* 2133 */ }
/* 2134 */ 
/* 2135 */ /* DT_Social, DT_Subscribe_Follow */
/* 2136 */ .DT_Subscribe_Follow li,
/* 2137 */ .DT_Social li { list-style: none; }
/* 2138 */ 
/* 2139 */ .widget li.delicious a { background: url(../../../themes/construct/engine/images/icons/delicious-24.png) no-repeat; }
/* 2140 */ .widget li.digg a { background: url(../../../themes/construct/engine/images/icons/digg-24.png) no-repeat; }
/* 2141 */ .widget li.email a { background: url(../../../themes/construct/engine/images/icons/email-24.png) no-repeat; }
/* 2142 */ .widget li.facebook a { background: url(../../../themes/construct/engine/images/icons/facebook-24.png) no-repeat; }
/* 2143 */ .widget li.google-buzz a { background: url(../../../themes/construct/engine/images/icons/google-buzz-24.png) no-repeat; }
/* 2144 */ .widget li.rss a { background: url(../../../themes/construct/engine/images/icons/rss-24.png) no-repeat; }
/* 2145 */ .widget li.stumbleupon a { background: url(../../../themes/construct/engine/images/icons/stumbleupon-24.png) no-repeat; }
/* 2146 */ .widget li.twitter a { background: url(../../../themes/construct/engine/images/icons/twitter-24.png) no-repeat; }
/* 2147 */ 
/* 2148 */ .DT_Social li,
/* 2149 */ .DT_Subscribe_Follow li { margin-bottom: 10px; }
/* 2150 */ 

/* style.css */

/* 2151 */ .DT_Social li a,
/* 2152 */ .DT_Subscribe_Follow li a {
/* 2153 */     display: inline-block;
/* 2154 */     line-height: 24px;
/* 2155 */     font-size: 16px;
/* 2156 */ }
/* 2157 */ 
/* 2158 */ ul.icons-text li a { padding-left: 34px; }
/* 2159 */ 
/* 2160 */ ul.text-only li a { background: none !important; }
/* 2161 */ 
/* 2162 */ ul.icons-only li {
/* 2163 */     width: 24px;
/* 2164 */     float: left;
/* 2165 */     margin-right: 10px;
/* 2166 */ }
/* 2167 */ 
/* 2168 */ ul.icons-only li a {
/* 2169 */     width: 24px;
/* 2170 */     height: 24px;
/* 2171 */ }
/* 2172 */ 
/* 2173 */ ul.icons-only li a:hover { text-decoration: none; }
/* 2174 */ 
/* 2175 */ ul.icons-only .text { visibility: hidden; }
/* 2176 */ 
/* 2177 */ /* DT_Flickr */
/* 2178 */ .DT_Flickr .flickr_badge_image {
/* 2179 */ 	float: left;
/* 2180 */ 	margin: 0 8px 8px 0;
/* 2181 */ }
/* 2182 */ .DT_Flickr #flickr_badge_image3,
/* 2183 */ .DT_Flickr #flickr_badge_image6,
/* 2184 */ .DT_Flickr #flickr_badge_image9 { margin-right: 0; }
/* 2185 */ .DT_Flickr .flickr_badge_image img {
/* 2186 */ 	padding: 3px;
/* 2187 */ 	border-radius: 3px;
/* 2188 */ 	background: #2b2b2b;
/* 2189 */ 	display: block;
/* 2190 */ }
/* 2191 */ .DT_Flickr .flickr_badge_image img:hover {
/* 2192 */ 	background: #1b1b1b;
/* 2193 */ 	opacity: .9;
/* 2194 */ 	filter: alpha(opacity=90);
/* 2195 */ }
/* 2196 */ 
/* 2197 */ 
/* 2198 */ /*---------------------------------------------------------------------------*/
/* 2199 */ /*  Footer Styles
/* 2200 *| /*---------------------------------------------------------------------------*/

/* style.css */

/* 2201 */ 
/* 2202 */ #footer {
/* 2203 */ 	background: url(../../../themes/construct/images/header-bg.jpg) repeat;
/* 2204 */     padding: 30px 30px 0;
/* 2205 */     font-size: 11px;
/* 2206 */     border-bottom: 1px solid #313131;
/* 2207 */ }
/* 2208 */ 
/* 2209 */ .layout-centered #footer-inner {
/* 2210 */ 	width: 940px;
/* 2211 */ 	margin: 0 auto;
/* 2212 */ }
/* 2213 */ 
/* 2214 */ #footer-menu {
/* 2215 */ 	text-transform: uppercase;
/* 2216 */ 	padding: 5px 0 20px;
/* 2217 */ }
/* 2218 */ 
/* 2219 */ #footer-menu ul {
/* 2220 */     margin: 0;
/* 2221 */     padding: 0;
/* 2222 */     list-style: none;
/* 2223 */ }
/* 2224 */ 
/* 2225 */ #footer-menu ul a {
/* 2226 */     display: block;
/* 2227 */     position: relative;
/* 2228 */ }
/* 2229 */ 
/* 2230 */ #footer-menu ul li {
/* 2231 */     float: left;
/* 2232 */     position: relative;
/* 2233 */     z-index: 40;
/* 2234 */     padding-bottom: 10px;
/* 2235 */ }
/* 2236 */ 
/* 2237 */ #footer-menu ul li:hover { visibility: inherit; }
/* 2238 */ 
/* 2239 */ /* top level skin */
/* 2240 */ #footer-menu ul a {
/* 2241 */     line-height: 1;
/* 2242 */     color: #fff;
/* 2243 */     text-shadow: 0 1px 1px rgba(0,0,0,0.8);
/* 2244 */     font-weight: bold;
/* 2245 */     margin-right: 20px;
/* 2246 */ 	padding-right: 20px;
/* 2247 */ 	border-right: 1px dotted #333;
/* 2248 */ }
/* 2249 */ 
/* 2250 */ #footer-menu ul li.current-cat a,

/* style.css */

/* 2251 */ #footer-menu ul li.current_page_item a,
/* 2252 */ #footer-menu ul li.current-menu-item a,
/* 2253 */ #footer-menu ul a.active,
/* 2254 */ #footer-menu ul a:hover {
/* 2255 */ 	text-decoration: none;
/* 2256 */ 	color: #ccc;
/* 2257 */ }
/* 2258 */ 
/* 2259 */ #footer-menu ul li:last-child a {
/* 2260 */ 	border: 0;
/* 2261 */ 	margin-right: 0;
/* 2262 */ 	padding-right: 0;
/* 2263 */ }
/* 2264 */ 
/* 2265 */ #credits p {
/* 2266 */ 	margin-bottom: 25px;
/* 2267 */ 	color: #8B8B8B;
/* 2268 */ 	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
/* 2269 */ }
/* 2270 */ 
/* 2271 */ #credits a { color: #9b9b9b; }
/* 2272 */ 
/* 2273 */ #credits a:hover { color: #fff; }
/* 2274 */ 
/* 2275 */ .tabs.clearfix { display: none; }
/* 2276 */ 
/* 2277 */ .item.none {
/* 2278 */ 	float: none;
/* 2279 */ 	width: 100%;
/* 2280 */ 	margin: 0;
/* 2281 */ }
/* 2282 */ 
/* 2283 */ 
/* 2284 */ /*---------------------------------------------------------------------------*/
/* 2285 */ /*  Media Queries
/* 2286 *| /*---------------------------------------------------------------------------*/
/* 2287 */ 
/* 2288 */ /* for 1035px or less - Tablets */
/* 2289 */ @media screen and (max-width: 1035px) {
/* 2290 */ 	
/* 2291 */ 	.search #archive-wrap { display: none; }
/* 2292 */ 	
/* 2293 */ 	.search #masonry { padding: 0; }
/* 2294 */ 	
/* 2295 */ 	.layout-centered #main,
/* 2296 */ 	.layout-centered #footer-inner,
/* 2297 */ 	.layout-centered #header-inner {
/* 2298 */ 		width: auto;
/* 2299 */ 		margin: 0;
/* 2300 */ 	}

/* style.css */

/* 2301 */ 	
/* 2302 */ 	.layout-centered.page #container, 
/* 2303 */ 	.layout-centered.single #container { width: 620px; }
/* 2304 */ 	
/* 2305 */ 	.layout-centered.single.single-showcase #main {
/* 2306 */ 		width: 620px;
/* 2307 */ 		max-width: 620px;
/* 2308 */ 		margin: 0 auto;
/* 2309 */ 	}
/* 2310 */ 
/* 2311 */ 	#logo {
/* 2312 */ 		float: none;
/* 2313 */ 		text-align: center;
/* 2314 */ 		margin: 0 auto;
/* 2315 */ 	}
/* 2316 */ 
/* 2317 */ 	#bottom,
/* 2318 */ 	#page { overflow: hidden; }
/* 2319 */ 
/* 2320 */ 	#page { padding-bottom: 135px; /* must be same height as the #bottom */ }
/* 2321 */ 
/* 2322 */ 	#bottom {
/* 2323 */ 		height: 135px;
/* 2324 */ 		margin-top: -135px;
/* 2325 */ 	}
/* 2326 */ 
/* 2327 */ 	#primary-menu {
/* 2328 */ 		float: left;
/* 2329 */ 		left: 50%;
/* 2330 */ 		margin: 0 auto;
/* 2331 */ 		position: relative;
/* 2332 */ 		margin-bottom: 8px;
/* 2333 */ 		padding-top: 10px;
/* 2334 */ 		text-align: center;
/* 2335 */ 	}
/* 2336 */ 
/* 2337 */ 	#primary-menu ul li {
/* 2338 */ 		right: 50%;
/* 2339 */ 		position: relative;
/* 2340 */ 		float: none;
/* 2341 */ 		display: inline-block;
/* 2342 */ 	}
/* 2343 */ 
/* 2344 */ 	#primary-menu li li {
/* 2345 */ 		right: 0;
/* 2346 */ 		display: block;
/* 2347 */ 	}
/* 2348 */ 
/* 2349 */ 	#primary-menu ul li:hover ul,
/* 2350 */ 	#primary-menu ul li.sfHover ul {

/* style.css */

/* 2351 */ 	    left: 0;
/* 2352 */ 	    z-index: 1000;
/* 2353 */ 	}
/* 2354 */ 
/* 2355 */ 	#sidebar {
/* 2356 */ 		width: 620px;
/* 2357 */ 		margin: 30px 0 0 0;
/* 2358 */ 	}
/* 2359 */ 	
/* 2360 */ 	.layout-centered.page #sidebar,
/* 2361 */ 	.layout-centered.single #sidebar { margin-bottom: 30px; }
/* 2362 */ 
/* 2363 */ 	.single #container,
/* 2364 */ 	.page #container {
/* 2365 */ 		float: none;
/* 2366 */ 		margin: 0 auto;
/* 2367 */ 		width: 620px;
/* 2368 */ 	}
/* 2369 */ 	
/* 2370 */ 	.layout-centered.page #content,
/* 2371 */ 	.layout-centered.single #content {
/* 2372 */ 		width: 620px;
/* 2373 */ 		max-width: 620px;
/* 2374 */ 	}
/* 2375 */ 
/* 2376 */ 	.single #content,
/* 2377 */ 	.page #content { max-width: 620px; }
/* 2378 */ 
/* 2379 */ 	.layout-centered #home-title,
/* 2380 */ 	#home-title {
/* 2381 */ 		float: none;
/* 2382 */ 		margin: 0 auto 30px auto;
/* 2383 */ 		width: 620px;
/* 2384 */ 		text-align: center;
/* 2385 */ 	}
/* 2386 */ 
/* 2387 */ 	#content { width: 640px; }
/* 2388 */ 	
/* 2389 */ 	.layout-centered #container,
/* 2390 */ 	#container {
/* 2391 */ 		float: none;
/* 2392 */ 		overflow: hidden;
/* 2393 */ 		margin: 0 auto;
/* 2394 */ 		padding: 0;
/* 2395 */ 		width: 620px;
/* 2396 */ 	}
/* 2397 */ 
/* 2398 */ 	.archive #sidebar {
/* 2399 */ 		position: relative;
/* 2400 */ 		float: left;

/* style.css */

/* 2401 */ 		width: 620px;
/* 2402 */ 	}
/* 2403 */ 
/* 2404 */ 	.archive #masonry { padding: 0; }
/* 2405 */ 	
/* 2406 */ 	.tax-group #content,
/* 2407 */ 	.page.page-template-template-showcase-php #content {
/* 2408 */ 		width: 640px;
/* 2409 */ 		max-width: 640px;
/* 2410 */ 	}
/* 2411 */ 	
/* 2412 */ 	.tax-group #container,
/* 2413 */ 	.page.page-template-template-showcase-php #container {
/* 2414 */ 		width: 620px;
/* 2415 */ 		float: none;
/* 2416 */ 	}
/* 2417 */ 
/* 2418 */ 	.single.single-showcase #content {
/* 2419 */ 		width: 620px;
/* 2420 */ 		max-width: 640px;
/* 2421 */ 	}
/* 2422 */ 
/* 2423 */ 	.single.single-showcase #container {
/* 2424 */ 		width: 620px;
/* 2425 */ 		float: none;
/* 2426 */ 	}
/* 2427 */ 
/* 2428 */ 	.single.single-showcase #content .post-content {
/* 2429 */ 		width: 580px;
/* 2430 */ 		float: none;
/* 2431 */ 		padding: 20px 20px 0 20px;
/* 2432 */ 	}
/* 2433 */ 
/* 2434 */ 	.single.single-showcase #content .showcase.format-gallery .post-content {
/* 2435 */ 		padding-top: 20px;
/* 2436 */ 		margin: 0;
/* 2437 */ 	}
/* 2438 */ 
/* 2439 */ 	.single-showcase #slide-controls {
/* 2440 */ 		right: 20px;
/* 2441 */ 		top: -51px;
/* 2442 */ 	}
/* 2443 */ 
/* 2444 */ 	.single.single-showcase .featured-image {
/* 2445 */ 		float: none;
/* 2446 */ 		width: 620px;
/* 2447 */ 	}
/* 2448 */ 	
/* 2449 */ 	#related { margin: 0 0 30px 0; }
/* 2450 */ 	

/* style.css */

/* 2451 */ 	/*#related {
/* 2452 *| 		width: 580px;
/* 2453 *| 	}
/* 2454 *| 
/* 2455 *| 	#related li {
/* 2456 *| 		float: left;
/* 2457 *| 		margin-right: 20px;
/* 2458 *| 	}
/* 2459 *| 
/* 2460 *| 	#related .featured-image {
/* 2461 *| 		width: auto;
/* 2462 *| 	}*/
/* 2463 */ 
/* 2464 */ 	#footer-menu,
/* 2465 */ 	#credits {
/* 2466 */ 		float: none;
/* 2467 */ 		text-align: center;
/* 2468 */ 	}
/* 2469 */ 
/* 2470 */ 	#footer-menu li {
/* 2471 */ 		float: none !important;
/* 2472 */ 		display: inline-block;
/* 2473 */ 	}
/* 2474 */ 
/* 2475 */ 	.archive #sidebar,
/* 2476 */ 	.archive-title-item { display: none !important; }
/* 2477 */ 
/* 2478 */ 	.archive #masonry { padding: 0; margin-left: -20px;}
/* 2479 */ 
/* 2480 */ 	.tax-group #masonry { margin-left: 0;}
/* 2481 */ 
/* 2482 */ 	.single-showcase #slide-controls {
/* 2483 */ 		right: 20px;
/* 2484 */ 		top: 20px;
/* 2485 */ 	}
/* 2486 */ 
/* 2487 */ }
/* 2488 */ 
/* 2489 */ 
/* 2490 */ /* for 680px or less - Mobiles */
/* 2491 */ @media screen and (max-width: 680px) {
/* 2492 */ 
/* 2493 */ 	#sidebar { width: 100%; }
/* 2494 */ 	
/* 2495 */ 	.layout-centered #container,
/* 2496 */ 	#container {
/* 2497 */ 		width: 300px;
/* 2498 */ 		padding: 0 5px;
/* 2499 */ 	}
/* 2500 */ 	

/* style.css */

/* 2501 */ 	.layout-centered.single.single-showcase #main { width: auto; }
/* 2502 */ 	
/* 2503 */ 	.layout-centered.page #content, 
/* 2504 */ 	.layout-centered.single #content,
/* 2505 */ 	.layout-centered.page #container, 
/* 2506 */ 	.layout-centered.single #container { width: 300px; }
/* 2507 */ 
/* 2508 */ 	#content { width: 100%;	}
/* 2509 */ 
/* 2510 */ 	#header { padding: 30px 60px 20px; }
/* 2511 */ 
/* 2512 */ 	#page { padding-bottom: 165px; /* must be same height as the #bottom */ }
/* 2513 */ 
/* 2514 */ 	#bottom {
/* 2515 */ 		height: 165px;
/* 2516 */ 		margin-top: -165px;
/* 2517 */ 	}
/* 2518 */ 
/* 2519 */ 	.page #container,
/* 2520 */ 	.single #container { width: 300px; }
/* 2521 */ 
/* 2522 */ 	.page #content,
/* 2523 */ 	.single #content { max-width: 300px; }
/* 2524 */ 	
/* 2525 */ 	.layout-centered #home-title,
/* 2526 */ 	#home-title {
/* 2527 */ 		float: none;
/* 2528 */ 		margin: 0 auto 20px;
/* 2529 */ 		width: 300px;
/* 2530 */ 		text-align: center;
/* 2531 */ 	}
/* 2532 */ 	
/* 2533 */ 	.layout-centered.page .hentry,
/* 2534 */ 	.layout-centered.single .hentry {
/* 2535 */ 		width: 300px;
/* 2536 */ 		max-width: 300px;
/* 2537 */ 	}
/* 2538 */ 
/* 2539 */ 	#single-slides,
/* 2540 */ 	#single-slides .slides_container {
/* 2541 */ 	    width: 300px;
/* 2542 */ 		height: auto;
/* 2543 */ 	}
/* 2544 */ 
/* 2545 */ 	#single-slides .slides_container img {
/* 2546 */ 	    display: block;
/* 2547 */ 	    width: 300px;
/* 2548 */ 	    height: auto;
/* 2549 */ 	}
/* 2550 */ 	

/* style.css */

/* 2551 */ 	.tax-group #content,
/* 2552 */ 	.page.page-template-template-showcase-php #content {
/* 2553 */ 		width: 100%;
/* 2554 */ 		max-width: 100%;
/* 2555 */ 	}
/* 2556 */ 	
/* 2557 */ 	.tax-group #container,
/* 2558 */ 	.page.page-template-template-showcase-php #container { width: 300px; }
/* 2559 */ 
/* 2560 */ 	.single.single-showcase #content {
/* 2561 */ 		width: 100%;
/* 2562 */ 		max-width: 100%;
/* 2563 */ 	}
/* 2564 */ 
/* 2565 */ 	.single.single-showcase #container { width: 300px; }
/* 2566 */ 
/* 2567 */ 	.single.single-showcase #content .post-content {
/* 2568 */ 		width: 260px;
/* 2569 */ 		float: none;
/* 2570 */ 	}
/* 2571 */ 
/* 2572 */ 	.single.single-showcase .featured-image { width: 300px; }
/* 2573 */ 
/* 2574 */ 	.single.single-showcase .featured-image img { width: 100%; }
/* 2575 */ 
/* 2576 */ 	.single.single-showcase #comments { width: 260px; }
/* 2577 */ 
/* 2578 */ 	.featured {
/* 2579 */ 		background: url(../../../themes/construct/images/header-bg.jpg) repeat !important;
/* 2580 */ 		text-shadow: 0 1px 1px rgba(0,0,0,0.3);
/* 2581 */ 		width: 300px;
/* 2582 */ 	}
/* 2583 */ 
/* 2584 */ 	.featured-details { background: none; }
/* 2585 */ 
/* 2586 */ 	.featured-details .inner {
/* 2587 */ 		position: relative;
/* 2588 */ 		top: 0;
/* 2589 */ 		height: 390px;
/* 2590 */ 		width: 260px;
/* 2591 */ 	}
/* 2592 */ 
/* 2593 */ 	.item.featured .hentry {
/* 2594 */ 		background: none;
/* 2595 */ 		width: 260px;
/* 2596 */ 		height: auto;
/* 2597 */ 	}
/* 2598 */ 
/* 2599 */ 	.featured .featured-image img { margin: -50px 0 0 -50px; }
/* 2600 */ 

/* style.css */

/* 2601 */ 	#slides,
/* 2602 */ 	#slides .slides_container { width: 300px; }
/* 2603 */ 
/* 2604 */ 	#slides .meta-category { margin: 20px 0 15px 0; }
/* 2605 */ 
/* 2606 */ 	#slides #slide-controls {
/* 2607 */ 		position: absolute;
/* 2608 */ 		top: auto;
/* 2609 */ 		left: auto;
/* 2610 */ 		bottom: 18px;
/* 2611 */ 		right: 20px;
/* 2612 */ 		width: 70px;
/* 2613 */ 		z-index: 90;
/* 2614 */ 	}
/* 2615 */ 
/* 2616 */ 	#slides .featured-image {
/* 2617 */ 		height: 260px;
/* 2618 */ 		margin-bottom: 5px;
/* 2619 */ 		position: absolute;
/* 2620 */ 		top: 60px;
/* 2621 */ 	}
/* 2622 */ 
/* 2623 */ 	#slides .post-title {
/* 2624 */ 		padding: 0 100px 0 0;
/* 2625 */ 		margin: 0;
/* 2626 */ 		position: absolute;
/* 2627 */ 		top: 315px;
/* 2628 */ 		height: 40px;
/* 2629 */ 		overflow: hidden;
/* 2630 */ 	}
/* 2631 */ 
/* 2632 */ 	#slides .post-title a { color: #fff; }
/* 2633 */ 
/* 2634 */ 	#footer-menu { padding: 5px 60px 30px; }
/* 2635 */ 
/* 2636 */ 	#credits { padding: 0 60px; }
/* 2637 */ 
/* 2638 */ 	.breadcrumbs,
/* 2639 */ 	.archive-title-item,
/* 2640 */ 	#sidebar,
/* 2641 */ 	#primary-menu ul ul,
/* 2642 */ 	.item .featured-details .post-content,
/* 2643 */ 	.item .featured-details a.read-more { display: none !important; }
/* 2644 */ 	
/* 2645 */ 	th { padding: 10px; }
/* 2646 */ 	
/* 2647 */ 	#hentry-wrap { width: 300px; }
/* 2648 */ 
/* 2649 */ }
/* 2650 */ 

/* style.css */

/* 2651 */ 
/* 2652 */ /* line 17, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/* 2653 */ html, body, div, span, applet, object, iframe,
/* 2654 */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 2655 */ a, abbr, acronym, address, big, cite, code,
/* 2656 */ del, dfn, em, img, ins, kbd, q, s, samp,
/* 2657 */ small, strike, strong, sub, sup, tt, var,
/* 2658 */ b, u, i, center,
/* 2659 */ dl, dt, dd, ol, ul, li,
/* 2660 */ fieldset, form, label, legend,
/* 2661 */ table, caption, tbody, tfoot, thead, tr, th, td,
/* 2662 */ article, aside, canvas, details, embed,
/* 2663 */ figure, figcaption, footer, header, hgroup,
/* 2664 */ menu, nav, output, ruby, section, summary,
/* 2665 */ time, mark, audio, video {
/* 2666 */   margin: 0;
/* 2667 */   padding: 0;
/* 2668 */   border: 0;
/* 2669 */   font-size: 100%;
/* 2670 */   font: inherit;
/* 2671 */   vertical-align: baseline; }
/* 2672 */ 
/* 2673 */ /* line 20, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/* 2674 */ body {
/* 2675 */   line-height: 1; }
/* 2676 */ 
/* 2677 */ /* line 22, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/* 2678 */ ol, ul {
/* 2679 */   list-style: none; }
/* 2680 */ 
/* 2681 */ /* line 24, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/* 2682 */ table {
/* 2683 */   border-collapse: collapse;
/* 2684 */   border-spacing: 0; }
/* 2685 */ 
/* 2686 */ /* line 26, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/* 2687 */ caption, th, td {
/* 2688 */   text-align: left;
/* 2689 */   font-weight: normal;
/* 2690 */   vertical-align: middle; }
/* 2691 */ 
/* 2692 */ /* line 28, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/* 2693 */ q, blockquote {
/* 2694 */   quotes: none; }
/* 2695 */   /* line 101, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/* 2696 */   q:before, q:after, blockquote:before, blockquote:after {
/* 2697 */     content: "";
/* 2698 */     content: none; }
/* 2699 */ 
/* 2700 */ /* line 30, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */

/* style.css */

/* 2701 */ a img {
/* 2702 */   border: none; }
/* 2703 */ 
/* 2704 */ /* line 114, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/* 2705 */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
/* 2706 */   display: block; }
/* 2707 */ 
/* 2708 */ /* line 1, ../sass/partials/layout.scss */
/* 2709 */ body {
/* 2710 */   background: url(../../../themes/construct/images/header-bg.jpg);
/* 2711 */   background: url(../../../themes/toolbox/images/background.png); }
/* 2712 */ 
/* 2713 */ /* line 6, ../sass/partials/layout.scss */
/* 2714 */ #top-bar {
/* 2715 */   display: none; }
/* 2716 */ 
/* 2717 */ /* line 9, ../sass/partials/layout.scss */
/* 2718 */ .layout-centered #main {
/* 2719 */   margin-bottom: 0; }
/* 2720 */ 
/* 2721 */ /* line 12, ../sass/partials/layout.scss */
/* 2722 */ #breadcrumb-wrap {
/* 2723 */   display: none; }
/* 2724 */ 
/* 2725 */ /* line 15, ../sass/partials/layout.scss */
/* 2726 */ #header {
/* 2727 */   background: none;
/* 2728 */   padding-top: 0;
/* 2729 */   padding-bottom: 0;
/* 2730 */   margin-bottom: 20px;
/* 2731 */   z-index: 70; }
/* 2732 */   /* line 25, ../sass/partials/layout.scss */
/* 2733 */   #header #header-inner {
/* 2734 */     background: rgba(0, 0, 0, 0.4);
/* 2735 */     -webkit-border-radius: 0 0 3px 3px;
/* 2736 */     -moz-border-radius: 0 0 3px 3px;
/* 2737 */     -ms-border-radius: 0 0 3px 3px;
/* 2738 */     -o-border-radius: 0 0 3px 3px;
/* 2739 */     border-radius: 0 0 3px 3px; }
/* 2740 */     /* line 30, ../sass/partials/layout.scss */
/* 2741 */     #header #header-inner .header-wrapper #logo {
/* 2742 */       height: auto;
/* 2743 */       width: auto;
/* 2744 */       padding: 20px; }
/* 2745 */       /* line 35, ../sass/partials/layout.scss */
/* 2746 */       #header #header-inner .header-wrapper #logo #site-title a {
/* 2747 */         overflow: hidden;
/* 2748 */         text-indent: -9000px;
/* 2749 */         display: block;
/* 2750 */         height: 30px;

/* style.css */

/* 2751 */         width: 124px;
/* 2752 */         background: url(../../../themes/toolbox/images/toolbox-logo.png) no-repeat; }
/* 2753 */     /* line 43, ../sass/partials/layout.scss */
/* 2754 */     #header #header-inner .header-wrapper .nav-container {
/* 2755 */       float: right; }
/* 2756 */       /* line 45, ../sass/partials/layout.scss */
/* 2757 */       #header #header-inner .header-wrapper .nav-container #primary-menu {
/* 2758 */         float: left;
/* 2759 */         margin: 17px 20px 0 0; }
/* 2760 */         /* line 49, ../sass/partials/layout.scss */
/* 2761 */         #header #header-inner .header-wrapper .nav-container #primary-menu ul li {
/* 2762 */           margin: 0; }
/* 2763 */           /* line 51, ../sass/partials/layout.scss */
/* 2764 */           #header #header-inner .header-wrapper .nav-container #primary-menu ul li a {
/* 2765 */             padding: 0 15px; }
/* 2766 */         /* line 55, ../sass/partials/layout.scss */
/* 2767 */         #header #header-inner .header-wrapper .nav-container #primary-menu ul ul {
/* 2768 */           background: none;
/* 2769 */           padding-top: 10px; }
/* 2770 */ 
/* 2771 */ /* line 65, ../sass/partials/layout.scss */
/* 2772 */ #page {
/* 2773 */   padding-bottom: 0; }
/* 2774 */ 
/* 2775 */ /* line 68, ../sass/partials/layout.scss */
/* 2776 */ #bottom {
/* 2777 */   margin-top: 0;
/* 2778 */   height: auto;
/* 2779 */   background: #111111; }
/* 2780 */ 
/* 2781 */ /* line 73, ../sass/partials/layout.scss */
/* 2782 */ #footer {
/* 2783 */   padding-top: 0;
/* 2784 */   background: none; }
/* 2785 */ 
/* 2786 */ /* line 77, ../sass/partials/layout.scss */
/* 2787 */ #credits {
/* 2788 */   text-align: center; }
/* 2789 */ 
/* 2790 */ /* line 80, ../sass/partials/layout.scss */
/* 2791 */ .separator {
/* 2792 */   width: 100%;
/* 2793 */   border-top: 1px dotted rgba(255, 255, 255, 0.2);
/* 2794 */   height: 0;
/* 2795 */   margin: 20px 0;
/* 2796 */   background: none;
/* 2797 */   display: none; }
/* 2798 */ 
/* 2799 */ /* line 88, ../sass/partials/layout.scss */
/* 2800 */ .overlay {

/* style.css */

/* 2801 */   position: fixed;
/* 2802 */   height: 100%;
/* 2803 */   width: 100%;
/* 2804 */   z-index: 50;
/* 2805 */   background: rgba(0, 0, 0, 0.3);
/* 2806 */   top: 0;
/* 2807 */   left: 0; }
/* 2808 */ 
/* 2809 */ /* line 97, ../sass/partials/layout.scss */
/* 2810 */ .hidden {
/* 2811 */   display: none; }
/* 2812 */ 
/* 2813 */ /*---------------------------------------------------------------------------*/
/* 2814 */ /*  Media Queries
/* 2815 *| /*---------------------------------------------------------------------------*/
/* 2816 */ @media screen and (min-width: 1035px) {
/* 2817 */   /* line 104, ../sass/partials/layout.scss */
/* 2818 */   .layout-centered #container {
/* 2819 */     width: 940px; }
/* 2820 */     /* line 106, ../sass/partials/layout.scss */
/* 2821 */     .layout-centered #container #content {
/* 2822 */       width: 980px;
/* 2823 */       overflow: hidden; }
/* 2824 */ 
/* 2825 */   /* line 115, ../sass/partials/layout.scss */
/* 2826 */   .home .separator:nth-of-type(3n) {
/* 2827 */     display: block; }
/* 2828 */ 
/* 2829 */   /* line 123, ../sass/partials/layout.scss */
/* 2830 */   .archive .separator:nth-of-type(2n) {
/* 2831 */     display: block; } }
/* 2832 */ /* for 1035px or less - Tablets */
/* 2833 */ @media screen and (max-width: 1035px) {
/* 2834 */   /* line 130, ../sass/partials/layout.scss */
/* 2835 */   #logo {
/* 2836 */     float: left; }
/* 2837 */ 
/* 2838 */   /* line 133, ../sass/partials/layout.scss */
/* 2839 */   #primary-menu {
/* 2840 */     margin: 17px 20px 0 0;
/* 2841 */     position: static;
/* 2842 */     left: auto;
/* 2843 */     padding-top: 0; }
/* 2844 */     /* line 139, ../sass/partials/layout.scss */
/* 2845 */     #primary-menu ul li {
/* 2846 */       right: auto; }
/* 2847 */ 
/* 2848 */   /* line 145, ../sass/partials/layout.scss */
/* 2849 */   .layout-centered #container,
/* 2850 */   #container {

/* style.css */

/* 2851 */     float: none;
/* 2852 */     overflow: hidden;
/* 2853 */     margin: 0 auto;
/* 2854 */     padding: 0;
/* 2855 */     width: 620px; }
/* 2856 */ 
/* 2857 */   /* line 152, ../sass/partials/layout.scss */
/* 2858 */   .separator:nth-of-type(even) {
/* 2859 */     display: block; } }
/* 2860 */ /* for 680px or less - Mobiles */
/* 2861 */ @media screen and (max-width: 680px) {
/* 2862 */   /* line 161, ../sass/partials/layout.scss */
/* 2863 */   #logo {
/* 2864 */     float: none; }
/* 2865 */     /* line 163, ../sass/partials/layout.scss */
/* 2866 */     #logo h1 {
/* 2867 */       width: 124px;
/* 2868 */       margin: 0 auto; }
/* 2869 */ 
/* 2870 */   /* line 168, ../sass/partials/layout.scss */
/* 2871 */   .nav-container {
/* 2872 */     display: none; }
/* 2873 */ 
/* 2874 */   /* line 172, ../sass/partials/layout.scss */
/* 2875 */   .layout-centered #container,
/* 2876 */   #container {
/* 2877 */     width: 300px;
/* 2878 */     padding: 0 5px; }
/* 2879 */ 
/* 2880 */   /* line 176, ../sass/partials/layout.scss */
/* 2881 */   .separator {
/* 2882 */     display: block; } }
/* 2883 */ /* line 184, ../sass/partials/layout.scss */
/* 2884 */ .separator:last-child {
/* 2885 */   display: block; }
/* 2886 */ 
/* 2887 */ /* line 1, ../sass/partials/typography.scss */
/* 2888 */ body, #home-title, .item .meta-category, .item .post-title a, .item .post-title, .single .post-title, .page .page-title {
/* 2889 */   font-family: kulturista-web, serif; }
/* 2890 */ 
/* 2891 */ /* line 4, ../sass/partials/typography.scss */
/* 2892 */ a {
/* 2893 */   color: #61cdda; }
/* 2894 */   /* line 6, ../sass/partials/typography.scss */
/* 2895 */   a:hover {
/* 2896 */     color: white; }
/* 2897 */ 
/* 2898 */ /* line 10, ../sass/partials/typography.scss */
/* 2899 */ #content a {
/* 2900 */   color: #333; }

/* style.css */

/* 2901 */   /* line 12, ../sass/partials/typography.scss */
/* 2902 */   #content a:hover {
/* 2903 */     color: #61cdda; }
/* 2904 */ 
/* 2905 */ /* line 16, ../sass/partials/typography.scss */
/* 2906 */ .item .post-title a, .item .post-title {
/* 2907 */   font-size: 24px;
/* 2908 */   line-height: 1.3;
/* 2909 */   margin-bottom: 5px; }
/* 2910 */ 
/* 2911 */ /* line 21, ../sass/partials/typography.scss */
/* 2912 */ .item .post-content {
/* 2913 */   font-size: 14px;
/* 2914 */   line-height: 1.5; }
/* 2915 */ 
/* 2916 */ /* line 25, ../sass/partials/typography.scss */
/* 2917 */ #home-title {
/* 2918 */   color: rgba(255, 255, 255, 0.95);
/* 2919 */   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
/* 2920 */   font-size: 18px;
/* 2921 */   border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
/* 2922 */   padding: 0 0 20px 0; }
/* 2923 */ 
/* 2924 */ /* line 32, ../sass/partials/typography.scss */
/* 2925 */ .widget ul li {
/* 2926 */   margin-bottom: 10px; }
/* 2927 */ 
/* 2928 */ /* line 35, ../sass/partials/typography.scss */
/* 2929 */ #primary-menu ul li a {
/* 2930 */   font-size: 13px;
/* 2931 */   font-weight: 500; }
/* 2932 */ 
/* 2933 */ /* line 39, ../sass/partials/typography.scss */
/* 2934 */ .no-results {
/* 2935 */   color: rgba(255, 255, 255, 0.8); }
/* 2936 */ 
/* 2937 */ /* line 42, ../sass/partials/typography.scss */
/* 2938 */ p {
/* 2939 */   margin-bottom: 20px; }
/* 2940 */ 
/* 2941 */ /**** Isotope Filtering ****/
/* 2942 */ /* line 3, ../sass/partials/isotope.scss */
/* 2943 */ .isotope-item {
/* 2944 */   z-index: 2; }
/* 2945 */ 
/* 2946 */ /* line 5, ../sass/partials/isotope.scss */
/* 2947 */ .isotope-hidden.isotope-item {
/* 2948 */   pointer-events: none;
/* 2949 */   z-index: 1; }
/* 2950 */ 

/* style.css */

/* 2951 */ /**** Isotope CSS3 transitions ****/
/* 2952 */ /* line 12, ../sass/partials/isotope.scss */
/* 2953 */ .isotope,
/* 2954 */ .isotope .isotope-item {
/* 2955 */   -webkit-transition-duration: none;
/* 2956 */   -moz-transition-duration: none;
/* 2957 */   transition-duration: none; }
/* 2958 */ 
/* 2959 */ /* line 18, ../sass/partials/isotope.scss */
/* 2960 */ .isotope {
/* 2961 */   -webkit-transition-property: none;
/* 2962 */   -moz-transition-property: none;
/* 2963 */   transition-property: none; }
/* 2964 */ 
/* 2965 */ /* line 24, ../sass/partials/isotope.scss */
/* 2966 */ .isotope .isotope-item {
/* 2967 */   -webkit-transition-property: none;
/* 2968 */   -moz-transition-property: none;
/* 2969 */   transition-property: none; }
/* 2970 */ 
/* 2971 */ /**** disabling Isotope CSS3 transitions ****/
/* 2972 */ /* line 34, ../sass/partials/isotope.scss */
/* 2973 */ .isotope.no-transition,
/* 2974 */ .isotope.no-transition .isotope-item,
/* 2975 */ .isotope .isotope-item.no-transition {
/* 2976 */   -webkit-transition-duration: 0s;
/* 2977 */   -moz-transition-duration: 0s;
/* 2978 */   transition-duration: 0s; }
/* 2979 */ 
/* 2980 */ /* disable CSS transitions for containers with infinite scrolling*/
/* 2981 */ /* line 41, ../sass/partials/isotope.scss */
/* 2982 */ .isotope.infinite-scrolling {
/* 2983 */   -webkit-transition: none;
/* 2984 */   -moz-transition: none;
/* 2985 */   transition: none; }
/* 2986 */ 
/* 2987 */ /* line 1, ../sass/partials/modules.scss */
/* 2988 */ .top {
/* 2989 */   padding-bottom: 10px;
/* 2990 */   border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
/* 2991 */   margin-bottom: 20px; }
/* 2992 */ 
/* 2993 */ /* line 6, ../sass/partials/modules.scss */
/* 2994 */ .filters {
/* 2995 */   float: left;
/* 2996 */   width: 760px;
/* 2997 */   margin-right: 20px;
/* 2998 */   color: rgba(255, 255, 255, 0.8);
/* 2999 */   font-size: 14px; }
/* 3000 */   /* line 12, ../sass/partials/modules.scss */

/* style.css */

/* 3001 */   .filters .row {
/* 3002 */     padding-bottom: 10px;
/* 3003 */     margin-bottom: 20px;
/* 3004 */     border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
/* 3005 */ 
/* 3006 */ /* line 18, ../sass/partials/modules.scss */
/* 3007 */ .ad {
/* 3008 */   float: left;
/* 3009 */   width: 160px;
/* 3010 */   color: rgba(255, 255, 255, 0.8);
/* 3011 */   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
/* 3012 */   margin-bottom: 10px; }
/* 3013 */   /* line 24, ../sass/partials/modules.scss */
/* 3014 */   .ad .yoggrt {
/* 3015 */     background: none;
/* 3016 */     padding: 0;
/* 3017 */     margin: 0;
/* 3018 */     border: none; }
/* 3019 */   /* line 31, ../sass/partials/modules.scss */
/* 3020 */   .ad .one .bsa_it_ad {
/* 3021 */     background: transparent;
/* 3022 */     border: none;
/* 3023 */     font-family: inherit;
/* 3024 */     padding: 0px;
/* 3025 */     margin: 0; }
/* 3026 */     /* line 37, ../sass/partials/modules.scss */
/* 3027 */     .ad .one .bsa_it_ad:hover img {
/* 3028 */       -moz-box-shadow: 0 0 3px #000;
/* 3029 */       -webkit-box-shadow: 0 0 3px #000;
/* 3030 */       box-shadow: 0 0 3px #000; }
/* 3031 */     /* line 42, ../sass/partials/modules.scss */
/* 3032 */     .ad .one .bsa_it_ad .bsa_it_i {
/* 3033 */       display: block;
/* 3034 */       padding: 0;
/* 3035 */       float: none;
/* 3036 */       margin: 0 0 5px; }
/* 3037 */       /* line 47, ../sass/partials/modules.scss */
/* 3038 */       .ad .one .bsa_it_ad .bsa_it_i img {
/* 3039 */         padding: 0;
/* 3040 */         border: none; }
/* 3041 */     /* line 52, ../sass/partials/modules.scss */
/* 3042 */     .ad .one .bsa_it_ad .bsa_it_t {
/* 3043 */       color: white;
/* 3044 */       font-weight: bold; }
/* 3045 */     /* line 56, ../sass/partials/modules.scss */
/* 3046 */     .ad .one .bsa_it_ad .bsa_it_d {
/* 3047 */       font-size: 12px;
/* 3048 */       color: rgba(255, 255, 255, 0.6); }
/* 3049 */   /* line 61, ../sass/partials/modules.scss */
/* 3050 */   .ad .one .bsa_it_p {

/* style.css */

/* 3051 */     display: none; }
/* 3052 */   /* line 65, ../sass/partials/modules.scss */
/* 3053 */   .ad a#bsap_aplink, .ad a#bsap_aplink:hover {
/* 3054 */     display: block;
/* 3055 */     line-height: 24px;
/* 3056 */     font-size: 10px; }
/* 3057 */ 
/* 3058 */ /* line 72, ../sass/partials/modules.scss */
/* 3059 */ .filter li {
/* 3060 */   display: inline-block;
/* 3061 */   margin: 0 5px 10px 0; }
/* 3062 */   /* line 75, ../sass/partials/modules.scss */
/* 3063 */   .filter li a {
/* 3064 */     color: rgba(255, 255, 255, 0.7);
/* 3065 */     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
/* 3066 */     font-size: 13px;
/* 3067 */     display: inline-block;
/* 3068 */     -webkit-border-radius: 30px;
/* 3069 */     -moz-border-radius: 30px;
/* 3070 */     -ms-border-radius: 30px;
/* 3071 */     -o-border-radius: 30px;
/* 3072 */     border-radius: 30px;
/* 3073 */     height: 24px;
/* 3074 */     line-height: 24px;
/* 3075 */     padding: 0 12px;
/* 3076 */     background: rgba(255, 255, 255, 0.1); }
/* 3077 */     /* line 85, ../sass/partials/modules.scss */
/* 3078 */     .filter li a span {
/* 3079 */       color: rgba(255, 255, 255, 0.3); }
/* 3080 */     /* line 88, ../sass/partials/modules.scss */
/* 3081 */     .filter li a:hover {
/* 3082 */       background: rgba(255, 255, 255, 0.2); }
/* 3083 */   /* line 93, ../sass/partials/modules.scss */
/* 3084 */   .filter li.active a {
/* 3085 */     background: rgba(97, 205, 218, 0.7);
/* 3086 */     color: white; }
/* 3087 */     /* line 96, ../sass/partials/modules.scss */
/* 3088 */     .filter li.active a span {
/* 3089 */       color: rgba(255, 255, 255, 0.6); }
/* 3090 */ /* line 102, ../sass/partials/modules.scss */
/* 3091 */ .filter:last-child {
/* 3092 */   border: none;
/* 3093 */   margin: 0; }
/* 3094 */ 
/* 3095 */ /* line 107, ../sass/partials/modules.scss */
/* 3096 */ #sort-by {
/* 3097 */   float: left; }
/* 3098 */ 
/* 3099 */ /* line 110, ../sass/partials/modules.scss */
/* 3100 */ #live-search {

/* style.css */

/* 3101 */   float: right;
/* 3102 */   margin-top: -3px;
/* 3103 */   position: relative; }
/* 3104 */   /* line 114, ../sass/partials/modules.scss */
/* 3105 */   #live-search label {
/* 3106 */     display: inline-block;
/* 3107 */     margin-right: 5px; }
/* 3108 */   /* line 118, ../sass/partials/modules.scss */
/* 3109 */   #live-search input {
/* 3110 */     font-family: inherit;
/* 3111 */     display: inline-block;
/* 3112 */     -webkit-border-radius: 30px;
/* 3113 */     -moz-border-radius: 30px;
/* 3114 */     -ms-border-radius: 30px;
/* 3115 */     -o-border-radius: 30px;
/* 3116 */     border-radius: 30px;
/* 3117 */     height: 20px;
/* 3118 */     padding: 5px 12px;
/* 3119 */     line-height: 20px;
/* 3120 */     background: transparent;
/* 3121 */     background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.1)));
/* 3122 */     background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
/* 3123 */     background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
/* 3124 */     background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
/* 3125 */     background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
/* 3126 */     background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
/* 3127 */     box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0, inset rgba(0, 0, 0, 0.7) 0 1px 0;
/* 3128 */     border: none;
/* 3129 */     color: rgba(255, 255, 255, 0.8); }
/* 3130 */   /* line 131, ../sass/partials/modules.scss */
/* 3131 */   #live-search.active input, #live-search input:focus {
/* 3132 */     outline: none;
/* 3133 */     background: rgba(255, 255, 255, 0.8);
/* 3134 */     color: #333; }
/* 3135 */   /* line 136, ../sass/partials/modules.scss */
/* 3136 */   #live-search .clear-link {
/* 3137 */     position: absolute;
/* 3138 */     overflow: hidden;
/* 3139 */     text-indent: -9000px;
/* 3140 */     display: block;
/* 3141 */     background: url("../../../themes/toolbox/images/cancel.png");
/* 3142 */     height: 20px;
/* 3143 */     width: 20px;
/* 3144 */     right: 5px;
/* 3145 */     top: 5px;
/* 3146 */     z-index: 10;
/* 3147 */     display: none; }
/* 3148 */   /* line 147, ../sass/partials/modules.scss */
/* 3149 */   #live-search.active .clear-link {
/* 3150 */     display: block; }

/* style.css */

/* 3151 */ 
/* 3152 */ /* line 151, ../sass/partials/modules.scss */
/* 3153 */ #home-title {
/* 3154 */   text-align: center; }
/* 3155 */ 
/* 3156 */ /* line 154, ../sass/partials/modules.scss */
/* 3157 */ .hentry {
/* 3158 */   padding: 0; }
/* 3159 */ 
/* 3160 */ /* line 157, ../sass/partials/modules.scss */
/* 3161 */ .ad-block {
/* 3162 */   background: rgba(0, 0, 0, 0.2);
/* 3163 */   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.35);
/* 3164 */   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.35);
/* 3165 */   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.35); }
/* 3166 */   /* line 160, ../sass/partials/modules.scss */
/* 3167 */   .ad-block .ad {
/* 3168 */     width: 130px;
/* 3169 */     margin: 90px auto 0 auto; }
/* 3170 */   /* line 164, ../sass/partials/modules.scss */
/* 3171 */   .ad-block .supported-by {
/* 3172 */     text-align: center;
/* 3173 */     margin-bottom: 5px;
/* 3174 */     display: block;
/* 3175 */     color: rgba(255, 255, 255, 0.5);
/* 3176 */     font-size: 13px;
/* 3177 */     font-variant: small-caps; }
/* 3178 */   /* line 172, ../sass/partials/modules.scss */
/* 3179 */   .ad-block .fusionentire {
/* 3180 */     display: block;
/* 3181 */     overflow: hidden;
/* 3182 */     width: 130px;
/* 3183 */     margin: 0 auto;
/* 3184 */     text-align: center; }
/* 3185 */     /* line 179, ../sass/partials/modules.scss */
/* 3186 */     .ad-block .fusionentire a {
/* 3187 */       display: block;
/* 3188 */       width: 130px;
/* 3189 */       height: 100px; }
/* 3190 */     /* line 186, ../sass/partials/modules.scss */
/* 3191 */     .ad-block .fusionentire .fusiontext {
/* 3192 */       text-align: left;
/* 3193 */       background: rgba(255, 255, 255, 0.1);
/* 3194 */       padding: 10px;
/* 3195 */       width: 110px;
/* 3196 */       height: auto;
/* 3197 */       line-height: 1.3;
/* 3198 */       color: rgba(255, 255, 255, 0.8);
/* 3199 */       font-size: 12px;
/* 3200 */       margin: 0; }

/* style.css */

/* 3201 */   /* line 198, ../sass/partials/modules.scss */
/* 3202 */   .ad-block .fusion-link {
/* 3203 */     font-size: 12px;
/* 3204 */     color: rgba(255, 255, 255, 0.5);
/* 3205 */     display: block;
/* 3206 */     font-variant: small-caps;
/* 3207 */     line-height: 24px;
/* 3208 */     height: 24px;
/* 3209 */     text-align: center; }
/* 3210 */ 
/* 3211 */ /* line 208, ../sass/partials/modules.scss */
/* 3212 */ .share-widget {
/* 3213 */   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAaklEQVQYV2NkYGAwBuKzQAwC9UA8C4ifQ/n/GaEMkCIfIG6E8iWB9DMgZoQpAOncgmTSfyBbCmQSSAFIEqYTZNIZkE6YSSAGyDi4nUC2CbKb4CphdqK7CaYAbieSb8BuAikASSKblIbsJgCKXBfTNjWx1AAAAABJRU5ErkJggg==);
/* 3214 */   -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.5);
/* 3215 */   -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.5);
/* 3216 */   box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.5);
/* 3217 */   -webkit-border-radius: 0 0 3px 0;
/* 3218 */   -moz-border-radius: 0 0 3px 0;
/* 3219 */   -ms-border-radius: 0 0 3px 0;
/* 3220 */   -o-border-radius: 0 0 3px 0;
/* 3221 */   border-radius: 0 0 3px 0;
/* 3222 */   height: 70px;
/* 3223 */   width: 90px;
/* 3224 */   float: left; }
/* 3225 */   /* line 216, ../sass/partials/modules.scss */
/* 3226 */   .share-widget .share-link {
/* 3227 */     background: url("../../../themes/toolbox/images/share.png") no-repeat top;
/* 3228 */     display: block;
/* 3229 */     overflow: hidden;
/* 3230 */     text-indent: -9000px;
/* 3231 */     display: block;
/* 3232 */     height: 100%;
/* 3233 */     width: 100%; }
/* 3234 */     /* line 222, ../sass/partials/modules.scss */
/* 3235 */     .share-widget .share-link:hover {
/* 3236 */       background-position: bottom; }
/* 3237 */   /* line 226, ../sass/partials/modules.scss */
/* 3238 */   .share-widget .share-options {
/* 3239 */     display: none;
/* 3240 */     position: relative;
/* 3241 */     background: #ffffff;
/* 3242 */     padding: 20px 10px 10px 10px;
/* 3243 */     z-index: 100;
/* 3244 */     -webkit-border-radius: 3px;
/* 3245 */     -moz-border-radius: 3px;
/* 3246 */     -ms-border-radius: 3px;
/* 3247 */     -o-border-radius: 3px;
/* 3248 */     border-radius: 3px;
/* 3249 */     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
/* 3250 */     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);

/* style.css */

/* 3251 */     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55); }
/* 3252 */     /* line 234, ../sass/partials/modules.scss */
/* 3253 */     .share-widget .share-options:after {
/* 3254 */       bottom: 100%;
/* 3255 */       border: solid transparent;
/* 3256 */       content: " ";
/* 3257 */       height: 0;
/* 3258 */       width: 0;
/* 3259 */       position: absolute;
/* 3260 */       pointer-events: none; }
/* 3261 */     /* line 243, ../sass/partials/modules.scss */
/* 3262 */     .share-widget .share-options:after {
/* 3263 */       border-bottom-color: #ffffff;
/* 3264 */       border-width: 5px;
/* 3265 */       left: 50%;
/* 3266 */       margin-left: -5px; }
/* 3267 */     /* line 249, ../sass/partials/modules.scss */
/* 3268 */     .share-widget .share-options div {
/* 3269 */       margin-bottom: 10px; }
/* 3270 */     /* line 252, ../sass/partials/modules.scss */
/* 3271 */     .share-widget .share-options .twitter {
/* 3272 */       padding-left: 7px; }
/* 3273 */     /* line 255, ../sass/partials/modules.scss */
/* 3274 */     .share-widget .share-options .facebook {
/* 3275 */       padding-left: 5px; }
/* 3276 */     /* line 258, ../sass/partials/modules.scss */
/* 3277 */     .share-widget .share-options .google {
/* 3278 */       padding-left: 10px; }
/* 3279 */   /* line 263, ../sass/partials/modules.scss */
/* 3280 */   .share-widget.active .share-options {
/* 3281 */     display: block; }
/* 3282 */ 
/* 3283 */ /* line 268, ../sass/partials/modules.scss */
/* 3284 */ .item {
/* 3285 */   -webkit-border-radius: 5px;
/* 3286 */   -moz-border-radius: 5px;
/* 3287 */   -ms-border-radius: 5px;
/* 3288 */   -o-border-radius: 5px;
/* 3289 */   border-radius: 5px;
/* 3290 */   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
/* 3291 */   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
/* 3292 */   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
/* 3293 */   -webkit-border-radius: 5px;
/* 3294 */   -moz-border-radius: 5px;
/* 3295 */   -ms-border-radius: 5px;
/* 3296 */   -o-border-radius: 5px;
/* 3297 */   border-radius: 5px;
/* 3298 */   background: #f8f8f8; }
/* 3299 */   /* line 273, ../sass/partials/modules.scss */
/* 3300 */   .item .inner {

/* style.css */

/* 3301 */     padding: 20px; }
/* 3302 */   /* line 276, ../sass/partials/modules.scss */
/* 3303 */   .item .featured-image {
/* 3304 */     border-bottom: 3px solid #444;
/* 3305 */     margin: 0; }
/* 3306 */   /* line 283, ../sass/partials/modules.scss */
/* 3307 */   .item .post-content {
/* 3308 */     height: 70px; }
/* 3309 */   /* line 286, ../sass/partials/modules.scss */
/* 3310 */   .item .ratings {
/* 3311 */     padding: 0 0 0 65px;
/* 3312 */     margin: 0 0 20px 0; }
/* 3313 */     /* line 289, ../sass/partials/modules.scss */
/* 3314 */     .item .ratings ul {
/* 3315 */       height: 30px !important;
/* 3316 */       width: 110px !important;
/* 3317 */       background: #dddddd url("../../../themes/toolbox/images/stamp2.png") no-repeat;
/* 3318 */       -webkit-border-radius: 15px;
/* 3319 */       -moz-border-radius: 15px;
/* 3320 */       -ms-border-radius: 15px;
/* 3321 */       -o-border-radius: 15px;
/* 3322 */       border-radius: 15px; }
/* 3323 */       /* line 294, ../sass/partials/modules.scss */
/* 3324 */       .item .ratings ul li {
/* 3325 */         background: none !important;
/* 3326 */         height: 30px !important;
/* 3327 */         width: 110px !important;
/* 3328 */         position: relative; }
/* 3329 */       /* line 300, ../sass/partials/modules.scss */
/* 3330 */       .item .ratings ul .rating {
/* 3331 */         position: absolute;
/* 3332 */         display: block;
/* 3333 */         overflow: hidden;
/* 3334 */         text-indent: -9000px;
/* 3335 */         display: block;
/* 3336 */         z-index: 1; }
/* 3337 */       /* line 306, ../sass/partials/modules.scss */
/* 3338 */       .item .ratings ul:hover {
/* 3339 */         background-position: center -30px; }
/* 3340 */       /* line 309, ../sass/partials/modules.scss */
/* 3341 */       .item .ratings ul.rated {
/* 3342 */         background-position: center bottom; }
/* 3343 */       /* line 313, ../sass/partials/modules.scss */
/* 3344 */       .item .ratings ul .s1 a {
/* 3345 */         position: absolute;
/* 3346 */         cursor: pointer;
/* 3347 */         left: 0;
/* 3348 */         top: 0;
/* 3349 */         overflow: hidden;
/* 3350 */         text-indent: -9000px;

/* style.css */

/* 3351 */         display: block;
/* 3352 */         text-decoration: none;
/* 3353 */         z-index: 10;
/* 3354 */         height: 30px;
/* 3355 */         width: 130px;
/* 3356 */         background: none !important; }
/* 3357 */     /* line 327, ../sass/partials/modules.scss */
/* 3358 */     .item .ratings .meta {
/* 3359 */       display: none; }
/* 3360 */   /* line 331, ../sass/partials/modules.scss */
/* 3361 */   .item .rated ul, .item .rated ul:hover, .item .loading ul {
/* 3362 */     background-position: center bottom; }
/* 3363 */   /* line 334, ../sass/partials/modules.scss */
/* 3364 */   .item.hidden {
/* 3365 */     display: none; }
/* 3366 */ 
/* 3367 */ /* line 338, ../sass/partials/modules.scss */
/* 3368 */ .techincal-dificulties {
/* 3369 */   color: white; }
/* 3370 */ 
/* 3371 */ /* line 341, ../sass/partials/modules.scss */
/* 3372 */ .hidden {
/* 3373 */   display: none !important; }
/* 3374 */ 

/* post-ratings.css */

/* 1 */ // empty file