
/* styles.css */

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

/* styles.css */

/* 51 */ 	left: 20%;
/* 52 */ 	z-index: 100;
/* 53 */ 	border: 1px solid #ff0000;
/* 54 */ 	background: #fff;
/* 55 */ 	padding: .2em .8em;
/* 56 */ }
/* 57 */ 
/* 58 */ span.wpcf7-list-item {
/* 59 */ 	margin-left: 0.5em;
/* 60 */ }
/* 61 */ 
/* 62 */ .wpcf7-display-none {
/* 63 */ 	display: none;
/* 64 */ }
/* 65 */ 
/* 66 */ div.wpcf7 img.ajax-loader {
/* 67 */ 	border: none;
/* 68 */ 	vertical-align: middle;
/* 69 */ 	margin-left: 4px;
/* 70 */ }
/* 71 */ 
/* 72 */ div.wpcf7 div.ajax-error {
/* 73 */ 	display: none;
/* 74 */ }
/* 75 */ 
/* 76 */ div.wpcf7 .placeheld {
/* 77 */ 	color: #888;
/* 78 */ }
/* 79 */ 

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: SmartMag
/* 3    *| Theme URI: http://theme-sphere.com
/* 4    *| Version: 2.1.1
/* 5    *| Description: Designed by <a href="http://theme-sphere.com">ThemeSphere</a>
/* 6    *| Author: ThemeSphere
/* 7    *| Author URI: http://theme-sphere.com
/* 8    *| License: GNU General Public License
/* 9    *| License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 10   *| 	Copyright: (c) 2014 ThemeSphere.
/* 11   *| */
/* 12   */ 
/* 13   */ /*
/* 14   *| 
/* 15   *| 1. =Resets & Default Elements
/* 16   *|  1.1. =Typography
/* 17   *|  1.2. =Other Elements
/* 18   *|  1.3. =Main Helpers
/* 19   *| 
/* 20   *| 2. =Global Structure
/* 21   *|  2.1. =Grid
/* 22   *|  2.2. =Header
/* 23   *|  2.3. =Navigation
/* 24   *|  2.4. =Featured & Slider
/* 25   *| 
/* 26   *| 3. =Components & Common Classes
/* 27   *| 
/* 28   *| 4. =Content
/* 29   *|  4.1. =Main Page Blocks
/* 30   *|  4.2. =Single Post
/* 31   *|  4.3. =Single & Other Pages
/* 32   *|  4.4. =Category Listing & Loop
/* 33   *| 
/* 34   *| 5. =Main Sidebar
/* 35   *| 6. =Shortcodes
/* 36   *| 7. =Footer
/* 37   *| 
/* 38   *| */
/* 39   */ 
/* 40   */ 
/* 41   */ /**
/* 42   *|  * 1. =Resets & Helpers
/* 43   *|  * ----------------------------------------------------------------------------
/* 44   *|  */
/* 45   */ 
/* 46   */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
/* 47   */ p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
/* 48   */ img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
/* 49   */ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
/* 50   */ table, caption, tbody, tfoot, thead, tr, th, td,

/* style.css */

/* 51   */ article, aside, canvas, details, figure, figcaption, hgroup, 
/* 52   */ menu, footer, header, nav, section, summary, time, mark, audio, video, 
/* 53   */ button, input, textarea {
/* 54   */ 	margin: 0;
/* 55   */ 	padding: 0;
/* 56   */ 	border: 0;
/* 57   */ 	vertical-align: baseline;
/* 58   */ 	font-size: 100%;
/* 59   */ 	font-family: inherit;
/* 60   */ }
/* 61   */ 
/* 62   */ 
/* 63   */ /* HTML5 display-role reset for older browsers */
/* 64   */ article, aside, details, figcaption, figure, 
/* 65   */ footer, header, hgroup, menu, nav, section {
/* 66   */ 	display: block;
/* 67   */ }
/* 68   */ 
/* 69   */ ol, ul {
/* 70   */ 	list-style: none;
/* 71   */ }
/* 72   */ 
/* 73   */ blockquote, q {
/* 74   */ 	quotes: none;
/* 75   */ }
/* 76   */ 
/* 77   */ blockquote:before, blockquote:after, q:before, q:after {
/* 78   */ 	content: '';
/* 79   */ 	content: none;
/* 80   */ }
/* 81   */ 
/* 82   */ table {
/* 83   */ 	border-collapse: collapse;
/* 84   */ 	border-spacing: 0;
/* 85   */ }
/* 86   */ 
/* 87   */ /* be compatible with "input" defaults */
/* 88   */ button, input[type="submit"] { 
/* 89   */ 	box-sizing: content-box; 
/* 90   */ 	-moz-box-sizing: content-box; 
/* 91   */ 	cursor: pointer; 
/* 92   */ 	-webkit-appearance: none;
/* 93   */ }
/* 94   */ 
/* 95   */ /* iOS styling reset */
/* 96   */ button, input { border-radius: 0; }
/* 97   */ 
/* 98   */ button::-moz-focus-inner, input::-moz-focus-inner {
/* 99   */ 	border: 0;
/* 100  */ 	padding: 0;

/* style.css */

/* 101  */ }
/* 102  */ 
/* 103  */ /* fix IE scrollbar */
/* 104  */ textarea { overflow: auto; }
/* 105  */ 
/* 106  */ a img { border: 0; }
/* 107  */ 
/* 108  */ .cf:before, .cf:after { content: " "; display: table; }
/* 109  */ .cf:after { clear: both; }
/* 110  */ .cf { *zoom: 1; } /* old-ie only */
/* 111  */ 
/* 112  */ /* reset placeholder color */
/* 113  */ ::-webkit-input-placeholder { color: inherit; }
/* 114  */ 
/* 115  */ :-moz-placeholder { 
/* 116  */ 	color: inherit;
/* 117  */ 	opacity: 1; 
/* 118  */ }
/* 119  */ 
/* 120  */ ::-moz-placeholder {
/* 121  */ 	color: inherit;
/* 122  */ 	opacity: 1;
/* 123  */ }
/* 124  */ 
/* 125  */ :-ms-input-placeholder { color: inherit; } 
/* 126  */ 
/* 127  */ 
/* 128  */ /**
/* 129  *|  * 1.1. =Typography
/* 130  *|  * ----------------------------------------------------------------------------
/* 131  *|  */
/* 132  */ 
/* 133  */ /* baseline 14px -- 1.5x base line-height */
/* 134  */ body {
/* 135  */ 	font: 14px/1.5 "Open Sans", Arial, sans-serif;
/* 136  */ 	text-rendering: optimizeLegibility;
/* 137  */ }
/* 138  */ 
/* 139  */ p {	margin-bottom: 21px; /* 1.5em */ }
/* 140  */ 
/* 141  */ /* base headings */
/* 142  */ 
/* 143  */ h1 { font-size: 24px; } 
/* 144  */ h2 { font-size: 21px; }
/* 145  */ h3 { font-size: 18px; }
/* 146  */ h4 { font-size: 16px; }
/* 147  */ h5 { font-size: 15px; }
/* 148  */ h6 { font-size: 14px; }
/* 149  */ 
/* 150  */ 

/* style.css */

/* 151  */ h1, h2, h3, h4, h5, h6 {
/* 152  */ 	font-weight: normal; 
/* 153  */ 	font-family: "Roboto Slab", Georgia, serif;
/* 154  */ 	color: #19232d;
/* 155  */ }
/* 156  */ 
/* 157  */ ::selection { 
/* 158  */ 	background: #e54e53; 
/* 159  */ 	color: #fff; 
/* 160  */ }
/* 161  */ 
/* 162  */ ::-moz-selection {
/* 163  */ 	background: #e54e53;
/* 164  */ 	color: #fff; 
/* 165  */ }
/* 166  */ 
/* 167  */ img::selection 	{ background: transparent; }
/* 168  */ img::-moz-selection	{ background: transparent; }
/* 169  */ body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* 170  */ 
/* 171  */ /* link and text helpers */
/* 172  */ a { 
/* 173  */ 	color: #19232d;
/* 174  */ 	text-decoration: none;
/* 175  */ 	
/* 176  */ 	-webkit-transition: all .4s ease-in-out;
/* 177  */ 	-moz-transition: all .4s ease-in-out;
/* 178  */ 	-o-transition: all .4s ease-in-out;
/* 179  */ 	transition: all .4s ease-in-out;
/* 180  */ }
/* 181  */ 
/* 182  */ a:hover { 
/* 183  */ 	text-decoration: underline;
/* 184  */ }
/* 185  */ 
/* 186  */ /**
/* 187  *|  * 1.2. =Other Elements
/* 188  *|  * ----------------------------------------------------------------------------
/* 189  *|  */
/* 190  */ 
/* 191  */ code, pre {
/* 192  */ 	padding: 1.857em;
/* 193  */ 	padding-bottom: 0;
/* 194  */ 	border-left: 3px solid #d9d9d9;
/* 195  */ 	border-bottom: 1px solid transparent;
/* 196  */ 	background: #f2f2f2;
/* 197  */ }
/* 198  */ 
/* 199  */ pre {
/* 200  */ 	display: block;	

/* style.css */

/* 201  */ 	word-break: break-all;
/* 202  */ 	word-wrap: break-word;
/* 203  */ }
/* 204  */ 
/* 205  */ pre code { white-space: pre-wrap; }
/* 206  */ 
/* 207  */ /* default table styling */
/* 208  */ table {
/* 209  */ 	max-width: 100%;
/* 210  */ 	background-color: transparent;
/* 211  */ }
/* 212  */ 
/* 213  */ th, td {
/* 214  */ 	background: #fff;
/* 215  */ 	padding: 4px 7px;
/* 216  */ 	border: 1px solid #e1e1e1; 
/* 217  */ }
/* 218  */ 
/* 219  */ th { background: #f2f2f2; }
/* 220  */ 
/* 221  */ tr:nth-child(odd) td { background: #fcfcfc; }
/* 222  */ 
/* 223  */ 
/* 224  */ table caption { 
/* 225  */ 	padding: 0 0 7px 0;
/* 226  */ 	width: auto;
/* 227  */ 	font-weight: 600;
/* 228  */ }
/* 229  */ 
/* 230  */ /* form styling */
/* 231  */ input, textarea, select {
/* 232  */ 	background: #f9f9f9;
/* 233  */ 	border: 1px solid #d9d9d9;
/* 234  */ 	padding: 7px 14px;
/* 235  */ 	outline: 0;
/* 236  */ 	font-size: 13px;
/* 237  */ 	color: #a6a6a6;
/* 238  */ } 	
/* 239  */ 
/* 240  */ textarea { 
/* 241  */ 	padding: 7px 14px;
/* 242  */ 	width: 100%;
/* 243  */ 	box-sizing: border-box;
/* 244  */ 	-moz-box-sizing: border-box;
/* 245  */ }
/* 246  */ 	
/* 247  */ input:focus, textarea:focus, select:focus { 
/* 248  */ 	border-color: #bbb;
/* 249  */ 	color: #606569;
/* 250  */ }

/* style.css */

/* 251  */ 
/* 252  */ /* fix firefox flicker */
/* 253  */ .wp-post-image { -moz-transform: translate3d(0, 0, 0); }
/* 254  */ 
/* 255  */ /* image hover effect */
/* 256  */ .wp-post-image:hover { opacity: 0.8; }
/* 257  */ .ie .wp-post-image:hover { opacity: 1; }
/* 258  */ 
/* 259  */ /**
/* 260  *|  * 1.3. =Main Helpers
/* 261  *|  * ----------------------------------------------------------------------------
/* 262  *|  */
/* 263  */ .limit-line { 
/* 264  */ 	overflow: hidden;
/* 265  */ 	white-space: nowrap;
/* 266  */ }
/* 267  */ 	
/* 268  */ .ellipsis { text-overflow: ellipsis; }
/* 269  */ 
/* 270  */ /* image replacement - via H5BP */
/* 271  */ .ir {
/* 272  */ 	background-color: transparent;
/* 273  */ 	border: 0;
/* 274  */ 	overflow: hidden;
/* 275  */ 	*text-indent: -9999px;
/* 276  */ }
/* 277  */ 
/* 278  */ .ir:before {
/* 279  */     content: "";
/* 280  */     display: block;
/* 281  */     width: 0;
/* 282  */     height: 100%;
/* 283  */ }
/* 284  */ 
/* 285  */ /* hide only visually, but have it available for screenreaders: H5BP */
/* 286  */ 
/* 287  */ .visuallyhidden {
/* 288  */     border: 0;
/* 289  */     clip: rect(0 0 0 0);
/* 290  */     height: 1px;
/* 291  */     margin: -1px;
/* 292  */     overflow: hidden;
/* 293  */     padding: 0;
/* 294  */     position: absolute;
/* 295  */     width: 1px;
/* 296  */ }
/* 297  */ 
/* 298  */ .main-color { color: #e54e53; }
/* 299  */ 
/* 300  */ 

/* style.css */

/* 301  */ /**
/* 302  *|  * 2. =Global Structure
/* 303  *|  * ----------------------------------------------------------------------------
/* 304  *|  */
/* 305  */ 
/* 306  */ /* 1128px total - 44px columns - 25px gutters - 12 columns */
/* 307  */ 
/* 308  */ body { 
/* 309  */ 	background: #fff;
/* 310  */ 	color: #606569;
/* 311  */ 	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
/* 312  */ }
/* 313  */ 
/* 314  */ .wrap {
/* 315  */ 	width: 1078px;
/* 316  */ 	margin: 0 auto;
/* 317  */ 	padding: 0 25px; /* 25px gutters */
/* 318  */ 	text-align: left;
/* 319  */ }
/* 320  */ 
/* 321  */ .boxed .main-wrap {
/* 322  */ 	background: #fff;
/* 323  */ 	width: 1128px;
/* 324  */ 	margin: 0 auto;
/* 325  */ 	border-top: 0;
/* 326  */ 	border-bottom: 0;
/* 327  */ 	
/* 328  */ 	-webkit-box-sizing: border-box;
/* 329  */ 	-moz-box-sizing: border-box;
/* 330  */ 	box-sizing: border-box;
/* 331  */ 	
/* 332  */ 	-webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
/* 333  */ 	-moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
/* 334  */ 	box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
/* 335  */ }
/* 336  */ 
/* 337  */ body.boxed { background: #eee; } 
/* 338  */ 
/* 339  */ .ie8 .bg-overlay {
/* 340  */ 	position: fixed;
/* 341  */ 	width: 100%;
/* 342  */ 	height: 100%;
/* 343  */ 	top: 0;
/* 344  */ 	left: 0;
/* 345  */ 	z-index: -999;
/* 346  */ }
/* 347  */ 
/* 348  */ /**
/* 349  *|  * 2.1 =Grid
/* 350  *|  * ----------------------------------------------------------------------------

/* style.css */

/* 351  *|  */
/* 352  */ 
/* 353  */ .row {
/* 354  */ 	min-height: 1px;
/* 355  */ 	
/* 356  */ 	-webkit-box-sizing: border-box;
/* 357  */ 	-moz-box-sizing: border-box;
/* 358  */ 	box-sizing: border-box;
/* 359  */ 	
/* 360  */ 	margin-right: -25px;
/* 361  */     margin-left: -25px;
/* 362  */ }
/* 363  */ 
/* 364  */ .columns { }
/* 365  */ 
/* 366  */ .column, .row [class*="col-"] {
/* 367  */   
/* 368  */   padding-left: 25px;
/* 369  */   padding-right: 25px;
/* 370  */   
/* 371  */   float: left;
/* 372  */   min-height: 1px;
/* 373  */   
/* 374  */   -webkit-box-sizing: border-box;
/* 375  */   -moz-box-sizing: border-box;
/* 376  */   box-sizing: border-box;
/* 377  */ }
/* 378  */ 
/* 379  */ .col-12, .column { width: 100%; }
/* 380  */ .col-11 { width: 91.66666666666667%; }
/* 381  */ .col-10 { width: 83.33333333333334%; }
/* 382  */ .col-9, .column.three-fourth { width: 75%; }
/* 383  */ .col-8, .column.two-third { width: 66.66666666666667%; }
/* 384  */ .col-7 { width: 58.333333333333336%; }
/* 385  */ 
/* 386  */ .col-6, .column.half { width: 50%; }
/* 387  */ 
/* 388  */ .col-5 { width: 41.66666666666667%; }
/* 389  */ .col-4, .column.one-third { width: 33.333333333333336%; }
/* 390  */ .col-3, .column.one-fourth { width: 25%; }
/* 391  */ .col-2 { width: 16.666666666666668%; }
/* 392  */ .col-1 { width: 8.333333333333334%; }
/* 393  */ 
/* 394  */ .column.one-fifth { width: 20%; }
/* 395  */ .column.two-fifth { width: 40%; }
/* 396  */ .column.three-fifth { width: 60%; }
/* 397  */ .column.four-fifth { width: 80%; }
/* 398  */ 
/* 399  */ .column.right { text-align: right; }
/* 400  */ .column.left { text-align: left; }

/* style.css */

/* 401  */ .column.center { text-align: center; }
/* 402  */ 
/* 403  */ 
/* 404  */ /**
/* 405  *|  * 2.2. =Header
/* 406  *|  * ----------------------------------------------------------------------------
/* 407  *|  */
/* 408  */ 
/* 409  */ .top-bar {
/* 410  */ 	background: #f2f2f2;
/* 411  */ 	border-top: 4px solid #e54e53;
/* 412  */ 	border-bottom: 1px solid #e7e7e7;
/* 413  */ }
/* 414  */ 
/* 415  */ .top-bar-content {
/* 416  */ 	padding: 10px 0;
/* 417  */ 	color: #999;
/* 418  */ 	overflow: hidden;
/* 419  */ }
/* 420  */ 
/* 421  */ .top-bar-content > div { display: inline; }
/* 422  */ .top-bar-content a { color: inherit; }
/* 423  */ 
/* 424  */ .top-bar .menu { 
/* 425  */ 	float: left; 
/* 426  */ 	color: #656565;
/* 427  */ 	overflow: hidden; 
/* 428  */ }
/* 429  */ 
/* 430  */ .top-bar .menu li { 
/* 431  */ 	float: left; 
/* 432  */ 	padding-left: 14px;
/* 433  */ }
/* 434  */ 
/* 435  */ .top-bar .menu li:first-child { padding-left: 0; }
/* 436  */ 
/* 437  */ .top-bar .menu .sub-menu { display: none; }
/* 438  */ 
/* 439  */ .top-bar .search { 
/* 440  */ 	float: right;
/* 441  */ 	margin: -3px 0 -3px 50px;
/* 442  */ }
/* 443  */ 
/* 444  */ .top-bar .search .query { 
/* 445  */ 	width: 130px;
/* 446  */ 	-webkit-transition: all .4s ease-in-out;
/* 447  */ 	-moz-transition: all .4s ease-in-out;
/* 448  */ 	-o-transition: all .4s ease-in-out;
/* 449  */ 	transition: all .4s ease-in-out; 
/* 450  */ }

/* style.css */

/* 451  */ 
/* 452  */ .top-bar .search .query:focus { width: 180px; }
/* 453  */ 
/* 454  */ 
/* 455  */ .search .query, .searchform input, .searchform #s {
/* 456  */ 	line-height: 24px;
/* 457  */ 	height: 24px;
/* 458  */ 	padding: 1px 8px;
/* 459  */ 	outline: 0;
/* 460  */ 	border: 0;
/* 461  */ 	border-right: 15px solid #e9e9e9;
/* 462  */ 	font-size: 13px;
/* 463  */ 	background: #e9e9e9;
/* 464  */ 	float: left;
/* 465  */ 	color: #999;
/* 466  */ }
/* 467  */ 
/* 468  */ .top-bar .search-button {
/* 469  */ 	background: transparent;
/* 470  */ 	margin-left: -28px;	
/* 471  */ 	line-height: 26px;
/* 472  */ 	height: 26px;
/* 473  */ 	width: 20px;
/* 474  */ 	outline: 0;
/* 475  */ 	float: left;
/* 476  */ }
/* 477  */ 
/* 478  */ .top-bar .search .fa-search {
/* 479  */ 	color: #bababa;	
/* 480  */ }
/* 481  */ 
/* 482  */ .top-bar .social-icons {
/* 483  */ 	float: right;
/* 484  */ }
/* 485  */ 
/* 486  */ /* news ticker */
/* 487  */ .trending-ticker ul { float: left; }
/* 488  */ 
/* 489  */ .trending-ticker li {
/* 490  */ 	display: none; 
/* 491  */ 	color: #656565;
/* 492  */ }
/* 493  */ 
/* 494  */ .trending-ticker a {
/* 495  */ 	max-width: 450px;
/* 496  */ 	text-overflow: ellipsis;
/* 497  */ 	white-space: nowrap;
/* 498  */ 	overflow: hidden;
/* 499  */ 	display: inline-block;
/* 500  */ 	vertical-align: middle;

/* style.css */

/* 501  */ 	line-height: 1.3;
/* 502  */ 	padding-right: 10px;
/* 503  */ 	margin-top: -2px;
/* 504  */ }
/* 505  */ 
/* 506  */ .trending-ticker li:first-child { display: block; }
/* 507  */ 
/* 508  */ .trending-ticker .heading { 
/* 509  */ 	float: left; 
/* 510  */ 	color: #e54e53;
/* 511  */ 	text-transform: uppercase;
/* 512  */ 	margin-right: 50px; 
/* 513  */ }
/* 514  */ 
/* 515  */ /* header */
/* 516  */ .main-head { }
/* 517  */ 
/* 518  */ 	.main-head .title {
/* 519  */ 		float: left;
/* 520  */ 		font-size: 37px;
/* 521  */ 		font-weight: bold;
/* 522  */ 		letter-spacing: -1px;
/* 523  */ 	}
/* 524  */ 	
/* 525  */ 	.main-head .title a { 
/* 526  */ 		text-decoration: none;
/* 527  */ 		color: #19232d;
/* 528  */ 	}
/* 529  */ 	
/* 530  */ 	.logo-image {
/* 531  */ 		display: inline-block;
/* 532  */ 		vertical-align: middle;
/* 533  */ 		max-width: 100%;
/* 534  */ 		height: auto;
/* 535  */ 	}
/* 536  */ 
/* 537  */ 	/* vertically center - and right aligned */
/* 538  */ 	.main-head .right {
/* 539  */ 		line-height: 135px;
/* 540  */ 		text-align: right;
/* 541  */ 	}
/* 542  */ 	
/* 543  */ 	.main-head header {
/* 544  */ 		min-height: 135px;
/* 545  */ 		line-height: 135px;
/* 546  */ 		overflow: hidden;
/* 547  */ 	}
/* 548  */ 
/* 549  */ 	.main-head .ads-widget {
/* 550  */ 		width: 728px;

/* style.css */

/* 551  */ 		max-width: 100%;
/* 552  */ 		margin: 0 auto;
/* 553  */ 		vertical-align: middle;
/* 554  */ 		display: inline-block;
/* 555  */ 		line-height: 1;
/* 556  */ 		text-align: right; 
/* 557  */ 	}
/* 558  */ 
/* 559  */ /**
/* 560  *|  * 2.3. =Navigation
/* 561  *|  * ----------------------------------------------------------------------------
/* 562  *|  */
/* 563  */ .navigation {
/* 564  */ 	background-color: #19232d;
/* 565  */ 	border-bottom: 2px solid #2f4154;
/* 566  */ 	color: #efefef;
/* 567  */ 		
/* 568  */ 	text-transform: uppercase;
/* 569  */ 	
/* 570  */ 	box-sizing: border-box;
/* 571  */ 	-moz-box-sizing: border-box;
/* 572  */ }
/* 573  */ 
/* 574  */ .navigation.sticky {
/* 575  */ 	position: fixed;
/* 576  */ 	top: 0;
/* 577  */ 	z-index: 101;
/* 578  */ 	width: 1078px;
/* 579  */ 	background-color: rgba(25, 35, 45, 0.9);
/* 580  */ }
/* 581  */ 
/* 582  */ .admin-bar .navigation.sticky { top: 32px; }
/* 583  */ 
/* 584  */ .navigation a { color: #efefef; }
/* 585  */ 
/* 586  */ .navigation .mobile, .navigation .mobile-menu { display: none; } 
/* 587  */ .navigation .menu { }
/* 588  */ 
/* 589  */ .navigation ul { 
/* 590  */ 	list-style: none; 
/* 591  */ 	line-height: 2; 
/* 592  */ 	position: relative;
/* 593  */ }
/* 594  */ 
/* 595  */ .navigation ul li { 
/* 596  */ 	float: left; 
/* 597  */ }
/* 598  */ 
/* 599  */ /* nth level link */ 
/* 600  */ .navigation .menu li > a { 

/* style.css */

/* 601  */ 	float: left;
/* 602  */ 	padding: 0px 25px;
/* 603  */ }
/* 604  */ 
/* 605  */ /* top level links - 45px total height */
/* 606  */ .navigation .menu > li > a { 
/* 607  */ 	text-decoration: none;
/* 608  */ 	line-height: 43px;
/* 609  */ 	
/* 610  */ 	border-bottom: 2px solid transparent;
/* 611  */ 	
/* 612  */ 	margin-bottom: -2px; /* parent border offset */
/* 613  */ 	
/* 614  */ 	/*border-left: 1px solid #141b23;
/* 615  *| 	box-shadow: -1px 0px 0px 0px #2e4052;
/* 616  *| 	-webkit-box-shadow: -1px 0px 0px 0px #2e4052;*/
/* 617  */ 	
/* 618  */ 	/*border-left: 1px solid #2e4052;*/
/* 619  */ }
/* 620  */ 
/* 621  */ /* blips for parent menus */
/* 622  */ .navigation .menu li > a:after {
/* 623  */ 	display: inline-block;
/* 624  */ 	font-family: FontAwesome;
/* 625  */ 	font-style: normal;
/* 626  */ 	font-weight: normal;
/* 627  */ 	font-size: 15px;
/* 628  */ 	line-height: 0.9;
/* 629  */ 	content: "\f107";
/* 630  */ 	text-shadow: 0px 0px 1px #efefef;
/* 631  */ 	margin-left: 10px;
/* 632  */ }
/* 633  */ 
/* 634  */ .navigation .menu li li > a:after { display: none; }
/* 635  */ .navigation .menu li > a:only-child:after { display: none; }
/* 636  */ 
/* 637  */ .navigation .menu > li:first-child > a {
/* 638  */ 	border-left: 0;
/* 639  */ 	box-shadow: none;	
/* 640  */ }
/* 641  */ 
/* 642  */ .navigation .menu > li:hover > a, 
/* 643  */ .navigation .menu > .current-menu-item > a,
/* 644  */ .navigation .menu > .current-menu-parent > a,
/* 645  */ .navigation .menu > .current-menu-ancestor > a
/* 646  */ {
/* 647  */ 	border-bottom: 2px solid #e54e53;
/* 648  */ }
/* 649  */ 
/* 650  */ .navigation .menu > li:hover {

/* style.css */

/* 651  */ 	background: #1e2935;
/* 652  */ }
/* 653  */ 
/* 654  */ /* login */
/* 655  */ .menu .user-login { float: right; }
/* 656  */ 
/* 657  */ .navigation .menu .user-login a {
/* 658  */ 	float: right;
/* 659  */ 	background: #2A3746;
/* 660  */ 	padding: 0 21px;
/* 661  */ 	min-width: 12px;
/* 662  */ }
/* 663  */ 
/* 664  */ /* nested menus */
/* 665  */ 
/* 666  */ 	/* 1st level */
/* 667  */ 	.navigation .menu > li > ul { 
/* 668  */ 		top: 45px;
/* 669  */ 		border-radius: 0;
/* 670  */ 		border: 0;
/* 671  */ 	}
/* 672  */ 	
/* 673  */ 	/* 1st to nth level links */
/* 674  */ 	.navigation .menu > li li a {
/* 675  */ 		float: none;
/* 676  */ 		display: block;
/* 677  */ 		text-decoration: none;
/* 678  */ 		font-size: 13px;
/* 679  */ 		padding: 6px 25px;
/* 680  */ 		border-top: 1px solid #1f2c38;
/* 681  */ 		text-transform: none;
/* 682  */ 		
/* 683  */ 		/* prevent visibility:hidden delays */
/* 684  */ 		-webkit-transition: none;
/* 685  */ 		-moz-transition: none;
/* 686  */ 		-o-transition: none;
/* 687  */ 		transition: none;
/* 688  */ 		
/* 689  */ 		/* box-shadow: 0px -1px 0px 0px #141b23;
/* 690  *| 		-webkit-box-shadow: 0px -1px 0px 0px #141b23; */
/* 691  */ 		/* width: 100%;  - variable width disabled */ 
/* 692  */ 	}
/* 693  */ 	
/* 694  */ 	.navigation .menu ul li {
/* 695  */ 		float: none;
/* 696  */ 		min-width: 220px;
/* 697  */ 		border-top: 0;
/* 698  */ 		padding: 0 0;
/* 699  */ 		position: relative;
/* 700  */ 	}

/* style.css */

/* 701  */ 	
/* 702  */ 	.navigation .menu > li li:first-child a { 
/* 703  */ 		border-top: 0px;
/* 704  */ 		box-shadow: none;
/* 705  */ 		-webkit-box-shadow: none;
/* 706  */ 	}
/* 707  */ 	
/* 708  */ 	.navigation .menu ul {
/* 709  */ 		position: absolute; 
/* 710  */ 		overflow: visible;
/* 711  */ 		visibility: hidden;
/* 712  */ 		display: block; 
/* 713  */ 		opacity: 0;
/* 714  */ 		
/* 715  */ 		padding: 5px 0px;
/* 716  */ 		background: #19232d;
/* 717  */ 		        
/* 718  */ 		-webkit-transition: all .2s ease-in;
/* 719  */ 		-moz-transition: all .2s ease-in;
/* 720  */ 		-ms-transition: all .2s ease-in;
/* 721  */ 		transition: all .2s ease-in;
/* 722  */ 		
/* 723  */ 		z-index: 100;
/* 724  */ 	}
/* 725  */ 
/* 726  */ 	/* 2nd+ level */
/* 727  */ 	.navigation .menu ul ul { 
/* 728  */ 		left: 100%;
/* 729  */ 		top: 0;
/* 730  */ 	}
/* 731  */ 	
/* 732  */ 	.navigation li:hover > ul { 
/* 733  */ 		visibility: visible; 
/* 734  */ 		opacity: 1; 
/* 735  */ 	}
/* 736  */ 	
/* 737  */ 	/* nth level hover or current active item */
/* 738  */ 	.navigation .menu li li:hover, .navigation .menu li li.current-menu-item {
/* 739  */ 		background: #1e2935;
/* 740  */ 	}
/* 741  */ 	
/* 742  */ 	/* Mega Menu */
/* 743  */ 	
/* 744  */ 	.navigation li:hover .mega-menu { 
/* 745  */ 		visibility: visible;
/* 746  */ 		opacity: 1; 
/* 747  */ 		
/* 748  */ 		/* z-index increase on hover - prevent transitions making menu re-appear on random hover */
/* 749  */ 		z-index: 1000;
/* 750  */ 	}

/* style.css */

/* 751  */ 	
/* 752  */ 	.navigation .mega-menu {
/* 753  */ 		width: 100%;
/* 754  */ 		left: 0;
/* 755  */ 		top: 45px;
/* 756  */ 		
/* 757  */ 		margin: 0;
/* 758  */ 		
/* 759  */ 		position: absolute; 
/* 760  */ 		overflow: hidden;
/* 761  */ 		visibility: hidden;
/* 762  */ 		display: block; 
/* 763  */ 		opacity: 0;
/* 764  */ 
/* 765  */ 		padding: 35px 0px; /* 2.5em */
/* 766  */ 		
/* 767  */ 		background: #19232d;
/* 768  */ 		
/* 769  */ 		-webkit-transition: all .2s ease-in;
/* 770  */ 		-moz-transition: all .2s ease-in;
/* 771  */ 		-o-transition: all .2s ease-in;
/* 772  */ 		transition: all .2s ease-in;
/* 773  */ 		
/* 774  */ 		/* fix flicker and use hardware acceleration */
/* 775  */ 		-webkit-transform: translate3d(0, 0, 0);
/* 776  */ 		transform: translate3d(0, 0, 0);
/* 777  */ 		
/* 778  */ 		z-index: 100;
/* 779  */ 	}
/* 780  */ 	
/* 781  */ 	.navigation .mega-menu .sub-menu li, .navigation .menu .mega-menu > li { min-width: 0; }
/* 782  */ 	
/* 783  */ 	/* disable transitions in mega menu */
/* 784  */ 	.mega-menu .wp-post-image, .mega-menu a { 
/* 785  */ 		-webkit-transition: none;
/* 786  */ 		-moz-transition: none;
/* 787  */ 		-o-transition: none;
/* 788  */ 		transition: none;
/* 789  */ 	}
/* 790  */ 	
/* 791  */ 	/* sub-nav for category mega menu */
/* 792  */ 	
/* 793  */ 	.mega-menu .sub-cats {
/* 794  */ 		padding: 0;
/* 795  */ 		margin-top: -35px;
/* 796  */ 	}
/* 797  */ 	
/* 798  */ 	.mega-menu .sub-nav {
/* 799  */ 		padding-right: 50px;
/* 800  */ 		padding-left: 25px;

/* style.css */

/* 801  */ 		margin-right: 25px;
/* 802  */ 		background: #1e2935;
/* 803  */ 		margin-bottom: -600px;
/* 804  */ 		padding-bottom: 600px;
/* 805  */ 		padding-top: 37px;
/* 806  */ 	}
/* 807  */ 	
/* 808  */ 	.mega-menu .sub-nav li {
/* 809  */ 		float: none;
/* 810  */ 		display: block;
/* 811  */ 		position: relative;
/* 812  */ 	}
/* 813  */ 	
/* 814  */ 	.navigation .mega-menu .sub-nav li a {
/* 815  */ 		text-transform: uppercase;
/* 816  */ 		padding: 5px;
/* 817  */ 		border-top: 0;
/* 818  */ 		border-bottom: 1px solid #2f4154;
/* 819  */ 	}
/* 820  */ 	
/* 821  */ 	/* nested sub-nav */
/* 822  */ 	.mega-menu .sub-nav ul {
/* 823  */ 		top: 0; 
/* 824  */ 		left: 100%; 
/* 825  */ 	}
/* 826  */ 	
/* 827  */ 	.navigation .mega-menu .sub-nav ul li { min-width: 220px; }
/* 828  */ 	.navigation .mega-menu .sub-nav ul li:last-child a { border-bottom: 0; }
/* 829  */ 	
/* 830  */ 	.navigation .mega-menu .sub-nav li:hover, .navigation .menu .sub-nav li.current-menu-item  { background: #1e2c3a; }
/* 831  */ 	
/* 832  */ 	.mega-menu .extend { padding: 0 25px 0 0; }
/* 833  */ 	
/* 834  */ 	.mega-menu .heading {
/* 835  */ 		display: block;
/* 836  */ 		border-bottom: 1px solid #2f4154;
/* 837  */ 		padding: 5px 0;
/* 838  */ 		margin-bottom: 21px;
/* 839  */ 		font-weight: 600;
/* 840  */ 	}
/* 841  */ 	
/* 842  */ 	.mega-menu .featured { -webkit-transform: translate3d(0, 0, 0); }
/* 843  */ 	
/* 844  */ 	.mega-menu .featured h2 { 
/* 845  */ 		/*padding-left: 0;*/
/* 846  */ 		text-transform: none; 
/* 847  */ 	}
/* 848  */ 	
/* 849  */ 	.mega-menu .featured h2 a { color: #efefef; }
/* 850  */ 	

/* style.css */

/* 851  */ 	.mega-menu .highlights article { margin-bottom: 14px; }
/* 852  */ 	
/* 853  */ 	.mega-menu .recent-posts .posts-list {
/* 854  */ 		text-transform: none;
/* 855  */ 	}
/* 856  */ 	
/* 857  */ 	.mega-menu .posts-list div:first-child { padding-top: 0; }
/* 858  */ 
/* 859  */ 	.mega-menu .posts-list .post {
/* 860  */ 		overflow: hidden;
/* 861  */ 		padding-top: 21px;
/* 862  */ 	}
/* 863  */ 	
/* 864  */ 	.mega-menu .posts-list .post > a { 
/* 865  */ 		float: left;
/* 866  */ 		position: relative; 
/* 867  */ 	}
/* 868  */ 	
/* 869  */ 	.mega-menu .posts-list .content { 
/* 870  */ 		border-bottom-color: #2f4154;
/* 871  */ 		margin-left: 75px; 
/* 872  */ 		min-height: 0;
/* 873  */ 	}
/* 874  */ 	
/* 875  */ 	.mega-menu .posts-list img { width: 60px; }
/* 876  */ 	.mega-menu .posts-list .content > a { margin-bottom: 10px; }
/* 877  */ 
/* 878  */ 
/* 879  */ 	/* mega menu for normal links style */
/* 880  */ 	.navigation .mega-menu.links {
/* 881  */ 		padding: 35px 0 42px 0; 
/* 882  */ 	}
/* 883  */ 	
/* 884  */ 	.navigation .mega-menu.links > li.current-menu-item {
/* 885  */ 		background: inherit;
/* 886  */ 	}
/* 887  */ 	
/* 888  */ 	.navigation .mega-menu.links > li {
/* 889  */ 		float: left;
/* 890  */ 		width: 25%;
/* 891  */ 		border: 0;		
/* 892  */ 		padding: 0 25px;
/* 893  */ 
/* 894  */ 		-webkit-box-sizing: border-box;
/* 895  */ 		-moz-box-sizing: border-box;
/* 896  */ 		box-sizing: border-box;	
/* 897  */ 	}
/* 898  */ 	
/* 899  */ 	/* mega menu headings */
/* 900  */ 	.navigation .mega-menu.links > li > a {

/* style.css */

/* 901  */ 		border: 0;
/* 902  */ 		text-transform: uppercase;
/* 903  */ 		font-size: 14px;
/* 904  */ 		font-weight: 600;
/* 905  */ 		border-bottom: 1px solid #2f4154;
/* 906  */ 		padding: 5px 0; 
/* 907  */ 	}
/* 908  */ 
/* 909  */ 	.navigation .mega-menu.links > li > a:after { display: none; }
/* 910  */ 	
/* 911  */ 	.navigation .mega-menu.links > li ul {
/* 912  */ 		visibility: inherit;
/* 913  */ 		opacity: 1;
/* 914  */ 		position: static;
/* 915  */ 	}
/* 916  */ 	
/* 917  */ 	.navigation .mega-menu.links > li li a { 
/* 918  */ 		padding-left: 10px;
/* 919  */ 		border-top: 0;
/* 920  */ 		border-bottom: 1px solid #1f2c38;
/* 921  */ 	}
/* 922  */ 	
/* 923  */ 	/* caret */
/* 924  */ 	.navigation .mega-menu.links > li li a:before {
/* 925  */ 		display: inline-block;
/* 926  */ 		font-family: FontAwesome;
/* 927  */ 		font-style: normal;
/* 928  */ 		font-weight: normal;
/* 929  */ 		font-size: 12px;
/* 930  */ 		line-height: 0.9;
/* 931  */ 		content: "\f105";
/* 932  */ 		margin-right: 10px;
/* 933  */ 	}
/* 934  */ 	
/* 935  */ 	.navigation .mega-menu.links > li:hover { background: transparent; }
/* 936  */ 	
/* 937  */ 	.mega-menu .wp-post-image:hover { opacity: 1; }
/* 938  */ 	
/* 939  */ 	
/* 940  */ 	/* touch devices rules */
/* 941  */ 	.touch .menu li:hover ul, .touch .navigation li:hover > ul, .touch .navigation li:hover .mega-menu  {
/* 942  */ 	    opacity: 0;
/* 943  */ 	    visibility: hidden;
/* 944  */ 	}
/* 945  */ 	
/* 946  */ 	.touch .menu li.item-active > ul { visibility: visible; opacity: 1; }
/* 947  */ 	
/* 948  */ 	.touch .navigation li.item-active > ul { visibility: visible; opacity: 1; }
/* 949  */ 	.touch .navigation li.item-active .mega-menu,
/* 950  */ 	.touch .navigation li.item-active .mega-menu ul { visibility: visible; opacity: 1; }

/* style.css */

/* 951  */ 	
/* 952  */ 
/* 953  */ /* breadcrumbs */
/* 954  */ .breadcrumbs {
/* 955  */ 	background: #f2f2f2;	
/* 956  */ 	padding: 14px 25px;
/* 957  */ 	font-size: 12px;
/* 958  */ 	color: #8d97a1;
/* 959  */ 	line-height: 1;
/* 960  */ }
/* 961  */ 
/* 962  */ .breadcrumbs a { color: #656565; }
/* 963  */ 
/* 964  */ .breadcrumbs .delim {
/* 965  */ 	padding: 0 10px;
/* 966  */ 	font-size: 16px;
/* 967  */ 	color: #8d97a1;
/* 968  */ 	line-height: 0.7;
/* 969  */ }
/* 970  */ 
/* 971  */ .breadcrumbs .location {
/* 972  */ 	color: #e54e53;
/* 973  */ 	margin-right: 21px;
/* 974  */ 	text-transform: uppercase;
/* 975  */ }
/* 976  */ 
/* 977  */ /**
/* 978  *|  * 2.4. =Featured & Slider
/* 979  *|  * ----------------------------------------------------------------------------
/* 980  *|  */
/* 981  */  
/* 982  */ /* slider */
/* 983  */ .main-featured {
/* 984  */ 	margin: 28px 0 49px 0; /* 2em 0 3.5em 0 */
/* 985  */ 	padding: 28px 0;
/* 986  */ 	background: #f2f2f2;
/* 987  */ 	border: 1px solid #e7e7e7;
/* 988  */ 	border-right: 0;	
/* 989  */ 	border-left: 0;
/* 990  */ }
/* 991  */ 
/* 992  */ .main-featured .row { opacity: 0; }
/* 993  */ 
/* 994  */ .main-featured .row.appear {
/* 995  */ 	opacity: 1;
/* 996  */ 	-webkit-transform: translate3d(0, 0, 0);
/* 997  */ }
/* 998  */ 
/* 999  */ .main-featured .slides { 
/* 1000 */ 	position: relative;

/* style.css */

/* 1001 */ 	min-height: 170px;
/* 1002 */ }
/* 1003 */ 
/* 1004 */ .main-featured .slider { opacity: 0; }
/* 1005 */ 	
/* 1006 */ 	.main-featured .wp-post-image { display: block; }
/* 1007 */ 	
/* 1008 */ 	.main-featured .cat {
/* 1009 */ 		line-height: 30px;
/* 1010 */ 		background: #e54e53;
/* 1011 */ 	
/* 1012 */ 		padding: 0 14px;
/* 1013 */ 		margin-left: 20px;
/* 1014 */ 	}
/* 1015 */ 	
/* 1016 */ 	.main-featured .slider  h3 { 
/* 1017 */ 		position: relative; 
/* 1018 */ 		float: left;
/* 1019 */ 	}
/* 1020 */ 	
/* 1021 */ 	.main-featured .slider h3 a {
/* 1022 */ 		color: #fff;
/* 1023 */ 		font-size: 18px;
/* 1024 */ 		line-height: 2;
/* 1025 */ 	}
/* 1026 */ 	
/* 1027 */ 	.main-featured .slider .caption, .featured .caption {
/* 1028 */ 		position: absolute;
/* 1029 */ 		bottom: 0;
/* 1030 */ 		background: #19232d;
/* 1031 */ 		background: rgba(25, 35, 45, 0.7);
/* 1032 */ 		width: 100%;
/* 1033 */ 		padding: 14px 20px 17px 20px;
/* 1034 */ 		
/* 1035 */ 		box-sizing: border-box;
/* 1036 */ 		-moz-box-sizing: border-box;
/* 1037 */ 		-webkit-box-sizing: border-box;
/* 1038 */ 	}
/* 1039 */ 	
/* 1040 */ 	.main-featured .pages {
/* 1041 */ 		position: absolute;
/* 1042 */ 		max-width: 100%;
/* 1043 */ 		width: 100%;
/* 1044 */ 		bottom: 0;
/* 1045 */ 		padding-top: 10px; /* allow the mouse pointer a little room */
/* 1046 */ 		z-index: 99;
/* 1047 */ 		
/* 1048 */ 		left: 0;
/* 1049 */ 		padding: 10px 25px 0px 25px;
/* 1050 */ 		

/* style.css */

/* 1051 */ 		box-sizing: border-box;
/* 1052 */ 		-moz-box-sizing: border-box;
/* 1053 */ 		-webkit-box-sizing: border-box;
/* 1054 */ 		
/* 1055 */ 		overflow: hidden;
/* 1056 */ 	}
/* 1057 */ 	
/* 1058 */ 	.main-featured .pages a { 
/* 1059 */ 		float: left;
/* 1060 */ 		height: 4px;
/* 1061 */ 		width: 19.658119658%;
/* 1062 */ 		background: #72879c;
/* 1063 */ 		margin-left: 0.284900285%;
/* 1064 */ 
/* 1065 */ 		box-sizing: border-box;
/* 1066 */ 		-moz-box-sizing: border-box;
/* 1067 */ 		-webkit-box-sizing: border-box;
/* 1068 */ 	}
/* 1069 */ 	
/* 1070 */ 	
/* 1071 */ 	.main-featured .pages:hover a {
/* 1072 */ 		height: 8px;
/* 1073 */ 	}
/* 1074 */ 	
/* 1075 */ 	.main-featured .pages a:hover {
/* 1076 */ 		opacity: 0.6;
/* 1077 */ 	}
/* 1078 */ 	
/* 1079 */ 	.main-featured .pages .flex-active {
/* 1080 */ 		background: #e54e53;
/* 1081 */ 	}
/* 1082 */ 	
/* 1083 */ 	.main-featured .the-date {
/* 1084 */ 		color: #d3dbdf;
/* 1085 */ 		display: block;
/* 1086 */ 		text-transform: uppercase;
/* 1087 */ 		font-size: 11px;
/* 1088 */ 	} 
/* 1089 */ 
/* 1090 */ .main-featured .blocks { padding-left: 0; }
/* 1091 */ 
/* 1092 */ 	.main-featured .blocks article {
/* 1093 */ 		position: relative;
/* 1094 */ 	}
/* 1095 */ 	
/* 1096 */ 	.main-featured .blocks .large {
/* 1097 */ 		margin-bottom: 14px;
/* 1098 */ 	}
/* 1099 */ 	
/* 1100 */ 	.main-featured .blocks h3 {

/* style.css */

/* 1101 */ 		position: absolute;
/* 1102 */ 		bottom: 0;
/* 1103 */ 		background: #19232d;
/* 1104 */ 		background: rgba(25, 35, 45, 0.7);
/* 1105 */ 		width: 100%;
/* 1106 */ 		
/* 1107 */ 		padding: 10px;
/* 1108 */ 		
/* 1109 */ 		font-size: 13px;
/* 1110 */ 		line-height: 1.5;
/* 1111 */ 		
/* 1112 */ 		box-sizing: border-box;
/* 1113 */ 		-moz-box-sizing: border-box;
/* 1114 */ 		-webkit-box-sizing: border-box;
/* 1115 */ 	}
/* 1116 */ 	
/* 1117 */ 	.main-featured .blocks h3 a { color: #fff; }
/* 1118 */ 	
/* 1119 */ 	.main-featured .blocks .small h3 { padding: 20px 10px 5px 10px; }
/* 1120 */ 	
/* 1121 */ 	.main-featured .small { 
/* 1122 */ 		float: left;
/* 1123 */ 		margin-right: 14px;
/* 1124 */ 	}
/* 1125 */ 	
/* 1126 */ 	.main-featured .blocks .small.last { margin-right: 0; }
/* 1127 */ 	
/* 1128 */ 	.main-featured .small img { 
/* 1129 */ 		width: 168px;
/* 1130 */ 		height: 137px;
/* 1131 */ 	}
/* 1132 */ 
/* 1133 */ 	/* image zoom effect */
/* 1134 */ 	.main-featured .slides .image-link, .main-featured .blocks .image-link {
/* 1135 */ 		display: block;
/* 1136 */ 		overflow: hidden;
/* 1137 */ 		
/* 1138 */ 		-webkit-transform: translate3d(0, 0, 0);
/* 1139 */ 	}
/* 1140 */ 	
/* 1141 */ 	.main-featured .slides img, .main-featured .blocks .image-link img {
/* 1142 */ 		-webkit-transition: all 0.6s;
/* 1143 */ 		-moz-transition: all 0.6s;
/* 1144 */ 		-o-transition: all 0.6s;
/* 1145 */ 		transition: all 0.6s;
/* 1146 */ 	}
/* 1147 */ 	
/* 1148 */ 	.main-featured .blocks article:hover img, .main-featured .slides .flex-active-slide:hover img {	
/* 1149 */ 		
/* 1150 */ 		/* fix flicker and use hardware acceleration */

/* style.css */

/* 1151 */ 		-webkit-transform: translate3d(0, 0, 0);
/* 1152 */ 		-webkit-perspective: 0;
/* 1153 */ 		-webkit-backface-visibility: hidden;
/* 1154 */ 		
/* 1155 */ 		-webkit-transform: scale(1.1);
/* 1156 */ 		-moz-transform: scale(1.1);
/* 1157 */ 		transform: scale(1.1);
/* 1158 */ 		
/* 1159 */ 		opacity: 0.9;
/* 1160 */ 	}
/* 1161 */ 	
/* 1162 */ 	.main-featured .large .cat { margin-left: 7px; }
/* 1163 */ 
/* 1164 */ 	.main-featured .slider .caption, .main-featured .blocks h3, .featured .caption {
/* 1165 */ 
/* 1166 */ 		/* IE 9 */
/* 1167 */ 		background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MjMyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTIzMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
/* 1168 */ 		
/* 1169 */ 		background: -moz-linear-gradient(top,  rgba(25,35,45,0) 0%, rgba(25,35,45,1) 100%); /* FF3.6+ */
/* 1170 */ 		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,35,45,0)), color-stop(100%,rgba(25,35,45,1))); /* Chrome,Safari4+ */
/* 1171 */ 		background: -webkit-linear-gradient(top,  rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%); /* Chrome10+,Safari5.1+ */
/* 1172 */ 		background: -o-linear-gradient(top,  rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%); /* Opera 11.10+ */
/* 1173 */ 		background: -ms-linear-gradient(top,  rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%); /* IE10+ */
/* 1174 */ 		background: linear-gradient(to bottom,  rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%); /* W3C */
/* 1175 */ 		
/* 1176 */ 		text-shadow: 0px 1px 1px #000;
/* 1177 */ 	}
/* 1178 */ 	
/* 1179 */ 	.main-featured .flexslider .slides > li { position: relative; }
/* 1180 */ 	
/* 1181 */ 	.ie8 .main-featured .slider .caption, .ie8 .main-featured .blocks h3 { background-image: url('/wp-content/themes/anhdep/images/ie8-slider-overlay.png'); }
/* 1182 */ 	.ie8 .main-featured .blocks .small h3 { padding-top: 10px; } 
/* 1183 */ 
/* 1184 */ 
/* 1185 */ /* -- Flex-slider Styles */
/* 1186 */ 
/* 1187 */ .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }
/* 1188 */ .slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; z-index: 10; }
/* 1189 */ 
/* 1190 */ .flexslider { margin: 0; padding: 0; }
/* 1191 */ .flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 1192 */ .flexslider .slides img { max-width: 100%;  height:auto; }
/* 1193 */ .flex-pauseplay span { text-transform: capitalize; }
/* 1194 */ 
/* 1195 */ .slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
/* 1196 */ .no-js .slides > li:first-child { display: block; }
/* 1197 */ 
/* 1198 */ /* FlexSlider Modified */
/* 1199 */ .flexslider { margin: 0; position: relative; zoom: 1; }
/* 1200 */ .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }

/* style.css */

/* 1201 */ .loading .flex-viewport { max-height: 300px; }
/* 1202 */ .flexslider .slides { zoom: 1; }
/* 1203 */ 
/* 1204 */ /* Direction Nav */
/* 1205 */ .flex-direction-nav { *height: 0; }
/* 1206 */ .flex-direction-nav a {
/* 1207 */ 	z-index: 10; 
/* 1208 */ 	width: 35px; height: 35px; 
/* 1209 */ 	margin: -30px 0 0; 
/* 1210 */ 	display: block; 
/* 1211 */ 	background: #fff; 
/* 1212 */ 	position: absolute; 
/* 1213 */ 	top: 50%;
/* 1214 */ 	cursor: pointer;
/* 1215 */ 	font-size: 0;
/* 1216 */ 	opacity: 0;
/* 1217 */ }
/* 1218 */ 
/* 1219 */ .flex-direction-nav a:after {
/* 1220 */ 	content: "\f105";
/* 1221 */ 	display: block;
/* 1222 */ 	font-family: FontAwesome;
/* 1223 */ 	font-style: normal;
/* 1224 */ 	font-weight: normal;
/* 1225 */ 	-webkit-font-smoothing: antialiased;
/* 1226 */ 	-moz-osx-font-smoothing: grayscale;
/* 1227 */ 	
/* 1228 */ 	line-height: 35px;
/* 1229 */ 	font-size: 30px;
/* 1230 */ 	text-align: center;
/* 1231 */ 	color: #19232d;
/* 1232 */ }
/* 1233 */ 
/* 1234 */ .flex-direction-nav .flex-prev:after { content: "\f104"; }
/* 1235 */ 
/* 1236 */ .flex-direction-nav a:hover { text-decoration: none; }
/* 1237 */ 
/* 1238 */ .flex-direction-nav .flex-next { right: 44px; }
/* 1239 */ .flex-direction-nav .flex-prev { left: 44px;}
/* 1240 */ .flexslider:hover .flex-next { opacity: 0.5;  }
/* 1241 */ .flexslider:hover .flex-prev { opacity: 0.5; }
/* 1242 */ .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
/* 1243 */ 
/* 1244 */ /* Control Nav */
/* 1245 */ .flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
/* 1246 */ .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
/* 1247 */ .flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
/* 1248 */ .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
/* 1249 */ .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
/* 1250 */ 

/* style.css */

/* 1251 */ .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
/* 1252 */ .flex-control-thumbs li { width: 25%; float: left; margin: 0; }
/* 1253 */ .flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
/* 1254 */ .flex-control-thumbs img:hover { opacity: 1; }
/* 1255 */ .flex-control-thumbs .flex-active { opacity: 1; cursor: default; }
/* 1256 */ 
/* 1257 */ /* -- End flexslider */
/* 1258 */ 
/* 1259 */ /**
/* 1260 *|  * 3. =Components & Common Classes
/* 1261 *|  * ----------------------------------------------------------------------------
/* 1262 *|  */
/* 1263 */  
/* 1264 */  /* pagination */
/* 1265 */ .main-pagination {
/* 1266 */ 	overflow: hidden;
/* 1267 */ }
/* 1268 */ 
/* 1269 */ 	.main-pagination .page-numbers, .main-pagination a {
/* 1270 */ 		display: block;
/* 1271 */ 		float: left;
/* 1272 */ 		color: #676767;
/* 1273 */ 		padding: 0 10px;
/* 1274 */ 		margin-right: 5px;
/* 1275 */ 		background: #ebebeb;
/* 1276 */ 		line-height: 25px;
/* 1277 */ 		font-size: 13px;
/* 1278 */ 	}
/* 1279 */ 	
/* 1280 */ 	.main-pagination .current, .main-pagination a:hover { 
/* 1281 */ 		color: #fff;
/* 1282 */ 		background: #e54e53; 
/* 1283 */ 		text-decoration: none;
/* 1284 */ 	}
/* 1285 */  
/* 1286 */ 
/* 1287 */ .gallery-title, .section-head { 
/* 1288 */  	background: #f9f9f9;
/* 1289 */ 	border: 1px solid #d9d9d9;
/* 1290 */ 	border-left: 0;
/* 1291 */ 	border-right: 0;
/* 1292 */ 	
/* 1293 */ 	line-height: 32px;
/* 1294 */ 	color: #19232d;
/* 1295 */ 	font-size: 13px;
/* 1296 */ 	font-family: "Open Sans", Arial, sans-serif;
/* 1297 */ 	font-weight: 600;
/* 1298 */ 	text-transform: uppercase;
/* 1299 */ 	
/* 1300 */ 	padding: 0 14px;

/* style.css */

/* 1301 */ 	margin-bottom: 28px;
/* 1302 */ }
/* 1303 */ 
/* 1304 */ .gallery-title, .section-head.prominent { color: #e54e53; }
/* 1305 */ 
/* 1306 */ /* post format icons */
/* 1307 */ .post-format-icon {
/* 1308 */ 	float: right;
/* 1309 */ 	margin-top: -37px;
/* 1310 */ 	background: rgba(255, 255, 255, 0.4);
/* 1311 */ 	width: 25px;
/* 1312 */ 	height: 25px;
/* 1313 */ 	line-height: 25px;
/* 1314 */ 	position: relative;
/* 1315 */ 	text-align: center;
/* 1316 */ }
/* 1317 */ 
/* 1318 */ .post-format-icon i {
/* 1319 */ 	color: #fff;
/* 1320 */ 	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
/* 1321 */ }
/* 1322 */ 
/* 1323 */ /* feedburner form */ 
/* 1324 */ .feedburner .heading {
/* 1325 */ 	margin-bottom: 14px;	
/* 1326 */ }
/* 1327 */ 
/* 1328 */ 	.feedburner label { display: none; }
/* 1329 */ 	.feedburner input { 
/* 1330 */ 		padding: 8px 12px; 
/* 1331 */ 		outline: 0;
/* 1332 */ 	}
/* 1333 */ 	
/* 1334 */ 	.feedburner-email { min-width: 200px; }
/* 1335 */ 	.feedburner-subscribe { margin-left: 4px; }
/* 1336 */ 
/* 1337 */ /* social icons */
/* 1338 */ .social-icons { }
/* 1339 */ 
/* 1340 */ 	.social-icons li {
/* 1341 */ 		float: left;
/* 1342 */ 		margin-right: 5px;
/* 1343 */ 		height: 20px;
/* 1344 */ 	}
/* 1345 */ 	
/* 1346 */ 	.social-icons li:last-child { margin-right: 0; }
/* 1347 */ 	
/* 1348 */ 	.social-icons .icon {
/* 1349 */ 		display: inline-block;
/* 1350 */ 		width: 20px;

/* style.css */

/* 1351 */ 		height: 20px;
/* 1352 */ 		line-height: 20px;
/* 1353 */ 		text-align: center;
/* 1354 */ 		
/* 1355 */ 		font-size: 12px;
/* 1356 */ 		color: #fff;
/* 1357 */ 		
/* 1358 */ 		-webkit-transition: all .4s ease;
/* 1359 */ 		-moz-transition: all .4s ease;
/* 1360 */ 		-ms-transition: all .4s ease;
/* 1361 */ 		-o-transition: all .4s ease;
/* 1362 */ 		transition: all .4s ease;
/* 1363 */ 	}
/* 1364 */ 	
/* 1365 */ 	.social-icons .icon:hover {
/* 1366 */ 		text-decoration: none;
/* 1367 */ 		border-radius: 50%; 
/* 1368 */ 	}
/* 1369 */ 	
/* 1370 */ 	.social-icons .fa-twitter { background: #00abe3; }
/* 1371 */ 	.social-icons .fa-pinterest { background: #ca2128; }
/* 1372 */ 	.social-icons .fa-facebook { background: #004088; }
/* 1373 */ 	.social-icons .fa-linkedin { background: #01669c; }
/* 1374 */ 	.social-icons .fa-rss { background: #ff5b22; }
/* 1375 */ 	.social-icons .fa-google-plus { background: #d3492c; }
/* 1376 */ 	.social-icons .fa-instagram { background: #517fa4; }
/* 1377 */ 	.social-icons .fa-youtube { background: #fe3432; }
/* 1378 */ 	.social-icons .fa-tumblr { background: #44546b; }
/* 1379 */ 	
/* 1380 */ 
/* 1381 */ .cat-title {
/* 1382 */ 		
/* 1383 */ 	position: absolute;
/* 1384 */ 	top: 0;
/* 1385 */ 	line-height: 25px;
/* 1386 */ 	background: #e54e53;
/* 1387 */ 	display: block;
/* 1388 */ 	font-size: 12px;
/* 1389 */ 	text-transform: uppercase;
/* 1390 */ 	
/* 1391 */ 	padding: 0 10px;
/* 1392 */ 	margin-left: 7px;
/* 1393 */ 	
/* 1394 */ 	color: #fff; /* compensate for font weight */
/* 1395 */ 	
/* 1396 */ 	display: block;	
/* 1397 */ 	z-index: 1;
/* 1398 */ }
/* 1399 */ 
/* 1400 */ .cat-title a { color: inherit; }

/* style.css */

/* 1401 */ 
/* 1402 */ 
/* 1403 */ hr, hr.separator {
/* 1404 */ 	margin: 41px 0; /* 41+1 = 42 = 3em */
/* 1405 */ 	height: 1px;
/* 1406 */ 	background: #d9d9d9;
/* 1407 */ }
/* 1408 */ 
/* 1409 */ hr.no-line { background: transparent; }
/* 1410 */ hr.half { margin-top: 0; }
/* 1411 */ 
/* 1412 */ /* tooltip for header */
/* 1413 */ .tooltip {
/* 1414 */ 	position: absolute;
/* 1415 */ 	z-index: 1030;
/* 1416 */ 	display: block;
/* 1417 */ 	visibility: visible;
/* 1418 */ 	padding: 5px;
/* 1419 */ 	font-size: 90%;
/* 1420 */ 	opacity: 0;
/* 1421 */ 	line-height: 1.5;
/* 1422 */ 	filter: alpha(opacity=0);
/* 1423 */ }
/* 1424 */ 
/* 1425 */ .tooltip.in { opacity: 0.8; filter: alpha(opacity=80); }
/* 1426 */ .tooltip.bottom { margin-top: -2px; }
/* 1427 */ 
/* 1428 */ .tooltip-inner {
/* 1429 */ 	max-width: 200px;
/* 1430 */ 	padding: 3px 8px;
/* 1431 */ 	color: #fff;
/* 1432 */ 	text-align: center;
/* 1433 */ 	text-transform: none;
/* 1434 */ 	text-decoration: none;
/* 1435 */ 	background-color: #000;
/* 1436 */ 	border-radius: 4px;
/* 1437 */ }
/* 1438 */ 
/* 1439 */ /* default search widget */
/* 1440 */ .widget_search { overflow: hidden; }
/* 1441 */ .widget_search label > span { display: none; }
/* 1442 */ 
/* 1443 */ .widget_search #searchsubmit { margin-left: 5px; }
/* 1444 */ 
/* 1445 */ /* default widgets styling */
/* 1446 */ .widget { font-size: 13px; }
/* 1447 */ 
/* 1448 */ .widget li { 
/* 1449 */     border-bottom: 1px solid #d9d9d9; 
/* 1450 */     padding: 7px 0px;

/* style.css */

/* 1451 */ }
/* 1452 */ 
/* 1453 */ .widget li:first-child { padding-top: 0; }
/* 1454 */ 
/* 1455 */ /* default recent comments */
/* 1456 */ .recentcomments  .url { 
/* 1457 */ 	color: #e54e53;
/* 1458 */ 	font-style: italic; 
/* 1459 */ }
/* 1460 */ 
/* 1461 */ /* default categories widget */
/* 1462 */ .widget_categories li { 
/* 1463 */ 	overflow: hidden;
/* 1464 */ 	text-align: right;
/* 1465 */ 	font-weight: bold; 
/* 1466 */ }
/* 1467 */ 
/* 1468 */ .widget_categories li a { 
/* 1469 */ 	float: left;
/* 1470 */ 	font-weight: normal; 
/* 1471 */ }
/* 1472 */ 
/* 1473 */ .widget_categories .children {
/* 1474 */ 	clear: both;
/* 1475 */ 	padding-top: 7px; 
/* 1476 */ }
/* 1477 */ 
/* 1478 */ .widget_categories .children li {
/* 1479 */ 	border-top: 1px solid #d9d9d9;
/* 1480 */ 	margin-left: 14px;
/* 1481 */ }
/* 1482 */ 
/* 1483 */ .widget_categories .children li:first-child {
/* 1484 */ 	padding-top: 7px;
/* 1485 */ 	margin-left: 0;
/* 1486 */ 	padding-left: 14px;		
/* 1487 */ }
/* 1488 */ 
/* 1489 */ .widget_categories .children li { border-bottom: 0; }
/* 1490 */ 
/* 1491 */ .widget_categories li ul li:last-child { 
/* 1492 */ 	border-bottom: 0;
/* 1493 */ 	padding-bottom: 0; 
/* 1494 */ }
/* 1495 */ 
/* 1496 */ 
/* 1497 */ /* ads widget */
/* 1498 */ .ads-widget { text-align: center; }
/* 1499 */ 
/* 1500 */ .ads-widget img {

/* style.css */

/* 1501 */ 	max-width: 100%;
/* 1502 */ 	height: auto;
/* 1503 */ }
/* 1504 */ 
/* 1505 */ .ads-widget > img, .ads-widget > div, .ads-widget > iframe, .ads-widget > ins {
/* 1506 */ 	display: inline-block;
/* 1507 */ 	vertical-align: middle;
/* 1508 */ }
/* 1509 */ 
/* 1510 */ /* tags cloud */
/* 1511 */ .tagcloud a { 
/* 1512 */ 	padding: 2px 7px;
/* 1513 */ 	border: 1px solid;
/* 1514 */ 	margin: 2px 0;
/* 1515 */ 	display: inline-block; 
/* 1516 */ }
/* 1517 */ 
/* 1518 */ /* generic posts list (for sidebars, menus, categories etc.) */
/* 1519 */ .posts-list { }
/* 1520 */ 	
/* 1521 */ .posts-list img {
/* 1522 */ 	float: left;
/* 1523 */ 	width: 85px;
/* 1524 */ 	height: auto;
/* 1525 */ }
/* 1526 */ 
/* 1527 */ .posts-list .content { 
/* 1528 */ 	margin-left: 103px;
/* 1529 */ 	line-height: 1;
/* 1530 */ 	min-height: 73px;
/* 1531 */ 	border-bottom: 1px solid #d9d9d9;
/* 1532 */ }
/* 1533 */ 
/* 1534 */ .posts-list li:first-child { 
/* 1535 */ 	padding-top: 0;
/* 1536 */ }
/* 1537 */ 
/* 1538 */ .posts-list li {
/* 1539 */ 	overflow: hidden;
/* 1540 */ 	padding: 24px 0 0 0;
/* 1541 */ 	border-bottom: 0;
/* 1542 */ }
/* 1543 */ 
/* 1544 */ .posts-list li > a { 
/* 1545 */ 	float: left;
/* 1546 */ 	position: relative; 
/* 1547 */ 	height: 65px;
/* 1548 */ 	/* firefox flicker bug */
/* 1549 */ 	-moz-transform: translate3d(0, 0, 0);
/* 1550 */ }

/* style.css */

/* 1551 */ 
/* 1552 */ .rate-number {
/* 1553 */ 	font-size: 11px;
/* 1554 */ 	background: #19232d;
/* 1555 */ 	position: absolute;
/* 1556 */ 	height: 25px;
/* 1557 */ 	line-height: 25px;
/* 1558 */ 	text-align: center;
/* 1559 */ 	min-width: 25px;
/* 1560 */ 	
/* 1561 */ 	font-weight: bold;
/* 1562 */ 	color: #efefef;
/* 1563 */ 	
/* 1564 */ 	right: 0;
/* 1565 */ 	bottom: 0;
/* 1566 */ }
/* 1567 */ 
/* 1568 */ .rate-number span {
/* 1569 */ 	margin-top: -25px;
/* 1570 */ 	display: block;
/* 1571 */ }
/* 1572 */ 
/* 1573 */ .rate-number .progress {
/* 1574 */ 	background: #e54e53;
/* 1575 */ 	height: 100%;
/* 1576 */ 	width: 0;
/* 1577 */ 	margin-top: 0;
/* 1578 */ }
/* 1579 */ 
/* 1580 */ .posts-list .content > a { 
/* 1581 */ 	display: block;
/* 1582 */ 	font-size: 13px;
/* 1583 */ 	line-height: 1.615;
/* 1584 */ 	margin: 8px 0; 
/* 1585 */ 	font-family: "Roboto Slab", Georgia, serif;
/* 1586 */ }
/* 1587 */ 
/* 1588 */ .posts-list .content time {
/* 1589 */ 	color: #a6a6a6;
/* 1590 */ 	font-size: 11px;
/* 1591 */ 	text-transform: uppercase;
/* 1592 */ }
/* 1593 */ 
/* 1594 */ .posts-list .content .comments {
/* 1595 */ 	float: right;
/* 1596 */ 	color: #a6a6a6;
/* 1597 */ 	font-size: 11px;
/* 1598 */ 	white-space: nowrap; 
/* 1599 */ }
/* 1600 */ 

/* style.css */

/* 1601 */ .posts-list .comments a { color: inherit; }
/* 1602 */ 
/* 1603 */ .posts-list .comments a:hover { text-decoration: none; }
/* 1604 */ 
/* 1605 */ .posts-list .content .fa { 
/* 1606 */ 	font-size: 13px; 
/* 1607 */ }
/* 1608 */ 
/* 1609 */ .posts-list .review {
/* 1610 */ 	margin-top: 0.25em;
/* 1611 */ 	display: block;
/* 1612 */ }
/* 1613 */ 
/* 1614 */ /* default WordPress classes */
/* 1615 */ .alignnone { margin: 5px 20px 20px 0; }
/* 1616 */ 
/* 1617 */ .aligncenter, div.aligncenter {
/* 1618 */     display: block;
/* 1619 */     margin: 5px auto 5px auto;
/* 1620 */ }
/* 1621 */ 
/* 1622 */ .alignright, a img.alignright{
/* 1623 */     float: right;
/* 1624 */     margin: 0 0 21px 21px;
/* 1625 */ }
/* 1626 */ 
/* 1627 */ .alignleft, a img.alignleft {
/* 1628 */     float: left;
/* 1629 */     margin: 0 21px 0 0;
/* 1630 */ }
/* 1631 */ 
/* 1632 */ .aligncenter {
/* 1633 */     display: block;
/* 1634 */     margin: 5px auto 5px auto;
/* 1635 */ }
/* 1636 */ 
/* 1637 */ a img.alignnone {
/* 1638 */     margin: 0 21px 21px 0;
/* 1639 */ }
/* 1640 */ 
/* 1641 */ a img.aligncenter {
/* 1642 */     display: block;
/* 1643 */     margin-left: auto;
/* 1644 */     margin-right: auto;
/* 1645 */ }
/* 1646 */ 
/* 1647 */ .wp-caption-text {
/* 1648 */ 	font-style: italic;
/* 1649 */ 	font-size: 0.923em;
/* 1650 */ 	text-align: center;

/* style.css */

/* 1651 */ }
/* 1652 */ 
/* 1653 */ /* calendar widget */
/* 1654 */ .widget_calendar #wp-calendar {
/* 1655 */ 	width: 100%;
/* 1656 */ 	text-align: center;
/* 1657 */ }
/* 1658 */ 
/* 1659 */ .widget_calendar caption, .widget_calendar td, .widget_calendar th { text-align: center; }
/* 1660 */ 
/* 1661 */ /* image load animations */
/* 1662 */ .no-display { opacity: 0; }
/* 1663 */ 
/* 1664 */ .appear {
/* 1665 */ 	opacity: 1;
/* 1666 */ 
/* 1667 */ 	-webkit-transition: all .4s ease-in-out;
/* 1668 */ 	-moz-transition: all .4s ease-in-out;
/* 1669 */ 	-o-transition: all .4s ease-in-out;
/* 1670 */ 	transition: all .4s ease-in-out;
/* 1671 */ }
/* 1672 */ 
/* 1673 */ 
/* 1674 */ /* Login Modal & bbPress Login Widget */
/* 1675 */ 
/* 1676 */ .bbp-login-form .fa {
/* 1677 */ 	line-height: 35px;
/* 1678 */ 	border: 1px solid #d9d9d9;
/* 1679 */ 	border-right: 0;
/* 1680 */ 	
/* 1681 */ 	-webkit-box-sizing: border-box;
/* 1682 */ 	-moz-box-sizing: border-box;
/* 1683 */ 	box-sizing: border-box;
/* 1684 */ 	
/* 1685 */ 	color: #a6a6a6;
/* 1686 */ 	font-size: 14px;
/* 1687 */ 	background: #eee;
/* 1688 */ 	text-align: center;
/* 1689 */ 	
/* 1690 */ 	display: table-cell;
/* 1691 */ 	vertical-align: middle;
/* 1692 */ 	
/* 1693 */ 	width: 1%;
/* 1694 */ 	padding: 0 12px;
/* 1695 */ 	
/* 1696 */ 	min-width: 40px;
/* 1697 */ }
/* 1698 */ 
/* 1699 */ .bbp-login-form .input-group {
/* 1700 */ 	display: table;

/* style.css */

/* 1701 */ 	width: 100%;
/* 1702 */ 	margin-top: 14px;
/* 1703 */ }
/* 1704 */ 
/* 1705 */ .bbp-login-form.widget-login .input-group input {
/* 1706 */ 	border-left: 0;
/* 1707 */ 	width: 100%;
/* 1708 */ 	
/* 1709 */ 	-webkit-box-sizing: border-box;
/* 1710 */ 	-moz-box-sizing: border-box;
/* 1711 */ 	box-sizing: border-box;
/* 1712 */ 	
/* 1713 */ 	line-height: normal;
/* 1714 */ 	padding: 9px 14px;
/* 1715 */ 	display: table-cell;
/* 1716 */ }
/* 1717 */ 
/* 1718 */ .bbp-login-form.widget-login .input-group input:focus { border-color: #d9d9d9; }
/* 1719 */ 
/* 1720 */ .bbp-login-form .bbp-submit-wrapper {
/* 1721 */ 	float: none;
/* 1722 */ 	text-align: left;
/* 1723 */ 	overflow: hidden;
/* 1724 */ 	margin-top: 21px;
/* 1725 */ }
/* 1726 */ 
/* 1727 */ .bbp-login-form .bbp-lostpass-link, .register-now .password-msg { 
/* 1728 */ 	line-height: 28px;
/* 1729 */ 	color: #a6a6a6; 
/* 1730 */ }
/* 1731 */ 
/* 1732 */ .bbp-register-info { 
/* 1733 */ 	margin-top: 21px;
/* 1734 */ 	border-top: 1px solid #d9d9d9;
/* 1735 */ 	padding-top: 14px;
/* 1736 */ 	background: #f9f9f9;
/* 1737 */ 	text-align: center;
/* 1738 */ 	padding: 10px;
/* 1739 */ }
/* 1740 */ 
/* 1741 */ .bbp-register-info > a { margin-left: 5px; }
/* 1742 */ .bbp-submit-wrapper .button { 
/* 1743 */ 	float: right;
/* 1744 */ 	text-transform: uppercase; 
/* 1745 */ }
/* 1746 */ 
/* 1747 */ .bbp-logged-in .button { 
/* 1748 */ 	text-transform: uppercase;
/* 1749 */ 	margin-top: 21px;
/* 1750 */ }

/* style.css */

/* 1751 */ 
/* 1752 */ .bbp-logged-in .content { margin-left: 75px; }
/* 1753 */ .bbp-logged-in .links { margin-top: 21px; }
/* 1754 */ .bbp-logged-in .links a { display: block; }
/* 1755 */ .bbp-logged-in .links .fa { 
/* 1756 */ 	color: #a6a6a6;
/* 1757 */ 	font-size: 12px;
/* 1758 */ 	margin-right: 5px;	
/* 1759 */ }
/* 1760 */ 
/* 1761 */ /* register/login modal */
/* 1762 */ 
/* 1763 */ .modal-backdrop {
/* 1764 */ 	position: fixed;
/* 1765 */ 	top: 0;
/* 1766 */ 	right: 0;
/* 1767 */ 	bottom: 0;
/* 1768 */ 	left: 0;
/* 1769 */ 	z-index: 1040;
/* 1770 */ 	background-color: #000000;
/* 1771 */ }
/* 1772 */ 
/* 1773 */ .modal-backdrop.fade { opacity: 0; }
/* 1774 */ 
/* 1775 */ .modal-backdrop, .modal-backdrop.fade.in {
/* 1776 */ 	opacity: 0.6;
/* 1777 */ 	filter: alpha(opacity=60);
/* 1778 */ }
/* 1779 */ 
/* 1780 */ .modal {
/* 1781 */ 	position: fixed;
/* 1782 */     margin: 0;
/* 1783 */     top: 50%;
/* 1784 */     left: 50%;
/* 1785 */ 	z-index: 1050;
/* 1786 */ 	width: 560px;
/* 1787 */ 	margin-left: -280px;
/* 1788 */ 	background-color: #fff;
/* 1789 */ 
/* 1790 */ 	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
/* 1791 */ 	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
/* 1792 */ 	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
/* 1793 */ 	
/* 1794 */ 	outline: none;
/* 1795 */ 	opacity: 0;
/* 1796 */ }
/* 1797 */ 
/* 1798 */ .modal.hide { display: none; }
/* 1799 */ 
/* 1800 */ .modal.fade, .modal-backdrop.fade { opacity: 0; }

/* style.css */

/* 1801 */ 
/* 1802 */ .modal.fade.in { opacity: 1; }
/* 1803 */ 
/* 1804 */ .modal-header {
/* 1805 */ 	padding: 9px 15px;
/* 1806 */ 	background: #f2f2f2;
/* 1807 */ }
/* 1808 */ 
/* 1809 */ .modal-header .modal-title { 
/* 1810 */ 	font: 14px "Open Sans", Arial, sans-serif;
/* 1811 */ 	text-transform: uppercase;
/* 1812 */ 	border-left: 3px solid #e54e53;
/* 1813 */ 	padding-left: 18px;
/* 1814 */ 	line-height: 24px;
/* 1815 */ }
/* 1816 */ 
/* 1817 */ .modal-header .close { 
/* 1818 */ 	float: right;
/* 1819 */ 	background: transparent;
/* 1820 */ 	padding: 0 5px;
/* 1821 */ 	font-size: 18px;
/* 1822 */ 	font-weight: bold;
/* 1823 */ }
/* 1824 */ 
/* 1825 */ .modal-body {
/* 1826 */ 	position: relative;
/* 1827 */ 	overflow-y: auto;
/* 1828 */ 	max-height: 400px;
/* 1829 */ 	padding: 15px;
/* 1830 */ 	font-size: 13px;
/* 1831 */ }
/* 1832 */ 
/* 1833 */ .login-modal .bbp-register-info {
/* 1834 */ 	padding: 21px;
/* 1835 */ 	margin: 21px -15px -15px -15px;	
/* 1836 */ }
/* 1837 */ 
/* 1838 */ .modal-form { margin-bottom: 0; }
/* 1839 */ 
/* 1840 */ .login-modal { 
/* 1841 */ 	width: 400px;
/* 1842 */ 	margin-left: -200px;
/* 1843 */ }
/* 1844 */ 
/* 1845 */ .login-modal .lost-pass, .login-modal .register-now { display: none; }
/* 1846 */ 
/* 1847 */ 
/* 1848 */ /**
/* 1849 *|  * 4. =Main Content
/* 1850 *|  * ----------------------------------------------------------------------------

/* style.css */

/* 1851 *|  */
/* 1852 */ 
/* 1853 */ .main { 
/* 1854 */ 	margin: 42px auto; /* 3em */
/* 1855 */ }
/* 1856 */ 
/* 1857 */ .main > .row { 
/* 1858 */ 	overflow: hidden;
/* 1859 */ 	position: relative;
/* 1860 */ }
/* 1861 */ 
/* 1862 */ .no-sidebar .main-content { width: 100%; }
/* 1863 */ 
/* 1864 */ .main-content { position: relative; }
/* 1865 */ 
/* 1866 */ /**
/* 1867 *|  * 4.1. =Main Page Blocks
/* 1868 *|  * ----------------------------------------------------------------------------
/* 1869 *|  */
/* 1870 */ 
/* 1871 */ /* Highlights Blocks */
/* 1872 */ 
/* 1873 */ .highlights-box {
/* 1874 */ 	margin-bottom: 42px; /* 30 + 12 = 42 (3em) */	
/* 1875 */ }
/* 1876 */ 
/* 1877 */ /* container for smaller 3 columns */
/* 1878 */ .highlights-box.three-col { margin: 0 -15px 42px -15px; }
/* 1879 */ 
/* 1880 */ .highlights-box.three-col .column.one-third { padding: 0 15px; }
/* 1881 */ 
/* 1882 */ .highlights-box.three-col .highlights .meta { margin-top: -20px; }
/* 1883 */ 
/* 1884 */ .highlights-box .column.half:first-child { border-right: 1px solid #d9d9d9; }
/* 1885 */ 
/* 1886 */ /* main highlights box */
/* 1887 */ .highlights { position: relative; }
/* 1888 */ 
/* 1889 */ .highlights .image-link {
/* 1890 */ 	height: 200px;
/* 1891 */ 	display: block; 
/* 1892 */ 	overflow: hidden;
/* 1893 */ }
/* 1894 */ 
/* 1895 */ .related-posts a {
/* 1896 */ 	height: 250px !important;
/* 1897 */ }
/* 1898 */ 
/* 1899 */ .highlights .image-link img {
/* 1900 */ 	display: block;

/* style.css */

/* 1901 */ 	width: 100%;
/* 1902 */ 	height: auto; 
/* 1903 */ }
/* 1904 */ 
/* 1905 */ .highlights article { 	position: relative; }
/* 1906 */ 
/* 1907 */ .highlights-box.three-col .post-format-icon { margin-top: -45px; }
/* 1908 */ 
/* 1909 */ .highlights .section-head a { color: inherit; }
/* 1910 */ 
/* 1911 */ .highlights .cat-title.larger { 
/* 1912 */ 	line-height: 30px;
/* 1913 */ 	padding: 0 14px;
/* 1914 */ }
/* 1915 */ 
/* 1916 */ .highlights .meta {
/* 1917 */ 	position: relative;
/* 1918 */ 	margin-top: -12px;
/* 1919 */ 	background: #f2f2f2;
/* 1920 */ 	line-height: 25px;
/* 1921 */ 	font-size: 11px;
/* 1922 */ 	color: #a6a6a6;
/* 1923 */ 	text-transform: uppercase;
/* 1924 */ 	padding-left: 14px;
/* 1925 */ 	overflow: hidden;
/* 1926 */ }
/* 1927 */ 
/* 1928 */ 	.highlights .meta time { float: left; }
/* 1929 */ 	.highlights .meta .comments { 
/* 1930 */ 		float: right;
/* 1931 */ 		display: inline-block;
/* 1932 */ 		margin-right: 14px;
/* 1933 */ 		white-space: nowrap;
/* 1934 */ 	}
/* 1935 */ 	
/* 1936 */ 	.highlights .comments .fa { font-size: 13px; }
/* 1937 */ 	
/* 1938 */ 	.highlights .comments a { color: inherit; }
/* 1939 */ 	.highlights .comments a:hover { text-decoration: none; }
/* 1940 */ 	
/* 1941 */ 	.highlights .meta .rate-number {
/* 1942 */ 		float: right;
/* 1943 */ 		background: #19232d;
/* 1944 */ 		position: relative;
/* 1945 */ 		height: 25px;
/* 1946 */ 		text-align: center;
/* 1947 */ 		min-width: 25px;
/* 1948 */ 		
/* 1949 */ 		font-weight: bold;
/* 1950 */ 		color: #efefef;

/* style.css */

/* 1951 */ 	}
/* 1952 */ 	
/* 1953 */ 	.highlights .rate-number span {
/* 1954 */ 		margin-top: -25px;
/* 1955 */ 		display: block;
/* 1956 */ 	}
/* 1957 */ 	
/* 1958 */ 		
/* 1959 */ 	.highlights .rate-number .progress {
/* 1960 */ 		background: #e54e53;
/* 1961 */ 		height: 100%;
/* 1962 */ 		width: 0;
/* 1963 */ 		margin-top: 0;
/* 1964 */ 	}
/* 1965 */ 	
/* 1966 */ 	.highlights h2 {
/* 1967 */ 		color: #19232d;
/* 1968 */ 		font-size: 14px;
/* 1969 */ 		line-height: 1.3;
/* 1970 */ 		padding-left: 14px;
/* 1971 */ 		margin: 7px 0; 
/* 1972 */ 	}
/* 1973 */ 	
/* 1974 */ 		
/* 1975 */ 	.highlights h2:before {
/* 1976 */ 		content: " ";
/* 1977 */ 		display: block;
/* 1978 */ 		float: left;
/* 1979 */ 		position: absolute;
/* 1980 */ 		left: 0;
/* 1981 */ 		height: 18px;
/* 1982 */ 		border-left: 3px solid #e54e53; 
/* 1983 */ 	}
/* 1984 */ 	
/* 1985 */ 	.highlights h2 a { color: #19232d; }
/* 1986 */ 
/* 1987 */ .highlights .excerpt {
/* 1988 */ 	font-size: 13px;
/* 1989 */ 	line-height: 1.615;
/* 1990 */ 	margin-top: 14px;
/* 1991 */ 	border-bottom: 1px solid #d9d9d9;
/* 1992 */ 	color: #949697;
/* 1993 */ 	padding-bottom: 14px;
/* 1994 */ 	
/* 1995 */ }
/* 1996 */ 
/* 1997 */ .highlights .excerpt p { margin-bottom: 0; }
/* 1998 */ 
/* 1999 */ .block.posts li {
/* 2000 */ 	border-top: 1px solid #d9d9d9;

/* style.css */

/* 2001 */ 	padding: 9px 0;  /* 9 + 3 (line-height*size - size / 2) */
/* 2002 */ 	line-height: 1.5;
/* 2003 */ 	overflow: hidden;
/* 2004 */ }
/* 2005 */ 
/* 2006 */ .block.posts li:first-child { border-top: 0; }
/* 2007 */ 
/* 2008 */ .block.posts li:last-child { padding-bottom: 0; }
/* 2009 */ 
/* 2010 */ .block.posts a { 
/* 2011 */ 	color: #19232d;
/* 2012 */ 	font-size: 13px;
/* 2013 */ 	font-family: "Roboto Slab", Georgia, serif;
/* 2014 */ 	margin-left: 14px;
/* 2015 */ 	display: block;
/* 2016 */ }
/* 2017 */ 
/* 2018 */ .block.posts .fa-angle-right {
/* 2019 */ 	color: #e54e53;
/* 2020 */ 	font-size: 12px;
/* 2021 */ 	float: left;
/* 2022 */ 	line-height: 1.625;
/* 2023 */ }
/* 2024 */ 
/* 2025 */ .highlights .thumb img {
/* 2026 */ 	width: 60px;
/* 2027 */ }
/* 2028 */ 
/* 2029 */ .highlights .thumb .content {
/* 2030 */ 	margin-left: 75px;
/* 2031 */ 	min-height: 0;	
/* 2032 */ }
/* 2033 */ 
/* 2034 */ .highlights .thumb li { 
/* 2035 */ 	padding-top: 21px;	
/* 2036 */ }
/* 2037 */ 
/* 2038 */ .highlights article { margin-bottom: 0px; }
/* 2039 */ 
/* 2040 */ .highlights .block.posts { 
/* 2041 */ 	border-top: 1px solid #d9d9d9;
/* 2042 */ 	margin-top: 12px; 
/* 2043 */ }
/* 2044 */ 
/* 2045 */ .highlights .posts-list .cat-title {
/* 2046 */ 	position: static;
/* 2047 */ 	display: inline-block;
/* 2048 */ 	margin-left: 0;
/* 2049 */ 	font-size: 10px;
/* 2050 */ 	padding: 4px;

/* style.css */

/* 2051 */ 	line-height: 1;
/* 2052 */ }
/* 2053 */ 
/* 2054 */ .highlights .thumb .content > a { margin-bottom: 10px; }
/* 2055 */ 
/* 2056 */ /* News Focus Block */
/* 2057 */ 
/* 2058 */ .news-focus { margin-bottom: 42px; }
/* 2059 */ 
/* 2060 */ .news-focus .heading {
/* 2061 */ 	background: #f9f9f9;
/* 2062 */ 	color: #e54e53;
/* 2063 */ }
/* 2064 */ 
/* 2065 */ .news-focus .heading > a { color: inherit; }
/* 2066 */ 
/* 2067 */ .news-focus .heading .subcats { 
/* 2068 */ 	float: right;
/* 2069 */ 	font-weight: normal; 
/* 2070 */ }
/* 2071 */ 
/* 2072 */ .news-focus .heading li { 
/* 2073 */ 	float: left;
/* 2074 */ 	font-size: 12px;
/* 2075 */ 	margin-left: 14px; 
/* 2076 */ 	position: relative;
/* 2077 */ }
/* 2078 */ 
/* 2079 */ .news-focus .heading .subcats a { color: #949697; }
/* 2080 */ .news-focus .heading .subcats a.active { color: #e54e53; }
/* 2081 */ 
/* 2082 */ /* blips */
/* 2083 */ .news-focus .heading .active:after, .news-focus .heading .active:before {
/* 2084 */ 	bottom: -1px;
/* 2085 */ 	border: solid transparent;
/* 2086 */ 	content: " ";
/* 2087 */ 	height: 0;
/* 2088 */ 	width: 0;
/* 2089 */ 	position: absolute;
/* 2090 */ }
/* 2091 */ 
/* 2092 */ .news-focus .heading .active:after {
/* 2093 */ 	border-color: rgba(255, 255, 255, 0);
/* 2094 */ 	border-bottom-color: #fff;
/* 2095 */ 	border-width: 4px;
/* 2096 */ 	left: 50%;
/* 2097 */ 	margin-left: -4px;
/* 2098 */ }
/* 2099 */ 
/* 2100 */ .news-focus .heading .active:before {

/* style.css */

/* 2101 */ 	border-color: rgba(229, 78, 83, 0);
/* 2102 */ 	border-bottom-color: #d9d9d9;
/* 2103 */ 	border-width: 5px;
/* 2104 */ 	left: 50%;
/* 2105 */ 	margin-left: -5px;
/* 2106 */ }
/* 2107 */ 
/* 2108 */ .news-focus .row { 
/* 2109 */ 	overflow: hidden;
/* 2110 */ 	margin-top: 28px;
/* 2111 */ 	display: none; 
/* 2112 */ }
/* 2113 */ 
/* 2114 */ .news-focus .blocks article { margin-top: 28px; }
/* 2115 */ .news-focus .blocks article:first-child { margin-top: 0; }
/* 2116 */ 
/* 2117 */ .news-focus .news-0 { display: block; } 
/* 2118 */ 
/* 2119 */ .news-focus .focus { overflow: hidden; }
/* 2120 */ 
/* 2121 */ .news-focus .focus .image-link {
/* 2122 */ 	float: left;
/* 2123 */ 	margin-right: 14px;
/* 2124 */ }
/* 2125 */ 
/* 2126 */ .news-focus .meta {
/* 2127 */ 	font-size: 11px;
/* 2128 */ 	text-transform: uppercase;
/* 2129 */ 	color: #a6a6a6;
/* 2130 */ }
/* 2131 */ 
/* 2132 */ 	.news-focus .meta .comments { float: right; }
/* 2133 */ 	.news-focus .meta .comments a { color: #a6a6a6; }
/* 2134 */ 	.news-focus .comments .fa { font-size: 13px; }
/* 2135 */ 
/* 2136 */ .news-focus .focus h2 {
/* 2137 */ 	font-size: 14px;
/* 2138 */ 	padding: 10px 0; /* 10 + 4px (lineheight-font-size/2) = 1em */	
/* 2139 */ }
/* 2140 */ 
/* 2141 */ .news-focus .focus h2 a { color: #19232d; }
/* 2142 */ 
/* 2143 */ .news-focus .excerpt {
/* 2144 */ 	color: #949697;
/* 2145 */ 	padding-bottom: 0;
/* 2146 */ 	border-bottom: 0;
/* 2147 */ 	display: block;
/* 2148 */ }
/* 2149 */ 
/* 2150 */ .news-focus .excerpt p { margin-bottom: 0; }

/* style.css */

/* 2151 */ 
/* 2152 */ .news-focus .posts-list { border-left: 1px solid #d9d9d9; }
/* 2153 */ .news-focus .posts-list li:first-child { padding-top: 0; }
/* 2154 */ 
/* 2155 */ .news-focus .posts li:first-child { padding-top: 0; }
/* 2156 */ .news-focus .posts li:last-child { padding-bottom: 0; }
/* 2157 */ 
/* 2158 */ h3.gallery-title {
/* 2159 */ 	font-family: "Open Sans", Arial, sans-serif;
/* 2160 */ }
/* 2161 */ 
/* 2162 */ .gallery-block { margin-bottom: 42px; }
/* 2163 */ 
/* 2164 */ .gallery-block .carousel li { margin-right: 30px; }
/* 2165 */ .gallery-block .carousel .title a {
/* 2166 */ 	font-family: "Roboto Slab", serif;
/* 2167 */ 	color: #19232d;	
/* 2168 */ 	padding-top: 4px;
/* 2169 */ 	display: block;
/* 2170 */ }
/* 2171 */ 
/* 2172 */ .gallery-block .carousel .title { margin-bottom: 0; }
/* 2173 */ 
/* 2174 */ .gallery-block .carousel .flex-direction-nav a { top: 70px; }
/* 2175 */ 
/* 2176 */ .gallery-block .rate-number { display: none; }
/* 2177 */ 
/* 2178 */ .gallery-block .carousel .rate-number { display: block; }
/* 2179 */ 
/* 2180 */ .gallery-block .image-link { 
/* 2181 */ 	display: block;
/* 2182 */ 	position: relative;
/* 2183 */ }
/* 2184 */ 
/* 2185 */ 
/* 2186 */ 
/* 2187 */ .gallery-block img { display: block; }
/* 2188 */ 
/* 2189 */ 
/* 2190 */ /**
/* 2191 *|  * 4.2. =Single Post
/* 2192 *|  * ----------------------------------------------------------------------------
/* 2193 *|  */
/* 2194 */ 
/* 2195 */ .post-header { margin-bottom: 21px; }
/* 2196 */ 
/* 2197 */ .post-header .featured { margin-bottom: 14px; }
/* 2198 */ 
/* 2199 */ .featured .flex-direction-nav a { right: 21px; }
/* 2200 */ .featured .flex-direction-nav .flex-prev { left: 21px; }

/* style.css */

/* 2201 */ 
/* 2202 */ .no-sidebar .post-header .featured img {
/* 2203 */ 	width: 100%;
/* 2204 */ 	height: auto;
/* 2205 */ }
/* 2206 */ 
/* 2207 */ /* caption support */
/* 2208 */ .post-header .featured > a { 
/* 2209 */ 	display: block;
/* 2210 */ 	position: relative;
/* 2211 */ }
/* 2212 */ 
/* 2213 */ .post-header .featured .caption {
/* 2214 */ 	margin-bottom: 0;
/* 2215 */ 	bottom: 5px;
/* 2216 */ 	padding: 14px 20px 14px 20px;
/* 2217 */ 	color: #fff;
/* 2218 */ 	font-size: 14px;
/* 2219 */ 
/* 2220 */ 	-webkit-box-sizing: border-box;
/* 2221 */ 	-moz-box-sizing: border-box;
/* 2222 */ 	box-sizing: border-box;
/* 2223 */ 	
/* 2224 */ 	-webkit-transform: translate3d(0, 0, 0);
/* 2225 */ }
/* 2226 */ 
/* 2227 */ .post-header .post-title {
/* 2228 */ 	font-size: 24px;
/* 2229 */ position: relative;
/* 2230 */ padding-left: 18px;
/* 2231 */ margin-right: 35px;
/* 2232 */ float: left;
/* 2233 */ font-weight: bold;
/* 2234 */ line-height: 27px;
/* 2235 */ }
/* 2236 */ 
/* 2237 */ .post-header .post-title:before {
/* 2238 */ 	content: " ";
/* 2239 */ 	display: block;
/* 2240 */ 	float: left;
/* 2241 */ 	position: absolute;
/* 2242 */ 	left: 0;
/* 2243 */ 	top: 10px; /* line-height padding */
/* 2244 */ 	height: 20px;
/* 2245 */ 	border-left: 3px solid #e54e53; 
/* 2246 */ }
/* 2247 */ 
/* 2248 */ .post-header .comments {
/* 2249 */ 	float: right;
/* 2250 */ 	margin-left: -35px;

/* style.css */

/* 2251 */ 	color: #a6a6a6;
/* 2252 */ 	font-size: 11px;
/* 2253 */ 	line-height: 28px;
/* 2254 */ }
/* 2255 */ 	.post-header .comments:hover { text-decoration: none; }
/* 2256 */ 	.post-header .comments .fa { font-size: 13px; }
/* 2257 */ 
/* 2258 */ 
/* 2259 */ .main-content .post-meta {
/* 2260 */ 	padding: 0;
/* 2261 */ 	font-size: 11px;
/* 2262 */ 	text-transform: uppercase;
/* 2263 */ 	padding: 10px 0;
/* 2264 */ 	border: 1px solid #d9d9d9;
/* 2265 */ 	border-left: 0;
/* 2266 */ 	border-right: 0;
/* 2267 */ 	margin-bottom: 21px;
/* 2268 */ 	overflow: hidden;
/* 2269 */ }
/* 2270 */ 
/* 2271 */ .post-meta { color: #a6a6a6; }
/* 2272 */ 
/* 2273 */ .post-meta time { text-transform: uppercase; }
/* 2274 */ 
/* 2275 */ .post-meta .cats { float: right; }
/* 2276 */ 
/* 2277 */ /* post content */
/* 2278 */ .post-content, .post-share {
/* 2279 */ 	line-height: 1.857;
/* 2280 */ 	font-size: 13px;
/* 2281 */ 	position: relative;
/* 2282 */ }
/* 2283 */ 
/* 2284 */ 	.post-container .post-content { margin-bottom: -1.857em; }
/* 2285 */ 
/* 2286 */ 	.post-content a { color: #e54e53; }
/* 2287 */ 	.post-content a:hover { color: #19232d; }
/* 2288 */ 
/* 2289 */ 	.post-content p, .post-content > ul, .post-content > div, .post-content > dl, .post-content blockquote, .post-content ol { 
/* 2290 */ 		margin-bottom: 1.857em; /* adjust to parent font-size */ 
/* 2291 */ 	}
/* 2292 */ 	
/* 2293 */ 	.post .post-content > p:first-child { 
/* 2294 */ 		font-size: 1.0769em;
/* 2295 */ 		color: #3a4149;
/* 2296 */ 	}
/* 2297 */ 	
/* 2298 */ 	/* lists */
/* 2299 */ 	
/* 2300 */ 	.post-content ul {

/* style.css */

/* 2301 */ 		list-style-type: square;
/* 2302 */ 		margin-left: 42px;
/* 2303 */ 	}
/* 2304 */ 	
/* 2305 */ 	.post-content ol {
/* 2306 */ 		list-style-type: decimal;
/* 2307 */ 		margin-left: 42px;
/* 2308 */ 	}
/* 2309 */ 	
/* 2310 */ 	.post-content .fa-ul { margin-left: 0; }
/* 2311 */ 	
/* 2312 */ 	.post-content .fa-ul, .post-content .fa-ul ul { list-style-type: none; }
/* 2313 */ 	
/* 2314 */ 	.post-content .fa-ul .fa {
/* 2315 */ 		margin-left: -21px;
/* 2316 */ 		width: 2em;
/* 2317 */ 		font-size: 0.9em;
/* 2318 */ 		color: #979797;
/* 2319 */ 	}
/* 2320 */ 	
/* 2321 */ 	.post-content small { font-size: 0.92308em; }
/* 2322 */ 	
/* 2323 */ 	/* quotes */
/* 2324 */ 	.post-content blockquote {
/* 2325 */ 		padding: 1.857em;
/* 2326 */ 		padding-bottom: 0;
/* 2327 */ 		border-left: 3px solid #d9d9d9;
/* 2328 */ 		border-bottom: 1px solid transparent;
/* 2329 */ 		background: #f2f2f2;
/* 2330 */ 	}
/* 2331 */ 	
/* 2332 */ 	.post-content .pullquote {
/* 2333 */ 		float: right;
/* 2334 */ 		font-style: italic;
/* 2335 */ 		font-size: 1.1em;
/* 2336 */ 		padding-left: 14px;
/* 2337 */ 		border-left: 3px solid #d9d9d9;
/* 2338 */ 		max-width: 35%;
/* 2339 */ 	}
/* 2340 */ 	
/* 2341 */ 	/* fix audio element */
/* 2342 */ 	.mejs-container .mejs-controls > div:last-of-type {
/* 2343 */ 		position: relative;
/* 2344 */ 		clear: both;
/* 2345 */ 		float: right;
/* 2346 */ 		top: -31px;
/* 2347 */ 	}
/* 2348 */ 	
/* 2349 */ 	/* in-post galleries and images */
/* 2350 */ 	.post-content .tiled-gallery { clear: none; }

/* style.css */

/* 2351 */ 	
/* 2352 */ 	.post-content img, .post-content .wp-caption {
/* 2353 */ 		max-width: 100%;
/* 2354 */ 		height: auto;
/* 2355 */ 	}
/* 2356 */ 	
/* 2357 */ 	.post-content .gallery-caption {
/* 2358 */ 		font-style: italic;
/* 2359 */ 		font-size: 0.923em;
/* 2360 */ 	}
/* 2361 */ 	
/* 2362 */ 	.post-content .wp-caption.alignright { margin-left: 31px; }
/* 2363 */ 		
/* 2364 */ 	.post-content .wp-caption { margin-bottom: 21px; }
/* 2365 */ 	
/* 2366 */ 	.post-content .wp-caption-text {
/* 2367 */     	margin-bottom: 0;
/* 2368 */     	margin-right: 10px;
/* 2369 */ 	}
/* 2370 */ 	
/* 2371 */ 	
/* 2372 */ /* review box */
/* 2373 */ .review-box {
/* 2374 */ 	background: #f2f2f2;
/* 2375 */ 	border-left: 3px solid #d9d9d9;
/* 2376 */ 	padding: 10px 15px 0 15px;
/* 2377 */ 	font-size: 13px;
/* 2378 */ }
/* 2379 */ 
/* 2380 */ .post-content > .review-box { margin-bottom: 28px; }
/* 2381 */ 
/* 2382 */ .review-box .heading {
/* 2383 */ 	font-size: 16px;
/* 2384 */ 	font-weight: normal;
/* 2385 */ 	border-left: 3px solid #e54e53;
/* 2386 */ 	margin-left: -18px;
/* 2387 */ 	padding-left: 15px;
/* 2388 */ 	line-height: 2;
/* 2389 */ 	
/* 2390 */ 	margin-bottom: 20px; /* line-height adds 8px */
/* 2391 */ }
/* 2392 */ 
/* 2393 */ .review-box .verdict-box {
/* 2394 */ 	overflow: hidden;
/* 2395 */ 	padding: 28px 0;
/* 2396 */ 	border-top: 1px solid #d9d9d9;
/* 2397 */ 	border-bottom: 1px solid #d9d9d9;
/* 2398 */ }
/* 2399 */ 
/* 2400 */ 	.review-box .overall {

/* style.css */

/* 2401 */ 		float: left;
/* 2402 */ 		background: #e54e53;
/* 2403 */ 		color: #fff;
/* 2404 */ 		padding: 10px 8px;
/* 2405 */ 		min-width: 115px;
/* 2406 */ 		text-align: center;
/* 2407 */ 	}
/* 2408 */ 	
/* 2409 */ 	.review-box .overall .number {
/* 2410 */ 		display: block;
/* 2411 */ 		font-size: 65px;
/* 2412 */ 		font-weight: 600;
/* 2413 */ 		line-height: 1;
/* 2414 */ 	}
/* 2415 */ 	
/* 2416 */ 	.review-box .overall .best { display: none; }
/* 2417 */ 	
/* 2418 */ 	.review-box .overall .percent { font-size: 25px; }
/* 2419 */ 	
/* 2420 */ 	.review-box .overall .verdict {
/* 2421 */ 		display: block;	
/* 2422 */ 		font-size: 14px;
/* 2423 */ 		text-transform: uppercase;
/* 2424 */ 		margin-top: 10px;
/* 2425 */ 	}
/* 2426 */ 	
/* 2427 */ 	.review-box .verdict-box .text { margin-left: 150px; }
/* 2428 */ 
/* 2429 */ .review-box ul {
/* 2430 */ 	list-style: none;
/* 2431 */ 	margin-left: 0;
/* 2432 */ 	padding: 28px 0;
/* 2433 */ }
/* 2434 */ 
/* 2435 */ .review-box li { margin-bottom: 15px; }
/* 2436 */ 	
/* 2437 */ 	.review-box .label {
/* 2438 */ 		text-transform: uppercase;
/* 2439 */ 	}
/* 2440 */ 	
/* 2441 */ 	.review-box .criterion {
/* 2442 */ 		overflow: hidden;
/* 2443 */ 		line-height: 2;
/* 2444 */ 	}
/* 2445 */ 	
/* 2446 */ 	.review-box ul .rating {
/* 2447 */ 		float: right;
/* 2448 */ 		font-weight: 600;
/* 2449 */ 		white-space: nowrap;
/* 2450 */ 	}

/* style.css */

/* 2451 */ 	
/* 2452 */ 	.review-box .rating-bar, .review-box .bar {
/* 2453 */ 		background: #fff;
/* 2454 */ 		height: 21px;
/* 2455 */ 	}
/* 2456 */ 	
/* 2457 */ 	.review-box .bar { background: #e54e53; }
/* 2458 */ 
/* 2459 */ /* post pagination */
/* 2460 */ .post-pagination { float: right; }
/* 2461 */ .post-pagination > span {
/* 2462 */ 	display: block;
/* 2463 */ 	float: left;
/* 2464 */ 	padding: 0 10px;
/* 2465 */ 	margin-right: 5px;
/* 2466 */ 	line-height: 25px;
/* 2467 */ 	font-size: 13px;	
/* 2468 */ 	color: #fff;
/* 2469 */ 	background: #e54e53; 
/* 2470 */ 	text-decoration: none;
/* 2471 */ }
/* 2472 */ 
/* 2473 */ /* post sharing */
/* 2474 */ .post-share {
/* 2475 */ 	border-top: 1px solid #d9d9d9;
/* 2476 */ 	padding: 28px 0;
/* 2477 */ 	margin-top: 28px;
/* 2478 */ 	overflow: hidden;
/* 2479 */ }
/* 2480 */ 
/* 2481 */ .post-share .text { 
/* 2482 */ 	font-size: 13px;
/* 2483 */ 	display: inline-block;
/* 2484 */ 	margin-right: 30px;
/* 2485 */ 	text-transform: uppercase;
/* 2486 */ 	color: #19232d;
/* 2487 */ }
/* 2488 */ 
/* 2489 */ .share-links { float: right; }
/* 2490 */ 
/* 2491 */ .share-links a {
/* 2492 */ 	width: 60px;
/* 2493 */ 	height: 30px;
/* 2494 */ 	line-height: 30px;
/* 2495 */ 	
/* 2496 */ 	text-align: center;
/* 2497 */ 	color: #fff;
/* 2498 */ 	font-size: 20px;
/* 2499 */ 	
/* 2500 */ 	margin-right: 2px;

/* style.css */

/* 2501 */ 	
/* 2502 */ 	background: #19232d;
/* 2503 */ }
/* 2504 */ 
/* 2505 */ .share-links a:hover { text-decoration: none; }
/* 2506 */ 
/* 2507 */ .share-links .fa-facebook { background: #204385; }
/* 2508 */ .share-links .fa-twitter { background: #2aa9e0; }
/* 2509 */ .share-links .fa-google-plus { background: #d3492c; }
/* 2510 */ .share-links .fa-pinterest { background: #ca2128; }
/* 2511 */ .share-links .fa-linkedin { background: #02669a; }
/* 2512 */ .share-links .fa-tumblr { background: #44546b; }
/* 2513 */ 
/* 2514 */ /* author info box */
/* 2515 */ .author-info {
/* 2516 */ 	font-size: 13px;
/* 2517 */ 	overflow: hidden;
/* 2518 */ 	margin-bottom: 28px; 
/* 2519 */ }
/* 2520 */ 
/* 2521 */ .author-info .avatar { float: left; }
/* 2522 */ 
/* 2523 */ .author-info [rel="author"] {
/* 2524 */ 	text-transform: uppercase;
/* 2525 */ 	color: #19232d; 	
/* 2526 */ }
/* 2527 */ 
/* 2528 */ .author-info .social-icons { float: right; }
/* 2529 */ 
/* 2530 */ 	.author-info .social-icons li { margin-right: 10px; }
/* 2531 */ 
/* 2532 */ 	.author-info .social-icons li a {
/* 2533 */ 		background: #fff;
/* 2534 */ 		color: #606569;
/* 2535 */ 		font-size: 14px;
/* 2536 */ 		
/* 2537 */ 	}
/* 2538 */ 	
/* 2539 */ 	.author-info .social-icons li a:hover { color: #19232d; }
/* 2540 */ 
/* 2541 */ .author-info .description {
/* 2542 */ 	margin-left: 135px;
/* 2543 */ 	line-height: 1.714;
/* 2544 */ }
/* 2545 */ 
/* 2546 */ 	.author-info .bio { 
/* 2547 */ 		margin-top: 14px;
/* 2548 */ 		margin-bottom: 0; 
/* 2549 */ 	} 
/* 2550 */ 

/* style.css */

/* 2551 */ /* related posts section */
/* 2552 */ .related-posts, .highlights-box.related-posts {
/* 2553 */ 	margin-bottom: 28px; /* 3em */	
/* 2554 */ }
/* 2555 */ 
/* 2556 */ .related-posts .section-head { color: #e54e53; }
/* 2557 */ 
/* 2558 */ .related-posts ul { overflow: hidden; }
/* 2559 */ .related-posts li { float: left; }
/* 2560 */ 
/* 2561 */ .related-posts article { position: relative; }
/* 2562 */ .related-posts .highlights h2 a { font-size: 13px; }
/* 2563 */ 
/* 2564 */ .related-posts .highlights article { margin-bottom: 0; }
/* 2565 */ 
/* 2566 */ /* comments */
/* 2567 */ 
/* 2568 */ .comments .section-head { word-spacing: 4px; } 
/* 2569 */ 
/* 2570 */ .comments-list { margin-bottom: 42px; }
/* 2571 */ 
/* 2572 */ .comments-list .comment { margin-top: 28px; }
/* 2573 */ 
/* 2574 */ 	.comments-list .comment-meta, .comments-list .comment-content, .comments-list .children {
/* 2575 */ 		margin-left: 75px;
/* 2576 */ 	}
/* 2577 */ 	
/* 2578 */ 	.comments-list .avatar {  float: left; }
/* 2579 */ 	
/* 2580 */ 	.comments-list .comment-meta {
/* 2581 */ 		color: #a6a6a6;	
/* 2582 */ 		font-size: 12px;
/* 2583 */ 	}
/* 2584 */ 	
/* 2585 */ 	.comment-meta a, .comment-meta .comment-author {
/* 2586 */ 		text-transform: uppercase;
/* 2587 */ 		color: #606569;
/* 2588 */ 		margin: 0 2px 0 0;
/* 2589 */ 		display: inline-block;
/* 2590 */ 	}
/* 2591 */ 	
/* 2592 */ 	.comment-meta .comment-edit-link { color: #a6a6a6; }
/* 2593 */ 	
/* 2594 */ 	.comments-list .bypostauthor .comment-author a { color: #e54e53; }
/* 2595 */ 	
/* 2596 */ 	.comments-list .comment-content {
/* 2597 */ 		font-size: 13px;
/* 2598 */ 		line-height: 1.714;
/* 2599 */ 		border-bottom: 1px solid #d9d9d9;
/* 2600 */ 		position: relative;

/* style.css */

/* 2601 */ 		padding-bottom: 42px;
/* 2602 */ 		margin-top: 14px;
/* 2603 */ 	}
/* 2604 */ 	
/* 2605 */ 	.comments-list .comment-content p { margin-bottom: 0; }
/* 2606 */ 	
/* 2607 */ 	.comment-content .reply {
/* 2608 */ 		position: absolute;
/* 2609 */ 		bottom: -1px;
/* 2610 */ 		right: 0;
/* 2611 */ 		color: #a6a6a6;
/* 2612 */ 		font-size: 12px;
/* 2613 */ 		border-bottom: 1px solid #e54e53;
/* 2614 */ 	}
/* 2615 */ 	
/* 2616 */ 	.comment-content .reply a {
/* 2617 */ 		color: inherit;
/* 2618 */ 		padding: 5px 0;
/* 2619 */ 		text-transform: uppercase;
/* 2620 */ 		display: block;
/* 2621 */ 	}
/* 2622 */ 	
/* 2623 */ 	.comment-content .reply a:hover { text-decoration: none; }
/* 2624 */ 	
/* 2625 */ 	.comment-content .reply .fa {
/* 2626 */ 		font-size: 13px;
/* 2627 */ 		color: #b4b4b4;
/* 2628 */ 		margin-left: 5px;
/* 2629 */ 	}
/* 2630 */ 
/* 2631 */ /* comment nav */
/* 2632 */ .comment-nav {
/* 2633 */ 	overflow: hidden;
/* 2634 */ 	font-size: 13px;
/* 2635 */ 	margin: -14px 0 28px 75px; /* 42-14=28px for top */
/* 2636 */ }
/* 2637 */ 
/* 2638 */ 	.comment-nav .nav-previous { float: left; }
/* 2639 */ 	.comment-nav .nav-next { float: right; }
/* 2640 */ 	.comment-nav a { color: #606569; }
/* 2641 */ 
/* 2642 */ /* comment form */
/* 2643 */ .comment .comment-respond {
/* 2644 */ 	margin-left: 75px;
/* 2645 */ 	margin-top: -1px; 
/* 2646 */ }
/* 2647 */ 
/* 2648 */ .comment-respond form { margin-top: 42px; }
/* 2649 */ 
/* 2650 */ 	.comment-respond .section-head { display: block; }

/* style.css */

/* 2651 */ 
/* 2652 */ 	.comment-respond p { 
/* 2653 */ 		margin-bottom: 28px;
/* 2654 */ 		font-size: 13px;
/* 2655 */ 	}
/* 2656 */ 	
/* 2657 */ 	.comment-respond small {
/* 2658 */ 		float: right;
/* 2659 */ 		margin-top: -55px;
/* 2660 */ 		font-size: 12px;
/* 2661 */ 		font-family: "Open Sans", Arial, sans-serif;
/* 2662 */ 		margin-right: 12px;
/* 2663 */ 	}
/* 2664 */ 	
/* 2665 */ 	.comment-respond small a { color: #a6a6a6; }
/* 2666 */ 
/* 2667 */ 	
/* 2668 */ 	.comment-respond .form-submit { overflow: hidden; }
/* 2669 */ 	
/* 2670 */ 	#comment-submit, .submit-button { 
/* 2671 */ 		float: right;
/* 2672 */ 		background: #19232d;
/* 2673 */ 		text-transform: uppercase;
/* 2674 */ 		font-size: 14px;
/* 2675 */ 		color: #fff;
/* 2676 */ 		padding: 7px 21px;		
/* 2677 */ 	}
/* 2678 */ 	
/* 2679 */ /**
/* 2680 *|  * 4.3. =Single & Other Pages
/* 2681 *|  * ----------------------------------------------------------------------------
/* 2682 *|  */
/* 2683 */ 
/* 2684 */ .page .post-content { margin-left: 0; }
/* 2685 */ 
/* 2686 */ .page .post-header { margin-bottom: 0; }
/* 2687 */ 
/* 2688 */ .page > .row.builder, .page-content > .main-pagination, .post > .row.builder { margin-bottom: 42px; }
/* 2689 */ 
/* 2690 */ .page-content .widget-title {
/* 2691 */ 	font-weight: bold;
/* 2692 */ 	color: #19232d;
/* 2693 */ 	margin-bottom: 24px;
/* 2694 */ 	font-family: inherit;
/* 2695 */ 	line-height: 1.5;
/* 2696 */ }
/* 2697 */ 
/* 2698 */ .page-content .main-heading { font-weight: 600; }
/* 2699 */ 
/* 2700 */ .page .page-content > div:last-child, .page .page-content > section:last-child { 

/* style.css */

/* 2701 */ 	margin-bottom: 0;
/* 2702 */ } 
/* 2703 */ 
/* 2704 */ /* post/page headings  */
/* 2705 */ .post-content h1, .post-content h2, .post-content h3, 
/* 2706 */ .post-content h4, .post-content h5, .post-content h6
/* 2707 */ { 
/* 2708 */ 	font-weight: bold;
/* 2709 */ 	color: #19232d;
/* 2710 */ 	margin-bottom: 24px;
/* 2711 */ 	font-family: inherit;
/* 2712 */ 	line-height: 1.5;
/* 2713 */ }
/* 2714 */ 
/* 2715 */ /* author page */
/* 2716 */ .author .section-head { display: none; }
/* 2717 */ .author .author-info {
/* 2718 */ 	border-bottom: 1px solid #d9d9d9;
/* 2719 */ 	padding-bottom: 42px;
/* 2720 */ } 
/* 2721 */ 
/* 2722 */ /* authors list page */
/* 2723 */ .authors-list .posts { 
/* 2724 */ 	display: block;
/* 2725 */ 	margin-top: 18px;
/* 2726 */ }
/* 2727 */ 
/* 2728 */ .authors-list .posts a { text-transform: uppercase; }
/* 2729 */ 
/* 2730 */ /* contact us page */
/* 2731 */ .post-content .wpcf7 { margin-top: 42px; }
/* 2732 */ 
/* 2733 */ .post-content .wpcf7-not-valid-tip {
/* 2734 */ 	position: static;
/* 2735 */ 	margin-left: 10px;
/* 2736 */ 	padding-left: 10px;
/* 2737 */ 	border: 0;
/* 2738 */ 	font-size: 13px;
/* 2739 */ 	border-left: 2px solid #e54e53;	
/* 2740 */ }
/* 2741 */ 
/* 2742 */ 
/* 2743 */ /* 404 error */
/* 2744 */ .error-page { margin-top: 112px; }
/* 2745 */ 
/* 2746 */ .error-page .text-404 {
/* 2747 */ 	font-size: 60px;
/* 2748 */ 	color: #e54e53;
/* 2749 */ 	line-height: 1;
/* 2750 */ 	text-align: left;

/* style.css */

/* 2751 */ 	padding-left: 0;	
/* 2752 */ }
/* 2753 */ 
/* 2754 */ .error-page .links, .error-page .fa-ul .fa { margin-left: 0; }
/* 2755 */ 
/* 2756 */ /**
/* 2757 *|  * 4.4. =Category Listing & Loop
/* 2758 *|  * ----------------------------------------------------------------------------
/* 2759 *|  */
/* 2760 */ 
/* 2761 */ .main-heading, .page-title, .entry-title {
/* 2762 */ 	font: 18px "Open Sans", Arial, sans-serif;
/* 2763 */ 	text-transform: uppercase;
/* 2764 */ 	border-left: 3px solid #e54e53;
/* 2765 */ 	padding-left: 14px;
/* 2766 */ 	line-height: 2;
/* 2767 */ 	margin-bottom: 28px;
/* 2768 */ }
/* 2769 */ 
/* 2770 */ .main-heading strong {
/* 2771 */ 	font-weight: 600;
/* 2772 */ 	margin-left: 14px;
/* 2773 */ }
/* 2774 */ 
/* 2775 */ .main-heading.prominent { font-weight: 600; }
/* 2776 */ 
/* 2777 */ /* default loop/category style */
/* 2778 */ .listing-alt article {
/* 2779 */ 	padding: 28px 0;
/* 2780 */ 	overflow: hidden;
/* 2781 */ 	border-top: 1px solid #d9d9d9;
/* 2782 */ 	position: relative;
/* 2783 */ }
/* 2784 */ 
/* 2785 */ .listing-alt .cat-title {
/* 2786 */ 	top: 28px;
/* 2787 */ 	z-index: 1;
/* 2788 */ }
/* 2789 */ 
/* 2790 */ .listing-alt article:first-child .cat-title { top: 0; }
/* 2791 */ 
/* 2792 */ .listing-alt article:first-child {
/* 2793 */ 	padding-top: 0;
/* 2794 */ 	border-top: 0; 
/* 2795 */ }
/* 2796 */ 
/* 2797 */ .listing-alt article > a {
/* 2798 */ 	position: relative;
/* 2799 */ 	float: left;
/* 2800 */ 	max-width: 295px;

/* style.css */

/* 2801 */ 	overflow: hidden;
/* 2802 */ }
/* 2803 */ 
/* 2804 */ /* sticky listings */
/* 2805 */ .listing-alt .sticky {
/* 2806 */ 	background: #f2f2f2;
/* 2807 */ 	padding-right: 25px;
/* 2808 */ }
/* 2809 */ 
/* 2810 */ .listing-alt .sticky:first-child { padding-top: 28px; }
/* 2811 */ 
/* 2812 */ .listing-alt img {
/* 2813 */ 	width: auto;
/* 2814 */ 	height: auto;
/* 2815 */ 	margin-left: -10%; /* faux crop - save resources */
/* 2816 */ 	-webkit-transform: translate3d(0, 0, 0);
/* 2817 */ }
/* 2818 */ 
/* 2819 */ .listing-alt article .content { 
/* 2820 */ 	margin-left: 325px;
/* 2821 */ 	border-bottom: 0; 
/* 2822 */ 	line-height: 1.5;
/* 2823 */ 	margin-top: -5px; /* cut out the line-height extra */
/* 2824 */ }
/* 2825 */ 
/* 2826 */ .listing-alt .content > a { font-size: 14px; }
/* 2827 */ 
/* 2828 */ .listing-alt .content .excerpt {
/* 2829 */ 	margin-top: 14px;
/* 2830 */ 	font-size: 13px;
/* 2831 */ 	line-height: 1.714;
/* 2832 */ 	color: #949697;
/* 2833 */ }
/* 2834 */ 
/* 2835 */ .listing-alt .content .excerpt p { margin-bottom: 0; }
/* 2836 */ 
/* 2837 */ .listing-alt .content .read-more {
/* 2838 */ 	margin-top: 18px;	
/* 2839 */ }
/* 2840 */ 
/* 2841 */ .listing-alt .content .read-more a {
/* 2842 */ 	font: inherit;
/* 2843 */ 	display: inline-block;
/* 2844 */ 	padding: 2px 7px;
/* 2845 */ 	background: #e54e53;
/* 2846 */ 	color: #fff;
/* 2847 */ 	font-size: 12px;
/* 2848 */ 	text-transform: uppercase;
/* 2849 */ }
/* 2850 */ 

/* style.css */

/* 2851 */ .listing-alt + .main-pagination { margin-top: 28px; }
/* 2852 */ 
/* 2853 */ 
/* 2854 */ /* main listing - grid */
/* 2855 */ .listing { overflow: hidden; }
/* 2856 */ 
/* 2857 */ .listing article { margin-bottom: 28px; }
/* 2858 */ 
/* 2859 */ .listing .sticky { 
/* 2860 */ 	background: #f2f2f2;
/* 2861 */ 	padding: 15px;
/* 2862 */ }
/* 2863 */ 
/* 2864 */ .listing > .column:nth-child(odd) { 
/* 2865 */ 	clear: both; 
/* 2866 */ }
/* 2867 */ 
/* 2868 */ .listing .excerpt {
/* 2869 */ 	font-size: 13px;
/* 2870 */ 	line-height: 1.714;
/* 2871 */ 	margin-top: 14px;
/* 2872 */ 	border-bottom: 0; 
/* 2873 */ 	padding-bottom: 0;
/* 2874 */ }
/* 2875 */ 
/* 2876 */ .listing + .main-pagination { margin-top: 14px; }
/* 2877 */ 
/* 2878 */ /* listing timeline style */
/* 2879 */ 
/* 2880 */ .list-timeline {
/* 2881 */ 	margin-top: 42px;
/* 2882 */ 	border-left: 1px solid #d9d9d9;
/* 2883 */ }
/* 2884 */ 
/* 2885 */ .list-timeline .month {
/* 2886 */ 	margin-left: 25px;
/* 2887 */ 	position: relative;
/* 2888 */ 	margin-bottom: 42px;
/* 2889 */ 	color: #19232d;
/* 2890 */ }
/* 2891 */ 
/* 2892 */ .list-timeline .heading {
/* 2893 */ 	text-transform: uppercase;
/* 2894 */ 	font-weight: 600;
/* 2895 */ 	font-size: 14px;
/* 2896 */ 	float: left;	
/* 2897 */ 	padding: 0 15px;
/* 2898 */ 	line-height: 28px;
/* 2899 */ 	border: 1px solid #d9d9d9;
/* 2900 */ 	margin-top: -14px;

/* style.css */

/* 2901 */ 	margin-bottom: 28px;
/* 2902 */ }
/* 2903 */ 
/* 2904 */ .list-timeline .heading:before {
/* 2905 */ 	display: block;
/* 2906 */ 	position: absolute;
/* 2907 */ 	top: 0px;
/* 2908 */ 	left: -25px;
/* 2909 */ 	width: 25px;
/* 2910 */ 	height: 1px;
/* 2911 */ 	background: #d9d9d9;
/* 2912 */ 	content: " ";
/* 2913 */ }
/* 2914 */ 
/* 2915 */ .list-timeline .posts { clear: both; }
/* 2916 */ 
/* 2917 */ 	.list-timeline .posts article {
/* 2918 */ 		font-size: 13px;
/* 2919 */ 		line-height: 1.714;
/* 2920 */ 		margin-bottom: 7px;
/* 2921 */ 		font-family: "Roboto Slab", Georgia, serif;
/* 2922 */ 	}
/* 2923 */ 	
/* 2924 */ 	.list-timeline .posts time {
/* 2925 */ 		text-transform: uppercase;
/* 2926 */ 		padding-right: 42px;
/* 2927 */ 		color: #606569;
/* 2928 */ 		min-width: 40px;
/* 2929 */ 		display: inline-block;
/* 2930 */ 	}
/* 2931 */ 
/* 2932 */ 
/* 2933 */ /**
/* 2934 *|  * 4. =Main Sidebar
/* 2935 *|  * ----------------------------------------------------------------------------
/* 2936 *|  */
/* 2937 */ .main .sidebar {
/* 2938 */ 	border-left: 1px solid transparent;
/* 2939 */ }
/* 2940 */ 
/* 2941 */ .main .sidebar:before {
/* 2942 */ 	content: " ";
/* 2943 */ 	position: absolute;
/* 2944 */ 	border-left: 1px solid #d9d9d9;
/* 2945 */ 	height: 100%;
/* 2946 */ 	margin-left: -25px;
/* 2947 */ }
/* 2948 */ 
/* 2949 */ .main .sidebar .widget { margin-bottom: 35px; /* 2.5em */ }
/* 2950 */ 

/* style.css */

/* 2951 */ .main .sidebar .widgettitle, .tabbed .tabs-list {
/* 2952 */ 	font-family: "Open Sans", Arial, sans-serif;
/* 2953 */ 	font-size: 13px;
/* 2954 */ 	text-transform: uppercase;
/* 2955 */ 	background: #19232d;
/* 2956 */ 	color: #efefef;
/* 2957 */ 	
/* 2958 */ 	padding: 0 14px;
/* 2959 */ 	line-height: 34px;
/* 2960 */ 	margin-bottom: 15px;
/* 2961 */ }
/* 2962 */ 
/* 2963 */ 	/* tabbed widgets - recent, category1... */	
/* 2964 */ 	 .tabbed .tabs-list { 
/* 2965 */ 		overflow: hidden;
/* 2966 */ 		padding: 0;
/* 2967 */ 	}
/* 2968 */ 	
/* 2969 */ 	.tabbed .tabs-list li {
/* 2970 */ 		line-height: 1.5;
/* 2971 */ 		border-bottom: 0;
/* 2972 */ 		padding: 0;
/* 2973 */ 	}
/* 2974 */ 	
/* 2975 */ 	.tabbed .tabs-list a { 
/* 2976 */ 		color: #efefef;
/* 2977 */ 		float: left;
/* 2978 */ 		display: block;
/* 2979 */ 		padding: 0 14px;
/* 2980 */ 		border-bottom: 2px solid transparent;
/* 2981 */ 		line-height: 32px;
/* 2982 */ 	}
/* 2983 */ 	
/* 2984 */ 	.tabbed .tabs-list .active a { 
/* 2985 */ 		border-bottom: 2px solid #e54e53;
/* 2986 */ 	}
/* 2987 */ 	
/* 2988 */ 	.tabbed .tabs-list a:hover { text-decoration: none; }
/* 2989 */ 
/* 2990 */ 	.tabbed .tabs-data { border-bottom: 0; }
/* 2991 */ 	
/* 2992 */ 	.tabbed .posts-list { display: none; }
/* 2993 */ 	.tabbed .posts-list li { }
/* 2994 */ 	.tabbed .posts-list.active { display: block; }	
/* 2995 */ 	
/* 2996 */ 	/* latest posts and popular posts widget */
/* 2997 */ 	.sidebar .posts-list li { line-height: 1.5; }
/* 2998 */ 
/* 2999 */ 	/* sidebar galleries */
/* 3000 */ 	.gallery-block .slider .title {

/* style.css */

/* 3001 */ 		display: none;
/* 3002 */ 	}
/* 3003 */ 	
/* 3004 */ 	.gallery-block .slider li {
/* 3005 */ 		padding: 0;
/* 3006 */ 		border: 0;
/* 3007 */ 	}
/* 3008 */ 	
/* 3009 */ 	.gallery-block .flex-direction-nav a { 
/* 3010 */ 		width: 25px;
/* 3011 */ 		height: 25px; 
/* 3012 */ 		margin: -10px 0 0; 
/* 3013 */ 	}
/* 3014 */ 	
/* 3015 */ 	.gallery-block .flex-direction-nav a:after {
/* 3016 */ 		line-height: 25px;
/* 3017 */ 		font-size: 25px; 
/* 3018 */ 	}
/* 3019 */ 	
/* 3020 */ 	.gallery-block .flex-direction-nav .flex-next { right: 10px; }
/* 3021 */ 	.gallery-block .flex-direction-nav .flex-prev { left: 10px; }
/* 3022 */ 
/* 3023 */ 
/* 3024 */ /**
/* 3025 *|  * 6. =Shortcodes
/* 3026 *|  * ----------------------------------------------------------------------------
/* 3027 *|  */
/* 3028 */ 
/* 3029 */  
/* 3030 */  /* tabs */
/* 3031 */ .sc-tabs { 
/* 3032 */ 	overflow: hidden;
/* 3033 */ 	margin-bottom: -1px; 
/* 3034 */ }
/* 3035 */ 
/* 3036 */ .post-content .sc-tabs {
/* 3037 */ 	list-style-type: none;
/* 3038 */ 	margin: 0 0 -1px 0;
/* 3039 */ 	clear: both;
/* 3040 */ }
/* 3041 */ 	
/* 3042 */ 	.sc-tabs a { 
/* 3043 */ 		float: left; 
/* 3044 */ 		display: block;
/* 3045 */ 		padding: 5px 28px;
/* 3046 */ 		background: #fcfcfc;
/* 3047 */ 		border: 1px solid #d9d9d9;
/* 3048 */ 		border-left: 0;
/* 3049 */ 		
/* 3050 */ 		color: #19232d;

/* style.css */

/* 3051 */ 		font-size: 13px;
/* 3052 */ 	}
/* 3053 */ 		
/* 3054 */ 	.sc-tabs .active a { 
/* 3055 */ 		background: #f2f2f2;
/* 3056 */ 		border-bottom: 1px solid #e54e53;
/* 3057 */ 	}
/* 3058 */ 	
/* 3059 */ 	.sc-tabs li:first-child a { border-left: 1px solid #d9d9d9; }
/* 3060 */ 		
/* 3061 */ 	.sc-tabs a:hover { text-decoration: none; }
/* 3062 */ 		
/* 3063 */ 	.sc-tabs .active { margin-bottom: -3px; }
/* 3064 */ 	
/* 3065 */ 
/* 3066 */ .sc-tabs-panes {
/* 3067 */ 	border: 1px solid #d9d9d9;
/* 3068 */ 	padding: 21px;
/* 3069 */ }
/* 3070 */ 
/* 3071 */ .post-content .sc-tabs-panes { margin-left: 0; }
/* 3072 */ 	.sc-tabs-panes > li { display: none;}
/* 3073 */ 	.sc-tabs-panes > li.active { display: block; }
/* 3074 */ 
/* 3075 */ /* accordions / toggle */
/* 3076 */ .sc-accordion-pane.active, .sc-toggle-content.active { display: block; }
/* 3077 */ 
/* 3078 */ .sc-accordion-title:first-child, .sc-toggle-title:first-child {
/* 3079 */ 	border-top: 1px solid #d9d9d9;
/* 3080 */ }
/* 3081 */ 
/* 3082 */ .sc-accordion-title, .sc-toggle-title { 
/* 3083 */ 	border: 1px solid #d9d9d9;
/* 3084 */ 	border-top: 0; 
/* 3085 */ }
/* 3086 */ 
/* 3087 */ .sc-accordion-title a, .sc-toggle-title a { 
/* 3088 */ 	display: block;
/* 3089 */ 	padding: 10px 21px;
/* 3090 */ 	text-decoration: none;
/* 3091 */ 	position: relative;
/* 3092 */ }
/* 3093 */ 
/* 3094 */ 
/* 3095 */ .sc-accordion-title a:before, .sc-toggle-title a:before {
/* 3096 */ 	content: " ";
/* 3097 */ 	width: 20px;
/* 3098 */ 	height: 20px;
/* 3099 */ 	background: #19232d;
/* 3100 */ 	

/* style.css */

/* 3101 */ 	display: inline-block;
/* 3102 */ 	vertical-align: middle;
/* 3103 */ 	
/* 3104 */ 	margin-right: 21px;
/* 3105 */ }
/* 3106 */ 
/* 3107 */ 
/* 3108 */ .sc-accordion-title a:after, .sc-toggle-title a:after {
/* 3109 */ 	content: "\f067";
/* 3110 */ 	font-family: FontAwesome;
/* 3111 */ 	font-style: normal;
/* 3112 */ 	font-weight: normal;
/* 3113 */ 	line-height: 1;
/* 3114 */ 	-webkit-font-smoothing: antialiased;
/* 3115 */ 	-moz-osx-font-smoothing: grayscale;
/* 3116 */ 	
/* 3117 */ 	position: absolute;
/* 3118 */ 	top: 1.4em;
/* 3119 */ 	left: 21px;
/* 3120 */ 	padding-left: 5px;
/* 3121 */ 	font-size: 13px;
/* 3122 */ 	color: #fff;
/* 3123 */ 	z-index: 1;
/* 3124 */ }
/* 3125 */ 
/* 3126 */ .sc-accordion-title.active a:after {
/* 3127 */ 	content: "\f068";
/* 3128 */ }
/* 3129 */ 
/* 3130 */ .sc-accordion-pane, .sc-toggle-content { 
/* 3131 */ 	display: none;
/* 3132 */ 	border: 1px solid #d9d9d9;
/* 3133 */ 	border-top: 0;
/* 3134 */ 	padding: 21px;
/* 3135 */ }
/* 3136 */ 
/* 3137 */ /* buttons */
/* 3138 */ 
/* 3139 */ .sc-button, .button {
/* 3140 */ 	background: #19232d;
/* 3141 */ 	padding: 5px 21px;
/* 3142 */ 	color: #fff;
/* 3143 */ 	display: inline-block;
/* 3144 */ 	font: inherit;
/* 3145 */ }
/* 3146 */ 
/* 3147 */ .button { background: #e54e53; }
/* 3148 */ a.button:hover { text-decoration: none; }
/* 3149 */ 
/* 3150 */ .button.smaller {

/* style.css */

/* 3151 */ 	font-size: 12px;
/* 3152 */ 	padding: 2px 7px;
/* 3153 */ 	text-transform: uppercase;
/* 3154 */ }
/* 3155 */ 
/* 3156 */ .post-content .sc-button, .post-content .sc-button:hover { color: #fff; }
/* 3157 */ 
/* 3158 */ .sc-button:hover { text-decoration: none; opacity: 0.9; }
/* 3159 */ 
/* 3160 */ .sc-button-small { font-size: 14px; }
/* 3161 */ .sc-button-medium {	font-size: 16px; }
/* 3162 */ 
/* 3163 */ .sc-button-large { font-size: 18px; }
/* 3164 */ 
/* 3165 */ .sc-button-red { background: #e54e53; }
/* 3166 */ .sc-button-orange { background: #ff5b22; }
/* 3167 */ .sc-button-blue { background: #2a3c4c; }
/* 3168 */ 
/* 3169 */ .sc-button-default:hover {
/* 3170 */ 	background: #e54e53;
/* 3171 */ }
/* 3172 */ 
/* 3173 */ .drop-caps { 
/* 3174 */ 	float: left;
/* 3175 */ 	font-size: 1.9em;
/* 3176 */ 	line-height: 1;
/* 3177 */ 	background: #e54e53;
/* 3178 */ 	border-radius: 50%;
/* 3179 */ 	color: #fff;
/* 3180 */ 	
/* 3181 */ 	padding: 6px 10px;
/* 3182 */ 	margin-top: 5px;
/* 3183 */ 	margin-right: 14px;
/* 3184 */ }
/* 3185 */ 	
/* 3186 */ .drop-caps.square {	border-radius: 0; }
/* 3187 */ 
/* 3188 */ /**
/* 3189 *|  * 7. =Footer
/* 3190 *|  * ----------------------------------------------------------------------------
/* 3191 *|  */
/* 3192 */ .main-footer {
/* 3193 */  	background: #19232d;
/* 3194 */ }
/* 3195 */  
/* 3196 */ .main-footer .wrap { 
/* 3197 */  	padding: 49px 25px; 
/* 3198 */ }
/* 3199 */ 
/* 3200 */ /* default widget styling */

/* style.css */

/* 3201 */ .main-footer .widget {
/* 3202 */ 	color: #d7dade;
/* 3203 */ 	font-size: 13px;
/* 3204 */ 	line-height: 1.9;
/* 3205 */ }
/* 3206 */ 
/* 3207 */ .main-footer .widgettitle {
/* 3208 */ 	font: bold 14px/35px "Open Sans", Arial, sans-serif;
/* 3209 */ 	color: #c5c7cb;
/* 3210 */ 	border-bottom: 1px solid #253443;
/* 3211 */ 	text-transform: uppercase;
/* 3212 */ 	margin-bottom: 28px; /* 2em */
/* 3213 */ }	
/* 3214 */ 
/* 3215 */ .main-footer .feedburner input {
/* 3216 */ 	background: #1f2c38;
/* 3217 */ 	color: #c5c7cb;
/* 3218 */ 	border: 0;
/* 3219 */ 	font-size: inherit;
/* 3220 */ }
/* 3221 */ 
/* 3222 */ .main-footer input.feedburner-subscribe { 
/* 3223 */ 	background: #2a3c4c;
/* 3224 */ 	padding: 8px 14px;
/* 3225 */ 	font-weight: 600;
/* 3226 */ }
/* 3227 */ 
/* 3228 */ 
/* 3229 */ .lower-foot {
/* 3230 */ 	background: #121a21;
/* 3231 */ 	color: #8d8e92;
/* 3232 */ 	font-size: 13px;
/* 3233 */ }
/* 3234 */ 
/* 3235 */ 	.lower-foot a { color: #b6b7b9; }
/* 3236 */ 
/* 3237 */ 	.lower-foot .wrap { 
/* 3238 */ 		padding: 14px 25px;
/* 3239 */ 		overflow: hidden; 
/* 3240 */ 	}
/* 3241 */ 	
/* 3242 */ 	.lower-foot .social-icons { float: right; }
/* 3243 */ 	
/* 3244 */ 	.lower-foot .menu { 
/* 3245 */ 		float: right;
/* 3246 */ 		overflow: hidden; 
/* 3247 */ 	}
/* 3248 */ 	
/* 3249 */ 	.lower-foot .textwidget { float: left; }
/* 3250 */ 

/* style.css */

/* 3251 */ 	.lower-foot .menu li { 
/* 3252 */ 		float: left; 
/* 3253 */ 		padding-left: 0.5em;
/* 3254 */ 	}
/* 3255 */ 	
/* 3256 */ 	/* add middot */
/* 3257 */ 	.lower-foot .menu li:before {
/* 3258 */ 		content: "\b7"; 
/* 3259 */ 		padding-right: 0.5em;
/* 3260 */ 		display: inline-block;
/* 3261 */ 	}
/* 3262 */ 	
/* 3263 */ 	.lower-foot .menu li:first-child:before { content: ''; } 
/* 3264 */ 	.lower-foot .menu .sub-menu { display: none; }
/* 3265 */ 
/* 3266 */ /* footer widgets */
/* 3267 */ .main-footer .widget a { color: #e0e3E9; }
/* 3268 */ 
/* 3269 */ 	/* About Widget */
/* 3270 */ 	.about-widget .logo-text {
/* 3271 */ 		font-size: 22px;
/* 3272 */ 		font-weight: 600;
/* 3273 */ 		line-height: 1;
/* 3274 */ 		margin-bottom: 28px;
/* 3275 */ 	}
/* 3276 */ 
/* 3277 */ 	/* Latest posts / other post listing widgets */
/* 3278 */ 	.main-footer .posts-list .content {
/* 3279 */ 		border-bottom-color: #253443;
/* 3280 */ 		min-height: 65px; 
/* 3281 */ 		margin-left: 95px;
/* 3282 */ 	}
/* 3283 */ 	
/* 3284 */ 	.main-footer .posts-list img { width: 75px; }
/* 3285 */ 	
/* 3286 */ 	.main-footer .posts-list time, .main-footer .posts-list .comments a, .main-footer .posts-list .fa {
/* 3287 */ 		color: #a3a8b1;
/* 3288 */ 	}
/* 3289 */ 	
/* 3290 */ 	/* Flickr widget */
/* 3291 */ 	.flickr-widget { overflow: hidden; }
/* 3292 */ 	.flickr-widget .flickr_badge_image {
/* 3293 */ 		float: left;
/* 3294 */ 		margin: 0 12px 14px 0px;
/* 3295 */ 	}
/* 3296 */ 	
/* 3297 */ 	.ie8 .flickr-widget .flickr_badge_image { margin-right: 8px; }
/* 3298 */ 	
/* 3299 */ 	.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 0; }
/* 3300 */ 	

/* style.css */

/* 3301 */ 	.flickr-widget a { 
/* 3302 */ 		overflow: hidden;
/* 3303 */ 		display: block;
/* 3304 */ 		border-radius: 0px;
/* 3305 */ 		max-height: 64px;
/* 3306 */ 		max-width: 72px;
/* 3307 */ 	}
/* 3308 */ 	
/* 3309 */ 	.flickr-widget a img {
/* 3310 */ 		float: left;
/* 3311 */ 		
/* 3312 */ 		max-width: 100%;
/* 3313 */ 		height: auto;
/* 3314 */ 		 
/* 3315 */ 		-webkit-transition: all 0.3s ease-in;
/* 3316 */ 		-moz-transition: all 0.3s ease-in;
/* 3317 */ 		transition: all 0.3s ease-in;
/* 3318 */ 	}
/* 3319 */ 	
/* 3320 */ 	.flickr-widget img:hover { opacity: 0.8; }
/* 3321 */ 	.ie .flickr-widget img:hover { opacity: 1; }
/* 3322 */ 	
/* 3323 */ 	/* calendar widget */
/* 3324 */ 	.main-footer .widget_calendar { color: #606569; }
/* 3325 */ 	.main-footer .widget_calendar a { color: #19232d; }
/* 3326 */ 
/* 3327 */ /* Tabs comment */
/* 3328 */ .tabs{
/* 3329 */ max-width:650px;
/* 3330 */ margin:0 auto;
/* 3331 */ position:relative;
/* 3332 */ clear: both;
/* 3333 */ padding-top:20px;
/* 3334 */ }
/* 3335 */ .tabs h3 {font-size:15px;background: #C0392B;color: #fff;padding: 0 20px;margin: 0 -24px;}
/* 3336 */ .tabs input{
/* 3337 */ position:absolute;
/* 3338 */ top:0;
/* 3339 */ left:0;
/* 3340 */ display:none;
/* 3341 */ }
/* 3342 */ .tabs label{
/* 3343 */ display:block;
/* 3344 */ float:left;
/* 3345 */ position:relative;
/* 3346 */ padding:10px 20px;
/* 3347 */ line-height:1.5em;
/* 3348 */ min-width:55px;
/* 3349 */ text-align:center;
/* 3350 */ color: #222;

/* style.css */

/* 3351 */ font-size:13px;
/* 3352 */ font-weight:bold;
/* 3353 */ letter-spacing:1px;
/* 3354 */ cursor:pointer;
/* 3355 */  
/* 3356 */ }
/* 3357 */ .tabs label:after{
/* 3358 */ content:"";
/* 3359 */ display:block;
/* 3360 */ position:absolute;
/* 3361 */ width:100%;
/* 3362 */ height:5px;
/* 3363 */ background:#fff;
/* 3364 */ left:0;
/* 3365 */ bottom:-5px;
/* 3366 */ }
/* 3367 */ .clear-shadow{
/* 3368 */ clear:both;
/* 3369 */ }
/* 3370 */ .content-tab{
/* 3371 */ position:relative;
/* 3372 */ width:100%;
/* 3373 */ border-top: 1px solid #DDD;
/* 3374 */ padding-top: 10px;
/* 3375 */ margin-top:-1px;
/* 3376 */ }
/* 3377 */ .content-tab>div{
/* 3378 */ overflow:hidden;
/* 3379 */ top:0;
/* 3380 */ left:0px;
/* 3381 */ opacity:0;
/* 3382 */ display:none;
/* 3383 */ transition:opacity .4s;
/* 3384 */ -moz-transition:opacity .4s;
/* 3385 */ -webkit-transition:opacity .4s;
/* 3386 */ -ms-transition:opacity .4s;
/* 3387 */ -o-transition:opacity .4s;
/* 3388 */ }
/* 3389 */ /***** Xu Ly An Hien*****/
/* 3390 */ .tabs input:checked + label{background: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yf/r/PfBgtiydy5U.gif) no-repeat bottom center;z-index:1}
/* 3391 */ .tabs input.tab-selector-1:checked ~ .content-tab .tab-1,
/* 3392 */ .tabs input.tab-selector-2:checked ~ .content-tab .tab-2{
/* 3393 */ opacity:1;display:block;
/* 3394 */ }

/* responsive.css */

/* 1   */ /**
/* 2   *|  * =Responsive & Media Queries
/* 3   *|  * ----------------------------------------------------------------------------
/* 4   *|  */
/* 5   */ 
/* 6   */ /* Larger Desktops */
/* 7   */ @media only screen and (min-width: 1129px) {
/* 8   */ 	.main-featured .flexslider .slides > li { min-height: 336px; }
/* 9   */ }
/* 10  */ 
/* 11  */ /* Tablets - Small Desktops - fluid wrapper */
/* 12  */ @media only screen and (max-width: 1128px) {
/* 13  */ 	
/* 14  */ 	.wrap, .boxed .main-wrap { 
/* 15  */ 		width: 100%;
/* 16  */ 		-webkit-box-sizing: border-box;
/* 17  */ 		-moz-box-sizing: border-box;
/* 18  */ 		box-sizing: border-box; 
/* 19  */ 	}
/* 20  */ 	
/* 21  */ 	body.boxed { padding: 0 25px 0 25px; }
/* 22  */ 	
/* 23  */ 	.background-cover {
/* 24  */ 		position: fixed;
/* 25  */ 		background-position: 50% 0;
/* 26  */ 		width: 100%;
/* 27  */ 		height: 100%;
/* 28  */ 		top: 0;
/* 29  */ 		left: 0;
/* 30  */ 		background-position: center center;
/* 31  */ 		background-size: cover;
/* 32  */ 		z-index: -1;
/* 33  */ 	}
/* 34  */ 	
/* 35  */ 	.trending-ticker a { max-width: 400px; }
/* 36  */ 	
/* 37  */ 	.main-head .right { margin-left: 250px; }
/* 38  */ 	
/* 39  */ 	.navigation.sticky {
/* 40  */ 		width: 100%;
/* 41  */ 		left: 0;
/* 42  */ 	}
/* 43  */ 	
/* 44  */ 	.navigation .menu li > a { padding: 0 20px; }
/* 45  */ 
/* 46  */ 
/* 47  */ 	.tabbed .tabs-list a { padding: 0 3%; }
/* 48  */ 	
/* 49  */ 	.post-header img, .post-content img {
/* 50  */ 		max-width: 100%;

/* responsive.css */

/* 51  */ 		height: auto;
/* 52  */ 	}
/* 53  */ 	
/* 54  */ 	.post-share .text { display: none; }
/* 55  */ 	.share-links a { margin-bottom: 4px; }
/* 56  */ 	
/* 57  */ 	/* fluid slider blocks */
/* 58  */ 	.main-featured .blocks .image-link img {
/* 59  */ 		max-width: 100%;
/* 60  */ 		height: auto;
/* 61  */ 	}
/* 62  */ 	
/* 63  */ 	.main-featured .blocks .small {
/* 64  */ 		width: 48%;
/* 65  */ 		margin-right: 4%;	
/* 66  */ 	}
/* 67  */ 	
/* 68  */ 	.main-footer input.feedburner-subscribe {
/* 69  */ 		margin-top: 5px;
/* 70  */ 		margin-left: 0;
/* 71  */ 		display: block;
/* 72  */ 	}
/* 73  */ 	
/* 74  */ 	.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
/* 75  */ 	.flickr-widget .flickr_badge_image:nth-of-type(3n) { margin-right: 0; }
/* 76  */ 	
/* 77  */ 	.no-display { opacity: 1; }
/* 78  */ 	
/* 79  */ 	/* fontawesome rendering issue on android 4.2/nexus */
/* 80  */ 	.navigation .menu li > a:after, .navigation .mega-menu.links > li li a:before, 
/* 81  */ 	.flex-direction-nav a:after, .sc-accordion-title a:after, .sc-toggle-title a:after, .fa {
/* 82  */ 		text-rendering: auto;
/* 83  */ 	}
/* 84  */ }
/* 85  */ 
/* 86  */ /* Large Tablet Layout: 800px. - fluid */
/* 87  */ @media only screen and (min-width: 800px) and (max-width: 940px) {
/* 88  */ 
/* 89  */ 	.column, .row [class*="col-"] {
/* 90  */ 		padding-left: 15px;
/* 91  */ 		padding-right: 15px;
/* 92  */ 	}
/* 93  */ 		
/* 94  */ 	.wrap > .row, .row {
/* 95  */ 		margin-left: -15px;
/* 96  */ 		margin-right: -15px; 
/* 97  */ 	}
/* 98  */ 
/* 99  */ 	/* change top bar */
/* 100 */ 	.trending-ticker { font-size: 13px; }

/* responsive.css */

/* 101 */ 	.trending-ticker .heading { margin-right: 25px; }
/* 102 */ 	
/* 103 */ 	.trending-ticker a {
/* 104 */ 		max-width: 235px;
/* 105 */ 		text-overflow: ellipsis;
/* 106 */ 		white-space: nowrap;
/* 107 */ 		overflow: hidden;
/* 108 */ 		display: inline-block;
/* 109 */ 		vertical-align: middle;
/* 110 */ 		line-height: 1.3;
/* 111 */ 		padding-right: 5px;
/* 112 */ 		margin-top: -2px;
/* 113 */ 	}
/* 114 */ 		
/* 115 */ 	/*
/* 116 *| 	 * Make menu and mega menus compact
/* 117 *| 	 */
/* 118 */ 	.navigation .menu > li > a {
/* 119 */ 		font-size: 13px;
/* 120 */ 		padding: 0 13px;
/* 121 */ 	}
/* 122 */ 	
/* 123 */ 	.navigation .menu li > a:after { 
/* 124 */ 		margin-left: 5px;
/* 125 */ 		font-size: 13px;
/* 126 */ 		line-height: 1;
/* 127 */ 	}
/* 128 */ 	
/* 129 */ 	/* category mega menu */
/* 130 */ 	.mega-menu .sub-cats { padding: 0; }
/* 131 */ 	
/* 132 */ 	.mega-menu .sub-nav {
/* 133 */ 		padding-left: 15px;
/* 134 */ 		padding-right: 15px;
/* 135 */ 	} 
/* 136 */ 	
/* 137 */ 	.mega-menu .extend { padding: 0; }
/* 138 */ 	
/* 139 */ 	.mega-menu .recent-posts .post:nth-child(3) { display: none; }	
/* 140 */ 	
/* 141 */ 	/* links mega menu */
/* 142 */ 	.navigation .mega-menu.links > li { padding: 0 15px; }
/* 143 */ 
/* 144 */ 	.navigation .mega-menu, .navigation .mega-menu.links > li > a, .navigation .mega-menu .sub-nav li a { font-size: 13px; }
/* 145 */ 	.navigation .mega-menu.links > li li a:before { display: none; }
/* 146 */ 	.navigation .mega-menu.links > li li a { padding-left: 5px; }
/* 147 */ 	
/* 148 */ 	/* slider */
/* 149 */ 		
/* 150 */ 	.main-featured .blocks .small h3 { padding: 20px 5px 5px 5px; }

/* responsive.css */

/* 151 */ 	.main-featured .blocks.col-4 { padding-left: 4px; }
/* 152 */ 
/* 153 */ 	
/* 154 */ 	.tabbed .tabs-list a {
/* 155 */ 		font-size: 12px;
/* 156 */ 		padding: 0 2.5%;	
/* 157 */ 	}
/* 158 */ 	
/* 159 */ 	.main .sidebar:before { margin-left: -15px; }
/* 160 */ 	
/* 161 */ 	/* reduce image size in sidebar widgets */
/* 162 */ 	.sidebar .posts-list img { width: 65px; }
/* 163 */ 	.sidebar .posts-list .content { margin-left: 80px; }
/* 164 */ 	
/* 165 */ 	
/* 166 */ 	.listing-alt img { width: 110%; }
/* 167 */ 	.listing-alt article > a { max-width: 200px; }
/* 168 */ 	.listing-alt article .content { margin-left: 220px; }
/* 169 */ 	
/* 170 */ 	.main-footer .posts-list img { width: 60px; }
/* 171 */ 	.main-footer .posts-list .content { margin-left: 75px; }
/* 172 */ 	
/* 173 */ 	.flickr-widget a {
/* 174 */ 		width: 60px;
/* 175 */ 		height: 52px;
/* 176 */ 	}
/* 177 */ 
/* 178 */ }
/* 179 */ 
/* 180 */ /* Small Tablet: 768px. - fluid */
/* 181 */ @media only screen and (min-width: 768px) and (max-width: 799px) {
/* 182 */ 		
/* 183 */ 	.main-featured .blocks { display: none; }
/* 184 */ 	.main-featured .slider, .main-featured .flexslider .slides img { width: 100%; }
/* 185 */ 	
/* 186 */ 	.main-content, .sidebar { width: 100%; }
/* 187 */ 	
/* 188 */ 	/* show nav for slider on tablets */
/* 189 */ 	.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { opacity: 0.8; }
/* 190 */ 	
/* 191 */ 	.main-footer .col-4 {
/* 192 */ 		width: 100%;
/* 193 */ 		margin-top: 28px;
/* 194 */ 	}
/* 195 */ 	
/* 196 */ 	.main-footer .col-4:first-child { margin-top: 0; }
/* 197 */ 	
/* 198 */ 	/* footer fix */
/* 199 */ 	.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
/* 200 */ 	

/* responsive.css */

/* 201 */ 	
/* 202 */ 	.main-footer input.feedburner-subscribe {
/* 203 */ 		display: inline;
/* 204 */ 		margin-left: 4px;
/* 205 */ 	}
/* 206 */ 	
/* 207 */ }
/* 208 */ 
/* 209 */ /* Mobile + Small Tablet shared rules */
/* 210 */ @media only screen and (max-width: 799px) {
/* 211 */ 
/* 212 */ 	/*
/* 213 *| 	 * Top Bar
/* 214 *| 	 */
/* 215 */ 	 
/* 216 */ 	/* change top bar styling */
/* 217 */ 	.top-bar .social-icons {
/* 218 */ 		clear: both;
/* 219 */ 		text-align: center;
/* 220 */ 		float: none;
/* 221 */ 	}
/* 222 */ 	
/* 223 */ 	.top-bar .search { display: none; }
/* 224 */ 	
/* 225 */ 	.top-bar .social-icons li {
/* 226 */ 		float: none;
/* 227 */ 		display: inline-block;
/* 228 */ 	}
/* 229 */ 	
/* 230 */ 	.top-bar-content > div { display: block; }
/* 231 */ 	
/* 232 */ 	.top-bar .trending-ticker .heading {
/* 233 */ 		float: none;
/* 234 */ 		margin-right: 0;
/* 235 */ 	}
/* 236 */ 	
/* 237 */ 	.top-bar .trending-ticker ul { float: none; }
/* 238 */ 	
/* 239 */ 	.top-bar .trending-ticker {
/* 240 */ 		text-align: center;
/* 241 */ 		margin-bottom: 14px;
/* 242 */ 	}
/* 243 */ 	
/* 244 */ 	.top-bar .trending-ticket li { 
/* 245 */ 		max-width: 100%;
/* 246 */ 		text-overflow: ellipsis;
/* 247 */ 	}
/* 248 */ 	
/* 249 */ 	.top-bar .menu { 
/* 250 */ 		float: none;

/* responsive.css */

/* 251 */ 		text-align: center; 
/* 252 */ 		margin-bottom: 7px;
/* 253 */ 	}
/* 254 */ 	
/* 255 */ 	.top-bar .menu li {
/* 256 */ 		float: none;
/* 257 */ 		display: inline-block;
/* 258 */ 		padding-left: 14px;
/* 259 */ 	} 
/* 260 */ 	
/* 261 */ 	
/* 262 */ 	/*
/* 263 *| 	 * Header 
/* 264 *| 	 */
/* 265 */ 	.main-head .title {
/* 266 */ 		float: none;
/* 267 */ 		text-align: center;
/* 268 */ 		margin-bottom: 28px;
/* 269 */ 		margin-top: 42px;
/* 270 */ 		line-height: 1;
/* 271 */ 	}
/* 272 */ 	
/* 273 */ 	.main-head .right { 
/* 274 */ 		float: none;
/* 275 */ 		margin-bottom: 28px;
/* 276 */ 		line-height: 1.5;
/* 277 */ 		text-align: center;
/* 278 */ 	}
/* 279 */ 	
/* 280 */ 	.main-head .right > div {
/* 281 */ 		display: inline-block;
/* 282 */ 		max-width: 100%;
/* 283 */ 	}
/* 284 */ 		
/* 285 */ 	.main-head .right  { margin-left: 0; }
/* 286 */ 
/* 287 */ 	.main .sidebar { margin-top: 35px; /* + 7px added above */ }
/* 288 */ 	.main .sidebar:before { display: none; }
/* 289 */ 	
/* 290 */ 
/* 291 */ 	/*
/* 292 *| 	 * Mobile Navigation 
/* 293 *| 	 */
/* 294 */ 	.navigation { border-bottom: 0; }
/* 295 */ 	
/* 296 */ 	.navigation.sticky {
/* 297 */ 		position: static;
/* 298 */ 	}
/* 299 */ 	
/* 300 */ 	.navigation .menu { display: none; }	

/* responsive.css */

/* 301 */ 	.navigation .mobile-menu.active { display: block; }
/* 302 */ 	
/* 303 */ 	.navigation ul li {
/* 304 */ 		float: none;
/* 305 */ 		clear: both;
/* 306 */ 		display: block;
/* 307 */ 	}
/* 308 */ 	
/* 309 */ 	.navigation .menu ul {
/* 310 */ 		position: static;
/* 311 */ 		display: none;
/* 312 */ 		visibility: visible;
/* 313 */ 		opacity: 1;
/* 314 */ 	}
/* 315 */ 	
/* 316 */ 	.navigation .menu > li > a {
/* 317 */ 		font-size: 13px;
/* 318 */ 		margin-bottom: 0;
/* 319 */ 		border-bottom: 0;
/* 320 */ 	}
/* 321 */ 	
/* 322 */ 	.navigation .mobile:hover a { text-decoration: none; }
/* 323 */ 	.navigation .mobile { display: block; }
/* 324 */ 	
/* 325 */ 	.navigation .mobile .selected {
/* 326 */ 		display: block; 
/* 327 */ 		padding: 0 15px;
/* 328 */ 		line-height: 44px;
/* 329 */ 		margin-bottom: -1px;
/* 330 */ 		overflow: hidden;
/* 331 */ 	}
/* 332 */ 	
/* 333 */ 	.navigation .mobile .text  { float: left; }
/* 334 */ 	
/* 335 */ 	.navigation .mobile .current {
/* 336 */ 		float: left;
/* 337 */ 		margin-left: 14px; 
/* 338 */ 		font-size: 13px;
/* 339 */ 		max-width: 40%;
/* 340 */ 		text-overflow: ellipsis;
/* 341 */ 		overflow: hidden;
/* 342 */ 		white-space: nowrap;
/* 343 */ 		vertical-align: bottom;
/* 344 */ 	}
/* 345 */ 	
/* 346 */ 	.navigation .mobile .fa {
/* 347 */ 		font-size: 21px;
/* 348 */ 		float: right;
/* 349 */ 		width: 50px;
/* 350 */ 		background: #e54e53;

/* responsive.css */

/* 351 */ 		margin-right: -15px;
/* 352 */ 		text-align: center;
/* 353 */ 		line-height: 43px;
/* 354 */ 	}
/* 355 */ 
/* 356 */ 	
/* 357 */ 	.navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, 
/* 358 */ 	.navigation .menu > .current-menu-parent > a, .navigation .mega-menu.links > li:hover,
/* 359 */ 	.navigation .menu > .current-menu-ancestor > a {
/* 360 */ 		border-bottom: 0;
/* 361 */ 		background: #1e2935; 
/* 362 */ 	}
/* 363 */ 	
/* 364 */ 	.navigation .menu li a {
/* 365 */ 		float: none;
/* 366 */ 		display: block;
/* 367 */ 		border-top: 1px solid #1f2c38;
/* 368 */ 	}
/* 369 */ 		
/* 370 */ 	.navigation .menu li > a:after { display: none; }
/* 371 */ 	
/* 372 */ 	.navigation .menu li > a .chevron {
/* 373 */ 		float: right;
/* 374 */ 		width: 50px;
/* 375 */ 		background: #303A44;
/* 376 */ 		background: rgba(0, 0, 0, 0.075);
/* 377 */ 		margin-right: -20px;
/* 378 */ 		text-align: center;
/* 379 */ 		font-size: 16px;
/* 380 */ 	}
/* 381 */ 	
/* 382 */ 	.navigation .menu li ul li > a .chevron { 
/* 383 */ 		margin: 0;
/* 384 */ 		margin-right: -25px;	
/* 385 */ 		padding: 2px 0;
/* 386 */ 		margin-top: -5px;
/* 387 */ 	}
/* 388 */ 
/* 389 */ 	.navigation .menu > li li a { padding-left: 35px; }
/* 390 */ 	.navigation .menu > li li li a { padding-left: 45px; }
/* 391 */ 	
/* 392 */ 	.navigation .menu li.active { background: #1e2935; }
/* 393 */ 	
/* 394 */ 	/* mega menu fixes */
/* 395 */ 	.navigation .mega-menu { display: none; }
/* 396 */ 	
/* 397 */ 	.navigation .mega-menu.links { padding: 0; }
/* 398 */ 	
/* 399 */ 	.navigation .mega-menu.links > li { 
/* 400 */ 		float: none;

/* responsive.css */

/* 401 */ 		width: auto;
/* 402 */ 		padding: 0;
/* 403 */ 	}
/* 404 */ 		
/* 405 */ 	.navigation .mega-menu.links > li > a {
/* 406 */ 		text-transform: none;
/* 407 */ 		font-weight: normal;
/* 408 */ 		font-size: 13px;
/* 409 */ 		padding: 6px 25px;
/* 410 */ 		border-bottom: 0;
/* 411 */ 		border-top: 1px solid #1f2c38;
/* 412 */ 	}
/* 413 */ 	
/* 414 */ 	.navigation .mega-menu.links .chevron {
/* 415 */ 		margin-top: -5px;
/* 416 */ 		padding: 2px 0px;
/* 417 */ 		border-top: 0;
/* 418 */ 	}
/* 419 */ 	
/* 420 */ 	.navigation .mega-menu.links > li li a:before { display: none; }
/* 421 */ 	
/* 422 */ 	.navigation .mega-menu.links > li li a { padding-left: 45px; }
/* 423 */ 	.navigation .mega-menu.links > li li a:last-child { border-bottom: 0; }
/* 424 */ 	
/* 425 */ 	/* disabled above in large tablet/1024 breakpoint */
/* 426 */ 	.post-share .text { display: inline-block; }
/* 427 */ 	
/* 428 */ 	/* sidebar */
/* 429 */ 	.sidebar .gallery-block .slides img { width: 100%; }
/* 430 */ 	
/* 431 */ 	/* flickr widget footer fluid fix */
/* 432 */ 	.flickr-widget .flickr_badge_image:nth-of-type(4n), .flickr-widget .flickr_badge_image:nth-of-type(3n) { margin-right: 12px; }
/* 433 */ }
/* 434 */ 
/* 435 */ /* Phones and smaller tablets - fluid */ 
/* 436 */ @media only screen and (max-width: 767px) {
/* 437 */ 
/* 438 */ 	
/* 439 */ 	/* all columns fluid */
/* 440 */ 	.row .column, .column, .row [class*="col-"] {
/* 441 */ 		width: 100%;
/* 442 */ 		margin-bottom: 28px;
/* 443 */ 	}
/* 444 */ 	
/* 445 */ 	.post-content .row .column { margin-bottom: 1.857em; }
/* 446 */ 		
/* 447 */ 	.page > .row.builder > .column:only-child { margin-bottom: 0; }
/* 448 */ 	
/* 449 */ 	
/* 450 */ 	/* breadcrumbs */

/* responsive.css */

/* 451 */ 	.breadcrumbs { 
/* 452 */ 		padding: 14px;
/* 453 */ 		line-height: 1.5;
/* 454 */ 	}
/* 455 */ 	
/* 456 */ 	.breadcrumbs .location { display: none; }
/* 457 */ 
/* 458 */ 	.main-featured .slider h3 a { font-size: 16px; }
/* 459 */ 	.main-featured .blocks { display: none; }
/* 460 */ 	.main-featured .slider, .main-featured .flexslider .slides img { width: 100%; }
/* 461 */ 		
/* 462 */ 	/* show nav for slider on tablets */
/* 463 */ 	.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { opacity: 0.8; }
/* 464 */ 
/* 465 */ 	
/* 466 */ 	/*
/* 467 *| 	 * Homepage Blocks 
/* 468 *| 	 */
/* 469 */ 	 
/* 470 */ 	/* cleanup highlights 3 col style */
/* 471 */ 	.highlights-box.three-col .column.one-third {
/* 472 */ 		margin-bottom: 42px;
/* 473 */ 	}
/* 474 */ 	
/* 475 */ 	.highlights-box.three-col .column.one-third:last-child { margin-bottom: 0; }	
/* 476 */ 	.highlights-box.three-col article {
/* 477 */ 		float: left;
/* 478 */ 		width: 50%; 
/* 479 */ 	}
/* 480 */ 	
/* 481 */ 	.no-sidebar .highlights-box.three-col article {
/* 482 */ 		float: none;
/* 483 */ 		width: 100%;
/* 484 */ 	}	
/* 485 */ 	
/* 486 */ 	.highlights-box .column.half {
/* 487 */ 		margin-top: 42px;
/* 488 */ 		margin-bottom: 0;
/* 489 */ 	}
/* 490 */ 
/* 491 */ 	.highlights-box .column.half:first-child {
/* 492 */ 		margin-top: 0;
/* 493 */ 		border-right: 0; 
/* 494 */ 	}
/* 495 */ 	
/* 496 */ 	.highlights .block.posts { 
/* 497 */ 		border-top: 0;
/* 498 */ 		margin-top: 0;
/* 499 */ 	}
/* 500 */ 

/* responsive.css */

/* 501 */ 	.news-focus .posts, .highlights-box.three-col article { margin-bottom: 0; }
/* 502 */ 
/* 503 */ 	.news-focus .focus .image-link {
/* 504 */ 		float: left;
/* 505 */ 		margin-right: 14px;
/* 506 */ 		width: 25%;
/* 507 */ 	}
/* 508 */ 	
/* 509 */ 	.news-focus .focus .image-link img {
/* 510 */ 		width: 100%;
/* 511 */ 		height: auto;
/* 512 */ 	}
/* 513 */ 	
/* 514 */ 	.news-focus .excerpt {
/* 515 */ 		border-bottom: 1px solid #d9d9d9;
/* 516 */ 		padding-bottom: 14px;
/* 517 */ 	}
/* 518 */ 	
/* 519 */ 	.news-focus > .row { margin-bottom: -28px; }
/* 520 */ 	
/* 521 */ 	.news-focus .heading .subcats { display: none; }
/* 522 */ 		
/* 523 */ 	/*
/* 524 *| 	 * Single Post 
/* 525 *| 	 */
/* 526 */ 	.post-content { margin-left: 0; } 
/* 527 */ 	
/* 528 */ 	.post-content-right { clear: both; }
/* 529 */ 	
/* 530 */ 	.post-share { margin-left: 0; }
/* 531 */ 	
/* 532 */ 	.share-links { line-height: 33px; }
/* 533 */ 	
/* 534 */ 	.author-info .avatar { 
/* 535 */ 		max-width: 75px;
/* 536 */ 		height: auto;
/* 537 */ 	}
/* 538 */ 	
/* 539 */ 	.author-info .description { margin-left: 100px; }
/* 540 */ 	
/* 541 */ 	.author-info .social-icons { 
/* 542 */ 		float: none;
/* 543 */ 		overflow: hidden;
/* 544 */ 		padding-top: 14px;
/* 545 */ 	} 
/* 546 */ 	
/* 547 */ 	
/* 548 */ 	.related-posts .highlights-box.three-col .column { margin-bottom: 28px; }
/* 549 */ 	
/* 550 */ 	.comments-list .children, .comment .comment-respond { margin-left: 15px; }

/* responsive.css */

/* 551 */ 	
/* 552 */ 	.comment-respond input {
/* 553 */ 		max-width: 100%;
/* 554 */ 		-webkit-box-sizing: border-box;
/* 555 */ 		-moz-box-sizing: border-box;
/* 556 */ 		box-sizing: border-box;
/* 557 */ 	}
/* 558 */ 	
/* 559 */ 	/*
/* 560 *| 	 * Category listings
/* 561 *| 	 */
/* 562 */ 	.listing-alt article > a {
/* 563 */ 		max-width: 100%; 
/* 564 */ 		float: none;
/* 565 */ 	}
/* 566 */ 	 
/* 567 */ 	.listing-alt img {
/* 568 */ 		width: 100%;
/* 569 */ 		margin-left: 0;
/* 570 */ 		float: none;
/* 571 */ 	}
/* 572 */ 	
/* 573 */ 	.listing-alt article .content {
/* 574 */ 		margin-left: 0;
/* 575 */ 		margin-top: 0;
/* 576 */ 	}
/* 577 */ 	
/* 578 */ 	
/* 579 */ 	/*
/* 580 *| 	 * Footer Changes
/* 581 *| 	 */ 
/* 582 */ 	
/* 583 */ 	.main-footer .widget:last-child { margin-bottom: 0; }
/* 584 */ 	
/* 585 */ 	.main-footer input.feedburner-subscribe { margin-top: 5px; }
/* 586 */ 	
/* 587 */ 	/* footer styles */
/* 588 */ 	.flickr-widget { margin-right: -14px; }
/* 589 */ 	
/* 590 */ 	/* lower widget center aligned */
/* 591 */ 	.lower-foot .widgets > div { 
/* 592 */ 		margin-top: 28px;
/* 593 */ 		text-align: center; 
/* 594 */ 	}
/* 595 */ 	
/* 596 */ 	.lower-foot .widgets > div:first-child { margin-top: 0; }
/* 597 */ 	
/* 598 */ 	.lower-foot .textwidget { float: none; }
/* 599 */ 	
/* 600 */ 	.lower-foot .menu-footer-container {

/* responsive.css */

/* 601 */ 		overflow: hidden;
/* 602 */ 		text-align: center;
/* 603 */ 		clear: both;
/* 604 */ 		
/* 605 */ 		/* hidden by default - but will work if following line is removed */
/* 606 */ 		display: none;
/* 607 */ 	}
/* 608 */ 	
/* 609 */ 	.lower-foot .menu { 
/* 610 */ 		float: none;
/* 611 */ 		display: inline-block;
/* 612 */ 	}
/* 613 */ 	
/* 614 */ 	.main-footer input.feedburner-subscribe {
/* 615 */ 		display: inline;
/* 616 */ 		margin-left: 4px;
/* 617 */ 	}
/* 618 */ 	
/* 619 */ 	/* footer fix */
/* 620 */ 	.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
/* 621 */ 	
/* 622 */ 	.modal {
/* 623 */ 		width: 250px;
/* 624 */ 		margin-left: -125px;
/* 625 */ 	}
/* 626 */ }
/* 627 */ 
/* 628 */ /* Smaller Phones - Some androids have upto 400px portrait */
/* 629 */ @media only screen and (max-width: 400px) {
/* 630 */ 	
/* 631 */ 	body.boxed { padding: 0; }
/* 632 */ 	
/* 633 */ 	.main-head .title { font-size: 32px; }
/* 634 */ 	
/* 635 */ 	.breadcrumbs { display: none; }
/* 636 */ 	
/* 637 */ 	.main-featured .slider .caption {
/* 638 */ 		overflow: hidden;
/* 639 */ 		position: static;
/* 640 */ 		background: #19232d;
/* 641 */ 	}
/* 642 */ 	
/* 643 */ 	.main-featured .flex-direction-nav .flex-next, .main-featured .flex-direction-nav .flex-prev { top: 100px; }
/* 644 */ 	
/* 645 */ 	.main-featured .pages { display: none; }
/* 646 */ 	
/* 647 */ 	
/* 648 */ 	/* cleanup highlights 3 col style */	
/* 649 */ 	.highlights-box.three-col article, .highlights-box.three-col .posts {
/* 650 */ 		width: 100%;

/* responsive.css */

/* 651 */ 		float: none;
/* 652 */ 		padding: 0;
/* 653 */ 	}
/* 654 */ 	
/* 655 */ 	.highlights-box.three-col .column.one-third { margin-top: 28px;	}
/* 656 */ 	
/* 657 */ 	.highlights-box.three-col article { margin-bottom: 28px; }
/* 658 */ 	
/* 659 */ 	.gallery-block .carousel .title a { font-size: 12px; }
/* 660 */ 	
/* 661 */ 	/* author box */
/* 662 */ 	.author-info .social-icons { 
/* 663 */ 		float: none;
/* 664 */ 		padding: 21px 0;
/* 665 */ 	}
/* 666 */ 	
/* 667 */ 	.author-info .avatar { 
/* 668 */ 		max-width: 65px;
/* 669 */ 		height: auto;
/* 670 */ 	}
/* 671 */ 	
/* 672 */ 	.author-info .description { margin-left: 75px; }
/* 673 */ 	
/* 674 */ 	
/* 675 */ 	/* comments list narrower */
/* 676 */ 	.comments-list .comment-meta { margin-left: 20%; }
/* 677 */ 	.comments-list .comment-content {
/* 678 */ 		margin-left: 0;
/* 679 */ 		margin-top: 28px;
/* 680 */ 	}
/* 681 */ 	
/* 682 */ 	.comment .comment-respond { margin-left: 0; }
/* 683 */ 
/* 684 */ 	.main-footer input.feedburner-subscribe {
/* 685 */ 		margin-left: 0;
/* 686 */ 		display: block;
/* 687 */ 	}
/* 688 */ }
/* 689 */ 
/* 690 */ @media (min-width: 768px) {
/* 691 */ 	/* retina images fix */
/* 692 */ 	.listing-alt img { max-width: 351px; }
/* 693 */ }
/* 694 */ 
/* 695 */ 
/* 696 */ @media (min-device-width: 1824px) {
/* 697 */ 	/* post/page body font size for large desktop */ 
/* 698 */ 	.post-content { font-size: 14px; }
/* 699 */ }
/* 700 */ 

/* font-awesome.min.css */

/* 1 */ /*!
/* 2 *|  *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
/* 3 *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4 *|  */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/anhdep/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('/wp-content/themes/anhdep/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('/wp-content/themes/anhdep/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('/wp-content/themes/anhdep/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('/wp-content/themes/anhdep/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
