/* reset.css */

/* 1  */ html, body, div, span, applet, object, iframe,
/* 2  */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 3  */ a, abbr, acronym, address, big, cite, code,
/* 4  */ del, dfn, em, font, img, ins, kbd, q, s, samp,
/* 5  */ small, strike, strong, sub, sup, tt, var,
/* 6  */ b, u, i, center,
/* 7  */ dl, dt, dd, ol, ul, li,
/* 8  */ fieldset, form, label, legend,
/* 9  */ table, caption, tbody, tfoot, thead, tr, th, td {
/* 10 */ 	margin: 0;
/* 11 */ 	padding: 0;
/* 12 */ 	border: 0;
/* 13 */ 	outline: 0;
/* 14 */ 	font-size: 100%;
/* 15 */ 	vertical-align: baseline;
/* 16 */ 	background: transparent;
/* 17 */ }
/* 18 */ body {
/* 19 */ 	line-height: 1;
/* 20 */ }
/* 21 */ ol, ul {
/* 22 */ 	list-style: none;
/* 23 */ }
/* 24 */ blockquote, q {
/* 25 */ 	quotes: none;
/* 26 */ }
/* 27 */ blockquote:before, blockquote:after,
/* 28 */ q:before, q:after {
/* 29 */ 	content: '';
/* 30 */ 	content: none;
/* 31 */ }
/* 32 */ 
/* 33 */ /* remember to define focus styles! */
/* 34 */ :focus {
/* 35 */ 	outline: 0;
/* 36 */ }
/* 37 */ 
/* 38 */ /* remember to highlight inserts somehow! */
/* 39 */ ins {
/* 40 */ 	text-decoration: none;
/* 41 */ }
/* 42 */ del {
/* 43 */ 	text-decoration: line-through;
/* 44 */ }
/* 45 */ 
/* 46 */ /* tables still need 'cellspacing="0"' in the markup */
/* 47 */ table {
/* 48 */ 	border-collapse: collapse;
/* 49 */ 	border-spacing: 0;
/* 50 */ }

/* style.css */

/* 1   */ /*
/* 2   *| Theme Name: Polished
/* 3   *| Theme URI: http://www.elegantthemes.com/gallery/polished
/* 4   *| Version: 4.0
/* 5   *| Description: 2 Column theme from Elegant Themes
/* 6   *| Author: Elegant Themes
/* 7   *| Author URI: http://www.elegantthemes.com
/* 8   *| */
/* 9   */ 
/* 10  */ /*------------------------------------------------*/
/* 11  */ /*-----------------[RESET]------------------------*/
/* 12  */ /*------------------------------------------------*/
/* 13  */ 
/* 14  */ /* http://meyerweb.com/eric/tools/css/reset/ */
/* 15  */ /* v1.0 | 20080212 */
/* 16  */ 
/* 17  */ html, body, div, span, applet, object, iframe,
/* 18  */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 19  */ a, abbr, acronym, address, big, cite, code,
/* 20  */ del, dfn, em, font, img, ins, kbd, q, s, samp,
/* 21  */ small, strike, strong, sub, sup, tt, var,
/* 22  */ b, u, i, center,
/* 23  */ dl, dt, dd, ol, ul, li,
/* 24  */ fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
/* 25  */ body { line-height: 1; }
/* 26  */ ol, ul { list-style: none; }
/* 27  */ blockquote, q {	quotes: none; }
/* 28  */ blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
/* 29  */ :focus { outline: 0; }
/* 30  */ ins { text-decoration: none; }
/* 31  */ del { text-decoration: line-through; }
/* 32  */ table { border-collapse: collapse; border-spacing: 0; }
/* 33  */ 
/* 34  */ 
/* 35  */ /*------------------------------------------------*/
/* 36  */ /*-----------------[BASIC STYLES]-----------------*/
/* 37  */ /*------------------------------------------------*/
/* 38  */ 
/* 39  */ html { background: url('/wp-content/themes/Polished/images/background.png'); }
/* 40  */ body {  font-size: .75em; font-family: Arial, Helvetica, sans-serif; background: url('/wp-content/themes/Polished/images/header_bg.png') repeat-x center top; }
/* 41  */ 
/* 42  */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* 43  */ * html .clearfix             { zoom: 1; } /* IE6 */
/* 44  */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* 45  */ .clear {clear: both; margin: 0; padding: 0; }
/* 46  */ 
/* 47  */ a { text-decoration: none; color: #0167ab; }
/* 48  */ a:hover { text-decoration: underline; }
/* 49  */ 
/* 50  */ h1, h2, h3, h4, h5, h6 { font-weight:lighter; padding-bottom: 5px; color: #2d2d2d; line-height: 1em; font-family: Century Gothic, sans-serif; }

/* style.css */

/* 51  */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #2d2d2d; }
/* 52  */ h1 { font-size: 30px; }
/* 53  */ h2 { font-size: 24px; }
/* 54  */ h3 { font-size: 22px; }
/* 55  */ h4 { font-size: 18px; }
/* 56  */ h5 { font-size: 16px; }
/* 57  */ h6 { font-size: 14px; }
/* 58  */ p { padding-bottom: 10px; line-height: 24px; }
/* 59  */ strong { font-weight: bold; color: #1c1c1c; }
/* 60  */ cite, em, i { font-style: italic; }
/* 61  */ pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
/* 62  */ ins { text-decoration: none; }
/* 63  */ sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
/* 64  */ sup { bottom: 0.8em; }
/* 65  */ sub { top: 0.3em; }
/* 66  */ dl { margin: 0 0 1.5em 0; }
/* 67  */ dl dt { font-weight: bold; }
/* 68  */ dd  { margin-left: 1.5em;}
/* 69  */ blockquote  { margin: 2px 0 13px 40px; color: #9e9e9e; font-style: italic; font-size: 16px; font-family: Georgia, serif; }
/* 70  */ 	blockquote p { padding: 0px 0px 0px 20px; }
/* 71  */ 
/* 72  */ input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
/* 73  */ input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
/* 74  */ input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
/* 75  */ textarea { padding: 4px; }
/* 76  */ 
/* 77  */ img#about-image { float: left; margin: 3px 8px 8px 0px; }
/* 78  */ 
/* 79  */ 
/* 80  */ 
/* 81  */ .sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 2.5em; z-index: 400; }
/* 82  */ ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; z-index: 400; }
/* 83  */ ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { top: 0; }
/* 84  */ ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:	-999em; }
/* 85  */ ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { top: 0; }
/* 86  */ 
/* 87  */ 
/* 88  */ .sf-menu { position: relative; margin: 0; padding: 0; list-style: none;clear:both; float: left; margin-top: 12px; padding-left: 9px; margin-bottom:	1em; background: url('/wp-content/themes/Polished/images/menu_bg.png') no-repeat; height: 58px; width: 957px; z-index: 400; }
/* 89  */ .sf-menu ul {  position: absolute; top:	-999em; margin-top: 20px; width: 212px; left: 7px; -moz-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3); background-image: url('/wp-content/themes/Polished/images/dropdown_top.png'); background-repeat: no-repeat; background-position: top; padding-top: 8px; z-index: 400; }
/* 90  */ .sf-menu a { display: block; position: relative; text-decoration:none; color: #fff; padding: 23px 20px 0px 20px; height: 30px; text-decoration: none; text-shadow: 1px 1px 1px #000; font-weight: normal; float :left; }
/* 91  */ .sf-menu li { float: left; position: relative; font-family: Arial, Helvetica, sans-serif; background: url('/wp-content/themes/Polished/images/menu_line.png') no-repeat; background-position: right 5px; }
/* 92  */ .sf-menu li ul li ul { left: 212px; margin-top: 0px;}
/* 93  */ .sf-menu li li { background: #fff url('/wp-content/themes/Polished/images/submenu_li.gif') no-repeat; background-position: 24px 15px; height: 36px ; margin: 0px; float: left; width: 212px; z-index: 10; }
/* 94  */ .sf-menu li a:hover { color: #00b4ff; }
/* 95  */ .sf-menu li:hover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: #121212; outline: 0; }
/* 96  */ .sf-menu > li.sfHover.sf-ul { background: transparent url('/wp-content/themes/Polished/images/parent_link_left.png') no-repeat; background-position: 7px 11px; z-index: 200; }
/* 97  */ .sf-menu li.sfHover li a:hover, .sf-menu li ul li.sfHover a, .sf-menu li ul li ul li.sfHover a { background: #fff url('/wp-content/themes/Polished/images/submenu_li_hover.gif') no-repeat; background-position: 11px 0px;  }
/* 98  */ .sf-menu li.sfHover li a, .sf-menu li.sfHover li ul li a, .sf-menu li.sfHover li ul li ul li a  { background: url('/wp-content/themes/Polished/images/submenu_li_hover.gif') no-repeat ; background-position: -100px -100px; width: 172px; color: #404040; margin: 0px; padding: 14px 0px 0px 40px; text-shadow: 0px 1px 0px #cccccc; }
/* 99  */ .sf-menu > li.sfHover.sf-ul > a {  color: #000; text-shadow: 1px 1px 1px #fff; background: transparent url('/wp-content/themes/Polished/images/parent_link_right.png') no-repeat; background-position: right 11px; z-index: 301; }
/* 100 */ ul.sf-menu li.backLava { position: absolute; z-index: 3; background: url('/wp-content/themes/Polished/images/lavalamp.png') no-repeat; background-position: center 0px; padding: 0; height: 16px; margin-top: 42px; }

/* style.css */

/* 101 */ 
/* 102 */ 
/* 103 */ 
/* 104 */ #header { width: 963px; margin: 0 auto; padding: 42px 0 0 0; }
/* 105 */ #header #logo_title { font-family: Georgia, serif; font-style: italic; text-shadow: 1px 1px 1px #656565; color: #1d1d1d; font-size: 1.5em; margin: 18px 0; float: left; }
/* 106 */ #header #logo_title a:link { text-decoration: none; color: #fff; }
/* 107 */ #header img { float: left; }
/* 108 */ #header #searchico { float: right; padding: 27px 19px 0 0; position: relative; }
/* 109 */ #header #searchbox { position: absolute; display: none; margin-left: -200px; margin-top: -13px; padding: 0; background: url('/wp-content/themes/Polished/images/searchbox.png') no-repeat; width: 186px; height: 44px; }
/* 110 */ #header input#s{ background: transparent; border: 0; padding-top: 17px; padding-left: 17px; margin-top: -6px; font-family: Georgia, serif; font-style: italic; font-size: 1.167em; color: #717171; height: 20px; float: left; }
/* 111 */ #header .logo_line { margin: 0 15px; }
/* 112 */ #header #logo { margin: 6px 0 9px 3px; }
/* 113 */ #header #featured { margin-top: 8px; float: left; }
/* 114 */ #header #featured #left_arrow { float: left; background: url('/wp-content/themes/Polished/images/featured_before.png') no-repeat top right; width: 34px; margin-left: 7px; padding-top: 110px; height: 217px;}
/* 115 */ #header #featured #featured_content { padding: 19px 19px 19px 40px; float: left; background: url('/wp-content/themes/Polished/images/featured_bg.png') no-repeat; width: 829px; height: 280px;  color: #a8a8a8; font-size: 1em; line-height: 1.6em; text-shadow: 1px 1px 1px #000; }
/* 116 */ #header #featured #featured_content img { float: left; margin: 0 30px 0 0; }
/* 117 */ #header #featured #featured_content h1 {line-height: 1.2em;  float: left; font-size: 3em; margin: 0px 0 14px 0; font-family: Century Gothic; font-weight: normal; color: #fff; text-shadow: -2px -1px 0px #000; }
/* 118 */ #header #featured #featured_content #spotlight { float: left; width: 500px; margin-right: 10px; }
/* 119 */ span.readmore_g { margin-left: auto; display: block; background: url('/wp-content/themes/Polished/images/button_grey_left.png') 0 0 no-repeat; height:29px; width: 82px; padding-left:14px; margin-top: 25px; float: right;}
/* 120 */ span.readmore_g a{ padding-top: 2px; font-weight: bolder; text-shadow: -1px -1px 1px #000;display: block; background: url('/wp-content/themes/Polished/images/button_grey_right.png') no-repeat top right;text-align: center; font-size: 0.920em; height: 29px; color: #fff; text-decoration: none; padding-right: 14px;}
/* 121 */ span.readmore_b { display: block; background: url('/wp-content/themes/Polished/images/button_blue_left.png') 0 0 no-repeat; height:29px; width: 82px; padding-left:14px; float:right; margin-top: 10px;}
/* 122 */ span.readmore_b a{ padding-top: 0px; font-weight: bolder; text-shadow: -1px -1px 1px #006fc9; display: block; background: url('/wp-content/themes/Polished/images/button_blue_right.png') no-repeat top right; text-align: center; font-size: 0.920em; height: 29px; color: #fff; text-decoration: none; padding-right: 14px;}
/* 123 */ #header #featured #featured_content #spotlight div {
/* 124 */ 	float: left;
/* 125 */ 	background: url('/wp-content/themes/Polished/images/featured_bg.png') no-repeat;
/* 126 */ 	background-position: 0px -10px;
/* 127 */ }
/* 128 */ .order {display: none;}
/* 129 */ #header #featured #featured_content #f_menu { float: right; padding-right: 117px; width: 200px; }
/* 130 */ #header #featured #featured_content #f_menu div { cursor: pointer; }
/* 131 */ #header #featured #featured_content #f_menu .featitem { line-height: 1em; background: url('/wp-content/themes/Polished/images/featured_menubg.png'); width: 267px; margin: 0px 0 1px 35px; padding: 11px; height: 43px; }
/* 132 */ #header #featured #featured_content #f_menu .featitem h2 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 1.167em; font-weight: 500; margin: 7px 0 6px 0; }
/* 133 */ #header #featured #featured_content #f_menu .featitem img { padding: 5px 5px 5px 5px; background: url('/wp-content/themes/Polished/images/featured_menuimgbg.gif') no-repeat; background-position: center top; margin-right: 15px; }
/* 134 */ #header #featured #featured_content #f_menu .featitem .meta {  color: #888888; font-family: Arial, Helvetica, sans-serif; font-style: italic; font-size: 0.917em; }
/* 135 */ #header #featured #right_arrow { padding-top: 110px; float: left; background: url('/wp-content/themes/Polished/images/featured_aftr.png') no-repeat top left; width: 34px; height: 217px; }
/* 136 */ #f_menu .active { background: url('/wp-content/themes/Polished/images/featured_menu_selected_bg.png') no-repeat !important; margin: 0px 0 1px 3px !important; width: 278px !important; padding-left: 25px !important; border-right-style: solid; border-right-width: 7px; border-right-color: #0084ff; }
/* 137 */ #wrap { width: 963px; margin: 0 auto; }
/* 138 */ #content { float: left; margin: 0 auto 0 auto; background: url('/wp-content/themes/Polished/images/content_bg.png'); width: 962px; }
/* 139 */ #content #main {  width: 703px; float: left; }
/* 140 */ #content #main .new_post { clear: both; margin: 19px 0 35px 0; }
/* 141 */ #content #main .new_post h2.title, #content #main .new_post h1#post-title { padding: 23px 7px 20px 53px; font-family: Century Gothic; font-size: 2.8em; font-weight: lighter; }
/* 142 */ #content #main .new_post { color: #000; line-height: 1.94em; }
/* 143 */ #content #main .new_post .post_img { float: left; margin: 0 33px 0 0px; background: #dbdbdb; padding: 8px; border-right: 1px solid #ababab; border-bottom: 1px solid #ababab; -moz-box-shadow:1px 3px 7px 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow:1px 3px 7px 1px rgba(0, 0, 0, 0.15); }
/* 144 */ #content #main .new_post .post_info { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #717171; text-shadow: 1px 1px 1px #fff; padding: 4px 59px 0px 59px; background: url('/wp-content/themes/Polished/images/post_info_bg.png') no-repeat; height: 32px; width: 632px; margin-bottom: 21px; }
/* 145 */ #content #main .new_post .post_info img { position: relative; background: transparent; top: 5px; margin: 0 5px; }
/* 146 */ #content #main .new_post .post_info a { color: #010101; text-shadow: 1px 1px 1px #fff; text-decoration: none; }
/* 147 */ 
/* 148 */ #main ul { list-style-type: disc; margin: 10px 0px 10px 20px; }
/* 149 */ 	#main ol { list-style-type: decimal; list-style-position: inside; margin: 10px 0px 10px 2px; }
/* 150 */ 		#main ul li ul, #main ul li ol { margin: 2px 0px 2px 20px; }

/* style.css */

/* 151 */ 		#main ol li ul, #main ol li ol  { margin: 2px 0px 2px 35px; }
/* 152 */ 
/* 153 */ #pagenav { padding: 14px 0 43px 56px; height: 20px; }
/* 154 */ #pagenav .page a { float: left; margin-right: 7.6px; color: #000; display: block; width: 30px; text-align: center; padding: 10px 0 0 0; height: 20px; border-style: solid; border-width: 1px; text-decoration: none; border-color: #d4d4d4; background: #efefef; }
/* 155 */ 
/* 156 */ #sidebar { float: left; width: 250px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-rightradius: 10px; }
/* 157 */ #sidebar .block { margin: 13px 0 52px 0; color: #404040; padding-left: 20px;}
/* 158 */ /*#sidebar .block p { margin-top: 13px; padding-left: 53px; width: 172px; }*/
/* 159 */ #sidebar .block h2 { background: url('/wp-content/themes/Polished/images/sidebar_block_h2.png') no-repeat; min-height: 27px; width: 200px; font-family: Century Gothic, sans-serif; margin: 0px 0px 6px -20px; color: #7a7979; font-size: 1.5em; padding: 0 0 0 55px; font-weight: lighter; text-shadow: 1px 1px 1px #fff; }
/* 160 */ #sidebar .block .divider { margin-left: -20px; }
/* 161 */ #sidebar .block ul { margin: 10px 0 0 0; }
/* 162 */ #sidebar .block ul li { color: #404040; margin: 0 0 25px 0; background: url('/wp-content/themes/Polished/images/list_w.png') no-repeat; background-position: 8px 0; padding: 0 0 0 33px; }
/* 163 */ #sidebar .adwrap {margin-left:-17px; width:253px;}
/* 164 */ #footer_widgets { clear: both; background: url('/wp-content/themes/Polished/images/footer_bg.png') no-repeat; padding-top: 40px; height: 300px; }
/* 165 */ #footer_widgets .block_b { float: left; width: 258px; background: url('/wp-content/themes/Polished/images/block_b_h2.png') no-repeat; background-position: 0 39px; margin: 0 29px 0 34px; color: #adadad;}
/* 166 */ #footer_widgets .block_b li { background: url('/wp-content/themes/Polished/images/list_b.png') no-repeat; background-position: 5px 0; margin: 0 0 25px 0; padding-left: 30px; text-shadow: 1px 1px 1px #000; }
/* 167 */ #footer_widgets a {color: #cccccc; text-decoration: none;}
/* 168 */ #footer_widgets .block_b h2 { font-size: 2em; width: 258px; padding-left: 2px; margin: 0 0 32px 0; font-family: Century Gothic; color: #000; text-shadow: 1px 0px 1px #616161; font-weight: lighter; }
/* 169 */ #footer { color: #727171; width: 930px; font-size: 0.917em; margin: 40px 0; padding-top: 16px; text-align: right; background: url('/wp-content/themes/Polished/images/footer_text_bg.png') no-repeat; background-position: 672px 0; font-weight: lighter; text-shadow: 1px 1px 1px #000; clear: both; }
/* 170 */ #footer a { color: #acacac; text-decoration: none; font-size: 0.917em; }
/* 171 */ .activeSlide { background: red; }
/* 172 */ .content-wrap { float: left; }
/* 173 */ 
/* 174 */ #header #featured img.featured_img { border: 1px solid #151515; border-color: #151515 #474747 #474747 #151515; background: #222222; padding: 8px; }
/* 175 */ div.slide { height: 277px; }
/* 176 */ 
/* 177 */ .sf-menu li ul li.bottom_bg { background: transparent url(/wp-content/themes/Polished/images/dropdown_bottom.png); background-position: bottom left; height: 15px; padding: 0; margin: 0; }
/* 178 */ .wp-pagenavi, div.pagination { padding: 40px 0 40px 50px !important; overflow: hidden; }
/* 179 */ .wp-pagenavi span.current {background:none repeat scroll 0 0 #0099E6 !important; border:1px solid #007CBB !important; color:#FFFFFF !important; display:block !important; float:left !important; height:20px !important; margin-right:7.6px !important; padding:10px 0 0 !important; text-align:center !important;
/* 180 */ text-decoration:none !important; width:30px !important;}
/* 181 */ .wp-pagenavi span, .wp-pagenavi a {float: left;}
/* 182 */ .wp-pagenavi a { background:none repeat scroll 0 0 #EFEFEF !important; border:1px solid #D4D4D4 !important; color:#000000 !important; display:block !important; height:20px !important; margin-right:7.6px !important; padding:10px 0 0 !important; text-align:center !important; text-decoration:none !important; width:30px !important; }
/* 183 */ .wp-pagenavi span.pages {border:none !important; padding: 12px 10px 0 0 !important;}
/* 184 */ 
/* 185 */ #sidebar a {text-decoration: none; color: #404040;}
/* 186 */ #sidebar a:hover, #footer_widgets a:hover {text-decoration: underline;}
/* 187 */ div.postcontent { padding: 0px 30px 0px 50px; }
/* 188 */ div.new_post h2.title a {text-decoration:none; color: #222222; }
/* 189 */ div.new_post h2.title a:hover {color: #000;}
/* 190 */ h1#error { margin-top: 30px; }
/* 191 */ a.post-edit-link { font-weight: bold; }
/* 192 */ #sidebar, #footer_widgets { line-height: 18px; }
/* 193 */ .block_b ul li ul { margin-top: 10px; }
/* 194 */ 
/* 195 */ /*------------------------------------------------*/
/* 196 */ /*-------------------[COMMENTS]-------------------*/
/* 197 */ /*------------------------------------------------*/
/* 198 */ 
/* 199 */ #comment-section { clear: both; float: left; margin-top: 35px; }
/* 200 */ 	p#comments { color: #1e1e1e; font-size: 26px; padding-bottom: 0px; font-family: Century Gothic, sans-serif;  }

/* style.css */

/* 201 */ 	#main #comment-section ol.commentlist { padding: 34px 39px 35px 0px; float: left; margin: 55px 0px -95px; list-style-type: none; }
/* 202 */ 		.comment, .comment-body { float: left; }
/* 203 */ 		li.comment { margin-bottom: 10px; }
/* 204 */ 		.comment-author { float: left; margin: -90px 0px 0px -30px; z-index: 1; position: relative; }
/* 205 */ 			#main .comment-author img.avatar { border: 1px solid #DBDBDB; padding: 5px; background: #EDEDED; float: left; }
/* 206 */ 
/* 207 */ 			.comment-info { float: left; padding: 3px 0px 0px 13px; font-size: 18px; font-family: Georgia, serif; }
/* 208 */ 				cite.fn, span.says, #main cite.fn a { color: #657f8c;  }
/* 209 */ 					span.says, div.commentmetadata { font-style: italic; }
/* 210 */ 				#main div.commentmetadata, #main div.commentmetadata a { color: #b1b1a5; margin-top:2px; }
/* 211 */ 
/* 212 */ 			.comment-top, .comment-bottom, .comment-content { float: left; }
/* 213 */ 			.comment-top  { background: url(/wp-content/themes/Polished/images/comment-top.png) no-repeat; height: 25px; margin-top: -12px; }
/* 214 */ 			.comment-content { padding-bottom: 10px; clear: both; width: 99%; }
/* 215 */ 			.comment-bottom-main { float: left;  }
/* 216 */ 				.comment-bottom-left { background: url(/wp-content/themes/Polished/images/comment-bottom-left.jpg) no-repeat; position: absolute; bottom: 0px; left: -1px; width: 8px; height: 37px; }
/* 217 */ 				.comment-bottom-right { background: url(/wp-content/themes/Polished/images/comment-bottom-right.jpg) no-repeat; position: absolute; bottom: 0px; right: -1px; width: 8px; height: 37px; }
/* 218 */ 
/* 219 */ 		.comment-body p { line-height: 28px; }
/* 220 */ 		#main ol.commentlist .children { float: left; clear: both; padding-bottom: 30px; width: 96%; margin: 0px; }
/* 221 */ 			#main ol.commentlist .children .comment-body { padding-top: 10px; width: 99%; }
/* 222 */ 			#main .commentlist .children li { padding:0px 3% 3%; width:97%; margin: 0px; float: left; background: #ffffff url(/wp-content/themes/Polished/images/inner-comment-bottom-main.jpg) repeat-x bottom left; border-left: 1px solid #d1d1c2; border-right: 1px solid #d1d1c2; position: relative; }
/* 223 */ 				#main .commentlist .children li .comment-top-main { background: url('/wp-content/themes/Polished/images/inner-comment-top-main.jpg') repeat-x top left; width: 100%; float: left; height: 6px; }
/* 224 */ 		#main ul.children li { background: none;  }
/* 225 */ 		#main img.wp-smiley { border: none; padding: 0px; }
/* 226 */ 		.comment-top-left, .comment-top-right, .comment-top-main { height: 24px; }
/* 227 */ 		.comment-top-left { background: url('/wp-content/themes/Polished/images/comment-top-left.jpg') no-repeat top left; width: 40px; left: -1px; top: 0px; position: absolute; }
/* 228 */ 			.comment-top-right { background: url('/wp-content/themes/Polished/images/comment-top-right.jpg') no-repeat top right; width: 40px; right: -1px; top: 0px; position: absolute; }
/* 229 */ 				.comment-top-main { background: url('/wp-content/themes/Polished/images/comment-top-main.jpg') repeat-x top left; width: 100%; float: left; }
/* 230 */ 		.bubble { background: url('/wp-content/themes/Polished/images/bubble-top.png') no-repeat; width: 18px; height: 17px; top: -16px; left: 25px; z-index: 10; position: absolute; }
/* 231 */ 		.commentlist li { background:#F7F7F7 url(/wp-content/themes/Polished/images/comment-bottom-main.jpg) repeat-x bottom left; border-left:1px solid #DFDFD7; border-right:1px solid #DFDFD7; position:relative; padding: 0px 30px 50px; margin: 0px 0px 60px; width: 496px; display: block; float: left; }
/* 232 */ 
/* 233 */ 		.reply-container { position: absolute; bottom: 19px; right: 30px; z-index: 20; background: url('/wp-content/themes/Polished/images/reply-right-bg.png') no-repeat right bottom; padding-right: 11px; }
/* 234 */ 			#main a.comment-reply-link { padding: 6px 15px; background: #657f8c; color: #feffff; font-style: italic; font-weight: bold; display: block; }
/* 235 */ 		.children .comment-top-left { background: url('/wp-content/themes/Polished/images/inner-comment-top-left.jpg') no-repeat top left; width: 15px; left: -1px; top: 0px; position: absolute; }
/* 236 */ 		.children .comment-author { float:left; margin: 0px; width:100%; z-index:1; }
/* 237 */ 		.children .bubble { display: none; }
/* 238 */ 		.children .comment-top-right { background: url('/wp-content/themes/Polished/images/inner-comment-top-right.jpg') no-repeat top right; width: 15px; right: -1px; top: 0px; position: absolute; }
/* 239 */ 		.children .comment-bottom-left { background: url(/wp-content/themes/Polished/images/inner-comment-bottom-left.jpg) no-repeat scroll 0 0; height:7px;
/* 240 */ position:absolute; width:15px; }
/* 241 */ 		.children .comment-bottom-right { background: url(/wp-content/themes/Polished/images/inner-comment-bottom-right.jpg) no-repeat scroll 0 0; height:7px;
/* 242 */ position:absolute; width:15px; }
/* 243 */ 		.children .reply-container { bottom: -10px; right: 30px; }
/* 244 */ 
/* 245 */ 		.nocomments div#respond { margin-top: 0px; }
/* 246 */ 			div#respond  h3 { font-size: 21px; margin: 5px 0px 7px; color:#303030; }
/* 247 */ 		div.navigation, div#respond { float: left; width: 595px; }
/* 248 */ 		div#respond { padding: 10px 0px 0px 0px; width: 90%; }
/* 249 */ 		form#commentform { float: left; width: 99%; position: relative; z-index: 10; }
/* 250 */ 			form#commentform  textarea { width: 96%; border: 1px solid #D1D1C2; padding: 3px; }

/* style.css */

/* 251 */ 		.cancel-comment-reply { padding-bottom: 12px; }
/* 252 */ 		#comment-section li.comment div#respond { margin-top: 0px; padding: 0px; }
/* 253 */ 		#comment-section div.navigation div.alignleft { padding-left: 35px; }
/* 254 */ 
/* 255 */ 		#comment-section div#trackbacks { float:left; padding: 34px 39px 10px 35px; }
/* 256 */ 		div#trackbacks  h3 { color:#1E1E1E; font-size:14px; margin-bottom: 7px; }
/* 257 */ 		ol.pinglist li { margin-bottom: 3px; }
/* 258 */ 
/* 259 */ 
/* 260 */ /*------------------------------------------------*/
/* 261 */ /*-----------------[WP CALENDAR]-----------------*/
/* 262 */ /*------------------------------------------------*/
/* 263 */ #wp-calendar { empty-cells: show; margin: 10px auto 0; width: 219px; }
/* 264 */ 	#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
/* 265 */ 		#wp-calendar a:hover { text-decoration: underline; }
/* 266 */ 	#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
/* 267 */ 	#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
/* 268 */ 		#wp-calendar td#today { color: #ffffff; }
/* 269 */ 		#sidebar #wp-calendar td#today { color: #000000; font-weight: bold; }
/* 270 */ 	#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
/* 271 */ 		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
/* 272 */ 		#wp-calendar #next a { padding-right: 10px; text-align: right; }
/* 273 */ 		#wp-calendar #prev a { padding-left: 10px; text-align: left; }
/* 274 */ 
/* 275 */ /*------------------------------------------------*/
/* 276 */ /*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/* 277 */ /*------------------------------------------------*/
/* 278 */ 
/* 279 */ div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* 280 */ .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
/* 281 */ .wp-caption.alignleft { margin: 0px 10px 10px 0px; }
/* 282 */ .wp-caption.alignright { margin: 0px 0px 10px 10px; }
/* 283 */ .wp-caption img { margin: 0; padding: 0; border: 0 none; }
/* 284 */ .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/* 285 */ .alignright { float: right; }
/* 286 */ .alignleft { float: left }
/* 287 */ img.alignleft { display:inline; float:left; margin-right:15px; }
/* 288 */ img.alignright { display:inline; float:right; margin-left:15px; }
/* 289 */ 
/* 290 */ .wp-pagenavi a.last { width:46px !important; }
/* 291 */ .wp-pagenavi a.first { width:50px !important; }
/* 292 */ .wp-pagenavi .extend { background:none repeat scroll 0 0 #EFEFEF !important;
/* 293 */ border:1px solid #D4D4D4 !important;
/* 294 */ color:#000000 !important;
/* 295 */ display:block !important;
/* 296 */ height:20px !important;
/* 297 */ margin-right:7.6px !important;
/* 298 */ padding:10px 0 0 !important;
/* 299 */ text-align:center !important;
/* 300 */ text-decoration:none !important;

/* style.css */

/* 301 */ width:30px !important; }
/* 302 */ 
/* 303 */ 
/* 304 */ /*------------------------------------------------*/
/* 305 */ .no_sidebar #content{background-image:url("/wp-content/themes/Polished/images/content_bg-full.png") !important;}
/* 306 */ .no_sidebar #main {width:912px !important;}
/* 307 */ .et_pt_gallery_entry { margin: 0 0 32px 72px !important; }
/* 308 */ .sitemap-col ul { list-style: none outside none !important; margin-left: 0px !important; }
/* 309 */ .sitemap-col ul ul { margin-left: 20px !important; }
/* 310 */ 
/* 311 */ #comment-wrap .navigation { padding: 10px 0; }
/* 312 */ 	.nav-previous { float: left; }
/* 313 */ 	.nav-next { float: right; }
/* 314 */ h3#reply-title small { display: block; }
/* 315 */ 	h3#reply-title small a { font-size: 12px; letter-spacing: 0px; }
/* 316 */ 
/* 317 */ #commentform input[type=text] { width: 40%; display: block; padding: 5px; }
/* 318 */ #commentform textarea#comment { width: 91%; }
/* 319 */ .commentlist #respond textarea#comment { width: 98% !important; }
/* 320 */ .commentlist #respond input[type=text] { width: 40%; display: block; padding: 5px; }
/* 321 */ .comment_navigation_top, .comment_navigation_bottom { padding: 12px 65px 12px 0; }
/* 322 */ .comment_navigation_top { padding-bottom: 0; }
/* 323 */ .et_embedded_videos { display: none !important; }
/* 324 */ 
/* 325 */ .js #spotlight { background: url(/wp-content/themes/Polished/images/ajax-loader.gif) no-repeat center 43%; min-height: 277px; }
/* 326 */ 	.js #spotlight .slide { display: none; }

/* sociable.css */

/* 1   */ div.sociable { /*margin: 8px 0;*/}
/* 2   */ 
/* 3   */ li div#___plusone_0 {
/* 4   */ float:right !important;
/* 5   */ width:60px !important;
/* 6   */ }
/* 7   */ li#Google_p div {
/* 8   */ float:right !important;
/* 9   */ width:60px !important;
/* 10  */ }
/* 11  */ /*
/* 12  *| #___plusone_2{
/* 13  *| float:right !important;
/* 14  *| width:60px !important;
/* 15  *| }
/* 16  *| #___plusone_3 {
/* 17  *| float:right !important;
/* 18  *| width:60px !important;
/* 19  *| }
/* 20  *| #___plusone_4 {
/* 21  *| float:right !important;
/* 22  *| width:60px !important;
/* 23  *| }
/* 24  *| #___plusone_5 {
/* 25  *| float:right !important;
/* 26  *| width:60px !important;
/* 27  *| }
/* 28  *| #___plusone_6 {
/* 29  *| float:right !important;
/* 30  *| width:60px !important;
/* 31  *| }
/* 32  *| #___plusone_7 {
/* 33  *| float:right !important;
/* 34  *| width:60px !important;
/* 35  *| }
/* 36  *| #___plusone_8 {
/* 37  *| float:right !important;
/* 38  *| width:60px !important;
/* 39  *| }
/* 40  *| */
/* 41  */ 
/* 42  */ div.sociable li#Twitter_Counter iframe{
/* 43  */ width:100px !important;
/* 44  */ }
/* 45  */ 
/* 46  */ #Digg_Counter{
/* 47  */ width:80px !important;
/* 48  */ 
/* 49  */ }
/* 50  */ #Facebook_Counter iframe{

/* sociable.css */

/* 51  */ 
/* 52  */ width:76px !important;
/* 53  */ }
/* 54  */ 
/* 55  */ span.sociable_tagline { position: relative; }
/* 56  */ span.sociable_tagline span { display: none; width: 14em; }
/* 57  */ span.sociable_tagline:hover span {
/* 58  */ 	position: absolute;
/* 59  */ 	display: block;
/* 60  */ 	top: -5em;
/* 61  */ 	background: #ffe;
/* 62  */ 	border: 1px solid #ccc;
/* 63  */ 	color: black;
/* 64  */ 	line-height: 1.25em;
/* 65  */ }
/* 66  */ .sociable span {
/* 67  */ 	display: block;
/* 68  */ }
/* 69  */ .sociable ul {
/* 70  */ 	display: block;
/* 71  */ 	margin: 0 !important;
/* 72  */ 	padding: 0 !important;
/* 73  */ }
/* 74  */ .sociable ul li {
/* 75  */ 	background: none;
/* 76  */ 	display: inline !important;
/* 77  */ 	list-style-type: none;
/* 78  */ 	margin: 0;
/* 79  */ 	padding: 3px;
/* 80  */     float:left;
/* 81  */ }
/* 82  */ .sociable ul li:before { content: ""; }
/* 83  */ .sociable img {
/* 84  */ 	float: none;
/* 85  */ 
/* 86  */ 	border: 0;
/* 87  */ 	margin: 0;
/* 88  */ 	padding: 0;
/* 89  */ }
/* 90  */ 
/* 91  */ .sociable-hovers {
/* 92  */ 	opacity: .4;
/* 93  */ 	-moz-opacity: .4;
/* 94  */ 	filter: alpha(opacity=40);
/* 95  */ }
/* 96  */ .sociable-hovers:hover {
/* 97  */ 	opacity: 1;
/* 98  */ 	-moz-opacity: 1;
/* 99  */ 	filter: alpha(opacity=100);
/* 100 */ }

/* sociable.css */

/* 101 */ 
/* 102 */ .soc_clear{
/* 103 */     clear:both;
/* 104 */ }
/* 105 */ 
/* 106 */ 
/* 107 */ .option1_32{
/* 108 */ background:url("/wp-content/plugins/sociable/images/sprites/option1_32.png") no-repeat scroll;
/* 109 */ display: block;float: left;height: 32px;width: 32px;
/* 110 */ }
/* 111 */ .option1_16{
/* 112 */ background:url("/wp-content/plugins/sociable/images/sprites/option1_16.png") no-repeat scroll;
/* 113 */ display: block;float: left;height: 16px;width: 16px;
/* 114 */ }
/* 115 */ .option1_64{
/* 116 */ background:url("/wp-content/plugins/sociable/images/sprites/option1_64.png") no-repeat scroll;
/* 117 */ display: block;float: left;height: 64px;width: 64px;
/* 118 */ }
/* 119 */ .option1_48{
/* 120 */ background:url("/wp-content/plugins/sociable/images/sprites/option1_48.png") no-repeat scroll;
/* 121 */ display: block;float: left;height: 48px;width: 48px;
/* 122 */ }
/* 123 */ 
/* 124 */ 
/* 125 */ .option2_32{
/* 126 */ background:url("/wp-content/plugins/sociable/images/sprites/option2_32.png") no-repeat scroll;
/* 127 */ display: block;float: left;height: 32px;width: 32px;
/* 128 */ }
/* 129 */ .option2_16{
/* 130 */ background:url("/wp-content/plugins/sociable/images/sprites/option2_16.png") no-repeat scroll;
/* 131 */ display: block;float: left;height: 16px;width: 16px;
/* 132 */ }
/* 133 */ .option2_64{
/* 134 */ background:url("/wp-content/plugins/sociable/images/sprites/option2_64.png") no-repeat scroll;
/* 135 */ display: block;float: left;height: 64px;width: 64px;
/* 136 */ }
/* 137 */ .option2_48{
/* 138 */ background:url("/wp-content/plugins/sociable/images/sprites/option2_48.png") no-repeat scroll;
/* 139 */ display: block;float: left;height: 48px;width: 48px;
/* 140 */ }
/* 141 */ 
/* 142 */ 
/* 143 */ .option3_32{
/* 144 */ background:url("/wp-content/plugins/sociable/images/sprites/option3_32.png") no-repeat scroll;
/* 145 */ display: block;float: left;height: 32px;width: 32px;
/* 146 */ }
/* 147 */ .option3_16{
/* 148 */ background:url("/wp-content/plugins/sociable/images/sprites/option3_16.png") no-repeat scroll;
/* 149 */ display: block;float: left;height: 16px;width: 16px;
/* 150 */ }

/* sociable.css */

/* 151 */ .option3_64{
/* 152 */ background:url("/wp-content/plugins/sociable/images/sprites/option3_64.png") no-repeat scroll;
/* 153 */ display: block;float: left;height: 64px;width: 64px;
/* 154 */ }
/* 155 */ .option3_48{
/* 156 */ background:url("/wp-content/plugins/sociable/images/sprites/option3_48.png") no-repeat scroll;
/* 157 */ display: block;float: left;height: 48px;width: 48px;
/* 158 */ }
/* 159 */ 
/* 160 */ 
/* 161 */ .option4_32{
/* 162 */ background:url("/wp-content/plugins/sociable/images/sprites/option4_32.png") no-repeat scroll;
/* 163 */ display: block;float: left;height: 32px;width: 32px;
/* 164 */ }
/* 165 */ .option4_16{
/* 166 */ background:url("/wp-content/plugins/sociable/images/sprites/option4_16.png") no-repeat scroll;
/* 167 */ display: block;float: left;height: 16px;width: 16px;
/* 168 */ }
/* 169 */ .option4_64{
/* 170 */ background:url("/wp-content/plugins/sociable/images/sprites/option4_64.png") no-repeat scroll;
/* 171 */ display: block;float: left;height: 64px;width: 64px;
/* 172 */ }
/* 173 */ .option4_48{
/* 174 */ background:url("/wp-content/plugins/sociable/images/sprites/option4_48.png") no-repeat scroll;
/* 175 */ display: block;float: left;height: 48px;width: 48px;
/* 176 */ }
/* 177 */ 
/* 178 */ 
/* 179 */ .option5_32{
/* 180 */ background:url("/wp-content/plugins/sociable/images/sprites/option5_32.png") no-repeat scroll;
/* 181 */ display: block;float: left;height: 32px;width: 32px;
/* 182 */ }
/* 183 */ .option5_16{
/* 184 */ background:url("/wp-content/plugins/sociable/images/sprites/option5_16.png") no-repeat scroll;
/* 185 */ display: block;float: left;height: 16px;width: 16px;
/* 186 */ }
/* 187 */ .option5_64{
/* 188 */ background:url("/wp-content/plugins/sociable/images/sprites/option5_64.png") no-repeat scroll;
/* 189 */ display: block;float: left;height: 64px;width: 64px;
/* 190 */ } 
/* 191 */ 
/* 192 */ .option5_48{
/* 193 */ background:url("/wp-content/plugins/sociable/images/sprites/option5_48.png") no-repeat scroll;
/* 194 */ display: block;float: left;height: 48px;width: 48px;
/* 195 */ } 
/* 196 */ 
/* 197 */ 
/* 198 */ #sociable {
/* 199 */     left: 0;
/* 200 */     position: absolute;

/* sociable.css */

/* 201 */     text-align: left;
/* 202 */     top: 0;
/* 203 */     z-index: 100;
/* 204 */ }
/* 205 */ #sociable .popup {
/* 206 */ 	behavior: url('/wp-content/plugins/sociable/css/pie.htc');
/* 207 */ 	-moz-border-radius: 5px;
/* 208 */ 	-webkit-border-radius: 5px;
/* 209 */ 	-webkit-box-shadow: #999999 0px 0px 24px;
/* 210 */     border: 3px solid transparent;
/* 211 */     border-radius: 5px 5px 5px 5px;
/* 212 */     box-shadow: 0 0 7px #000000;
/* 213 */     position: relative;
/* 214 */ 	background: none repeat scroll 0 0 #FFFFFF;
/* 215 */ }
/* 216 */ #sociable .content {
/* 217 */ 	behavior: url('/wp-content/plugins/sociable/css/pie.htc');
/* 218 */     background: none repeat scroll 0 0 #FFFFFF;
/* 219 */     border-radius: 4px 4px 4px 4px;
/* 220 */     box-shadow: 0 0 7px #000000;
/* 221 */     display: table;
/* 222 */     padding: 10px;
/* 223 */     width: 370px;
/* 224 */ }
/* 225 */ #sociable .close {
/* 226 */     background: none repeat scroll 0 0 #FFFFFF;
/* 227 */     padding: 2px;
/* 228 */     position: absolute;
/* 229 */     right: 5px;
/* 230 */     top: 5px;
/* 231 */ }
/* 232 */ #sociable .close img {
/* 233 */     opacity: 0.3;
/* 234 */ }
/* 235 */ 
/* 236 */ #sociable img {
/* 237 */     border: 0 none;
/* 238 */     margin: 0;
/* 239 */ }
/* 240 */ #sociable .close{
/* 241 */     background: none repeat scroll 0 0 #FFFFFF;
/* 242 */     padding: 2px;
/* 243 */     position: absolute;
/* 244 */     right: 5px;
/* 245 */     top: 5px;
/* 246 */ }
/* 247 */ .share_buttons{
/* 248 */ 	list-style:none;
/* 249 */ }
/* 250 */ .share_buttons li{

/* sociable.css */

/* 251 */ 	float:left;
/* 252 */ }
/* 253 */ 
/* 254 */ .clearfix:after {
/* 255 */ 	visibility: hidden;
/* 256 */ 	display: block;
/* 257 */ 	font-size: 0;
/* 258 */ 	content: " ";
/* 259 */ 	clear: both;
/* 260 */ 	height: 0;
/* 261 */ }
/* 262 */ 

/* widgets.css */

/* 1  */ /*
/* 2  *|  * Widget styles for Jetpack
/* 3  *|  */
/* 4  */ 
/* 5  */ /* Clear floats */
/* 6  */ .jetpack-image-container:after {
/* 7  */ 	clear: both;
/* 8  */ }
/* 9  */ .jetpack-image-container:before,
/* 10 */ .jetpack-image-container:after {
/* 11 */ 	display: table;
/* 12 */ 	content: "";
/* 13 */ }
/* 14 */ 

/* shortcodes.css */

/* 1   */ /*------------------------------------------------*/
/* 2   */ /*-------------------[SHORTCODES]-----------------*/
/* 3   */ /*------------------------------------------------*/
/* 4   */ 
/* 5   */ .et-box { margin: 0px 0px 10px; -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); font-size: 14px; position: relative; }
/* 6   */ 	.et-box-content { text-shadow: 1px 1px 1px #ffffff; padding: 27px 43px 17px 66px; min-height: 35px; }
/* 7   */ 		.et-box-content strong { color: #000000; font-weight: bold; }
/* 8   */ 
/* 9   */ .et-warning:before, .et-download:before, .et-info:before, .et-bio:before, .et-shadow:before { content: ''; position: absolute; top: 32px; left: 28px; }
/* 10  */ 
/* 11  */ .et-info { border: 1px solid #e2e2ba; }
/* 12  */ 	.et-info:before { width: 22px; height: 20px; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -2px; }
/* 13  */ 	.et-info .et-box-content { color: #ada771; background: #f9f9dc; border: 1px solid #fbfbef; -moz-box-shadow: inset 0 0 45px #efefc0; -webkit-box-shadow: inset 0 0 45px #efefc0; box-shadow: inset 0 0 45px #efefc0; }
/* 14  */ 		.et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6 { color: #ada771; }
/* 15  */ 
/* 16  */ .et-warning { border: 1px solid #e0b1b1; }
/* 17  */ 	.et-warning:before { width: 17px; height: 17px; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -41px; }
/* 18  */ 	.et-warning .et-box-content { color: #ad7676; background: #ffd9d5; border: 1px solid #fceeec; -moz-box-shadow: inset 0 0 45px #f0bfba; -webkit-box-shadow: inset 0 0 45px #f0bfba; box-shadow: inset 0 0 45px #f0bfba; }
/* 19  */ 		.et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6 { color: #ad7676; }
/* 20  */ 
/* 21  */ .et-download { border: 1px solid #b9dbb6; }
/* 22  */ 	.et-download:before { width: 19px; height: 14px; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -19px; }
/* 23  */ 	.et-download .et-box-content { color: #7ea57b; background: #dff7dd; border: 1px solid #f1f9f0; -moz-box-shadow: inset 0 0 45px #cbe5c9; -webkit-box-shadow: inset 0 0 45px #cbe5c9; box-shadow: inset 0 0 45px #cbe5c9; }
/* 24  */ 		.et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6 { color: #7ea57b; }
/* 25  */ 
/* 26  */ .et-bio { border: 1px solid #b3d8d3; }
/* 27  */ 	.et-bio:before { width: 19px; height: 15px; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -2px; top: 33px; }
/* 28  */ 	.et-bio .et-box-content { color: #80acb0; background: #ddf5f7; border: 1px solid #f1fafb; -moz-box-shadow: inset 0 0 45px #c6edf0; -webkit-box-shadow: inset 0 0 45px #c6edf0; box-shadow: inset 0 0 45px #c6edf0; }
/* 29  */ 		.et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6 { color: #80acb0; }
/* 30  */ 
/* 31  */ .et-shadow { border: 1px solid #ddd; }
/* 32  */ 	.et-shadow .et-box-content { color: #737373; background: #fafafa; border: 1px solid #fafafa; -moz-box-shadow: inset 0 0 45px #e7e7e7; -webkit-box-shadow: inset 0 0 45px #e7e7e7; box-shadow: inset 0 0 45px #e7e7e7; }
/* 33  */ 		.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 { color: #737373; }
/* 34  */ 
/* 35  */ 
/* 36  */ .et-tooltip { position: relative; }
/* 37  */ 	.et-tooltip-box { display: none; color: #6d6e6e; line-height: 18px; background: #ffffff; border: 1px solid #dbdbdb; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: absolute; bottom:35px; left: -94px; width: 235px; padding: 20px 25px 22px 25px; -moz-box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
/* 38  */ 		.et-tooltip-arrow { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -120px -2px; width: 24px; height: 13px; display: block; position: absolute; bottom: -13px; left: 129px; }
/* 39  */ 
/* 40  */ 
/* 41  */ .et-learn-more { background: #fff; border: 1px solid #e7e7e7; margin: 10px 0px; -moz-box-shadow: 1px -1px 0 0 #fff; -webkit-box-shadow: 1px -1px 0 0 #fff; box-shadow: 1px -1px 0 0 #fff; }
/* 42  */ 	.et-learn-more h3.heading-more { cursor: pointer; padding: 16px 50px 16px 22px; font-size: 14px; color: #999; letter-spacing: 0px; text-shadow: 1px 1px 0 #fff; position: relative; border-left: 1px solid #fff; border-top: 1px solid #fff; margin: 0 !important; }
/* 43  */ 		.et-learn-more h3.heading-more span.et_learnmore_arrow { display: block; position: absolute; top: 0; right: 0; width: 48px; height: 100%; border-left: 1px solid #fff; -moz-box-shadow: -1px 0 0 0 #e7e7e7; -webkit-box-shadow: -1px 0 0 0 #e7e7e7; box-shadow: -1px 0 0 0 #e7e7e7; }
/* 44  */ 			.et-learn-more span.et_learnmore_arrow span { display: block; position: absolute; top: 50%; left: 50%; margin-top: -5px; margin-left: -6px; width: 13px; height: 10px; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -58px -2px; }
/* 45  */ 			.et-learn-more .open span.et_learnmore_arrow span { background-position: -58px -14px; }
/* 46  */ 	.et-learn-more .learn-more-content { padding: 30px 30px 20px; visibility: hidden; border-top: 1px solid #e7e7e7; }
/* 47  */ 	.et_slidecontent .et-learn-more .learn-more-content { display: block; visibility: hidden; }
/* 48  */ 	.et-open .learn-more-content { display: block; visibility: visible !important; }
/* 49  */ 
/* 50  */ .et_shortcodes_controller_nav { border-top: 1px solid #e7e7e7; -moz-box-shadow: inset 1px 1px 0 0 #fff; -webkit-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; min-height: 53px; position: relative; }

/* shortcodes.css */

/* 51  */ 	.et_shortcodes_controls_arrows, .et_shortcodes_controls { list-style: none !important; margin: 0 !important; padding: 0 !important; line-height: 26px !important; }
/* 52  */ 	.et_shortcodes_controls { text-align: center; padding-top: 20px !important; line-height: 0 !important; }
/* 53  */ 		.et_shortcodes_controls li { display: inline-block; margin: 0 3px; }
/* 54  */ 			.et_shortcodes_controls a { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -1px; width: 11px; height: 11px; display: inline-block; }
/* 55  */ 			.et_shortcodes_controls .et_shortcodes_active_control a { background-position: -45px -14px; }
/* 56  */ 	.et_shortcodes_controls_arrows a { font-size: 14px; color: #999 !important; text-shadow: 1px 1px 0 #fff; position: absolute; top: 0; }
/* 57  */ 	.et_shortcodes_controls_arrows a:hover { color: #4c4c4c; text-decoration: none; }
/* 58  */ 	.et_shortcodes_controls_arrows .et_sc_nav_prev { padding: 14px 38px 12px 48px; border-right: 1px solid #e7e7e7; -moz-box-shadow: 1px 0 0 0 #fff; -webkit-box-shadow: 1px 0 0 0 #fff; box-shadow: 1px 0 0 0 #fff; left: 0; }
/* 59  */ 	.et_shortcodes_controls_arrows .et_sc_nav_next { padding: 14px 48px 12px 38px; border-left: 1px solid #fff; -moz-box-shadow: -1px 0 0 0 #e7e7e7; -webkit-box-shadow: -1px 0 0 0 #e7e7e7; box-shadow: -1px 0 0 0 #e7e7e7; right: 0; }
/* 60  */ 		.et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span { top: 21px; }
/* 61  */ 		.et_shortcodes_controls_arrows .et_sc_nav_next span { right: 30px; }
/* 62  */ 		.et_shortcodes_controls_arrows .et_sc_nav_prev span { left: 30px; }
/* 63  */ 
/* 64  */ .et-simple-slider { background: #fff; border: 1px solid #e7e7e7; margin: 10px 0; position: relative; }
/* 65  */ 	.et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6 { font-family: Century Gothic, Arial, sans-serif; color: #333333; }
/* 66  */ 	.et-simple-slides { overflow: hidden; margin: 30px 30px 20px; }
/* 67  */ 		.et-simple-slider div.et-slide { display: none; width:100% !important; }
/* 68  */ 
/* 69  */ .one_half, .one_third, .two_third, .one_fourth , .three_fourth { float:left; margin-right:4%; position:relative; }
/* 70  */ .one_half { width: 48%; }
/* 71  */ .one_third { width: 30.66%; }
/* 72  */ .two_third { width:65.32%; }
/* 73  */ .one_fourth { width:22%; }
/* 74  */ .three_fourth { width:74%; }
/* 75  */ 
/* 76  */ a.small-button, a.big-button, a.icon-button { display: inline-block; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; line-height: 26px; }
/* 77  */ 
/* 78  */ a.small-button, a.icon-button { padding: 6px 14px; font-weight: bold !important; font-size: 12px; margin: 0 5px 8px 0; }
/* 79  */ 	a.small-button:hover, a.big-button:hover, a.icon-button:hover { text-decoration: none; }
/* 80  */ 
/* 81  */ a.smallblue, a.bigblue { color: #2b63a8 !important; background: #88bdff; background: -moz-linear-gradient(top, #88bdff 0%, #60a7ff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bdff), color-stop(100%,#60a7ff)); background: -webkit-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: -o-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: -ms-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: linear-gradient(to bottom, #88bdff 0%,#60a7ff 100%); border: 1px solid #3e8ff4; }
/* 82  */ 	a.smallblue:hover, a.bigblue:hover { color: #23528c !important; }
/* 83  */ 
/* 84  */ a.smalllightblue { color: #348db6 !important; background: #8edbff; background: -moz-linear-gradient(top, #8edbff 0%, #60cdff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8edbff), color-stop(100%,#60cdff)); background: -webkit-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: -o-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: -ms-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: linear-gradient(to bottom, #8edbff 0%,#60cdff 100%); border: 1px solid #51b5e4; }
/* 85  */ 	a.smalllightblue:hover { color: #287295 !important; }
/* 86  */ 
/* 87  */ a.smallteal, a.bigteal, a.bigturquoise { color: #3da7a9 !important; background: #61eef0; background: -moz-linear-gradient(top, #61eef0 0%, #59dcde 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61eef0), color-stop(100%,#59dcde)); background: -webkit-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: -o-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: -ms-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: linear-gradient(to bottom, #61eef0 0%,#59dcde 100%); border: 1px solid #48bec0;}
/* 88  */ 	a.smallteal:hover, a.bigteal:hover, a.bigturquoise:hover { color: #309192 !important; }
/* 89  */ 
/* 90  */ a.smallgreen, a.biggreen { color: #569d51 !important; background: #94e48d; background: -moz-linear-gradient(top, #94e48d 0%, #82cf7c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94e48d), color-stop(100%,#82cf7c)); background: -webkit-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: -o-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: -ms-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: linear-gradient(to bottom, #94e48d 0%,#82cf7c 100%); border: 1px solid #4dab46; }
/* 91  */ 	a.smallgreen:hover, a.biggreen:hover { color: #478542 !important; }
/* 92  */ 
/* 93  */ a.smallorange, a.bigorange { color: #c7822f !important; background: #ffcb8c; background: -moz-linear-gradient(top, #ffcb8c 0%, #ffb660 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcb8c), color-stop(100%,#ffb660)); background: -webkit-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: -o-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: -ms-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: linear-gradient(to bottom, #ffcb8c 0%,#ffb660 100%); border: 1px solid #db9c51; }
/* 94  */ 	a.smallorange:hover, a.bigorange:hover { color: #a96c23 !important; }
/* 95  */ 
/* 96  */ a.smallsilver { color: #595a5a !important; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e2e2)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: -ms-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#e2e2e2 100%); border: 1px solid #c3c3c3; text-shadow: 1px 1px 1px #fff; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); }
/* 97  */ 	a.smallsilver:hover { color: #454545 !important; }
/* 98  */ 
/* 99  */ a.smallblack { color: #fff !important; background: #5b5b5b; background: -moz-linear-gradient(top, #5b5b5b 0%, #383838 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#383838)); background: -webkit-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: -o-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: -ms-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: linear-gradient(to bottom, #5b5b5b 0%,#383838 100%); border: 1px solid #0e0e0e; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); text-shadow: -1px -1px 0 #000; }
/* 100 */ 	a.smallblack:hover { color: #f7f7f7 !important; }

/* shortcodes.css */

/* 101 */ 
/* 102 */ a.smallred, a.bigred { color: #9a3e3e !important; background: #ff7979; background: -moz-linear-gradient(top, #ff7979 0%, #ff5f5f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7979), color-stop(100%,#ff5f5f)); background: -webkit-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: -o-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: -ms-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: linear-gradient(to bottom, #ff7979 0%,#ff5f5f 100%); border: 1px solid #d85353; }
/* 103 */ 	a.smallred:hover, a.bigred:hover { color: #803030 !important; }
/* 104 */ 
/* 105 */ a.smallpink { color: #914d97 !important; background: #e782f1; background: -moz-linear-gradient(top, #e782f1 0%, #d271da 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e782f1), color-stop(100%,#d271da)); background: -webkit-linear-gradient(top, #e782f1 0%,#d271da 100%); background: -o-linear-gradient(top, #e782f1 0%,#d271da 100%); background: -ms-linear-gradient(top, #e782f1 0%,#d271da 100%); background: linear-gradient(to bottom, #e782f1 0%,#d271da 100%); border: 1px solid #b15cb9; }
/* 106 */ 	a.smallpink:hover { color: #753b7a !important; }
/* 107 */ 
/* 108 */ a.smallpurple, a.bigpurple { color: #653e9a !important; background: #b279ff; background: -moz-linear-gradient(top, #b279ff 0%, #a35fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b279ff), color-stop(100%,#a35fff)); background: -webkit-linear-gradient(top, #b279ff 0%,#a35fff 100%); background: -o-linear-gradient(top, #b279ff 0%,#a35fff 100%);background: -ms-linear-gradient(top, #b279ff 0%,#a35fff 100%); background: linear-gradient(to bottom, #b279ff 0%,#a35fff 100%); border: 1px solid #8b53d8; }
/* 109 */ 	a.smallpurple:hover, a.bigpurple:hover { color: #563386 !important; }
/* 110 */ 
/* 111 */ a.big-button { font-weight: normal !important; font-size: 20px; padding: 14px 24px; margin: 8px 6px 8px 0; }
/* 112 */ 	a.big-button:hover { text-decoration: none; }
/* 113 */ 
/* 114 */ a.icon-button { color: #595a5a !important; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e1e1e1)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%);background: -ms-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#e1e1e1 100%); border: 1px solid #c3c3c3; text-shadow: 1px 1px 1px #fff; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); padding-left: 36px; position: relative; }
/* 115 */ a.icon-button:hover { color: #404040; }
/* 116 */ 	a.icon-button span.et-icon { position: absolute; top: 10px; left: 12px; width: 18px; height: 16px; }
/* 117 */ 
/* 118 */ 
/* 119 */ a.download-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -2px; width: 17px; height: 20px; top: 7px; }
/* 120 */ a.search-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -2px; top: 9px; }
/* 121 */ a.refresh-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -169px -19px; }
/* 122 */ a.question-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -164px -2px; }
/* 123 */ a.people-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -151px -33px; height: 17px; top: 9px; }
/* 124 */ a.warning-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -188px -19px; width: 15px; }
/* 125 */ a.mail-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -33px; height: 15px; }
/* 126 */ a.heart-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -18px; width: 14px; height: 13px; top: 12px; left: 14px; }
/* 127 */ a.paper-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -17px; width: 15px; height: 15px; }
/* 128 */ a.notice-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -2px; width: 15px; height: 13px; top: 11px; }
/* 129 */ a.stats-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -184px -2px; width: 15px; height: 14px; top: 11px; }
/* 130 */ a.rss-icon span.et-icon { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -171px -36px; width: 15px; top: 9px; }
/* 131 */ 
/* 132 */ 
/* 133 */ ul.et_shortcodes_mobile_nav { margin: 0 !important; padding: 0 !important; list-style:none outside none !important; display: none; z-index: 2; }
/* 134 */ 	ul.et_shortcodes_mobile_nav a { position: relative; }
/* 135 */ 		ul.et_shortcodes_mobile_nav span, .et_shortcodes_controls_arrows span { position: absolute; top: 23px; display: block; width: 10px; height: 14px; }
/* 136 */ 		ul.et_shortcodes_mobile_nav .et_sc_nav_prev span, .et_shortcodes_controls_arrows .et_sc_nav_prev span { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -24px; }
/* 137 */ 		ul.et_shortcodes_mobile_nav .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_next span { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -40px; }
/* 138 */ 
/* 139 */ .et-tabs-container { background: #fff; border: 1px solid #e7e7e7; position: relative; margin: 50px 0px 15px; }
/* 140 */ 	.et-learn-more h3.heading-more, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et_shortcodes_controller_nav, .et-testimonial-author-info, .et-protected-title, .pricing-heading, .pricing-content-bottom { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%); }
/* 141 */ 	.et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav  { margin: 0px !important; overflow: hidden; border-top: 1px solid #fff; position: relative; }
/* 142 */ 	.et-tabs-container .et-tabs-control:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #e7e7e7; }
/* 143 */ 		.et-tabs-container .et-tabs-control li { list-style:none outside none; margin: 0 !important; float: left; padding: 0 !important; border-left: 1px solid #e7e7e7; -moz-box-shadow: -1px 0 0 #fff; -webkit-box-shadow: -1px 0 0 #fff; box-shadow: -1px 0 0 #fff; position: relative; }
/* 144 */ 		.et-tabs-container .et-tabs-control li:first-child { border-left: 1px solid #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
/* 145 */ 			.et-tabs-container .et-tabs-control li a { font-size: 14px; color: #999 !important; text-shadow: 1px 1px 0 #fff !important; display: block; padding: 15px 20px; }
/* 146 */ 			.et-tabs-container .et-tabs-control li a:hover { color: #4c4c4c !important; text-decoration: none; }
/* 147 */ 		.et-tabs-container .et-tabs-control li.active:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff; }
/* 148 */ 			.et-tabs-container .et-tabs-control li.active a { background: #fff; color: #4c4c4c !important; }
/* 149 */ 	.et-tabs-content-wrapper > div { display: none; }
/* 150 */ 	.et_sliderfx_slide .et-tabs-content-wrapper { width: 1200%; position: relative; left: 0; }

/* shortcodes.css */

/* 151 */ 		.et_sliderfx_slide .et-tabs-content-wrapper > div { float: left; display: block; height: 1px; visibility: hidden; }
/* 152 */ 		.et_sliderfx_slide .et-tabs-content-wrapper > div, .et_sliderfx_fade .et_slidecontent { word-wrap: break-word; }
/* 153 */ 		.et_sliderfx_slide .et_shortcode_slide_active { height: auto !important; }
/* 154 */ .et-tabs-container .et-tabs-content { margin: 30px 30px 20px; }
/* 155 */ 
/* 156 */ .et-tabs-container ul.et_shortcodes_mobile_nav { border-bottom: 1px solid #e7e7e7; }
/* 157 */ 	.et-tabs-container ul.et_shortcodes_mobile_nav li { float: right; line-height: 26px; }
/* 158 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav a { display: block; padding: 16px 10px 16px 45px; color: #999 !important; font-size: 14px; text-shadow: 1px 1px 0 #fff !important; }
/* 159 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next { padding: 16px 45px 16px 10px; text-align: right; }
/* 160 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav a:hover { text-decoration: none; color: #4c4c4c !important; }
/* 161 */ 			.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before { position: absolute; content: ''; top: 0; left: 0; width: 1px; height: 100%; background: #e7e7e7; -moz-box-shadow: 1px 0 0 #fff; -webkit-box-shadow: 1px 0 0 #fff; box-shadow: 1px 0 0 #fff; }
/* 162 */ 
/* 163 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 28px; }
/* 164 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 28px; }
/* 165 */ 
/* 166 */ .et-tabs-container, .tabs-left, .et-simple-slider, .et-image-slider, .et-testimonial-box, .author-shortcodes, .et-protected { -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
/* 167 */ 
/* 168 */ .tabs-left { background: #fff; border: 1px solid #e7e7e7; position: relative; margin-bottom: 15px; }
/* 169 */ 	.tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav { width: 149px; border-top: 1px solid #fff; float: left; list-style:none outside none !important; margin:0 !important; position: relative; }
/* 170 */ 	.tabs-left ul.et_shortcodes_mobile_nav { position: absolute; top: 0; left: 0; }
/* 171 */ 		.tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li { padding-right: 0 !important; padding-left: 0 !important; background: none !important; list-style: none !important; border-bottom: 1px solid #e7e7e7; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff; }
/* 172 */ 			.tabs-left .et-tabs-control li a { color: #999 !important; font-size: 14px; text-shadow: 1px 1px 0 #fff !important; display: block; padding: 15px 10px 15px 20px; }
/* 173 */ 			.tabs-left .et-tabs-control li.active a { background: #fff; margin-right: -1px; }
/* 174 */ 			.tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a { text-decoration: none; color: #4c4c4c !important; }
/* 175 */ 	.tabs-left .et-tabs-content { padding: 30px 30px 20px; position: relative; }
/* 176 */ 		.tabs-left .et-tabs-content h3 { padding-bottom: 14px; color: #333333; }
/* 177 */ 	.et_left_tabs_bg { position: absolute; top: 0; left: 0; width: 148px; height: 100%; border-right: 1px solid #e7e7e7; border-left: 1px solid #fff; background: #f5f5f5;  background: -moz-linear-gradient(left, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to right, #f9f9f9 0%,#f5f5f5 100%); }
/* 178 */ 
/* 179 */ 	.tabs-left ul.et_shortcodes_mobile_nav  a { text-indent: -9999px; }
/* 180 */ 		.tabs-left ul.et_shortcodes_mobile_nav a span { top: 50%; margin-top: -7px; }
/* 181 */ 		.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 50%; margin-right: -4px; }
/* 182 */ 		.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 50%; margin-left: -4px; }
/* 183 */ 
/* 184 */ .author-shortcodes { background: #fff; border: 1px solid #e7e7e7; color: #363636; font-size: 14px; margin-bottom: 10px; }
/* 185 */ 	.author-shortcodes .author-inner { position: relative; padding: 30px 30px 20px 117px; min-height: 60px; }
/* 186 */ 		.author-shortcodes .author-image { position: absolute; top: 32px; left: 30px; width: 60px; height: 60px; }
/* 187 */ 			.author-shortcodes .author-image img { max-width: 100%; height: auto; width: auto; }
/* 188 */ 			.author-shortcodes .author-image .author-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); box-shadow: inset 0 0 4px rgba(0,0,0,0.5); }
/* 189 */ 
/* 190 */ .et-protected { border: 1px solid #e7e7e7; width: 390px; background: #fff; margin-bottom: 10px; }
/* 191 */ 	.et-protected-title { border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; padding: 18px 10px 17px 50px; position: relative; color: #999; text-shadow: 0 1px 0 #fff; font-size: 14px; }
/* 192 */ 		.et-protected-title:before { content: ''; position: absolute; top: 16px; left: 20px; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -36px; width: 17px; height: 19px; }
/* 193 */ 	.et-protected-form { padding: 32px 37px 32px 32px; text-align: right; }
/* 194 */ 		.et-protected-form p { padding-bottom: 16px; }
/* 195 */ 			.et-protected-form p label { position: relative; }
/* 196 */ 				.et-protected-form p .et_protected_icon { width: 10px; height: 20px; position: absolute; top: 2px; left: 18px; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -190px -37px; display: block; }
/* 197 */ 				.et-protected-form p .et_protected_password { height: 23px; background-position: -275px -2px; }
/* 198 */ 			.et-protected-form label span { display: none; }
/* 199 */ 			.et-protected-form p input { margin: 0 !important; border: 1px solid #e7e7e7; color: #363636; font-size: 14px; background: #f3f3f3; background: -moz-linear-gradient(top, #f3f3f3 1%, #fefefe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f3f3f3), color-stop(100%,#fefefe)); background: -webkit-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: -o-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: -ms-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: linear-gradient(to bottom, #f3f3f3 1%,#fefefe 100%); padding: 20px 20px 20px 40px; width: 100%; -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.1); box-shadow: inset 0 0 1px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
/* 200 */ 

/* shortcodes.css */

/* 201 */ 		.et-protected-form input.etlogin-button { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%); border: 1px solid #e7e7e7; padding: 14px 24px; color: #999; text-shadow: 0 1px 0 #fff; font-size: 14px; -webkit-box-shadow: inset 1px 1px 0 0 #fff; -moz-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; }
/* 202 */ 
/* 203 */ .et-simple-slides .et_slidecontent { width: auto; }
/* 204 */ 
/* 205 */ .et-image-slides { background: #555; }
/* 206 */ 	.et-image-slider { background: #fff; border: 1px solid #e7e7e7; margin-bottom:25px; }
/* 207 */ 		.et-image-slide { position: relative; }
/* 208 */ 			.et-image-slider img { display: block; width: auto; margin: 0 auto; height: auto; }
/* 209 */ 			.et-image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6); -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.6); box-shadow: inset 0 0 5px rgba(0,0,0,0.6); }
/* 210 */ 
/* 211 */ .et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box { color:#201F1F !important; text-shadow: none !important; }
/* 212 */ .et-learn-more a, .et-tabs-container a, .tabs-left a, .et-simple-slider a, .author-shortcodes a, .et-tooltip-box a { text-shadow: none !important; }
/* 213 */ 
/* 214 */ .et-custom-list ul { list-style: none !important; list-style-image: none !important; padding-left: 0 !important; margin: 0 !important; line-height: 26px; }
/* 215 */ 	.et-custom-list ul li { padding-left: 28px !important; margin: 5px 0 !important; list-style: none !important; position: relative; }
/* 216 */ 		.et-custom-list ul li:before { content: ''; position: absolute; top: 5px; left: 0; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px; width: 22px; height: 18px; }
/* 217 */ 	.etlist-x ul li:before { content: ''; position: absolute; top: 6px; left: 0; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -21px; width: 22px; height: 18px; }
/* 218 */ 	.etlist-dot ul li { padding-left: 25px !important; }
/* 219 */ 		.etlist-dot ul li:before { content: ''; position: absolute; top: 9px; left: 0; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -230px -3px; width: 10px; height: 9px; }
/* 220 */ 			.et-custom-list ul li ul { padding: 2px 0px !important; margin: 0 !important; }
/* 221 */ 
/* 222 */ .et-pricing { margin: 40px 0 10px; }
/* 223 */ 	.pricing-table { float: left; width: 25%; margin-bottom: 22px; position: relative; margin-left: -1px; }
/* 224 */ 		.pricing-table-wrap { border: 1px solid #e7e7e7; border-bottom: none; }
/* 225 */ 		.pricing-heading { border-bottom: 1px solid #e7e7e7; padding: 23px 10px 22px; text-shadow: 1px 1px 0 #fff; font-size: 12px; color: #999; text-align: center; -moz-box-shadow: inset 1px 1px 0 0 #fff; -webkit-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; }
/* 226 */ 			.pricing-title { text-transform: uppercase; font-size: 20px; color: #53b4c7 !important; font-weight: bold; text-shadow: none !important; }
/* 227 */ 			.pricing-heading p { padding-bottom: 0 !important; }
/* 228 */ 
/* 229 */ 			.pricing-table ul.pricing { padding: 0 !important; list-style: none !important; margin: 0 !important; list-style-image: none !important; line-height: 26px; }
/* 230 */ 				.pricing-table ul.pricing li { list-style: none !important; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #fefefe 7%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(7%,#fefefe), color-stop(100%,#ffffff)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: -ms-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); padding: 14px 7px 14px 63px; position: relative; font-size: 12px; color: #363636; text-shadow: none !important; }
/* 231 */ 					.pricing-table ul.pricing li span.pricing-mark { position: absolute; top: 19px; left: 30px; width: 22px; height: 18px; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px; }
/* 232 */ 					.pricing-table ul.pricing li.x-mark span.pricing-mark { background-position: -74px -20px; }
/* 233 */ 
/* 234 */ 			.pricing-content-bottom { border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; -webkit-box-shadow: inset 1px 0 0 0 #fff; -moz-box-shadow: inset 1px 0 0 0 #fff; box-shadow: inset 1px 0 0 0 #fff; padding: 20px 5px 43px; text-align: center; }
/* 235 */ 					span.et-price { font-size: 48px; color: #94c65c; text-shadow: 0 1px 0 #fff; font-family: Georgia, serif; }
/* 236 */ 						span.et-price sup { font-size: 24px; bottom: 13px; left: 1px; }
/* 237 */ 						span.et-price span.dollar-sign { font-size: 36px; }
/* 238 */ 			.pricing-table a.icon-button { margin: 0; padding-left: 15px; position: absolute; bottom: -13px; left: 50%; }
/* 239 */ 			.pricing-table a.icon-button { visibility: hidden; }
/* 240 */ 	.pricing-big { top: -20px; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 18px rgba(0,0,0,0.2); box-shadow: 0 0 18px rgba(0,0,0,0.2); z-index: 2; }
/* 241 */ 		.pricing-big .pricing-table-wrap { border-color: #d6d5d5; }
/* 242 */ 		.pricing-big .pricing-heading { padding-top: 43px; }
/* 243 */ 		.pricing-big .pricing-content-bottom { padding-bottom: 63px; border-bottom: 1px solid #d6d5d5; }
/* 244 */ 
/* 245 */ .et-testimonial-box { border: 1px solid #e7e7e7; background: #fff; position: relative; margin: 10px 0 45px; }
/* 246 */ 	.et-testimonial-author-info { border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; padding: 20px 20px 15px; text-shadow: 0 1px 0 #fff; }
/* 247 */ 		.t-img { width: 60px; height: 60px; float: left; margin: 0 25px 5px 0; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff; position: relative; }
/* 248 */ 			.t-img img { max-width: 100%; height: auto; }
/* 249 */ 			.t-overlay { width: 100%; height: 100%; box-shadow: inset 0 0 4px rgba(0,0,0,0.4); display: block; position: absolute; top: 0; left: 0; }
/* 250 */ 		.t-author, .t-position { display: block; }

/* shortcodes.css */

/* 251 */ 		.t-author { font-size: 18px; color: #999; padding: 10px 0 5px; }
/* 252 */ 		.t-position { color: #595959; }
/* 253 */ 		.t-position, .et-testimonial { font-family: Georgia, serif; font-style: italic; font-size: 14px; }
/* 254 */ 		.et-testimonial { padding: 43px 35px 30px 77px; color: #363636; position: relative; text-shadow: none !important; }
/* 255 */ 			.et-testimonial:before { content: ''; position: absolute; top: 43px; left: 35px; width: 25px; height: 19px; background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -35px; }
/* 256 */ 		.t-bottom-arrow { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -25px; width: 31px; height: 32px; position: absolute; bottom: -32px; right: 40px; }
/* 257 */ 
/* 258 */ 
/* 259 */ .et-dropcap { font-size: 48px; float: left; display:block; margin:0 7px 0 0; line-height: 1; }
/* 260 */ 
/* 261 */ .et_quote { padding-left: 57px; min-height: 40px; font-family: Georgia, serif; font-size: 14px; font-style: italic; position: relative; line-height: 1.5; margin-bottom: 10px; }
/* 262 */ 	.et_quote .et_quote_sign { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -20px; position: absolute; top: 0; left: 0; display: block; width: 40px; height: 34px; }
/* 263 */ 	.quote-center .et_quote_sign { background-position: -251px -2px; width: 20px; height: 16px; top: 3px; }
/* 264 */ 	.quote-center .et_quote_additional_sign { background: url(/wp-content/themes/Polished/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -251px -22px; position: absolute; top: 3px; right: 13px; display: block; width: 20px; height: 16px; }
/* 265 */ 	.et_right_quote { width: 100%; }
/* 266 */ .quote-center { font-size: 24px; line-height: 1.2; text-align: center; padding-left: 30px; }
/* 267 */ 	.quote-center .et_right_quote { padding-right: 30px; width: 95%; }
/* 268 */ 
/* 269 */ 
/* 270 */ .et-tabs-container .et-tabs-control { padding: 0; }
/* 271 */ .tabs-left .et-tabs-control { padding-left: 0; }
/* 272 */ .author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6 { color:#201F1F !important; text-shadow: none !important; }
/* 273 */ 
/* 274 */ .et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a { text-decoration: none !important; }
/* 275 */ 
/* 276 */ a.big-button, a.small-button, a.icon-button { cursor: pointer; }
/* 277 */ 
/* 278 */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* 279 */ * html .clearfix             { zoom: 1; } /* IE6 */
/* 280 */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* 281 */ 
/* 282 */ .last { margin-right: 0px !important; clear:right; }
/* 283 */ .clear { clear:both; }

/* sharing.css */

/* 1   */ li.share-print a.sd-button > spandiv.sharedaddy ul,
/* 2   */ div.sharedaddy li {
/* 3   */ 	margin: 0;
/* 4   */ 	padding: 0;
/* 5   */ 	list-style: none;
/* 6   */ 	border: none;
/* 7   */ 	background: none;
/* 8   */ }
/* 9   */ 
/* 10  */ div.sharedaddy,
/* 11  */ #content div.sharedaddy,
/* 12  */ #main div.sharedaddy {
/* 13  */ 	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 14  */ 	font-size: 12px;
/* 15  */ 	clear: both;
/* 16  */ }
/* 17  */ 
/* 18  */ div.sharedaddy,
/* 19  */ div.sharedaddy div {
/* 20  */ 	-webkit-border-radius: 0 !important;
/* 21  */ 	-moz-border-radius: 0 !important;
/* 22  */ 	border-radius: 0 !important;
/* 23  */ }
/* 24  */ 
/* 25  */ div.sharedaddy h3,
/* 26  */ #content div.sharedaddy h3,
/* 27  */ #main div.sharedaddy h3,
/* 28  */ #primary div.sharedaddy h3 {
/* 29  */ 	font-size: 12px;
/* 30  */ 	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 31  */ 	margin: 3px 0;
/* 32  */ 	padding: 0;
/* 33  */ 	text-transform: none;
/* 34  */ 	letter-spacing: 0;
/* 35  */ 	line-height: 1;
/* 36  */ 	font-weight: bold;
/* 37  */ 	width: 15.625%; /* 100px / 640px */ float: left;
/* 38  */ 	position: static;
/* 39  */ 	background: none;
/* 40  */ 	border: none;
/* 41  */ }
/* 42  */ 
/* 43  */ /* @noflip */
/* 44  */ .rtl div.sharedaddy h3,
/* 45  */ .rtl #content div.sharedaddy h3,
/* 46  */ .rtl #main div.sharedaddy h3,
/* 47  */ .rtl #primary div.sharedaddy h3 {
/* 48  */ 	float: right;
/* 49  */ 	text-align: right;
/* 50  */ }

/* sharing.css */

/* 51  */ 
/* 52  */ div.sharedaddy ul,
/* 53  */ div.sharedaddy li {
/* 54  */ 	margin: 0 !important;
/* 55  */ 	padding: 0 !important;
/* 56  */ 	text-indent: 0;
/* 57  */ }
/* 58  */ 
/* 59  */ div.sharedaddy li::before {
/* 60  */ 	content: "";
/* 61  */ }
/* 62  */ 
/* 63  */ div.sharedaddy div.pd-rating {
/* 64  */ 	margin: 0;
/* 65  */ 	min-height: 23px;
/* 66  */ }
/* 67  */ 
/* 68  */ div.sharedaddy a,
/* 69  */ div.sharedaddy a:link,
/* 70  */ div.sharedaddy a:visited {
/* 71  */ 	font-style: normal;
/* 72  */ }
/* 73  */ 
/* 74  */ /* ClearFix trick */
/* 75  */ 
/* 76  */ div.sharedaddy:before,
/* 77  */ div.sharedaddy:after,
/* 78  */ div.sharedaddy .sd-block:before,
/* 79  */ div.sharedaddy .sd-block:after,
/* 80  */ div.sharedaddy ul:before,
/* 81  */ div.sharedaddy ul:after {
/* 82  */ 	content: "\0020";
/* 83  */ 	display: block;
/* 84  */ 	height: 0;
/* 85  */ 	overflow: hidden;
/* 86  */ }
/* 87  */ 
/* 88  */ div.sharedaddy:after,
/* 89  */ div.sharedaddy .sd-block:after,
/* 90  */ div.sharedaddy ul:after {
/* 91  */ 	clear: both;
/* 92  */ }
/* 93  */ 
/* 94  */ div.sharedaddy,
/* 95  */ div.sharedaddy .sd-block,
/* 96  */ div.sharedaddy ul {
/* 97  */ 	zoom: 1;
/* 98  */ }
/* 99  */ 
/* 100 */ 

/* sharing.css */

/* 101 */ /* =Base Styles
/* 102 *| -------------------------------------------------------------- */
/* 103 */ 
/* 104 */ div.sharedaddy div.sd-block {
/* 105 */ 	border-top: 1px solid #ddd;
/* 106 */ 	border-top: 1px solid rgba(0,0,0,.13);
/* 107 */ 	padding: 10px 0 5px;
/* 108 */ 	margin: 0;
/* 109 */ 	width: 100% !important;
/* 110 */ }
/* 111 */ 
/* 112 */ div.sharedaddy.sharedaddy-dark .sd-block {
/* 113 */ 	border-top-color: #222;
/* 114 */ 	border-top-color: rgba(50,50,50,.5);
/* 115 */ }
/* 116 */ 
/* 117 */ div.sharedaddy .sd-content {
/* 118 */ 	width: 82.125%; /* 530px / 640px */
/* 119 */ 	float: right;
/* 120 */ 	margin: -2px 0 0 0;
/* 121 */ }
/* 122 */ 
/* 123 */ div.sharedaddy .sd-content ul {
/* 124 */ 	margin: 0;
/* 125 */ }
/* 126 */ 
/* 127 */ div.sharedaddy .sd-content li {
/* 128 */ 	float: left;
/* 129 */ 	margin: 0 5px 5px 0 !important;
/* 130 */ 	display: block;
/* 131 */ }
/* 132 */ 
/* 133 */ /* @noflip */
/* 134 */ .rtl div.sharedaddy .sd-content {
/* 135 */ 	float: right;
/* 136 */ }
/* 137 */ 
/* 138 */ /* @noflip */
/* 139 */ .rtl div.sharedaddy .sd-content li {
/* 140 */ 	float: right;
/* 141 */ 	margin: 0 0 5px 5px !important;
/* 142 */ }
/* 143 */ 
/* 144 */ /* Base Button .sd-button */
/* 145 */ 
/* 146 */ div.sharedaddy a.sd-button {
/* 147 */ 	margin: 0;
/* 148 */ 	padding: 0;
/* 149 */ 	display: inline-block;
/* 150 */ 	background: #efefef;

/* sharing.css */

/* 151 */ 	background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
/* 152 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
/* 153 */ 	background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
/* 154 */ 	background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
/* 155 */ 	background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
/* 156 */ 	background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
/* 157 */ 	border-radius: 3px;
/* 158 */ 	border: 1px solid #ddd !important;
/* 159 */ 	box-shadow: inset 0 1px 0 #fff;
/* 160 */ 	color: #000 !important;
/* 161 */ 	text-decoration: none;
/* 162 */ 	line-height: 1;
/* 163 */ 	font-size: 12px;
/* 164 */ 	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 165 */ 	font-weight: normal;
/* 166 */ }
/* 167 */ 
/* 168 */ div.sharedaddy a.sd-button:hover {
/* 169 */ 	color: #000;
/* 170 */ 	text-shadow: 0 1px 0 #fff;
/* 171 */ 	border-color: #ccc;
/* 172 */ 	background: #eee;
/* 173 */ 	background: -moz-linear-gradient(top, #efefef 0%, #eee 100%);
/* 174 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#eee));
/* 175 */ 	background: -webkit-linear-gradient(top, #efefef 0%,#eee 100%);
/* 176 */ 	background: -o-linear-gradient(top, #efefef 0%,#eee 100%);
/* 177 */ 	background: -ms-linear-gradient(top, #efefef 0%,#eee 100%);
/* 178 */ 	background: linear-gradient(top, #efefef 0%,#eee 100%);
/* 179 */ }
/* 180 */ 
/* 181 */ div.sharedaddy a.sd-button:active {
/* 182 */ 	background-color: #efefef;
/* 183 */ 	box-shadow: inset 0 -1px 0 #fff;
/* 184 */ 	border-color: #ddd;
/* 185 */ }
/* 186 */ 
/* 187 */ a.sd-button > span {
/* 188 */ 	padding: 4px 8px;
/* 189 */ 	display: block;
/* 190 */ 	opacity: .8;
/* 191 */ 	line-height: 1.5em;
/* 192 */ 	text-shadow: none;
/* 193 */ }
/* 194 */ 
/* 195 */ a.sd-button:hover span {
/* 196 */ 	opacity: 1;
/* 197 */ }
/* 198 */ 
/* 199 */ .sd-button span.share-count {
/* 200 */ 	font-size: 90%;

/* sharing.css */

/* 201 */ 	color: #666;
/* 202 */ 	margin-left: 5px;
/* 203 */ 	line-height: 1;
/* 204 */ }
/* 205 */ 
/* 206 */ /* @noflip */
/* 207 */ .rtl .sd-button span.share-count {
/* 208 */ 	margin-right: 5px;
/* 209 */ }
/* 210 */ 
/* 211 */ /* Button Style Options */
/* 212 */ 
/* 213 */ .sd-social-icon-text a.sd-button > span,
/* 214 */ a.sd-button > span {
/* 215 */ 	padding: 1px 5px 1px 23px;
/* 216 */ 	background-position: 2px center;
/* 217 */ 	background-repeat: no-repeat;
/* 218 */ }
/* 219 */ 
/* 220 */ .sd-social-icon a.sd-button > span {
/* 221 */ 	padding: 3px;
/* 222 */ 	width: 16px;
/* 223 */ 	height: 16px;
/* 224 */ 	text-indent: -9999px;
/* 225 */ 	background-position: center center;
/* 226 */ 	background-repeat: no-repeat;
/* 227 */ }
/* 228 */ 
/* 229 */ .sd-social-text a.sd-button > span {
/* 230 */ 	background: none !important;
/* 231 */ 	padding-left: 5px
/* 232 */ }
/* 233 */ 
/* 234 */ .sd-social-official li {
/* 235 */ 	height: 21px;
/* 236 */ }
/* 237 */ 
/* 238 */ div.sharedaddy .no-text {
/* 239 */ 	width: 21px;
/* 240 */ 	height: 21px;
/* 241 */ }
/* 242 */ 
/* 243 */ div.sharedaddy .no-text a {
/* 244 */ 	text-decoration: none;
/* 245 */ }
/* 246 */ 
/* 247 */ div.sharedaddy .no-icon a span, div.sharedaddy li.no-icon div a span {
/* 248 */ 	padding-left: 5px;
/* 249 */ 	background-image: none;
/* 250 */ }

/* sharing.css */

/* 251 */ 
/* 252 */ /* @noflip */
/* 253 */ .rtl .sd-social-icon-text a.sd-button > span,
/* 254 */ .rtl a.sd-button > span {
/* 255 */ 	padding: 3px 23px 3px 5px;
/* 256 */ 	background-position: 98% center;
/* 257 */ }
/* 258 */ 
/* 259 */ /* @noflip */
/* 260 */ .rtl .sd-social-text a.sd-button > span {
/* 261 */ 	padding-left: 0;
/* 262 */ 	padding-right: 5px
/* 263 */ }
/* 264 */ 
/* 265 */ /* @noflip */
/* 266 */ .rtl div.sharedaddy .no-icon a span, .rtl div.sharedaddy li.no-icon div a span {
/* 267 */ 	padding-left: 0;
/* 268 */ 	padding-right: 5px
/* 269 */ }
/* 270 */ 
/* 271 */ /* Icons */
/* 272 */ 
/* 273 */ li.share-facebook a.sd-button > span {
/* 274 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png');
/* 275 */ }
/* 276 */ 
/* 277 */ li.share-tumblr a.sd-button > span {
/* 278 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr.png');
/* 279 */ }
/* 280 */ 
/* 281 */ li.share-twitter a.sd-button > span {
/* 282 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/twitter-1.png');
/* 283 */ }
/* 284 */ 
/* 285 */ li.share-google-plus-1 a.sd-button > span {
/* 286 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/googleplus1-1.png');
/* 287 */ }
/* 288 */ 
/* 289 */ li.share-linkedin a.sd-button > span {
/* 290 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin.png');
/* 291 */ }
/* 292 */ 
/* 293 */ li.share-press-this a.sd-button > span {
/* 294 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress.png');
/* 295 */ }
/* 296 */ 
/* 297 */ li.share-digg a.sd-button > span {
/* 298 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/digg.png');
/* 299 */ }
/* 300 */ 

/* sharing.css */

/* 301 */ li.share-stumbleupon a.sd-button > span {
/* 302 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/stumbleupon.png');
/* 303 */ }
/* 304 */ 
/* 305 */ li.share-reddit a.sd-button > span {
/* 306 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/reddit.png');
/* 307 */ }
/* 308 */ 
/* 309 */ li.share-pinterest a.sd-button > span {
/* 310 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest.png');
/* 311 */ }
/* 312 */ 
/* 313 */ li.share-pocket a.sd-button > span {
/* 314 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/pocket.png');
/* 315 */ }
/* 316 */ 
/* 317 */ li.share-kindle a.sd-button > span {
/* 318 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/kindle.png');
/* 319 */ }
/* 320 */ 
/* 321 */ li.share-email a.sd-button > span {
/* 322 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/email.png');
/* 323 */ }
/* 324 */ 
/* 325 */ li.share-print a.sd-button > span {
/* 326 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/print.png');
/* 327 */ }
/* 328 */ 
/* 329 */ a.sd-button.share-more span {
/* 330 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/more.png');
/* 331 */ }
/* 332 */ 
/* 333 */ @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 120dpi) {
/* 334 */ 
/* 335 */ 	li.share-facebook a.sd-button > span {
/* 336 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/facebook-2x.png');
/* 337 */ 		background-size: 16px 16px;
/* 338 */ 	}
/* 339 */ 
/* 340 */ 	li.share-tumblr a.sd-button > span {
/* 341 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr-2x.png');
/* 342 */ 		background-size: 16px 16px;
/* 343 */ 	}
/* 344 */ 
/* 345 */ 	li.share-twitter a.sd-button > span {
/* 346 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/twitter-2x-1.png');
/* 347 */ 		background-size: 16px 16px;
/* 348 */ 	}
/* 349 */ 
/* 350 */ 	li.share-google-plus-1 a.sd-button > span {

/* sharing.css */

/* 351 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/googleplus1-2x.png');
/* 352 */ 		background-size: 16px 16px;
/* 353 */ 	}
/* 354 */ 
/* 355 */ 	li.share-linkedin a.sd-button > span {
/* 356 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-2x.png');
/* 357 */ 		background-size: 16px 16px;
/* 358 */ 	}
/* 359 */ 
/* 360 */ 	li.share-press-this a.sd-button > span {
/* 361 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress-2x.png');
/* 362 */ 		background-size: 16px 16px;
/* 363 */ 	}
/* 364 */ 
/* 365 */ 	li.share-digg a.sd-button > span {
/* 366 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/digg-2x-1.png');
/* 367 */ 		background-size: 16px 16px;
/* 368 */ 	}
/* 369 */ 
/* 370 */ 	li.share-stumbleupon a.sd-button > span {
/* 371 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/stumbleupon-2x.png');
/* 372 */ 		background-size: 16px 16px;
/* 373 */ 	}
/* 374 */ 
/* 375 */ 	li.share-reddit a.sd-button > span {
/* 376 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/reddit-2x.png');
/* 377 */ 		background-size: 16px 16px;
/* 378 */ 	}
/* 379 */ 
/* 380 */ 	li.share-pinterest a.sd-button > span {
/* 381 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest-2x.png');
/* 382 */ 		background-size: 16px 16px;
/* 383 */ 	}
/* 384 */ 
/* 385 */ 	li.share-pocket a.sd-button > span {
/* 386 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/pocket-2x.png');
/* 387 */ 		background-size: 16px 16px;
/* 388 */ 	}
/* 389 */ 
/* 390 */ 	li.share-kindle a.sd-button > span {
/* 391 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/kindle-2x.png');
/* 392 */ 		background-size: 16px 16px;
/* 393 */ 	}
/* 394 */ 
/* 395 */ 	li.share-email a.sd-button > span {
/* 396 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/email-2x-1.png');
/* 397 */ 		background-size: 16px 16px;
/* 398 */ 	}
/* 399 */ 
/* 400 */ 	li.share-print a.sd-button > span {

/* sharing.css */

/* 401 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/print-2x.png');
/* 402 */ 		background-size: 16px 16px;
/* 403 */ 	}
/* 404 */ 
/* 405 */ 	a.sd-button.share-more span {
/* 406 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/more-2x-1.png');
/* 407 */ 		background-size: 16px 16px;
/* 408 */ 	}
/* 409 */ 
/* 410 */ }
/* 411 */ 
/* 412 */ /* More pannel */
/* 413 */ 
/* 414 */ div.sharedaddy .sharing-hidden .inner {
/* 415 */ 	max-width: 250px;
/* 416 */ 	padding: 15px 15px 10px;
/* 417 */ 	position: absolute;
/* 418 */ 	margin-left: -100px;
/* 419 */ 	z-index: 1001;
/* 420 */ 	background-color: #fff;
/* 421 */ 	border: 1px solid #ccc;
/* 422 */ 	-moz-border-radius: 3px !important;
/* 423 */ 	-webkit-border-radius: 3px !important;
/* 424 */ 	border-radius: 3px !important;
/* 425 */ 	-moz-box-shadow: 0px 2px 8px #ccc;
/* 426 */ 	-webkit-box-shadow: 0px 2px 8px #ccc;
/* 427 */ 	box-shadow: 0px 2px 8px #ccc;
/* 428 */ 	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 429 */ 	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 430 */ 	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 431 */ }
/* 432 */ 
/* 433 */ /* @noflip */
/* 434 */ .rtl div.sharedaddy .sharing-hidden .inner {
/* 435 */ 	margin-left: 0;
/* 436 */ 	margin-right: -100px;
/* 437 */ }
/* 438 */ 
/* 439 */ div.sharedaddy.sharedaddy-dark .sharing-hidden .inner {
/* 440 */ 	border-color: #222;
/* 441 */ }
/* 442 */ 
/* 443 */ /* =Sharing: Email Dialog
/* 444 *| -------------------------------------------------------------- */
/* 445 */ 
/* 446 */ #sharing_email {
/* 447 */ 	width: 312px;
/* 448 */ 	padding: 15px;
/* 449 */ 	position: absolute;
/* 450 */ 	margin-left: -120px;

/* sharing.css */

/* 451 */ 	z-index: 1001;
/* 452 */ 	background-color: #fff;
/* 453 */ 	border: 1px solid #ccc;
/* 454 */ 	-moz-border-radius: 3px;
/* 455 */ 	-webkit-border-radius: 3px;
/* 456 */ 	border-radius: 3px;
/* 457 */ 	-moz-box-shadow: 0px 2px 8px #ccc;
/* 458 */ 	-webkit-box-shadow: 0px 2px 8px #ccc;
/* 459 */ 	box-shadow: 0px 2px 8px #ccc;
/* 460 */ 	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 461 */ 	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 462 */ 	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 463 */ 	text-align: left;
/* 464 */ }
/* 465 */ 
/* 466 */ div.sharedaddy.sharedaddy-dark #sharing_email {
/* 467 */ 	border-color: #fff;
/* 468 */ }
/* 469 */ 
/* 470 */ #sharing_email .errors {
/* 471 */ 	color: #fff;
/* 472 */ 	background-color: #771a09;
/* 473 */ 	font-size: 11px;
/* 474 */ 	padding: 5px 8px;
/* 475 */ 	line-height: 11px;
/* 476 */ 	margin: 10px 0 0 0;
/* 477 */ }
/* 478 */ 
/* 479 */ #sharing_email label {
/* 480 */ 	font-size: 11px;
/* 481 */ 	color: #333;
/* 482 */ 	font-weight: bold;
/* 483 */ 	display: block;
/* 484 */ 	padding: 0 0 4px 0;
/* 485 */ 	text-align: left;
/* 486 */ 	text-shadow: none;
/* 487 */ }
/* 488 */ 
/* 489 */ #sharing_email input[type="text"] {
/* 490 */ 	width: 98.5%;
/* 491 */ 	margin-bottom: 12px;
/* 492 */ 	border: 1px solid #ccc;
/* 493 */ 	background: #fff;
/* 494 */ 	color: #333;
/* 495 */ }
/* 496 */ 
/* 497 */ #sharing_email .sharing_cancel {
/* 498 */ 	padding: 0 0 0 10px;
/* 499 */ 	font-size: 11px;
/* 500 */ 	text-shadow: none;

/* sharing.css */

/* 501 */ }
/* 502 */ 
/* 503 */ #sharing_email .recaptcha {
/* 504 */ 	width: 312px;
/* 505 */ 	height: 123px;
/* 506 */ 	margin: 10px 0 14px 0;
/* 507 */ }
/* 508 */ 
/* 509 */ /* =RTL
/* 510 *| -------------------------------------------------------------- */
/* 511 */ /* @noflip */
/* 512 */ body.rtl .sharing ul {
/* 513 */ 	float: right;
/* 514 */ }
/* 515 */ 
/* 516 */ /* @noflip */
/* 517 */ body.rtl .sharing li {
/* 518 */ 	margin: 0 0 0 10px !important;
/* 519 */ }
/* 520 */ 
/* 521 */ /* @noflip */
/* 522 */ .rtl #sharing_email {
/* 523 */ 	margin-left: -0px;
/* 524 */ 	margin-right: -120px;
/* 525 */ 	text-align: right
/* 526 */ }
/* 527 */ 
/* 528 */ /* @noflip */
/* 529 */ .rtl #sharing_email label {
/* 530 */ 	text-align: right
/* 531 */ }
/* 532 */ 
/* 533 */ /* @noflip */
/* 534 */ .rtl #sharing_email .sharing_cancel {
/* 535 */ 	padding: 0 10px 0 0;
/* 536 */ }
/* 537 */ 

/* widget-grid-and-list.css */

/* 1   */ /* 2-Column Grid Layout */
/* 2   */ 
/* 3   */ .widgets-grid-layout {
/* 4   */ 	width: 100%;
/* 5   */ }
/* 6   */ 
/* 7   */ .widgets-grid-layout:before,
/* 8   */ .widgets-grid-layout:after {
/* 9   */ 	content: " ";
/* 10  */ 	display: table;
/* 11  */ }
/* 12  */ 
/* 13  */ .widgets-grid-layout:after {
/* 14  */ 	clear: both;
/* 15  */ }
/* 16  */ 
/* 17  */ .widget-grid-view-image {
/* 18  */ 	float: left;
/* 19  */ 	max-width: 50%;
/* 20  */ }
/* 21  */ 
/* 22  */ .widget-grid-view-image a {
/* 23  */ 	display: block;
/* 24  */ 	margin: 0 2px 4px 0;
/* 25  */ }
/* 26  */ 
/* 27  */ .widget-grid-view-image:image:nth-child(even) {
/* 28  */ 	float: right;
/* 29  */ }
/* 30  */ 
/* 31  */ .widget-grid-view-image:nth-child(even) a {
/* 32  */ 	margin: 0 0 4px 2px;
/* 33  */ }
/* 34  */ 
/* 35  */ .widgets-grid-layout .widget-grid-view-image img {
/* 36  */ 	max-width: 100%;
/* 37  */ 	height: auto;
/* 38  */ }
/* 39  */ 
/* 40  */ /* Multi-Column Grid Layout */
/* 41  */ 
/* 42  */ .widgets-multi-column-grid ul {
/* 43  */ 	overflow: hidden;
/* 44  */ 	padding: 0;
/* 45  */ 	margin: 0;
/* 46  */ 	list-style-type: none;
/* 47  */ }
/* 48  */ 
/* 49  */ .widgets-multi-column-grid ul li {
/* 50  */ 	background: none;

/* widget-grid-and-list.css */

/* 51  */ 	clear: none;
/* 52  */ 	float: left;
/* 53  */ 	margin: 0 -5px -3px 0;
/* 54  */ 	padding: 0 8px 6px 0;
/* 55  */ 	border: none;
/* 56  */ 	list-style-type: none !important;
/* 57  */ }
/* 58  */ 
/* 59  */ .widgets-multi-column-grid ul li a {
/* 60  */ 	background: none;
/* 61  */ 	margin: 0;
/* 62  */ 	padding: 0;
/* 63  */ 	border: 0;
/* 64  */ }
/* 65  */ 
/* 66  */ .widgets-multi-column-grid .avatar {
/* 67  */ 	vertical-align: middle;
/* 68  */ }
/* 69  */ 
/* 70  */ /* List Layout */
/* 71  */ 
/* 72  */ .widgets-list-layout {
/* 73  */ 	padding: 0;
/* 74  */ 	margin: 0;
/* 75  */ 	list-style-type: none;
/* 76  */ }
/* 77  */ 
/* 78  */ .widgets-list-layout li:before,
/* 79  */ .widgets-list-layout li:after {
/* 80  */ 	content:"";
/* 81  */ 	display:table;
/* 82  */ }
/* 83  */ .widgets-list-layout li:after {
/* 84  */ 	clear:both;
/* 85  */ }
/* 86  */ .widgets-list-layout li {
/* 87  */ 	zoom:1;
/* 88  */ 	margin-bottom: 1em;
/* 89  */ 	list-style-type: none !important;
/* 90  */ }
/* 91  */ 
/* 92  */ .widgets-list-layout .widgets-list-layout-blavatar {
/* 93  */ 	float: left;
/* 94  */ 	width: 21.276596%;
/* 95  */ 	max-width: 40px;
/* 96  */ 	height: auto;
/* 97  */ }
/* 98  */ 
/* 99  */ .widgets-list-layout-links {
/* 100 */ 	float: right;

/* widget-grid-and-list.css */

/* 101 */ 	width: 73.404255%;
/* 102 */ }
/* 103 */ 
/* 104 */ .widgets-list-layout span {
/* 105 */ 	opacity: 0.5;
/* 106 */ }
/* 107 */ 
/* 108 */ .widgets-list-layout span:hover {
/* 109 */ 	opacity: 0.8;
/* 110 */ }
/* 111 */ 

/* jquery.fancybox-1.3.4.css */

/* 1   */ /*
/* 2   *|  * FancyBox - jQuery Plugin
/* 3   *|  * Simple and fancy lightbox alternative
/* 4   *|  *
/* 5   *|  * Examples and documentation at: http://fancybox.net
/* 6   *|  *
/* 7   *|  * Copyright (c) 2008 - 2010 Janis Skarnelis
/* 8   *|  * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
/* 9   *|  *
/* 10  *|  * Version: 1.3.4 (11/11/2010)
/* 11  *|  * Requires: jQuery v1.3+
/* 12  *|  *
/* 13  *|  * Dual licensed under the MIT and GPL licenses:
/* 14  *|  *   http://www.opensource.org/licenses/mit-license.php
/* 15  *|  *   http://www.gnu.org/licenses/gpl.html
/* 16  *|  */
/* 17  */ 
/* 18  */ #fancybox-loading {
/* 19  */ 	position: fixed;
/* 20  */ 	top: 50%;
/* 21  */ 	left: 50%;
/* 22  */ 	width: 40px;
/* 23  */ 	height: 40px;
/* 24  */ 	margin-top: -20px;
/* 25  */ 	margin-left: -20px;
/* 26  */ 	cursor: pointer;
/* 27  */ 	overflow: hidden;
/* 28  */ 	z-index: 1104;
/* 29  */ 	display: none;
/* 30  */ }
/* 31  */ 
/* 32  */ #fancybox-loading div {
/* 33  */ 	position: absolute;
/* 34  */ 	top: 0;
/* 35  */ 	left: 0;
/* 36  */ 	width: 40px;
/* 37  */ 	height: 480px;
/* 38  */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png');
/* 39  */ }
/* 40  */ 
/* 41  */ #fancybox-overlay {
/* 42  */ 	position: absolute;
/* 43  */ 	top: 0;
/* 44  */ 	left: 0;
/* 45  */ 	width: 100%;
/* 46  */ 	z-index: 1100;
/* 47  */ 	display: none;
/* 48  */ }
/* 49  */ 
/* 50  */ #fancybox-tmp {

/* jquery.fancybox-1.3.4.css */

/* 51  */ 	padding: 0;
/* 52  */ 	margin: 0;
/* 53  */ 	border: 0;
/* 54  */ 	overflow: auto;
/* 55  */ 	display: none;
/* 56  */ }
/* 57  */ 
/* 58  */ #fancybox-wrap {
/* 59  */ 	position: absolute;
/* 60  */ 	top: 0;
/* 61  */ 	left: 0;
/* 62  */ 	padding: 20px;
/* 63  */ 	z-index: 1101;
/* 64  */ 	outline: none;
/* 65  */ 	display: none;
/* 66  */ }
/* 67  */ 
/* 68  */ #fancybox-outer {
/* 69  */ 	position: relative;
/* 70  */ 	width: 100%;
/* 71  */ 	height: 100%;
/* 72  */ 	background: #fff;
/* 73  */ }
/* 74  */ 
/* 75  */ #fancybox-content {
/* 76  */ 	width: 0;
/* 77  */ 	height: 0;
/* 78  */ 	padding: 0;
/* 79  */ 	outline: none;
/* 80  */ 	position: relative;
/* 81  */ 	overflow: hidden;
/* 82  */ 	z-index: 1102;
/* 83  */ 	border: 0px solid #fff;
/* 84  */ }
/* 85  */ 
/* 86  */ #fancybox-hide-sel-frame {
/* 87  */ 	position: absolute;
/* 88  */ 	top: 0;
/* 89  */ 	left: 0;
/* 90  */ 	width: 100%;
/* 91  */ 	height: 100%;
/* 92  */ 	background: transparent;
/* 93  */ 	z-index: 1101;
/* 94  */ }
/* 95  */ 
/* 96  */ #fancybox-close {
/* 97  */ 	position: absolute;
/* 98  */ 	top: -15px;
/* 99  */ 	right: -15px;
/* 100 */ 	width: 30px;

/* jquery.fancybox-1.3.4.css */

/* 101 */ 	height: 30px;
/* 102 */ 	background: transparent url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png') -40px 0px;
/* 103 */ 	cursor: pointer;
/* 104 */ 	z-index: 1103;
/* 105 */ 	display: none;
/* 106 */ }
/* 107 */ 
/* 108 */ #fancybox-error {
/* 109 */ 	color: #444;
/* 110 */ 	font: normal 12px/20px Arial;
/* 111 */ 	padding: 14px;
/* 112 */ 	margin: 0;
/* 113 */ }
/* 114 */ 
/* 115 */ #fancybox-img {
/* 116 */ 	width: 100%;
/* 117 */ 	height: 100%;
/* 118 */ 	padding: 0;
/* 119 */ 	margin: 0;
/* 120 */ 	border: none;
/* 121 */ 	outline: none;
/* 122 */ 	line-height: 0;
/* 123 */ 	vertical-align: top;
/* 124 */ }
/* 125 */ 
/* 126 */ #fancybox-frame {
/* 127 */ 	width: 100%;
/* 128 */ 	height: 100%;
/* 129 */ 	border: none;
/* 130 */ 	display: block;
/* 131 */ }
/* 132 */ 
/* 133 */ #fancybox-left, #fancybox-right {
/* 134 */ 	position: absolute;
/* 135 */ 	bottom: 0px;
/* 136 */ 	height: 100%;
/* 137 */ 	width: 35%;
/* 138 */ 	cursor: pointer;
/* 139 */ 	outline: none;
/* 140 */ 	background: transparent url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/blank.gif');
/* 141 */ 	z-index: 1102;
/* 142 */ 	display: none;
/* 143 */ }
/* 144 */ 
/* 145 */ #fancybox-left {
/* 146 */ 	left: 0px;
/* 147 */ }
/* 148 */ 
/* 149 */ #fancybox-right {
/* 150 */ 	right: 0px;

/* jquery.fancybox-1.3.4.css */

/* 151 */ }
/* 152 */ 
/* 153 */ #fancybox-left-ico, #fancybox-right-ico {
/* 154 */ 	position: absolute;
/* 155 */ 	top: 50%;
/* 156 */ 	left: -9999px;
/* 157 */ 	width: 30px;
/* 158 */ 	height: 30px;
/* 159 */ 	margin-top: -15px;
/* 160 */ 	cursor: pointer;
/* 161 */ 	z-index: 1102;
/* 162 */ 	display: block;
/* 163 */ }
/* 164 */ 
/* 165 */ #fancybox-left-ico {
/* 166 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png');
/* 167 */ 	background-position: -40px -30px;
/* 168 */ }
/* 169 */ 
/* 170 */ #fancybox-right-ico {
/* 171 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png');
/* 172 */ 	background-position: -40px -60px;
/* 173 */ }
/* 174 */ 
/* 175 */ #fancybox-left:hover, #fancybox-right:hover {
/* 176 */ 	visibility: visible; /* IE6 */
/* 177 */ }
/* 178 */ 
/* 179 */ #fancybox-left:hover span {
/* 180 */ 	left: 20px;
/* 181 */ }
/* 182 */ 
/* 183 */ #fancybox-right:hover span {
/* 184 */ 	left: auto;
/* 185 */ 	right: 20px;
/* 186 */ }
/* 187 */ 
/* 188 */ .fancybox-bg {
/* 189 */ 	position: absolute;
/* 190 */ 	padding: 0;
/* 191 */ 	margin: 0;
/* 192 */ 	border: 0;
/* 193 */ 	width: 20px;
/* 194 */ 	height: 20px;
/* 195 */ 	z-index: 1001;
/* 196 */ }
/* 197 */ 
/* 198 */ #fancybox-bg-n {
/* 199 */ 	top: -20px;
/* 200 */ 	left: 0;

/* jquery.fancybox-1.3.4.css */

/* 201 */ 	width: 100%;
/* 202 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox-x.png');
/* 203 */ }
/* 204 */ 
/* 205 */ #fancybox-bg-ne {
/* 206 */ 	top: -20px;
/* 207 */ 	right: -20px;
/* 208 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png');
/* 209 */ 	background-position: -40px -162px;
/* 210 */ }
/* 211 */ 
/* 212 */ #fancybox-bg-e {
/* 213 */ 	top: 0;
/* 214 */ 	right: -20px;
/* 215 */ 	height: 100%;
/* 216 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox-y.png');
/* 217 */ 	background-position: -20px 0px;
/* 218 */ }
/* 219 */ 
/* 220 */ #fancybox-bg-se {
/* 221 */ 	bottom: -20px;
/* 222 */ 	right: -20px;
/* 223 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png');
/* 224 */ 	background-position: -40px -182px;
/* 225 */ }
/* 226 */ 
/* 227 */ #fancybox-bg-s {
/* 228 */ 	bottom: -20px;
/* 229 */ 	left: 0;
/* 230 */ 	width: 100%;
/* 231 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox-x.png');
/* 232 */ 	background-position: 0px -20px;
/* 233 */ }
/* 234 */ 
/* 235 */ #fancybox-bg-sw {
/* 236 */ 	bottom: -20px;
/* 237 */ 	left: -20px;
/* 238 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png');
/* 239 */ 	background-position: -40px -142px;
/* 240 */ }
/* 241 */ 
/* 242 */ #fancybox-bg-w {
/* 243 */ 	top: 0;
/* 244 */ 	left: -20px;
/* 245 */ 	height: 100%;
/* 246 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox-y.png');
/* 247 */ }
/* 248 */ 
/* 249 */ #fancybox-bg-nw {
/* 250 */ 	top: -20px;

/* jquery.fancybox-1.3.4.css */

/* 251 */ 	left: -20px;
/* 252 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png');
/* 253 */ 	background-position: -40px -122px;
/* 254 */ }
/* 255 */ 
/* 256 */ #fancybox-title {
/* 257 */ 	font-family: Helvetica;
/* 258 */ 	font-size: 12px;
/* 259 */ 	z-index: 1102;
/* 260 */ }
/* 261 */ 
/* 262 */ .fancybox-title-inside {
/* 263 */ 	padding-bottom: 10px;
/* 264 */ 	text-align: center;
/* 265 */ 	color: #333;
/* 266 */ 	background: #fff;
/* 267 */ 	position: relative;
/* 268 */ }
/* 269 */ 
/* 270 */ .fancybox-title-outside {
/* 271 */ 	padding-top: 10px;
/* 272 */ 	color: #fff;
/* 273 */ }
/* 274 */ 
/* 275 */ .fancybox-title-over {
/* 276 */ 	position: absolute;
/* 277 */ 	bottom: 0;
/* 278 */ 	left: 0;
/* 279 */ 	color: #FFF;
/* 280 */ 	text-align: left;
/* 281 */ }
/* 282 */ 
/* 283 */ #fancybox-title-over {
/* 284 */ 	padding: 10px;
/* 285 */ 	background-image: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancy_title_over.png');
/* 286 */ 	display: block;
/* 287 */ }
/* 288 */ 
/* 289 */ .fancybox-title-float {
/* 290 */ 	position: absolute;
/* 291 */ 	left: 0;
/* 292 */ 	bottom: -20px;
/* 293 */ 	height: 32px;
/* 294 */ }
/* 295 */ 
/* 296 */ #fancybox-title-float-wrap {
/* 297 */ 	border: none;
/* 298 */ 	border-collapse: collapse;
/* 299 */ 	width: auto;
/* 300 */ }

/* jquery.fancybox-1.3.4.css */

/* 301 */ 
/* 302 */ #fancybox-title-float-wrap td {
/* 303 */ 	border: none;
/* 304 */ 	white-space: nowrap;
/* 305 */ }
/* 306 */ 
/* 307 */ #fancybox-title-float-left {
/* 308 */ 	padding: 0 0 0 15px;
/* 309 */ 	background: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png') -40px -90px no-repeat;
/* 310 */ }
/* 311 */ 
/* 312 */ #fancybox-title-float-main {
/* 313 */ 	color: #FFF;
/* 314 */ 	line-height: 29px;
/* 315 */ 	font-weight: bold;
/* 316 */ 	padding: 0 0 3px 0;
/* 317 */ 	background: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox-x.png') 0px -40px;
/* 318 */ }
/* 319 */ 
/* 320 */ #fancybox-title-float-right {
/* 321 */ 	padding: 0 0 0 15px;
/* 322 */ 	background: url('/wp-content/themes/Polished/epanel/page_templates/js/fancybox/images/fancybox.png') -55px -90px no-repeat;
/* 323 */ }

/* page_templates.css */

/* 1   */ .sitemap-col { float: left; margin: 0 2% 10px 0; width: 23%; }
/* 2   */ #sitemap .last { margin-right: 0px; }
/* 3   */ 	.sitemap-col h2 { color: #111; font-size: 20px; font-family: Georgia, serif; border-bottom: 1px solid #e9e9e9; padding-bottom: 10px; margin-bottom: -3px; }
/* 4   */ 	.sitemap-col a { color: #464646 !important; }
/* 5   */ 	.sitemap-col a:hover { text-decoration: none; color: #000 !important; }
/* 6   */ 	.sitemap-col ul { list-style:none outside none; padding-left: 0px; margin-left: 0; }
/* 7   */ 		.sitemap-col ul li a { background: url(/wp-content/themes/Polished/epanel/page_templates/images/sitemap-page.png) no-repeat left center; padding: 4px 0px 4px 19px; display: block; }
/* 8   */ 	ul#sitemap-authors li a { display: inline-block; }
/* 9   */ 
/* 10  */ 	ul#sitemap-categories li a { background: url(/wp-content/themes/Polished/epanel/page_templates/images/sitemap-category.png) no-repeat left center; }
/* 11  */ 	ul#sitemap-tags li a { background: url(/wp-content/themes/Polished/epanel/page_templates/images/sitemap-tag.png) no-repeat left center; }
/* 12  */ 	ul#sitemap-authors li a { background: url(/wp-content/themes/Polished/epanel/page_templates/images/sitemap-author.png) no-repeat left center; }
/* 13  */ 
/* 14  */ .et_pt_blogentry { padding:17px 0px 15px; }
/* 15  */ 	h2.et_pt_title { font-size:24px; padding-bottom:14px; padding-left:2px; }
/* 16  */ 		h2.et_pt_title a { color: #111; }
/* 17  */ 		h2.et_pt_title a:hover { color: #000; text-decoration: none; }
/* 18  */ 	p.et_pt_blogmeta { border-bottom:1px solid #EBEBEB; border-top:1px solid #EBEBEB; color:#9E9E9E; font-family:Georgia,serif; font-size:12px; font-style:italic; margin-bottom:11px; padding:8px 5px 7px 4px; text-transform:uppercase; }
/* 19  */ 		p.et_pt_blogmeta a { color:#646464; }
/* 20  */ 		p.et_pt_blogmeta a:hover { color:#111; text-decoration: none; }
/* 21  */ 	div.et_pt_thumb { height:191px; margin:0 20px 0 0; padding:8px 0 0 8px; position:relative; width:191px; }
/* 22  */ 		div.et_pt_thumb span.overlay { background:url("/wp-content/themes/Polished/epanel/page_templates/images/blog-image-overlay.png") no-repeat scroll 0 0 transparent; display:block; height:199px; left:0; position:absolute; top:0; width:199px; }
/* 23  */ 	.et_pt_blogentry a.readmore { background:url("/wp-content/themes/Polished/epanel/page_templates/images/blog-readmore.png") no-repeat right bottom; color:#282828; display:block; float:right; font-size:11px; height:27px; line-height:24px; padding-right:13px; text-shadow:1px 1px 1px #FFFFFF; }
/* 24  */ 		.et_pt_blogentry a.readmore span { background:url("/wp-content/themes/Polished/epanel/page_templates/images/blog-readmore.png") no-repeat; display:block; height:27px; padding:0 0 0 13px; }
/* 25  */ 
/* 26  */ 
/* 27  */ #et_pt_gallery { padding: 15px 0px 0px 0px; margin-left: -33px; }
/* 28  */ 	.et_pt_gallery_entry { background:url("/wp-content/themes/Polished/epanel/page_templates/images/item-bottom-shadow.png") no-repeat scroll left bottom transparent; float:left; margin:0 0px 32px 33px; padding-bottom:5px; position:relative; width: 213px; height: 142px; }
/* 29  */ 		.et_pt_item_image { position:relative; top:0; height: 142px; }
/* 30  */ 			.et_pt_item_image img.portfolio { border:3px solid #E5E5E5; }
/* 31  */ 			.et_pt_item_image span.overlay { background:url("/wp-content/themes/Polished/epanel/page_templates/images/item-overlay.png") no-repeat; height:136px; left:3px; position:absolute; top:3px; width:207px; }
/* 32  */ 			.et_pt_item_image a.zoom-icon, .et_pt_item_image a.more-icon { display:block; height:61px; position:absolute; text-indent:-9999px; top:41px; width:61px; visibility: hidden; }
/* 33  */ 			.et_pt_item_image a.zoom-icon { background:url("/wp-content/themes/Polished/epanel/page_templates/images/zoom-icon.png") no-repeat; left:31px; }
/* 34  */ 			.et_pt_item_image a.more-icon { background:url("/wp-content/themes/Polished/epanel/page_templates/images/readmore-icon.png") no-repeat; left:128px; }
/* 35  */ 	#et_pt_gallery .page-nav { clear: both; }
/* 36  */ 
/* 37  */ .input { border: 1px solid #d4d2d2 !important; border-radius: 8px  !important; -webkit-border-radius: 8px !important; -moz-border-radius: 8px !important; color: #303030 !important; padding: 7px !important; margin: 0px !important; }
/* 38  */ input.input { width: 300px; }
/* 39  */ textarea.input { width: 478px; height:130px; }
/* 40  */ 
/* 41  */ #et-contact p input, #et-contact p textarea { background: url(/wp-content/themes/Polished/epanel/page_templates/images/contact_input.png) repeat-x #f7f7f7 !important; border: 1px solid #cccccc !important; width: 100% !important; color: #111111 !important; padding: 8px !important; }
/* 42  */ #et-contact p textarea { width: 95% !important; }
/* 43  */ #et-contact p #et_contact_captcha { width: 20px !important; }
/* 44  */ 
/* 45  */ #et-contact p .et_contact_error { border: 1px solid red !important; }
/* 46  */ 
/* 47  */ #et-contact .et_hidden { display: none; }
/* 48  */ 
/* 49  */ #et_contact_left, #et_contact_right { float: left; }
/* 50  */ #et_contact_left { width: 70%; }

/* page_templates.css */

/* 51  */ #et_contact_right { width: 17%; margin-left: 50px; }
/* 52  */ 
/* 53  */ #et_contact_submit, #et_contact_reset { border: 0px !important; color: #4c4b4b !important; float: right; font-size: 12px; text-shadow: 1px 1px 1px #fff; text-transform: uppercase; margin-right: 9px; height: 35px; }
/* 54  */ 
/* 55  */ #et_contact_submit { background: url(/wp-content/themes/Polished/epanel/page_templates/images/contact_submit.png) no-repeat; width: 73px; margin-right: 6px; }
/* 56  */ #et_contact_reset { background: url(/wp-content/themes/Polished/epanel/page_templates/images/contact_reset.png) no-repeat; width: 61px; }
/* 57  */ 
/* 58  */ #et-search { background: url(/wp-content/themes/Polished/epanel/page_templates/images/et_search_bg.png) no-repeat; width: 574px; height: 172px; }
/* 59  */ 	#et-search-inner { padding: 19px 14px 0px 29px; }
/* 60  */ 		p#et-search-title { background: url(/wp-content/themes/Polished/epanel/page_templates/images/et_search_bottom.png) no-repeat bottom left; padding: 0px 0px 10px 10px; margin-left: -8px; margin-bottom: 13px; }
/* 61  */ 			p#et-search-title span { background: url(/wp-content/themes/Polished/epanel/page_templates/images/et_search_icon.png) no-repeat 0px 4px; display: block; padding: 0px 0px 0px 24px; font-size: 18px; color: #fff; text-shadow: 1px 1px 1px #8f8f8f; }
/* 62  */ 	#et-search-left { float: left; width: 448px; }
/* 63  */ 	#et-search-right { float: right; width: 82px; text-align: right; margin-top: -1px; }
/* 64  */ 
/* 65  */ 	#et-searchinput { background: url(/wp-content/themes/Polished/epanel/page_templates/images/et-searchinput.png) no-repeat; width: 419px; height: 16px; border: none !important;    padding: 6px 12px 8px; color: #4E4E4E; margin-bottom: 4px; margin-top: 0; }
/* 66  */ 
/* 67  */ 	p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat { float: left; margin-right: 8px; }
/* 68  */ 	p#et_choose_cat { margin-right: 0px; }
/* 69  */ 
/* 70  */ 	select#et-month-choice, select#et-cat { width: 161px; margin: 0px; font-size: 11px; color: #464646; }
/* 71  */ 
/* 72  */ 	p#et_choose_posts, p#et_choose_pages { color: #5c5c5c; font-size: 11px; text-shadow: 1px 1px 1px #ebebeb; }
/* 73  */ 	p#et_choose_posts input, p#et_choose_pages input { margin-left: 0px; margin-right: 4px; }
/* 74  */ 	p#et-search-word { padding-bottom: 5px; }
/* 75  */ 
/* 76  */ 	#et_search_submit { background: url(/wp-content/themes/Polished/epanel/page_templates/images/et_search_submit.png) no-repeat; border: medium none !important; color: #4c4b4b; font-size: 12px; padding: 7px 0 9px; text-shadow: 1px 1px 0px #fff; width: 73px; text-transform: uppercase; }
/* 77  */ 
/* 78  */ 	p#et_choose_date select, p#et_choose_cat select { width: 145px\9; }
/* 79  */ 
/* 80  */ #et_pt_portfolio_gallery { padding: 15px 0px 0px 0px; margin-left: -70px; }
/* 81  */ 	.et_pt_portfolio_row { margin-bottom: 45px; }
/* 82  */ 		.et_pt_portfolio_item { float: left; margin-left: 70px; width: 272px; }
/* 83  */ 			.et_pt_portfolio_item h2 { color: #000; padding-bottom: 12px; }
/* 84  */ 			.et_pt_portfolio_entry { border: 1px solid #dadada; border-bottom: 1px solid #b7b7b7; background: #fff; padding: 5px; -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); margin-bottom: 7px; }
/* 85  */ 				.et_pt_portfolio_image { position: relative; }
/* 86  */ 					.et_pt_portfolio_image img { display: block; }
/* 87  */ 					.et_portfolio_more_icon, .et_portfolio_zoom_icon { display: block; height: 37px; position: absolute; top: 68px; width: 37px; text-indent: -9999px; display: none; }
/* 88  */ 					.et_portrait_layout .et_portfolio_more_icon, .et_portrait_layout .et_portfolio_zoom_icon { top: 142px; }
/* 89  */ 					.et_portfolio_more_icon { background: url(/wp-content/themes/Polished/epanel/page_templates/images/portfolio-more-icon.png) no-repeat; left: 94px; }
/* 90  */ 					.et_portfolio_zoom_icon { background: url(/wp-content/themes/Polished/epanel/page_templates/images/portfolio-zoom-icon.png) no-repeat; left: 134px; }
/* 91  */ 					.et_video .et_portfolio_zoom_icon { background: url(/wp-content/themes/Polished/epanel/page_templates/images/portfolio-video-icon.png) no-repeat; }
/* 92  */ 					.et_pt_portfolio_overlay { width: 100%; height: 100%; background: url(/wp-content/themes/Polished/epanel/page_templates/images/gallery-overlay.png) no-repeat; display: block; position: absolute; top: 0px; left: 0px; }
/* 93  */ 	#et_pt_portfolio_gallery .page-nav { margin-left: 70px; padding-bottom: 10px; }
/* 94  */ 
/* 95  */ .et_portfolio_small { margin-left: -45px !important; }
/* 96  */ 	.et_portfolio_small .et_pt_portfolio_item { margin-left: 45px; width: 152px; }
/* 97  */ 	.et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon { top: 30px; }
/* 98  */ 		.et_portfolio_small .et_portrait_layout .et_portfolio_more_icon, .et_portfolio_small .et_portrait_layout .et_portfolio_zoom_icon { top: 67px; }
/* 99  */ 	.et_portfolio_small .et_portfolio_more_icon { left: 38px; }
/* 100 */ 	.et_portfolio_small .et_portfolio_zoom_icon { left: 77px; }

/* page_templates.css */

/* 101 */ 
/* 102 */ .et_portfolio_large { margin-left: -76px !important; }
/* 103 */ 	.et_portfolio_large .et_pt_portfolio_item { margin-left: 76px; width: 442px; }
/* 104 */ 	.et_portfolio_large .et_portfolio_more_icon, .et_portfolio_large .et_portfolio_zoom_icon { top: 124px; }
/* 105 */ 		.et_portfolio_large .et_portrait_layout .et_portfolio_more_icon, .et_portfolio_large .et_portrait_layout .et_portfolio_zoom_icon { top: 392px; }
/* 106 */ 	.et_portfolio_large .et_portfolio_more_icon { left: 178px; }
/* 107 */ 	.et_portfolio_large .et_portfolio_zoom_icon { left: 219px; }
/* 108 */ 
/* 109 */ #fancybox-title-float-main { text-shadow: none !important; }
/* 110 */ 
/* 111 */ .et_contact_form_label { display: none; }