
/* style.css */

/* 1   */ /*
/* 2   *| * styles for settings page
/* 3   *| */
/* 4   */ .cptch_example_fields_actions {
/* 5   */     min-height: 18px;
/* 6   */ 	width: 140px;
/* 7   */ 	position: relative;
/* 8   */ }
/* 9   */ .cptch_example_fields_actions img {
/* 10  */ 	position: relative;
/* 11  */ 	max-width: 30px;
/* 12  */     display: inline-block;
/* 13  */     vertical-align: middle;
/* 14  */ }
/* 15  */ .cptch_block {
/* 16  */ 	direction: ltr;
/* 17  */ }
/* 18  */ input.cptch_settings_input {
/* 19  */     width: 252px;
/* 20  */ }
/* 21  */ .cptch_how_to_use {
/* 22  */     float: right;
/* 23  */ }
/* 24  */ .cptch_limit_label {
/* 25  */     display: block;
/* 26  */ }
/* 27  */ .cptch_whitelist_buttons .alignleft {
/* 28  */     margin-right: 10px;
/* 29  */ }
/* 30  */ .cptch_pro_block .bws_pro_version_tooltip {
/* 31  */     display: inline-block;
/* 32  */     width: 100%;
/* 33  */     box-sizing: border-box;
/* 34  */     top: 5px;
/* 35  */ }
/* 36  */ #cptch_add_my_ip {
/* 37  */     display: inline-block;
/* 38  */     padding: 8px 0 5px;
/* 39  */ }
/* 40  */ /*
/* 41  *|  * RTL styles
/* 42  *|  */
/* 43  */ .rtl .cptch_how_to_use {
/* 44  */     float: left;
/* 45  */ }
/* 46  */ .rtl .cptch_block {
/* 47  */     direction: rtl;
/* 48  */ }
/* 49  */ /*
/* 50  *| * frontend styles

/* style.css */

/* 51  *| */
/* 52  */ .cptch_block label {
/* 53  */     word-wrap: break-word;
/* 54  */ }
/* 55  */ .cptch_label:hover {
/* 56  */     cursor: pointer;
/* 57  */ }
/* 58  */ form input.cptch_input {
/* 59  */     padding-left: 8px;
/* 60  */     padding-right: 8px;
/* 61  */ }
/* 62  */ .cptch_whitelist_message {
/* 63  */     font-style: italic;
/* 64  */     color: #008000;
/* 65  */     font-weight: normal !important;
/* 66  */ }
/* 67  */ .cptch_block {
/* 68  */     display: block !important;
/* 69  */     width: 100%;
/* 70  */     max-width: 100%;
/* 71  */     box-sizing: border-box;
/* 72  */     word-spacing: normal !important;
/* 73  */ }
/* 74  */ .cptch_title {
/* 75  */     display: block;
/* 76  */     word-wrap: break-word;
/* 77  */     padding-bottom: 5px;
/* 78  */     clear: both;
/* 79  */ }
/* 80  */ .cptch_wrap {
/* 81  */     display: table-row !important;
/* 82  */     position: relative;
/* 83  */     clear: both;
/* 84  */ }
/* 85  */ .cptch_label,
/* 86  */ .cptch_reload_button_wrap {
/* 87  */     display: table-cell;
/* 88  */     margin: 5px 0 !important;
/* 89  */     vertical-align: middle;
/* 90  */     line-height: 1;
/* 91  */ }
/* 92  */ .cptch_span {
/* 93  */     display: inline-block;
/* 94  */     vertical-align: middle;
/* 95  */     line-height: 1;
/* 96  */ }
/* 97  */ .cptch_img {
/* 98  */     width: 40px;
/* 99  */     max-width: 40px !important;
/* 100 */     height: auto;

/* style.css */

/* 101 */     top: 0;
/* 102 */     z-index: 2;
/* 103 */ }
/* 104 */ .cptch_reload_button {
/* 105 */     width: 2rem;
/* 106 */     height: 2rem;
/* 107 */     margin: 0 15px;
/* 108 */     font-size: 2rem;   
/* 109 */     vertical-align: text-bottom; 
/* 110 */ }
/* 111 */ .cptch_reload_button:before {
/* 112 */     width: 2rem;
/* 113 */     height: 2rem;
/* 114 */     vertical-align: text-bottom;
/* 115 */ }
/* 116 */ 
/* 117 */ @media only screen and ( max-width: 782px ) {
/* 118 */     #cptch_whitelist_search p.search-box {
/* 119 */         position: static;
/* 120 */     }
/* 121 */     #cptch_whitelist .tablenav.top {
/* 122 */         display: none;
/* 123 */     }
/* 124 */     .cptchpr_reload_button {
/* 125 */         width: 48px;
/* 126 */         height: 48px;
/* 127 */         font-size: 48px;
/* 128 */     }
/* 129 */     .cptch_how_to_use {
/* 130 */         float: none;
/* 131 */         text-align: left;
/* 132 */     }
/* 133 */     .rtl .cptch_how_to_use {
/* 134 */         text-align: right;
/* 135 */     }
/* 136 */ }
/* 137 */ 
/* 138 */ @media only screen and ( max-width: 480px ) {
/* 139 */     .bws_help_box.cptch_thumb_block {
/* 140 */         display: none;
/* 141 */     }
/* 142 */     #cptch_whitelist .bulkactions {
/* 143 */         float: none;
/* 144 */     }
/* 145 */     #cptch_whitelist .tablenav-pages {
/* 146 */         display: inline-block;
/* 147 */         margin-bottom: 10px;
/* 148 */         float: none;
/* 149 */         clear: both;
/* 150 */     }

/* style.css */

/* 151 */     #cptch_whitelist .tablenav-pages .displaying-num {
/* 152 */         position: static;
/* 153 */     }
/* 154 */     .cptchpr_reload_button {
/* 155 */         margin: 0;
/* 156 */     }
/* 157 */     #cptch_whitelist .column-add_time {
/* 158 */         display: none;
/* 159 */     }
/* 160 */ }

/* dashicons.min.css */

/* 1 */ @font-face{font-family:dashicons;src:url(/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(/wp-includes/fonts/dashicons.ttf) format("truetype"),url(/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}

/* desktop_style.css */

/* 1  */ 
/* 2  */ .cptch_img:hover {
/* 3  */ 	cursor: default;
/* 4  */ 	position: relative;
/* 5  */ 	z-index: 10;
/* 6  */ 	-webkit-transition: 300ms ease-in-out;
/* 7  */ 	-moz-transition: 300ms ease-in-out;
/* 8  */ 	-o-transition: 300ms ease-in-out;
/* 9  */ 	transition: 300ms ease-in-out;
/* 10 */ }
/* 11 */ .cptch_left:hover {
/* 12 */ 	/* move to the right and increase the size of image */
/* 13 */ 	-webkit-transform: translateX(100%) scale(3, 3);
/* 14 */ 	-moz-transform: translateX(100%) scale(3, 3);
/* 15 */ 	-o-transform: translateX(100%) scale(3, 3);
/* 16 */ 	-ms-transform: translateX(100%) scale(3, 3);
/* 17 */ 	transform: translateX(100%) scale(3, 3);
/* 18 */ }
/* 19 */ .cptch_right:hover {
/* 20 */ 	/* move to the left and increase the size of image */
/* 21 */ 	-webkit-transform: translateX(-100%) scale(3, 3);
/* 22 */ 	-moz-transform: translateX(-100%) scale(3, 3);
/* 23 */ 	-ms-transform: translateX(-100%) scale(3, 3);
/* 24 */ 	-o-transform: translateX(-100%) scale(3, 3);
/* 25 */ 	transform: translateX(-100%) scale(3, 3);
/* 26 */ }
/* 27 */ .cptch_center:hover {
/* 28 */ 	/* increase the size of image */
/* 29 */ 	-webkit-transform: scale(3, 3);
/* 30 */ 	-moz-transform: scale(3, 3);
/* 31 */ 	-o-transform: scale(3, 3);
/* 32 */ 	-ms-transform: scale(3, 3);
/* 33 */ 	transform: scale(3, 3);
/* 34 */ }
/* 35 */ .cptch_reload_button:hover,
/* 36 */ .cptch_reload_button.cptch_active {
/* 37 */ 	cursor: pointer;
/* 38 */ 	opacity: 0.7;
/* 39 */ 	
/* 40 */ 	-webkit-animation: cptch_rotation 800ms infinite linear;
/* 41 */ 	animation: cptch_rotation 800ms infinite linear;
/* 42 */ }
/* 43 */ @-webkit-keyframes cptch_rotation {
/* 44 */ 	0% {
/* 45 */ 		-webkit-transform: rotate(0deg);
/* 46 */ 		transform: rotate(0deg);
/* 47 */ 	}
/* 48 */ 	100% {
/* 49 */ 		-webkit-transform: rotate(359deg);
/* 50 */ 		transform: rotate(359deg);

/* desktop_style.css */

/* 51 */ 	}
/* 52 */ }
/* 53 */ @keyframes cptch_rotation {
/* 54 */ 	0% {
/* 55 */ 		-webkit-transform: rotate(0deg);
/* 56 */ 		transform: rotate(0deg);
/* 57 */ 	}
/* 58 */ 	100% {
/* 59 */ 		-webkit-transform: rotate(359deg);
/* 60 */ 		transform: rotate(359deg);
/* 61 */ 	}
/* 62 */ }

/* styles.css */

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

/* styles.css */

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

/* style.css */

/* 1    */ /***************************************
/* 2    *| 	Theme Name: Jarida
/* 3    *| 	Theme URI: http://goo.gl/Kotx0
/* 4    *| 	Description: A Premium Wordpress News Theme.
/* 5    *| 	Author: Mo3aser
/* 6    *| 	Author URI: http://tielabs.com/
/* 7    *| 	Version: 1.5.0
/* 8    *| 	
/* 9    *| 	License: GNU General Public License v2.0
/* 10   *| 	License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 11   *| 
/* 12   *| 	Tags: two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu
/* 13   *| ***************************************/
/* 14   */ 
/* 15   */ /* Main Global Layout Settings */
/* 16   */ *{ padding:0; margin:0;	outline:none; list-style:none; border: 0 none;}
/* 17   */ body {
/* 18   */ 	background:#FFF url(/wp-content/themes/jarida/images/patterns/body-bg13.png);
/* 19   */ 	color: #333;
/* 20   */ 	font-family: Tahoma,Arial,Verdana,sans-serif;
/* 21   */ 	font-size: 13px;
/* 22   */ }
/* 23   */ pre ,code{
/* 24   */ 	direction:ltr;
/* 25   */ 	background:url(/wp-content/themes/jarida/images/code-bg.png);
/* 26   */ 	font: 11px/19px 'andale mono', 'lucida console', monospace;
/* 27   */ 	padding: 3px;
/* 28   */ 	display: block;
/* 29   */ 	overflow-x: visible;
/* 30   */ 	overflow-y: hidden;
/* 31   */ 	margin: 0 0 20px 0;
/* 32   */ 	color: #666;
/* 33   */ 	border-top: 1px solid #E1E1E1;
/* 34   */ 	border-left: 1px solid #E1E1E1;
/* 35   */ 	border-bottom: 1px solid #F0F0F0;
/* 36   */ 	border-right: 1px solid #F0F0F0;
/* 37   */ }
/* 38   */ h1, h2, h3,h4, h5, h6 { font-weight:normal;}
/* 39   */ 
/* 40   */ .alignright {float: right;}
/* 41   */ .alignleft {float: left;}
/* 42   */ .aligncenter{clear:both; margin-left:auto;	margin-right:auto;}
/* 43   */ a {
/* 44   */   color: #444;
/* 45   */   text-decoration: none;
/* 46   */   -webkit-transition: all ease-in-out 0.2s;
/* 47   */   -moz-transition: all ease-in-out 0.2s;
/* 48   */   -o-transition: all ease-in-out 0.2s;
/* 49   */   transition: all ease-in-out 0.2s;
/* 50   */ }

/* style.css */

/* 51   */ a:hover { color: #000;}
/* 52   */ .clear {clear: both;}
/* 53   */ 
/* 54   */ .post-title a,ul.slider-navigation li ,.pagenavi a,a.more-link ,.main-menu li a ,.subscribe-icons a ,.flickr_badge_image img {
/* 55   */ 	webkit-transition: all .2s ease-in-out;
/* 56   */ 	-moz-transition: all .2s ease-in-out;
/* 57   */ 	-o-transition: all .2s ease-in-out;
/* 58   */ 	-ms-transition: all .2s ease-in-out;
/* 59   */ 	transition: all .2s ease-in-out;
/* 60   */ }
/* 61   */ .button,a.button,#main-content input[type="submit"], span.onsale {
/* 62   */ 	padding: 6px 8px;
/* 63   */ 	display: inline-block;
/* 64   */ 	border: 0px;
/* 65   */ 	font-family: Arial, sans-serif;
/* 66   */ 	font-weight: bold;
/* 67   */ 	cursor: pointer;
/* 68   */ 	line-height: 17px;
/* 69   */ 	width: auto;
/* 70   */ 	-webkit-transition: all 0.3s ease-in-out;
/* 71   */ 	-moz-transition: all 0.3s ease-in-out;
/* 72   */ 	-o-transition: all 0.3s ease-in-out;
/* 73   */ 	-ms-transition: all 0.3s ease-in-out;
/* 74   */ 	transition: all 0.3s ease-in-out;
/* 75   */ 	background:#cd2122;
/* 76   */ 	color:#FFF;
/* 77   */ 	text-decoration:none;
/* 78   */ }
/* 79   */ .button:hover,a.button:hover,#main-content input[type="submit"]:hover{background:#444 !important; text-decoration:none !important;}
/* 80   */ textarea, input[type=text], input[type=password], input[type=email], select {
/* 81   */ 	border: 1px solid #e0e0e0;
/* 82   */ 	padding: 8px 6px;
/* 83   */ 	outline: none;
/* 84   */ 	font-size: 13px;
/* 85   */ 	color: #888;
/* 86   */ 	margin: 0;
/* 87   */ 	max-width:100%;
/* 88   */ 	display: block;
/* 89   */ 	background: #fff;
/* 90   */ 	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
/* 91   */ 	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
/* 92   */ 	transition: all .2s linear;
/* 93   */ 	-o-transition: all .2s linear;
/* 94   */ 	-moz-transition: all .2s linear;
/* 95   */ 	-webkit-transition: all .2s linear;
/* 96   */ }
/* 97   */ input, select {cursor: pointer;}
/* 98   */ input[type=text], input[type=password], input[type=email] {cursor: text;}
/* 99   */ textarea {overflow:auto; width:97%;}
/* 100  */ textarea, input {padding: 5px;outline: none;}

/* style.css */

/* 101  */ select {padding: 2px;}
/* 102  */ option {padding: 0 4px;}
/* 103  */ input[type=button], button {padding: 4px;cursor: pointer;vertical-align: middle;}
/* 104  */ input.text_input,textarea.textarea {border: 1px solid #ccc;-moz-border-radius: 1px;-webkit-border-radius: 1px; border-radius: 1px;}
/* 105  */ input.text_input:focus,textarea.textarea:focus {border: 1px solid #999;	}
/* 106  */ 
/* 107  */ ::-moz-selection { background: #cd2122; color: #fff; text-shadow: none; }
/* 108  */ ::selection { background: #cd2122; color: #fff; text-shadow: none; }
/* 109  */ 
/* 110  */ ::-webkit-scrollbar {width: 8px; height:8px; }
/* 111  */ ::-webkit-scrollbar-track {background: #FFFFFF;-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;border: 1px solid #D8D8D8;}
/* 112  */ ::-webkit-scrollbar-thumb {background: #cd2122;-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);}
/* 113  */ ::-webkit-scrollbar-thumb:hover {-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);}
/* 114  */ ::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}
/* 115  */ 
/* 116  */ /* Main Wrapper Style */
/* 117  */ .background-cover{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:fixed; background-repeat:no-repeat; top:0; left:0; z-index:0; overflow: hidden; width: 100%; height:100%;} 
/* 118  */ .wrapper {
/* 119  */ 	position:relative;
/* 120  */ 	z-index:1;
/* 121  */ 	width:1220px;
/* 122  */ 	margin:0 auto;
/* 123  */ 	-moz-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
/* 124  */ 	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
/* 125  */ 	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
/* 126  */ 	background:#FFF;
/* 127  */ }
/* 128  */ .wrapper.full-site, .wrapper.layout-2c.full-site{
/* 129  */ 	width:100% !important;
/* 130  */ 	-moz-box-shadow:  none;
/* 131  */ 	-webkit-box-shadow:  none;
/* 132  */ 	box-shadow:  none;
/* 133  */ }
/* 134  */ .wrapper:after, #main-content:after{display: block;visibility: hidden;clear: both;	height: 0;content: " ";}
/* 135  */ 
/* 136  */ .container{width:1160px; margin:0 auto;}
/* 137  */ 
/* 138  */ /* 2 Columns Layout */
/* 139  */ .wrapper.layout-2c{width:1020px;}
/* 140  */ .wrapper.layout-2c .container, .wrapper.layout-2c header, .wrapper.layout-2c #main-nav, .wrapper.layout-2c #footer-widget-area, .wrapper.layout-2c .scroll-box-wide .group_items {width:955px ;}
/* 141  */ .wrapper.layout-2c .header-content {margin: 0 -32px; padding: 25px 32px;}
/* 142  */ .wrapper.layout-2c .sidebar-narrow{display:none;}
/* 143  */ .wrapper.layout-2c .cats-review-box .reviews-cat {width: 304px;margin-right: 15px;}
/* 144  */ .wrapper.layout-2c .cats-review-box .reviews-cat h4{width: 190px;}
/* 145  */ .wrapper.layout-2c .wide-news-item , .wrapper.layout-2c .scroll-box-wide.scroll-box .scroll-item{width: 231px; margin-right: 10px;}
/* 146  */ 
/* 147  */ 
/* 148  */ /* Header */
/* 149  */ header {margin:0 0 35px;position: relative;}
/* 150  */ header:after{display: block;visibility: hidden;clear: both;	height: 0;content: ".";}

/* style.css */

/* 151  */ 
/* 152  */ /* Top Menu Styles */
/* 153  */ .top-nav {
/* 154  */ 	background:#2c2c2c;
/* 155  */ 	border-bottom:4px solid #cd2122;
/* 156  */ 	height:30px;
/* 157  */ }
/* 158  */ 	.top-nav .menu-alert{
/* 159  */ 		float:left;
/* 160  */ 		color:#666;
/* 161  */ 		padding:8px 0;
/* 162  */ 		font-style:italic;
/* 163  */ 	}
/* 164  */ 	.top-nav ul {float: left;}
/* 165  */ 		.top-nav ul li {
/* 166  */ 			position: relative;
/* 167  */ 			display: inline-block;
/* 168  */ 			float: left;
/* 169  */ 			margin-right:20px;
/* 170  */ 		}
/* 171  */ 		.top-nav ul li a, .top-nav .breaking-news a {
/* 172  */ 			display: inline-block;
/* 173  */ 			height: 30px;
/* 174  */ 			line-height: 30px;
/* 175  */ 			color: #ccc ;
/* 176  */ 			padding:0  ;
/* 177  */ 			text-shadow:0 1px 1px #000;
/* 178  */ 			font-size: 12px;
/* 179  */ 		}
/* 180  */ 		.top-nav ul li a:hover, .top-nav .breaking-news a:hover {color: #FFF;}
/* 181  */ 		.top-nav ul ul {
/* 182  */ 			background: #2c2c2c;
/* 183  */ 			display: none;
/* 184  */ 			padding:0;
/* 185  */ 			position: absolute;
/* 186  */ 			top: 30px;
/* 187  */ 			width: 180px;
/* 188  */ 			z-index: 99999;
/* 189  */ 			float: left;
/* 190  */ 			-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
/* 191  */ 			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
/* 192  */ 			-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
/* 193  */ 		}
/* 194  */ 			.top-nav ul ul li {background: none !important;border: none !important;z-index: 99999;min-width: 180px;}
/* 195  */ 				.top-nav ul ul ul {right: auto;left: 100%;top: 0;z-index: 99999;}
/* 196  */ 			.top-nav ul ul a {
/* 197  */ 				background: none !important;
/* 198  */ 				height: auto !important;
/* 199  */ 				line-height: 1em;
/* 200  */ 				padding: 10px 10px;

/* style.css */

/* 201  */ 				width: 160px;
/* 202  */ 				display: block !important;
/* 203  */ 				margin-right: 0 !important;
/* 204  */ 				z-index: 99999;
/* 205  */ 				color: #ccc!important;
/* 206  */ 			}
/* 207  */ 			.top-nav ul ul li.current-menu-item:after{display: none;}	
/* 208  */ 		.top-nav ul li:hover > a,.top-nav ul :hover > a ,.top-nav ul li.current-menu-item a { color:#fff;}
/* 209  */ 		
/* 210  */ 	.top-nav ul ul li:hover > a,	.top-nav ul ul :hover > a {color: #fff !important; padding:10px 5px 10px 15px;	}
/* 211  */ 	.top-nav ul li:hover > ul {display: block;}
/* 212  */ 
/* 213  */ /* Search */
/* 214  */ .search-block {
/* 215  */ 	height:30px;
/* 216  */ 	overflow: hidden;
/* 217  */ 	float:right;
/* 218  */ 	margin-left:5px;
/* 219  */ }
/* 220  */ 	.search-block #s {
/* 221  */ 		background:#3c3c3c;
/* 222  */ 		float: right;
/* 223  */ 		font: normal 11px tahoma;
/* 224  */ 		padding: 9px 12px 8px 12px;
/* 225  */ 		width: 90px;
/* 226  */ 		color:#999;
/* 227  */ 		border:0 none;
/* 228  */ 		border-left:1px solid #222;
/* 229  */ 		-webkit-transition: all ease-in-out 0.4s;
/* 230  */   		-moz-transition: all ease-in-out 0.4s;
/* 231  */  		-o-transition: all ease-in-out 0.4s;
/* 232  */  		transition: all ease-in-out 0.4s;
/* 233  */ 		-webkit-border-radius: 0;
/* 234  */ 		-moz-border-radius: 0;
/* 235  */ 		border-radius: 0 ;
/* 236  */ 		opacity:0.7;
/* 237  */ 	}
/* 238  */ 	.search-block #s:focus {color:#fff;}
/* 239  */ 	.search-block .search-button {
/* 240  */ 		background:#3c3c3c url(/wp-content/themes/jarida/images/separate.png) no-repeat center -415px;
/* 241  */ 		cursor: pointer;
/* 242  */ 		float: right;
/* 243  */ 		height:30px;
/* 244  */ 		width:30px;
/* 245  */ 		text-indent:-999999px;
/* 246  */ 		display: block;
/* 247  */ 		border:0 none;
/* 248  */ 		-webkit-border-radius: 0;
/* 249  */ 		-moz-border-radius: 0;
/* 250  */ 		border-radius: 0 ;

/* style.css */

/* 251  */ 		opacity:0.7;
/* 252  */ 		-webkit-transition: all ease-in-out 0.4s;
/* 253  */   		-moz-transition: all ease-in-out 0.4s;
/* 254  */  		-o-transition: all ease-in-out 0.4s;
/* 255  */  		transition: all ease-in-out 0.4s;
/* 256  */  		border-right: 1px solid #222;
/* 257  */ 	}
/* 258  */ 	.search-block:hover .search-button,.search-block:hover #s {opacity:1;	color:#ddd;}
/* 259  */ 
/* 260  */ .header-content{padding:25px 0; background:url(/wp-content/themes/jarida/images/top-shadow.png) no-repeat top;}
/* 261  */ 	.logo {float: left;}
/* 262  */ 	.logo img{ max-width:100%;}
/* 263  */ 	.logo h1, .logo h2{font:bold 32pt arial;}
/* 264  */ 	.logo strong{ display:none;}
/* 265  */ 	.logo span{ font-weight: normal; font-size: 14px;}
/* 266  */ 
/* 267  */ /* Main Nav  */
/* 268  */ #main-nav  {
/* 269  */ 	background:#2c2c2c;
/* 270  */ 	margin:0 auto;
/* 271  */ 	height:50px;
/* 272  */ 	border-bottom:5px solid #cd2122;
/* 273  */ }
/* 274  */ 	#main-nav  .menu-alert{
/* 275  */ 		float:left;
/* 276  */ 		padding:18px 0 0 10px ;
/* 277  */ 		font-style:italic;
/* 278  */ 		color:#FFF;
/* 279  */ 	}
/* 280  */ 	#top-menu-mob , #main-menu-mob{ display:none; }
/* 281  */ 	#main-nav  ul li {
/* 282  */ 		text-transform: uppercase;
/* 283  */ 		font-family: Oswald,arial,Georgia, serif;
/* 284  */ 		font-size:16px;
/* 285  */ 		position: relative;
/* 286  */ 		display: inline-block;
/* 287  */ 		float: left;
/* 288  */ 		border:1px solid #222222;
/* 289  */ 		border-width:0 0 0 1px;
/* 290  */ 		height:50px;
/* 291  */ 	}
/* 292  */ 		#main-nav  ul li:first-child,
/* 293  */ 		#main-nav  ul li:first-child a{border:0 none;}
/* 294  */ 		#main-nav  ul li:last-child a{border-right:0 none;}
/* 295  */ 		#main-nav  ul li a {
/* 296  */ 			display: inline-block;
/* 297  */ 			height: 50px;
/* 298  */ 			line-height: 50px;
/* 299  */ 			color: #ddd;
/* 300  */ 			padding:0 14px;

/* style.css */

/* 301  */ 			text-shadow:0 1px 1px #000;
/* 302  */ 			border-left:1px solid #383838;
/* 303  */ 		}
/* 304  */ 		#main-nav  ul li a .sub-indicator{}
/* 305  */ 		#main-nav  ul li a:hover {}
/* 306  */ 		#main-nav  ul ul{
/* 307  */ 			display: none;
/* 308  */ 			padding:0;
/* 309  */ 			position: absolute;
/* 310  */ 			top: 50px;
/* 311  */ 			width: 180px;
/* 312  */ 			z-index: 99999;
/* 313  */ 			float: left;
/* 314  */ 			background: #2d2d2d !important;
/* 315  */ 			-webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
/* 316  */ 			box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
/* 317  */ 			-webkit-border-bottom-right-radius: 3px;
/* 318  */ 			-webkit-border-bottom-left-radius: 3px;
/* 319  */ 			-moz-border-radius-bottomright: 3px;
/* 320  */ 			-moz-border-radius-bottomleft: 3px;
/* 321  */ 			border-bottom-right-radius: 3px;
/* 322  */ 			border-bottom-left-radius: 3px;
/* 323  */ 		}
/* 324  */ 		#main-nav  ul ul li, #main-nav  ul ul li:first-child {
/* 325  */ 			background: none !important;
/* 326  */ 			z-index: 99999;
/* 327  */ 			min-width: 180px;
/* 328  */ 			border:0 none;
/* 329  */ 			border-bottom: 1px solid #222;
/* 330  */ 			border-top: 1px solid #383838;
/* 331  */ 			font-size:13px;
/* 332  */ 			height:auto;
/* 333  */ 			margin:0;
/* 334  */ 		}
/* 335  */ 			#main-nav  ul ul li:first-child ,#main-nav ul li.current-menu-item ul li:first-child,
/* 336  */ 			#main-nav ul li.current-menu-parent ul li:first-child,#main-nav ul li.current-page-ancestor ul li:first-child { border-top:0 none !important;}
/* 337  */ 		#main-nav  ul ul ul ,#main-nav  ul li.current-menu-item ul ul,	#main-nav  ul li.current-menu-parent ul ul,	#main-nav  ul li.current-page-ancestor ul ul{right: auto;left: 100%;	top: 0 !important;	z-index: 99999;	}
/* 338  */ 		#main-nav  ul.sub-menu a ,
/* 339  */ 		#main-nav  ul ul li.current-menu-item a,
/* 340  */ 		#main-nav  ul ul li.current-menu-parent a,
/* 341  */ 		#main-nav  ul ul li.current-page-ancestor a{
/* 342  */ 			border:0 none;
/* 343  */ 			background: none !important;
/* 344  */ 			height: auto !important;
/* 345  */ 			line-height: 1em;
/* 346  */ 			padding: 10px 10px;
/* 347  */ 			width: 160px;
/* 348  */ 			display: block !important;
/* 349  */ 			margin-right: 0 !important;
/* 350  */ 			z-index: 99999;

/* style.css */

/* 351  */ 			color: #ccc !important;
/* 352  */ 			text-shadow:0 1px 1px #000 !important;
/* 353  */ 		}
/* 354  */ 		 #main-nav  ul li.current-menu-item ul a,
/* 355  */ 		 #main-nav  ul li.current-menu-parent ul a,
/* 356  */ 		 #main-nav  ul li.current-page-ancestor ul a{ color:#eee !important; text-shadow:0 1px 1px #222 !important;}
/* 357  */ 
/* 358  */ 		#main-nav  ul li:hover > a,	#main-nav  ul :hover > a {	color: #FFF ;}
/* 359  */ 		#main-nav  ul ul li:hover > a,
/* 360  */ 		#main-nav  ul ul :hover > a {color: #FFF !important;	padding-left:15px !important;padding-right:5px !important;}
/* 361  */ 		#main-nav  ul li:hover > ul {display: block;}
/* 362  */ 		#main-nav  ul li.current-menu-item,
/* 363  */ 		#main-nav  ul li.current-menu-parent,
/* 364  */ 		#main-nav  ul li.current-page-ancestor{
/* 365  */ 			margin-top:0;
/* 366  */ 			height:50px;
/* 367  */ 			border-left:0 none !important;
/* 368  */ 		}
/* 369  */ 		
/* 370  */ 		#main-nav  ul li.current-menu-item ul.sub-menu a, #main-nav  ul li.current-menu-item ul.sub-menu a:hover,
/* 371  */ 		#main-nav  ul li.current-menu-parent ul.sub-menu a, #main-nav  ul li.current-menu-parent ul.sub-menu a:hover
/* 372  */ 		#main-nav  ul li.current-page-ancestor ul.sub-menu a, #main-nav  ul li.current-page-ancestor ul.sub-menu a:hover{background: none !important;}
/* 373  */ 
/* 374  */ 		#main-nav  ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover,
/* 375  */ 		#main-nav  ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover,
/* 376  */ 		#main-nav  ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover{
/* 377  */ 			background:#cd2122;
/* 378  */ 			text-shadow:0 1px 1px #b43300;
/* 379  */ 			color:#FFF;
/* 380  */ 			height:50px;
/* 381  */ 			line-height:50px;
/* 382  */ 			border-left:0 none !important;
/* 383  */ 		}
/* 384  */ 		#main-nav  ul.sub-menu li.current-menu-item,#main-nav  ul.sub-menu li.current-menu-item a,
/* 385  */ 		#main-nav li.current-menu-item ul.sub-menu a,#main-nav  ul.sub-menu li.current-menu-parent,
/* 386  */ 		#main-nav  ul.sub-menu li.current-menu-parent a,#main-nav li.current-menu-parent ul.sub-menu a,
/* 387  */ 		#main-nav  ul.sub-menu li.current-page-ancestor,#main-nav  ul.sub-menu li.current-page-ancestor a,
/* 388  */ 		#main-nav li.current-page-ancestor ul.sub-menu a{height:auto !important; line-height: 12px;}
/* 389  */ 		#main-nav  ul li.menu-item-home ul li a,
/* 390  */ 		#main-nav  ul ul li.menu-item-home  a,
/* 391  */ 		#main-nav  ul li.menu-item-home ul li a:hover{
/* 392  */ 			background-color:transparent !important;
/* 393  */ 			text-indent:0;
/* 394  */ 			background-image:none !important;
/* 395  */ 			height:auto !important;
/* 396  */ 			width:auto;
/* 397  */ 		}
/* 398  */ 	#main-menu-mob,#top-menu-mob{
/* 399  */ 		background: #222;
/* 400  */ 		width: 710px;

/* style.css */

/* 401  */ 		padding: 5px;
/* 402  */ 		border: 1px solid #000;
/* 403  */ 		color:#DDD;
/* 404  */ 		height: 27px;
/* 405  */ 		margin:13px 0 0 10px;
/* 406  */ 	}
/* 407  */ 	#top-menu-mob{
/* 408  */ 		width: 350px;
/* 409  */ 		margin:2px 0 0 0;
/* 410  */ 	}
/* 411  */ 	#main-nav.fixed-nav, .wrapper.layout-2c #main-nav.fixed-nav{
/* 412  */ 		position:fixed;
/* 413  */ 		top:0;
/* 414  */ 		left:0;
/* 415  */ 		width:100% !important;
/* 416  */ 		z-index:999;
/* 417  */ 		opacity:0.9;
/* 418  */ 		-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
/* 419  */ 		-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
/* 420  */ 		box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
/* 421  */ 	}
/* 422  */ 	body.admin-bar #main-nav.fixed-nav,body.admin-bar .wrapper.layout-2c #main-nav.fixed-nav{top:23px;}
/* 423  */ 	
/* 424  */ /* Mega Menu */
/* 425  */ #main-nav #megaMenu ul.megaMenu > li > a, #main-nav #megaMenu ul.megaMenu > li > span.um-anchoremulator, #main-nav .megaMenuToggle{font-weight:normal;padding: 0 20px 0 15px;}
/* 426  */ #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a, #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > span.um-anchoremulator, #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator, .wpmega-widgetarea h2.widgettitle{font-weight:normal !important;}
/* 427  */ #megaMenu ul.megaMenu > li > a span.wpmega-link-title, #megaMenu ul.megaMenu > li > span.um-anchoremulator span.wpmega-link-title {line-height: 50px;}
/* 428  */ .megaMenuContainer  li a .sub-indicator{display:none;}
/* 429  */ 
/* 430  */ 
/* 431  */ /* Breaking News */
/* 432  */ .breaking-news{
/* 433  */ 	float:left;
/* 434  */ 	height:30px;
/* 435  */ 	position:relative;
/* 436  */ 	overflow:hidden;
/* 437  */ 	min-width: 55%;
/* 438  */ }
/* 439  */ 	.breaking-news span{
/* 440  */ 		background:#cd2122;
/* 441  */ 		display:block;
/* 442  */ 		float:left;
/* 443  */ 		padding:0 10px;
/* 444  */ 		height:30px;
/* 445  */ 		line-height:30px;
/* 446  */ 		color:#FFF;
/* 447  */ 		font-family: Oswald,arial,Georgia, serif;
/* 448  */ 		text-transform: uppercase;
/* 449  */ 		font-size:10pt;
/* 450  */ 		margin-right:10px;

/* style.css */

/* 451  */ 	}
/* 452  */ 	.breaking-news ul{float:left;}
/* 453  */ 	.breaking-news ul li{display:block}
/* 454  */ 	.breaking-news ul a{padding:8px;display:block;white-space:nowrap;}
/* 455  */ 
/* 456  */ /* Content  Column */
/* 457  */ #main-content{
/* 458  */ 	margin: 20px auto 25px;
/* 459  */ 	position: relative;
/* 460  */ }
/* 461  */ .content-wrap-wide .content{width:820px;}
/* 462  */ .full-width{background-image: none;	}
/* 463  */ .content {float: left;width: 620px;}
/* 464  */ #crumbs, .woocommerce-breadcrumb { margin-bottom:10px; clear:both; padding-bottom: 5px; border-bottom: 1px solid #DDD;}
/* 465  */ .crumbs-home, .woocommerce-breadcrumb .home{background: url(/wp-content/themes/jarida/images/separate.png) no-repeat left -465px;padding-left:25px;}
/* 466  */ div.not-found{padding:20px;}
/* 467  */ .full-width .content ,body.error404  .content{	width:auto;	float:none;}
/* 468  */ 
/* 469  */ /* Global Categories Box Styles */
/* 470  */ .cat-box{margin-top:10px;margin-bottom:45px; border-top:5px solid #cd2122;position:relative;}
/* 471  */ .empty-space{height:30px;}
/* 472  */ .wide-box .empty-space, .recent-box .recent-post1.recent-post-blog .empty-space{height:20px;}
/* 473  */ .recent-box .recent-post-blog .empty-space{height:0;}
/* 474  */ 
/* 475  */ 	h2.cat-box-title {
/* 476  */ 		background:#cd2122;
/* 477  */ 		color:#FFF;
/* 478  */ 		float:left;
/* 479  */ 		padding:0px 10px 2px;
/* 480  */ 		font-size: 16px;
/* 481  */ 		font-family: Oswald,arial,Georgia, serif;
/* 482  */ 		text-transform: uppercase;
/* 483  */ 		position:absolute;
/* 484  */ 		left:0;
/* 485  */ 		top:0;
/* 486  */ 		z-index:6;
/* 487  */ 	}
/* 488  */ 		h2.cat-box-title  a{color:#FFF;}
/* 489  */ 			h2.cat-box-title  a:hover{color:#DDD;}
/* 490  */ 
/* 491  */ 	p.post-meta{color:#aaa;margin:7px 0;font-size:10px;}
/* 492  */ 		p.post-meta a {color: #aaa;}
/* 493  */ 		p.post-meta a:hover {
/* 494  */ 			border-bottom: 1px #000 dotted;
/* 495  */ 			color:#000;
/* 496  */ 			text-decoration:none;
/* 497  */ 		}
/* 498  */ 		.post-meta .stars-small{float:left; margin:-1px 5px 0 0;}
/* 499  */ 
/* 500  */ /* Two columns */

/* style.css */

/* 501  */ .cat-box.column2{float:left;width:300px;margin-right:20px;}
/* 502  */ 	.column2.last-column, .wide-box li.last-column {margin-left: 0;margin-right: 0; }
/* 503  */ 	.column2 li , li.other-news{
/* 504  */ 		overflow:auto;
/* 505  */ 		padding: 5px 0;
/* 506  */ 		border-bottom:1px solid #eaeaea;
/* 507  */ 		-webkit-transition: all .40s;
/* 508  */ 		-moz-transition: all .40s;
/* 509  */ 		-o-transition: all .40s;
/* 510  */ 		transition: all .40s;
/* 511  */ 	}
/* 512  */ 		.column2 li h3 {font-size:13px;}
/* 513  */ 		li.first-news p {padding:0;}
/* 514  */ 		.column2 li.first-news{border-bottom:1px solid #eaeaea;padding:0 0 10px;	}
/* 515  */ 
/* 516  */ /* wide-box */
/* 517  */ .wide-box li{
/* 518  */ 	overflow:hidden;
/* 519  */ 	padding: 5px 0;
/* 520  */ 	border-bottom:1px solid #eaeaea;
/* 521  */ 	-webkit-transition: all .40s;
/* 522  */ 	-moz-transition: all .40s;
/* 523  */ 	-o-transition: all .40s;
/* 524  */ 	transition: all .40s;
/* 525  */ 	width:292px;
/* 526  */ 	float:left;
/* 527  */ 	margin-right:24px;
/* 528  */ }
/* 529  */ 	.wide-box ul{overflow:hidden;}
/* 530  */ 		.wide-box li.first-news p.post-meta{margin:10px 0; }
/* 531  */ 		.wide-box li.first-news{
/* 532  */ 			border-bottom:1px solid #eaeaea;
/* 533  */ 			padding:0 0 10px;
/* 534  */ 			width:100%;
/* 535  */ 			float:none;
/* 536  */ 			height:auto;
/* 537  */ 			margin:0;
/* 538  */ 		}
/* 539  */ 		.wide-box li.first-news .post-thumbnail{ margin-right:24px;}
/* 540  */ 
/* 541  */ 	.wide-cat-box .wide-news-item{width: 282px;float:left;margin-right:10.5px;}
/* 542  */ 	.wide-cat-box .last-col{margin-right:0 !important;	}
/* 543  */ 
/* 544  */ /* list-box */
/* 545  */ .list-box, .wide-box{clear:both;}
/* 546  */ 	.list-box li{
/* 547  */ 		overflow:hidden;
/* 548  */ 		padding: 5px 0;
/* 549  */ 		width:300px;
/* 550  */ 		float:right;

/* style.css */

/* 551  */ 		clear:right;
/* 552  */ 	}
/* 553  */ 		.list-box li.first-news p.post-meta{margin:10px 0; }
/* 554  */ 		.list-box li.first-news{padding:0;width:300px;float:left;}
/* 555  */ 
/* 556  */ /* News In Pictures */
/* 557  */ 	.pic-box li.first-pic{
/* 558  */ 		padding:0;
/* 559  */ 		width:300px;
/* 560  */ 		float:left;
/* 561  */ 		margin:0;
/* 562  */ 	}
/* 563  */ 	.pic-box li{
/* 564  */ 		overflow:hidden;
/* 565  */ 		float:left;
/* 566  */ 		margin:10px 0 0 10px;
/* 567  */ 	}
/* 568  */ 		.pic-box .first-pic .post-thumbnail a{ color:#FFF;}
/* 569  */ 		.cat-box.pic-box li .post-thumbnail{margin:0;}
/* 570  */ 		
/* 571  */ /* Scrolling Box */
/* 572  */ .scroll-box{clear:both;}
/* 573  */ 	.scroll-box .cat-box-content{position:relative;}
/* 574  */ 		.scroll-box .scroll-item{
/* 575  */ 			float:left;
/* 576  */ 			width:200px;
/* 577  */ 			margin-right:10px;
/* 578  */ 			height:190px;
/* 579  */ 		}
/* 580  */ 			.scroll-box .scroll-item .post-meta .stars-small{float:none;margin-top:3px;}
/* 581  */ 			
/* 582  */ 	.group_items {width:620px;}
/* 583  */ 	.group_items .scroll-item:last-child{margin-right:0 !important;}
/* 584  */ 	.scroll-nav{z-index: 10;position: absolute;top: 0;right: 0;	}
/* 585  */ 		.scroll-nav a{
/* 586  */ 			background-color: #cd2122;
/* 587  */ 			background-image: url(/wp-content/themes/jarida/images/separate.png);
/* 588  */ 			background-repeat: no-repeat;
/* 589  */ 			background-position: -29px -390px;
/* 590  */ 			width:25px;
/* 591  */ 			height:20px;
/* 592  */ 			text-indent:-9999px;
/* 593  */ 			overflow:hidden;
/* 594  */ 			display:inline-block;
/* 595  */ 			margin-left:2px;
/* 596  */ 			-webkit-transition: all .40s;
/* 597  */ 			-moz-transition: all .40s;
/* 598  */ 			-o-transition: all .40s;
/* 599  */ 			transition: all .40s;
/* 600  */ 			float:right;

/* style.css */

/* 601  */ 		}
/* 602  */ 		.scroll-nav a.prev-scroll{background-position:1px -390px;}
/* 603  */ 		.scroll-nav a:hover{background-color:#939393 !important;}
/* 604  */ 
/* 605  */ .scroll-box-wide{margin-top:20px;}
/* 606  */ .scroll-box-wide .group_items{width:1160px}
/* 607  */ .scroll-box-wide.scroll-box .scroll-item{width:282px; height:220px;margin-right:10.5px;}
/* 608  */ 
/* 609  */ /* Recent Posts Box */
/* 610  */ .recent-box{clear:both;}
/* 611  */ 	.recent-box .cat-box-content{position:relative;}
/* 612  */ 		.recent-box .recent-item{
/* 613  */ 			float:left;
/* 614  */ 			width:200px;
/* 615  */ 			margin:0 10px 10px 0;
/* 616  */ 			height:190px;
/* 617  */ 		}
/* 618  */ 		.recent-box .recent-item:nth-child(3n+3){margin-right:0;}
/* 619  */ 		.recent-box .item-list{ padding:15px 0;}
/* 620  */ 		.recent-box .item-list:first-child{ padding:0 0 15px ;}
/* 621  */ 		.recent-box .item-list h2, .cat-box.wide-box .first-news h2{ padding-top:10px;}
/* 622  */ 		.recent-box .item-list p.post-meta{ margin-bottom:0;}
/* 623  */ 
/* 624  */ .divider{background: url(/wp-content/themes/jarida/images/stripe.png);height: 10px;overflow: hidden;margin: 10px 0 20px;clear:both;}
/* 625  */ 
/* 626  */ /* Reviews Box */
/* 627  */ .cats-review-box .cat-box-content{ padding-top:35px; overflow:hidden;}
/* 628  */ .cats-review-box .reviews-cat{width: 360px;margin-right: 40px;float:left}
/* 629  */ .cats-review-box .reviews-cat:last-child {margin-right: 0 !important;}
/* 630  */ .cats-review-box .reviews-cat h3{
/* 631  */ 	font-size: 16px;
/* 632  */ 	font-family: Oswald,arial,Georgia, serif;
/* 633  */ 	text-transform: uppercase;
/* 634  */ 	padding-bottom: 5px;
/* 635  */ 	border-bottom: 3px solid #333;
/* 636  */ }
/* 637  */ .cats-review-box .reviews-cat li{padding:7px 5px; border-bottom:1px solid #ddd; overflow:hidden;}
/* 638  */ .cats-review-box .reviews-cat h4{font-weight:bold; display:inline-block; padding-top:2px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 247px;}
/* 639  */ .cats-review-box .reviews-cat .stars-large{float:right;}
/* 640  */ 
/* 641  */ /* Post Styles */
/* 642  */ .page-head{padding: 3px 0;overflow: hidden;}
/* 643  */ 	.page-head .stripe-line{ margin-top:7px;}
/* 644  */ 	.page-title{
/* 645  */ 		float: left;
/* 646  */ 		margin-bottom: 10px;
/* 647  */ 		font-size: 26px;
/* 648  */ 		font-family: Oswald,arial,Georgia, serif;
/* 649  */ 		color:#000;
/* 650  */ 	}

/* style.css */

/* 651  */ 	a.rss-cat-icon{
/* 652  */ 		float:right;
/* 653  */ 		background:url(/wp-content/themes/jarida/images/separate.png) no-repeat -19px -332px;
/* 654  */ 		width:16px;
/* 655  */ 		height:16px;
/* 656  */ 		margin:6px 0 0 8px;
/* 657  */ 		text-indent:-99999px;
/* 658  */ 		display:block;
/* 659  */ 	}
/* 660  */ 	.archive-meta{padding:15px 0;}
/* 661  */ 
/* 662  */ /* Author Page Styles */
/* 663  */ .author-bio{clear:both;overflow:hidden;padding:15px 3px;}
/* 664  */ 	#author-avatar{	float:left;	margin-right:15px;}
/* 665  */ 		#author-avatar img{
/* 666  */ 			border: 1px solid #ccc;
/* 667  */ 			padding: 4px;
/* 668  */ 			background: #fff;
/* 669  */ 			float: left;
/* 670  */ 			margin: 0 10px 5px 0;
/* 671  */ 			border-radius: 50%;
/* 672  */ 			box-shadow: 0 0 3px 0 #B5B5B5;
/* 673  */ 			-moz-box-shadow: 0 0 3px 0 #b5b5b5;
/* 674  */ 			-webkit-box-shadow: 0 0 3px 0 #B5B5B5;
/* 675  */ 		}
/* 676  */ 		
/* 677  */ /* Single Post Styles */	
/* 678  */ .post { margin-bottom:20px;}
/* 679  */ 	.post-inner{padding:20px 0;}
/* 680  */ 		.single-post-thumb img{width:100%; height:auto;}
/* 681  */ 	.head-lightbox a{cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in;}
/* 682  */ 	.head-lightbox a:hover{opacity:.8;}
/* 683  */ 		.post-title {
/* 684  */ 			font-family: Oswald,arial,Georgia, serif;
/* 685  */ 			margin-bottom:10px;
/* 686  */ 			font-size: 28px;
/* 687  */ 		}
/* 688  */ 		.post-inner p.post-meta{
/* 689  */ 			border-bottom:1px solid #f2f2f2;
/* 690  */ 			padding-bottom:5px;
/* 691  */ 			margin-bottom:10px;
/* 692  */ 		}
/* 693  */ 			p.post-meta span{display:inline-block;margin-right:5px;}
/* 694  */ 			span.post-date, span.post-comments, span.post-views{
/* 695  */ 				background: url(/wp-content/themes/jarida/images/separate.png) no-repeat left -506px;
/* 696  */ 				padding-left:16px;
/* 697  */ 			}
/* 698  */ 			span.post-comments{background-position:left -574px;}
/* 699  */ 			span.post-views{background-position:left -540px;}
/* 700  */ 		.item-list {

/* style.css */

/* 701  */ 			border-bottom:1px solid #f2f2f2;
/* 702  */ 			padding:20px 0 ;
/* 703  */ 			clear:both;
/* 704  */ 		}
/* 705  */ 			.item-list p.post-meta {margin:10px 0;}
/* 706  */ 		.archive-wide-thumb{margin:0 0 10px !important;}
/* 707  */ 			.archive-wide-thumb a:hover img{opacity:0.8}
/* 708  */ 			
/* 709  */ 	.archives_2col .item-list{
/* 710  */ 		width:300px;
/* 711  */ 		float:left;
/* 712  */ 		clear:none;
/* 713  */ 		border:0 none;
/* 714  */ 	}
/* 715  */ 	.archives_2col .item-list .post-thumbnail{float:none;	margin:0 0 10px 0;}
/* 716  */ 	.archives_2col .item-list .post-thumbnail img{ width:100%; height:auto;}
/* 717  */ 	.archives_2col .item-list.item_1{margin-right:20px;}
/* 718  */ 	.archives_2col .sep{clear:both;	border-bottom: 1px solid #f2f2f2;	}
/* 719  */ 	.page-link{
/* 720  */ 		margin:15px 0 0;
/* 721  */ 		padding:10px;
/* 722  */ 		background: #f2f2f2;
/* 723  */ 	}
/* 724  */ 	.page-link a{
/* 725  */ 		color: #FFF;
/* 726  */ 		padding: 5px 6px;
/* 727  */ 		background:#555;	
/* 728  */ 	}
/* 729  */ 	.page-link a:hover{background:#333;}
/* 730  */ 	.edit-link{	clear:both;	display:block;	margin-top:10px;}
/* 731  */ 	.post-tag { margin:-10px 0 20px}
/* 732  */ 		.post-tag a{
/* 733  */ 			border-color: #dedede #d8d8d8 #d3d3d3;
/* 734  */ 			text-shadow: 0 1px 0 #fff;
/* 735  */ 			-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
/* 736  */ 			-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
/* 737  */ 			box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
/* 738  */ 			background: #ffffff;
/* 739  */ 			background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
/* 740  */ 			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
/* 741  */ 			background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
/* 742  */ 			background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
/* 743  */ 			background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
/* 744  */ 			background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
/* 745  */ 			display: inline-block;
/* 746  */ 			text-decoration: none;
/* 747  */ 			font-size: 10px;
/* 748  */ 			padding: 3px 8px;
/* 749  */ 			line-height: 20px;
/* 750  */ 			color: #555;

/* style.css */

/* 751  */ 			text-transform: uppercase;
/* 752  */ 			border: 1px solid #DEDEDE;
/* 753  */ 			-webkit-border-radius: 3px;
/* 754  */ 			-moz-border-radius: 3px;
/* 755  */ 			border-radius: 3px ;
/* 756  */ 			cursor: pointer;
/* 757  */ 		}
/* 758  */ 		.post-tag a:hover{ background:#FFF;}
/* 759  */ 	
/* 760  */ 	.sticky {}
/* 761  */ 	a.more-link{
/* 762  */ 		background: #cd2122;
/* 763  */ 		color: #FFF;
/* 764  */ 		padding: 3px 7px ;	
/* 765  */ 		display:block;
/* 766  */ 		float:left;
/* 767  */ 		margin-top:4px;
/* 768  */ 	}
/* 769  */ 		a.more-link:hover{background:#444 !important;}
/* 770  */ 		
/* 771  */ 		
/* 772  */ /* Post Thumbnail */
/* 773  */ .post-thumbnail {margin: 0 15px 10px 0;position: relative; line-height:0;}
/* 774  */ 	.post-thumbnail img {
/* 775  */ 		-webkit-transition: all .40s;
/* 776  */ 		-moz-transition: all .40s;
/* 777  */ 		-o-transition: all .40s;
/* 778  */ 		transition: all .40s;
/* 779  */ 		max-width:100%;
/* 780  */ 		height:auto;
/* 781  */ 	}
/* 782  */ 	.post-thumbnail a:hover  img{opacity:0.7;}
/* 783  */ 
/* 784  */ .item-list .post-thumbnail{float:left;margin-bottom:0;}
/* 785  */ .cat-box li .post-thumbnail{margin:0 15px 0 0;}
/* 786  */ 	
/* 787  */ 	.column2 .post-thumbnail{float:left;}
/* 788  */ 	.column2 li.first-news .post-thumbnail{ margin: 0 0 10px 0; float:none;}
/* 789  */ 	.column2 li.first-news .post-thumbnail img{ width:100%; height:auto;}
/* 790  */ 			
/* 791  */ 	.wide-box li .post-thumbnail{float:left;}
/* 792  */ 	.wide-box li.first-news .post-thumbnail img{ width:100%; height:auto; }
/* 793  */ 			
/* 794  */ 	.list-box li .post-thumbnail{float:left;}
/* 795  */ 	.list-box li.first-news .post-thumbnail{margin:0 0 15px 0;float:none;}
/* 796  */ 	.list-box li.first-news .post-thumbnail img{ width:100%; height:auto;}
/* 797  */ 
/* 798  */ 	.pic-box .first-pic .post-thumbnail{position:relative;}
/* 799  */ 		
/* 800  */ 	.scroll-box  .post-thumbnail img, .wide-cat-box .wide-news-item .post-thumbnail img{width:100%;	height:auto;}

/* style.css */

/* 801  */ 	.recent-item .post-thumbnail, .scroll-box .post-thumbnail ,  .wide-cat-box .wide-news-item .post-thumbnail{ margin:0 0 10px 0;}
/* 802  */ 	.recent-item .post-thumbnail img{ width:100%; height:auto;}
/* 803  */ 
/* 804  */ 
/* 805  */ .single-post-audio{	position:relative; min-height: 56px;}
/* 806  */ .single-audio{bottom: 20px;position: absolute; background:rgba(0 , 0, 0 , .6); width: 90%;padding: 10px 5%;}
/* 807  */ .single-post-audio div.jp-audio{margin-bottom:0;}
/* 808  */ 
/* 809  */ /* Share */
/* 810  */ .share-post {
/* 811  */ 	clear: both;
/* 812  */ 	margin:10px 0 0;
/* 813  */ 	padding: 10px 0 10px 10px ;
/* 814  */ 	background:#F7F7F7;
/* 815  */ 	border-top:1px solid #EAEAEA;
/* 816  */ 	border-bottom:1px solid #EAEAEA;
/* 817  */ 	height:20px;
/* 818  */ }
/* 819  */ .mini-share-post {
/* 820  */ 	clear: both;
/* 821  */ 	margin:10px -20px -20px;
/* 822  */ 	padding:10px 10px 10px 25px;
/* 823  */ 	height:20px;
/* 824  */ }
/* 825  */ 	.recent-box .mini-share-post{margin-bottom:-5px;}
/* 826  */ 	.share-post li , .mini-share-post li{
/* 827  */ 		float: left;
/* 828  */ 		width: 106px;
/* 829  */ 	}
/* 830  */ 
/* 831  */ /* Post Elements */
/* 832  */ .entry {line-height:1.5;}
/* 833  */ 	.content .entry iframe {	max-width: 100%; }
/* 834  */ 	.entry p {padding-top: 0; padding-bottom: 1em;}
/* 835  */ 	.entry img { max-width:100%; height:auto;}
/* 836  */ 	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
/* 837  */ 		margin-top: 25px;
/* 838  */ 		margin-bottom: 10px;
/* 839  */ 		line-height: 1em;
/* 840  */ 		font-family: Helvetica;
/* 841  */ 		font-weight: normal;
/* 842  */ 	}
/* 843  */ 		.entry h1 {font-size:36px;}
/* 844  */ 		.entry h2 {font-size:30px;}
/* 845  */ 		.entry h3 {font-size:24px;}
/* 846  */ 		.entry h4 {font-size:18px;}
/* 847  */ 		.entry h5 {font-size:14px;}
/* 848  */ 		.entry h6 {font-size:12px;}
/* 849  */ 	.entry ol,
/* 850  */ 	.entry ul {margin: 0 0 25px 10px;}

/* style.css */

/* 851  */ 	.entry ul li {list-style: outside disc;}
/* 852  */ 	.entry ol li {list-style: outside decimal;}
/* 853  */ 		.entry li {margin: 0 0 5px 10px;}
/* 854  */ 		
/* 855  */ 	.entry table {
/* 856  */ 		border: 1px solid #DFDFDF;
/* 857  */ 		background-color: #F9F9F9;
/* 858  */ 		width: 100%;
/* 859  */ 		-moz-border-radius: 3px;
/* 860  */ 		-webkit-border-radius: 3px;
/* 861  */ 		border-radius: 3px;
/* 862  */ 		font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
/* 863  */ 		color: #333;
/* 864  */ 		border-collapse: separate;
/* 865  */ 		border-spacing: 0;
/* 866  */ 	}
/* 867  */ 		.entry table td,.entry table th {	border-top: 1px solid white;border-bottom: 1px solid #DFDFDF;color: #555;}
/* 868  */ 		.entry table th {
/* 869  */ 			text-shadow: 0 1px 0 #fff;
/* 870  */ 			font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
/* 871  */ 			font-weight: normal;
/* 872  */ 			padding: 7px 7px 8px;
/* 873  */ 			text-align: left;
/* 874  */ 			line-height: 1.3em;
/* 875  */ 			font-size: 14px;
/* 876  */ 		}
/* 877  */ 		.entry table td {font-size: 12px;padding: 4px 7px 4px;vertical-align: top;}
/* 878  */ 
/* 879  */ .gallery {margin: 0 auto 18px;}
/* 880  */ .gallery .gallery-item {float: left;margin-top: 10px;text-align: center;width: 33%;  }
/* 881  */ .gallery .gallery-item img {
/* 882  */ 	background:#FFF;
/* 883  */ 	padding: 2px;
/* 884  */ 	-moz-border-radius: 1px;-webkit-border-radius: 1px;
/* 885  */ 	box-shadow: 0 0 2px #B5B5B5;-moz-box-shadow: 0 0 2px #b5b5b5;-webkit-box-shadow: 0 0 2px #B5B5B5;
/* 886  */ 	-webkit-transition: all .40s;-moz-transition: all .40s;-o-transition: all .40s;	transition: all .40s;
/* 887  */ 	width: 88%;
/* 888  */ 	height:auto;
/* 889  */ }
/* 890  */ .gallery .gallery-item a:hover  img{
/* 891  */ 	box-shadow: 0 0 2px #666;
/* 892  */ 	-moz-box-shadow: 0 0 2px #666;
/* 893  */ 	-webkit-box-shadow: 0 0 2px #666;
/* 894  */ 	opacity:0.6;
/* 895  */ 	margin:-5px 0 5px;
/* 896  */ }
/* 897  */ .gallery-columns-2 .gallery-item {width: 50%;}
/* 898  */ .gallery-columns-4 .gallery-item {width: 25%;}
/* 899  */ .gallery img {border: 0 none !important;}
/* 900  */ .gallery-columns-2 .attachment-medium {max-width: 92%;	height: auto;}

/* style.css */

/* 901  */ .gallery-columns-4 .attachment-thumbnail {max-width: 84%;height: auto;}
/* 902  */ .gallery .gallery-caption {color: #888;margin: 0 0 12px;}
/* 903  */ .gallery br + br {display: none;}
/* 904  */ .attachment img {display: block;margin: 0 auto;}
/* 905  */ 
/* 906  */ blockquote {
/* 907  */ 	font-family:Georgia, "Times New Roman", Times, serif;
/* 908  */ 	font-size:12px;
/* 909  */ 	font-style:italic;
/* 910  */ 	line-height:22px;
/* 911  */ 	background:url(/wp-content/themes/jarida/images/quote.png) no-repeat left 18px;
/* 912  */ 	padding:0 0 0 60px;
/* 913  */ 	margin:0 0 30px 40px;
/* 914  */ 	min-height:60px;
/* 915  */ }
/* 916  */ 
/* 917  */ /* Related Posts */
/* 918  */ #related_posts , #author-box{clear:both;}
/* 919  */ 	.block-head{padding: 3px 0 0;overflow: hidden;}
/* 920  */ 		.block-head h3 , #comments-title, #respond h3{
/* 921  */ 			padding-bottom: 5px;
/* 922  */ 			border-bottom: 4px solid #333;
/* 923  */ 			font-size: 18px;
/* 924  */ 			font-family: Oswald,arial,Georgia, serif;
/* 925  */ 			text-transform: uppercase;
/* 926  */ 		}
/* 927  */ 	#related_posts .post-listing ,#author-box .post-listing {	padding:10px 0;margin-bottom:20px;}
/* 928  */ 		#related_posts li {
/* 929  */ 			background: url(/wp-content/themes/jarida/images/sidebar-bullet.png) no-repeat left 8px;
/* 930  */ 			padding: 0 12px 10px 0;
/* 931  */ 			line-height: 18px;
/* 932  */ 			overflow: hidden;
/* 933  */ 		}
/* 934  */ 		#related_posts li:hover {margin-right:5px;}
/* 935  */ 			#related_posts .related-item{
/* 936  */ 				float:left;
/* 937  */ 				width:200px;
/* 938  */ 				margin:0 10px 10px 0;
/* 939  */ 			}
/* 940  */ 			#related_posts .related-item:nth-child(3n+3){margin-right:0;}
/* 941  */ 			#related_posts .related-item .post-thumbnail{ margin:0 0 10px 0;}
/* 942  */ 			.related-item .post-thumbnail img {width: 100%;height: auto;	}
/* 943  */ 			
/* 944  */ /* Post Navigation */
/* 945  */ .navigation{margin:10px 0;clear:both;overflow:hidden;}
/* 946  */ .nav-previous{float:left;}
/* 947  */ .nav-next{float:right;}
/* 948  */ .post-navigation{clear:both;margin:0 0 20px;overflow:hidden;}
/* 949  */ .post-navigation div{ display: block;width: 245px;position: relative;font-size: 14px;color: #999;}
/* 950  */ .post-previous{float: left;padding-left: 40px;}

/* style.css */

/* 951  */ .post-next{	float: right;text-align: right;padding-right: 40px;}
/* 952  */ .post-navigation div span{display: block;	font-size: 80%;	color: #999;}
/* 953  */ .post-navigation div a:after{	position: absolute;	color: #ccc;font-size: 56px;margin-top: -11px;height: 22px;line-height: 22px;top: 34%;}
/* 954  */ .post-previous a:after{content: '«';	left:0;}
/* 955  */ .post-next a:after{content: '»';	right:0;}
/* 956  */ 
/* 957  */ /* Sidebar */
/* 958  */ .sidebar {float: right;width: 300px;}
/* 959  */ .sidebar-left .sidebar{float:left;}
/* 960  */ .sidebar-left .content, .sidebar-left .sidebar-narrow{float:right;}
/* 961  */ 
/* 962  */ .sidebar-narrow-left .sidebar,.sidebar-narrow-left .content-wrap .content{float:right;}
/* 963  */ .sidebar-narrow-left .content-wrap,.sidebar-narrow-left .content-wrap .sidebar-narrow{float:left;}
/* 964  */ .sidebar-narrow-left .content-wrap .sidebar-narrow{margin-left:0;padding-left:0;border-left:0 none;}
/* 965  */ .sidebar-narrow-left .sidebar{margin-left:25px;padding-left:14px;border-left:1px solid #eaeaea;}
/* 966  */ 
/* 967  */ .sidebar-narrow-right .sidebar,.sidebar-narrow-right .content-wrap .content{float:left;}
/* 968  */ .sidebar-narrow-right .content-wrap,.sidebar-narrow-right .content-wrap .sidebar-narrow{float:right;}
/* 969  */ .sidebar-narrow-right .content-wrap .sidebar-narrow{margin-right:0;padding-right:0;border-right:0 none;}
/* 970  */ .sidebar-narrow-right .sidebar{margin-right:25px;padding-right:14px;border-right:1px solid #eaeaea;}
/* 971  */ 
/* 972  */ 
/* 973  */ .sidebar-narrow{
/* 974  */ 	float:left;
/* 975  */ 	width:160px;
/* 976  */ 	margin:0 25px;
/* 977  */ 	padding:0 14px;
/* 978  */ 	border-right:1px solid #eaeaea;
/* 979  */ 	border-left:1px solid #eaeaea;
/* 980  */ }	
/* 981  */ .sidebar-narrow .video-widget iframe,.sidebar-narrow .facebook-widget iframe,.sidebar-narrow .tie-soundcloud iframe,.sidebar-narrow .youtube-widget iframe,.sidebar-narrow .google-box div{	max-width:100% !important; height:auto;}	
/* 982  */ .sidebar-narrow span.author-avatar {display: block;text-align: center;}
/* 983  */ .sidebar-narrow .author-avatar img{	float:none; margin-left:auto; margin-right:auto;}
/* 984  */ .sidebar-narrow .author-social a {margin-left: -1px;}
/* 985  */ .sidebar-narrow .flexslider ,.sidebar-narrow .slides > li, .sidebar-narrow .flexslider .slides img {max-height: 85px !important; width: 160px !important; height: 85px !important;}
/* 986  */ .sidebar-narrow .slider-caption ,.sidebar-narrow  .flex-direction-nav{display:none;}
/* 987  */ .sidebar-narrow .search-widget input{width: 138px;}
/* 988  */ .sidebar-narrow .widget-feedburner-counter{	padding:0;}
/* 989  */ .sidebar-narrow #login-form #log,.sidebar-narrow #login-form #pwd,.sidebar-narrow .widget-feedburner .feedburner-email{width:144px;}
/* 990  */ .sidebar-narrow .widget-counter li{height: 90px !important;width: 80px !important;}
/* 991  */ .sidebar-narrow .flickr-widget .flickr_badge_image,.sidebar-narrow  .news-pic .post-thumbnail{margin:5px;}
/* 992  */ 
/* 993  */ /* Widgets Styles */
/* 994  */ .widget {clear: both;margin-bottom: 25px;}
/* 995  */ .widget-top{padding-bottom: 5px ; border-bottom: 4px solid #333;}
/* 996  */ .widget-top h4{
/* 997  */ 	font-size: 16px;
/* 998  */ 	font-family: Oswald,arial,Georgia, serif;
/* 999  */ 	text-transform: uppercase;
/* 1000 */ 	line-height:1;

/* style.css */

/* 1001 */ }
/* 1002 */ 	.widget-top h4 a{color: #333;}
/* 1003 */ 		.widget-top h4 a:hover{color: #000;}
/* 1004 */ 	.widget-container {padding:10px 0;	clear:both;	}
/* 1005 */ 	.widget-container h3{font-size:inherit;}
/* 1006 */ 		.widget-container li {
/* 1007 */ 			background:url(/wp-content/themes/jarida/images/sidebar-bullet.png) no-repeat left 8px;
/* 1008 */ 			padding: 0 0 5px 12px;
/* 1009 */ 			line-height: 18px;
/* 1010 */ 			overflow: hidden;
/* 1011 */ 		}
/* 1012 */ 		.widget-container li ul.children, .footer-widget-container li ul.children{margin-left: 10px;}
/* 1013 */ 			.widget-container li ul.children li, .footer-widget-container li ul.children li, .footer-widget-container ul.children{border:0 none !important;}
/* 1014 */ 			.widget-container p {padding-bottom: 1.0em;}
/* 1015 */ 			.widget-container a:hover {text-decoration: underline;}
/* 1016 */ 			.widget-container li span.date, .footer-widget-container li span.date{color: #AAA;margin: 5px 0;font-size: 85%;}
/* 1017 */ 			.widget-container li .stars-small, .footer-widget-container li .stars-small{float:left; margin:2px 5px 0 0;}
/* 1018 */ 			.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail{float:left;margin:0 10px 0 0;}
/* 1019 */ 			
/* 1020 */ .review-widget .review-box{	margin:0;}
/* 1021 */ 	.review-widget .review-box h2.review-box-header{ display:none;}
/* 1022 */ 	.review-widget .review-box p{ padding-top: 1.0em; padding-bottom: 1.0em;}
/* 1023 */ 
/* 1024 */ .text-html-box{margin-bottom:20px;}
/* 1025 */ .widget_rss .widget-title img {width: 11px;height: 11px;}
/* 1026 */ .news-pic .post-thumbnail{margin:3px 7px;}
/* 1027 */ #tabbed-widget .tabs-wrap li:last-child ,
/* 1028 */ #tabbed-widget .tabs-wrap li ,.comments-avatar .widget-container li,.posts-list .widget-container li,.categort-posts .widget-container li,.authors-posts .widget-container li, .widget.woocommerce .widget-container li {
/* 1029 */ 	background:transparent;
/* 1030 */ 	padding:8px 0 4px;
/* 1031 */ 	border-bottom:1px solid #f2f2f2;
/* 1032 */ }
/* 1033 */ .authors-posts .widget-container li strong{float:right; display:block;}
/* 1034 */ .facebook-box{text-align:center;}
/* 1035 */ .facebook-box iframe { width:100% !important}
/* 1036 */ .google-box{margin-bottom:-15px; text-align:center;}
/* 1037 */ #wp_tag_cloud div {line-height: 1.6em;}
/* 1038 */ 
/* 1039 */ 		
/* 1040 */ /* Twitter Widget */
/* 1041 */ #twitter-widget ul{margin:0 -10px ;}
/* 1042 */ #twitter-widget li{
/* 1043 */ 	background:url(/wp-content/themes/jarida/images/separate.png) no-repeat 7px 11px;
/* 1044 */ 	border-bottom:1px solid #f2f2f2;
/* 1045 */ 	padding:10px 10px 10px 30px;
/* 1046 */ }
/* 1047 */ #twitter-widget li:last-child{border-bottom:0 none;}
/* 1048 */ 	#twitter-widget .tweet_list .tweet_avatar img{
/* 1049 */ 		padding:2px ;
/* 1050 */ 		margin-left:5px;

/* style.css */

/* 1051 */ 		float: right;
/* 1052 */ 		background:#FFF;
/* 1053 */ 		border:1px solid #d6d6d6;
/* 1054 */ 	}
/* 1055 */ 	#twitter-widget .loading span{
/* 1056 */ 		background:url(/wp-content/themes/jarida/images/small-loader.gif) no-repeat top;
/* 1057 */ 		height: 17px;
/* 1058 */ 		display: block;
/* 1059 */ 	}
/* 1060 */ 
/* 1061 */ /* Tabbed Widget */
/* 1062 */ #tabbed-widget .widget-top{
/* 1063 */ 	margin:-10px 0 10px;
/* 1064 */ 	height:30px;
/* 1065 */ 	border-bottom:0 none;
/* 1066 */ 	padding:0;
/* 1067 */ }
/* 1068 */ 	.tabs-wrap{clear:both;}
/* 1069 */ 	#tabbed-widget  ul.tabs li {
/* 1070 */ 		float: left;
/* 1071 */ 		position: relative;
/* 1072 */ 		line-height:30px;
/* 1073 */ 		background:transparent;
/* 1074 */ 		width:33.33%;
/* 1075 */ 		padding:0;
/* 1076 */ 	}
/* 1077 */ 		.sidebar-narrow #tabbed-widget  ul.tabs li {width:100%; float:none;}
/* 1078 */ 		.sidebar-narrow #tabbed-widget .widget-top {height:auto;}
/* 1079 */ 		#tabbed-widget  ul.tabs li a {
/* 1080 */ 			display: block;
/* 1081 */ 			text-align: center;
/* 1082 */ 			color: #FFF;
/* 1083 */ 			padding:4px 0 ;
/* 1084 */ 			line-height:30px;
/* 1085 */ 			background:#2c2c2c;
/* 1086 */ 		}
/* 1087 */ 		#tabbed-widget ul.tabs li a:hover {background:#4c4c4c; text-decoration:none;}
/* 1088 */ 		#tabbed-widget ul.tabs li.active a  {background:#cd2122;}
/* 1089 */ 	.tagcloud a{
/* 1090 */ 		padding:6px 8px;
/* 1091 */ 		background: #ddd;
/* 1092 */ 		-webkit-transition-duration: .3s;
/* 1093 */ 		-moz-transition-duration: .3s;
/* 1094 */ 		display:inline-block;
/* 1095 */ 		margin: 0px -1px 2px 0px;
/* 1096 */ 		font-size:11px !important;
/* 1097 */ 	}
/* 1098 */ 		.tagcloud a:hover{background: #cd2122;color: #FFF;	text-decoration:none;}
/* 1099 */ 	footer .tagcloud a{background:#2b2b2b;}
/* 1100 */ 

/* style.css */

/* 1101 */ /* Calender */
/* 1102 */ #wp-calendar {width: 100%;}
/* 1103 */ 	#wp-calendar caption {
/* 1104 */ 		color: #222;
/* 1105 */ 		font-weight: bold;
/* 1106 */ 		padding-bottom: 4px;
/* 1107 */ 		text-align: center;
/* 1108 */ 	}
/* 1109 */ 	#wp-calendar tbody {color: #aaa;}
/* 1110 */ 		#wp-calendar tbody td {
/* 1111 */ 			background: #f5f5f5;
/* 1112 */ 			border: 1px solid #fff;
/* 1113 */ 			padding: 3px 0 2px;
/* 1114 */ 			text-align: center;
/* 1115 */ 		}
/* 1116 */ 		#wp-calendar tbody .pad ,	footer #wp-calendar tbody .pad{background: none;border:0 none;}
/* 1117 */ 	#wp-calendar tfoot #next {text-align: right;}
/* 1118 */ 	footer #wp-calendar tbody td { background:#333; border-color:#555;}
/* 1119 */ 	footer #wp-calendar caption { color:#FFF; }
/* 1120 */ 
/* 1121 */ /* Author Widget */
/* 1122 */ .author-avatar img {
/* 1123 */ 	border: 1px solid #ccc;
/* 1124 */ 	padding: 4px;
/* 1125 */ 	background: #fff;
/* 1126 */ 	float: left;
/* 1127 */ 	margin: 0 10px 5px 0;
/* 1128 */ 	border-radius: 50%;
/* 1129 */ 	box-shadow: 0 0 3px 0 #B5B5B5;
/* 1130 */ 	-moz-box-shadow: 0 0 3px 0 #b5b5b5;
/* 1131 */ 	-webkit-box-shadow: 0 0 3px 0 #B5B5B5;
/* 1132 */ }
/* 1133 */ .author-description {font-size: 95%;	line-height: 17px;}
/* 1134 */ .author-social {	float: left;margin-top: 10px;}
/* 1135 */ .author-social a {opacity: 0.7;margin-left: 2px;}
/* 1136 */ .author-social a:hover {opacity: 1;}
/* 1137 */ .author-social a img{ width:18px;}
/* 1138 */ 
/* 1139 */ /* Flickr Widget */
/* 1140 */ .flickr-widget .flickr_badge_image , .news-pic .post-thumbnail{float:left;margin:2px;}
/* 1141 */ 	.flickr-widget .flickr_badge_image img, .news-pic .post-thumbnail img{	width:70px;height:70px;	}
/* 1142 */ 	.flickr-widget .flickr_badge_image a:hover , .news-pic .post-thumbnail a:hover{opacity:0.5;}
/* 1143 */ 
/* 1144 */ /* Social Icons Widget */
/* 1145 */ .social-icons{text-align:center;}
/* 1146 */ 	.social-icons a{position:relative;margin:0 2px 0 ; opacity:.7;}
/* 1147 */ 	.social-icons a:hover{ opacity:1;}
/* 1148 */ 	.social-icons.icon_24 img{width:24px; height:24px;}
/* 1149 */ 	.social-icons.icon_16 img{width:16px; height:16px;}
/* 1150 */ 	

/* style.css */

/* 1151 */ /* Social */
/* 1152 */ .social-icons.icon_flat{float:right; margin:4px 5px 0 0;}
/* 1153 */ .social-icons.icon_flat a{background:url(/wp-content/themes/jarida/images/social-icons.png) no-repeat top left; width: 20px;height: 20px; opacity:.3;}
/* 1154 */ .social-icons.icon_flat a:hover{ opacity:.6;}
/* 1155 */ .icon_flat a.google-tieicon{background-position:-38px 1px;}
/* 1156 */ .icon_flat a.facebook-tieicon{background-position:left 0;}
/* 1157 */ .icon_flat a.twitter-tieicon{background-position:-76px 1px;}
/* 1158 */ .icon_flat a.google-play-tieicon{background-position:-121px 1px;}
/* 1159 */ .icon_flat a.skype-tieicon{background-position:-163px 0px;}
/* 1160 */ .icon_flat a.blogger-tieicon{background-position:-202px 0px;}
/* 1161 */ .icon_flat a.wordpress-tieicon{background-position:left -41px;}
/* 1162 */ .icon_flat a.paypal-tieicon{background-position:-38px -41px;}
/* 1163 */ .icon_flat a.ember-tieicon{background-position:-76px -41px;}
/* 1164 */ .icon_flat a.deviantart-tieicon{background-position:-121px -41px;}
/* 1165 */ .icon_flat a.linkedin-tieicon{background-position:-163px -41px;}
/* 1166 */ .icon_flat a.vimeo-tieicon{background-position:-202px -41px;}
/* 1167 */ .icon_flat a.reddit-tieicon{background-position:left -82px;}
/* 1168 */ .icon_flat a.youtube-tieicon{background-position:-38px -82px;}
/* 1169 */ .icon_flat a.tumblr-tieicon{background-position:-76px -82px;}
/* 1170 */ .icon_flat a.dribbble-tieicon{background-position:-121px -82px;}
/* 1171 */ .icon_flat a.evernote-tieicon{background-position:-163px -82px;}
/* 1172 */ .icon_flat a.apple-tieicon{background-position:-202px -82px;}
/* 1173 */ .icon_flat a.rss-tieicon{background-position:left -123px;}
/* 1174 */ .icon_flat a.lastfm-tieicon{background-position:-38px -125px;}
/* 1175 */ .icon_flat a.pinterest-tieicon{background-position:-76px -123px;}
/* 1176 */ .icon_flat a.stumbleupon-tieicon{background-position:-121px -125px;}
/* 1177 */ .icon_flat a.pandora-tieicon{background-position:-163px -125px;}
/* 1178 */ .icon_flat a.behance-tieicon{background-position:-202px -123px;}
/* 1179 */ .icon_flat a.myspace-tieicon{background-position:left -164px;}
/* 1180 */ .icon_flat a.digg-tieicon{background-position:-38px -164px;}
/* 1181 */ .icon_flat a.forrst-tieicon{background-position:-76px -164px;}
/* 1182 */ .icon_flat a.delicious-tieicon{background-position:-121px -164px;}
/* 1183 */ .icon_flat a.sharethis-tieicon{background-position:-163px -164px;}
/* 1184 */ .icon_flat a.technorati-tieicon{background-position:-202px -164px;}
/* 1185 */ .icon_flat a.instagram-tieicon{background-position:left -209px;}
/* 1186 */ .icon_flat a.picasa-tieicon{background-position:-38px -209px;}
/* 1187 */ .icon_flat a.flickr-tieicon{background-position:-76px -209px;}
/* 1188 */ 	
/* 1189 */ /* Search Widget */
/* 1190 */ .search-widget input{
/* 1191 */ 	background: white;
/* 1192 */ 	border-radius: 1px;
/* 1193 */ 	-moz-border-radius: 1px;
/* 1194 */ 	-webkit-border-radius: 1px;
/* 1195 */ 	box-shadow: 0 1px 3px 0 #B5B5B5;
/* 1196 */ 	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
/* 1197 */ 	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
/* 1198 */ 	border: 1px solid #DDD;
/* 1199 */ 	padding: 10px;
/* 1200 */ 	clear: both;

/* style.css */

/* 1201 */ 	margin-bottom:20px;	
/* 1202 */ 	width:278px;
/* 1203 */ 	color:#999;
/* 1204 */ }
/* 1205 */ 	.search-widget input:hover,
/* 1206 */ 	.search-widget input:focus{color:#000;}
/* 1207 */ 
/* 1208 */ /* Counter Widget */
/* 1209 */ .sidebar .widget-counter{
/* 1210 */ 	margin-bottom:20px;
/* 1211 */ 	overflow:hidden;
/* 1212 */ 	clear: both;
/* 1213 */ }
/* 1214 */ 	.widget-counter.col1 li{width:100%;}
/* 1215 */ 	.widget-counter.col2 li{width: 150px;}
/* 1216 */ 	.widget-counter.col4 li{width: 75px;}
/* 1217 */ 	.widget-counter li{
/* 1218 */ 		line-height:15px;
/* 1219 */ 		float:left;
/* 1220 */ 		width:100px;
/* 1221 */ 		height:87px;
/* 1222 */ 		padding:7px 0 10px;
/* 1223 */ 		-moz-transition:.4s linear; -webkit-transition:.4s ease-out; transition:.4s linear;
/* 1224 */ 	}
/* 1225 */ 		.widget-counter li a{display:block;text-align:center;}
/* 1226 */ 		.widget-counter li a strong{ background:url(/wp-content/themes/jarida/images/separate.png) no-repeat;display:block; opacity:0.7; height:51px; margin-bottom:5px; -webkit-transition: opacity ease-in-out 0.4s;  -moz-transition: opacity ease-in-out 0.4s;  -o-transition: opacity ease-in-out 0.4s;  transition: opacity ease-in-out 0.4s;}
/* 1227 */ 		.widget-counter li a:hover strong{opacity:1;}
/* 1228 */ 		.widget-counter li:hover a{text-decoration: none;}
/* 1229 */ 		.widget-counter li.rss-subscribers a strong{ background-position:center -1084px ;}
/* 1230 */ 		.widget-counter li.rss-subscribers a:hover strong{ background-position:center -1139px ;}
/* 1231 */ 		.widget-counter li.rss-subscribers span{font-family: Oswald,arial,Georgia, serif;font-size: 12pt;display: block;text-transform: uppercase;}
/* 1232 */ 		.widget-counter li.facebook-fans a strong {	background-position:center -1192px ;}
/* 1233 */ 		.widget-counter li.facebook-fans a:hover strong {	background-position:center -1246px ;}
/* 1234 */ 		.widget-counter li.twitter-followers a strong{ background-position:center -868px;}
/* 1235 */ 		.widget-counter li.twitter-followers a:hover strong{ background-position:center -922px;}
/* 1236 */ 		.widget-counter li.youtube-subs a strong{ background-position:center -976px;}
/* 1237 */ 		.widget-counter li.youtube-subs a:hover strong{ background-position:center -1030px;}
/* 1238 */ 		.widget-counter li.vimeo-subs a strong{ background-position:center -760px;}
/* 1239 */ 		.widget-counter li.vimeo-subs a:hover strong{ background-position:center -814px;}
/* 1240 */ 		.widget-counter li.dribbble-followers a strong{ background-position:center -652px;}
/* 1241 */ 		.widget-counter li.dribbble-followers a:hover strong{ background-position:center -706px;}
/* 1242 */ 		.widget-counter li span{display:block;font-size:21px;}
/* 1243 */ 		.widget-counter li a small{color:#777;}
/* 1244 */ 			
/* 1245 */ /* Login Widget */
/* 1246 */ #login-form{padding:11px 11px 0;}
/* 1247 */ #login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{
/* 1248 */ 	background: #F9F9F9;
/* 1249 */ 	color: #515151;
/* 1250 */ 	font: 12px Tahoma;

/* style.css */

/* 1251 */ 	margin-bottom: 10px;
/* 1252 */ 	display: block;
/* 1253 */ 	width: 250px;
/* 1254 */ }
/* 1255 */ 	#login-form #log:hover, #login-form #pwd:hover, .widget-feedburner .feedburner-email:hover{ color:#000;}
/* 1256 */ 	#login-form #log:focus, #login-form #pwd:focus, .widget-feedburner .feedburner-email:focus{ background:#FFF; color:#000;}
/* 1257 */ 	#login-form .login-button{ margin-right:20px;}
/* 1258 */ 	#login-form p{padding-bottom:0;}
/* 1259 */ 	ul.login-links{ margin-top:15px;}
/* 1260 */ 	.content .entry #login-form p{ padding:0 }
/* 1261 */ 
/* 1262 */ /* FeedBurner Widget */
/* 1263 */ .widget-feedburner-counter{padding:11px;}
/* 1264 */ 	
/* 1265 */ /* ADS Widgets */
/* 1266 */ .widget-container .ads125{margin:0 0 -8px 17px;padding-left:0;}
/* 1267 */ .ads125{overflow:hidden;padding-left:17px;margin-bottom:20px;}
/* 1268 */ .ads125 .ad-cell{width: 125px;height: 125px;	display: block;	margin:3px 15px 12px 0;	float: left;}
/* 1269 */ .widget-container .ads120-90 ,.widget-container .ads120-60,
/* 1270 */ .widget-container .ads120-600,.widget-container .ads120-240{margin:0 -7px -8px 18px;padding-left:0;}
/* 1271 */ .ads120-90,.ads120-60,.ads120-600,.ads120-240{overflow:hidden;padding-left:16px;margin-bottom:20px;}
/* 1272 */ .ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell{width: 120px;height: 90px;display: block;margin:3px 22px 12px 0;float: left;}
/* 1273 */ .ads120-60 .ad-cell  {height: 60px;}
/* 1274 */ .ads120-600 .ad-cell{height: 600px;}
/* 1275 */ .ads120-240 .ad-cell{height: 240px;}
/* 1276 */ .ads160-600 ,.ads250-250{margin-bottom:20px;}
/* 1277 */ .widget-container .ads160-600 ,.widget-container .ads250-250{margin-bottom:0 }
/* 1278 */ .ads160-600 .ad-cell{width: 160px;height: 600px;display: block;	margin:0 auto ;}
/* 1279 */ .ads250-250 .ad-cell{width: 250px;height: 250px;	display: block;	margin:0 auto ;}
/* 1280 */ .ads300-100{margin-bottom:20px;}
/* 1281 */ .widget-container .ads300-100{margin:0 0 -5px;}
/* 1282 */ .ads300-100 .ad-cell{margin-bottom:3px;width:300px;height:100px; margin:10px auto ;}
/* 1283 */ .ads300-250,.ads300-600{margin-bottom:20px;}
/* 1284 */ .ads300-250 .ad-cell{width:300px;height:250px;	margin:0 auto ;}
/* 1285 */ .ads-one{padding-left:0 !important;	margin:0 !important;}
/* 1286 */ .ads-one .ad-cell{float:none !important;	clear:both !important;margin-right:auto !important;	margin-left:auto !important;}
/* 1287 */ 
/* 1288 */ /* Footer */
/* 1289 */ footer {
/* 1290 */ 	position:relative;
/* 1291 */ 	z-index:1;
/* 1292 */ 	color: #ddd;
/* 1293 */ 	background:#333;
/* 1294 */ 	text-shadow: 0 0 1px #000;
/* 1295 */ 	padding:20px 0;
/* 1296 */ 	margin-top:20px;
/* 1297 */ 	-webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, .1);
/* 1298 */ 	-moz-box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
/* 1299 */ 	box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
/* 1300 */ }

/* style.css */

/* 1301 */ 	footer a{color: #ccc;}
/* 1302 */ 	footer a:hover{color: #FFF;}
/* 1303 */ 
/* 1304 */ /* Footer Widgets */	
/* 1305 */ .footer-widgets-box{float:left; margin-right:4%;}
/* 1306 */ .footer-1c .footer-widgets-box{	width:	100% }
/* 1307 */ .footer-2c .footer-widgets-box{	width:	48%;}
/* 1308 */ .footer-3c .footer-widgets-box{	width:	30.66666666666667%;}
/* 1309 */ .footer-4c .footer-widgets-box{	width:	22%;}
/* 1310 */ 
/* 1311 */ 	.narrow-wide-2c #footer-first , .wide-narrow-2c #footer-second {width:32%;}
/* 1312 */ 	.narrow-wide-2c #footer-second, .wide-narrow-2c #footer-first{	width:64%;}
/* 1313 */ 	
/* 1314 */ 	.wide-left-3c #footer-first    ,.wide-right-3c #footer-third  {	width:46%;}
/* 1315 */ 	.wide-left-3c .footer-widgets-box , .wide-right-3c .footer-widgets-box {	width:23%;}
/* 1316 */ 	
/* 1317 */ 	.footer-1c .footer-widgets-box,
/* 1318 */ 	.narrow-wide-2c #footer-second,
/* 1319 */ 	.wide-narrow-2c #footer-second,
/* 1320 */ 	.footer-2c #footer-second,
/* 1321 */ 	.footer-3c #footer-third,
/* 1322 */ 	.footer-4c #footer-fourth,
/* 1323 */ 	.wide-right-3c #footer-third,
/* 1324 */ 	.wide-left-3c #footer-third{margin-right:0;}
/* 1325 */ 
/* 1326 */ 	.footer-widget-top{	border-bottom:3px solid #666;padding:10px 0;}
/* 1327 */ 	.footer-widget-top h4{font-size: 16px;font-family: Oswald,arial,Georgia, serif;text-transform: uppercase;}
/* 1328 */ 	.footer-widget-container{padding: 10px;}
/* 1329 */ 		.footer-widget-container p {padding-bottom: 1.0em;}
/* 1330 */ 		.footer-widget-container ul, footer .tabs-wrap ul{ border-bottom:1px solid #444; }
/* 1331 */ 		.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {
/* 1332 */ 			padding: 6px 12px 6px 0;
/* 1333 */ 			line-height: 18px;
/* 1334 */ 			overflow: hidden;
/* 1335 */ 			border-bottom: 1px solid #232323 !important;
/* 1336 */ 			border-top: 1px solid #444;
/* 1337 */ 		}
/* 1338 */ 		.footer-widget-container li:first-child , footer #tabbed-widget .tabs-wrap li:first-child { border-top:0 none; }
/* 1339 */ 
/* 1340 */ 		footer #tabbed-widget .widget-top { background:transparent; border-bottom-color:#444; overflow:hidden; }
/* 1341 */ 		footer #tabbed-widget ul.tabs li a {text-shadow: 0 1px 0 #000; }
/* 1342 */ 		footer #tabbed-widget ul.tabs li a:hover { color:#FFF; }
/* 1343 */ 		footer #tabbed-widget ul.tabs li.active a {
/* 1344 */ 			color:#FFF;
/* 1345 */ 			background: #444;
/* 1346 */ 			box-shadow: 0 -1px 2px #111;
/* 1347 */ 			-moz-box-shadow: 0 -1px 2px #111;
/* 1348 */ 			-webkit-box-shadow: 0 -1px 2px #111;
/* 1349 */ 		}
/* 1350 */ 		footer #tabbed-widget .tabs-wrap.tagcloud a {

/* style.css */

/* 1351 */ 			background: #444;
/* 1352 */ 			border: 1px solid #222;
/* 1353 */ 			text-shadow: 0 1px 0 #000;
/* 1354 */ 			-moz-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
/* 1355 */ 			-webkit-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
/* 1356 */ 			box-shadow: inset 0 0 2px #888, 0 0 2px #222;
/* 1357 */ 		}
/* 1358 */ 		footer #tabbed-widget .tabs-wrap.tagcloud a:hover{ background:#555;}
/* 1359 */ 		footer .widget-counter li{ border:0 none !important; width: 33.4%; }
/* 1360 */ 		
/* 1361 */ 		footer #twitter-widget .loading span{background:url(/wp-content/themes/jarida/images/black-loader.gif) no-repeat top;}
/* 1362 */ 		
/* 1363 */ footer .search-widget input{
/* 1364 */ 	background: #414141;
/* 1365 */ 	box-shadow: 0 1px 3px 0 #313131;
/* 1366 */ 	-moz-box-shadow: 0 1px 3px 0 #313131;
/* 1367 */ 	-webkit-box-shadow: 0 1px 3px 0 #313131;
/* 1368 */ 	border: 1px solid #202020;
/* 1369 */ 	color:#222;
/* 1370 */ }
/* 1371 */ 	footer .search-widget input:hover,
/* 1372 */ 	footer .search-widget input:focus{color:#000;}
/* 1373 */ 	
/* 1374 */ 	#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{width:90%}
/* 1375 */ /* Footer Bottom */
/* 1376 */ .footer-bottom {
/* 1377 */ 	position:relative;
/* 1378 */ 	z-index:1;
/* 1379 */ 	background:#333;
/* 1380 */ 	height:45px;
/* 1381 */ 	line-height:41px;
/* 1382 */ 	color: #ccc;
/* 1383 */ }
/* 1384 */ 	.footer-bottom .container{border-top: 4px solid #cd2122;}
/* 1385 */ 	.footer-bottom .social-icons{
/* 1386 */ 		float:right;
/* 1387 */ 		margin:9px 0 0;
/* 1388 */ 		line-height:0;
/* 1389 */ 	}
/* 1390 */ 	.footer-bottom .social-icons img{width:25px; height:25px;}
/* 1391 */ 	.footer-bottom a{color: #ccc;}
/* 1392 */ 	.footer-bottom a:hover{color: #FFF;}
/* 1393 */ 
/* 1394 */ #topcontrol{
/* 1395 */ 	z-index:2;
/* 1396 */ 	background: #444 url(/wp-content/themes/jarida/images/separate.png) no-repeat center -605px;
/* 1397 */ 	width: 40px;
/* 1398 */ 	height: 40px;
/* 1399 */ 	text-indent: -99999px;
/* 1400 */ 	border-radius: 2px;

/* style.css */

/* 1401 */ 	-moz-border-radius: 2px;
/* 1402 */ 	-webkit-border-radius: 2px;
/* 1403 */ 	position:fixed;
/* 1404 */ 	bottom:-100px;
/* 1405 */ 	right:10px;
/* 1406 */ 	cursor:pointer;
/* 1407 */ 	-webkit-transition: all .3s ease-in-out;
/* 1408 */     -moz-transition: all .3s ease-in-out;
/* 1409 */     -o-transition: all .3s ease-in-out;
/* 1410 */     -ms-transition: all .3s ease-in-out;
/* 1411 */     transition: all .3s ease-in-out;
/* 1412 */     overflow:auto;
/* 1413 */     opacity:.7;
/* 1414 */ }
/* 1415 */ 	#topcontrol:hover{ opacity:1;}
/* 1416 */ 
/* 1417 */ /* Images */
/* 1418 */ img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img {max-width: 100%;height: auto;}
/* 1419 */ img.centered,
/* 1420 */ img.aligncenter {
/* 1421 */ 	display: block;
/* 1422 */ 	margin: 2px auto;
/* 1423 */ 	border: 1px solid #cbcdcc;
/* 1424 */ 	padding: 4px;
/* 1425 */ }
/* 1426 */ img.alignright {
/* 1427 */ 	padding: 4px;
/* 1428 */ 	margin: 2px 3px 3px 8px;
/* 1429 */ 	display: inline;
/* 1430 */ 	border: 1px solid #cbcdcc;
/* 1431 */ }
/* 1432 */ img.alignleft {
/* 1433 */ 	padding: 4px;
/* 1434 */ 	margin: 2px 8px 3px 3px;
/* 1435 */ 	display: inline;
/* 1436 */ 	border: 1px solid #cbcdcc;
/* 1437 */ }
/* 1438 */ .wp-caption {
/* 1439 */ 	background: #f1f1f1;
/* 1440 */ 	line-height: 18px;
/* 1441 */ 	margin-bottom: 20px;
/* 1442 */ 	max-width: 100% !important;
/* 1443 */ 	padding: 4px;
/* 1444 */ 	text-align: center;
/* 1445 */ }
/* 1446 */ 	.wp-caption img {max-width: 100% !important;}
/* 1447 */ 	.wp-caption p.wp-caption-text {color: #888;margin: 5px;padding:0;}
/* 1448 */ 	.wp-caption.alignleft{margin-right: 20px;}
/* 1449 */ 	.wp-caption.alignright{margin-left: 20px;}
/* 1450 */ 

/* style.css */

/* 1451 */ /* Navigation */
/* 1452 */ .pagination {overflow: hidden; margin-bottom:25px; clear:both;}
/* 1453 */ 	.pagination a,
/* 1454 */ 	.pagination span.extend,
/* 1455 */ 	.pagination span.current {
/* 1456 */ 		float:left;
/* 1457 */ 		text-shadow: 0 1px 0 #FFF;
/* 1458 */ 		margin-right : 3px;
/* 1459 */ 		color: #777;
/* 1460 */ 		padding: 6px 10px 3px;
/* 1461 */ 	}
/* 1462 */ 	.pagination a:hover {color:#000;}
/* 1463 */ 	.pagination span.current {
/* 1464 */ 		color: #FFF;
/* 1465 */ 		background-color: #cd2122;
/* 1466 */ 		text-shadow: 0 1px 0 #000;
/* 1467 */ 		padding:4px 10px 6px;
/* 1468 */ 	}
/* 1469 */ 	.pagination .pages{
/* 1470 */ 		float:right;
/* 1471 */ 		display:block;
/* 1472 */ 		font-size:85%;
/* 1473 */ 		padding: 7px 0 2px;
/* 1474 */ 	}
/* 1475 */ 
/* 1476 */ /* CommentList */	
/* 1477 */ #comments-title {
/* 1478 */ 	font-family: Oswald,arial,Georgia, serif;
/* 1479 */ 	margin:25px 0 10px;
/* 1480 */ }
/* 1481 */ 	#comments-title em{color: #333;}
/* 1482 */ .commentlist li{
/* 1483 */ 	margin-bottom: 20px;
/* 1484 */ 	clear:both;
/* 1485 */ 	position:relative;
/* 1486 */ 	clear:both;
/* 1487 */ }
/* 1488 */ 	.comment-avatar {
/* 1489 */ 		overflow:hidden;
/* 1490 */ 		width:45px;
/* 1491 */ 		height:45px;
/* 1492 */ 		margin:0 10px 5px -30px;
/* 1493 */ 		background: white;
/* 1494 */ 		padding: 2px;
/* 1495 */ 		-moz-border-radius: 1px;
/* 1496 */ 		-webkit-border-radius: 1px;
/* 1497 */ 		box-shadow: 0 0 3px #B5B5B5;
/* 1498 */ 		-moz-box-shadow: 0 0 3px #b5b5b5;
/* 1499 */ 		-webkit-box-shadow: 0 0 3px #B5B5B5;
/* 1500 */ 		float:left;

/* style.css */

/* 1501 */ 	}
/* 1502 */ 	.author-comment{overflow:hidden;position:relative;}
/* 1503 */ 		.author-comment cite {
/* 1504 */ 			color:#3b3b3b;
/* 1505 */ 			position:relative;
/* 1506 */ 			display:block;
/* 1507 */ 			margin-bottom:2px;
/* 1508 */ 			padding-top:4px;
/* 1509 */ 		}
/* 1510 */ 	.commentmetadata {display: block;font-size:85%;	clear:both;	}
/* 1511 */ 		.commentmetadata a{color:#3b3b3b;}
/* 1512 */ 		.commentmetadata a:hover{color:#000;}	
/* 1513 */ 	.comment-wrap{
/* 1514 */ 		background: white;
/* 1515 */ 		border-radius: 1px;
/* 1516 */ 		-moz-border-radius: 1px;
/* 1517 */ 		-webkit-border-radius: 1px;
/* 1518 */ 		box-shadow: 0 1px 3px 0 #B5B5B5;
/* 1519 */ 		-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
/* 1520 */ 		-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
/* 1521 */ 		position:relative;
/* 1522 */ 		padding:10px;
/* 1523 */ 		margin-left:20px;
/* 1524 */ 	}
/* 1525 */ 		.comment-content{
/* 1526 */ 			position:relative;
/* 1527 */ 			clear:both;
/* 1528 */ 			display:block;
/* 1529 */ 			margin-top:10px;
/* 1530 */ 			overflow:hidden;
/* 1531 */ 			padding-bottom:5px;
/* 1532 */ 		}
/* 1533 */ 			.comment-content p{line-height:17px;	margin-bottom: 10px;}
/* 1534 */ 		.nocomments {text-align: center;}
/* 1535 */ 		.commentlist li ul li {margin-left:4px;}
/* 1536 */ 		.commentlist  li.pingback{padding:5px 10px;border-bottom:1px solid #ddd;}	
/* 1537 */ 		.commentlist .children{margin-top:15px; margin-left:50px;}
/* 1538 */ 		.commentlist .reply a{
/* 1539 */ 			position:absolute;
/* 1540 */ 			bottom:0;
/* 1541 */ 			right:0;
/* 1542 */ 			background:#ddd;
/* 1543 */ 			padding:3px 10px;
/* 1544 */ 			text-shadow:0 1px 1px #FFF;
/* 1545 */ 			font-size:11px;
/* 1546 */ 		}
/* 1547 */ 			.commentlist .reply a:hover{background:#333;	color:#FFF;	text-shadow:0 1px 1px #000;	}
/* 1548 */ 		.bypostauthor {}
/* 1549 */ 		
/* 1550 */ /* Add Comments Form */	

/* style.css */

/* 1551 */ #respond {
/* 1552 */ 	margin: 20px 0 10px;
/* 1553 */ 	overflow: hidden;
/* 1554 */ 	position: relative;
/* 1555 */ 	clear: both;
/* 1556 */ }
/* 1557 */ 	.commentlist li #respond {margin: 10px 0 20px 70px !important;}
/* 1558 */ #commentform {
/* 1559 */ 	padding: 0 5px;
/* 1560 */ 	margin-top: 5px;
/* 1561 */ 	overflow: hidden;
/* 1562 */ }
/* 1563 */ 	#commentform .required {font-weight: bold;}
/* 1564 */ 	#commentform label {color: #888;}
/* 1565 */ 	#commentform p {	margin:10px 0;}
/* 1566 */ 	#commentform textarea,
/* 1567 */ 	#commentform input {
/* 1568 */ 		background:#F9F9F9;
/* 1569 */ 		color: #515151;
/* 1570 */ 		font: 12px Tahoma;
/* 1571 */ 		margin-bottom: 7px;
/* 1572 */ 	}
/* 1573 */ 	#commentform input {display: block;width: 250px;}
/* 1574 */ 	#commentform input[type="checkbox"]{margin: 2px 7px 0 0;float:left;clear:left;}
/* 1575 */ 	#commentform textarea {width: 95%;}
/* 1576 */ 	#commentform input:hover,#commentform textarea:hover {}
/* 1577 */ 	#commentform input:focus,	#commentform textarea:focus {background: #fff;}
/* 1578 */ 	#commentform .form-allowed-tags ,.comment-form-comment label {display: none;}
/* 1579 */ 	.comment-form-email,.comment-form-url,.comment-form-url,.comment-form-comment {clear: both;}
/* 1580 */ 	.comment-notes{ margin-bottom:10px;	}
/* 1581 */ 	.form-submit #submit , #login-form .login-button , .widget-feedburner .feedburner-subscribe{
/* 1582 */ 		height: 30px;
/* 1583 */ 		line-height: 30px;
/* 1584 */ 		width:auto;
/* 1585 */ 		position:relative;
/* 1586 */ 	}
/* 1587 */ 	.form-submit #submit:hover, #login-form .login-button:hover , .widget-feedburner .feedburner-subscribe:hover {
/* 1588 */ 		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));
/* 1589 */ 		background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);
/* 1590 */ 		background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);
/* 1591 */ 		background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);
/* 1592 */ 		background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);
/* 1593 */ 		background: linear-gradient(top,#FFF ,#f8f8f8 100%);
/* 1594 */ 	}
/* 1595 */ 	.form-submit #submit:active, #login-form .login-button:active , , .widget-feedburner .feedburner-subscribe:active {top:2px;}
/* 1596 */ 	input.error, textarea.error{border:1px solid #FF0000 !important;}
/* 1597 */ 
/* 1598 */ /* Ads */	
/* 1599 */ .ads-top {float: right;line-height:0; margin-top:8px;}
/* 1600 */ .ads-bottom {line-height:0;margin:15px auto 20px;text-align:center;}

/* style.css */

/* 1601 */ .ads-post {line-height:0;margin:20px auto ;text-align:center;}
/* 1602 */ .home-ads{clear:both;margin:5px auto 25px;text-align:center;}
/* 1603 */ .ads-top iframe, .ads-bottom iframe, .home-ads iframe, .home-ads iframe{margin: 0 auto;}
/* 1604 */ 
/* 1605 */ 
/* 1606 */ /* Tooltip */	
/* 1607 */ a.ttip, a.tooldown{display:inline-block;}
/* 1608 */ .tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
/* 1609 */ .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 0 2px #000000; -webkit-box-shadow: 0 0 2px #000000; -moz-box-shadow: 0 0 2px #000000; }
/* 1610 */ .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
/* 1611 */ .tipsy-arrow-n { border-bottom-color: #000; }
/* 1612 */ .tipsy-arrow-s { border-top-color: #000; }
/* 1613 */ .tipsy-arrow-e { border-left-color: #000; }
/* 1614 */ .tipsy-arrow-w { border-right-color: #000; }
/* 1615 */ .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
/* 1616 */ .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
/* 1617 */ .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
/* 1618 */ .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
/* 1619 */ .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
/* 1620 */ .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
/* 1621 */ .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
/* 1622 */ .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
/* 1623 */ 
/* 1624 */ /* Slider */	
/* 1625 */ .flexslider .slides > li , .full-width .content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:498px;}
/* 1626 */ .flexslider .slides img {width: 100%; height:100%; display: block;}
/* 1627 */ .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
/* 1628 */ html[xmlns] .slides {display: block;} 
/* 1629 */ * html .slides {height: 1%;}
/* 1630 */ .no-js .slides > li:first-child {display: block;}
/* 1631 */ .flexslider , .full-width .content .flexslider {margin: 0 0 35px;position:relative;zoom: 1;width: 997px;height:498px;background: #000 url('/wp-content/themes/jarida/images/black-loader.gif') no-repeat 50% 48%;	}
/* 1632 */ .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
/* 1633 */ .loading .flex-viewport {max-height: 300px;}
/* 1634 */ .flexslider .slides {zoom: 1;}
/* 1635 */ .carousel li {margin-right: 5px}
/* 1636 */ 
/* 1637 */ .flex-direction-nav {position:absolute; top:5px; right:5px;}
/* 1638 */ .flex-direction-nav a {width: 30px; height: 30px; margin: 0 0 2px; display: block; background-color: #cd2122; background-image: url(/wp-content/themes/jarida/images/separate.png);background-repeat: no-repeat; background-position: 3px -384px;  cursor: pointer; text-indent: -9999px; opacity: 0;  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
/* 1639 */ .flex-direction-nav .flex-next {background-position: -24px -384px;}
/* 1640 */ .flexslider:hover .flex-next {opacity: 0.8; }
/* 1641 */ .flexslider:hover .flex-prev {opacity: 0.8;}
/* 1642 */ .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
/* 1643 */ .flex-direction-nav .disabled {opacity: .3!important; cursor: default;}
/* 1644 */ 
/* 1645 */ .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
/* 1646 */ .flex-control-thumbs li {float: left; margin: 0;}
/* 1647 */ .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
/* 1648 */ .flex-control-thumbs img:hover {opacity: 1;}
/* 1649 */ .flex-control-thumbs .active {opacity: 1; cursor: default;}
/* 1650 */ 

/* style.css */

/* 1651 */ .flex-control-nav {position: absolute; top: 10px; left:10px; text-align: center; height:13px;}
/* 1652 */ .flex-control-nav li {margin: 0 ; display: inline-block; zoom: 1; *display: inline;}
/* 1653 */ .flex-control-paging li a {display: block; cursor: pointer; text-indent: -9999px; border-radius: 100%;-moz-border-radius: 100%;-webkit-border-radius: 100%; margin-right:2px; width:8px; background:#999; height:8px;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
/* 1654 */ .flex-control-paging li a:hover { background: #DDD; }
/* 1655 */ .flex-control-paging li a.flex-active { background: #FFF; cursor: default; }
/* 1656 */ .slider-caption {position: absolute;left: 15px;bottom: 15px; max-width:90%;opacity: .85;}
/* 1657 */ .slider-caption p{padding: 10px;background: #000;color:#FFF;}
/* 1658 */ .slider-caption h2 , .full-width .content .slider-caption h2 {background: #cd2122; padding:5px 10px;color:#FFF;	display: inline-block;font-family: Oswald,arial,Georgia, serif;}
/* 1659 */ 
/* 1660 */ /*small*/
/* 1661 */ .content .post-listing .flexslider { margin-bottom:5px;}
/* 1662 */ .content .flexslider { width:620px; height:330px;}
/* 1663 */ .content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:330px;}
/* 1664 */ .content .flexslider .slides img {width: 100%; display: block;}
/* 1665 */ .content .slider-caption h2 a{font-size: 22px;color:#FFF;	}
/* 1666 */ .content .ei-slider{ height:330px;}
/* 1667 */ .content .ei-slider-loading{line-height:375px;}
/* 1668 */ .content .ei-title h3{font-size: 12px;line-height: 14px;width:435px;}
/* 1669 */ .content .ei-title h2{font-size: 22px;}
/* 1670 */ 
/* 1671 */ /*sidebar slider*/
/* 1672 */ .sidebar .flexslider { width:300px; height:160px;}
/* 1673 */ .sidebar .flexslider .slides > li {height:160px;}
/* 1674 */ .sidebar .slider-caption {width: 100%;padding: 0;bottom: 0; left:0;}
/* 1675 */ .sidebar .slider-caption h2 {padding:0 10px 5px;}
/* 1676 */ .sidebar .slider-caption h2 a{font-size: 18px; color:#FFF;}
/* 1677 */ 
/* 1678 */ .ei-slider{position: relative;width: 100%;max-width: 1005px;height: 498px;margin: 0 auto 45px;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);}
/* 1679 */ .ei-slider-loading{	width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index:999;	background: #000 url('/wp-content/themes/jarida/images/black-loader.gif') no-repeat 50% 48%;	color: #fff;text-align: center;	line-height: 520px;}
/* 1680 */ .ei-slider-large{height: 100%;width: 100%;position:relative;overflow: hidden;}
/* 1681 */ .ei-slider-large li{position: absolute;top: 0;left: 0;overflow: hidden;height: 100%;width: 100%;}
/* 1682 */ .ei-slider-large li img{width: 100%;}
/* 1683 */ .ei-title{position: absolute;right: 10%;margin-right: 0;margin-left:2%;bottom: 25%;color:#fff;opacity: .85;}
/* 1684 */ .ei-title h2, .ei-title h3{text-align: right;}
/* 1685 */ .ei-title h2{color: #b5b5b5;font-size: 35px;font-family: Oswald,arial,Georgia, serif;background:#cd2122;float:right;padding:5px;}
/* 1686 */ .ei-title h3{clear:both;font-size: 14px;line-height: 20px;width:835px;background:#000;background:rgba(0, 0, 0, 0.9);padding:5px;}
/* 1687 */ .ei-slider-thumbs{height: 13px;margin: 0 auto;position: relative;max-width:100%!important;}
/* 1688 */ .ei-title a{color:#FFF;}
/* 1689 */ .ei-slider-thumbs li{position: relative;float: left;height: 100%;}
/* 1690 */ .ei-slider-thumbs li.ei-slider-element{top: 0;left: 0;position: absolute;height: 100%;z-index: 10;text-indent: -9000px;background: #cd2122;}
/* 1691 */ .ei-slider-thumbs li a{	display: block;text-indent: -9000px;background: #666 ;width: 100%;height: 100%;cursor: pointer;
/* 1692 */ 	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
/* 1693 */ 	-webkit-transition: background 0.2s ease;-moz-transition: background 0.2s ease; -o-transition: background 0.2s ease; -ms-transition: background 0.2s ease;   transition: background 0.2s ease;}
/* 1694 */ .ei-slider-thumbs li a:hover{background-color: #f0f0f0;}
/* 1695 */ .ei-slider-thumbs li img{ position: absolute;bottom: 50px;opacity: 0;z-index: 999;width: 100%;max-height:100px;
/* 1696 */ 	-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease; -ms-transition: all 0.4s ease;   transition: all 0.4s ease;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 1697 */ 		-webkit-box-reflect: 
/* 1698 */         below 0px -webkit-gradient(
/* 1699 */             linear, 
/* 1700 */             left top, 

/* style.css */

/* 1701 */             left bottom, 
/* 1702 */             from(transparent), 
/* 1703 */             color-stop(50%, transparent), 
/* 1704 */             to(rgba(255,255,255,0.3))
/* 1705 */             );
/* 1706 */ }
/* 1707 */ .content .ei-slider-thumbs li img{max-height:65px;}
/* 1708 */ .ei-slider-thumbs li:hover img{opacity: 1;	bottom: 13px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
/* 1709 */ 
/* 1710 */ 
/* 1711 */ /* Reviews Styles */	
/* 1712 */ .review-box{margin:20px 0;}
/* 1713 */ h2.review-box-header{
/* 1714 */ 	border-bottom:4px solid #333;
/* 1715 */ 	font-size: 22px;
/* 1716 */ 	font-family: Oswald,arial,Georgia, serif;
/* 1717 */ 	padding:10px 0 6px;
/* 1718 */ 	margin-bottom:3px;
/* 1719 */ 	margin-top:0;
/* 1720 */ }
/* 1721 */ .review-item{
/* 1722 */ 	padding:5px 0 8px;
/* 1723 */ 	opacity:0.8;
/* 1724 */ 	-webkit-transition: all ease-in-out 0.2s;
/* 1725 */ 	-moz-transition: all ease-in-out 0.2s;
/* 1726 */ 	-o-transition: all ease-in-out 0.2s;
/* 1727 */ 	transition: all ease-in-out 0.2s;
/* 1728 */ }
/* 1729 */ .review-item:hover{opacity:1;}
/* 1730 */ .review-item h5{font-size:inherit;margin:0 0 5px;color:#555;}
/* 1731 */ .review-percentage .review-item span{background:#F2F2F2;display:block;height:15px;}
/* 1732 */ .review-percentage .review-item span span{
/* 1733 */ 	background-color: #cd2122;
/* 1734 */ 	background-image:url(/wp-content/themes/jarida/images/stripes.png);
/* 1735 */ 	display:block;
/* 1736 */ 	height:15px;
/* 1737 */ }
/* 1738 */ .review-stars .review-item, .user-rate-wrap{ background:#F2F2F2; margin-bottom:3px; overflow:hidden; padding:5px;}
/* 1739 */ .review-stars .review-item h5{float:left; padding-top:5px; margin-top:0;}
/* 1740 */ .review-stars .stars-large{float:right;}
/* 1741 */ .review-final-score .stars-large{float: none !important;margin: 0 auto 10px;}
/* 1742 */ .review-summary{background-color:#F2F2F2;overflow:hidden; margin-bottom:3px;}
/* 1743 */ .review-short-summary{padding:0 10px;display: table-cell;vertical-align: top;}
/* 1744 */ .review-final-score{
/* 1745 */ 	background-color: #cd2122;
/* 1746 */ 	width:100px;
/* 1747 */ 	display: table-cell;
/* 1748 */ 	vertical-align: top;
/* 1749 */ 	text-align:center;
/* 1750 */ 	color:#fff;

/* style.css */

/* 1751 */ 	padding:10px 5px;
/* 1752 */ }
/* 1753 */ .review-final-score h3{margin:0 0 -3px;font-size: 44px;color: #FFF;font-weight: bold;}
/* 1754 */ .review-final-score h3 span{font-size: 24px;}
/* 1755 */ .review-final-score h4{
/* 1756 */ 	margin:0;
/* 1757 */ 	font-size: 20px;
/* 1758 */ 	font-family: Oswald,arial,Georgia, serif;
/* 1759 */ }
/* 1760 */ .review-top{float:left;width:55%; margin-right:20px;}
/* 1761 */ span.stars-large{
/* 1762 */ 	width:98px;
/* 1763 */ 	display:block;
/* 1764 */ 	background:url(/wp-content/themes/jarida/images/stars-large.png) no-repeat left bottom;
/* 1765 */ 	height:22px;
/* 1766 */ }
/* 1767 */ span.stars-large span{
/* 1768 */ 	width:100%;
/* 1769 */ 	display:block;
/* 1770 */ 	background:url(/wp-content/themes/jarida/images/stars-large.png) no-repeat left top;
/* 1771 */ 	height:22px;
/* 1772 */ 	float:left;
/* 1773 */ 	cursor: pointer;
/* 1774 */ }
/* 1775 */ span.stars-small{
/* 1776 */ 	width:52px;
/* 1777 */ 	display:block;
/* 1778 */ 	background:url(/wp-content/themes/jarida/images/stars-small.png) no-repeat left bottom;
/* 1779 */ 	height:15px;
/* 1780 */ }
/* 1781 */ span.stars-small span{
/* 1782 */ 	float: left;
/* 1783 */ 	width:100%;
/* 1784 */ 	display:block;
/* 1785 */ 	background:url(/wp-content/themes/jarida/images/stars-small.png) no-repeat left top;
/* 1786 */ 	height:15px;
/* 1787 */ }
/* 1788 */ .user-rate {float: right;width: 98px;}
/* 1789 */ .post-thumbnail .stars-large, .post-thumbnail .stars-small{ position:absolute; bottom:5px; right:6px;	}
/* 1790 */ .tie-rate-load{
/* 1791 */ 	background:url(/wp-content/themes/jarida/images/ajax-loader.gif) no-repeat center;
/* 1792 */ 	width: 98px;
/* 1793 */ 	height: 22px;
/* 1794 */ 	display: block;
/* 1795 */ }
/* 1796 */ 
/* 1797 */ /* Page Templates */
/* 1798 */ /*sitemap */
/* 1799 */ #sitemap {overflow:hidden;padding:10px 0 0 15px;}
/* 1800 */ 	.sitemap-col {float: left;margin: 0 2% 10px 0;	width: 23%;}

/* style.css */

/* 1801 */ 	#sitemap .last {margin-right: 0px; }
/* 1802 */ 		.sitemap-col h2 {color: #111;font-size: 20px;font-family: Georgia, serif;border-bottom: 1px solid #e9e9e9;padding-bottom: 10px;margin-bottom: -3px;}
/* 1803 */ 		.sitemap-col ul {padding-left: 0px;margin-left: 0;}
/* 1804 */ 			.sitemap-col ul li a {padding: 4px 0px 4px ;display:inline-block;	}
/* 1805 */ 	
/* 1806 */ /* Authors List */	
/* 1807 */ ul.authors-wrap li{background:transparent;padding:20px;margin:0 -20px 10px;	border-bottom:1px solid #f2f2f2;list-style:none;}
/* 1808 */ 	ul.authors-wrap li h3{font-size: 22px;text-transform: capitalize;font-family: Oswald,arial,Georgia, serif;margin:0 0 5px;}
/* 1809 */ 
/* 1810 */ /* Timeline */	
/* 1811 */ ul.timeline {border-left: 2px solid #DFDFE0;margin:0 0 30px 35px;overflow:hidden;}
/* 1812 */ 	h2.timeline-head{background:#DFDFE0;border-radius: 35px;-moz-border-radius: 35px;-webkit-border-radius: 35px;margin-bottom:0;display:inline-block;	padding:5px 25px 4px;font-family: Oswald,arial,Georgia, serif;font-size: 18px;text-shadow: 0 1px 1px #FFF;color: #666;}
/* 1813 */ 	ul.timeline li{background:transparent; list-style:none; padding:2px 10px;}
/* 1814 */ 		ul.timeline li span{ width:100px; display:inline-block; color:#999;}
/* 1815 */ 
/* 1816 */ 
/* 1817 */  
/* 1818 */ /* Shortcodes */
/* 1819 */ .google-map.alignleft{margin-right:10px;}
/* 1820 */ .google-map.alignright{margin-left:10px;}
/* 1821 */ .google-map.aligncenter{ text-align:center;}
/* 1822 */ 
/* 1823 */ .post-tooltip{cursor:pointer;display:inline-block;border-bottom:1px #666 dotted;color:#ed5109;}
/* 1824 */ .post-tooltip:hover{ border-bottom-color:#ed5109;}
/* 1825 */ .highlight {background: #FF9;}
/* 1826 */ .dropcap{display: block;float: left;margin: 0 8px 0 0;font-size: 50px;line-height: 50px;font-family: Georgia, Arial,"helvetica neue",Helvetica,Verdana,sans-serif;}
/* 1827 */ .starlist li,.checklist li{background-position:left top;background-repeat:no-repeat;padding-left:25px;list-style:none !important;}
/* 1828 */ .starlist li  { background-image: url(/wp-content/themes/jarida/images/bullet_star.png);}
/* 1829 */ .checklist li {background-image: url(/wp-content/themes/jarida/images/bullet_check.png);}
/* 1830 */ 
/* 1831 */ .box{padding: 20px;	background-color: #F6F6F6;	border: #DADADA 1px solid;	margin-bottom: 20px;	word-wrap: break-word;	-moz-border-radius: 5px;-webkit-border-radius: 5px;	border-radius: 5px;	-moz-box-shadow: 0 0 7px #ccc;-webkit-box-shadow: 0 0 7px #ccc;box-shadow: 0 0 7px #ccc;border: 1px solid #FFF;}
/* 1832 */ .box div{padding-left:60px; min-height:50px;}
/* 1833 */ .box.shadow{-moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);-webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);	box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);border: 1px solid #AAA;}
/* 1834 */ .box.shadow div{padding:0;}
/* 1835 */ .box.info{background:#d6f6ff;}
/* 1836 */ .box.info div{background:url(/wp-content/themes/jarida/images/info.png) no-repeat left top;}
/* 1837 */ .box.success{background:#e2f2cb;}
/* 1838 */ .box.success div{background:url(/wp-content/themes/jarida/images/shortc-success.png) no-repeat left top;}
/* 1839 */ .box.warning{ background:#fffddb;}
/* 1840 */ .box.warning div{background:url(/wp-content/themes/jarida/images/warning.png) no-repeat left top;}
/* 1841 */ .box.error{ background:#ffe6e2;	}
/* 1842 */ .box.error div{background:url(/wp-content/themes/jarida/images/error.png) no-repeat left top;}
/* 1843 */ .box.download{background:#e2f2cb;}
/* 1844 */ .box.download div{background:url(/wp-content/themes/jarida/images/download.png) no-repeat left top;}
/* 1845 */ .box.note{background:#fffddb;}
/* 1846 */ .box.note div{background:url(/wp-content/themes/jarida/images/note.png) no-repeat left top;}
/* 1847 */ 
/* 1848 */ a.shortc-button{border: 1px solid #a3a3a3;background: #d4d4d4;height: 25px;line-height:25px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;color: white;display:inline-block;	margin:0 5px 20px;	padding:0 10px;	position:relative;font-size:12px;
/* 1849 */ 	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5),inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 1850 */ 	-webkit-transition: background .40s;-moz-transition: background .40s; -o-transition: background .40s;transition: background .40s;

/* style.css */

/* 1851 */ 	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d4d4d4),color-stop(100%,#c7c7c7));background: -webkit-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -moz-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -o-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);	background: -ms-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
/* 1852 */ }
/* 1853 */ a.shortc-button:hover{	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d8d6d6),color-stop(100%,#cdcdcd));background: -webkit-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -moz-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -o-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -ms-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);}
/* 1854 */ a.shortc-button:active{ top:1px;} 
/* 1855 */ a.shortc-button.red{border: 1px solid #B63540;background: #ED596A;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F77087),color-stop(100%,#E3414D));background: -webkit-linear-gradient(top,#F77087 0,#E3414D 100%);background: -moz-linear-gradient(top,#F77087 0,#E3414D 100%);background: -o-linear-gradient(top,#F77087 0,#E3414D 100%);background: -ms-linear-gradient(top,#F77087 0,#E3414D 100%);background: linear-gradient(top,#F77087 0,#E3414D 100%);}
/* 1856 */ a.shortc-button.red:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F8889B),color-stop(100%,#E65762));	background: -webkit-linear-gradient(top,#F8889B 0,#E65762 100%);background: -moz-linear-gradient(top,#F8889B 0,#E65762 100%);background: -o-linear-gradient(top,#F8889B 0,#E65762 100%);background: -ms-linear-gradient(top,#F8889B 0,#E65762 100%);background: linear-gradient(top,#F8889B 0,#E65762 100%);}
/* 1857 */ a.shortc-button.green{border: 1px solid #5E8C22;background: #89C03E;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#A8D34E),color-stop(100%,#6AAD2D));background: -webkit-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -moz-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -o-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -ms-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: linear-gradient(top,#A8D34E 0,#6AAD2D 100%);}
/* 1858 */ a.shortc-button.green:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#B2D862),color-stop(100%,#76C132));background: -webkit-linear-gradient(top,#B2D862 0,#76C132 100%);background: -moz-linear-gradient(top,#B2D862 0,#76C132 100%);background: -o-linear-gradient(top,#B2D862 0,#76C132 100%);background: -ms-linear-gradient(top,#B2D862 0,#76C132 100%);background: linear-gradient(top,#B2D862 0,#76C132 100%);}
/* 1859 */ a.shortc-button.blue{ border: 1px solid #1e638b;background: #00a2ff;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#00a2ff),color-stop(100%,#028edf));background: -webkit-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -moz-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -o-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -ms-linear-gradient(top,#00a2ff 0,#028edf 100%);background: linear-gradient(top,#00a2ff 0,#028edf 100%);}
/* 1860 */ a.shortc-button.blue:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3cb6fc),color-stop(100%,#31a6ea));background: -webkit-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -moz-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -o-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -ms-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: linear-gradient(top,#3cb6fc 0,#31a6ea 100%);}
/* 1861 */ a.shortc-button.orange{ border: 1px solid #be8a2b;background: #FFA500 ;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFA500),color-stop(100%,#ed9900));background: -webkit-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -moz-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -o-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -ms-linear-gradient(top,#FFA500 0,#ed9900 100%);background: linear-gradient(top,#FFA500 0,#ed9900 100%);}
/* 1862 */ a.shortc-button.orange:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffb93a),color-stop(100%,#f3ab26));background: -webkit-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -moz-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -o-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -ms-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: linear-gradient(top,#ffb93a0,#f3ab26 100%);}
/* 1863 */ a.shortc-button.pink{ border: 1px solid #cc198b;background: #ff00a2;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff00a2),color-stop(100%,#ed0097));background: -webkit-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -moz-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -o-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -ms-linear-gradient(top,#ff00a2 0,#ed0097 100%);	background: linear-gradient(top,#ff00a2 0,#ed0097 100%);}
/* 1864 */ a.shortc-button.pink:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff6cc9),color-stop(100%,#ea51b2));background: -webkit-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -moz-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -o-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -ms-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: linear-gradient(top,#ff6cc9,#ea51b2 100%);	}
/* 1865 */ a.shortc-button.purple{ border: 1px solid #833083;background: #d700d7;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d700d7),color-stop(100%,#b000b0));background: -webkit-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -moz-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -o-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -ms-linear-gradient(top,#d700d7 0,#b000b0 100%);	background: linear-gradient(top,#d700d7 0,#b000b0 100%);}
/* 1866 */ a.shortc-button.purple:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f969f9),color-stop(100%,#c302c3));background: -webkit-linear-gradient(top,#f969f9 0,#c302c3 100%);background: -moz-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -o-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -ms-linear-gradient(top,#f969f9 0,#c302c3 100%);background: linear-gradient(top,#f969f9,#c302c3 100%);}
/* 1867 */ a.shortc-button.black{ border: 1px solid #000;background: #434343;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#434343),color-stop(100%,#232323));background: -webkit-linear-gradient(top,#434343 0,#232323 100%);background: -moz-linear-gradient(top,#434343 0,#232323 100%);background: -o-linear-gradient(top,#434343 0,#232323 100%);background: -ms-linear-gradient(top,#434343 0,#232323 100%);background: linear-gradient(top,#434343 0,#232323 100%);}
/* 1868 */ a.shortc-button.black:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a5959),color-stop(100%,#3d3d3d));background: -webkit-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -moz-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -o-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -ms-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: linear-gradient(top,#5a5959,#3d3d3d 100%);}
/* 1869 */ a.shortc-button.white{ border: 1px solid #d9d9d9;background: #fbfbfb;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fbfbfb),color-stop(100%,#eee ));background: -webkit-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -moz-linear-gradient(top,#fbfbfb 0,#eee 100%);	background: -o-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -ms-linear-gradient(top,#fbfbfb 0,#eee 100%);background: linear-gradient(top,#fbfbfb 0,#eee 100%);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);color:#000;text-shadow: 0 1px 0 #FFF;}
/* 1870 */ a.shortc-button.white:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));	background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: linear-gradient(top,#FFF ,#f8f8f8 100%);}
/* 1871 */ a.shortc-button.medium{ height:35px; line-height:35px; font-size:16px; padding:0 15px;}
/* 1872 */ a.shortc-button.big{ height:55px; line-height:55px; font-size:22px; padding:0 25px;}
/* 1873 */ 
/* 1874 */ .flickr-wrapper {overflow:hidden;margin-bottom:20px;}
/* 1875 */ .flickr-wrapper .flickr_badge_image {float:left;margin:8px;}
/* 1876 */ .flickr-wrapper .flickr_badge_image img{opacity:1;background:#FFF;padding:4px;box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}
/* 1877 */ .flickr-wrapper .flickr_badge_image a:hover img{ opacity:0.6;}
/* 1878 */ 
/* 1879 */ #twitter-shortcode{margin-bottom:10px;}
/* 1880 */ #twitter-shortcode li{padding:5px 10px 5px 30px;overflow:hidden;list-style:none;}
/* 1881 */ #twitter-shortcode li:last-child{border-bottom:0 none;}
/* 1882 */ #twitter-shortcode .tweet_list .tweet_avatar img{	padding:2px ;margin-left:5px;float: right;background:#FFF;border:1px solid #d6d6d6;}
/* 1883 */ #twitter-shortcode .loading{text-align:center; padding:10px;}
/* 1884 */ 
/* 1885 */ .toggle {background:#F6F6F6;margin-bottom: 15px;	border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 5px 10px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}
/* 1886 */ .toggle h3{font-weight: bold;font-size: 18px;padding: 5px 0;margin:0;text-shadow: 0 1px 1px #FFF;cursor:pointer;	background:url(/wp-content/themes/jarida/images/toggle-close.png) no-repeat right;}
/* 1887 */ h3.toggle-head-close{background:url(/wp-content/themes/jarida/images/toggle-open.png) no-repeat right;display:none;}
/* 1888 */ .toggle-content{padding-top:15px;}
/* 1889 */ .toggle.close .toggle-content ,
/* 1890 */ .toggle.close  h3.toggle-head-open  {display:none;}
/* 1891 */ .toggle.close  h3.toggle-head-close {display:block;}
/* 1892 */ 
/* 1893 */ .author-info{background:#F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}
/* 1894 */ .author-info-content{padding-left:100px;}
/* 1895 */ .author-info-content h3{margin:0 0 15px;}
/* 1896 */ .author-info img.author-img{max-width:70px;	float:left;	margin-right:15px;background:#FFF;padding:4px;	box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}
/* 1897 */ 
/* 1898 */ .one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-right:4%;float:left;}
/* 1899 */ .one_half {width:48%}
/* 1900 */ .one_third { width:30.66%}

/* style.css */

/* 1901 */ .two_third { width:65.33%}
/* 1902 */ .one_fourth { width:22%}
/* 1903 */ .three_fourth{ width:74%}
/* 1904 */ .one_fifth { width:16.8%}
/* 1905 */ .two_fifth { width:37.6%}
/* 1906 */ .three_fifth{ width:58.4%}
/* 1907 */ .four_fifth	{ width:67.2%}
/* 1908 */ .one_sixth { width:13.33%}
/* 1909 */ .five_sixth	{ width:82.67%}
/* 1910 */ .entry .last{margin-right:0 !important;clear:right;}
/* 1911 */ 
/* 1912 */ .post-tabs,.post-tabs-ver{	margin-bottom:20px;}
/* 1913 */ .post-tabs ul.tabs-nav{height:33px;margin:0;padding-left:20px;}
/* 1914 */ .post-tabs ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 4px 0 0;font-weight: bold;	line-height: 32px;cursor: pointer;display: block;	float: left;margin: 0 5px 0 0;	padding: 0 16px;background:#ddd;border-bottom: 0 none;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
/* 1915 */ .post-tabs ul.tabs-nav li.current{	background:#F6F6F6;	z-index:1;	height:33px;}
/* 1916 */ .post-tabs .pane{background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;	padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);}
/* 1917 */ .post-tabs-ver ul.tabs-nav{float:left;width:170px;margin:0;padding-top:10px;}
/* 1918 */ .post-tabs-ver ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 0 0 4px;font-weight: bold;line-height: 32px;cursor: pointer;display: block;	margin: 0 0 10px 0;padding: 0 16px;	background:#ddd;border-right-width: 0;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
/* 1919 */ .post-tabs-ver ul.tabs-nav li.current{background:#F6F6F6;z-index:1;width:138px;}
/* 1920 */ .post-tabs-ver .pane{margin-left:170px;background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;	border-bottom: 1px solid #979797;padding: 20px;	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	min-height:180px;}
/* 1921 */ 
/* 1922 */ /* Audio Player */
/* 1923 */ .jp-jplayer{line-height:0;}
/* 1924 */ div.jp-audio{color: #666;position:relative;width:100%;margin-bottom:20px; text-align:center;}
/* 1925 */ .jp-interface {padding:2px 10px;height: 30px;background: #3A3B3C;background: -webkit-gradient( linear, left bottom, left top, color-stop(0, #222), color-stop(1, #3A3B3C) );	background: -moz-linear-gradient( center bottom, #222 0%, #3A3B3C 100% );	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);}
/* 1926 */ a.jp-play,a.jp-pause {width:18px; height:18px; float:left;  text-indent:-9999px;  outline:none;   margin: 0 0 0 -4px;}
/* 1927 */ a.jp-play {background: url("/wp-content/themes/jarida/images/jplayer/sprite.png") 0 0 no-repeat;}
/* 1928 */ a.jp-pause {background: url("/wp-content/themes/jarida/images/jplayer/sprite.png") 0 -30px no-repeat;display: none;}
/* 1929 */ .jp-progress {background: #706d6d; -webkit-box-shadow:inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); box-shadow: inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); width:100%; height:4px; float:left; margin: 5px 0 7px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
/* 1930 */ .jp-seek-bar { width:0px; height:100%;  cursor: pointer;}
/* 1931 */ .jp-play-bar { background: url("/wp-content/themes/jarida/images/jplayer/play-bar.png") left repeat-x; width:0px;height:5px;   position:relative;z-index: 1;-webkit-border-radius: 3px;-moz-border-radius: 3px;	border-radius: 3px;}
/* 1932 */ .jp-audio a.jp-mute,.jp-audio a.jp-unmute { text-indent:-9999px; float:right; height: 18px; width: 18px; outline:none;}
/* 1933 */ .jp-mute { background: url(/wp-content/themes/jarida/images/jplayer/sprite.png) 0 -60px no-repeat;}
/* 1934 */ a.jp-unmute {background: url(/wp-content/themes/jarida/images/jplayer/sprite.png) 0 -90px no-repeat;display: none;}
/* 1935 */ .jp-volume-bar {background: #706D6D;	-webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4),0px 1px 0px rgba(255, 255, 255, .4);-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4);box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4),0px 1px 0px rgba(255, 255, 255, .4);height: 2px;width:50px;	float: right;margin: 4px 1px 0 8px;}
/* 1936 */ .jp-volume-bar-value { background: url("/wp-content/themes/jarida/images/jplayer/play-bar.png") left repeat-x; width:0px; height:3px; position:relative; z-index: 9999; }
/* 1937 */ 	
/* 1938 */ /*Pretty-Photo*/
/* 1939 */ 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}
/* 1940 */ div.pp_default .pp_top .pp_left{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) -78px -93px no-repeat}
/* 1941 */ div.pp_default .pp_top .pp_middle{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite_x.png) top left repeat-x}
/* 1942 */ div.pp_default .pp_top .pp_right{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) -112px -93px no-repeat}
/* 1943 */ div.pp_default .pp_content .ppt{color:#f8f8f8}
/* 1944 */ div.pp_default .pp_content_container .pp_left{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
/* 1945 */ div.pp_default .pp_content_container .pp_right{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite_y.png) top right repeat-y;padding-right:13px}
/* 1946 */ div.pp_default .pp_next:hover{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite_next.png) center right no-repeat;cursor:pointer}
/* 1947 */ div.pp_default .pp_previous:hover{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite_prev.png) center left no-repeat;cursor:pointer}
/* 1948 */ div.pp_default .pp_expand{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
/* 1949 */ div.pp_default .pp_expand:hover{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) 0 -56px no-repeat;cursor:pointer}
/* 1950 */ div.pp_default .pp_contract{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}

/* style.css */

/* 1951 */ div.pp_default .pp_contract:hover{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) 0 -113px no-repeat;cursor:pointer}
/* 1952 */ div.pp_default .pp_close{width:30px;height:30px;background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) 2px 1px no-repeat;cursor:pointer}
/* 1953 */ div.pp_default .pp_gallery ul li a{background:url(/wp-content/themes/jarida/images/prettyPhoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
/* 1954 */ div.pp_default .pp_social{margin-top:7px}
/* 1955 */ div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
/* 1956 */ div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
/* 1957 */ div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
/* 1958 */ div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
/* 1959 */ div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
/* 1960 */ div.pp_default .pp_content_container .pp_details{margin-top:5px}
/* 1961 */ div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
/* 1962 */ 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}
/* 1963 */ 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}
/* 1964 */ div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
/* 1965 */ div.pp_default .pp_bottom .pp_left{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) -78px -127px no-repeat}
/* 1966 */ div.pp_default .pp_bottom .pp_middle{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite_x.png) bottom left repeat-x}
/* 1967 */ div.pp_default .pp_bottom .pp_right{background:url(/wp-content/themes/jarida/images/prettyPhoto/sprite.png) -112px -127px no-repeat}
/* 1968 */ div.pp_default .pp_loaderIcon{background:url(/wp-content/themes/jarida/images/prettyPhoto/loader.gif) center center no-repeat}
/* 1969 */ div.pp_pic_holder a:focus{outline:none}
/* 1970 */ div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
/* 1971 */ div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
/* 1972 */ .pp_content{height:40px;min-width:40px}
/* 1973 */ * html .pp_content{width:40px}
/* 1974 */ .pp_content_container{position:relative;text-align:left;width:100%}
/* 1975 */ .pp_content_container .pp_left{padding-left:20px}
/* 1976 */ .pp_content_container .pp_right{padding-right:20px}
/* 1977 */ .pp_content_container .pp_details{float:left;margin:10px 0 2px}
/* 1978 */ .pp_description{display:none;margin:0}
/* 1979 */ .pp_social{float:left;margin:0}
/* 1980 */ .pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
/* 1981 */ .pp_social .twitter{float:left}
/* 1982 */ .pp_nav{clear:right;float:left;margin:3px 10px 0 0}
/* 1983 */ .pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
/* 1984 */ .pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
/* 1985 */ a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
/* 1986 */ .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
/* 1987 */ .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
/* 1988 */ .pp_gallery div{float:left;overflow:hidden;position:relative}
/* 1989 */ .pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
/* 1990 */ .pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
/* 1991 */ .pp_gallery ul a img{border:0}
/* 1992 */ .pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
/* 1993 */ .pp_gallery li.default a{display:block;height:33px;width:50px}
/* 1994 */ .pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
/* 1995 */ a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%;-webkit-transition: none;-moz-transition: none;-o-transition: none;transition: none;}
/* 1996 */ a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%;-webkit-transition: none;-moz-transition: none;-o-transition: none;transition: none;}
/* 1997 */ 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}
/* 1998 */ a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
/* 1999 */ .pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
/* 2000 */ #pp_full_res{line-height:1!important}

/* style.css */

/* 2001 */ #pp_full_res .pp_inline{text-align:left}
/* 2002 */ #pp_full_res .pp_inline p{margin:0 0 15px}
/* 2003 */ div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
/* 2004 */ div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
/* 2005 */ 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}
/* 2006 */ 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}
/* 2007 */ 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}
/* 2008 */ .pp_top,.pp_bottom{height:20px;position:relative}
/* 2009 */ * html .pp_top,* html .pp_bottom{padding:0 20px}
/* 2010 */ .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
/* 2011 */ .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
/* 2012 */ * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
/* 2013 */ .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
/* 2014 */ .pp_fade,.pp_gallery li.default a img{display:none}
/* 2015 */ 
/* 2016 */ /*  TABLET  : 1024px */
/* 2017 */ @media only screen and ( max-width: 1050px ){
/* 2018 */    .wrapper {width:986px !important;}
/* 2019 */    .container, header, #main-nav, #footer-widget-area,.scroll-box-wide .group_items {width:944px !important;}
/* 2020 */    .header-content, .wrapper.layout-2c .header-content {margin: 0 -21px; padding: 25px 21px;}
/* 2021 */    .sidebar-narrow{display:none;}
/* 2022 */    .cats-review-box .reviews-cat {width: 304px;margin-right: 15px;}
/* 2023 */    .cats-review-box .reviews-cat h4{width: 191px;}
/* 2024 */    .wide-cat-box .wide-news-item , .scroll-box-wide.scroll-box .scroll-item{width: 228px !important;}
/* 2025 */    .sidebar-narrow-right .content-wrap, .sidebar-narrow-left .content-wrap{float:none;}
/* 2026 */    .sidebar-narrow-left .sidebar, .sidebar-narrow-right .content-wrap .content{float:right}
/* 2027 */    .sidebar-narrow-right .sidebar, .sidebar-narrow-left .content-wrap .content{float:left}
/* 2028 */    .sidebar-narrow-right .sidebar,.sidebar-narrow-left .sidebar{padding:0; margin:0; border:0 none;}
/* 2029 */    .content-wrap-wide .content{width:620px;}
/* 2030 */ }	
/* 2031 */ 
/* 2032 */ /* TABLET  : 768px */
/* 2033 */ @media only screen and (max-width: 985px) and (min-width: 768px){
/* 2034 */    .wrapper {width:760px !important;}
/* 2035 */      header, #main-nav , .container , #footer-widget-area, .group_items,.scroll-box-wide .group_items, #main-content , .content , .sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:730px !important;}
/* 2036 */     .header-content, .wrapper.layout-2c .header-content {margin: 0 -15px; padding: 25px 15px;}
/* 2037 */     .wrapper.full-site .header-content , .wrapper.layout-2c.full-site .header-content { background:transparent;}
/* 2038 */     .top-nav .container{	position:relative;}
/* 2039 */     .sidebar-narrow-right .content-wrap,.sidebar-narrow-right .content-wrap .sidebar-narrow,.sidebar-narrow-right .sidebar,.sidebar-narrow-right .content-wrap .content,
/* 2040 */ 	.sidebar-narrow-left .sidebar,.sidebar-narrow-left .content-wrap .content,.sidebar-narrow-left .content-wrap,.sidebar-narrow-left .content-wrap .sidebar-narrow{float:none;}
/* 2041 */     .search-block { position:absolute; top:85px; right:0; z-index:1;}
/* 2042 */     .logo {margin-top:0 !important;}
/* 2043 */     .logo img{max-height:70px;}
/* 2044 */     .ads-top{clear:both;float:none;text-align:center;border: 0 none;background:none !important;	padding:20px 0 0;}
/* 2045 */     .cats-review-box .reviews-cat {width: 236px;margin-right: 10px;}
/* 2046 */     .cats-review-box .reviews-cat h4{overflow: visible;text-overflow: clip;width: auto;white-space: normal;}
/* 2047 */     .wide-cat-box .wide-news-item , .scroll-box-wide.scroll-box .scroll-item{width: 174px !important;}
/* 2048 */ 	.flexslider , .flexslider .slides > li,.ei-slider, .ei-slider-large li {height:388px !important;}
/* 2049 */ 	.flex-direction-nav .flex-next {right:5px; opacity: 0.8; }
/* 2050 */ 	.flex-direction-nav .flex-prev {left:5px; opacity: 0.8;}

/* style.css */

/* 2051 */ 	.ei-slider-large li img{width:100% !important; height:388px !important; margin:0 !important;}
/* 2052 */ 	#top-menu-mob , #main-menu-mob{display:block;float:left;}
/* 2053 */ 	.main-menu ul.menu , .top-menu ul.menu{	display:none; }
/* 2054 */ 	.sidebar{-webkit-column-count: 2;-webkit-column-gap: 10px;-moz-column-count: 2;-moz-column-gap: 10px;column-count: 2;column-gap: 10px;}
/* 2055 */ 	.search-block #s {width:200px;}
/* 2056 */ 	.widget , .sidebar .flexslider , .search-widget input{clear:none !important;margin:0 3px 20px;-webkit-column-break-inside: avoid;-moz-column-break-inside: avoid;	column-break-inside: avoid;	}
/* 2057 */ 	.widget-container .post-thumbnail a , .footer-widget-container .post-thumbnail a{ -webkit-transition: none !important; transition:none !important; }
/* 2058 */ 	.widget-container .post-thumbnail  , .footer-widget-container .post-thumbnail {  position: inherit;}
/* 2059 */ 	.widget-container .post-thumbnail img , .footer-widget-container .post-thumbnail img{ -webkit-transition: none !important; transition:none !important; opacity:1 !important;}
/* 2060 */ 	.search-widget input{ width:332px;}
/* 2061 */ 	.widget-counter li { width:118px;}
/* 2062 */ 	.widget-counter.col2 li{width: 176px;}
/* 2063 */ 	.widget-counter.col4 li{width: 88px;}
/* 2064 */ 	.flickr-widget .flickr_badge_image img, .news-pic .post-thumbnail img {width: 66px;height: 66px;}
/* 2065 */ 	.recent-box .recent-item , .scroll-box .scroll-item{ width: 236px; margin: 0 11px 10px 0;}
/* 2066 */ 	.list-box li , .list-box li.first-news {	width:353px;}
/* 2067 */ 	.cat-box.column2{width:355px;}
/* 2068 */ 	.wide-box li { width:353px }
/* 2069 */ 	.pic-box li{margin-left:16px;}
/* 2070 */ 	#topcontrol, .today-date{display:none;}
/* 2071 */ 	.footer-widgets-box { width:48% !important; margin-right:4% !important;}
/* 2072 */ 	#footer-second , #footer-fourth{	margin-right:0 !important;}
/* 2073 */ 	#tabbed-widget ul.tabs li a { padding: 5px 15px 1px; }
/* 2074 */ 	#related_posts .related-item{width: 236px;height: 200px;}
/* 2075 */ 	.sidebar .flexslider ,.sidebar .slides > li{width: 354px !important; height: 188px !important;}
/* 2076 */ 	.sidebar .flexslider{position: static;}
/* 2077 */ 	.sidebar .flex-direction-nav{display:none;}
/* 2078 */ 	#main-nav .main-menu {margin-left: 0  !important; margin-right:0 !important;}
/* 2079 */ 	.archives_2col .item-list {width: 355px;}
/* 2080 */ }
/* 2081 */ 
/* 2082 */ /*  Phone  : 480px */
/* 2083 */ @media only screen and (max-width: 767px) and (min-width: 480px){
/* 2084 */ 	#topcontrol , .ads-top, .ads-bottom,.home-ads, .ads-post, .today-date,.ei-slider-thumbs li img, .ei-title h3, .slider-caption p{display:none !important;}
/* 2085 */ 	 .wrapper {width:460px !important;}
/* 2086 */      header, .container , #main-nav , .breaking-news , #footer-widget-area,	 .content , .sidebar , .flexslider , .ei-slider, .ei-slider-large li, .group_items,.scroll-box-wide .group_items, .wide-box li {width:410px !important; }
/* 2087 */ 	 .wrapper.full-site .header-content , .wrapper.layout-2c.full-site .header-content { background:transparent;}
/* 2088 */ 	.flexslider , .flexslider .slides > li ,.flexslider .slides img,.ei-slider, .ei-slider-large li{height:218px !important;}
/* 2089 */ 	.ei-slider-large li img{width:100% !important; height:218px !important; margin-left: 0 !important; margin-top: 0 !important;}
/* 2090 */ 	.ei-title h2, .slider-caption h2 a{ font-size:22px;}
/* 2091 */ 	.sidebar-narrow-right .content-wrap,.sidebar-narrow-right .content-wrap .sidebar-narrow,.sidebar-narrow-right .sidebar,.sidebar-narrow-right .content-wrap .content,
/* 2092 */ 	.sidebar-narrow-left .sidebar,.sidebar-narrow-left .content-wrap .content,.sidebar-narrow-left .content-wrap,.sidebar-narrow-left .content-wrap .sidebar-narrow{float:none;}
/* 2093 */ 	.slider-caption{width:auto;}
/* 2094 */ 	.logo{float:none;text-align:center;}
/* 2095 */ 	.fixed-nav{position: initial;}
/* 2096 */ 	#top-menu-mob , #main-menu-mob{display:block;float:left;}
/* 2097 */ 	.main-menu ul.menu , .top-menu ul.menu, .breaking-news, .ei-title h3{	display:none; }
/* 2098 */ 	#top-menu-mob{	width: 409px;}
/* 2099 */ 	#main-menu-mob{	width: 390px;}
/* 2100 */     .header-content, .wrapper.layout-2c .header-content {margin: 0 -25px; padding: 25px 25px;}

/* style.css */

/* 2101 */ 	.item-list .post-thumbnail, .pic-box .first-pic .post-thumbnail,.wide-box li.first-news .post-thumbnail{margin:0 0 10px 0; width:100%;}
/* 2102 */ 	.item-list .post-thumbnail img, .pic-box .first-pic .post-thumbnail img,.wide-box li.first-news .post-thumbnail img{height:auto; width:100%;}
/* 2103 */ 	.pic-box li.first-pic {	margin-right:0; float:none; width:100%}
/* 2104 */ 	.pic-box li { margin-left:10px}
/* 2105 */ 	.widget , .search-widget input{clear:none;margin:0 0 20px;}
/* 2106 */ 	.search-widget input{ width:388px;}
/* 2107 */ 	.recent-box .recent-item , .recent-box .recent-item:nth-child(3n+3) ,.scroll-box .scroll-item , .scroll-box .scroll-item:nth-child(3n+3), .scroll-box-wide.scroll-box .scroll-item , .scroll-box-wide.scroll-box .scroll-item:nth-child(3n+3), .wide-cat-box .wide-news-item, .wide-cat-box .wide-news-item.last-col  { margin-right:10px; margin-bottom:10px;}
/* 2108 */ 	.recent-box .recent-item:nth-child(2n+2),.scroll-box .scroll-item:nth-child(2n+2), .scroll-box-wide.scroll-box .scroll-item:nth-child(2n+2),.wide-cat-box .wide-news-item.last-col2 {margin-right: 0;}
/* 2109 */ 	.scroll-box-wide.scroll-box .scroll-item, .wide-cat-box .wide-news-item  {width: 200px;}
/* 2110 */ 	.cat-box.column2{width:410px; float:none; margin-right:0;}
/* 2111 */ 	.list-box li.first-news{float:none;	width:auto;border-bottom: 1px solid #eaeaea; padding-bottom:10px;	}
/* 2112 */ 	.list-box li {border-left:0 none !important;border-right:0 none !important;float: none !important;width: auto;}
/* 2113 */ 	.cats-review-box .reviews-cat {width: 100%;margin-right: 0;float:none;margin-bottom:15px;}
/* 2114 */ 	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
/* 2115 */ 	.search-block #s , .search-block #s:focus{ width:110px}
/* 2116 */ 	.social-icons.icon_flat{float:left}
/* 2117 */ 	.top-nav.head_menu{height:61px;}
/* 2118 */ 	.footer-bottom{text-align:center;padding:0 20px;height:auto;overflow:hidden;}
/* 2119 */ 	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
/* 2120 */ 	.widget-counter li {width: 136px;}
/* 2121 */ 	.widget-counter.col2 li{width: 205px;}
/* 2122 */ 	.widget-counter.col4 li{width: 102px;}
/* 2123 */ 	.sitemap-col { float:none !important; width:auto !important;}
/* 2124 */ 	#related_posts .related-item ,#related_posts .related-item:nth-child(3n+3) {margin-right: 10px !important;}
/* 2125 */ 	#related_posts .related-item:nth-child(2n+2) {margin-right: 0 !important;}
/* 2126 */ 	.flickr-widget .flickr_badge_image, .news-pic .post-thumbnail{margin: 6px;}
/* 2127 */ 	.flickr-widget .flickr_badge_image img, .news-pic .post-thumbnail img {width: 70px;height: 70px;}
/* 2128 */ 	.share-post {height: 48px;}
/* 2129 */ 	.share-post li, .mini-share-post li {height: 31px;width: 133px !important;}
/* 2130 */ 	.content .entry iframe {	max-height: 250px; }
/* 2131 */ 	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
/* 2132 */ 	.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell, .ads125 .ad-cell{display: inline-block; float:none;}
/* 2133 */ 	.ads120-90, .ads120-60, .ads120-600, .ads120-240, .ads125{text-align:center;}
/* 2134 */ 	.sidebar .flexslider ,.sidebar .slides > li,.sidebar .flexslider .slides img {max-height: 218px !important; width: 410px !important; height: 218px !important;}
/* 2135 */ 	.google-map{float:none !important; margin:0 !important; }
/* 2136 */ 	#main-nav .main-menu {margin-left: 0  !important; margin-right:0 !important;}
/* 2137 */ 	.slider-caption h2 a,.ei-title h2{font-size: 18px !important;}
/* 2138 */ 	.author-info-content {padding-left: 0;padding-right: 0;}
/* 2139 */ 	.author-info img.author-img {margin:0 auto 15px;display: block;max-width: 70px;float: none;}
/* 2140 */ 	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images,
/* 2141 */ 	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {float: none !important;width: 100% !important;}
/* 2142 */ 	.cats-review-box .reviews-cat h4 {width: 295px;}
/* 2143 */ 	.archives_2col .item-list , .archives_2col .item-list.item_1{width: 410px; margin-right:0; float:none; clear:both;}
/* 2144 */ }
/* 2145 */ 
/* 2146 */ /* Phone  : 320px */
/* 2147 */ @media only screen and (max-width: 479px){
/* 2148 */ 	#topcontrol , .ads-top, .home-ads, .ads-bottom, .ads-post, .today-date, .slider-caption p, #cats-tabs-box, .ei-slider-thumbs li img, .slider-caption p,a.random-article,  .ei-title h3, .share-post span.share-text , .separator.sep-2{display:none !important;}
/* 2149 */     .wrapper {width:310px !important;}
/* 2150 */ 	 header, .container , #main-nav , #footer-widget-area,	 #main-content , .content , .sidebar , .flexslider , .ei-slider, .ei-slider-large li,.group_items, .scroll-box-wide .group_items {width:280px !important; }

/* style.css */

/* 2151 */ 	.flexslider , .flexslider .slides > li ,.flexslider .slides img,.ei-slider, .ei-slider-large li{height:149px !important;}
/* 2152 */ 	.fixed-nav{position: initial;}
/* 2153 */ 	.sidebar-narrow-right .content-wrap,.sidebar-narrow-right .content-wrap .sidebar-narrow,.sidebar-narrow-right .sidebar,.sidebar-narrow-right .content-wrap .content,
/* 2154 */ 	.sidebar-narrow-left .sidebar,.sidebar-narrow-left .content-wrap .content,.sidebar-narrow-left .content-wrap,.sidebar-narrow-left .content-wrap .sidebar-narrow{float:none;}
/* 2155 */ 	.top-nav{height:60px;}
/* 2156 */ 	.top-nav.head_menu{height:93px;}
/* 2157 */ 	.search-block{ margin-left:0;}
/* 2158 */ 	.search-block #s , .search-block #s:focus{ width:225px;}
/* 2159 */ 	.social-icons.icon_flat{padding:5px 0;clear: both;float: none;}
/* 2160 */ 	#main-nav{overflow:hidden;}
/* 2161 */ 	.header-content{background:transparent}
/* 2162 */ 	.slider-caption{width:auto;}
/* 2163 */ 	.logo{float:none;text-align:center;}
/* 2164 */ 	.wide-box li.first-news .post-thumbnail , .pic-box .first-pic .post-thumbnail{margin: 0;}
/* 2165 */ 	.cats-review-box .reviews-cat {width: 280px;margin-right: 0; margin-bottom:15px;}
/* 2166 */ 	.cats-review-box .reviews-cat h4 {overflow: visible;text-overflow: clip;width: auto;white-space: normal;}
/* 2167 */ 	#top-menu-mob , #main-menu-mob{display:block;margin:0 auto; }
/* 2168 */ 	.main-menu ul.menu , .top-menu ul.menu, .breaking-news{	display:none; }
/* 2169 */ 	#top-menu-mob{width: 280px;}
/* 2170 */ 	#main-menu-mob{width: 250px;}
/* 2171 */ 	#main-menu-mob{margin-top: 13px;}
/* 2172 */ 	.share-post{ overflow:hidden; height:auto;}
/* 2173 */ 	#commentform textarea { padding:0;width: 100%;}
/* 2174 */ 	.pic-box li.first-pic {	margin-right:0; float:none; width:100%}
/* 2175 */ 	.pic-box .first-pic .post-thumbnail img{ width:100%; height:auto;}
/* 2176 */ 	.pic-box li { margin-left:15px}
/* 2177 */ 	.widget , .search-widget input{clear:none;	margin:0 0 20px;}
/* 2178 */ 	.search-widget input{ width:258px;}
/* 2179 */ 	.recent-box .recent-item , .scroll-box-wide.scroll-box .scroll-item, .wide-cat-box  .wide-news-item,#related_posts .related-item{float:none; margin:0 0 20px 0;width:100%; height:auto; overflow:hidden;}
/* 2180 */ 	.recent-item .post-thumbnail img {width: 100%;height:auto}
/* 2181 */ 	.cat-box.column2{width:100%; float:none; margin-right:0;}
/* 2182 */ 	.scroll-box .scroll-item { margin:0 0 10px; width:100%; height:auto; float:none;}
/* 2183 */ 	.scroll-box .post-thumbnail , 	.post-navigation div{margin: 0 0 10px 0;}
/* 2184 */ 	.wide-box li { width:260px }
/* 2185 */ 	.list-box li.first-news{float:none;	width:280px;border-bottom: 1px solid #eaeaea; padding-bottom:10px;}
/* 2186 */ 	.list-box li {border-left:0 none !important;border-right:0 none !important;float: none !important;width: auto;}
/* 2187 */ 	.list-box li.first-news .post-thumbnail {width:100%; height:auto; margin:0 auto 15px;}
/* 2188 */ 	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
/* 2189 */ 	.flickr-widget .flickr_badge_image, .news-pic .post-thumbnail{margin: 2px 11px;}
/* 2190 */ 	header{min-height:115px;}
/* 2191 */ 	.logo img{max-height:70px;margin:0 !important; margin-top:0;}
/* 2192 */ 	.footer-bottom{text-align:center;padding:0 5px;height:auto;overflow:hidden;}
/* 2193 */ 	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
/* 2194 */ 	.widget-counter li {width: 91px;}
/* 2195 */ 	.sitemap-col { float:none !important; width:auto !important;}
/* 2196 */ 	.share-post {height: 50px; padding-left:5px;}
/* 2197 */ 	.share-post li, .mini-share-post li {height: 31px;width: 105px ;}
/* 2198 */ 	.widget-feedburner-counter, #login-form{padding-right:5px; padding-left:5px;}
/* 2199 */ 	.content .entry iframe {	max-height: 170px; }
/* 2200 */ 	.google-box iframe{ width:250px !important; float:left;}

/* style.css */

/* 2201 */ 	#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{width:230px;}
/* 2202 */ 	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
/* 2203 */ 	.widget-counter.col2 li,.widget-counter.col4 li{width: 140px;}
/* 2204 */ 	.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell, .ads125 .ad-cell{display: inline-block; float:none; margin-right: 4px;}
/* 2205 */ 	.widget-container .ads120-90, .widget-container .ads120-60, .widget-container .ads120-600, .widget-container .ads120-240, .widget-container .ads125{ margin:0 -7px 0 0;}
/* 2206 */ 	.ads120-90, .ads120-60, .ads120-600, .ads120-240, .ads125{text-align:center;padding-left:5px;}
/* 2207 */ 	.sidebar .flexslider ,.sidebar .slides > li, .sidebar .flexslider .slides img {max-height: 149px !important; width: 280px !important; height: 149px !important;}
/* 2208 */ 	.google-map{float:none !important; margin:0 !important; }
/* 2209 */ 	#main-nav .main-menu {margin-left: 0  !important; margin-right:0 !important;}
/* 2210 */ 	.item-list .post-thumbnail{	float:none; margin-left:auto; margin-right:auto; text-align:center;}
/* 2211 */ 	.slider-caption h2, .full-width .content .slider-caption h2{padding-top:0;}
/* 2212 */ 	.slider-caption h2 a,.ei-title h2{font-size: 16px !important;}
/* 2213 */ 	.ad-cell img{max-width:100%;height:auto;}
/* 2214 */ 	.ads300-100 .ad-cell, .ads300-250 .ad-cell, .ads300-600 .ad-cell{width:100%;}
/* 2215 */ 	.author-info-content {padding-left: 0;padding-right: 0;}
/* 2216 */ 	.author-info img.author-img {margin:0 auto 15px;display: block;max-width: 70px;float: none;}
/* 2217 */ 	.archives_2col .item-list , .archives_2col .item-list.item_1{width: 280px; margin-right:0; float:none; clear:both;}
/* 2218 */ 	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images,
/* 2219 */ 	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {float: none !important;width: 100% !important;}
/* 2220 */ 	input[type=text], input[type=password], input[type=email], select {max-width: 90%;}
/* 2221 */ }

/* frontend.css */

/* 1 */ .abh_box{clear:both !important;position:relative !important;width:100% !important;padding:25px 0 !important}.abh_tabs{list-style:none !important;width:100% !important;padding:5px 0px 1px 0px !important;margin:0px 0px 0px 0px !important;font:13px arial !important;border-bottom:1px solid #ccc !important}.abh_tabs li{list-style:none !important;display:inline !important;margin:0 !important;padding:0 !important}.abh_tabs li:after{content:"" !important;padding:0 !important;margin:0 !important}.abh_tabs li:before{content:"" !important;padding:0 !important;margin:0 !important}.abh_tabs li i{display:none}.abh_tabs li a{color:#333 !important;background-color:transparent !important;border:0px solid #ccc !important;padding:4px 10px 5px !important;text-decoration:none !important;border-bottom:none !important;outline:none !important;font-size:100% !important;line-height:23px !important}.abh_tabs li a:hover{background-color:#dddddd !important;padding:4px 10px 5px !important}.abh_tabs li.abh_active a{color:#333 !important;background-color:#eeeeee !important;border-bottom:1px solid #fff !important;padding:4px 10px 5px 10px !important;border-bottom:none !important}.abh_tabs li.abh_active a:hover{background-color:#eeeeee !important;padding:4px 10px 5px 10px !important;border-bottom:none !important}.abh_tabs li a.icon_accept{background-image:url(/wp-content/plugins/starbox/themes/business/css/accept.png) !important;background-position:5px !important;background-repeat:no-repeat !important;padding-left:24px !important}.abh_tabs li a.icon_accept:hover{padding-left:24px !important}.abh_tabs_content_container{border:2px solid #ccc !important;border-top:none !important;padding:10px !important;width:400px !important}.abh_tab_content{padding:20px 12px !important;min-height:80px !important;overflow:hidden !important;border-bottom:1px solid #ccc !important}.abh_tab_content .abh_tab{display:none}.abh_tab_content .abh_image{display:block;float:left !important;width:80px !important;margin-top:10px !important}.abh_tab_content .abh_image img{max-width:80px !important;border-radius:3px !important;box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) !important;overflow:hidden !important;-webkit-border-radius:50% 50% 50% 50% !important;-moz-border-radius:50% 50% 50% 50% !important;border-radius:50% 50% 50% 50% !important}.abh_tab_content .abh_text{margin-left:96px !important;font-size:100% !important;line-height:1.5 !important}.abh_tab_content .abh_text h3,.abh_tab_content .abh_text h4{font-size:20px !important;padding:0 !important;margin:0 !important;clear:none !important;font-weight:bold !important;text-align:left !important;line-height:20px !important}.abh_tab_content .abh_text .fn{text-transform:capitalize !important;clear:none !important;font-size:18px !important;line-height:24px !important;margin:0 !important;padding:0 !important;border:none !important}.abh_tab_content .abh_text a{font-size:100% !important;text-decoration:none !important}.abh_tab_content .abh_text .abh_job{font-size:13px !important;line-height:20px !important;font-size:100% !important}.abh_tab_content .abh_text .abh_job span{vertical-align:top !important;font-size:13px !important;margin-bottom:10px !important;background-image:none !important;padding:0 !important;margin:0 !important}.abh_tab_content .abh_text .abh_description{position:static !important;padding-top:6px !important;font-size:14px !important;width:100% !important}.abh_tab_content .abh_text .abh_allposts{font-size:11px !important;vertical-align:middle !important}.abh_tab_content .abh_text ul{list-style:none !important;padding:0 !important;margin:5px 0 0 15px !important}.abh_tab_content .abh_text ul li,.abh_tab_content .abh_text ul li span{font-size:13px !important;line-height:20px !important;margin:0 !important}.abh_tab_content .abh_social{display:block;float:right !important;line-height:1px !important;padding:0 !important;margin:3px 0 0 0 !important;text-align:right !important}.abh_tab_content .abh_social div{width:140px !important;margin:0 0 0 auto !important}.abh_tab_content .abh_social a{display:inline-block;background:transparent url('/wp-content/plugins/starbox/themes/business/img/sprite.png') no-repeat !important;width:24px !important;height:24px !important;margin:1px !important;padding:0 !important;opacity:.5 !important;transition:opacity .2s !important;text-decoration:none !important;-moz-transition:opacity .2s !important;-webkit-transition:opacity .2s !important;-o-transition:opacity .2s !important;border-radius:5px !important;-webkit-border-radius:5px !important;-moz-border-radius:5px !important}.abh_tab_content .abh_social a:hover{opacity:1 !important}.abh_tab_content .abh_social a.abh_facebook{background-position:0px 0px !important}.abh_tab_content .abh_social a.abh_flickr{background-position:-24px 0px !important}.abh_tab_content .abh_social a.abh_google{background-position:-48px 0px !important}.abh_tab_content .abh_social a.abh_instagram{background-position:-72px 0px !important}.abh_tab_content .abh_social a.abh_linkedin{background-position:-96px 0px !important}.abh_tab_content .abh_social a.abh_pinterest{background-position:-120px 0px !important}.abh_tab_content .abh_social a.abh_tumblr{background-position:-144px 0px !important}.abh_tab_content .abh_social a.abh_twitter{background-position:-168px 0px !important}.abh_tab_content .abh_social a.abh_vimeo{background-position:-192px 0px !important}.abh_tab_content .abh_social a.abh_youtube{background-position:-216px 0px !important}.abh_tab_content .abh_social a.abh_klout{background-position:-240px 0px !important;border-radius:5px 5px 0 0 !important;-webkit-border-radius:5px 5px 0 0 !important;-moz-border-radius:5px 5px 0 0 !important}.abh_tab_content .abh_social a.abh_klout_score{text-align:center !important;color:#fff !important;font-size:11px !important;background-position:-264px 0px !important;background-repeat:no-repeat !important;height:0px !important;padding:10px 0 15px 0 !important;border-radius:5px 5px 0 0 !important;-webkit-border-radius:5px 5px 0 0 !important;-moz-border-radius:5px 5px 0 0 !important;vertical-align:top !important;text-shadow:1px 1px #888 !important}.abh_box .vcard{background:none !important;font-size:100% !important;border:none !important}.abh_box .abh_pwb a{position:absolute !important;text-decoration:none !important;font-size:9px !important;color:#999 !important;right:0 !important;bottom:5px !important}
