
/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Flagman - Retina Responsive News WordPress Theme
/* 3    *| Theme URI: http://themeforest.net/user/ZERGE/portfolio
/* 4    *| Description: Flagman is Responsive, Retina Ready, WordPress theme Flagman for your Blog/News.
/* 5    *| Author: ZERGE
/* 6    *| Author URI: http://themeforest.net/user/ZERGE
/* 7    *| Version: 1.01
/* 8    *| Tags: light, white, flexible-width, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
/* 9    *| License: GNU General Public License version 3.0
/* 10   *| License URI: http://www.gnu.org/licenses/gpl-3.0.html
/* 11   *| Text Domain: color-theme-framework
/* 12   *| */
/* 13   */ 
/* 14   */ 
/* 15   */ 
/* 16   */ /* for HTML5 blocks */
/* 17   */ header, footer, aside, nav, article, section { display: block; }  
/* 18   */ 
/* 19   */ a {
/* 20   */ 	outline: none !important
/* 21   */ }
/* 22   */ ::selection , ::-moz-selection {
/* 23   */ 	background-color: #333 !important;
/* 24   */ 	color: #FFF !important;
/* 25   */ }
/* 26   */ /* 
/* 27   *|    ------------------------------------------------------
/* 28   *| 							Body
/* 29   *|    ------------------------------------------------------
/* 30   *| */
/* 31   */ body, .body-class {
/* 32   */ 	color: #666;
/* 33   */ 	font-family: Arial, Helvetica, sans-serif;
/* 34   */ 	font-size: 13px;
/* 35   */ 	line-height: 20px;
/* 36   */ }
/* 37   */ 
/* 38   */ 
/* 39   */ .post-not-found #s {
/* 40   */ 	width: 30%;
/* 41   */ 	padding: 10px 15px;
/* 42   */ 	text-transform: uppercase;
/* 43   */ 	margin: 0;
/* 44   */ }
/* 45   */ .post-not-found form { margin: 0; }
/* 46   */ .post-not-found {
/* 47   */ 	display: block;
/* 48   */ 	text-align: center;
/* 49   */ }
/* 50   */ .post-not-found h3 {

/* style.css */

/* 51   */ 	color: #FFF;
/* 52   */ 	font-size: 38px;
/* 53   */ 	text-align: center;
/* 54   */ 	line-height: 48px;
/* 55   */ 	margin-bottom: 30px;
/* 56   */ }
/* 57   */ 
/* 58   */ .muted-small,
/* 59   */ .meta-time.muted-small {color: #9D9D9D; font-size: 11px; font-weight: normal; }
/* 60   */ .italic { font-style:italic; }
/* 61   */ .bold { font-weight: bold; }
/* 62   */ .colored { color:#c2374c; }
/* 63   */ 
/* 64   */ /* Colors */
/* 65   */ .aqua { color: #00FFFF; }
/* 66   */ .aquamarine { color: #7FFFD4; }
/* 67   */ .blue { color: #0000FF; }
/* 68   */ .blueviolet { color: #8A2BE2; }
/* 69   */ .brown { color: #A52A2A; }
/* 70   */ .brown-tf { color: #69472a; }
/* 71   */ .cornflowerblue { color: #6495ED }
/* 72   */ .crimson { color: #DC143C }
/* 73   */ .darkblue { color: #00008B }
/* 74   */ .darkgreen  { color: #006400 }
/* 75   */ .darkmagenta { color: #8B008B }
/* 76   */ .darkorange { color: #FF8C00 }
/* 77   */ .darkorchid  { color: #9932CC }
/* 78   */ .deepskyblue { color: #00BFFF }
/* 79   */ .dodgerblue { color: #1E90FF }
/* 80   */ .forestgreen  { color: #228B22 }
/* 81   */ .gold { color: #FFD700 }
/* 82   */ .hotpink { color: #FF69B4 }
/* 83   */ .olivedrab { color: #6B8E23 }
/* 84   */ .red { color: #FF0000 }
/* 85   */ 
/* 86   */ 
/* 87   */ iframe { border: none; }
/* 88   */ 
/* 89   */ .clear { clear: both; }
/* 90   */ 
/* 91   */ #content {
/* 92   */ 	/*margin-top: 35px;*/
/* 93   */ 	background-color: #FFF
/* 94   */ }
/* 95   */ 
/* 96   */ .post.format-standard,
/* 97   */ .post.format-audio,
/* 98   */ .post.format-gallery,
/* 99   */ .post.format-image,
/* 100  */ #footer {

/* style.css */

/* 101  */ 	-webkit-transform: translateZ(0);
/* 102  */ 	-moz-transform: translateZ(0);
/* 103  */ 	-ms-transform: translateZ(0);
/* 104  */ 	transform: translateZ(0);
/* 105  */ }
/* 106  */ 
/* 107  */ /* 
/* 108  *|    ------------------------------------------------------
/* 109  *| 						Wrapper
/* 110  *|    ------------------------------------------------------
/* 111  *| */
/* 112  */ 
/* 113  */ #entry-wrapper {
/* 114  */ 	background-color:  #1a1b1c;	
/* 115  */ 	margin-top: 40px;
/* 116  */ 	margin-bottom: 40px;
/* 117  */ 	border-top: 4px solid #84B231;
/* 118  */ }
/* 119  */ 
/* 120  */ 
/* 121  */ /* 
/* 122  *|    ------------------------------------------------------
/* 123  *| 						Custom Background
/* 124  *|    ------------------------------------------------------
/* 125  *| */
/* 126  */ #bg-stretch { position: fixed;top: 0;left: 0; height:inherit; width:inherit; max-width:inherit; min-width: 100%;min-height: 100%;z-index: -1;}
/* 127  */ .bg-width { width: 100%; }
/* 128  */ .bg-height { height: 100%; }
/* 129  */ 
/* 130  */ 
/* 131  */ /* 
/* 132  *|    ------------------------------------------------------
/* 133  *| 						Entry Top Block
/* 134  *|    ------------------------------------------------------
/* 135  *| */
/* 136  */ .entry-top {
/* 137  */ 	background-color: #2f2f2f;
/* 138  */ 	padding: 0 30px;
/* 139  */ 	text-transform: uppercase;
/* 140  */ 	color: #9F9F9F;
/* 141  */ 	font-size: 11px;
/* 142  */ 	min-height: 40px;
/* 143  */ 	height: auto;
/* 144  */ 	display: block;
/* 145  */ }
/* 146  */ 
/* 147  */ .entry-date-now { margin-top: 10px; }
/* 148  */ .entry-date-now > .icon-time { 
/* 149  */ 	font-size: 14px; 
/* 150  */ 	margin-right: 5px;

/* style.css */

/* 151  */ 	margin-top: 2px;
/* 152  */ 	display: block;
/* 153  */ 	float: left;
/* 154  */ }
/* 155  */ 
/* 156  */ /* 
/* 157  *|    -----------------------------------------------------
/* 158  *| 							Header
/* 159  *|    -----------------------------------------------------
/* 160  *| */
/* 161  */ #header {
/* 162  */ 	padding: 30px 0 0 0;
/* 163  */ }
/* 164  */ 
/* 165  */ /* 
/* 166  *|    ------------------------------------------------------
/* 167  *| 							Logo & Banner
/* 168  *|    ------------------------------------------------------
/* 169  *| */
/* 170  */ #logo { 
/* 171  */ 	float: left;
/* 172  */ 	padding: 0; 
/* 173  */ 	height: auto;
/* 174  */ 	margin-bottom: 30px;
/* 175  */ 	margin-left: 30px;
/* 176  */ }
/* 177  */ #logo img { max-width: 100%; width: 100%; }
/* 178  */ #logo h1 { 
/* 179  */ 	margin-bottom:0; 
/* 180  */ /*	font-family: Arial, Helvetica, sans-serif;*/
/* 181  */ 	text-transform: uppercase;
/* 182  */ 	font-size: 36px;
/* 183  */ 	line-height: 40px;
/* 184  */ 	font-weight: bold;
/* 185  */ }
/* 186  */ #logo h1 a { color:#FFF; }
/* 187  */ #logo a:hover { border: 0;}
/* 188  */ .logo-slogan { color: #FFF }
/* 189  */ 
/* 190  */ .entry-banner { float: right; margin: 0 30px 30px }
/* 191  */ .entry-banner img { max-width: 100%; width: 100%; }
/* 192  */ 
/* 193  */ /* 
/* 194  *|    -------------------------------------------------------
/* 195  *| 						Headline
/* 196  *|    -------------------------------------------------------
/* 197  *| */
/* 198  */ .min-height { min-height: 0 !important; }
/* 199  */ .entry-headline { 
/* 200  */ 	padding: 0px 30px; 

/* style.css */

/* 201  */ 	border-bottom: 1px solid #383838; 
/* 202  */ }
/* 203  */ .ticker-block { padding: 10px 0; display: none; }
/* 204  */ 
/* 205  */ .ticker-title { 
/* 206  */ 	float: left; 
/* 207  */ 	color: #FFF;
/* 208  */ 	font-style: italic;
/* 209  */ 	font-weight: bold;
/* 210  */ 	margin-right: 10px;
/* 211  */ 	font-size: 14px;	
/* 212  */ }
/* 213  */ .ticker-content { float: left; margin: 0 !important;  }
/* 214  */ .ticker-content > a { color: #bababa !important; font-size: 13px; }
/* 215  */ .ticker-content > a:hover { color: #FFF !important; }
/* 216  */ 
/* 217  */ /* 
/* 218  *|    -------------------------------------------------------
/* 219  *| 						Social Icons
/* 220  *|    -------------------------------------------------------
/* 221  *| */
/* 222  */ ul.social-icons, ul.social-icons li { list-style-type: none; }
/* 223  */ ul.social-icons { margin: 0; float: right; }
/* 224  */ ul.social-icons li:first-child { border-right: 1px solid #393838; }
/* 225  */ ul.social-icons li { 
/* 226  */ 	float: right;
/* 227  */ 	padding: 9px 15px;
/* 228  */ 	text-align: center;
/* 229  */ 	font-weight: bold;
/* 230  */ 	border-left: 1px solid #393838;
/* 231  */ 	color: #686868;
/* 232  */ 	font-size: 18px;
/* 233  */ 
/* 234  */ 	-webkit-transition: all 0.5s ease;
/* 235  */ 	-moz-transition: all 0.5s ease;
/* 236  */ 	-ms-transition: all 0.5s ease;
/* 237  */ 	-o-transition: all 0.5s ease;
/* 238  */ 	transition: all 0.5s ease;		
/* 239  */ }
/* 240  */ ul.social-icons li a { color: #686868; }
/* 241  */ ul.social-icons li a:hover { color: #FFF; }
/* 242  */ 
/* 243  */ /* 
/* 244  *|    -------------------------------------------------------
/* 245  *| 						ADS Widgets
/* 246  *|    -------------------------------------------------------
/* 247  *| */
/* 248  */ .rwd-google-ads {
/* 249  */ 	text-align: center;
/* 250  */ 	border-top: 5px solid white;

/* style.css */

/* 251  */ 	margin: -25px -20px -20px -20px;
/* 252  */ }
/* 253  */ 
/* 254  */ .entry-ads, .entry-ads-110 { list-style:none; margin:0;}
/* 255  */ .entry-ads li { margin-top:20px; }
/* 256  */ .entry-ads li:first-child { margin-top:0; }
/* 257  */ .entry-ads-110 { margin-right: -8px;}
/* 258  */ .entry-ads-110 li { margin-bottom:8px; margin-right:8px; float:left;}
/* 259  */ ul.entry-ads-110 { margin-bottom: -8px; }
/* 260  */ 
/* 261  */ .adsense-left { float: left; margin: 0 15px 15px 0; }
/* 262  */ .adsense-right { float: right; margin: 0 0 15px 15px; }
/* 263  */ 
/* 264  */ 
/* 265  */ ul.ads160x600-blocks,
/* 266  */ ul.four-ads-blocks { margin: 0; }
/* 267  */ 
/* 268  */ ul.ads160x600-blocks, ul.ads160x600-blocks li,
/* 269  */ ul.four-ads-blocks, ul.four-ads-blocks li { list-style-type: none; }
/* 270  */ ul.ads160x600-blocks li,
/* 271  */ ul.four-ads-blocks li {
/* 272  */ 	display: block;
/* 273  */ 	float: left;
/* 274  */ 	margin-right: 30px;
/* 275  */ 	margin-bottom: 15px;
/* 276  */ }
/* 277  */ ul.four-ads-blocks li { margin-bottom: 30px; }
/* 278  */ ul.ads160x600-blocks li:last-child { margin-right: 0; }
/* 279  */ ul.four-ads-blocks li:last-child { margin-right: 0; }
/* 280  */ 
/* 281  */ .ads728x90 { text-align: center; }
/* 282  */ /* 
/* 283  *|    -------------------------------------------------------
/* 284  *| 						Social Counters
/* 285  *|    -------------------------------------------------------
/* 286  *| */
/* 287  */ ul#social-counter, ul#social-counter li { list-style-type: none; margin: 0; }
/* 288  */ ul#social-counter li { 
/* 289  */ 	background-color: #F4F5F6;
/* 290  */ 	margin-bottom: 1px;
/* 291  */ 	border-bottom: 1px solid #dfdfdf;
/* 292  */ }
/* 293  */ 
/* 294  */ ul#social-counter li .entry-facebook,
/* 295  */ ul#social-counter li .entry-twitter,
/* 296  */ ul#social-counter li .entry-youtube,
/* 297  */ ul#social-counter li .entry-rss {
/* 298  */ 	float: left;
/* 299  */ 	display: block;
/* 300  */ 	width: 40px;

/* style.css */

/* 301  */ 	height: 40px;
/* 302  */ 	color: #FFF;
/* 303  */ 	text-align: center;
/* 304  */ 	line-height: 40px;
/* 305  */ 	margin-right: 10px;
/* 306  */ }
/* 307  */ 
/* 308  */ ul#social-counter li .entry-facebook { background-color: #3b5998; }
/* 309  */ ul#social-counter li .entry-twitter { background-color: #00aced; }
/* 310  */ ul#social-counter li .entry-youtube { background-color: #CD332D; }
/* 311  */ ul#social-counter li .entry-rss { background-color: #f38f39; }
/* 312  */ 
/* 313  */ 
/* 314  */ ul#social-counter li .entry-facebook > .icon-facebook,
/* 315  */ ul#social-counter li .entry-twitter > .icon-twitter,
/* 316  */ ul#social-counter li .entry-youtube > .icon-youtube,
/* 317  */ ul#social-counter li .entry-rss > .icon-rss {
/* 318  */ 	font-size: 22px;
/* 319  */ 	line-height: 40px;
/* 320  */ }
/* 321  */ 
/* 322  */ ul#social-counter li.facebook-social a,
/* 323  */ ul#social-counter li.twitter-social a,
/* 324  */ ul#social-counter li.youtube-social a,
/* 325  */ ul#social-counter li.rss-social a { 
/* 326  */ 	line-height: 40px;
/* 327  */ 	font-weight: bold;
/* 328  */ 	color: #7b7b7b;
/* 329  */ 	font-size: 14px;
/* 330  */ }
/* 331  */ 
/* 332  */ .fans {
/* 333  */ 	margin-left: 5px;
/* 334  */ 	font-weight: bold;
/* 335  */ }
/* 336  */ /* 
/* 337  *|    -------------------------------------------------------
/* 338  *| 						Typography
/* 339  *|    -------------------------------------------------------
/* 340  *| */
/* 341  */ h1,h2,h3,h4,h5,h6 { 
/* 342  */ 	color: #363636;
/* 343  */ 	margin-top: 0;
/* 344  */ 	margin-bottom:15px;
/* 345  */ 	font-weight: bold;
/* 346  */ 	font-family: Arial, Helvetica, sans-serif;
/* 347  */ }
/* 348  */ 
/* 349  */ a, a:link, a:visited {
/* 350  */ 	color: #84b231;

/* style.css */

/* 351  */ 	text-decoration: none;
/* 352  */ 	-webkit-transition: all 0.2s linear;
/* 353  */ 	   -moz-transition: all 0.2s linear;
/* 354  */ 		 -o-transition: all 0.2s linear;
/* 355  */ 		   -transition: all 0.2s linear;
/* 356  */ }
/* 357  */ 
/* 358  */ a:hover { color: #444; }
/* 359  */ 
/* 360  */ a img {
/* 361  */ 	line-height:0;
/* 362  */ 	-webkit-transition: all 0.2s linear;
/* 363  */ 	-moz-transition: all 0.2s linear;
/* 364  */ 	-o-transition: all 0.2s linear;
/* 365  */ 	-transition: all 0.2s linear;		
/* 366  */ }
/* 367  */ 
/* 368  */ a.more-link {
/* 369  */ 	font-size: 11px;
/* 370  */ 	font-weight: bold;
/* 371  */ 	text-transform: uppercase;
/* 372  */ }
/* 373  */ ul.list.underline li { border-bottom: 1px dashed #DCE2E7; }
/* 374  */ ul.unordered { list-style: none;           }	
/* 375  */ ul.ordered 	 { list-style: inside decimal; }	
/* 376  */ ul.square 	 { list-style: inside square;  }	
/* 377  */ ul.circle 	 { list-style: inside circle;  }
/* 378  */ ul.bullets	 { list-style: inside disc }
/* 379  */ 
/* 380  */ blockquote { border-left: 1px solid #CFCFCF; }
/* 381  */ blockquote p { font-size: 16px; line-height: 24px; }
/* 382  */ 
/* 383  */ 
/* 384  */ 
/* 385  */ /* 
/* 386  *|    ------------------------------------------------------
/* 387  *| 							Margins
/* 388  *|    ------------------------------------------------------
/* 389  *| */
/* 390  */ 
/* 391  */ .margin-top-10 { margin-top:10px; }
/* 392  */ .margin-15 { margin-bottom: 15px; }
/* 393  */ .margin-r15 { margin-right:15px; }
/* 394  */ 
/* 395  */ /* paddings */
/* 396  */ .padding-20 { padding:20px; }
/* 397  */ 
/* 398  */ 
/* 399  */ /* top margins */
/* 400  */ .margin-5t  { margin-top: 5px; }

/* style.css */

/* 401  */ .margin-8t  { margin-top: 8px; }
/* 402  */ .margin-10t { margin-top: 10px; }
/* 403  */ .margin-15t { margin-top: 15px; }
/* 404  */ .margin-20t { margin-top: 20px; }
/* 405  */ .margin-25t { margin-top: 25px; }
/* 406  */ .margin-30t { margin-top: 30px; }
/* 407  */ .margin-35t { margin-top: 35px; }
/* 408  */ .margin-40t { margin-top: 40px; }
/* 409  */ .margin-45t { margin-top: 45px; }
/* 410  */ .margin-50t { margin-top: 50px; }
/* 411  */ .margin-55t { margin-top: 55px; }
/* 412  */ .margin-60t { margin-top: 60px; }
/* 413  */ .margin-65t { margin-top: 65px; }
/* 414  */ .margin-70t { margin-top: 70px; }
/* 415  */ .margin-75t { margin-top: 75px; }
/* 416  */ .margin-80t { margin-top: 80px; }
/* 417  */ .margin-85t { margin-top: 85px; }
/* 418  */ .margin-90t { margin-top: 90px; }
/* 419  */ .margin-95t { margin-top: 95px; }
/* 420  */ .margin-100t { margin-top: 100px; }
/* 421  */ 
/* 422  */ /* bottom margins */
/* 423  */ .margin-5b  { margin-bottom: 5px; }
/* 424  */ .margin-8b  { margin-bottom: 8px; }
/* 425  */ .margin-10b { margin-bottom: 10px; }
/* 426  */ .margin-15b { margin-bottom: 15px; }
/* 427  */ .margin-20b { margin-bottom: 20px; }
/* 428  */ .margin-25b { margin-bottom: 25px; }
/* 429  */ .margin-30b { margin-bottom: 30px; }
/* 430  */ .margin-35b { margin-bottom: 35px; }
/* 431  */ .margin-40b { margin-bottom: 40px; }
/* 432  */ .margin-45b { margin-bottom: 45px; }
/* 433  */ .margin-50b { margin-bottom: 50px; }
/* 434  */ .margin-55b { margin-bottom: 55px; }
/* 435  */ .margin-60b { margin-bottom: 60px; }
/* 436  */ .margin-65b { margin-bottom: 65px; }
/* 437  */ .margin-70b { margin-bottom: 70px; }
/* 438  */ .margin-75b { margin-bottom: 75px; }
/* 439  */ .margin-80b { margin-bottom: 80px; }
/* 440  */ .margin-85b { margin-bottom: 85px; }
/* 441  */ .margin-90b { margin-bottom: 90px; }
/* 442  */ .margin-95b { margin-bottom: 95px; }
/* 443  */ .margin-100b { margin-bottom: 100px; }
/* 444  */ 
/* 445  */ .margin-b-n { margin-bottom: 0; }
/* 446  */ .margin-t-n { margin-top: 0; }
/* 447  */ 
/* 448  */ .no-margin-b { margin-bottom: 0 !important; }
/* 449  */ .no-margin-t { margin-top: 0 !important; }
/* 450  */ 

/* style.css */

/* 451  */ 
/* 452  */ /*
/* 453  *|    ------------------------------------------------------
/* 454  *| 				SUPERFISH MENU
/* 455  *|    ------------------------------------------------------
/* 456  *| */
/* 457  */ #menu .current-menu-ancestor, #menu .current-menu-item { background: #f1f2f3 !important; }
/* 458  */ .ct-dropdown-menu {
/* 459  */ 	margin-top: 20px;
/* 460  */ 	text-transform: uppercase;
/* 461  */ 	background: #FFF;
/* 462  */ 	border: 0 !important;
/* 463  */ 	border-top: 1px solid #dbdbdb !important;
/* 464  */ 	border-left: 1px solid #dbdbdb !important;	
/* 465  */ 	margin-bottom: -25px;
/* 466  */ 	margin-left: 20px;
/* 467  */ }
/* 468  */ 
/* 469  */ #menu {
/* 470  */ 	background-color: #FFF;
/* 471  */ 	width: 100%;
/* 472  */ }
/* 473  */ 
/* 474  */ #menu .sf-menu { margin-left: 30px; }
/* 475  */ .sf-menu li:last-child { border-right: 1px solid #cfcfcf; }
/* 476  */ .sf-menu li { 
/* 477  */ 	margin-right: 0px; 
/* 478  */ 	border: none; 
/* 479  */ 	border-left: 1px solid #cfcfcf;
/* 480  */ 	padding: 20px 0;
/* 481  */ 	-webkit-transition: all 0.4s ease;
/* 482  */ 	-moz-transition: all 0.4s ease;
/* 483  */ 	-ms-transition: all 0.4s ease;
/* 484  */ 	-o-transition: all 0.4s ease;
/* 485  */ 	transition: all 0.4s ease;	
/* 486  */ }
/* 487  */ 
/* 488  */ .sf-menu li ul li, .sf-menu li ul li a { 
/* 489  */ 	line-height: 20px; 
/* 490  */ 	height: auto; 
/* 491  */ 	color: #444;
/* 492  */ 	text-transform: capitalize;
/* 493  */ }
/* 494  */ .sf-menu li ul li {
/* 495  */ 	background-color: #FFF
/* 496  */ }
/* 497  */ .sf-menu li:last-child { margin-right: 0; }
/* 498  */ 
/* 499  */ .sf-menu, .sf-menu * {
/* 500  */ 	margin: 0;

/* style.css */

/* 501  */ 	padding: 0;
/* 502  */ 	list-style: none;
/* 503  */ 	/*z-index:9999;*/
/* 504  */ 	text-shadow: none;
/* 505  */ }
/* 506  */ .sf-menu {
/* 507  */ 	line-height: 1.0;
/* 508  */ }
/* 509  */ .sf-menu ul {
/* 510  */ 	position: absolute;
/* 511  */ 	top: -999em;
/* 512  */ }
/* 513  */ 
/* 514  */ .sf-menu ul li ul li:first-child {
/* 515  */ 	border-top: none;
/* 516  */ }	
/* 517  */ 
/* 518  */ .sf-menu li:hover {
/* 519  */ 	visibility:	inherit; 
/* 520  */ }
/* 521  */ 
/* 522  */ .sf-menu > li {
/* 523  */ 	float: left;
/* 524  */ 	position: relative;
/* 525  */ }
/* 526  */ 
/* 527  */ .sf-menu li:hover, .sf-menu li.sfHover,
/* 528  */ .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
/* 529  */ 	outline:0;
/* 530  */ }
/* 531  */ .sf-menu a:hover { border: none; }
/* 532  */ 
/* 533  */ .sf-menu a {
/* 534  */ 	text-decoration:none;
/* 535  */ 	text-transform:uppercase;
/* 536  */ 	font-size: 13px;	
/* 537  */ 	display: block;
/* 538  */ 	position: relative;	
/* 539  */ }
/* 540  */ 
/* 541  */ .sf-menu > li > a { 
/* 542  */ 	display: block;
/* 543  */ 	padding: 0 20px;
/* 544  */ 	color: #444;
/* 545  */ }
/* 546  */ 
/* 547  */ 
/* 548  */ .sf-menu li:hover ul,
/* 549  */ .sf-menu li.sfHover ul {
/* 550  */ 	left: 5px;

/* style.css */

/* 551  */ 	top: 43px; 
/* 552  */ 	z-index: 99;
/* 553  */ }
/* 554  */ 
/* 555  */ ul.sf-menu li li:hover ul,
/* 556  */ ul.sf-menu li li.sfHover ul {
/* 557  */ 	left: 11.3em;
/* 558  */ 	top: 0;
/* 559  */ }
/* 560  */ ul.sf-menu li li:hover li ul,
/* 561  */ ul.sf-menu li li.sfHover li ul {
/* 562  */ 	top: -999em;
/* 563  */ }
/* 564  */ ul.sf-menu li li li:hover ul,
/* 565  */ ul.sf-menu li li li.sfHover ul {
/* 566  */ 	left: 0em; 
/* 567  */ 	top: 0;
/* 568  */ }
/* 569  */ 
/* 570  */ .sf-menu li [class^="icon-"] { text-align: left; }
/* 571  */ .sf-menu li [class^="icon-"]:before { float: left; padding-top: 3px; padding-right: 5px; }
/* 572  */ .sf-menu a { font-family: Arial, Helvetica, sans-serif; }
/* 573  */ 
/* 574  */ .sf-menu a, 
/* 575  */ .sf-menu a:visited { 
/* 576  */ 	color: #303030; 
/* 577  */ }
/* 578  */ 
/* 579  */ .sf-sub-indicator { position: absolute; }
/* 580  */ 
/* 581  */ a > .sf-sub-indicator {  
/* 582  */ 	bottom: 0px;
/* 583  */ 	right: 5px;
/* 584  */ }
/* 585  */ .sf-menu > li > a.sf-with-ul { padding-right: 30px; }
/* 586  */ .sf-menu > li > a.sf-with-ul .sf-sub-indicator { right: 15px; }
/* 587  */ 
/* 588  */ .menu-main-nav-container ul:first-child > [class^="icon-"] { line-height: inherit; font-size: 17px; }
/* 589  */ .menu-main-nav-container ul:first-child > [class^="icon-"] a { padding-left: 4px; }
/* 590  */ 
/* 591  */ #menu-main-nav ul > [class^="icon-"] { font-size: 13px; }
/* 592  */ 
/* 593  */ ul.sub-menu, ul.sub-menu ul.sub-menu { z-index: 9999; }
/* 594  */ ul.sub-menu ul.sub-menu { margin-left: 95px; margin-top: 0px; }
/* 595  */ 
/* 596  */ .sf-menu ul .sf-sub-indicator { top: 14px; right: 10px; }
/* 597  */ 
/* 598  */ 
/* 599  */ .sf-menu ul li { width: 230px; position:relative; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; padding: 10px; }
/* 600  */ .sf-menu ul li:first-child { border-top: 1px solid #ddd; }

/* style.css */

/* 601  */ 
/* 602  */ .sf-menu li li a { font-size:13px; text-transform:none; font-weight: normal; position: initial; }
/* 603  */ .sf-menu ul > li:hover { background:#f1f2f3; }
/* 604  */ .sf-menu li:hover ul, .sf-menu li.sfHover ul {left: 0px; top: 60px}
/* 605  */ 
/* 606  */ .navigation select {
/* 607  */ 	display: none;
/* 608  */ 	background:url('/wp-content/themes/wp-flagman/img/icons/menu-icon.png') 97% top no-repeat #363636;
/* 609  */ 	width: 100%;
/* 610  */ 	margin: 15px 0;
/* 611  */ 	border: 1px solid #E3E4E4;
/* 612  */ 	text-transform:uppercase;
/* 613  */ 	font: 14px/16px Arial, Helvetica, sans-serif;
/* 614  */ 	font-size: 14px;
/* 615  */ 	line-height: 16px;
/* 616  */ 	color: #E2E2E2;
/* 617  */ 	-webkit-appearance: none;
/* 618  */ 	-moz-appearance: none;
/* 619  */ 	appearance: none;
/* 620  */ 	outline: none;
/* 621  */ 	-moz-border-radius: 0;
/* 622  */ 	-webkit-border-radius: 0;
/* 623  */ 	border-radius: 0;
/* 624  */ 	height: 35px;
/* 625  */ 	padding: 7px 5px;
/* 626  */ }
/* 627  */ .navigation { padding:0;}
/* 628  */ 
/* 629  */ /* TOP MENU */
/* 630  */ .sf-menu.top-menu { float: right; margin-top: 10px; }
/* 631  */ .sf-menu.top-menu li { 
/* 632  */ 	line-height: 20px; 
/* 633  */ 	padding: 0;
/* 634  */ 	border: none;
/* 635  */ }
/* 636  */ 
/* 637  */ .sf-menu.top-menu a, 
/* 638  */ .sf-menu.top-menu a:visited { color: #9F9F9F !important; font-size: 11px; }
/* 639  */ .sf-menu.top-menu > li > a { padding: 0 5px; text-transform: uppercase; }
/* 640  */ 
/* 641  */ .sf-menu.top-menu li a:hover { color: #FFF !important }
/* 642  */ /*
/* 643  *|    ------------------------------------------------------
/* 644  *| 						BLOG
/* 645  *|    ------------------------------------------------------
/* 646  *| */
/* 647  */ #entry-blog { margin-bottom: 30px; }
/* 648  */ .pages-title { margin-bottom: 30px;	}
/* 649  */ 
/* 650  */ .entry-media-title {

/* style.css */

/* 651  */ 	padding: 20px 20px 0 20px;
/* 652  */ }
/* 653  */ .entry-media-title .meta-time { 
/* 654  */ 	color: #313131; 
/* 655  */ 	display: block;
/* 656  */ 	margin-bottom: 5px;
/* 657  */ }
/* 658  */ h1.media-title {
/* 659  */ 	font-size: 16px;		
/* 660  */ 	line-height: 20px;
/* 661  */ 	margin-bottom: 0;
/* 662  */ 	font-weight: bold;
/* 663  */ }
/* 664  */ h1.media-title a { color: #313131; }
/* 665  */ .entry-title a:hover { border: 0; }
/* 666  */ 
/* 667  */ h1.entry-title { font-size: 16px; line-height: 24px; margin-bottom: 15px; font-family: Arial, Helvetica, sans-serif; }
/* 668  */ h1.entry-title a { color: #313131; font-weight: bold; text-transform: capitalize;}
/* 669  */ 
/* 670  */ 
/* 671  */ #blog-entry .entry-content { font-size: 14px; }
/* 672  */ 
/* 673  */ .entry-format { text-align: center; color: #929292; font-size: 18px; height: 46px; width: 46px; position: absolute; right: 10px; background: url(/wp-content/themes/wp-flagman/img/sprites.png) 0 0 no-repeat; top: 10px; border: 1px solid transparent; -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; }
/* 674  */ .entry-format.border {border-color: rgba(0, 0, 0,0.2); -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; }
/* 675  */ .entry-format i { position: relative; line-height: 47px; }
/* 676  */ 
/* 677  */ 
/* 678  */ .entry-share { position: relative; float: right; cursor: pointer; }
/* 679  */ .entry-share:hover .icon-plus { color: #363636; }
/* 680  */ .entry-share i { padding-left: 5px; }
/* 681  */ .entry-share .icon-facebook { padding-left: 8px; }
/* 682  */ .entry-share .ct-fb, .entry-share .ct-twitter, .entry-share .ct-gplus, .entry-share .ct-pinterest { width: 22px; height: 22px; line-height: 25px; background: #fff; display: block; float: left; }
/* 683  */ .entry-share .ct-fb { background: #3b5998; }
/* 684  */ .entry-share .ct-twitter { background: #00aced; }
/* 685  */ .entry-share .ct-gplus { background: #d64431; }
/* 686  */ .entry-share .ct-pinterest { background: #cc2127; }
/* 687  */ .entry-share-icons { position: absolute; bottom: -20px; bottom: -20px; right:-105px; width: 90px;}
/* 688  */ .entry-share-icons i { font-size: 14px !important; line-height: 14px; padding-right: 0px !important; padding-left: 4px; }
/* 689  */ .entry-share-icons a:hover { border: 0; color:#FFF; }
/* 690  */ .entry-share-icons {
/* 691  */ 	opacity: 0;
/* 692  */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 693  */ 	filter: alpha(opacity=0);
/* 694  */ 	-webkit-transition: all 0.4s ease;
/* 695  */ 	-moz-transition: all 0.4s ease;
/* 696  */ 	-ms-transition: all 0.4s ease;
/* 697  */ 	-o-transition: all 0.4s ease;
/* 698  */ 	transition: all 0.4s ease;
/* 699  */ }
/* 700  */ .entry-share:hover .entry-share-icons { right:-10px; opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }

/* style.css */

/* 701  */ 
/* 702  */ .entry-meta [class^="icon-"],
/* 703  */ .entry-meta [class*=" icon-"],
/* 704  */ .entry-extra [class^="icon-"],
/* 705  */ .entry-extra [class*=" icon-"] { font-size: 14px; padding-right: 3px; }
/* 706  */ 
/* 707  */ .meta-tags { 
/* 708  */ 	display: block;
/* 709  */ 	font-size: 11px;
/* 710  */ 	font-weight: bold;
/* 711  */ }
/* 712  */ 
/* 713  */ .comments-link { float: left; }
/* 714  */ .comments-link.white a { color: #FFF; }
/* 715  */ .comments-link.dark a { color: #363636; }
/* 716  */ 
/* 717  */ .post-block {
/* 718  */ 	background-color: #FFF;
/* 719  */ 	width: 270px; /* 4 columns */
/* 720  */ 	margin-right: 30px;
/* 721  */ 	margin-bottom: 30px;
/* 722  */ 	padding: 0px;
/* 723  */ 	float: left;
/* 724  */ 	position: relative;
/* 725  */ 	display: block;
/* 726  */ 	overflow: hidden;
/* 727  */ 	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
/* 728  */ 	-moz-box-shadow:    2px 2px 7px rgba(0, 0, 0, 0.5);
/* 729  */ 	box-shadow:         2px 2px 7px rgba(0, 0, 0, 0.5);
/* 730  */ }
/* 731  */ 
/* 732  */ .post-block .bg-mask {
/* 733  */ 	display: block;
/* 734  */ 	height: 100%;
/* 735  */ 	width: 100%;
/* 736  */ 	background-color: rgba(0,0,0,.3);
/* 737  */ 	position: absolute;
/* 738  */ 	-webkit-transition: all 0.5s ease;
/* 739  */ 	-moz-transition: all 0.5s ease;
/* 740  */ 	-ms-transition: all 0.5s ease;
/* 741  */ 	-o-transition: all 0.5s ease;
/* 742  */ 	transition: all 0.5s ease;		
/* 743  */ }
/* 744  */ .post-block:hover .bg-mask {
/* 745  */ 	opacity: 0;
/* 746  */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 747  */ 	filter: alpha(opacity=0);	
/* 748  */ } 
/* 749  */ .entry-thumb .title-mask {
/* 750  */ 	color:#FFF;

/* style.css */

/* 751  */ 	font-weight: bold;
/* 752  */ 	font-size: 16px;
/* 753  */ 	font-family: Arial, Helvetica, sans-serif;
/* 754  */ 	position: absolute;
/* 755  */ 	bottom:10px;
/* 756  */ 	padding: 15px;
/* 757  */ }
/* 758  */ .entry-thumb .title-mask a { color: #FFF }
/* 759  */ 
/* 760  */ .post-block .icon-views, .post-block .icon-likes {
/* 761  */ 	width: 20px;
/* 762  */ 	height: 20px;
/* 763  */ 	position: absolute;
/* 764  */ 	left: 20px;
/* 765  */ 	top: 20px;	
/* 766  */ 	border: 2px solid #FFF;
/* 767  */ 	color: #FFF;
/* 768  */ 	text-align: center;
/* 769  */ 	line-height: 20px;
/* 770  */ 
/* 771  */ 	border-radius: 20px;
/* 772  */ 	-moz-border-radius: 20px;
/* 773  */ 	-webkit-border-radius: 20px;
/* 774  */ }
/* 775  */ 
/* 776  */ .post-block .icon-views { line-height: 18px; font-size: 15px; }
/* 777  */ .post-block .icon-likes { top: 50px;}
/* 778  */ .post-block .icon-likes.likes-padding { top: 20px; }
/* 779  */ 
/* 780  */ 
/* 781  */ .centered {	margin: 0 auto; }
/* 782  */ .post-block .entry-thumb { position: relative; display: block; }
/* 783  */ .post-block .audio-post-block { /*line-height: 0;*/ }
/* 784  */ .post-block .audio-post-block > iframe { background-color: #FFF }
/* 785  */ .widgetContainer { border-radius: 0 !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important}
/* 786  */ .post-block .entry-thumb img { display: block }
/* 787  */ 
/* 788  */ /* Video post format */
/* 789  */ .format-video .embed-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
/* 790  */ .format-video .embed-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* 791  */ 
/* 792  */ /* Audio post format */
/* 793  */ .format-audio .entry-thumb iframe { min-height: 160px; width: 100%; display: block; }
/* 794  */ 
/* 795  */ .no-top-padding .entry-content { padding-top: 0; }
/* 796  */ 
/* 797  */ 
/* 798  */ /*
/* 799  *|    ------------------------------------------------------
/* 800  *| 					TOOLTIPS

/* style.css */

/* 801  *|    ------------------------------------------------------
/* 802  *| */
/* 803  */ .icon-rating:hover, .icon-likes:hover, .icon-views:hover { cursor: pointer; }
/* 804  */ .single-social-icons li .tooltip-inner {
/* 805  */ 	background-color: #84b231;
/* 806  */ 	color: #FFF;
/* 807  */ }
/* 808  */ .single-social-icons li .tooltip.top .tooltip-arrow { border-top-color: #84b231; }
/* 809  */ .tooltip-inner {
/* 810  */ 	white-space: nowrap;
/* 811  */ 	border-radius: 0;
/* 812  */ 	-moz-border-radius: 0;
/* 813  */ 	-webkit-border-radius: 0;
/* 814  */ 	background-color: #84b231;
/* 815  */ 	color: #fff;
/* 816  */ 	padding: 5px 8px;
/* 817  */ 	text-transform: uppercase;
/* 818  */ 	font-weight: bold;
/* 819  */ 	font-size: 10px;
/* 820  */ 	font-family: Arial, Helvetica, sans-serif;
/* 821  */ 	min-width: 60px;	
/* 822  */ }
/* 823  */ .tooltip.in {
/* 824  */ 	opacity: 1;
/* 825  */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 826  */ 	filter: alpha(opacity=100);		
/* 827  */ }
/* 828  */ 
/* 829  */ .tooltip.left { margin-left: -10px; }
/* 830  */ .tooltip.top  { margin-top: 10px; }
/* 831  */ .tooltip.right { margin-left: 7px }
/* 832  */ 
/* 833  */ .tooltip.left .tooltip-arrow { border-left-color: #84b231; }
/* 834  */ .tooltip.top .tooltip-arrow { border-top-color: #84b231; }
/* 835  */ .tooltip.right .tooltip-arrow { border-right-color: #84b231; }
/* 836  */ .tooltip.bottom .tooltip-arrow { border-bottom-color: #84b231; }
/* 837  */ 
/* 838  */ 
/* 839  */ /*
/* 840  *|    ------------------------------------------------------
/* 841  *| 					SINGLE POST
/* 842  *|    ------------------------------------------------------
/* 843  *| */
/* 844  */ h1.entry-title {
/* 845  */ 	font-size: 18px;
/* 846  */ 	line-height: 24px;
/* 847  */ }
/* 848  */ h1.entry-title a { color: #313131; }
/* 849  */ .entry-meta {
/* 850  */ 	font-size: 11px;

/* style.css */

/* 851  */ 	color: #AAA;
/* 852  */ }
/* 853  */ 
/* 854  */ .leave-reply { color: #AAA; }
/* 855  */ 
/* 856  */ .media-thumb { display: block; line-height: 0; text-align: center; }
/* 857  */ 
/* 858  */ .media-thumb iframe { width: 100%; }
/* 859  */ .audio-format iframe { min-height: 166px; }
/* 860  */ #author-description {
/* 861  */ 	padding-left: 90px;
/* 862  */ 	display: block;
/* 863  */ }
/* 864  */ #author-description .ct-button {
/* 865  */ 	color: #313131 !important;
/* 866  */ 	margin-left: 10px;
/* 867  */ 	border: 1px solid #555;
/* 868  */ 	font-size: 11px;
/* 869  */ }
/* 870  */ 
/* 871  */ #author-description .ct-button:hover {
/* 872  */ 	background-color: #ECECEC;
/* 873  */ }
/* 874  */ .single-post .post-block { width: 100%; margin-right: 0; }
/* 875  */ 
/* 876  */ .widget #cat { width: 100%; }
/* 877  */ .widget li { color: #414243; }
/* 878  */ 
/* 879  */ .single .entry-thumb img:hover { opacity: inherit; }
/* 880  */ a.post-edit-link { font-size: 14px}
/* 881  */ .post-edit-link:hover { color: #444;  } 
/* 882  */ .edit-link .icon-pencil { padding-right: 5px; font-size: 11px; width: auto; }
/* 883  */ .post .edit-link { display: block; margin-bottom: 10px; padding: 0 20px; margin-top: 0; }
/* 884  */ .nav-block { background: #fff; margin-bottom: 20px; }
/* 885  */ .comments-block { background: #FFF; margin-bottom: 35px; }
/* 886  */ 
/* 887  */ #author-avatar { float: left; padding: 0px 15px 0px 0px; }
/* 888  */ #author-block {
/* 889  */ 	background: #FFF;
/* 890  */ 	margin-bottom: 20px;
/* 891  */ }
/* 892  */ 
/* 893  */ .add-author-info { margin-bottom: 0; font-size: 20px; }
/* 894  */ .add-author-info a { margin-right: 5px; }
/* 895  */ .add-author-info a:hover { border: 0; }
/* 896  */ .add-author-info .icon-facebook-sign { color: #3b5998; }
/* 897  */ .add-author-info .icon-twitter-sign { color: #00aced; }
/* 898  */ .add-author-info .icon-google-plus-sign { color: #d64431; }
/* 899  */ 
/* 900  */ .add-author-info .social-icon {	

/* style.css */

/* 901  */ 	border: 2px solid #333;
/* 902  */ 	width: 30px;
/* 903  */ 	height: 30px;
/* 904  */ 	border-radius: 30px;
/* 905  */ 	-moz-border-radius: 30px;
/* 906  */ 	-webkit-border-radius: 30px;
/* 907  */ }
/* 908  */ 
/* 909  */ /*
/* 910  *|    ------------------------------------------------------
/* 911  *| 					REVIEW
/* 912  *|    ------------------------------------------------------
/* 913  *| */
/* 914  */ .review-block {
/* 915  */ 	display: block;
/* 916  */ 	background: #f7f8f9;
/* 917  */ 	min-width: 220px;
/* 918  */ 	border: 1px solid #DDD;
/* 919  */ 	border-bottom: none;
/* 920  */ 	width: 40%;
/* 921  */ 	margin: 10px 0 20px 20px;
/* 922  */ 	float: right;
/* 923  */ }
/* 924  */ 
/* 925  */ .overall_score { font-size: 18px; font-weight: bold; }
/* 926  */ 
/* 927  */ .overall_score > .score_name {
/* 928  */ 	line-height: 55px;
/* 929  */ 	padding-left: 10px;
/* 930  */ }
/* 931  */ .overall_score > .score_value {
/* 932  */ 	font-size: 30px;
/* 933  */ 	background-color: #84b231;
/* 934  */ 	color: #FFF;
/* 935  */ 	padding: 15px 10px;
/* 936  */ 	float: right;
/* 937  */ 	margin-left: 15px;
/* 938  */ 	min-width: 43px;
/* 939  */ 	text-align: center;
/* 940  */ }
/* 941  */ 
/* 942  */ ul.score-list, ul.score-list li { list-style-type: none; }
/* 943  */ ul.score-list li { font-size: 14px;	font-weight: bold;	padding: 10px 10px;	border-bottom: 1px solid #DDD; }
/* 944  */ ul.score-list li:first-child { border-top: 1px solid #DDD; padding-top: 10px; }
/* 945  */ ul.score-list li.summary-review { background-color: #1A1B1C; color: #FFF; font-size: 11px; font-weight: normal; }
/* 946  */ .criteria_name { float: left; margin-right: 15px; line-height: 24px; }
/* 947  */ .rating-stars {	float: right; margin-top: 2px; }
/* 948  */ ul.score-list, ul.score-list li { list-style-type: none; margin: 0; }
/* 949  */ ul.score-list { margin-top: -5px; background-color: #fff; }
/* 950  */ 

/* style.css */

/* 951  */ /*
/* 952  *|    ------------------------------------------------------
/* 953  *| 						Recent Comments Widget
/* 954  *|    ------------------------------------------------------
/* 955  *| */
/* 956  */ .rec-comments .j-buttons { background: none; }
/* 957  */ .rec-comments .jcarousel-divider-nav { background-color: #333; }
/* 958  */ .rec-comments .j-buttons .next, .rec-comments .j-buttons .prev, .rec-comments .j-buttons [class^="next-"], .rec-comments .j-buttons [class^="prev-"] {
/* 959  */ 	background-color: #333;
/* 960  */ }
/* 961  */ 
/* 962  */ .entry-info-post a { color: #555 !important; }
/* 963  */ .entry-info-post a:hover { color: #FFF !important; }
/* 964  */ .ct-recent-comments {
/* 965  */ 	background-color: #1A1B1C;
/* 966  */ 	padding: 30px;
/* 967  */ }
/* 968  */ 
/* 969  */ .widget img, ul.slides li a img {
/* 970  */ -webkit-transform: translateZ(0);
/* 971  */ -moz-transform: translateZ(0);
/* 972  */ -ms-transform: translateZ(0);
/* 973  */ transform: translateZ(0);
/* 974  */ }
/* 975  */ 
/* 976  */ .widget-thumb { 
/* 977  */ 	float: left; 
/* 978  */ 	margin-right: 15px;
/* 979  */ }
/* 980  */ 
/* 981  */ .widget-thumb img, .widget-post-small-thumb a img {
/* 982  */ 	opacity: 1;
/* 983  */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 984  */ 	filter: alpha(opacity=100);	
/* 985  */ 
/* 986  */ 	-webkit-transition: all 0.3s linear;
/* 987  */ 	-moz-transition: all 0.3s linear;
/* 988  */ 	-o-transition: all 0.3s linear;
/* 989  */ 	-transition: all 0.3s linear;		
/* 990  */ }
/* 991  */ .widget-thumb img:hover, .widget-post-small-thumb a img:hover {
/* 992  */ 	cursor: pointer;
/* 993  */ 
/* 994  */ 	opacity: .7;
/* 995  */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 996  */ 	filter: alpha(opacity=70);	
/* 997  */ }
/* 998  */ .ct-recent-comments .jcarousel-posts-widget li { height: 80px; }
/* 999  */ /*
/* 1000 *|    ------------------------------------------------------

/* style.css */

/* 1001 *| 						COMMENTS
/* 1002 *|    ------------------------------------------------------
/* 1003 *| */
/* 1004 */ .ct-recent-comments {
/* 1005 */ 	background-color: #1A1B1C;
/* 1006 */ 	padding: 30px;
/* 1007 */ }
/* 1008 */ #reply-title, .comments-title, .author-title {
/* 1009 */ 	font-weight: bold;
/* 1010 */ 	font-size: 16px;
/* 1011 */ 	line-height: 24px;
/* 1012 */ 	padding: 10px 0px;
/* 1013 */ 	margin-bottom: 0;
/* 1014 */ }
/* 1015 */ 
/* 1016 */ .logged-in-as, .comment-notes,
/* 1017 */ #cancel-comment-reply-link { font-size: 11px; }
/* 1018 */ #cancel-comment-reply-link {text-transform: none; }
/* 1019 */ 
/* 1020 */ #comment { width: 98%; }
/* 1021 */ #comments .form-allowed-tags { display: none; }
/* 1022 */ .commentlist { margin: 0; padding: 20px 20px 20px 0; list-style-type: none; }
/* 1023 */ .commentlist .children { list-style-type: none; }
/* 1024 */ .comment-avatar { float: left; margin-right: 15px; text-align: center; margin-bottom: 15px; }
/* 1025 */ .comment-meta-time { font-size: 11px; color: #AAA !important; }
/* 1026 */ .comment-meta-time:hover { color: #313113 !important; }
/* 1027 */ .comment-meta { margin-bottom: 10px; }
/* 1028 */ .comment-meta .fn { display: block; font-weight: bold; text-transform: capitalize; }
/* 1029 */ 
/* 1030 */ .reply { 
/* 1031 */ 	font-size: 11px; 
/* 1032 */ 	position: relative;
/* 1033 */ 	font-weight: bold;
/* 1034 */ 	display: block;
/* 1035 */ 	float: right; 
/* 1036 */ 
/* 1037 */ 	opacity: .7;
/* 1038 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 1039 */ 	filter: alpha(opacity=70);		
/* 1040 */ 
/* 1041 */ 	-webkit-transition: all 0.3s linear;
/* 1042 */ 	-moz-transition: all 0.3s linear;
/* 1043 */ 	-o-transition: all 0.3s linear;
/* 1044 */ 	-transition: all 0.3s linear;	
/* 1045 */ }
/* 1046 */ .reply:hover {
/* 1047 */ 	opacity: 1;
/* 1048 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 1049 */ 	filter: alpha(opacity=100);		
/* 1050 */ }

/* style.css */

/* 1051 */ .reply .icon-reply { margin-left: 0px; font-size: 11px; }
/* 1052 */ 
/* 1053 */ article.comment { margin-bottom: 15px; border-bottom: 1px solid #CFCFCF; padding-bottom: 15px; }
/* 1054 */ .comments-block .pagination {
/* 1055 */ 	padding: 0 20px;
/* 1056 */ 	background: #FBFBFB;
/* 1057 */ 	border-top: 4px solid #a3a6a8;
/* 1058 */ 	border-bottom: 4px solid #a3a6a8;
/* 1059 */ 	margin-bottom: 20px;
/* 1060 */ }
/* 1061 */ #comments .edit-link { float: left; margin-bottom: 0; font-size: 11px; }
/* 1062 */ 
/* 1063 */ 
/* 1064 */ #respond input[type=submit] {
/* 1065 */   display: inline-block;
/* 1066 */   padding: 7px 15px;
/* 1067 */   margin-bottom: 0;
/* 1068 */   font-size: 12px;
/* 1069 */   line-height: 20px;
/* 1070 */   color: #313131;
/* 1071 */   text-align: center;
/* 1072 */   vertical-align: middle;
/* 1073 */   font-weight: bold;
/* 1074 */   cursor: pointer;
/* 1075 */   background-color: #f5f5f5;
/* 1076 */   border: 1px solid #bbbbbb;	  
/* 1077 */ }	
/* 1078 */ 
/* 1079 */ #respond input[type="submit"]:hover,
/* 1080 */ #respond input[type="submit"]:active
/* 1081 */  {
/* 1082 */   color: #333333;
/* 1083 */   background-color: #e6e6e6;
/* 1084 */ 
/* 1085 */ }
/* 1086 */ 
/* 1087 */ #respond input[type=submit]:hover {
/* 1088 */   color: #333333;
/* 1089 */   text-decoration: none;
/* 1090 */   background-color: #e6e6e6;
/* 1091 */ 
/* 1092 */   background-position: 0 -15px;
/* 1093 */   -webkit-transition: background-position 0.1s linear;
/* 1094 */ 	 -moz-transition: background-position 0.1s linear;
/* 1095 */ 	   -o-transition: background-position 0.1s linear;
/* 1096 */ 		  transition: background-position 0.1s linear;
/* 1097 */ }
/* 1098 */ 
/* 1099 */ #respond input[type=submit]:focus {
/* 1100 */   outline: thin dotted #333;

/* style.css */

/* 1101 */   outline: 5px auto -webkit-focus-ring-color;
/* 1102 */   outline-offset: -2px;
/* 1103 */ }
/* 1104 */ 
/* 1105 */ #respond h3 {
/* 1106 */ 	color: #444;
/* 1107 */ 	font-size: 16px;
/* 1108 */ }
/* 1109 */ 
/* 1110 */ .page-header-title h1 { font-size: 24px; }
/* 1111 */ /*
/* 1112 *|    ------------------------------------------------------
/* 1113 *| 						WordPress Core
/* 1114 *|    ------------------------------------------------------
/* 1115 *| */
/* 1116 */ 
/* 1117 */ .gallery-caption { }
/* 1118 */ .bypostauthor 	 { }
/* 1119 */ .sticky 		 { }
/* 1120 */ .wp-caption		 { }
/* 1121 */ .wp-caption-text { } 
/* 1122 */ 
/* 1123 */ /* From Twentytwelve */
/* 1124 */ .wp-caption {
/* 1125 */ 	max-width: 100%; /* Keep wide captions from overflowing their container. */
/* 1126 */ 	padding: 4px;
/* 1127 */ }
/* 1128 */ .wp-caption .wp-caption-text,
/* 1129 */ .gallery-caption,
/* 1130 */ .entry-caption {
/* 1131 */ 	font-style: italic;
/* 1132 */ 	font-size: 12px;
/* 1133 */ 	font-size: 0.857142857rem;
/* 1134 */ 	line-height: 2;
/* 1135 */ 	color: #757575;
/* 1136 */ }
/* 1137 */ 
/* 1138 */ p { margin: 0 0 15px; }
/* 1139 */ 
/* 1140 */ strong, b {
/* 1141 */ 	font-weight: bold;
/* 1142 */ 	margin-bottom: 15px;
/* 1143 */ }
/* 1144 */ em {
/* 1145 */    font-style: italic;
/* 1146 */ }
/* 1147 */ 
/* 1148 */ .blockright {
/* 1149 */ 	float: right;
/* 1150 */ 	text-align: right;

/* style.css */

/* 1151 */ }
/* 1152 */ 
/* 1153 */ .blockleft {
/* 1154 */ 	float: left;
/* 1155 */ 	text-align: left
/* 1156 */ }
/* 1157 */ 
/* 1158 */ .alignnone {
/* 1159 */ 	margin: 5px 15px 15px 0;
/* 1160 */ }
/* 1161 */ 
/* 1162 */ .aligncenter, div.aligncenter {
/* 1163 */ 	display:block;
/* 1164 */ 	margin: 5px auto 5px auto;
/* 1165 */ }
/* 1166 */ 
/* 1167 */ .alignright {
/* 1168 */ 	float:right;
/* 1169 */ 	margin: 5px 0 15px 15px;
/* 1170 */ }
/* 1171 */ 
/* 1172 */ .alignleft {
/* 1173 */ 	float:left;
/* 1174 */ 	margin: 5px 15px 15px 0;
/* 1175 */ }
/* 1176 */ 
/* 1177 */ .aligncenter {
/* 1178 */ 	display: block;
/* 1179 */ 	margin: 5px auto 5px auto;
/* 1180 */ }
/* 1181 */ 
/* 1182 */ .divider-block {
/* 1183 */ 	height: 1px;
/* 1184 */ 	background-color: #CFCFCF;
/* 1185 */ 	margin: 30px 0;
/* 1186 */ 	width: 100%;
/* 1187 */ 	position: relative;
/* 1188 */ }
/* 1189 */ 
/* 1190 */ .divider-block .inner-divider {
/* 1191 */ 	position: absolute;
/* 1192 */ 	background-color: #CFCFCF;
/* 1193 */ 	height: 5px;
/* 1194 */ 	width: 40px;
/* 1195 */ 	left: 50%;
/* 1196 */ 	margin-left: -20px;
/* 1197 */ 	top: -2px;
/* 1198 */ 	display: block;
/* 1199 */ }
/* 1200 */ 

/* style.css */

/* 1201 */ .divider-1px {
/* 1202 */ 	height: 1px;
/* 1203 */ 	background-color: #d3d3d3;
/* 1204 */ 	margin: 10px 0;
/* 1205 */ 	width: 100%;
/* 1206 */ }
/* 1207 */ 
/* 1208 */ .post-divider {
/* 1209 */ 	height: 4px;
/* 1210 */ 	background-color: #cfcfcf;
/* 1211 */ 	margin: 15px 0;
/* 1212 */ 	width: 100px;
/* 1213 */ }
/* 1214 */ 
/* 1215 */ .divider-1px-dashed {
/* 1216 */ 	height: 1px;
/* 1217 */ 	width: 100%;	
/* 1218 */ 	border-bottom: 1px dashed #e9eef4
/* 1219 */ }
/* 1220 */ 
/* 1221 */ .image-border {
/* 1222 */ 	border: 5px solid #e9eef4;
/* 1223 */ 	width: auto;
/* 1224 */ 	display: block;
/* 1225 */ }
/* 1226 */ .image-border img {
/* 1227 */ 	width: 100%;
/* 1228 */ 	padding: 0;
/* 1229 */ 	margin: 0;
/* 1230 */ 	line-height: 0;
/* 1231 */ 	display: block
/* 1232 */ }
/* 1233 */ 
/* 1234 */ a img.alignright {
/* 1235 */ 	float:right;
/* 1236 */ 	margin: 5px 0 15px 15px;
/* 1237 */ }
/* 1238 */ 
/* 1239 */ a img.alignnone {
/* 1240 */ 	margin: 5px 15px 15px 0;
/* 1241 */ }
/* 1242 */ 
/* 1243 */ a img.alignleft {
/* 1244 */ 	float:left;
/* 1245 */ 	margin: 5px 15px 15px 0;
/* 1246 */ }
/* 1247 */ 
/* 1248 */ a img.aligncenter {
/* 1249 */ 	display: block;
/* 1250 */ 	margin-left: auto;

/* style.css */

/* 1251 */ 	margin-right: auto
/* 1252 */ }
/* 1253 */ 
/* 1254 */ .wp-caption {
/* 1255 */ 	background: #fff;
/* 1256 */ 	border: 1px solid #f0f0f0;
/* 1257 */ 	max-width: 96%; /* Image does not overflow the content area */
/* 1258 */ 	padding: 5px 3px 10px;
/* 1259 */ 	text-align: center;
/* 1260 */ }
/* 1261 */ 
/* 1262 */ .wp-caption.alignnone {
/* 1263 */ 	margin: 5px 20px 20px 0;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ .wp-caption.alignleft {
/* 1267 */ 	margin: 5px 20px 20px 0;
/* 1268 */ }
/* 1269 */ 
/* 1270 */ .wp-caption.alignright {
/* 1271 */ 	margin: 5px 0 20px 20px;
/* 1272 */ }
/* 1273 */ 
/* 1274 */ .wp-caption img {
/* 1275 */ 	border: 0 none;
/* 1276 */ 	height: auto;
/* 1277 */ 	margin:0;
/* 1278 */ 	max-width: 98.5%;
/* 1279 */ 	padding:0;
/* 1280 */ 	width: auto;
/* 1281 */ }
/* 1282 */ 
/* 1283 */ .wp-caption p.wp-caption-text {
/* 1284 */ 	font-size:11px;
/* 1285 */ 	line-height:17px;
/* 1286 */ 	margin:0;
/* 1287 */ 	padding:0 4px 5px;
/* 1288 */ }
/* 1289 */ 
/* 1290 */ 
/* 1291 */ .highlight { 
/* 1292 */ 	padding: 0; 
/* 1293 */ 	color:#edeae2; 
/* 1294 */ 	background-color: #2a2a2a; 
/* 1295 */ }
/* 1296 */ .highlight.pink 	{ background:#bd1e7b; }
/* 1297 */ .highlight.green 	{ background:#668508; }
/* 1298 */ .highlight.red 		{ background:#ef2d2d; }
/* 1299 */ .highlight.orange 	{ background:#ff6600; }
/* 1300 */ .highlight.blue 	{ background:#308aef; }

/* style.css */

/* 1301 */ .highlight.yellow 	{ background:#cb7a0b; }
/* 1302 */ .highlight.custom 	{ background:#921529; }
/* 1303 */ 
/* 1304 */ span.dropcap  {
/* 1305 */ 	font-size:40px; 
/* 1306 */ 	margin-right:6px; 
/* 1307 */ 	text-transform: uppercase; 
/* 1308 */ 	float: left; 
/* 1309 */ 	line-height: 1; 
/* 1310 */ 	font-weight:bold;
/* 1311 */ }
/* 1312 */ 
/* 1313 */ span.dropcap.pink   { color:#bd1e7b; }
/* 1314 */ span.dropcap.green   { color:#668508; } 
/* 1315 */ span.dropcap.red    { color:#ef2d2d; } 
/* 1316 */ span.dropcap.orange { color:#ff6600; } 
/* 1317 */ span.dropcap.blue   { color:#308aef; } 
/* 1318 */ span.dropcap.yellow { color:#cb7a0b; }
/* 1319 */ span.dropcap.custom { color:#921529; }
/* 1320 */ 
/* 1321 */ 
/* 1322 */ /* align paragraphs */
/* 1323 */ p.text-left { text-align: left }
/* 1324 */ p.text-right { text-align: right }
/* 1325 */ p.text-center { text-align: center }
/* 1326 */ p.text-justify { text-align: justify }
/* 1327 */ 
/* 1328 */ .entry-content .twitter-tweet-rendered {
/* 1329 */ 	max-width: 100% !important; /* Override the Twitter embed fixed width */
/* 1330 */ }
/* 1331 */ 
/* 1332 */ .video-post-widget,
/* 1333 */ .embed-youtube,
/* 1334 */ .embed-vimeo,
/* 1335 */ .video-frame,
/* 1336 */ .embed-video,
/* 1337 */ video {
/* 1338 */ 	position: relative;
/* 1339 */ 	padding-bottom: 56.25%; /* 16:9 */
/* 1340 */ 	height: 0;
/* 1341 */ 	overflow: hidden;
/* 1342 */ 	z-index:10;
/* 1343 */ }
/* 1344 */ .video-post-widget iframe,
/* 1345 */ .embed-youtube iframe,
/* 1346 */ .embed-vimeo iframe,
/* 1347 */ .video-frame iframe,
/* 1348 */ .embed-video iframe,
/* 1349 */ video {
/* 1350 */ 	position: absolute;

/* style.css */

/* 1351 */ 	top: 0;
/* 1352 */ 	left: 0;
/* 1353 */ 	width: 100%;
/* 1354 */ 	height: 100%;
/* 1355 */ 	border: none !important
/* 1356 */ }
/* 1357 */ 
/* 1358 */ video { width: 100%; }
/* 1359 */ 
/* 1360 */ 
/* 1361 */ /* Make sure videos and embeds fit their containers */
/* 1362 */ embed,
/* 1363 */ iframe,
/* 1364 */ object,
/* 1365 */ video {
/* 1366 */ 	max-width: 100%;
/* 1367 */ }
/* 1368 */ 
/* 1369 */ /* Responsive images */
/* 1370 */ .entry-content img,
/* 1371 */ .comment-content img,
/* 1372 */ .widget img {
/* 1373 */ 	max-width: 100%; /* Fluid images for posts, comments, and widgets */
/* 1374 */ }
/* 1375 */ img[class*="align"],
/* 1376 */ img[class*="wp-image-"],
/* 1377 */ img[class*="attachment-"] {
/* 1378 */ 	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
/* 1379 */ }
/* 1380 */ img.size-full,
/* 1381 */ img.size-large,
/* 1382 */ img.header-image,
/* 1383 */ img.wp-post-image {
/* 1384 */ 	max-width: 100%;
/* 1385 */ 	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
/* 1386 */ }
/* 1387 */ 
/* 1388 */ 
/* 1389 */ 
/* 1390 */ /*
/* 1391 *|    ------------------------------------------------------
/* 1392 *| 		Tag Cloud Widget and Tags
/* 1393 *|    ------------------------------------------------------
/* 1394 *| */
/* 1395 */ .widget .tagcloud a[class|=tag-link],
/* 1396 */ .tagcloud a[class|=tag-link],
/* 1397 */ #entry-post a[rel=tag] {
/* 1398 */ 	font-size: 10px !important;
/* 1399 */ 	padding: 3px 5px 3px;
/* 1400 */ 	line-height: 14px;

/* style.css */

/* 1401 */ 	color: #313131;
/* 1402 */ 	margin-top: 5px;
/* 1403 */ 	float: left;
/* 1404 */ 	margin-right: 5px;	
/* 1405 */ 	-webkit-transition: background-color 0.2s linear;
/* 1406 */ 	-moz-transition: background-color 0.2s linear;
/* 1407 */ 	-o-transition: background-color 0.2s linear;
/* 1408 */ 	-transition: background-color 0.2s linear;
/* 1409 */ 	text-transform: uppercase;
/* 1410 */ 	border: 1px solid #CFCFCF;
/* 1411 */ }
/* 1412 */ 
/* 1413 */ .widget .tagcloud a[class|=tag-link]:hover,
/* 1414 */ #entry-post a[rel=tag]:hover,
/* 1415 */ .tagcloud a[class|=tag-link]:hover { background-color:#414243; color: #FFF; }
/* 1416 */ 
/* 1417 */ .widget .tagcloud { margin-right: -5px; margin-top: -5px; }
/* 1418 */ 
/* 1419 */ #primary { margin-bottom: 15px; }
/* 1420 */ 
/* 1421 */ /*
/* 1422 *|    ------------------------------------------------------
/* 1423 *| 					Copyrights
/* 1424 *|    ------------------------------------------------------	
/* 1425 *| */
/* 1426 */ 
/* 1427 */ /*#footer { padding: 0 30px; }*/
/* 1428 */ #footer a { 
/* 1429 */ 	color: #999; 
/* 1430 */ }
/* 1431 */ #footer a:hover { color: #FFF; }
/* 1432 */ #footer { position: relative; background: #2B2E30; }
/* 1433 */ #footer .magazine-content { padding: 30px; }
/* 1434 */ .copyright-info { color:#FFF; font-size: 11px; }
/* 1435 */ .copyright-info.right { float: right; }
/* 1436 */ .copyright p { margin-bottom:0;}
/* 1437 */ 
/* 1438 */ 
/* 1439 */ 
/* 1440 */ /*
/* 1441 *|    ------------------------------------------------------
/* 1442 *| 					Blog pagination
/* 1443 *|    ------------------------------------------------------	
/* 1444 *| */
/* 1445 */ .pagination, .entry-pagination { 
/* 1446 */ 	position:relative; 
/* 1447 */ 	font-size:11px; 
/* 1448 */ 	margin: 0; 
/* 1449 */ 	z-index: 10;
/* 1450 */ 	float: right;

/* style.css */

/* 1451 */ }
/* 1452 */ .entry-pagination { width: 100%; float: left; }
/* 1453 */ 
/* 1454 */ .pagination-line {
/* 1455 */ 	display: block;
/* 1456 */ 	width: 100%;
/* 1457 */ 	height: 1px;
/* 1458 */ 	background-color: #C3C3C3;
/* 1459 */ 	position: absolute;
/* 1460 */ 	left: 0;
/* 1461 */ 	top: 10px;
/* 1462 */ 	z-index: -1;
/* 1463 */ }
/* 1464 */ .container-pagination { text-align: center; }
/* 1465 */ 
/* 1466 */ .pagination { background-color: #FFF; right: 10px; }
/* 1467 */ 
/* 1468 */ #entry-comments .pagination { margin-top: 15px; margin-bottom: 30px; }
/* 1469 */ 
/* 1470 */ .pagination a, .pagination .current {
/* 1471 */ 	display:block;
/* 1472 */ 	float:left;
/* 1473 */ 	margin-right: 2px;	
/* 1474 */ 	margin-left: 2px;
/* 1475 */ 	width: 20px;
/* 1476 */ 	height: 20px;
/* 1477 */ 	text-decoration:none;
/* 1478 */ 	text-align: center;
/* 1479 */ 	line-height: 20px;	
/* 1480 */ 	color:#363636;
/* 1481 */ 	font-weight: bold;
/* 1482 */ }
/* 1483 */ .pagination a {
/* 1484 */ 	background-color: #aaa
/* 1485 */ }
/* 1486 */ .pagination .current {
/* 1487 */ 	padding: 0
/* 1488 */ }
/* 1489 */ 
/* 1490 */ .pagination a {	background-color: #c3c3c3; color: #FFF !important }
/* 1491 */ .pagination a:hover { color:#fff !important; background-color: #84b231;}
/* 1492 */ .pagination .current { background-color: #84b231; color:#fff; }
/* 1493 */ .blog-navigation { text-align:center; }
/* 1494 */ 
/* 1495 */ .page .edit-link {
/* 1496 */ 	display: block;
/* 1497 */ 	padding: 0px;
/* 1498 */ 	margin-bottom: 20px;
/* 1499 */ 	float: left;
/* 1500 */ 	font-size: 11px !important;

/* style.css */

/* 1501 */ }
/* 1502 */ .page .edit-link .post-edit-link { font-size: 11px; }
/* 1503 */ .entry-page { background: #FFF; }
/* 1504 */ .entry-page-content iframe { width: 100%; }
/* 1505 */ 
/* 1506 */ .google-map iframe { width: 100%; }
/* 1507 */ .page #comments { padding-bottom: 20px; }
/* 1508 */ 
/* 1509 */ .page #commentform,
/* 1510 */ .page #commentform p { margin-bottom: 10px; }
/* 1511 */ 
/* 1512 */ 
/* 1513 */ .demo-class { color: #ccc }
/* 1514 */ .demo-class strong { color: #fff }
/* 1515 */ 
/* 1516 */ .nav-previous .icon-chevron-left { margin-right: 3px; }
/* 1517 */ .nav-next .icon-chevron-right { margin-left: 3px; }
/* 1518 */ 
/* 1519 */ .nav-previous {	
/* 1520 */ 	float: left; 
/* 1521 */ 	width: 50%; 
/* 1522 */ 	font-weight: bold;
/* 1523 */ 	text-transform: uppercase;
/* 1524 */ }
/* 1525 */ .nav-next {	
/* 1526 */ 	float: right; 
/* 1527 */ 	text-align: right; 
/* 1528 */ 	width: 50%; 
/* 1529 */ 	font-weight: bold;
/* 1530 */ 	text-transform: uppercase;
/* 1531 */ }
/* 1532 */ .nav-single .widget-devider { margin-bottom: 15px; margin-top: 30px;}
/* 1533 */ .nav-single-hidden { display: none; }
/* 1534 */ .nav-single-top {}
/* 1535 */ .nav-previous-top, .nav-next-top {
/* 1536 */ 	display: block;
/* 1537 */ 	width: 40px;
/* 1538 */ 	height: 40px;
/* 1539 */ 	text-align: center;
/* 1540 */ 	line-height: 40px;
/* 1541 */ 	border: 2px solid #FFF;
/* 1542 */ 	float: right;
/* 1543 */ 	margin-left: 10px;
/* 1544 */ 	border-radius: 40px;
/* 1545 */ 	-moz-border-radius: 40px;
/* 1546 */ 	-webkit-border-radius: 40px;
/* 1547 */ 
/* 1548 */ 	-webkit-transition: all 0.3s ease;
/* 1549 */ 	-moz-transition: all 0.3s ease;
/* 1550 */ 	-ms-transition: all 0.3s ease;

/* style.css */

/* 1551 */ 	-o-transition: all 0.3s ease;
/* 1552 */ 	transition: all 0.3s ease;	
/* 1553 */ 
/* 1554 */ 	opacity: .8;
/* 1555 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/* 1556 */ 	filter: alpha(opacity=80);		
/* 1557 */ }
/* 1558 */ .nav-previous-top:hover, .nav-next-top:hover {
/* 1559 */ 	opacity: 1;
/* 1560 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 1561 */ 	filter: alpha(opacity=100);		
/* 1562 */ 
/* 1563 */ }
/* 1564 */ .nav-previous-top a, .nav-next-top a { color: #FFF !important; width: 100%; height: 100%; display: block; }
/* 1565 */ .nav-previous-top a .icon-chevron-left, .nav-next-top a .icon-chevron-right { width: 100%; height: 60%; display: block; margin-top: 13px; }
/* 1566 */ /* 
/* 1567 *|    ------------------------------------------------------
/* 1568 *| 				Popular & Recent Posts Widget
/* 1569 *|    ------------------------------------------------------
/* 1570 *| */
/* 1571 */ 
/* 1572 */ .recent-posts-widget .post-title a,
/* 1573 */ .popular-posts-widget .post-title a,
/* 1574 */ .small-slider .entry-title a { color:#333; }
/* 1575 */ 
/* 1576 */ .popular-posts-widget,
/* 1577 */ .recent-posts-widget,
/* 1578 */ .recent-comments-widget,
/* 1579 */ .jcarousel-posts-widget {  list-style:none; margin-left:0; margin-bottom: 0; }
/* 1580 */ 
/* 1581 */ .popular-posts-widget li,
/* 1582 */ .recent-posts-widget li,
/* 1583 */ .recent-comments-widget li,
/* 1584 */ .jcarousel-posts-widget li { margin-bottom: 15px; padding-bottom: 15px; }
/* 1585 */ 
/* 1586 */  .recent-comments-widget li:last-child,
/* 1587 */  .recent-posts-widget li:last-child,
/* 1588 */  .popular-posts-widget li:last-child,
/* 1589 */  .jcarousel-posts-widget li:last-child  { margin-bottom: 0; }
/* 1590 */ 
/* 1591 */ .small-slider .entry-title { margin-bottom: 5px; }
/* 1592 */ .date-widget .icon-time { font-size: 13px; }
/* 1593 */ .date-widget [class^="icon-"] { margin-right: 3px; }
/* 1594 */ .icon-rating.widget-post { cursor: text !important; }
/* 1595 */ .meta-widget {
/* 1596 */ 	margin-top: 15px;
/* 1597 */ 	text-transform: uppercase;
/* 1598 */ 	font-weight: bold;
/* 1599 */ 	font-size: 11px;
/* 1600 */ 	color: #999

/* style.css */

/* 1601 */ }
/* 1602 */ 
/* 1603 */ .small-slider .flex-direction-nav a { top: 40%; }
/* 1604 */ 
/* 1605 */ .popular-posts-widget .entry-meta,
/* 1606 */ .recent-posts-widget .entry-meta,
/* 1607 */ .recent-comments-widget .entry-meta,
/* 1608 */ .jcarousel-posts-widget .entry-meta { 
/* 1609 */ 	padding-bottom: 0px; 
/* 1610 */ 	color: #AAA;
/* 1611 */ 	font-size: 11px;
/* 1612 */ }
/* 1613 */ 
/* 1614 */ .popular-posts-widget .entry-meta.most-commented,
/* 1615 */ .recent-posts-widget .entry-meta.most-commented,
/* 1616 */ .recent-comments-widget .entry-meta.most-commented,
/* 1617 */ .jcarousel-posts-widget .entry-meta.most-commented,
/* 1618 */ .popular-posts-widget .entry-meta.most-viewed,
/* 1619 */ .recent-posts-widget .entry-meta.most-viewed,
/* 1620 */ .recent-comments-widget .entry-meta.most-viewed,
/* 1621 */ .jcarousel-posts-widget .entry-meta.most-viewed {
/* 1622 */ 	padding-bottom: 5px;
/* 1623 */ }
/* 1624 */ .entry-meta.most-commented .entry-comments a { color: #AAA; }
/* 1625 */ 
/* 1626 */ .popular-posts-widget h4.entry-title, .popular-posts-widget h4.entry-title a, 
/* 1627 */ .recent-comments-widget h4.entry-title, .recent-comments-widget h4.entry-title a,
/* 1628 */ .jcarousel-posts-widget h4.entry-title, .jcarousel-posts-widget h4.entry-title a {
/* 1629 */ 	font-size: 14px;
/* 1630 */ 	line-height: 20px; 
/* 1631 */ 	color: #333;
/* 1632 */ 	margin-bottom: 0;	
/* 1633 */ }
/* 1634 */ 
/* 1635 */ .popular-posts-widget h4.entry-title a:hover, 
/* 1636 */ .recent-comments-widget h4.entry-title a:hover,
/* 1637 */ .jcarousel-posts-widget h4.entry-title a:hover { color: #84b231; }
/* 1638 */ 
/* 1639 */ .widget-post-small-thumb a:hover { border: 0; }
/* 1640 */ 
/* 1641 */ .widget-post-small-thumb { position:relative; float: left; }
/* 1642 */ .widget-post-small-thumb img { width: 75px;	max-width: 75px; display: block; margin-right: 15px; /*margin-bottom: 15px;*/ }
/* 1643 */ 
/* 1644 */ .entry-post-info {
/* 1645 */ 	display: block;
/* 1646 */ 	margin-left: 80px;
/* 1647 */ }
/* 1648 */ /* 
/* 1649 *|    ------------------------------------------------------
/* 1650 *| 						Flickr Widget

/* style.css */

/* 1651 *|    ------------------------------------------------------
/* 1652 *| */
/* 1653 */ [class^="ct-flickr-"] { list-style-type: none; margin: -15px -15px 0 0; }
/* 1654 */ [class^="ct-flickr-"] li { list-style-type: none; float: left; display: block; margin-right: 15px; margin-top: 15px; border: none; padding:0; }
/* 1655 */ [class^="ct-flickr-"] li a img { display: block; width: 75px; height: 75px; }
/* 1656 */ 
/* 1657 */ [class^="ct-flickr-"] li a img:hover {
/* 1658 */ 	opacity: .7;
/* 1659 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 1660 */ 	filter: alpha(opacity=70);	
/* 1661 */ }
/* 1662 */ /* 
/* 1663 *|    ------------------------------------------------------
/* 1664 *| 						Instagram Widget
/* 1665 *|    ------------------------------------------------------
/* 1666 *| */
/* 1667 */ 
/* 1668 */ [class^="ct-instagram-"] li { list-style-type: none;float: left; margin-top: 15px; margin-right: 15px; }
/* 1669 */ [class^="ct-instagram-"] { list-style-type: none; margin: -15px -15px 0 0; }
/* 1670 */ [class^="ct-instagram-"] li img { width: 75px; height: 75px; }
/* 1671 */ 
/* 1672 */ [class^="ct-instagram-"] li img:hover {
/* 1673 */ 	opacity: .7;
/* 1674 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 1675 */ 	filter: alpha(opacity=70);	
/* 1676 */ }	
/* 1677 */ /* 
/* 1678 *|    ------------------------------------------------------
/* 1679 *| 						Related Posts Widget
/* 1680 *|    ------------------------------------------------------
/* 1681 *| */
/* 1682 */ .related-posts-single { list-style:none; margin: -15px -15px 0 0;}
/* 1683 */ .related-posts-single img { width: 75px; height: 75px; }
/* 1684 */ .related-posts-single li { float:left; padding:0; margin-top: 15px; margin-right: 15px; position: relative; }
/* 1685 */ .ct-relatedposts-widget .review-box { padding: 0; font-size: 11px; }
/* 1686 */ 
/* 1687 */ /* 
/* 1688 *|    ------------------------------------------------------
/* 1689 *| 						Categories Widget
/* 1690 *|    ------------------------------------------------------
/* 1691 *| */
/* 1692 */ .widget_recent_entries ul li { margin-bottom: 15px; }
/* 1693 */ 
/* 1694 */ .widget_categories  li:before, 
/* 1695 */ .widget_meta ul li:before, 
/* 1696 */ .widget_pages ul li:before,
/* 1697 */ .widget_archive ul li:before,
/* 1698 */ .widget_recent_comments ul li:before,
/* 1699 */ .widget_recent_entries ul li:before { 
/* 1700 */ 	content: "\f105"; 

/* style.css */

/* 1701 */ 	font-family: FontAwesome; 
/* 1702 */ 	padding-right:4px; 
/* 1703 */ 	font-size: 11px; 
/* 1704 */ }
/* 1705 */ 
/* 1706 */ .widget_recent_comments ul li:before { 
/* 1707 */ 	content: "\f0e6"; 
/* 1708 */ 	font-size: 13px;
/* 1709 */ }
/* 1710 */ 
/* 1711 */ .widget_archive ul li:before {
/* 1712 */ 	content: "\f187"; 
/* 1713 */ 	font-size: 12px;	
/* 1714 */ }
/* 1715 */ 
/* 1716 */ .widget_recent_entries ul li:before {
/* 1717 */ 	content: "\f02d"; 
/* 1718 */ 	font-size: 12px;	
/* 1719 */ }
/* 1720 */ 
/* 1721 */ .widget_categories  ul,
/* 1722 */ .widget_meta ul,
/* 1723 */ .widget_pages ul,
/* 1724 */ .widget_archive ul,
/* 1725 */ .widget_recent_comments ul,
/* 1726 */ .widget_recent_entries ul { list-style-type: none; margin: 0; }
/* 1727 */ 
/* 1728 */ /* 
/* 1729 *|    ------------------------------------------------------
/* 1730 *| 					Tab Widget
/* 1731 *|    ------------------------------------------------------
/* 1732 *| */
/* 1733 */ 
/* 1734 */ .nav-tabs > li { 
/* 1735 */ 	margin-left: 15px; 
/* 1736 */ 	background-color: #ececec; 
/* 1737 */ 	color: #333;
/* 1738 */ 	text-transform: uppercase;
/* 1739 */ 	font-size: 12px;
/* 1740 */ 	font-weight: bold;
/* 1741 */ 	border: 1px solid #cfcfcf;
/* 1742 */ }
/* 1743 */ 
/* 1744 */ .nav-tabs > li > a { 
/* 1745 */ 	border-radius: 0;
/* 1746 */ 	-moz-border-radius: 0;
/* 1747 */ 	-webkit-border-radius: 0;
/* 1748 */ 
/* 1749 */ 	color: #999;
/* 1750 */ 	border: none;

/* style.css */

/* 1751 */ 	margin-right: 0;
/* 1752 */ 	padding-bottom: 5px;
/* 1753 */ 	padding-top: 5px;
/* 1754 */ }
/* 1755 */ .nav-tabs { margin-bottom: 20px !important; }
/* 1756 */ 
/* 1757 */ .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
/* 1758 */ 	background-color: #84b231;
/* 1759 */ 	color: #FFF;
/* 1760 */ 	text-transform: uppercase;
/* 1761 */ 	font-size: 12px;
/* 1762 */ 	font-weight: bold;
/* 1763 */ 	border: none !important;
/* 1764 */ }
/* 1765 */ 
/* 1766 */ 
/* 1767 */ /* 
/* 1768 *|    ------------------------------------------------------
/* 1769 *| 					Search Widget
/* 1770 *|    ------------------------------------------------------
/* 1771 *| */
/* 1772 */ #s {
/* 1773 */ 	margin-bottom: 0;
/* 1774 */ 	font-size: 11px;
/* 1775 */ 	padding: 8px 8px;
/* 1776 */ 	float: left;
/* 1777 */ 	width: 95%;
/* 1778 */ 	text-transform: capitalize;
/* 1779 */ 
/* 1780 */ 	border-radius: 0;
/* 1781 */ 	-moz-border-radius: 0;
/* 1782 */ 	-webkit-border-radius: 0;
/* 1783 */ 
/* 1784 */ }
/* 1785 */ 
/* 1786 */ .no-padding { padding-bottom: 0 !important; }
/* 1787 */ /* 
/* 1788 *|    ------------------------------------------------------
/* 1789 *| 						Calendar Widget
/* 1790 *|    ------------------------------------------------------
/* 1791 *| */
/* 1792 */ #wp-calendar {
/* 1793 */ 	width: 100%
/* 1794 */ }
/* 1795 */ #wp-calendar > caption {
/* 1796 */ 	font-weight: bold;	
/* 1797 */ 	padding: 5px;
/* 1798 */ 	margin-bottom: 10px;
/* 1799 */ }
/* 1800 */ #wp-calendar > caption:after {

/* style.css */

/* 1801 */ 	clear: both
/* 1802 */ }
/* 1803 */ #wp-calendar td {
/* 1804 */ 	text-align: center;	
/* 1805 */ 	padding: 5px 0;
/* 1806 */ 	border: 1px solid #cfcfcf;
/* 1807 */ 	color: #7b7b7b;
/* 1808 */ 	font-size: 11px;
/* 1809 */ }
/* 1810 */ 
/* 1811 */ #wp-calendar td#today {
/* 1812 */ 	background-color: #84b231;
/* 1813 */ 	color: #FFF
/* 1814 */ }
/* 1815 */ 
/* 1816 */ #wp-calendar td#prev, #wp-calendar td#next, #wp-calendar td#prev a, #wp-calendar td#next a {
/* 1817 */ 	text-transform: uppercase;
/* 1818 */ 	background: none !important;
/* 1819 */ 	color: #aaa 
/* 1820 */ }
/* 1821 */ 
/* 1822 */ /* 
/* 1823 *|    ------------------------------------------------------
/* 1824 *| 					Twitter Widget
/* 1825 *|    ------------------------------------------------------
/* 1826 *| */
/* 1827 */ 
/* 1828 */ .tweet_list { list-style: none;	overflow-y: hidden; margin:0; }
/* 1829 */ .tweet_list .awesome,
/* 1830 */ .tweet_list .epic { text-transform: uppercase; }
/* 1831 */ .tweet_list li { overflow-y: auto; overflow-x: hidden; display: block; padding: 10px 0; }
/* 1832 */ .tweet_list li:first-child { padding-top: 0; }
/* 1833 */ .tweet_list li:last-child { padding-bottom: 0; }
/* 1834 */ .tweet_list .tweet_avatar {  float: left; }
/* 1835 */ .tweet_list .tweet_avatar img { vertical-align: middle;	}
/* 1836 */ .tweet_list .tweet_time a { color: #9D9D9D; font-size: 11px; font-weight: normal; }
/* 1837 */ .tweet_list .tweet_time a:hover { color: #313131; }
/* 1838 */ a.tweet_avatar { display: block; }
/* 1839 */ .tweet_list li span.tweet_time { display:block; }
/* 1840 */ a.tweet_avatar { margin-right: 10px; margin-bottom: 20px; }
/* 1841 */ 
/* 1842 */ 
/* 1843 */ /* 
/* 1844 *|    ------------------------------------------------------
/* 1845 *| 						Post Like
/* 1846 *|    ------------------------------------------------------
/* 1847 *| */
/* 1848 */ .like,
/* 1849 */ .entry-share .icon-plus {  
/* 1850 */ 	-moz-transition: all 0.2s ease-out 0.1s;  

/* style.css */

/* 1851 */ 	-webkit-transition: all 0.2s ease-out 0.1s;  
/* 1852 */ 	-o-transition: all 0.2s ease-out 0.1s;
/* 1853 */ }  
/* 1854 */ .entry-share .icon-plus { line-height: 7px; }
/* 1855 */ 
/* 1856 */ .icon-heart.alreadyvoted, .voted .icon-heart { color: #FFF; }
/* 1857 */ .post-like a { color: #FFF; }
/* 1858 */ .post-like a:hover .icon-heart { color: #FFF; }
/* 1859 */ .post-like a:hover { border: 0; }
/* 1860 */ 
/* 1861 */ .voted .like, .post-like .alreadyvoted, .post-like a:hover .like {  
/* 1862 */ }
/* 1863 */ 
/* 1864 */ /* 
/* 1865 *|    ------------------------------------------------------
/* 1866 *| 						Magazine Content
/* 1867 *|    ------------------------------------------------------
/* 1868 *| */
/* 1869 */ 
/* 1870 */ .magazine-content {
/* 1871 */ 	padding: 30px;
/* 1872 */ }
/* 1873 */ 
/* 1874 */ .media-thumb { 
/* 1875 */ 	margin-bottom: 15px; 
/* 1876 */ 	position: relative;
/* 1877 */ }
/* 1878 */ .media-thumb:hover img {
/* 1879 */ 	opacity: .9;
/* 1880 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
/* 1881 */ 	filter: alpha(opacity=90);	
/* 1882 */ }
/* 1883 */ 
/* 1884 */ .entry-widget-title {
/* 1885 */ 	position: relative;
/* 1886 */ 	display: block;
/* 1887 */ 	width: 100%;
/* 1888 */ 	height: 30px;
/* 1889 */ }
/* 1890 */ 
/* 1891 */ .entry-widget-title > .full-line {
/* 1892 */ 	height: 1px;
/* 1893 */ 	background-color: #84b231;
/* 1894 */ }
/* 1895 */ 
/* 1896 */ .entry-widget-title > .entry-title {
/* 1897 */ 	padding: 5px 15px;
/* 1898 */ 	background-color: #84b231;
/* 1899 */ 	color: #FFF;
/* 1900 */ 	font-size: 12px;

/* style.css */

/* 1901 */ 	font-weight: bold;
/* 1902 */ 	line-height: 20px;
/* 1903 */ 	margin-left: 20px;
/* 1904 */ 	text-transform: uppercase;
/* 1905 */ 	top: -15px;
/* 1906 */ 	left: 0;
/* 1907 */ 	position: absolute;
/* 1908 */ }
/* 1909 */ 
/* 1910 */ .entry-widget-title > .entry-title a { color: #FFF; }
/* 1911 */ .three-columns-widget h3.entry-title, .three-columns-widget h3.entry-title a,
/* 1912 */ .three-columns-widget h4.entry-title, .three-columns-widget h4.entry-title a { 
/* 1913 */ 	font-size: 14px;
/* 1914 */ 	line-height: 20px; 
/* 1915 */ 	color: #333;
/* 1916 */ 	margin-bottom: 0;
/* 1917 */ }
/* 1918 */ 
/* 1919 */ .three-columns-widget h3.entry-title a:hover,
/* 1920 */ .three-columns-widget h4.entry-title a:hover { color: #84b231;}
/* 1921 */ .three-columns-widget .entry-meta {
/* 1922 */ 	font-size: 11px;
/* 1923 */ 	color: #aaaaaa;
/* 1924 */ }
/* 1925 */ 
/* 1926 */ .three-columns-widget .entry-meta.meta-footer a, .entry-post .entry-meta .right-meta a {
/* 1927 */ 	color: #aaaaaa !important;
/* 1928 */ }
/* 1929 */ 
/* 1930 */ .entry-comments { margin-right: 10px; }
/* 1931 */ .entry-comments a { color: #AAA !important; }
/* 1932 */ 
/* 1933 */ .entry-post .entry-title {
/* 1934 */ 	font-size: 18px;
/* 1935 */ 	line-height: 24px;
/* 1936 */ 	margin-bottom: 0;
/* 1937 */ }
/* 1938 */ .entry-post .entry-title a { color: #333; }
/* 1939 */ .entry-post .entry-title a:hover { color: #84b231; }
/* 1940 */ .entry-post .entry-meta {
/* 1941 */ 	color: #AAA;
/* 1942 */ 	font-size: 11px;
/* 1943 */ }
/* 1944 */ 
/* 1945 */ .left-meta { float: left; }
/* 1946 */ .right-meta { float: right; }
/* 1947 */ 
/* 1948 */ .read-more {
/* 1949 */ 	font-size: 12px;
/* 1950 */ 	color: #aaa !important;

/* style.css */

/* 1951 */ 	line-height: 20px;
/* 1952 */ 	display: inline-block;
/* 1953 */ }
/* 1954 */ .read-more:hover { color: #444 !important; }
/* 1955 */ .read-more > .icon-plus-sign {
/* 1956 */ 	margin-right: 5px;
/* 1957 */ 	font-size: 14px;
/* 1958 */ }
/* 1959 */ 
/* 1960 */ .entry-post { margin-bottom: 30px; }
/* 1961 */ /* 
/* 1962 *|    ------------------------------------------------------
/* 1963 *| 						Sidebar
/* 1964 *|    ------------------------------------------------------
/* 1965 *| */
/* 1966 */ 
/* 1967 */ .sidebar aside, .magazine-content aside {
/* 1968 */ 	margin-bottom: 50px;
/* 1969 */ 	margin-top: 15px;
/* 1970 */ }
/* 1971 */ .sidebar aside ul { margin-bottom: 0; }
/* 1972 */ 
/* 1973 */ .sidebar aside ul li { color: #AAA; }
/* 1974 */ 
/* 1975 */ .sidebar aside ul li img:hover, aside ul li img:hover { 
/* 1976 */ 	opacity: .7;
/* 1977 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 1978 */ 	filter: alpha(opacity=70);	
/* 1979 */ }
/* 1980 */ 
/* 1981 */ .post-date {
/* 1982 */ 	color: #AAA;
/* 1983 */ 	font-size: 11px;
/* 1984 */ 	display: block;
/* 1985 */ }
/* 1986 */ 
/* 1987 */ .widget, .img-format {
/* 1988 */ 	 -webkit-transform: translateZ(0);
/* 1989 */ 	 -moz-transform: translateZ(0);
/* 1990 */ 	 -ms-transform: translateZ(0);
/* 1991 */ 	 transform: translateZ(0);
/* 1992 */ }
/* 1993 */ 
/* 1994 */ h4.comments-not-found {
/* 1995 */ 	font-size: 14px;
/* 1996 */ 	font-weight: bold;
/* 1997 */ 	color: #444;
/* 1998 */ }
/* 1999 */ /* 
/* 2000 *|    ------------------------------------------------------

/* style.css */

/* 2001 *| 						Flex Slider (mini Slider for Sidebar)
/* 2002 *|    ------------------------------------------------------
/* 2003 *| */
/* 2004 */ .small-slider {
/* 2005 */ 	padding: 30px;
/* 2006 */ 	background-color: #1a1b1c;
/* 2007 */ }
/* 2008 */ 
/* 2009 */ .small-slider h3.entry-title, .small-slider h3.entry-title a,
/* 2010 */ .small-slider h4.entry-title, .small-slider h4.entry-title a { 
/* 2011 */ 	font-size: 14px;
/* 2012 */ 	line-height: 20px; 
/* 2013 */ 	color: #FFF;
/* 2014 */ 	margin-bottom: 0;
/* 2015 */ }
/* 2016 */ .small-slider p { color: #c9c9c9 !important; }
/* 2017 */ 
/* 2018 */ .small-slider .entry-meta,  .small-slider a .leave-reply { 
/* 2019 */ 	color: #7b7b7b;
/* 2020 */ 	font-size: 11px;
/* 2021 */ }
/* 2022 */ 
/* 2023 */ .small-slider a:hover { color: #FFF; }
/* 2024 */ 
/* 2025 */ /* 
/* 2026 *|    ------------------------------------------------------
/* 2027 *| 						Post Thumbs Widgets
/* 2028 *|    ------------------------------------------------------
/* 2029 *| */
/* 2030 */ 
/* 2031 */ ul.post-thumbs-widget { margin: 0 -15px 0 0; }
/* 2032 */ ul.post-thumbs-widget, ul.post-thumbs-widget li { list-style-type: none; }
/* 2033 */ ul.post-thumbs-widget li {
/* 2034 */ 	display: block;
/* 2035 */ 	width: 75px;
/* 2036 */ 	height: 75px;
/* 2037 */ 	margin-right: 15px;
/* 2038 */ 	margin-bottom: 15px;
/* 2039 */ 	float: left;
/* 2040 */ }
/* 2041 */ ul.post-thumbs-widget li img:hover {
/* 2042 */ 	opacity: .7;
/* 2043 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 2044 */ 	filter: alpha(opacity=70);		
/* 2045 */ }
/* 2046 */ /* 
/* 2047 *|    ------------------------------------------------------
/* 2048 *| 						jCarousel Widgets
/* 2049 *|    ------------------------------------------------------
/* 2050 *| */

/* style.css */

/* 2051 */ .jcarousel-posts-widget li { min-height: 65px; display: block; }
/* 2052 */ .jcarousel-navigation {
/* 2053 */ 	width: 100%;
/* 2054 */ 	display: block;
/* 2055 */ 	position: relative;
/* 2056 */ 	margin-bottom: 15px;
/* 2057 */ }
/* 2058 */ .jcarousel-divider-nav {
/* 2059 */ 	height: 1px;
/* 2060 */ 	background-color: #C3C3C3;
/* 2061 */ 	width: 100%;
/* 2062 */ 	display: block;
/* 2063 */ 	z-index: 1;
/* 2064 */ 	position: absolute;
/* 2065 */ 	left: 0;
/* 2066 */ 	top: 10px;
/* 2067 */ }
/* 2068 */ .j-buttons {
/* 2069 */ 	display: block;
/* 2070 */ 	float: right;
/* 2071 */ 	z-index: 10;
/* 2072 */ 	background-color: #FFF;
/* 2073 */ 	position: absolute;
/* 2074 */ 	right: 10px;
/* 2075 */ }
/* 2076 */ .next, .prev, .next2, .prev2, [class^="next-"], [class^="prev-"] {
/* 2077 */ 	display: block;
/* 2078 */ 	width: 20px;
/* 2079 */ 	height: 20px;
/* 2080 */ 	background-color: #C3C3C3;
/* 2081 */ 	float: right;
/* 2082 */ 	margin-left: 2px;
/* 2083 */ 	margin-right: 2px;
/* 2084 */ 	text-align: center;
/* 2085 */ 	line-height: 20px;
/* 2086 */ 	color: #FFF;
/* 2087 */ 	font-weight: bold;
/* 2088 */ 	font-size: 14px;
/* 2089 */ 	cursor: pointer;
/* 2090 */ 	-webkit-transition: all 0.5s ease;
/* 2091 */ 	-moz-transition: all 0.5s ease;
/* 2092 */ 	-ms-transition: all 0.5s ease;
/* 2093 */ 	-o-transition: all 0.5s ease;
/* 2094 */ 	transition: all 0.5s ease;		
/* 2095 */ }
/* 2096 */ .next:hover, .prev:hover, .next:focus, .prev:focus,
/* 2097 */ .next2:hover, .prev2:hover, .next2:focus, .prev2:focus,
/* 2098 */ [class^="next-"]:hover, [class^="prev-"]:hover, [class^="next-"]:focus, [class^="prev-"]:focus {
/* 2099 */ 	background-color: #84b231;
/* 2100 */ 	color: #FFF;

/* style.css */

/* 2101 */ }
/* 2102 */ 
/* 2103 */ .jcarousel-posts-widget li .leave-reply { color: #AAA; }
/* 2104 */ .jcarousel-posts-widget li img:hover {
/* 2105 */ 	opacity: .7;
/* 2106 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 2107 */ 	filter: alpha(opacity=70);		
/* 2108 */ }
/* 2109 */ 
/* 2110 */ /* 
/* 2111 *|    ------------------------------------------------------
/* 2112 *| 						Flex Slider
/* 2113 *|    ------------------------------------------------------
/* 2114 *| */
/* 2115 */ .single .flexslider { 
/* 2116 */ -webkit-transform: translateZ(0);
/* 2117 */ -moz-transform: translateZ(0);
/* 2118 */ -ms-transform: translateZ(0);
/* 2119 */ transform: translateZ(0);
/* 2120 */ }
/* 2121 */ 
/* 2122 */ .flexslider { 
/* 2123 */ 	margin: 0; 
/* 2124 */ 	border: 0; 
/* 2125 */ 	box-shadow: none;
/* 2126 */ 	-moz-box-shadow: none; 	
/* 2127 */ 	-webkit-box-shadow: none;
/* 2128 */ 	border-radius: 0;
/* 2129 */ 	-moz-border-radius: 0;
/* 2130 */ 	-webkit-border-radius: 0;
/* 2131 */ }
/* 2132 */ 
/* 2133 */ .flex-carousel { 
/* 2134 */ 	padding: 30px;
/* 2135 */ 	background: none; 
/* 2136 */ }
/* 2137 */ .flex-carousel.carousel-gallery { padding: 0 }
/* 2138 */ .flexslider.flex-carousel .slides > li { margin-right: 18px; }
/* 2139 */ .flexslider.flex-carousel.carousel-gallery .slides > li { margin-right: 20px; }
/* 2140 */ .flexslider.flex-carousel.carousel-gallery .slides > li img, .flexslider.flex-carousel.carousel-gallery .slides > li:hover img  { border: none; }
/* 2141 */ 
/* 2142 */ .flex-direction-nav li [class^="icon-"],
/* 2143 */ .small-slider li [class^="icon-"] { width: auto; }
/* 2144 */ 
/* 2145 */ 
/* 2146 */ .flex-direction-nav .flex-prev,
/* 2147 */ .flex-direction-nav .flex-next {
/* 2148 */ 	font-size: 26px;
/* 2149 */ 	height:40px;
/* 2150 */ 	width:40px;

/* style.css */

/* 2151 */ 	background-color: #84b231;
/* 2152 */ 	color: #FFF;
/* 2153 */ 	line-height: 40px;
/* 2154 */ 	text-align: center;
/* 2155 */ 
/* 2156 */ } 
/* 2157 */ 
/* 2158 */ 
/* 2159 */ 
/* 2160 */ .flex-direction-nav .flex-prev { left: 30px; }
/* 2161 */ .flex-direction-nav .flex-next { right: 30px; }
/* 2162 */ 
/* 2163 */ 
/* 2164 */ .flex-carousel .flex-direction-nav .flex-prev,
/* 2165 */ .flex-carousel .flex-direction-nav .flex-next {
/* 2166 */ 	width: 30px;
/* 2167 */ 	height: 30px;
/* 2168 */ 	line-height: 30px;
/* 2169 */ 	font-size: 22px;	
/* 2170 */ }
/* 2171 */ .flex-carousel .flex-direction-nav .flex-prev { left: 30px !important; cursor: pointer; }
/* 2172 */ .flex-carousel .flex-direction-nav .flex-next { right: 30px !important; cursor: pointer; }
/* 2173 */ 
/* 2174 */ .flex-carousel.carousel-gallery .flex-direction-nav .flex-prev { left: 0px !important; cursor: pointer; }
/* 2175 */ .flex-carousel.carousel-gallery .flex-direction-nav .flex-next { right: 0px !important; cursor: pointer; }
/* 2176 */ 
/* 2177 */ 
/* 2178 */ .flex-direction-nav a:hover { color: #FFF; }
/* 2179 */ .flex-direction-nav a {
/* 2180 */ 	margin: -20px 0 0;
/* 2181 */ 	display: block;
/* 2182 */ 	position: absolute;
/* 2183 */ 	top: 50%;
/* 2184 */ 	z-index: 10;
/* 2185 */ 	cursor: pointer;
/* 2186 */ 	text-indent: 0;
/* 2187 */ 	opacity: .7;
/* 2188 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 2189 */ 	filter: alpha(opacity=70);		
/* 2190 */ }
/* 2191 */ .flexslider:hover .flex-next { right: 30px;  }
/* 2192 */ .flexslider:hover .flex-prev { left: 30px; }
/* 2193 */ 
/* 2194 */ .flex-carousel.carousel-gallery .flex-direction-nav a {
/* 2195 */ 	background-color: #84b231;	
/* 2196 */ 	color: #FFF;
/* 2197 */ 	border: none;
/* 2198 */ 	/*opacity: .8;
/* 2199 *| 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/* 2200 *| 	filter: alpha(opacity=80);		*/

/* style.css */

/* 2201 */ }
/* 2202 */ /* slider flagman styles */
/* 2203 */ .slider-content {
/* 2204 */ 	position: absolute;
/* 2205 */ 	left: 30px;
/* 2206 */ 	top: 60%;
/* 2207 */ 	display: block;
/* 2208 */ 	width: 60%;
/* 2209 */ 	padding: 30px;
/* 2210 */ 	background-color: #000;
/* 2211 */ 
/* 2212 */ 	opacity: 0.7;
/* 2213 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 2214 */ 	filter: alpha(opacity=70);		
/* 2215 */ 
/* 2216 */ 
/* 2217 */ }
/* 2218 */ 
/* 2219 */ .slider-content .entry-title {
/* 2220 */ 	color: #84b231;
/* 2221 */ 	font-size: 18px;
/* 2222 */ 	font-weight: bold;
/* 2223 */ 	margin-bottom: 0;
/* 2224 */ 
/* 2225 */ 	-webkit-transition: all 0.3s ease;
/* 2226 */ 	-moz-transition: all 0.3s ease;
/* 2227 */ 	-ms-transition: all 0.3s ease;
/* 2228 */ 	-o-transition: all 0.3s ease;
/* 2229 */ 	transition: all 0.3s ease;		
/* 2230 */ }
/* 2231 */ .slider-content .meta-stars { 
/* 2232 */ 	margin-bottom: 10px;		
/* 2233 */ }
/* 2234 */ .meta-stars .icon-star, .meta-stars .icon-star-half-empty, .meta-stars .icon-star-empty { margin-right: 1px; }
/* 2235 */ .slider-content a:hover .entry-title { color: #FFF; }
/* 2236 */ .entry-slider-content {
/* 2237 */ 	color: #f1f2f3;
/* 2238 */ }
/* 2239 */ 
/* 2240 */ /* 
/* 2241 *|    ------------------------------------------------------
/* 2242 *| 						Custom Widgets
/* 2243 *|    ------------------------------------------------------
/* 2244 *| */
/* 2245 */ .widget_top { padding: 30px; }
/* 2246 */ .widget_top .entry-widget-title > .full-line { background-color: #333; }
/* 2247 */ .widget_top .entry-widget-title > .entry-title { background-color: #333; } 
/* 2248 */ .widget_top #wp-calendar td { border-color: #333; }
/* 2249 */ .widget_top .tagcloud a[class|="tag-link"], .widget_top .tagcloud a[class|="tag-link"], .widget_top #entry-post a[rel="tag"] { border-color: #333; color: #555 }
/* 2250 */ 

/* style.css */

/* 2251 */ .ct_custommenu_widget { background-color: #FFF; padding: 0 !important }
/* 2252 */ 
/* 2253 */ 
/* 2254 */ .carousel-thumb .category-item { position:absolute; }
/* 2255 */ .carousel-thumb { 
/* 2256 */ 	position:relative; overflow:hidden;
/* 2257 */ 
/* 2258 */ }
/* 2259 */ 
/* 2260 */ .carousel-thumb .video, .carousel-thumb .audio, .entry-thumb .video, .carousel-thumb .rating-post, .media-thumb .video, .media-thumb .audio, .media-thumb .rating-post { 
/* 2261 */ 	position: absolute;
/* 2262 */ 	z-index: 1;
/* 2263 */ 	top: 50%;
/* 2264 */ 	margin-top: -15px;
/* 2265 */ 	left: 50%;
/* 2266 */ 	margin-left: -15px;
/* 2267 */ 	width: 30px;
/* 2268 */ 	height: 30px;
/* 2269 */ 	text-align: center;
/* 2270 */ 	font-size: 16px;
/* 2271 */ 	border: 2px solid #FFF;
/* 2272 */ 	background-color: #000;
/* 2273 */ 	line-height: 30px;
/* 2274 */ 	color: #FFF;
/* 2275 */ 	display: block;
/* 2276 */ 
/* 2277 */ 	opacity: .7;
/* 2278 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 2279 */ 	filter: alpha(opacity=70);
/* 2280 */ 
/* 2281 */ 	border-radius: 30px;
/* 2282 */ 	-moz-border-radius: 30px;
/* 2283 */ 	-webkit-border-radius: 30px;
/* 2284 */ 
/* 2285 */ 		-webkit-transition: all 0.3s ease;
/* 2286 */ 	-moz-transition: all 0.3s ease;
/* 2287 */ 	-ms-transition: all 0.3s ease;
/* 2288 */ 	-o-transition: all 0.3s ease;
/* 2289 */ 	transition: all 0.3s ease;	
/* 2290 */ }
/* 2291 */ 
/* 2292 */ .media-thumb .video .icon-play { margin-left: 2px; }
/* 2293 */ 
/* 2294 */ .carousel-thumb .rating-post a {
/* 2295 */ 	display: block; 
/* 2296 */ 	width: 100%; 
/* 2297 */ 	height: 100%; 
/* 2298 */ 	color: #FFF;	
/* 2299 */ }
/* 2300 */ 

/* style.css */

/* 2301 */ .carousel-thumb:hover .video, .carousel-thumb:hover .rating-post, .carousel-thumb:hover .audio {
/* 2302 */ 	opacity: 0;
/* 2303 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 2304 */ 	filter: alpha(opacity=0);
/* 2305 */ }
/* 2306 */ 
/* 2307 */ .carousel-thumb .title-mask {
/* 2308 */ 	color:#FFF;
/* 2309 */ 	font-weight: bold;
/* 2310 */ 	font-size: 13px;
/* 2311 */ 	font-family: Arial, Helvetica, sans-serif;
/* 2312 */ 	position: absolute;
/* 2313 */ 	top:0px;
/* 2314 */ 	padding-top: 15px;
/* 2315 */ 	display: block;
/* 2316 */ 	width: 100%;
/* 2317 */ 	height: 100%;
/* 2318 */ 	left: 0px;
/* 2319 */ 	text-align: center;
/* 2320 */ 
/* 2321 */ 	opacity: 0;
/* 2322 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 2323 */ 	filter: alpha(opacity=0);	
/* 2324 */ 
/* 2325 */ 		-webkit-transition: all 0.5s ease;
/* 2326 */ 	-moz-transition: all 0.5s ease;
/* 2327 */ 	-ms-transition: all 0.5s ease;
/* 2328 */ 	-o-transition: all 0.5s ease;
/* 2329 */ 	transition: all 0.5s ease;		
/* 2330 */ }
/* 2331 */ .carousel-thumb .title-mask a {
/* 2332 */ 	color: #FFF
/* 2333 */ }
/* 2334 */ .carousel-gallery .carousel-thumb .title-mask {
/* 2335 */ 	opacity: .7;
/* 2336 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 2337 */ 	filter: alpha(opacity=70);	
/* 2338 */ 	position: absolute;
/* 2339 */ 	left: 0;
/* 2340 */ 	top: auto;
/* 2341 */ 	bottom: 0;
/* 2342 */ 	height: auto;
/* 2343 */ 	padding: 0;
/* 2344 */ 	margin-top: 0;
/* 2345 */ 	padding: 5px 0px;
/* 2346 */ 	text-align: center;
/* 2347 */ }
/* 2348 */ .carousel-gallery .carousel-thumb .title-mask h3 { margin-top: 0; background-color: #000; /*display: inline-block;*/ padding: 5px 15px;}
/* 2349 */ .carousel-gallery .carousel-thumb .title-mask h3 a { font-size: 12px; }
/* 2350 */ 

/* style.css */

/* 2351 */ .carousel-gallery .carousel-thumb:hover .title-mask {
/* 2352 */ 	bottom: 10%;
/* 2353 */ 	opacity: .7;
/* 2354 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* 2355 */ 	filter: alpha(opacity=70);	
/* 2356 */ }
/* 2357 */ 
/* 2358 */ .carousel-thumb .title-mask .small-divider {
/* 2359 */ 	width: 40px;
/* 2360 */ 	height: 1px;
/* 2361 */ 	background-color: #FFF;
/* 2362 */ 	display: block;
/* 2363 */ 	margin: 0 auto;
/* 2364 */ 	margin-top: 10px;
/* 2365 */ 	margin-bottom: 10px;
/* 2366 */ }
/* 2367 */ .carousel-thumb .title-mask .small-date, .carousel-thumb .title-mask .small-category {
/* 2368 */ 	font-size: 11px;
/* 2369 */ }
/* 2370 */ .carousel-thumb .title-mask h3 a, .carousel-thumb .title-mask h3 {
/* 2371 */ 	margin-top: 15px;
/* 2372 */ 	margin-bottom: 0px;
/* 2373 */ 	font-size: 14px;
/* 2374 */ 	text-transform: uppercase;
/* 2375 */ 	line-height: 20px;
/* 2376 */ 	font-weight: bold;
/* 2377 */ }
/* 2378 */ .carousel-thumb:hover .title-mask {
/* 2379 */ 	opacity: 1;
/* 2380 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 2381 */ 	filter: alpha(opacity=100);	
/* 2382 */ 
/* 2383 */ 	
/* 2384 */ }
/* 2385 */ .carousel-thumb:hover img {
/* 2386 */ 	opacity: .5;
/* 2387 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 2388 */ 	filter: alpha(opacity=50);
/* 2389 */ } 
/* 2390 */ 
/* 2391 */ .carousel-thumb .icon-rating .icon-star-empty, .post-block .icon-rating .icon-star-empty {
/* 2392 */ 	position: absolute;
/* 2393 */ 	right: 20px;
/* 2394 */ 	top: 20px;
/* 2395 */ 	font-size: 22px;
/* 2396 */ 	font-weight: bold;
/* 2397 */ 	color: #FFF;
/* 2398 */ }
/* 2399 */ 
/* 2400 */ .only-content { color: #313131 }

/* style.css */

/* 2401 */ 
/* 2402 */ .widget-carousel .carousel-thumb .title-mask { width:130px; }
/* 2403 */ .carousel-thumb .title-mask h5 { color:#FFF; margin-bottom:0;}
/* 2404 */ .carousel-thumb .entry-content { /*display:inline-block;*/ }
/* 2405 */ 
/* 2406 */ .review-box { position: absolute; top: 0; left: 0; background-color: #fff; padding: 3px; }
/* 2407 */ 
/* 2408 */ .ct-button {
/* 2409 */ 	text-align: center;
/* 2410 */ 	text-transform: uppercase;
/* 2411 */ 	font-size: 16px;
/* 2412 */ 	font-weight: bold;
/* 2413 */ 	padding: 10px 15px;
/* 2414 */ 	border: 1px solid #FFF;
/* 2415 */ 	text-decoration: none !important;
/* 2416 */ 	color: #FFF !important;
/* 2417 */ 	-webkit-transition: all 0.5s ease;
/* 2418 */ 	-moz-transition: all 0.5s ease;
/* 2419 */ 	-ms-transition: all 0.5s ease;
/* 2420 */ 	-o-transition: all 0.5s ease;
/* 2421 */ 	transition: all 0.5s ease;		
/* 2422 */ 	font-family: "Open Sans", Helvetica, Arial, sans-serif;
/* 2423 */ }
/* 2424 */ .ct-button:hover { cursor: pointer; background-color: rgba(255,255,255,.2); }
/* 2425 */ 
/* 2426 */ /* 
/* 2427 *|    ------------------------------------------------------
/* 2428 *| 					Custom Menu Widget
/* 2429 *|    ------------------------------------------------------
/* 2430 *| */
/* 2431 */ .widget_nav_menu .menu { margin: 0; list-style-type: none; }
/* 2432 */ .widget_nav_menu li:before { content: "\f00c"; font-family: FontAwesome; padding-right:10px; font-size: 10px; }
/* 2433 */ .widget_nav_menu li.current-menu-item:before,
/* 2434 */ .widget_nav_menu li.current-menu-ancestor:before { color: #c2374c; }
/* 2435 */ .widget_nav_menu ul.sub-menu { 
/* 2436 */ 	-webkit-box-shadow: none;
/* 2437 */ 	-moz-box-shadow:    none;
/* 2438 */ 	box-shadow:         none;
/* 2439 */ 	list-style-type: none;
/* 2440 */ }
/* 2441 */ 
/* 2442 */ 
/* 2443 */ /* 
/* 2444 *|    ------------------------------------------------------
/* 2445 *| 						Widgets Area
/* 2446 *|    ------------------------------------------------------
/* 2447 *| */
/* 2448 */ 
/* 2449 */ 
/* 2450 */ /* 

/* style.css */

/* 2451 *|    ------------------------------------------------------
/* 2452 *| 					Bootstrap Override
/* 2453 *|    ------------------------------------------------------
/* 2454 *| */
/* 2455 */ 
/* 2456 */ select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
/* 2457 */ font-size: 12px;}
/* 2458 */ .comments-title h4 { border-bottom: 1px solid #EBECED; font-weight:normal; }
/* 2459 */ 
/* 2460 */ .input-append .add-on, .input-prepend .add-on {
/* 2461 */ 	background-color: #84b231;
/* 2462 */ 	color: #FFF;
/* 2463 */ 	border: 1px solid #84b231;
/* 2464 */ }
/* 2465 */ 
/* 2466 */ #contacts-form i { margin-right: 0px; }
/* 2467 */ #contacts-form .input-prepend { margin-bottom: 15px; }
/* 2468 */ #contacts-form form { margin-bottom:0;}
/* 2469 */ #contacts-form .btn { 
/* 2470 */   float:right; 
/* 2471 */   display: inline-block;
/* 2472 */   padding: 7px 15px;
/* 2473 */   margin-bottom: 0;
/* 2474 */   font-size: 12px;
/* 2475 */   line-height: 20px;
/* 2476 */   color: #313131;
/* 2477 */   text-align: center;
/* 2478 */   vertical-align: middle;
/* 2479 */   font-weight: bold;
/* 2480 */   cursor: pointer;
/* 2481 */   background-color: #f5f5f5 !important;
/* 2482 */   border: 1px solid #bbbbbb;
/* 2483 */   border-radius: 0;
/* 2484 */   -moz-border-radius: 0;
/* 2485 */   -webkit-border-radius: 0;
/* 2486 */ 
/* 2487 */ }
/* 2488 */ #contacts-form .btn:hover, #contacts-form .btn:focus {
/* 2489 */ 	background-position: 0 0;
/* 2490 */ 	background-color: #e6e6e6 !important;
/* 2491 */ }
/* 2492 */ #contacts-form textarea { margin-bottom:15px; }
/* 2493 */ 
/* 2494 */ /* addthis service */
/* 2495 */ .addthis_button_facebook_like {height: 22px; margin-bottom: 0;}
/* 2496 */ .addthis_button_tweet { height:22px; }
/* 2497 */ 
/* 2498 */ .textwidget .accordion { margin-bottom:0; }
/* 2499 */ 
/* 2500 */ .accordion-heading .accordion-toggle { font-weight: bold; }

/* style.css */

/* 2501 */ 
/* 2502 */ /* sitemap  */
/* 2503 */ .entry-sitemap h5 { margin-bottom:5px; }
/* 2504 */ .entry-sitemap ul { margin-bottom:10px; }
/* 2505 */ .entry-sitemap .posts-name { list-style:none; margin-bottom:40px; }
/* 2506 */ .entry-sitemap .category-name {list-style:none;margin-bottom: 40px;}
/* 2507 */ .entry-sitemap .categories img { width:auto; display:inline-block; }
/* 2508 */ .entry-sitemap .posts-name li ul li, .entry-sitemap .category-name li ul li, .entry-sitemap .pages-name li { padding-bottom:5px; }
/* 2509 */ 
/* 2510 */ .twitter-tweet-rendered { width:100% !important;}
/* 2511 */ .twt-border {
/* 2512 */ 	_width: 100%!important;
/* 2513 */ 	max-width: 100%!important;
/* 2514 */ 	min-width: 100%!important;
/* 2515 */ }
/* 2516 */ 
/* 2517 */ .category-ads ins { float:right; }
/* 2518 */ 
/* 2519 */ /* google prettify */
/* 2520 */ .com { color: #93a1a1; }
/* 2521 */ .lit { color: #195f91; }
/* 2522 */ .pun, .opn, .clo { color: #93a1a1; }
/* 2523 */ .fun { color: #dc322f; }
/* 2524 */ .str, .atv { color: #D14; }
/* 2525 */ .kwd, .prettyprint .tag { color: #1e347b; }
/* 2526 */ .typ, .atn, .dec, .var { color: teal; }
/* 2527 */ .pln { color: #48484c; }
/* 2528 */ 
/* 2529 */ .prettyprint {
/* 2530 */   padding: 8px;
/* 2531 */   background-color: #f7f7f9;
/* 2532 */   border: 1px solid #e1e1e8;
/* 2533 */ }
/* 2534 */ .prettyprint.linenums {
/* 2535 */   -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
/* 2536 */ 	 -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
/* 2537 */ 		  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
/* 2538 */ }
/* 2539 */ 
/* 2540 */ 
/* 2541 */ /* Specify class=linenums on a pre to get line numbering */
/* 2542 */ ol.linenums {
/* 2543 */   margin: 0 0 0 33px; /* IE indents via margin-left */
/* 2544 */ }
/* 2545 */ ol.linenums li {
/* 2546 */   padding-left: 12px;
/* 2547 */   color: #bebec5;
/* 2548 */   line-height: 20px;
/* 2549 */   text-shadow: 0 1px 0 #fff;
/* 2550 */ }

/* style.css */

/* 2551 */ 
/* 2552 */ 
/* 2553 */ /* Misc styles */
/* 2554 */ #content li, .widget li { line-height: inherit; }
/* 2555 */ .pp_pic_holder a:hover { border: 0 !important; } /* for prettyphoto*/
/* 2556 */ .row-fluid .pull-left[class*="span"]:last-child { margin-left: 0; }
/* 2557 */ .accordion-heading a:hover { border: 0; }
/* 2558 */ 
/* 2559 */ /* 
/* 2560 *|    ------------------------------------------------------
/* 2561 *| 				Retina Display Media Query
/* 2562 *|    ------------------------------------------------------
/* 2563 *| */
/* 2564 */ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
/* 2565 */ 	/* Retina-specific stuff here */
/* 2566 */ 
/* 2567 */ }
/* 2568 */ 
/* 2569 */ /* 
/* 2570 *|    ------------------------------------------------------
/* 2571 *| 				For stupid IE
/* 2572 *|    ------------------------------------------------------
/* 2573 *| */
/* 2574 */ .ie8 .related-posts-single img,
/* 2575 */ .ie8 .widget-post-small-thumb img  { max-width: inherit; }
/* 2576 */ .ie8 .widget-thumb li { float: left; margin-right: 8px; margin-top: 8px; position: relative; }
/* 2577 */ .ie8 .widget-thumb li:first-child { margin-right: 0px; margin-top: 0px; }
/* 2578 */ .ie10 .carousel-thumb img,
/* 2579 */ .ie10 .widget-post-big-thumb img,
/* 2580 */ .ie10 .widget-big-thumb img,
/* 2581 */ .ie10 .related-posts-single img { visibility: visible !important; opacity: 1 !important; }
/* 2582 */ .ie8 #mainmenu-block-bg { background:#FBFBFB !important; }
/* 2583 */ 
/* 2584 */ 
/* 2585 */ /* DEMO */
/* 2586 */ .ct-the-icons { list-style:none; margin:0; }
/* 2587 */ .ct-the-icons li {
/* 2588 */ 	float: left;
/* 2589 */ 	width: 25%;
/* 2590 */ 	line-height: 25px;
/* 2591 */ }
/* 2592 */ 
/* 2593 */ .nav>li>a:hover { border: 0; }
/* 2594 */ 
/* 2595 */ 
/* 2596 */ .entry-summary { padding: 20px;}
/* 2597 */ .search-results .archive-title { margin-bottom: 0; }
/* 2598 */ #blog-sharing-block { background: #FFF;	margin-bottom: 20px; }
/* 2599 */ #blog-sharing-block a:hover { border: 0; }
/* 2600 */ 

/* style.css */

/* 2601 */ .to-top {
/* 2602 */ 	background-color: #FFF;
/* 2603 */ 	width: 35px;
/* 2604 */ 	position: fixed;
/* 2605 */ 	right: 5px;
/* 2606 */ 	bottom: 10px;
/* 2607 */ 	height: 35px;
/* 2608 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/* 2609 */ 	filter: alpha(opacity=80);	
/* 2610 */ 	opacity: 0.8;
/* 2611 */ 	text-align: center;
/* 2612 */ 	line-height: 35px;
/* 2613 */ 	font-size: 16px;
/* 2614 */ 
/* 2615 */ 	-webkit-transition: all 0.2s linear;
/* 2616 */ 	   -moz-transition: all 0.2s linear;
/* 2617 */ 		 -o-transition: all 0.2s linear;
/* 2618 */ 		   -transition: all 0.2s linear;		
/* 2619 */ }
/* 2620 */ 
/* 2621 */ .to-top:hover { 
/* 2622 */ 	background-color: #84b231;
/* 2623 */ 	color: #FFF
/* 2624 */ }
/* 2625 */ 
/* 2626 */ 
/* 2627 */ /* -------- Added in v 1.01 ------------------- */
/* 2628 */ .pagination a, .pagination .current { width: auto; min-width: 14px; padding: 0 3px !important; }

/* rwd-styles.css */

/* 1   */ /* 
/* 2   *|    ------------------------------------------------------
/* 3   *| 					Responsive Styles
/* 4   *|    ------------------------------------------------------
/* 5   *| */
/* 6   */ @media (max-width: 767px) { 
/* 7   */ 	#menu { display: none; }
/* 8   */ 	.navigation select { display: block; margin: 5px 0; }
/* 9   */ 	.navigation { padding: 0 30px; }
/* 10  */ 	.entry-headline .span4 { display: none; }
/* 11  */ 	.ct-tabs li { margin-left: 0; }
/* 12  */ 	.ct-tabs li a { font-size: 10px; }
/* 13  */ 	.small-slider { padding: 10px; }
/* 14  */ 	.small-slider.flexslider:hover .flex-next { right: 10px; }
/* 15  */ 	.small-slider .flex-direction-nav .flex-prev { left: 10px; }
/* 16  */ 	.small-slider .flex-direction-nav .flex-next { right: 10px; }
/* 17  */ 	.small-slider.flexslider:hover .flex-next { right: 10px;  }
/* 18  */ 	.small-slider.flexslider:hover .flex-prev { left: 10px; }
/* 19  */ 	.three-columns-widget .span4 { margin-bottom: 20px; }
/* 20  */ 	.slider-content { padding: 10px; }
/* 21  */ 	.entry-slider-content p { margin: 0;}
/* 22  */ 	.ct_2columns_widget .span6:nth-child(2) { margin-top: 40px; }
/* 23  */ 	.nav-block { margin-bottom: 40px; }
/* 24  */ 	#contacts-form .input-prepend { width: 100%; }
/* 25  */ 	#secondary { margin-top: 60px; }
/* 26  */ }
/* 27  */ 
/* 28  */ @media (max-width: 720px) { 
/* 29  */ }
/* 30  */ 
/* 31  */ @media  (max-width: 640px) {
/* 32  */ 	.entry-top { display: none; }
/* 33  */ }
/* 34  */ 
/* 35  */ @media  (max-width: 600px) {
/* 36  */ }
/* 37  */ 
/* 38  */ @media  (max-width: 568px) {
/* 39  */ }
/* 40  */ 
/* 41  */ @media  (max-width: 480px) {
/* 42  */ 	.copyright-info.right { float: none; margin-top: 20px; }
/* 43  */ }
/* 44  */ 
/* 45  */ @media  (max-width: 400px) {
/* 46  */  
/* 47  */ }
/* 48  */ 
/* 49  */ @media  (max-width: 360px) {
/* 50  */ }

/* rwd-styles.css */

/* 51  */ 
/* 52  */ @media (max-width: 320px) {
/* 53  */ 	.entry-magazine-top .ct_slider_widget { display: none; }
/* 54  */ 	.left-meta { float: none; }
/* 55  */ 	.right-meta { float: none; }
/* 56  */ }
/* 57  */ 
/* 58  */ @media (max-width: 240px) { 
/* 59  */ }
/* 60  */ 
/* 61  */ @media (max-width: 220px) { 
/* 62  */ }
/* 63  */ 
/* 64  */ @media (max-width: 176px) { 
/* 65  */ }
/* 66  */ 
/* 67  */ @media (min-width: 768px) and (max-width: 979px) {
/* 68  */ 		#menu { display: none; }	
/* 69  */ 		.navigation select { display: block; margin: 5px 0; }
/* 70  */ 		.navigation { padding: 0 30px; }
/* 71  */ 		.entry-headline .span4 { display: none; }
/* 72  */ 		.ct-tabs li { margin-left: 0; }
/* 73  */ 		.ct-tabs li a { font-size: 10px; }
/* 74  */ 		.small-slider { padding: 10px; }
/* 75  */ 		.small-slider .flex-direction-nav a { top: 26%; }
/* 76  */ 		.small-slider.flexslider:hover .flex-next { right: 10px; }
/* 77  */ 		.small-slider .flex-direction-nav .flex-prev { left: 10px; }
/* 78  */ 		.small-slider .flex-direction-nav .flex-next { right: 10px; }
/* 79  */ 		.small-slider.flexslider:hover .flex-next { right: 10px;  }
/* 80  */ 		.small-sliderflexslider:hover .flex-prev { left: 10px; }
/* 81  */ 		.slider-content { padding: 10px; }
/* 82  */ 		.entry-slider-content p { margin: 0;}
/* 83  */ }
/* 84  */ 
/* 85  */ 
/* 86  */ /* Portrait tablet to landscape and desktop*/
/* 87  */ @media (min-width: 980px) and (max-width: 1200px) {
/* 88  */ 	.slider-content { padding: 10px; }
/* 89  */ 	.entry-slider-content p { margin: 0;}
/* 90  */ }
/* 91  */ 
/* 92  */ @media (min-width: 795px) and (max-width: 805px) { 
/* 93  */ 
/* 94  */ }
/* 95  */ 
/* 96  */ 
/* 97  */ @media (min-width: 710px) and (max-width: 720px)  {
/* 98  */ 
/* 99  */ }
/* 100 */ 

/* rwd-styles.css */

/* 101 */ @media (max-width: 979px) {
/* 102 */ }

/* prettyphoto.css */

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

/* prettyphoto.css */

/* 51  */ div.light_square .pp_nav .pp_play{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
/* 52  */ div.light_square .pp_nav .pp_pause{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
/* 53  */ div.light_square .pp_arrow_previous{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/light_square/sprite.png) 0 -71px no-repeat}
/* 54  */ div.light_square .pp_arrow_next{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/light_square/sprite.png) -22px -71px no-repeat}
/* 55  */ div.light_square .pp_next:hover{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
/* 56  */ div.light_square .pp_previous:hover{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 57  */ div.pp_pic_holder a:focus{outline:none}
/* 58  */ div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
/* 59  */ div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
/* 60  */ .pp_content{height:40px;min-width:40px}
/* 61  */ * html .pp_content{width:40px}
/* 62  */ .pp_content_container{position:relative;text-align:left;width:100%}
/* 63  */ .pp_content_container .pp_left{padding-left:20px}
/* 64  */ .pp_content_container .pp_right{padding-right:20px}
/* 65  */ .pp_content_container .pp_details{float:left;margin:10px 0 2px}
/* 66  */ .pp_description{display:none;margin:0}
/* 67  */ .pp_social{float:left;margin:0}
/* 68  */ .pp_social .facebook{float:left;margin-left:5px;width:100px;overflow:hidden}
/* 69  */ .pp_social .twitter{float:left}
/* 70  */ .pp_nav{clear:right;float:left;margin:3px 10px 0 0}
/* 71  */ .pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
/* 72  */ .pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
/* 73  */ a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
/* 74  */ .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
/* 75  */ .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
/* 76  */ .pp_gallery div{float:left;overflow:hidden;position:relative}
/* 77  */ .pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
/* 78  */ .pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
/* 79  */ .pp_gallery ul a img{border:0}
/* 80  */ .pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
/* 81  */ .pp_gallery li.default a{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
/* 82  */ .pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
/* 83  */ a.pp_next{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
/* 84  */ a.pp_previous{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
/* 85  */ a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
/* 86  */ a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
/* 87  */ .pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
/* 88  */ #pp_full_res{line-height:1!important}
/* 89  */ #pp_full_res .pp_inline{text-align:left}
/* 90  */ #pp_full_res .pp_inline p{margin:0 0 15px}
/* 91  */ div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
/* 92  */ div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
/* 93  */ div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
/* 94  */ div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
/* 95  */ div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
/* 96  */ div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
/* 97  */ div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
/* 98  */ div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
/* 99  */ div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
/* 100 */ div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}

/* prettyphoto.css */

/* 101 */ div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/light_rounded/loader.gif) center center no-repeat}
/* 102 */ div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/wp-content/themes/wp-flagman/img/prettyphoto/dark_rounded/contentPattern.png) top left repeat}
/* 103 */ div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
/* 104 */ div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
/* 105 */ .pp_top,.pp_bottom{height:20px;position:relative}
/* 106 */ * html .pp_top,* html .pp_bottom{padding:0 20px}
/* 107 */ .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
/* 108 */ .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
/* 109 */ * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
/* 110 */ .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
/* 111 */ .pp_fade,.pp_gallery li.default a img{display:none}
/* 112 */ 
/* 113 */ .pp_description { margin-bottom: 10px; }

/* options.css */

/* 1   */ 
/* 2   */ /* Theme Color */
/* 3   */ 
/* 4   */ #entry-wrapper { border-top: 4px solid #216384; }
/* 5   */ a, a:link, a:visited { color: #216384; }
/* 6   */ 
/* 7   */ 
/* 8   */ .single-social-icons li .tooltip-inner { background-color: #216384; }
/* 9   */ .single-social-icons li .tooltip.top .tooltip-arrow { border-top-color: #216384; }
/* 10  */ .tooltip-inner { background-color: #216384; }
/* 11  */ 
/* 12  */ .flex-carousel.carousel-gallery .flex-direction-nav a { background-color: #216384; }
/* 13  */ 
/* 14  */ .tooltip.left .tooltip-arrow { border-left-color: #216384; }
/* 15  */ .tooltip.top .tooltip-arrow { border-top-color: #216384; }
/* 16  */ .tooltip.right .tooltip-arrow { border-right-color: #216384; }
/* 17  */ .tooltip.bottom .tooltip-arrow { border-bottom-color: #216384; }
/* 18  */ 
/* 19  */ .pagination a:hover { background-color: #216384; }
/* 20  */ .pagination .current { background-color: #216384; }
/* 21  */ 
/* 22  */ .entry-widget-title > .full-line { background-color: #216384; } 
/* 23  */ .entry-widget-title > .entry-title { background-color: #216384; } 
/* 24  */ 
/* 25  */ .three-columns-widget h3.entry-title a:hover,
/* 26  */ .three-columns-widget h4.entry-title a:hover,
/* 27  */ .three-columns-widget h2.entry-title a:hover { color: #216384; }
/* 28  */ 
/* 29  */ .slider-content .entry-title { color: #216384; }
/* 30  */ 
/* 31  */ .to-top:hover { background-color: #216384; }
/* 32  */ 
/* 33  */ .popular-posts-widget h4.entry-title a:hover, .recent-comments-widget h4.entry-title a:hover { color: #216384; }
/* 34  */ 
/* 35  */ .flex-direction-nav .flex-prev,
/* 36  */ .flex-direction-nav .flex-next { background-color: #216384; }
/* 37  */ 
/* 38  */ .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { background-color: #216384; }
/* 39  */ 
/* 40  */ .next:hover, .prev:hover, .next:focus, .prev:focus,
/* 41  */ .rec-comments .j-buttons .next:hover, .rec-comments .j-buttons .prev:hover, 
/* 42  */ .rec-comments .j-buttons [class^="next-"]:hover, .rec-comments .j-buttons [class^="prev-"]:hover { background-color: #216384; }
/* 43  */ 
/* 44  */ #wp-calendar td#today { background-color: #216384; }
/* 45  */ 
/* 46  */ .pages-title h1.entry-title { color: #216384; }
/* 47  */ 
/* 48  */ .overall_score > .score_value { background-color: #216384; }
/* 49  */ 
/* 50  */ .input-append .add-on, .input-prepend .add-on {

/* options.css */

/* 51  */ 	background-color: #216384;
/* 52  */ 	border: 1px solid #216384}
/* 53  */ 
/* 54  */ 
/* 55  */ /* Links Color */
/* 56  */ 
/* 57  */ .popular-posts-widget h4.entry-title a:hover, 
/* 58  */ .recent-comments-widget h4.entry-title a:hover,
/* 59  */ .jcarousel-posts-widget h4.entry-title a:hover,
/* 60  */ .three-columns-widget h3.entry-title a:hover,
/* 61  */ .three-columns-widget h4.entry-title a:hover,
/* 62  */ .entry-post .entry-title a:hover { color: #ed5ea6; }
/* 63  */ 
/* 64  */ a:hover { color: #34d9e5; }
/* 65  */ /* Body background Color */
/* 66  */ body, .body_class { background-color: #ffffff; }
/* 67  */ 
/* 68  */ 
/* 69  */ a, a:link, a:visited { color: #ed5ea6; }
/* 70  */ a:hover { color: #34d9e5; }
/* 71  */ 
/* 72  */ /* Menu Styles */
/* 73  */ .sf-menu a {
/* 74  */ 	text-transform: none;
/* 75  */ 	font-size: 14px;
/* 76  */ 	color: #000000 !important;
/* 77  */ 	font-style: normal;	
/* 78  */ 		
/* 79  */ }
/* 80  */ 
/* 81  */ /* Heading Styles */
/* 82  */ h1 {
/* 83  */ 	color: #313131;
/* 84  */ 	font-style: normal;	
/* 85  */ 		
/* 86  */ 	font-size: 38px; 
/* 87  */ 	line-height: 42px; 
/* 88  */ }
/* 89  */ 
/* 90  */ h2 {
/* 91  */ 	color: #313131;
/* 92  */ 	font-style: normal;	
/* 93  */ 		
/* 94  */ 	font-size: 32px; 
/* 95  */ 	line-height: 38px; 
/* 96  */ }
/* 97  */ 
/* 98  */ h3 {
/* 99  */ 	color: #313131;
/* 100 */ 	font-style: normal;	

/* options.css */

/* 101 */ 		
/* 102 */ 	font-size: 24px; 
/* 103 */ 	line-height: 30px; 
/* 104 */ }
/* 105 */ 
/* 106 */ h4 {
/* 107 */ 	color: #000c26;
/* 108 */ 	font-style: normal;	
/* 109 */ 		
/* 110 */ 	font-size: 17px; 
/* 111 */ 	line-height: 20px; 
/* 112 */ }
/* 113 */ 
/* 114 */ h5 {
/* 115 */ 	color: #001128;
/* 116 */ 	font-style: normal;	
/* 117 */ 		
/* 118 */ 	font-size: 14px; 
/* 119 */ 	line-height: 20px; 
/* 120 */ }
/* 121 */ 
/* 122 */ h6 {
/* 123 */ 	color: #000000;
/* 124 */ 	font-style: normal;	
/* 125 */ 		
/* 126 */ 	font-size: 12px; 
/* 127 */ 	line-height: 20px; 
/* 128 */ }
/* 129 */ 
/* 130 */ /* 
/* 131 *| *	=================================================================================================================================================
/* 132 *| *	Footer 
/* 133 *| *	=================================================================================================================================================
/* 134 *| */
/* 135 */ 
/* 136 */ #footer { background-color: #9ed1bb; } 
/* 137 */ 
/* 138 */ .copyright-info {
/* 139 */ 	color: #FFF;
/* 140 */ 	font-size: 11px;	
/* 141 */ }

/* bootstrap.min.css */

/* 1 */ /*!
/* 2 *|  * Bootstrap v3.1.1 (http://getbootstrap.com)
/* 3 *|  * Copyright 2011-2014 Twitter, Inc.
/* 4 *|  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/* 5 *|  *//*! normalize.css v3.0.0 | MIT License | git.io/normalize */.erpProContainer .cf:before,.erpProContainer .cf:after{content:" ";display:table}.erpProContainer .cf:after{clear:both}.erpProContainer .cf{*zoom:1}.erpProContainer{margin:0}.erpProContainer article,.erpProContainer aside,.erpProContainer details,.erpProContainer figcaption,.erpProContainer figure,.erpProContainer footer,.erpProContainer header,.erpProContainer hgroup,.erpProContainer main,.erpProContainer nav,.erpProContainer section,.erpProContainer summary{display:block}.erpProContainer audio,.erpProContainer canvas,.erpProContainer progress,.erpProContainer video{display:inline-block;vertical-align:baseline}.erpProContainer audio:not([controls]){display:none;height:0}.erpProContainer [hidden],.erpProContainer template{display:none}.erpProContainer a{background:transparent}.erpProContainer a:active,.erpProContainer a:hover{outline:0}.erpProContainer abbr[title]{border-bottom:1px dotted}.erpProContainer b,.erpProContainer strong{font-weight:bold}.erpProContainer dfn{font-style:italic}.erpProContainer h1{font-size:2em;margin:.67em 0}.erpProContainer mark{background:#ff0;color:#000}.erpProContainer sub,.erpProContainer sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.erpProContainer sup{top:-0.5em}.erpProContainer sub{bottom:-0.25em}.erpProContainer img{border:0}.erpProContainer svg:not(:root){overflow:hidden}.erpProContainer hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}.erpProContainer pre{overflow:auto}.erpProContainer code,.erpProContainer kbd,.erpProContainer pre,.erpProContainer samp{font-family:monospace,monospace;font-size:1em}.erpProContainer button,.erpProContainer input,.erpProContainer optgroup,.erpProContainer select,.erpProContainer textarea{color:inherit;font:inherit;margin:0}.erpProContainer button{overflow:visible}.erpProContainer button,.erpProContainer select{text-transform:none}.erpProContainer button,.erpProContainer input[type="button"],.erpProContainer input[type="reset"],.erpProContainer input[type="submit"]{-webkit-appearance:button;cursor:pointer}.erpProContainer button[disabled],.erpProContainer html input[disabled]{cursor:default}.erpProContainer button::-moz-focus-inner,.erpProContainer input::-moz-focus-inner{border:0;padding:0}.erpProContainer input{line-height:normal}.erpProContainer input[type="checkbox"],.erpProContainer input[type="radio"]{box-sizing:border-box;padding:0}.erpProContainer input[type="number"]::-webkit-inner-spin-button,.erpProContainer input[type="number"]::-webkit-outer-spin-button{height:auto}.erpProContainer input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.erpProContainer input[type="search"]::-webkit-search-cancel-button,.erpProContainer input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.erpProContainer fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}.erpProContainer legend{border:0;padding:0}.erpProContainer textarea{overflow:auto}.erpProContainer optgroup{font-weight:bold}.erpProContainer table{border-collapse:collapse;border-spacing:0}.erpProContainer td,.erpProContainer th{padding:0}.erpProContainer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.erpProContainer *:before,.erpProContainer *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.erpProContainer{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143}.erpProContainer input,.erpProContainer button,.erpProContainer select,.erpProContainer textarea{font-family:inherit;font-size:inherit;line-height:inherit}.erpProContainer a{text-decoration:none}.erpProContainer a:hover,.erpProContainer a:focus{text-decoration:underline}.erpProContainer a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.erpProContainer figure{margin:0}.erpProContainer img{vertical-align:middle}.erpProContainer .img-responsive{display:block;max-width:100%;height:auto}.erpProContainer .img-rounded{border-radius:6px}.erpProContainer .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.erpProContainer .img-circle{border-radius:50%}.erpProContainer hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.erpProContainer .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.erpProContainer .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media(min-width:768px){.erpProContainer .container{width:100%}}@media(min-width:992px){.erpProContainer .container{width:100%}}@media(min-width:1200px){.erpProContainer .container{width:100%}}.erpProContainer .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.erpProContainer .row{margin-left:-15px;margin-right:-15px}.erpProContainer .col-xs-1,.erpProContainer .col-sm-1,.erpProContainer .col-md-1,.erpProContainer .col-lg-1,.erpProContainer .col-xs-2,.erpProContainer .col-sm-2,.erpProContainer .col-md-2,.erpProContainer .col-lg-2,.erpProContainer .col-xs-3,.erpProContainer .col-sm-3,.erpProContainer .col-md-3,.erpProContainer .col-lg-3,.erpProContainer .col-xs-4,.erpProContainer .col-sm-4,.erpProContainer .col-md-4,.erpProContainer .col-lg-4,.erpProContainer .col-xs-5,.erpProContainer .col-sm-5,.erpProContainer .col-md-5,.erpProContainer .col-lg-5,.erpProContainer .col-xs-6,.erpProContainer .col-sm-6,.erpProContainer .col-md-6,.erpProContainer .col-lg-6,.erpProContainer .col-xs-7,.erpProContainer .col-sm-7,.erpProContainer .col-md-7,.erpProContainer .col-lg-7,.erpProContainer .col-xs-8,.erpProContainer .col-sm-8,.erpProContainer .col-md-8,.erpProContainer .col-lg-8,.erpProContainer .col-xs-9,.erpProContainer .col-sm-9,.erpProContainer .col-md-9,.erpProContainer .col-lg-9,.erpProContainer .col-xs-10,.erpProContainer .col-sm-10,.erpProContainer .col-md-10,.erpProContainer .col-lg-10,.erpProContainer .col-xs-11,.erpProContainer .col-sm-11,.erpProContainer .col-md-11,.erpProContainer .col-lg-11,.erpProContainer .col-xs-12,.erpProContainer .col-sm-12,.erpProContainer .col-md-12,.erpProContainer .col-lg-12{position:relative;min-height:1px;padding-left:5px;padding-right:5px}.erpProContainer .col-xs-1,.erpProContainer .col-xs-2,.erpProContainer .col-xs-3,.erpProContainer .col-xs-4,.erpProContainer .col-xs-5,.erpProContainer .col-xs-6,.erpProContainer .col-xs-7,.erpProContainer .col-xs-8,.erpProContainer .col-xs-9,.erpProContainer .col-xs-10,.erpProContainer .col-xs-11,.erpProContainer .col-xs-12{float:left}.erpProContainer .col-xs-12{width:100%}.erpProContainer .col-xs-11{width:91.66666667%}.erpProContainer .col-xs-10{width:83.33333333%}.erpProContainer .col-xs-9{width:75%}.erpProContainer .col-xs-8{width:66.66666667%}.erpProContainer .col-xs-7{width:58.33333333%}.erpProContainer .col-xs-6{width:50%}.erpProContainer .col-xs-5{width:41.66666667%}.erpProContainer .col-xs-4{width:33.33333333%}.erpProContainer .col-xs-3{width:25%}.erpProContainer .col-xs-2{width:16.66666667%}.erpProContainer .col-xs-1{width:8.33333333%}.erpProContainer .col-xs-pull-12{right:100%}.erpProContainer .col-xs-pull-11{right:91.66666667%}.erpProContainer .col-xs-pull-10{right:83.33333333%}.erpProContainer .col-xs-pull-9{right:75%}.erpProContainer .col-xs-pull-8{right:66.66666667%}.erpProContainer .col-xs-pull-7{right:58.33333333%}.erpProContainer.col-xs-pull-6{right:50%}.erpProContainer .col-xs-pull-5{right:41.66666667%}.erpProContainer .col-xs-pull-4{right:33.33333333%}.erpProContainer .col-xs-pull-3{right:25%}.erpProContainer .col-xs-pull-2{right:16.66666667%}.erpProContainer .col-xs-pull-1{right:8.33333333%}.erpProContainer .col-xs-pull-0{right:0}.erpProContainer .col-xs-push-12{left:100%}.erpProContainer .col-xs-push-11{left:91.66666667%}.erpProContainer .col-xs-push-10{left:83.33333333%}.erpProContainer .col-xs-push-9{left:75%}.erpProContainer .col-xs-push-8{left:66.66666667%}.erpProContainer .col-xs-push-7{left:58.33333333%}.erpProContainer .col-xs-push-6{left:50%}.erpProContainer .col-xs-push-5{left:41.66666667%}.erpProContainer .col-xs-push-4{left:33.33333333%}.erpProContainer .col-xs-push-3{left:25%}.erpProContainer .col-xs-push-2{left:16.66666667%}.erpProContainer .col-xs-push-1{left:8.33333333%}.erpProContainer .col-xs-push-0{left:0}.erpProContainer .col-xs-offset-12{margin-left:100%}.erpProContainer .col-xs-offset-11{margin-left:91.66666667%}.erpProContainer .col-xs-offset-10{margin-left:83.33333333%}.erpProContainer .col-xs-offset-9{margin-left:75%}.erpProContainer .col-xs-offset-8{margin-left:66.66666667%}.erpProContainer .col-xs-offset-7{margin-left:58.33333333%}.erpProContainer .col-xs-offset-6{margin-left:50%}.erpProContainer .col-xs-offset-5{margin-left:41.66666667%}.erpProContainer .col-xs-offset-4{margin-left:33.33333333%}.erpProContainer .col-xs-offset-3{margin-left:25%}.erpProContainer .col-xs-offset-2{margin-left:16.66666667%}.erpProContainer .col-xs-offset-1{margin-left:8.33333333%}.erpProContainer .col-xs-offset-0{margin-left:0}@media(min-width:768px){.erpProContainer .col-sm-1,.erpProContainer .col-sm-2,.erpProContainer .col-sm-3,.erpProContainer .col-sm-4,.erpProContainer .col-sm-5,.erpProContainer .col-sm-6,.erpProContainer .col-sm-7,.erpProContainer .col-sm-8,.erpProContainer .col-sm-9,.erpProContainer .col-sm-10,.erpProContainer .col-sm-11,.erpProContainer .col-sm-12{float:left}.erpProContainer .col-sm-12{width:100%}.erpProContainer .col-sm-11{width:91.66666667%}.erpProContainer .col-sm-10{width:83.33333333%}.erpProContainer .col-sm-9{width:75%}.erpProContainer .col-sm-8{width:66.66666667%}.erpProContainer .col-sm-7{width:58.33333333%}.erpProContainer .col-sm-6{width:50%}.erpProContainer .col-sm-5{width:41.66666667%}.erpProContainer .col-sm-4{width:33.33333333%}.erpProContainer .col-sm-3{width:25%}.erpProContainer .col-sm-2{width:16.66666667%}.erpProContainer .col-sm-1{width:8.33333333%}.erpProContainer .col-sm-pull-12{right:100%}.erpProContainer .col-sm-pull-11{right:91.66666667%}.erpProContainer .col-sm-pull-10{right:83.33333333%}.erpProContainer .col-sm-pull-9{right:75%}.erpProContainer .col-sm-pull-8{right:66.66666667%}.erpProContainer .col-sm-pull-7{right:58.33333333%}.erpProContainer .col-sm-pull-6{right:50%}.erpProContainer .col-sm-pull-5{right:41.66666667%}.erpProContainer .col-sm-pull-4{right:33.33333333%}.erpProContainer .col-sm-pull-3{right:25%}.erpProContainer .col-sm-pull-2{right:16.66666667%}.erpProContainer .col-sm-pull-1{right:8.33333333%}.erpProContainer .col-sm-pull-0{right:0}.erpProContainer .col-sm-push-12{left:100%}.erpProContainer .col-sm-push-11{left:91.66666667%}.erpProContainer .col-sm-push-10{left:83.33333333%}.erpProContainer .col-sm-push-9{left:75%}.erpProContainer .col-sm-push-8{left:66.66666667%}.erpProContainer .col-sm-push-7{left:58.33333333%}.erpProContainer .col-sm-push-6{left:50%}.erpProContainer .col-sm-push-5{left:41.66666667%}.erpProContainer .col-sm-push-4{left:33.33333333%}.erpProContainer .col-sm-push-3{left:25%}.erpProContainer .col-sm-push-2{left:16.66666667%}.erpProContainer .col-sm-push-1{left:8.33333333%}.erpProContainer .col-sm-push-0{left:0}.erpProContainer .col-sm-offset-12{margin-left:100%}.erpProContainer .col-sm-offset-11{margin-left:91.66666667%}.erpProContainer .col-sm-offset-10{margin-left:83.33333333%}.erpProContainer .col-sm-offset-9{margin-left:75%}.erpProContainer .col-sm-offset-8{margin-left:66.66666667%}.erpProContainer .col-sm-offset-7{margin-left:58.33333333%}.erpProContainer .col-sm-offset-6{margin-left:50%}.erpProContainer .col-sm-offset-5{margin-left:41.66666667%}.erpProContainer .col-sm-offset-4{margin-left:33.33333333%}.erpProContainer .col-sm-offset-3{margin-left:25%}.erpProContainer .col-sm-offset-2{margin-left:16.66666667%}.erpProContainer .col-sm-offset-1{margin-left:8.33333333%}.erpProContainer .col-sm-offset-0{margin-left:0}}@media(min-width:992px){.erpProContainer .col-md-1,.erpProContainer .col-md-2,.erpProContainer .col-md-3,.erpProContainer .col-md-4,.erpProContainer .col-md-5,.erpProContainer .col-md-6,.erpProContainer .col-md-7,.erpProContainer .col-md-8,.erpProContainer .col-md-9,.erpProContainer .col-md-10,.erpProContainer .col-md-11,.erpProContainer .col-md-12{float:left}.erpProContainer .col-md-12{width:100%}.erpProContainer .col-md-11{width:91.66666667%}.erpProContainer .col-md-10{width:83.33333333%}.erpProContainer .col-md-9{width:75%}.erpProContainer .col-md-8{width:66.66666667%}.erpProContainer .col-md-7{width:58.33333333%}.erpProContainer .col-md-6{width:50%}.erpProContainer .col-md-5{width:41.66666667%}.erpProContainer .col-md-4{width:33.33333333%}.erpProContainer .col-md-3{width:25%}.erpProContainer .col-md-2{width:16.66666667%}.erpProContainer .col-md-1{width:8.33333333%}.erpProContainer .col-md-pull-12{right:100%}.erpProContainer .col-md-pull-11{right:91.66666667%}.erpProContainer .col-md-pull-10{right:83.33333333%}.erpProContainer .col-md-pull-9{right:75%}.erpProContainer .col-md-pull-8{right:66.66666667%}.erpProContainer .col-md-pull-7{right:58.33333333%}.erpProContainer .col-md-pull-6{right:50%}.erpProContainer .col-md-pull-5{right:41.66666667%}.erpProContainer .col-md-pull-4{right:33.33333333%}.erpProContainer .col-md-pull-3{right:25%}.erpProContainer .col-md-pull-2{right:16.66666667%}.erpProContainer .col-md-pull-1{right:8.33333333%}.erpProContainer .col-md-pull-0{right:0}.erpProContainer .col-md-push-12{left:100%}.erpProContainer .col-md-push-11{left:91.66666667%}.erpProContainer .col-md-push-10{left:83.33333333%}.erpProContainer .col-md-push-9{left:75%}.erpProContainer .col-md-push-8{left:66.66666667%}.erpProContainer .col-md-push-7{left:58.33333333%}.erpProContainer .col-md-push-6{left:50%}.erpProContainer .col-md-push-5{left:41.66666667%}.erpProContainer .col-md-push-4{left:33.33333333%}.erpProContainer .col-md-push-3{left:25%}.erpProContainer .col-md-push-2{left:16.66666667%}.erpProContainer .col-md-push-1{left:8.33333333%}.erpProContainer .col-md-push-0{left:0}.erpProContainer .col-md-offset-12{margin-left:100%}.erpProContainer .col-md-offset-11{margin-left:91.66666667%}.erpProContainer .col-md-offset-10{margin-left:83.33333333%}.erpProContainer .col-md-offset-9{margin-left:75%}.erpProContainer .col-md-offset-8{margin-left:66.66666667%}.erpProContainer .col-md-offset-7{margin-left:58.33333333%}.erpProContainer .col-md-offset-6{margin-left:50%}.erpProContainer .col-md-offset-5{margin-left:41.66666667%}.erpProContainer .col-md-offset-4{margin-left:33.33333333%}.erpProContainer .col-md-offset-3{margin-left:25%}.erpProContainer .col-md-offset-2{margin-left:16.66666667%}.erpProContainer .col-md-offset-1{margin-left:8.33333333%}.erpProContainer .col-md-offset-0{margin-left:0}}@media(min-width:1200px){.erpProContainer .col-lg-1,.erpProContainer .col-lg-2,.erpProContainer .col-lg-3,.erpProContainer .col-lg-4,.erpProContainer .col-lg-5,.erpProContainer .col-lg-6,.erpProContainer .col-lg-7,.erpProContainer .col-lg-8,.erpProContainer .col-lg-9,.erpProContainer .col-lg-10,.erpProContainer .col-lg-11,.erpProContainer .col-lg-12{float:left}.erpProContainer .col-lg-12{width:100%}.erpProContainer .col-lg-11{width:91.66666667%}.erpProContainer .col-lg-10{width:83.33333333%}.erpProContainer .col-lg-9{width:75%}.erpProContainer .col-lg-8{width:66.66666667%}.erpProContainer .col-lg-7{width:58.33333333%}.erpProContainer .col-lg-6{width:50%}.erpProContainer .col-lg-5{width:41.66666667%}.erpProContainer .col-lg-4{width:33.33333333%}.erpProContainer .col-lg-3{width:25%}.erpProContainer .col-lg-2{width:16.66666667%}.erpProContainer .col-lg-1{width:8.33333333%}.erpProContainer .col-lg-pull-12{right:100%}.erpProContainer .col-lg-pull-11{right:91.66666667%}.erpProContainer .col-lg-pull-10{right:83.33333333%}.erpProContainer .col-lg-pull-9{right:75%}.erpProContainer .col-lg-pull-8{right:66.66666667%}.erpProContainer .col-lg-pull-7{right:58.33333333%}.erpProContainer .col-lg-pull-6{right:50%}.erpProContainer .col-lg-pull-5{right:41.66666667%}.erpProContainer .col-lg-pull-4{right:33.33333333%}.erpProContainer .col-lg-pull-3{right:25%}.erpProContainer .col-lg-pull-2{right:16.66666667%}.erpProContainer .col-lg-pull-1{right:8.33333333%}.erpProContainer .col-lg-pull-0{right:0}.erpProContainer .col-lg-push-12{left:100%}.erpProContainer .col-lg-push-11{left:91.66666667%}.erpProContainer .col-lg-push-10{left:83.33333333%}.erpProContainer .col-lg-push-9{left:75%}.erpProContainer .col-lg-push-8{left:66.66666667%}.erpProContainer .col-lg-push-7{left:58.33333333%}.erpProContainer .col-lg-push-6{left:50%}.erpProContainer .col-lg-push-5{left:41.66666667%}.erpProContainer .col-lg-push-4{left:33.33333333%}.erpProContainer .col-lg-push-3{left:25%}.erpProContainer .col-lg-push-2{left:16.66666667%}.erpProContainer .col-lg-push-1{left:8.33333333%}.erpProContainer .col-lg-push-0{left:0}.erpProContainer .col-lg-offset-12{margin-left:100%}.erpProContainer .col-lg-offset-11{margin-left:91.66666667%}.erpProContainer .col-lg-offset-10{margin-left:83.33333333%}.erpProContainer .col-lg-offset-9{margin-left:75%}.erpProContainer .col-lg-offset-8{margin-left:66.66666667%}.erpProContainer .col-lg-offset-7{margin-left:58.33333333%}.erpProContainer .col-lg-offset-6{margin-left:50%}.erpProContainer .col-lg-offset-5{margin-left:41.66666667%}.erpProContainer .col-lg-offset-4{margin-left:33.33333333%}.erpProContainer .col-lg-offset-3{margin-left:25%}.erpProContainer .col-lg-offset-2{margin-left:16.66666667%}.erpProContainer .col-lg-offset-1{margin-left:8.33333333%}.erpProContainer .col-lg-offset-0{margin-left:0}}

/* bootstrap-text.min.css */

/* 1 */ @CHARSET "UTF-8";/*!
/* 2 *|  * Bootstrap v3.1.1 (http://getbootstrap.com)
/* 3 *|  * Copyright 2011-2014 Twitter, Inc.
/* 4 *|  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/* 5 *|  */.erpProContainer h1,.erpProContainer h2,.erpProContainer h3,.erpProContainer h4,.erpProContainer h5,.erpProContainer h6,.erpProContainer .h1,.erpProContainer .h2,.erpProContainer .h3,.erpProContainer .h4,.erpProContainer .h5,.erpProContainer .h6{font-family:inherit;font-weight:500;line-height:1;color:inherit}.erpProContainer h1 small,.erpProContainer h2 small,.erpProContainer h3 small,.erpProContainer h4 small,.erpProContainer h5 small,.erpProContainer h6 small,.erpProContainer .h1 small,.erpProContainer .h2 small,.erpProContainer .h3 small,.erpProContainer .h4 small,.erpProContainer .h5 small,.erpProContainer .h6 small,.erpProContainer h1 .small,.erpProContainer h2 .small,.erpProContainer h3 .small,.erpProContainer h4 .small,.erpProContainer h5 .small,.erpProContainer h6 .small,.erpProContainer .h1 .small,.erpProContainer .h2 .small,.erpProContainer .h3 .small,.erpProContainer .h4 .small,.erpProContainer .h5 .small,.erpProContainer .h6 .small{font-weight:normal;line-height:1}.erpProContainer h1,.erpProContainer .h1,.erpProContainer h2,.erpProContainer .h2,.erpProContainer h3,.erpProContainer .h3{margin-top:10px;margin-bottom:5px}.erpProContainer h1 small,.erpProContainer .h1 small,.erpProContainer h2 small,.erpProContainer .h2 small,.erpProContainer h3 small,.erpProContainer .h3 small,.erpProContainer h1 .small,.erpProContainer .h1 .small,.erpProContainer h2 .small,.erpProContainer .h2 .small,.erpProContainer h3 .small,.erpProContainer .h3 .small{font-size:65%}.erpProContainer h4,.erpProContainer .h4,.erpProContainer h5,.erpProContainer .h5,.erpProContainer h6,.erpProContainer .h6{margin-top:0;margin-bottom:5px}.erpProContainer h4 small,.erpProContainer .h4 small,.erpProContainer h5 small,.erpProContainer .h5 small,.erpProContainer h6 small,.erpProContainer .h6 small,.erpProContainer h4 .small,.erpProContainer .h4 .small,.erpProContainer h5 .small,.erpProContainer .h5 .small,.erpProContainer h6 .small,.erpProContainer .h6 .small{font-size:75%}.erpProContainer h1,.erpProContainer .h1{font-size:26px}.erpProContainer h2,.erpProContainer .h2{font-size:21px}.erpProContainer h3,.erpProContainer .h3{font-size:17px}.erpProContainer h4,.erpProContainer .h4{font-size:13px}.erpProContainer h5,.erpProContainer .h5{font-size:10px}.erpProContainer h6,.erpProContainer .h6{font-size:9px}.erpProContainer p{margin:0 0 5px;line-height:1}.erpProContainer .lead{margin-bottom:10px;font-size:11px;font-weight:200;line-height:1}@media(min-width:768px){.erpProContainer .lead{font-size:15px}}.erpProContainer small,.erpProContainer .small{font-size:80%}.erpProContainer cite{font-style:normal}.erpProContainer .text-left{text-align:left}.erpProContainer .text-right{text-align:right}.erpProContainer .text-center{text-align:center}.erpProContainer .text-justify{text-align:justify}.erpProContainer .text-muted{color:#999}.erpProContainer .text-primary{color:#428bca}.erpProContainer a.text-primary:hover{color:#3071a9}.erpProContainer .text-success{color:#3c763d}.erpProContainer a.text-success:hover{color:#2b542c}.erpProContainer .text-info{color:#31708f}.erpProContainer a.text-info:hover{color:#245269}.erpProContainer .text-warning{color:#8a6d3b}.erpProContainer a.text-warning:hover{color:#66512c}.erpProContainer .text-danger{color:#a94442}.erpProContainer a.text-danger:hover{color:#843534}.erpProContainer .bg-primary{color:#fff;background-color:#428bca}.erpProContainer a.bg-primary:hover{background-color:#3071a9}.erpProContainer .bg-success{background-color:#dff0d8}.erpProContainer a.bg-success:hover{background-color:#c1e2b3}.erpProContainer .bg-info{background-color:#d9edf7}.erpProContainer a.bg-info:hover{background-color:#afd9ee}.erpProContainer .bg-warning{background-color:#fcf8e3}.erpProContainer a.bg-warning:hover{background-color:#f7ecb5}.erpProContainer .bg-danger{background-color:#f2dede}.erpProContainer a.bg-danger:hover{background-color:#e4b9b9}.erpProContainer .page-header{padding-bottom:4px;margin:20px 0 10px;border-bottom:1px solid #eee}.erpProContainer ul,.erpProContainer ol{margin-top:0;margin-bottom:5px}.erpProContainer ul ul,.erpProContainer ol ul,.erpProContainer ul ol,.erpProContainer ol ol{margin-bottom:0}.erpProContainer .list-unstyled{padding-left:0;list-style:none}.erpProContainer .list-inline{padding-left:0;list-style:none;margin-left:-5px}.erpProContainer .list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.erpProContainer dl{margin-top:0;margin-bottom:10px}.erpProContainer dt,.erpProContainer dd{line-height:1}.erpProContainer dt{font-weight:bold}.erpProContainer dd{margin-left:0}@media(min-width:768px){.erpProContainer .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.erpProContainer .dl-horizontal dd{margin-left:180px}}.erpProContainer abbr[title],.erpProContainer abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.erpProContainer .initialism{font-size:90%;text-transform:uppercase}.erpProContainer blockquote{padding:5px 10px;margin:0 0 10px;font-size:12.5px;border-left:5px solid #eee}.erpProContainer blockquote p:last-child,.erpProContainer blockquote ul:last-child,.erpProContainer blockquote ol:last-child{margin-bottom:0}.erpProContainer blockquote footer,.erpProContainer blockquote small,.erpProContainer blockquote .small{display:block;font-size:80%;line-height:1;color:#999}.erpProContainer blockquote footer:before,.erpProContainer blockquote small:before,.erpProContainer blockquote .small:before{content:'\2014 \00A0'}.erpProContainer .blockquote-reverse,.erpProContainer blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.erpProContainer .blockquote-reverse footer:before,.erpProContainer blockquote.pull-right footer:before,.erpProContainer .blockquote-reverse small:before,.erpProContainer blockquote.pull-right small:before,.erpProContainer .blockquote-reverse .small:before,.erpProContainer blockquote.pull-right .small:before{content:''}.erpProContainer .blockquote-reverse footer:after,.erpProContainer blockquote.pull-right footer:after,.erpProContainer .blockquote-reverse small:after,.erpProContainer blockquote.pull-right small:after,.erpProContainer .blockquote-reverse .small:after,.erpProContainer blockquote.pull-right .small:after{content:'\00A0 \2014'}.erpProContainer blockquote:before,.erpProContainer blockquote:after{content:""}.erpProContainer address{margin-bottom:10px;font-style:normal;line-height:1}

/* captionjs.min.css */

/* 1 */ .erpProcaptionjs{line-height:0;margin-left:0;margin-right:0}.erpProcaptionjs figcaption{line-height:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:100%}.erpProcaptionjs.stacked,.erpProcaptionjs.animated,.erpProcaptionjs.hide{position:relative;overflow:hidden}.erpProcaptionjs.stacked figcaption,.erpProcaptionjs.animated figcaption,.erpProcaptionjs.hide figcaption{position:absolute}.erpProcaptionjs.stacked figcaption{bottom:0}.erpProcaptionjs.animated figcaption{-webkit-transition:.25s bottom;-moz-transition:.25s bottom;-ms-transition:.25s bottom;-o-transition:.25s bottom;transition:.25s bottom;border-top:1px solid rgba(255,255,255,0.3);background-color:rgba(64,64,64,0.65);color:#fff;border:0}.erpProcaptionjs.animated:hover figcaption{bottom:0!important}.erpProcaptionjs.hide figcaption{-webkit-transition:.25s margin-bottom;-moz-transition:.25s margin-bottom;-ms-transition:.25s margin-bottom;-o-transition:.25s margin-bottom;transition:.25s margin-bottom}.erpProcaptionjs.hide:hover figcaption{margin-bottom:0!important}

/* color-picker.min.css */

/* 1 */ .wp-color-picker{width:80px}.wp-picker-container .hidden{display:none}.wp-color-result{background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;height:22px;margin:0 6px 6px 0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:bottom;display:inline-block;padding-left:30px;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;top:0}.wp-color-result:after{background:#f7f7f7;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;border-left:1px solid #ccc;color:#555;content:attr(title);display:block;font-size:11px;line-height:22px;padding:0 6px;position:relative;right:0;text-align:center;top:0}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-left:1px solid #999}.wp-color-result.wp-picker-open:after{content:attr(data-current)}.wp-picker-container,.wp-picker-container:active{display:inline-block;outline:0}.wp-color-result:focus{border-color:#5b9dd9;-webkit-box-shadow:0 0 3px rgba(0,115,170,.8);box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-container .button{margin-left:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{-webkit-border-radius:0;border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:16px;margin:0}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}
