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

/* zebra_tooltips.css */

/* 1  */ .Zebra_Tooltip {
/* 2  */     position: absolute;
/* 3  */     z-index: 99999;
/* 4  */     background: transparent;
/* 5  */     font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
/* 6  */ }
/* 7  */ 
/* 8  */ .Zebra_Tooltip .Zebra_Tooltip_Message {
/* 9  */     position: relative;
/* 10 */     padding: 20px;
/* 11 */     font-size: inherit;
/* 12 */     text-align: left;
/* 13 */     font-weight: normal;
/* 14 */     line-height: inherit;
/* 15 */     -webkit-border-radius: 5px;
/* 16 */     -moz-border-radius: 5px;
/* 17 */     border-radius: 5px;
/* 18 */     -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
/* 19 */     -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
/* 20 */     box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
/* 21 */     *margin-right: 0;
/* 22 */     _width:expression(document.body.clientWidth > 250 ? '250px': 'auto'); /* max-width for IE6 */
/* 23 */ }
/* 24 */ 
/* 25 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow         { position: absolute; height: 10px; width: 20px; overflow: hidden }
/* 26 */ 
/* 27 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom  { bottom: 0 }
/* 28 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow_Top     { top: 0    }
/* 29 */ 
/* 30 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow div {
/* 31 */     position: absolute;
/* 32 */     border-style: solid;
/* 33 */     border-width: 10px;
/* 34 */     height: 0;
/* 35 */     width: 0;
/* 36 */     left: 0;
/* 37 */     _border-left-color: pink;
/* 38 */     _border-right-color: pink;
/* 39 */     _filter: chroma(color=pink);
/* 40 */ }
/* 41 */ 
/* 42 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div  {
/* 43 */     top: 0;
/* 44 */     _border-bottom-color: pink;
/* 45 */ }
/* 46 */ 
/* 47 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div     {
/* 48 */     bottom: 0;
/* 49 */     _border-top-color: pink;
/* 50 */ }

/* zebra_tooltips.css */

/* 51 */ 
/* 52 */ .Zebra_Tooltip .Zebra_Tooltip_Close {
/* 53 */     text-decoration: none;
/* 54 */     color: #FFF;
/* 55 */     position: absolute;
/* 56 */     right: 8px;
/* 57 */     top: 1px;
/* 58 */     font-size: inherit;
/* 59 */     font-weight: bold;
/* 60 */ }
/* 61 */ 
/* 62 */ .Zebra_Tooltip .Zebra_Tooltip_Close:hover {
/* 63 */     color: #C40000;
/* 64 */ }
/* 65 */ 

/* polls-css.css */

/* 1   */ /*
/* 2   *| +----------------------------------------------------------------+
/* 3   *| |																							|
/* 4   *| |	WordPress Plugin: WP-Polls										|
/* 5   *| |	Copyright (c) 2012 Lester "GaMerZ" Chan									|
/* 6   *| |																							|
/* 7   *| |	File Written By:																	|
/* 8   *| |	- Lester "GaMerZ" Chan															|
/* 9   *| |	- http://lesterchan.net															|
/* 10  *| |																							|
/* 11  *| |	File Information:																	|
/* 12  *| |	- Polls CSS File																	|
/* 13  *| |	- wp-content/plugins/wp-polls/polls-css.css								|
/* 14  *| |																							|
/* 15  *| +----------------------------------------------------------------+
/* 16  *| */
/* 17  */ 
/* 18  */ 
/* 19  */ .wp-polls-archive {
/* 20  */ 	/* background-color: #ffffff; */
/* 21  */ }
/* 22  */ .wp-polls, .wp-polls-form {
/* 23  */ 	/* background-color: #ffffff; */
/* 24  */ }
/* 25  */ .wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
/* 26  */ 	text-align: left;
/* 27  */ 	background-image: none;
/* 28  */ 	display: block;
/* 29  */ }
/* 30  */ .wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
/* 31  */ 	text-align: left;
/* 32  */ 	list-style: none;
/* 33  */ 	float: none;
/* 34  */ }
/* 35  */ .wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
/* 36  */ 	content: '';
/* 37  */ }
/* 38  */ .wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
/* 39  */ 	display: inline;
/* 40  */ 	border: 0px;
/* 41  */ 	padding: 0px;
/* 42  */ 	margin: 0px;
/* 43  */ }
/* 44  */ .wp-polls-ul {
/* 45  */ 	padding: 0px;
/* 46  */ 	margin: 0px 0px 10px 10px;
/* 47  */ }
/* 48  */ .wp-polls-ans {
/* 49  */ 	width:100%;
/* 50  */ 	filter: alpha(opacity=100);

/* polls-css.css */

/* 51  */ 	-moz-opacity: 1;
/* 52  */ 	opacity: 1;
/* 53  */ 	/* background-color: #ffffff; */
/* 54  */ }
/* 55  */ .wp-polls-loading {
/* 56  */ 	display: none;
/* 57  */ 	text-align: center;
/* 58  */ 	height: 16px;
/* 59  */ 	line-height: 16px;
/* 60  */ }
/* 61  */ .wp-polls-image {
/* 62  */ 	border: 0px;
/* 63  */ }
/* 64  */ .wp-polls .Buttons {
/* 65  */ 	border:1px solid #c8c8c8;
/* 66  */ 	background-color: #f3f6f8;
/* 67  */ }
/* 68  */ /* Polls Archive Paging */
/* 69  */ .wp-polls-paging a, .wp-polls-paging a:link {
/* 70  */ 	padding: 2px 4px 2px 4px; 
/* 71  */ 	margin: 2px;
/* 72  */ 	text-decoration: none;
/* 73  */ 	border: 1px solid #0066cc;
/* 74  */ 	color: #0066cc;
/* 75  */ 	background-color: #FFFFFF;	
/* 76  */ }
/* 77  */ .wp-polls-paging a:visited {
/* 78  */ 	padding: 2px 4px 2px 4px; 
/* 79  */ 	margin: 2px;
/* 80  */ 	text-decoration: none;
/* 81  */ 	border: 1px solid #0066cc;
/* 82  */ 	color: #0066cc;
/* 83  */ 	background-color: #FFFFFF;	
/* 84  */ }
/* 85  */ .wp-polls-paging a:hover {	
/* 86  */ 	border: 1px solid #000000;
/* 87  */ 	color: #000000;
/* 88  */ 	background-color: #FFFFFF;
/* 89  */ }
/* 90  */ .wp-polls-paging a:active {
/* 91  */ 	padding: 2px 4px 2px 4px; 
/* 92  */ 	margin: 2px;
/* 93  */ 	text-decoration: none;
/* 94  */ 	border: 1px solid #0066cc;
/* 95  */ 	color: #0066cc;
/* 96  */ 	background-color: #FFFFFF;	
/* 97  */ }
/* 98  */ .wp-polls-paging span.pages {
/* 99  */ 	padding: 2px 4px 2px 4px; 
/* 100 */ 	margin: 2px 2px 2px 2px;

/* polls-css.css */

/* 101 */ 	color: #000000;
/* 102 */ 	border: 1px solid #000000;
/* 103 */ 	background-color: #FFFFFF;
/* 104 */ }
/* 105 */ .wp-polls-paging span.current {
/* 106 */ 	padding: 2px 4px 2px 4px; 
/* 107 */ 	margin: 2px;
/* 108 */ 	font-weight: bold;
/* 109 */ 	border: 1px solid #000000;
/* 110 */ 	color: #000000;
/* 111 */ 	background-color: #FFFFFF;
/* 112 */ }
/* 113 */ .wp-polls-paging span.extend {
/* 114 */ 	padding: 2px 4px 2px 4px; 
/* 115 */ 	margin: 2px;	
/* 116 */ 	border: 1px solid #000000;
/* 117 */ 	color: #000000;
/* 118 */ 	background-color: #FFFFFF;
/* 119 */ }

/* style.css */

/* 1   */ /*
/* 2   *| Theme Name: Itsybitsy
/* 3   *| Description: Child theme for Twenty Twelve
/* 4   *| Author: Alex pavel
/* 5   *| Template: twentytwelve
/* 6   *| */
/* 7   */ 
/* 8   */ @import url("/wp-content/themes/twentytwelve/style.css");
/* 9   */ 
/* 10  */ 
/* 11  */ 
/* 12  */ 
/* 13  */ .site {
/* 14  */     margin: 0 auto;
/* 15  */    /*  max-width: 74.28571429rem; */
/* 16  */    max-width: 77.14285714rem;
/* 17  */     overflow: hidden;
/* 18  */     background-color: transparent;
/* 19  */ 
/* 20  */ }
/* 21  */ #main {
/* 22  */     padding: 0 1.42857143rem;
/* 23  */      margin-top: 1.42857143rem;
/* 24  */         background: none repeat scroll 0 0 #fff;
/* 25  */     border-radius: 6px;
/* 26  */     box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
/* 27  */ }
/* 28  */ 
/* 29  */ .site-content {
/* 30  */      /* width: 52rem;
/* 31  *|      */
/* 32  */      /* width:70%;*/
/* 33  */      max-width: 728px;
/* 34  */      min-width: 300px;
/* 35  */ }
/* 36  */ 
/* 37  */ .widget-area {
/* 38  */     /* width: 21.4286rem;
/* 39  *|     */
/* 40  */ width: 300px;
/* 41  */    
/* 42  */ }
/* 43  */ 
/* 44  */ body .site{
/* 45  */    margin-top: 0.35714286rem; 
/* 46  */        /* padding: 0 1.42857143rem; */
/* 47  */          padding: 0 ; 
/* 48  */          box-shadow: none ;
/* 49  */           margin-bottom: 0.35714286rem;
/* 50  */ }

/* style.css */

/* 51  */ 
/* 52  */ .header-search {display:none}
/* 53  */ 
/* 54  */ 
/* 55  */ body {
/* 56  */     line-height: normal;
/* 57  */    
/* 58  */     background: url("http://www.itsybitsy.ro/wp-content/uploads/background2.jpg") center top ;
/* 59  */    /*background: url("http://www.itsybitsy.ro/wp-content/uploads/bgaqua1.jpg") center top ; 
/* 60  *| background: url("http://www.itsybitsy.ro/wp-content/uploads/agua2.jpg") center top ;
/* 61  *| */
/* 62  */     margin: 0;
/* 63  */     padding: 0;
/* 64  */ }
/* 65  */ 
/* 66  */ /* Minimum width of 600 pixels. */
/* 67  */ @media screen and (min-width: 601px) {	
/* 68  */     nav select {
/* 69  */ display: none;
/* 70  */ }
/* 71  */ 
/* 72  */ 	#third.widget-area .front-widgets, 
/* 73  */ 	#third.widget-area .widget:nth-child(even),
/* 74  */ 	#third.widget-area .front-widgets + .front-widgets {
/* 75  */ 		float: left !important;
/* 76  */ 		width: 45.3% !important;
/* 77  */ 		margin-left: 1.5% !important;
/* 78  */ 		margin-right: 1.5% !important;
/* 79  */     }
/* 80  */ 	#third.widget-area .widget:nth-child(odd) {
/* 81  */ 		clear: none !important;
/* 82  */ 	}
/* 83  */ 	#third.widget-area .widget:nth-child(3n+3) {
/* 84  */ 		clear: right;  
/* 85  */ 	}	
/* 86  */ }
/* 87  */ @media all and (max-width: 600px) {
/* 88  */  body {  background: #2e9534 !important; }
/* 89  */  #reclama-top , #reclama-footer {display: none !important;}
/* 90  */ 
/* 91  */ .main-navigation {
/* 92  */     margin-top: 0 !important;
/* 93  */  
/* 94  */ }
/* 95  */ 
/* 96  */ }
/* 97  */ 
/* 98  */ 
/* 99  */ 
/* 100 */ 

/* style.css */

/* 101 */ 
/* 102 */ #third.widget-area {
/* 103 */     float: left;
/* 104 */     max-width: 728px;
/* 105 */      min-width: 300px;
/* 106 */      width:65.1042%
/* 107 */ }
/* 108 */ .main-navigation li ul {
/* 109 */  
/* 110 */     z-index: 9999;
/* 111 */ }
/* 112 */ 
/* 113 */ .stiri_widget {
/* 114 */     background-color: #ac00e9;
/* 115 */     background-image: url("/wp-content/themes/images/bg_arrow_tag.png");
/* 116 */     background-repeat: no-repeat;
/* 117 */     font-size: 14px;
/* 118 */     height: 30px;
/* 119 */     line-height: 30px;
/* 120 */     padding-left: 20px;
/* 121 */     text-transform: uppercase;
/* 122 */      color: #FFFFFF;
/* 123 */      border-radius: 6px 6px 6px 6px;
/* 124 */ }
/* 125 */ 
/* 126 */  .widget-area .widget h3.stiri_widget {
/* 127 */     margin-bottom: 0px;
/* 128 */ }
/* 129 */ 
/* 130 */ .listRight li {
/* 131 */     background-image: url("/wp-content/themes/images/bullet_latest_news_list.png");
/* 132 */     background-position: 5px 8px;
/* 133 */     background-repeat: no-repeat;
/* 134 */     border-top: 1px solid #FFFFFF;
/* 135 */     padding: 5px 15px;
/* 136 */ }
/* 137 */ 
/* 138 */ 
/* 139 */ 
/* 140 */ .menu-menu-container {
/* 141 */     background: none repeat scroll 0 0 #FFFEFB;
/* 142 */      border-radius: 6px 6px 6px 6px;
/* 143 */ }
/* 144 */ .main-navigation li a, .main-navigation .current-menu-item > a {
/* 145 */ 
/* 146 */     color: #21784d;
/* 147 */     line-height: 1.5;
/* 148 */    
/* 149 */ }
/* 150 */ .main-navigation li {

/* style.css */

/* 151 */     margin: 0 0.71428571rem 0 0.71428571rem;
/* 152 */      line-height: 2.4;
/* 153 */      font-weight: bold;
/* 154 */ }
/* 155 */ .main-navigation ul.nav-menu{
/* 156 */     text-align: center;
/* 157 */ }
/* 158 */ 
/* 159 */ .main-navigation li ul li a {
/* 160 */     background: none repeat scroll 0 0 #0fa0e1;
/* 161 */         border-bottom: 1px solid #FFFEFB;
/* 162 */    color: #EDEDED;
/* 163 */ }
/* 164 */ ul.sub-menu  a, ul.sub-menu .current-menu-item > a {
/* 165 */     	
/* 166 */         background: none repeat scroll 0 0 #00aade; 
/* 167 */ }
/* 168 */ ul.sub-menu  li {
/* 169 */     	
/* 170 */         margin: 0;
/* 171 */ }
/* 172 */ .widget img
/* 173 */ {
/* 174 */ box-shadow:0 0px 0px rgba(0, 0, 0, 0.2);
/* 175 */ }
/* 176 */ .widget-area .widget {
/* 177 */ 
/* 178 */     margin-bottom: 0.35714286rem;
/* 179 */ 
/* 180 */ }
/* 181 */ .prima-pagina-post{
/* 182 */     border-bottom-width:1px;
/* 183 */     border-bottom-style:dotted;
/* 184 */     padding-bottom: 5px;
/* 185 */       padding-top: 5px;
/* 186 */       clear: both;
/* 187 */ }
/* 188 */ .thumb-prima-pagina-post
/* 189 */ {
/* 190 */     float:left;
/* 191 */     padding:5px;
/* 192 */     width:5.35714286rem;
/* 193 */     
/* 194 */ }
/* 195 */ .eticheta-prima-pagina-post
/* 196 */ {
/* 197 */     border: 0px solid #ccc;
/* 198 */     padding:0 5px ;
/* 199 */   font-size:12px;
/* 200 */      color: #444444;

/* style.css */

/* 201 */     display: block;
/* 202 */  display: inline;
/* 203 */     white-space: nowrap;
/* 204 */    
/* 205 */ }
/* 206 */ .title-prima-pagina-post
/* 207 */ {
/* 208 */     font-weight: bold;
/* 209 */     font-size: 16px;
/* 210 */ }
/* 211 */ 
/* 212 */ .eticheta-video
/* 213 */ {
/* 214 */ 
/* 215 */     border: 0px solid #ccc;
/* 216 */     padding:0 5px ;
/* 217 */   font-size:12px;
/* 218 */      color: #444444;
/* 219 */     display: block;
/* 220 */  display: inline;
/* 221 */     white-space: nowrap;
/* 222 */    
/* 223 */ }
/* 224 */ 
/* 225 */ .thumb-category-post
/* 226 */ {
/* 227 */     float:left;
/* 228 */     padding:5px;
/* 229 */   
/* 230 */     
/* 231 */ }
/* 232 */ 
/* 233 */ .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a
/* 234 */ {
/* 235 */     color:#21784D;
/* 236 */   line-height:1.2;
/* 237 */ }
/* 238 */ a, a:hover , a:visited,  a:active
/* 239 */ {
/* 240 */       color:#206900;
/* 241 */ }
/* 242 */ 
/* 243 */ 
/* 244 */ .site-content article {
/* 245 */  
/* 246 */     margin-bottom: 0;
/* 247 */ 
/* 248 */   
/* 249 */ }
/* 250 */ #categorie {

/* style.css */

/* 251 */     padding-bottom: 1.71429rem;
/* 252 */ }
/* 253 */ #categorie li
/* 254 */ {
/* 255 */ display: inline;
/* 256 */ 
/* 257 */ padding-right: 1px;
/* 258 */ color: #cc0000;
/* 259 */     list-style-type: circle;
/* 260 */     background-image: url("http://itsybitsy.lacravata.ro/wp-content/uploads/sageata.png");
/* 261 */     background-position: 5px 8px;
/* 262 */     background-repeat: no-repeat;
/* 263 */     padding-left:15px;
/* 264 */ }
/* 265 */ .site-header
/* 266 */ {
/* 267 */         padding: 1.42857143rem 0 0 0 ;
/* 268 */          background: transparent;
/* 269 */ }
/* 270 */ 
/* 271 */ table {
/* 272 */     border-collapse: inherit;
/* 273 */    
/* 274 */ }
/* 275 */ #parteneri table {
/* 276 */     border-bottom: 0px solid #EDEDED;
/* 277 */    
/* 278 */ }
/* 279 */ #parteneri td
/* 280 */ {
/* 281 */      border-top: 0px solid #EDEDED;
/* 282 */ }
/* 283 */ 
/* 284 */ .widget-area .widget a {
/* 285 */ color:#206900;
/* 286 */  font-weight: normal; 
/* 287 */ }
/* 288 */ 
/* 289 */ .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
/* 290 */ 
/* 291 */   
/* 292 */        padding-left: 4px;
/* 293 */        border-bottom: none;
/* 294 */     border-top: none;
/* 295 */     line-height: 3.2;
/* 296 */ }
/* 297 */ 
/* 298 */ 
/* 299 */ .widget-area .widget h3 {
/* 300 */ background: none;

/* style.css */

/* 301 */   
/* 302 */      margin-bottom: 0.35714286rem;
/* 303 */      line-height: none;
/* 304 */      color: #206900;
/* 305 */       padding-left: 4px;
/* 306 */       font-weight: bold;  
/* 307 */            font-size: inherit;
/* 308 */            border-bottom: 2px solid #ccc;
/* 309 */     
/* 310 */       
/* 311 */ }
/* 312 */ 
/* 313 */ /* Pagination */	
/* 314 */ 	
/* 315 */ 
/* 316 */     
/* 317 */     .page-numbers li {
/* 318 */     	float: left;
/* 319 */     	}
/* 320 */ 
/* 321 */ .page-numbers a,
/* 322 */ .page-numbers  {
/* 323 */ 	border-radius: 3px;
/* 324 */ 	-moz-border-radius: 3px;
/* 325 */ 	-webkit-border-radius: 3px;
/* 326 */ 	background: -webkit-gradient(linear, left top, left bottom, from(#E4E3E3), to(#FFFFFF));
/* 327 */ 	background: -moz-linear-gradient(top,  #E4E3E3,  #FFFFFF);
/* 328 */ 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E3E3', endColorstr='#FFFFFF');
/* 329 */ 	padding: 3px 4px 2px 4px; 
/* 330 */ 	margin: 2px;
/* 331 */ 	text-decoration: none;
/* 332 */ 	border: 1px solid #ccc;
/* 333 */ 	color: #666;
/* 334 */ 	}
/* 335 */ 
/* 336 */ .page-numbers a:hover,
/* 337 */ .page-numbers .current {	
/* 338 */ 	border: 1px solid #666;
/* 339 */ 	color: #444;
/* 340 */ 	}
/* 341 */         
/* 342 */ footer[role="contentinfo"] {
/* 343 */ border-top: none;
/* 344 */     text-align: center;
/* 345 */ }
/* 346 */ 
/* 347 */ #linearBg1 { /* fallback */ background-color: #15a760; background-image: url(/wp-content/themes/itsy/images/linear_bg_1.png); background-repeat: repeat-y; /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, left top, right top, from(#15a760), to(#2F2727)); /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(left, #15a760, #8dc818); /* Firefox 3.6+ */ background: -moz-linear-gradient(left, #15a760, #8dc818); /* IE 10 */ background: -ms-linear-gradient(left, #15a760, #8dc818); /* Opera 11.10+ */ background: -o-linear-gradient(left, #15a760, #8dc818); }
/* 348 */ 
/* 349 */ #text-3 h3, #text-2 h3,#text-9 h3 ,#text-10 h3 , #bwp_recent_comments-2 h3,#wpb_widget-3 h3,#wpb_widget-4 h3,#polls-widget-2 h3, #polls-widget-3 h3, #text-11 h3, #text-12 h3{
/* 350 */ 

/* style.css */

/* 351 */ 
/* 352 */ height:25px;
/* 353 */ 
/* 354 */ padding:10px 3px 0 35px;
/* 355 */ line-height:1.5em;
/* 356 */ text-transform:uppercase;
/* 357 */ letter-spacing:.2em;
/* 358 */ }
/* 359 */ #text-3 h3, #text-9 h3 , #text-11 h3{
/* 360 */     background:url('http://www.itsybitsy.ro/wp-content/uploads/icon_play.png');
/* 361 */     background-repeat: no-repeat;
/* 362 */ background-position:left center;
/* 363 */ }
/* 364 */ #text-2 h3,#text-10 h3 , #text-12 h3 {
/* 365 */     background:url('http://www.itsybitsy.ro/wp-content/uploads/icon_news.png');
/* 366 */     background-repeat: no-repeat;
/* 367 */ background-position:left center;
/* 368 */ }
/* 369 */ 
/* 370 */ #text-2 .textwidget ,#text-3 .textwidget  {
/* 371 */     background-color: #2b9e63;
/* 372 */   
/* 373 */ }
/* 374 */ 
/* 375 */ #bwp_recent_comments-2 h3 {
/* 376 */     background:url('http://www.itsybitsy.ro/wp-content/uploads/icon_comment.png');
/* 377 */     background-repeat: no-repeat;
/* 378 */ background-position:left center;
/* 379 */ }
/* 380 */ #wpb_widget-3 h3 {
/* 381 */     background:url('http://www.itsybitsy.ro/wp-content/uploads/icon_copii.png');
/* 382 */     background-repeat: no-repeat;
/* 383 */ background-position:left center;
/* 384 */ }
/* 385 */ #wpb_widget-4 h3 {
/* 386 */     background:url('http://www.itsybitsy.ro/wp-content/uploads/icon_parinti.png');
/* 387 */     background-repeat: no-repeat;
/* 388 */ background-position:left center;
/* 389 */ }
/* 390 */ #polls-widget-2 h3, #polls-widget-3 h3 {
/* 391 */      background:url('http://www.itsybitsy.ro/wp-content/uploads/icon_comment.png');
/* 392 */     background-repeat: no-repeat;
/* 393 */ background-position:left center;
/* 394 */ }
/* 395 */ .categorie {
/* 396 */        background:url('http://www.itsybitsy.ro/wp-content/uploads/Pencil-icon.png');
/* 397 */     background-repeat: no-repeat;
/* 398 */ background-position:left center;
/* 399 */ height:25px;
/* 400 */ 

/* style.css */

/* 401 */ padding:10px 3px 0 35px;
/* 402 */ line-height:1.5em;
/* 403 */ text-transform:uppercase;
/* 404 */ letter-spacing:.2em;
/* 405 */     border-bottom: 2px solid #CCCCCC;
/* 406 */     color: #206900;
/* 407 */     font-size: inherit;
/* 408 */     font-weight: bold;
/* 409 */     margin-bottom: 0.357143rem;
/* 410 */     margin-top: 0.357143rem;
/* 411 */     text-transform: uppercase;
/* 412 */ }
/* 413 */ 
/* 414 */ #mc_embed_signup .mc-field-group {
/* 415 */     clear: left;
/* 416 */     min-height: 10px !important;
/* 417 */     padding-bottom: 2px !important;
/* 418 */     position: relative;
/* 419 */     width: 96%;
/* 420 */ }
/* 421 */ #mc_embed_signup .button
/* 422 */ {
/* 423 */     background-image:none;
/* 424 */     background-color:#006633;
/* 425 */ }

/* jquery.bxslider.css */

/* 1   */ /**
/* 2   *|  * BxSlider v4.0 - Fully loaded, responsive content slider
/* 3   *|  * http://bxslider.com
/* 4   *|  *
/* 5   *|  * Written by: Steven Wanderski, 2012
/* 6   *|  * http://stevenwanderski.com
/* 7   *|  * (while drinking Belgian ales and listening to jazz)
/* 8   *|  *
/* 9   *|  * CEO and founder of bxCreative, LTD
/* 10  *|  * http://bxcreative.com
/* 11  *|  */
/* 12  */ 
/* 13  */ 
/* 14  */ /** RESET AND LAYOUT
/* 15  *| ===================================*/
/* 16  */ 
/* 17  */ .bx-wrapper {
/* 18  */ 	position: relative;
/* 19  */ 	margin: 0 auto 60px;
/* 20  */ 	padding: 0;
/* 21  */ 	*zoom: 1;
/* 22  */ }
/* 23  */ 
/* 24  */ .bx-wrapper img {
/* 25  */ 	max-width: 100%;
/* 26  */ 	display: block;
/* 27  */ }
/* 28  */ 
/* 29  */ /** THEME
/* 30  *| ===================================*/
/* 31  */ 
/* 32  */ .bx-wrapper .bx-viewport {
/* 33  */ 	-moz-box-shadow: 0 0 5px #ccc;
/* 34  */ 	-webkit-box-shadow: 0 0 5px #ccc;
/* 35  */ 	box-shadow: 0 0 5px #ccc;
/* 36  */ 	border: solid #fff 5px;
/* 37  */ 	left: -5px;
/* 38  */ 	background: #fff;
/* 39  */ }
/* 40  */ 
/* 41  */ .bx-wrapper .bx-pager,
/* 42  */ .bx-wrapper .bx-controls-auto {
/* 43  */ 	position: absolute;
/* 44  */ 	bottom: -30px;
/* 45  */ 	width: 100%;
/* 46  */ }
/* 47  */ 
/* 48  */ /* LOADER */
/* 49  */ 
/* 50  */ .bx-wrapper .bx-loading {

/* jquery.bxslider.css */

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

/* jquery.bxslider.css */

/* 101 */         margin-left:-50px;
/* 102 */ 	background: url(/wp-includes/js/bxslider/images/controls.png) no-repeat 0 -32px;
/* 103 */ }
/* 104 */ 
/* 105 */ .bx-wrapper .bx-next {
/* 106 */ 	right: 10px;
/* 107 */         margin-right:-50px;
/* 108 */ 	background: url(/wp-includes/js/bxslider/images/controls.png) no-repeat -43px -32px;
/* 109 */ }
/* 110 */ 
/* 111 */ .bx-wrapper .bx-prev:hover {
/* 112 */ 	background-position: 0 0;
/* 113 */ }
/* 114 */ 
/* 115 */ .bx-wrapper .bx-next:hover {
/* 116 */ 	background-position: -43px 0;
/* 117 */ }
/* 118 */ 
/* 119 */ .bx-wrapper .bx-controls-direction a {
/* 120 */ 	position: absolute;
/* 121 */ 	top: 50%;
/* 122 */ 	margin-top: -16px;
/* 123 */ 	outline: 0;
/* 124 */ 	width: 32px;
/* 125 */ 	height: 32px;
/* 126 */ 	text-indent: -9999px;
/* 127 */ 	z-index: 9999;
/* 128 */ }
/* 129 */ 
/* 130 */ .bx-wrapper .bx-controls-direction a.disabled {
/* 131 */ 	display: none;
/* 132 */ }
/* 133 */ 
/* 134 */ /* AUTO CONTROLS (START / STOP) */
/* 135 */ 
/* 136 */ .bx-wrapper .bx-controls-auto {
/* 137 */ 	text-align: center;
/* 138 */ }
/* 139 */ 
/* 140 */ .bx-wrapper .bx-controls-auto .bx-start {
/* 141 */ 	display: block;
/* 142 */ 	text-indent: -9999px;
/* 143 */ 	width: 10px;
/* 144 */ 	height: 11px;
/* 145 */ 	outline: 0;
/* 146 */ 	background: url(/wp-includes/js/bxslider/images/controls.png) -86px -11px no-repeat;
/* 147 */ 	margin: 0 3px;
/* 148 */ }
/* 149 */ 
/* 150 */ .bx-wrapper .bx-controls-auto .bx-start:hover,

/* jquery.bxslider.css */

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

/* flexslider.css */

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

/* flexslider.css */

/* 51  */ .flex-direction-nav {*height: 0;}
/* 52  */ .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/wp-content/plugins/ml-slider/assets/sliders/flexslider/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
/* 53  */ .flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
/* 54  */ .flex-direction-nav .flex-prev {left: -36px;}
/* 55  */ .flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
/* 56  */ .flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
/* 57  */ .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
/* 58  */ .flex-direction-nav .flex-disabled {cursor: default; pointer-events: none;}
/* 59  */ 
/* 60  */ /* Control Nav */
/* 61  */ .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
/* 62  */ .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
/* 63  */ .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
/* 64  */ .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
/* 65  */ .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
/* 66  */ 
/* 67  */ .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
/* 68  */ .flex-control-thumbs li {}
/* 69  */ .flex-control-thumbs img {margin: 10px 5px 0; display: inline-block; opacity: .7; cursor: pointer;}
/* 70  */ .flex-control-thumbs img:hover {opacity: 1;}
/* 71  */ .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/* 72  */ 
/* 73  */ @media screen and (max-width: 860px) {
/* 74  */   .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
/* 75  */   .flex-direction-nav .flex-next {opacity: 1; right: 0;}
/* 76  */ }
/* 77  */ 
/* 78  */ 
/* 79  */ 
/* 80  */ /** Custom Meta Slider CSS **/
/* 81  */ .flexslider {
/* 82  */     background: none;
/* 83  */     box-shadow: none;
/* 84  */     -webkit-box-shadow: none;
/* 85  */     -moz-box-shadow: none;
/* 86  */     -o-box-shadow: none;
/* 87  */     border: 0;
/* 88  */     margin: 0 0 40px 0;
/* 89  */ }
/* 90  */ 
/* 91  */ .flex-control-nav {
/* 92  */ 	bottom: -30px;
/* 93  */ 	line-height: 11px;
/* 94  */ }
/* 95  */ 
/* 96  */ 
/* 97  */ /** move margin from list items to anchors */
/* 98  */ .flex-control-nav li {
/* 99  */ 	margin: 0;
/* 100 */ }

/* flexslider.css */

/* 101 */ .flex-control-nav li a {
/* 102 */ 	margin: 0 6px;
/* 103 */ 	padding: 0;
/* 104 */ }
/* 105 */ 
/* 106 */ .flexslider .slides li {
/* 107 */     position: relative;
/* 108 */ }
/* 109 */ 
/* 110 */ /** fix for users with RTL languages */
/* 111 */ .flex-viewport {
/* 112 */     direction: ltr;
/* 113 */ }
/* 114 */ 
/* 115 */ /** add transition effects to firefox **/
/* 116 */ .flex-direction-nav a {
/* 117 */     -moz-transition: all .3s ease;
/* 118 */     transition: all .3s ease;
/* 119 */ }
/* 120 */ 
/* 121 */ .flexslider .slides p {
/* 122 */     margin: 0;
/* 123 */ }
/* 124 */ 
/* 125 */ .flex-control-nav {
/* 126 */ 	margin: auto;
/* 127 */ }
/* 128 */ 
/* 129 */ .metaslider .flexslider.filmstrip {
/* 130 */ 	margin-top: 10px;
/* 131 */ }
/* 132 */ .metaslider .flexslider.filmstrip .slides li {
/* 133 */     cursor: pointer;
/* 134 */     opacity: 0.5;
/* 135 */ }
/* 136 */ .metaslider .flexslider.filmstrip .slides li.flex-active-slide,
/* 137 */ .metaslider .flexslider.filmstrip .slides li:hover,
/* 138 */ .metaslider .flexslider.filmstrip .slides li:focus {
/* 139 */     opacity: 1.0 !important;
/* 140 */ }

/* public.css */

/* 1  */ /**
/* 2  *|  * The files in /assets are unmodified.
/* 3  *|  * This file contains 
/* 4  *|  *    - resets, in an attempt to ensure sliders display properly in all themes
/* 5  *|  *    - modifications to the default sliders CSS
/* 6  *|  */
/* 7  */ 
/* 8  */  /* general resets */
/* 9  */ .metaslider {
/* 10 */     position: relative;
/* 11 */ }
/* 12 */ .metaslider.nav-hidden .flexslider {
/* 13 */     margin-bottom: 0;
/* 14 */ }
/* 15 */ .metaslider.nav-hidden.add-margin .flexslider {
/* 16 */     margin-bottom: 40px;
/* 17 */ }
/* 18 */ 
/* 19 */ .metaslider .caption {
/* 20 */     padding: 5px 10px;
/* 21 */ }
/* 22 */ 
/* 23 */ .metaslider img {
/* 24 */     height: auto;
/* 25 */     padding: 0;
/* 26 */ }
/* 27 */ 
/* 28 */ .metaslider li:before,
/* 29 */ .metaslider li:after {
/* 30 */     content: "" !important;
/* 31 */ }
/* 32 */ 
/* 33 */ .metaslider .caption-wrap {
/* 34 */     position: absolute;
/* 35 */     bottom: 0;
/* 36 */     left: 0;
/* 37 */     background: black;
/* 38 */     color: white;
/* 39 */     line-height: 30px;
/* 40 */     opacity: 0.7;
/* 41 */     margin: 0;
/* 42 */     display: block;
/* 43 */     width: 100%;
/* 44 */ }
/* 45 */ 
/* 46 */ .metaslider .caption-wrap .caption img {
/* 47 */     width: auto;
/* 48 */ }
/* 49 */ 
/* 50 */ /** quick resets **/

/* public.css */

/* 51 */ .article .metaslider ol,
/* 52 */ .art-article .metaslider img,
/* 53 */ #widgets .metaslider ul, 
/* 54 */ #widgets .metaslider ol,
/* 55 */ #content .metaslider ul,
/* 56 */ #content .metaslider ol,
/* 57 */ #content .metaslider li,
/* 58 */ .entry .metaslider ul,
/* 59 */ .entry .metaslider ol,
/* 60 */ .entry-content .metaslider ul,
/* 61 */ .entry-content .metaslider ol,
/* 62 */ .metaslider .flexslider ul,
/* 63 */ .metaslider .flexslider .slides li,
/* 64 */ .metaslider .flexslider .slides ul,
/* 65 */ .metaslider .flexslider .slides ol,
/* 66 */ .metaslider .flexslider .flex-direction-nav,
/* 67 */ .metaslider .flexslider .flex-direction-nav li,
/* 68 */ .entry-content .metaslider .flexslider ol.flex-control-nav
/* 69 */  {
/* 70 */     border: 0;
/* 71 */     border-top: 0;
/* 72 */     border-right: 0;
/* 73 */     border-bottom: 0;
/* 74 */     border-left: 0;
/* 75 */     margin: 0;
/* 76 */     margin-top: 0;
/* 77 */     margin-right: 0;
/* 78 */     margin-bottom: 0;
/* 79 */     margin-left: 0;
/* 80 */     list-style-type: none;
/* 81 */     list-style: none;
/* 82 */     padding: 0;
/* 83 */     line-height: normal;
/* 84 */ }
/* 85 */ .metaslider .slides img {
/* 86 */ 	width: 100%; 
/* 87 */ 	display: block;
/* 88 */ }
