/* 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.4
/* 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 .reply-container a { 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 */ 

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* 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_sliderfx_slide .et-tabs-content-main-wrap { overflow: hidden; }
/* 177 */ 		.tabs-left .et-tabs-content h3 { padding-bottom: 14px; color: #333333; }
/* 178 */ 	.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%); }
/* 179 */ 
/* 180 */ 	.tabs-left ul.et_shortcodes_mobile_nav  a { text-indent: -9999px; }
/* 181 */ 		.tabs-left ul.et_shortcodes_mobile_nav a span { top: 50%; margin-top: -7px; }
/* 182 */ 		.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 50%; margin-right: -4px; }
/* 183 */ 		.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 50%; margin-left: -4px; }
/* 184 */ 
/* 185 */ .author-shortcodes { background: #fff; border: 1px solid #e7e7e7; color: #363636; font-size: 14px; margin-bottom: 10px; }
/* 186 */ 	.author-shortcodes .author-inner { position: relative; padding: 30px 30px 20px 117px; min-height: 60px; }
/* 187 */ 		.author-shortcodes .author-image { position: absolute; top: 32px; left: 30px; width: 60px; height: 60px; }
/* 188 */ 			.author-shortcodes .author-image img { max-width: 100%; height: auto; width: auto; }
/* 189 */ 			.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); }
/* 190 */ 
/* 191 */ .et-protected { border: 1px solid #e7e7e7; width: 390px; background: #fff; margin-bottom: 10px; }
/* 192 */ 	.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; }
/* 193 */ 		.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; }
/* 194 */ 	.et-protected-form { padding: 32px 37px 32px 32px; text-align: right; }
/* 195 */ 		.et-protected-form p { padding-bottom: 16px; }
/* 196 */ 			.et-protected-form p label { position: relative; }
/* 197 */ 				.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; }
/* 198 */ 				.et-protected-form p .et_protected_password { height: 23px; background-position: -275px -2px; }
/* 199 */ 			.et-protected-form label span { display: none; }
/* 200 */ 			.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; }

/* shortcodes.css */

/* 201 */ 
/* 202 */ 		.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; }
/* 203 */ 
/* 204 */ .et-simple-slides .et_slidecontent { width: auto; }
/* 205 */ 
/* 206 */ .et-image-slides { background: #555; }
/* 207 */ 	.et-image-slider { background: #fff; border: 1px solid #e7e7e7; margin-bottom:25px; }
/* 208 */ 		.et-image-slide { position: relative; }
/* 209 */ 			.et-image-slider img { display: block; width: auto; margin: 0 auto; height: auto; }
/* 210 */ 			.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); }
/* 211 */ 
/* 212 */ .et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box { color:#201F1F !important; text-shadow: none !important; }
/* 213 */ .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; }
/* 214 */ 
/* 215 */ .et-custom-list ul { list-style: none !important; list-style-image: none !important; padding-left: 0 !important; margin: 0 !important; line-height: 26px; }
/* 216 */ 	.et-custom-list ul li { padding-left: 28px !important; margin: 5px 0 !important; list-style: none !important; position: relative; }
/* 217 */ 		.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; }
/* 218 */ 	.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; }
/* 219 */ 	.etlist-dot ul li { padding-left: 25px !important; }
/* 220 */ 		.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; }
/* 221 */ 			.et-custom-list ul li ul { padding: 2px 0px !important; margin: 0 !important; }
/* 222 */ 
/* 223 */ .et-pricing { margin: 40px 0 10px; }
/* 224 */ 	.pricing-table { float: left; width: 25%; margin-bottom: 22px; position: relative; margin-left: -1px; }
/* 225 */ 		.pricing-table-wrap { border: 1px solid #e7e7e7; border-bottom: none; }
/* 226 */ 		.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; }
/* 227 */ 			.pricing-title { text-transform: uppercase; font-size: 20px; color: #53b4c7 !important; font-weight: bold; text-shadow: none !important; }
/* 228 */ 			.pricing-heading p { padding-bottom: 0 !important; }
/* 229 */ 
/* 230 */ 			.pricing-table ul.pricing { padding: 0 !important; list-style: none !important; margin: 0 !important; list-style-image: none !important; line-height: 26px; }
/* 231 */ 				.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; }
/* 232 */ 					.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; }
/* 233 */ 					.pricing-table ul.pricing li.x-mark span.pricing-mark { background-position: -74px -20px; }
/* 234 */ 
/* 235 */ 			.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; }
/* 236 */ 					span.et-price { font-size: 48px; color: #94c65c; text-shadow: 0 1px 0 #fff; font-family: Georgia, serif; }
/* 237 */ 						span.et-price sup { font-size: 24px; bottom: 13px; left: 1px; }
/* 238 */ 						span.et-price span.dollar-sign { font-size: 36px; }
/* 239 */ 			.pricing-table a.icon-button { margin: 0; padding-left: 15px; position: absolute; bottom: -13px; left: 50%; }
/* 240 */ 			.pricing-table a.icon-button { visibility: hidden; }
/* 241 */ 	.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; }
/* 242 */ 		.pricing-big .pricing-table-wrap { border-color: #d6d5d5; }
/* 243 */ 		.pricing-big .pricing-heading { padding-top: 43px; }
/* 244 */ 		.pricing-big .pricing-content-bottom { padding-bottom: 63px; border-bottom: 1px solid #d6d5d5; }
/* 245 */ 
/* 246 */ .et-testimonial-box { border: 1px solid #e7e7e7; background: #fff; position: relative; margin: 10px 0 45px; }
/* 247 */ 	.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; }
/* 248 */ 		.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; }
/* 249 */ 			.t-img img { max-width: 100%; height: auto; }
/* 250 */ 			.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; }

/* shortcodes.css */

/* 251 */ 		.t-author, .t-position { display: block; }
/* 252 */ 		.t-author { font-size: 18px; color: #999; padding: 10px 0 5px; }
/* 253 */ 		.t-position { color: #595959; }
/* 254 */ 		.t-position, .et-testimonial { font-family: Georgia, serif; font-style: italic; font-size: 14px; }
/* 255 */ 		.et-testimonial { padding: 43px 35px 30px 77px; color: #363636; position: relative; text-shadow: none !important; }
/* 256 */ 			.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; }
/* 257 */ 		.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; }
/* 258 */ 
/* 259 */ 
/* 260 */ .et-dropcap { font-size: 48px; float: left; display:block; margin:0 7px 0 0; line-height: 1; }
/* 261 */ 
/* 262 */ .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; }
/* 263 */ 	.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; }
/* 264 */ 	.quote-center .et_quote_sign { background-position: -251px -2px; width: 20px; height: 16px; top: 3px; }
/* 265 */ 	.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; }
/* 266 */ 	.et_right_quote { width: 100%; }
/* 267 */ .quote-center { font-size: 24px; line-height: 1.2; text-align: center; padding-left: 30px; }
/* 268 */ 	.quote-center .et_right_quote { padding-right: 30px; width: 95%; }
/* 269 */ 
/* 270 */ 
/* 271 */ .et-tabs-container .et-tabs-control { padding: 0; }
/* 272 */ .tabs-left .et-tabs-control { padding-left: 0; }
/* 273 */ .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; }
/* 274 */ 
/* 275 */ .et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a { text-decoration: none !important; }
/* 276 */ 
/* 277 */ a.big-button, a.small-button, a.icon-button { cursor: pointer; }
/* 278 */ 
/* 279 */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* 280 */ * html .clearfix             { zoom: 1; } /* IE6 */
/* 281 */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* 282 */ 
/* 283 */ .last { margin-right: 0px !important; clear:right; }
/* 284 */ .clear { clear:both; }

/* jetpack.css */

/* 1 */ /*!
/* 2 *| * Do not modify this file directly.  It is concatenated from individual module CSS files.
/* 3 *| */
/* 4 */ .jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows.png) center center/200px 126px no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{-webkit-transition:400ms ease-out;transition:400ms ease-out}.jp-carousel-info h2{background:none!important;border:none!important;color:#999;display:block!important;font:400 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{-webkit-transition:500ms opacity ease-out;transition:500ms opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{-webkit-transition:none!important;transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:none!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{-webkit-transition:opacity 400ms linear;transition:opacity 400ms linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:left;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{-webkit-transition:color 200ms linear;transition:color 200ms linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{-webkit-transition:border-color 200ms linear;transition:border-color 200ms linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-5.png) 0 0/16px 200px no-repeat}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-like.liked,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}.rtl div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:100% -156px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}div.jp-carousel-buttons a.jp-carousel-like{background-position:5px 5px;padding-left:24px!important}div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x-5.png)}}div#carousel-reblog-box{background:#222;background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;float:left!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}.rtl a.jp-carousel-image-download{background-position:100% -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.rtl a.jp-carousel-image-download:hover{background-position:100% -122px}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#jp-carousel-comment-form-container,#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#DF4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:444 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.rtl .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:100% -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px;padding-left:23px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked{background-position:5px 5px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.rtl .jp-carousel-light a.jp-carousel-image-download{background-position:100% -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.rtl .jp-carousel-light a.jp-carousel-image-download:hover{background-position:100% -122px}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-buttons,.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;-moz-box-sizing:border-box;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#AAA;margin-left:4px;font-weight:400}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}#likes-other-gravatars{display:none;position:absolute;padding:10px;background-color:#000;border-width:0;opacity:.88;filter:alpha(opacity=88);box-shadow:0 0 10px #000;min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:14px;padding-bottom:5px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;position:absolute;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.post-likes-widget-placeholder .button{display:none}.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}div#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative}div.jp-relatedposts:after{content:'';display:block;clear:both}div#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}div#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}div#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}div#jp-relatedposts div.jp-relatedposts-items{clear:left}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-right:-20px}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items p,div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs{position:relative}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block}div#jp-relatedposts div.jp-relatedposts-items p{margin-bottom:0}div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span{margin-bottom:1em}@media only screen and (max-width:640px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:50%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important}.sd-content ul li{display:inline}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button >a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;margin:0 5px 5px 0;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button >a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px;top:0}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 16px/1 Genericons;vertical-align:top;position:relative;top:3px;text-align:center}.sd-content ul li{margin:0!important;padding:0}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:2px}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f214'}.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-stumbleupon a:before,.sd-social-icon-text .sd-content li.share-stumbleupon a:before,.sd-social-text .sd-content ul li.share-stumbleupon a:before{content:'\f223'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f209'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f204'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .sd-content .pocket_button iframe{width:98px}.sd-social-official .sd-content .twitter_button iframe{width:96px}.reddit_button iframe,.stumbleupon_button iframe{margin-top:1px}.googleplus1_button iframe,.like_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0;height:0}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:8px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-stumbleupon a.sd-button{background:#ea4b24;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;-khtml-border-radius:11px;margin-bottom:20px;height:410px;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{-moz-box-sizing:content-box;box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{border-width:0!important;margin-right:auto!important;margin-left:auto!important;padding:0!important;background-color:transparent!important;background-image:none!important;max-width:100%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{height:100%;width:100%;text-align:center;margin:auto;display:none}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"alpha(Opacity=50)";opacity:.5;direction:ltr}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;-khtml-border-radius:10em!important;border-radius:10em!important;-webkit-transition:300ms border-color ease-out;transition:300ms border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a.running,body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:gray;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);-webkit-transition:opacity .5s;transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}#subscribe-email input{width:95%;padding:1px 2px}.comment-subscription-form .subscribe-label{display:inline!important}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:none;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(/images/grav-share-sprite-2x.png);background-size:16px 784px}}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}

/* 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; }