/* screen.css */

/* 1   */ /* -----------------------------------------------------------------------
/* 2   *| 
/* 3   *| 
/* 4   *|  Blueprint CSS Framework 0.8
/* 5   *|  http://blueprintcss.org
/* 6   *| 
/* 7   *|    * Copyright (c) 2007-Present. See LICENSE for more info.
/* 8   *|    * See README for instructions on how to use Blueprint.
/* 9   *|    * For credits and origins, see AUTHORS.
/* 10  *|    * This is a compressed file. See the sources in the 'src' directory.
/* 11  *| 
/* 12  *| ----------------------------------------------------------------------- */
/* 13  */ 
/* 14  */ /* reset.css */
/* 15  */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
/* 16  */ body {line-height:1.5;}
/* 17  */ table {border-collapse:separate;border-spacing:0;}
/* 18  */ caption, th, td {text-align:left;font-weight:normal;}
/* 19  */ table, td, th {vertical-align:middle;}
/* 20  */ blockquote:before, blockquote:after, q:before, q:after {content:"";}
/* 21  */ blockquote, q {quotes:"" "";}
/* 22  */ a img {border:none;}
/* 23  */ 
/* 24  */ /* typography.css */
/* 25  */ body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
/* 26  */ h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
/* 27  */ h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
/* 28  */ h2 {font-size:2em;margin-bottom:0.75em;}
/* 29  */ h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
/* 30  */ h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
/* 31  */ h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
/* 32  */ h6 {font-size:1em;font-weight:bold;}
/* 33  */ h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
/* 34  */ p {margin:0 0 1.5em;}
/* 35  */ p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
/* 36  */ p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
/* 37  */ a:focus, a:hover {color:#000;}
/* 38  */ a {color:#009;text-decoration:underline;}
/* 39  */ blockquote {margin:1.5em;color:#666;font-style:italic;}
/* 40  */ strong {font-weight:bold;}
/* 41  */ em, dfn {font-style:italic;}
/* 42  */ dfn {font-weight:bold;}
/* 43  */ sup, sub {line-height:0;}
/* 44  */ abbr, acronym {border-bottom:1px dotted #666;}
/* 45  */ address {margin:0 0 1.5em;font-style:italic;}
/* 46  */ del {color:#666;}
/* 47  */ pre {margin:1.5em 0;white-space:pre;}
/* 48  */ pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
/* 49  */ li ul, li ol {margin:0 1.5em;}
/* 50  */ ul, ol {margin:0 1.5em 1.5em 1.5em;}

/* screen.css */

/* 51  */ ul {list-style-type:disc;}
/* 52  */ ol {list-style-type:decimal;}
/* 53  */ dl {margin:0 0 1.5em 0;}
/* 54  */ dl dt {font-weight:bold;}
/* 55  */ dd {margin-left:1.5em;}
/* 56  */ table {margin-bottom:1.4em;width:100%;}
/* 57  */ th {font-weight:bold;}
/* 58  */ thead th {background:#c3d9ff;}
/* 59  */ th, td, caption {padding:4px 10px 4px 5px;}
/* 60  */ tr.even td {background:#e5ecf9;}
/* 61  */ tfoot {font-style:italic;}
/* 62  */ caption {background:#eee;}
/* 63  */ .small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
/* 64  */ .large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
/* 65  */ .hide {display:none;}
/* 66  */ .quiet {color:#666;}
/* 67  */ .loud {color:#000;}
/* 68  */ .highlight {background:#ff0;}
/* 69  */ .added {background:#060;color:#fff;}
/* 70  */ .removed {background:#900;color:#fff;}
/* 71  */ .first {margin-left:0;padding-left:0;}
/* 72  */ .last {margin-right:0;padding-right:0;}
/* 73  */ .top {margin-top:0;padding-top:0;}
/* 74  */ .bottom {margin-bottom:0;padding-bottom:0;}
/* 75  */ 
/* 76  */ /* forms.css */
/* 77  */ label {font-weight:bold;}
/* 78  */ fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
/* 79  */ legend {font-weight:bold;font-size:1.2em;}
/* 80  */ input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
/* 81  */ input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
/* 82  */ input.text, input.title {width:300px;padding:5px;}
/* 83  */ input.title {font-size:1.5em;}
/* 84  */ textarea {width:390px;height:250px;padding:5px;}
/* 85  */ .error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
/* 86  */ .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
/* 87  */ .notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
/* 88  */ .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
/* 89  */ .error a {color:#8a1f11;}
/* 90  */ .notice a {color:#514721;}
/* 91  */ .success a {color:#264409;}
/* 92  */ 
/* 93  */ /* grid.css */
/* 94  */ .container {width:950px;margin:0 auto;}
/* 95  */ .showgrid {background:url(http://www.latestasianfashions.com/wp-content/themes/Manolya/css/src/grid.png?99672c);}
/* 96  */ .column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
/* 97  */ .last, div.last {margin-right:0;}
/* 98  */ .span-1 {width:30px;}
/* 99  */ .span-2 {width:70px;}
/* 100 */ .span-3 {width:110px;}

/* screen.css */

/* 101 */ .span-4 {width:150px;}
/* 102 */ .span-5 {width:190px;}
/* 103 */ .span-6 {width:230px;}
/* 104 */ .span-7 {width:270px;}
/* 105 */ .span-8 {width:310px;}
/* 106 */ .span-9 {width:350px;}
/* 107 */ .span-10 {width:390px;}
/* 108 */ .span-11 {width:430px;}
/* 109 */ .span-12 {width:470px;}
/* 110 */ .span-13 {width:510px;}
/* 111 */ .span-14 {width:550px;}
/* 112 */ .span-15 {width:590px;}
/* 113 */ .span-16 {width:630px;}
/* 114 */ .span-17 {width:670px;}
/* 115 */ .span-18 {width:710px;}
/* 116 */ .span-19 {width:750px;}
/* 117 */ .span-20 {width:790px;}
/* 118 */ .span-21 {width:830px;}
/* 119 */ .span-22 {width:870px;}
/* 120 */ .span-23 {width:910px;}
/* 121 */ .span-24, div.span-24 {width:950px;margin:0;}
/* 122 */ input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
/* 123 */ input.span-1, textarea.span-1 {width:18px!important;}
/* 124 */ input.span-2, textarea.span-2 {width:58px!important;}
/* 125 */ input.span-3, textarea.span-3 {width:98px!important;}
/* 126 */ input.span-4, textarea.span-4 {width:138px!important;}
/* 127 */ input.span-5, textarea.span-5 {width:178px!important;}
/* 128 */ input.span-6, textarea.span-6 {width:218px!important;}
/* 129 */ input.span-7, textarea.span-7 {width:258px!important;}
/* 130 */ input.span-8, textarea.span-8 {width:298px!important;}
/* 131 */ input.span-9, textarea.span-9 {width:338px!important;}
/* 132 */ input.span-10, textarea.span-10 {width:378px!important;}
/* 133 */ input.span-11, textarea.span-11 {width:418px!important;}
/* 134 */ input.span-12, textarea.span-12 {width:458px!important;}
/* 135 */ input.span-13, textarea.span-13 {width:498px!important;}
/* 136 */ input.span-14, textarea.span-14 {width:538px!important;}
/* 137 */ input.span-15, textarea.span-15 {width:578px!important;}
/* 138 */ input.span-16, textarea.span-16 {width:618px!important;}
/* 139 */ input.span-17, textarea.span-17 {width:658px!important;}
/* 140 */ input.span-18, textarea.span-18 {width:698px!important;}
/* 141 */ input.span-19, textarea.span-19 {width:738px!important;}
/* 142 */ input.span-20, textarea.span-20 {width:778px!important;}
/* 143 */ input.span-21, textarea.span-21 {width:818px!important;}
/* 144 */ input.span-22, textarea.span-22 {width:858px!important;}
/* 145 */ input.span-23, textarea.span-23 {width:898px!important;}
/* 146 */ input.span-24, textarea.span-24 {width:938px!important;}
/* 147 */ .append-1 {padding-right:40px;}
/* 148 */ .append-2 {padding-right:80px;}
/* 149 */ .append-3 {padding-right:120px;}
/* 150 */ .append-4 {padding-right:160px;}

/* screen.css */

/* 151 */ .append-5 {padding-right:200px;}
/* 152 */ .append-6 {padding-right:240px;}
/* 153 */ .append-7 {padding-right:280px;}
/* 154 */ .append-8 {padding-right:320px;}
/* 155 */ .append-9 {padding-right:360px;}
/* 156 */ .append-10 {padding-right:400px;}
/* 157 */ .append-11 {padding-right:440px;}
/* 158 */ .append-12 {padding-right:480px;}
/* 159 */ .append-13 {padding-right:520px;}
/* 160 */ .append-14 {padding-right:560px;}
/* 161 */ .append-15 {padding-right:600px;}
/* 162 */ .append-16 {padding-right:640px;}
/* 163 */ .append-17 {padding-right:680px;}
/* 164 */ .append-18 {padding-right:720px;}
/* 165 */ .append-19 {padding-right:760px;}
/* 166 */ .append-20 {padding-right:800px;}
/* 167 */ .append-21 {padding-right:840px;}
/* 168 */ .append-22 {padding-right:880px;}
/* 169 */ .append-23 {padding-right:920px;}
/* 170 */ .prepend-1 {padding-left:40px;}
/* 171 */ .prepend-2 {padding-left:80px;}
/* 172 */ .prepend-3 {padding-left:120px;}
/* 173 */ .prepend-4 {padding-left:160px;}
/* 174 */ .prepend-5 {padding-left:200px;}
/* 175 */ .prepend-6 {padding-left:240px;}
/* 176 */ .prepend-7 {padding-left:280px;}
/* 177 */ .prepend-8 {padding-left:320px;}
/* 178 */ .prepend-9 {padding-left:360px;}
/* 179 */ .prepend-10 {padding-left:400px;}
/* 180 */ .prepend-11 {padding-left:440px;}
/* 181 */ .prepend-12 {padding-left:480px;}
/* 182 */ .prepend-13 {padding-left:520px;}
/* 183 */ .prepend-14 {padding-left:560px;}
/* 184 */ .prepend-15 {padding-left:600px;}
/* 185 */ .prepend-16 {padding-left:640px;}
/* 186 */ .prepend-17 {padding-left:680px;}
/* 187 */ .prepend-18 {padding-left:720px;}
/* 188 */ .prepend-19 {padding-left:760px;}
/* 189 */ .prepend-20 {padding-left:800px;}
/* 190 */ .prepend-21 {padding-left:840px;}
/* 191 */ .prepend-22 {padding-left:880px;}
/* 192 */ .prepend-23 {padding-left:920px;}
/* 193 */ div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
/* 194 */ div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
/* 195 */ .pull-1 {margin-left:-40px;}
/* 196 */ .pull-2 {margin-left:-80px;}
/* 197 */ .pull-3 {margin-left:-120px;}
/* 198 */ .pull-4 {margin-left:-160px;}
/* 199 */ .pull-5 {margin-left:-200px;}
/* 200 */ .pull-6 {margin-left:-240px;}

/* screen.css */

/* 201 */ .pull-7 {margin-left:-280px;}
/* 202 */ .pull-8 {margin-left:-320px;}
/* 203 */ .pull-9 {margin-left:-360px;}
/* 204 */ .pull-10 {margin-left:-400px;}
/* 205 */ .pull-11 {margin-left:-440px;}
/* 206 */ .pull-12 {margin-left:-480px;}
/* 207 */ .pull-13 {margin-left:-520px;}
/* 208 */ .pull-14 {margin-left:-560px;}
/* 209 */ .pull-15 {margin-left:-600px;}
/* 210 */ .pull-16 {margin-left:-640px;}
/* 211 */ .pull-17 {margin-left:-680px;}
/* 212 */ .pull-18 {margin-left:-720px;}
/* 213 */ .pull-19 {margin-left:-760px;}
/* 214 */ .pull-20 {margin-left:-800px;}
/* 215 */ .pull-21 {margin-left:-840px;}
/* 216 */ .pull-22 {margin-left:-880px;}
/* 217 */ .pull-23 {margin-left:-920px;}
/* 218 */ .pull-24 {margin-left:-960px;}
/* 219 */ .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
/* 220 */ .push-1 {margin:0 -40px 1.5em 40px;}
/* 221 */ .push-2 {margin:0 -80px 1.5em 80px;}
/* 222 */ .push-3 {margin:0 -120px 1.5em 120px;}
/* 223 */ .push-4 {margin:0 -160px 1.5em 160px;}
/* 224 */ .push-5 {margin:0 -200px 1.5em 200px;}
/* 225 */ .push-6 {margin:0 -240px 1.5em 240px;}
/* 226 */ .push-7 {margin:0 -280px 1.5em 280px;}
/* 227 */ .push-8 {margin:0 -320px 1.5em 320px;}
/* 228 */ .push-9 {margin:0 -360px 1.5em 360px;}
/* 229 */ .push-10 {margin:0 -400px 1.5em 400px;}
/* 230 */ .push-11 {margin:0 -440px 1.5em 440px;}
/* 231 */ .push-12 {margin:0 -480px 1.5em 480px;}
/* 232 */ .push-13 {margin:0 -520px 1.5em 520px;}
/* 233 */ .push-14 {margin:0 -560px 1.5em 560px;}
/* 234 */ .push-15 {margin:0 -600px 1.5em 600px;}
/* 235 */ .push-16 {margin:0 -640px 1.5em 640px;}
/* 236 */ .push-17 {margin:0 -680px 1.5em 680px;}
/* 237 */ .push-18 {margin:0 -720px 1.5em 720px;}
/* 238 */ .push-19 {margin:0 -760px 1.5em 760px;}
/* 239 */ .push-20 {margin:0 -800px 1.5em 800px;}
/* 240 */ .push-21 {margin:0 -840px 1.5em 840px;}
/* 241 */ .push-22 {margin:0 -880px 1.5em 880px;}
/* 242 */ .push-23 {margin:0 -920px 1.5em 920px;}
/* 243 */ .push-24 {margin:0 -960px 1.5em 960px;}
/* 244 */ .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
/* 245 */ .prepend-top {margin-top:1.5em;}
/* 246 */ .append-bottom {margin-bottom:1.5em;}
/* 247 */ .box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
/* 248 */ hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
/* 249 */ hr.space {background:#fff;color:#fff;}
/* 250 */ .clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}

/* screen.css */

/* 251 */ .clearfix, .container {display:block;}
/* 252 */ .clear {clear:both;}

/* style.css */

/* 1   */ /*
/* 2   *| 	Theme Name: Latest Asian Fashions
/* 3   *| 	Theme URI: http://www.latestasianfashions.com
/* 4   *| 	Description: Latest Asian Fashions
/* 5   *| 	Author: LAF
/* 6   *| 	Author URI: http://www.latestasianfashions.com
/* 7   *| 	Version: 3.1
/* 8   *| 	Tags: Latest Asian Fashions
/* 9   *| */
/* 10  */ 
/* 11  */ /* LAYOUT */
/* 12  */ 
/* 13  */ body {
/* 14  */ 	background: #1b0622 url(../../../themes/Manolya/images/background_99672c.png) top left repeat-x;
/* 15  */ 	}
/* 16  */ 
/* 17  */ #wrapper {
/* 18  */ 	padding:0;
/* 19  */ 	}
/* 20  */ 
/* 21  */ #container {
/* 22  */     background: url(../../../themes/Manolya/images/containert-wrapper-background_99672c.png) top left repeat-x;
/* 23  */ 	}
/* 24  */ 
/* 25  */ #contentwrap {
/* 26  */ 	background:#fff;
/* 27  */ 	}
/* 28  */ 
/* 29  */ a {
/* 30  */ 	color: #c4014e;
/* 31  */ 	}
/* 32  */ 
/* 33  */ a:hover {
/* 34  */ 	color: #7e00a8;
/* 35  */ 	}
/* 36  */ /* HEADER */
/* 37  */ 
/* 38  */ #header {
/* 39  */ 	height: 100px;
/* 40  */ 	padding-top:20px;
/* 41  */ 	}
/* 42  */ 
/* 43  */ #header h1 {
/* 44  */ 	margin-bottom: 0px !important;
/* 45  */ 	padding: 8px 0 0 15px;
/* 46  */ 	font-weight: normal;
/* 47  */ 	font-family: Georgia, Times New Roman Times, Serif;
/* 48  */ 	font-weight: bold;
/* 49  */ 	font-size: 46px;
/* 50  */ 	}

/* style.css */

/* 51  */ 
/* 52  */ #header h1 a, #header h1 a:visited {
/* 53  */ 	color: #f1e2e8;
/* 54  */ 	text-decoration: none;
/* 55  */ 	}
/* 56  */ 
/* 57  */ 
/* 58  */ #header h2 {
/* 59  */     padding-left: 15px;
/* 60  */ 	color: #6c5974;
/* 61  */ 	font-size: 14px;
/* 62  */ 	line-height: 14px; 
/* 63  */ 	font-family: Arial;
/* 64  */ 	}
/* 65  */ 
/* 66  */ .logoimg {
/* 67  */     margin: 10px 0 0 20px
/* 68  */ }
/* 69  */ 
/* 70  */ /* NAVIGATION MENUS */
/* 71  */ 
/* 72  */ #pagemenucontainer {
/* 73  */ 	height: 34px;
/* 74  */     padding: 30px 0 0 10px;
/* 75  */ 	}
/* 76  */ 	
/* 77  */ #pagemenu {
/* 78  */ 	height: 30px;
/* 79  */ 	}
/* 80  */ 
/* 81  */ #pagemenu, #pagemenu ul { 
/* 82  */ 	padding: 0;
/* 83  */ 	margin: 0;
/* 84  */ 	list-style: none;
/* 85  */ 	line-height: 1;
/* 86  */ 	}
/* 87  */ #pagemenu {
/* 88  */ 	margin-bottom: 1px;
/* 89  */ 	}
/* 90  */ 	
/* 91  */ #pagemenu ul {
/* 92  */ 	float: left;
/* 93  */ 	list-style: none;
/* 94  */ 	margin: 0px 0px 0px 0px;
/* 95  */ 	padding: 0px;
/* 96  */ 	}
/* 97  */ 	
/* 98  */ #pagemenu li {
/* 99  */ 	float: left;
/* 100 */ 	list-style: none;

/* style.css */

/* 101 */ 	margin: 0px;
/* 102 */ 	padding: 0px;
/* 103 */ 	}
/* 104 */ 	
/* 105 */ #pagemenu ul li {
/* 106 */ 	list-style: none;
/* 107 */ 	margin: 0px;
/* 108 */ 	padding: 0px;
/* 109 */ 	}
/* 110 */ 	
/* 111 */ #pagemenu li a, #pagemenu li a:link {
/* 112 */ 	color: #fb9fc4;
/* 113 */ 	display: block;
/* 114 */     margin: 0px 3px 0px 3px;
/* 115 */ 	padding: 10px 10px;
/* 116 */ 	text-decoration: none;
/* 117 */ 	font-weight: bold;
/* 118 */ 	text-transform: uppercase;
/* 119 */ 	font-size: 11px;
/* 120 */ 	font-family: Arial, Helvetica, sans-serif;
/* 121 */ 	}
/* 122 */ 	
/* 123 */ #pagemenu li a:hover, #pagemenu li a:active{
/* 124 */ 	color: #fff;
/* 125 */ 	display: block;
/* 126 */ 	text-decoration: none;
/* 127 */ 	}
/* 128 */ 	
/* 129 */ #pagemenu  li.current_page_item a {
/* 130 */ 	color:#fff;
/* 131 */ 	}
/* 132 */ 
/* 133 */ #pagemenu li:hover, #pagemenu li.sfhover { 
/* 134 */ 	position: static;
/* 135 */ 	}
/* 136 */ 	
/* 137 */ 
/* 138 */ 
/* 139 */ .navcontainer {
/* 140 */ 	height: 34px;
/* 141 */     background: url(../../../themes/Manolya/images/nav-background_99672c.png) top left repeat-x;
/* 142 */     padding: 8px 0 0 8px;
/* 143 */ 	}
/* 144 */ 	
/* 145 */ #nav {
/* 146 */ 	height: 30px;
/* 147 */ 	}
/* 148 */ 
/* 149 */ #nav, #nav ul { 
/* 150 */ 	padding: 0;

/* style.css */

/* 151 */ 	margin: 0;
/* 152 */ 	list-style: none;
/* 153 */ 	line-height: 1;
/* 154 */ 	}
/* 155 */ #nav {
/* 156 */ 	margin-bottom: 1px;
/* 157 */ 	}
/* 158 */ 	
/* 159 */ #nav ul {
/* 160 */ 	float: left;
/* 161 */ 	list-style: none;
/* 162 */ 	margin: 0px 0px 0px 0px;
/* 163 */ 	padding: 0px;
/* 164 */ 	}
/* 165 */ 	
/* 166 */ #nav li {
/* 167 */ 	float: left;
/* 168 */ 	list-style: none;
/* 169 */ 	margin: 0px;
/* 170 */ 	padding: 0px;
/* 171 */ 	}
/* 172 */ 	
/* 173 */ #nav ul li {
/* 174 */ 	list-style: none;
/* 175 */ 	margin: 0px;
/* 176 */ 	padding: 0px;
/* 177 */ 	}
/* 178 */ 	
/* 179 */ #nav li a, #nav li a:link {
/* 180 */ 	color: #fff;
/* 181 */ 	display: block;
/* 182 */     margin: 0px 3px 0px 3px;
/* 183 */ 	padding: 7px 12px 8px 12px;
/* 184 */ 	text-decoration: none;
/* 185 */ 	font-size: 12px;
/* 186 */ 	font-weight: bold;
/* 187 */ 	text-transform: uppercase;
/* 188 */ 	}
/* 189 */ 	
/* 190 */ #nav li a:hover, #nav li a:active {
/* 191 */ 	color: #fff;
/* 192 */ 	display: block;
/* 193 */ 	text-decoration: none;
/* 194 */     background: url(../../../themes/Manolya/images/nav-hover_99672c.png) top left repeat-x;
/* 195 */ 	}
/* 196 */ 	
/* 197 */ #nav  li.current-cat a {
/* 198 */ 	color:#fff;
/* 199 */     background: url(../../../themes/Manolya/images/nav-hover_99672c.png) top left repeat-x;
/* 200 */ 	}

/* style.css */

/* 201 */ 
/* 202 */ #nav li:hover, #nav li.sfhover { 
/* 203 */ 	position: static;
/* 204 */ 	}
/* 205 */ 	
/* 206 */ /* CONTENT */
/* 207 */ 
/* 208 */ #content {
/* 209 */ 	padding: 15px 5px 15px 15px;
/* 210 */ 	}
/* 211 */ 	
/* 212 */ pre { overflow: auto; 
/* 213 */ 	width: 470px; 
/* 214 */ 	}
/* 215 */ 
/* 216 */ .post {
/* 217 */ 	padding-bottom: 15px;
/* 218 */ 	margin-bottom: 15px;
/* 219 */     border-bottom: 1px solid #ddd;
/* 220 */ 	}
/* 221 */ 
/* 222 */ .post_thumbnail {
/* 223 */     padding: 6px;
/* 224 */     background: #eee;
/* 225 */     border: 1px solid #ddd;
/* 226 */     margin: 0 10px 10px 0;
/* 227 */ }
/* 228 */ 
/* 229 */ .post p {
/* 230 */ 	margin-bottom: 10px;
/* 231 */ 	}
/* 232 */ 
/* 233 */ .title {
/* 234 */ 	margin: 0 0 2px 0;
/* 235 */ 	padding: 0px;
/* 236 */ 	line-height: 22px;
/* 237 */     font-size: 22px;
/* 238 */ 	font-family: Georgia, Times New Roman Times, Serif;
/* 239 */ 	color: #1e0a25;
/* 240 */     font-weight: bold;
/* 241 */ 	}
/* 242 */ 
/* 243 */ 	
/* 244 */ .title a {
/* 245 */ 	text-decoration: none;
/* 246 */ 	color: #1e0a25;
/* 247 */ 	}
/* 248 */ 
/* 249 */ .title a:hover {
/* 250 */ 	text-decoration: none;

/* style.css */

/* 251 */ 	color: #b20148;
/* 252 */ 	}
/* 253 */ 
/* 254 */ .pagetitle {
/* 255 */ 	margin-bottom: 20px;
/* 256 */ 	line-height: 22px;
/* 257 */ 	font-family: Arial, Verdana;
/* 258 */ 	text-decoration: underline;
/* 259 */ }
/* 260 */ 
/* 261 */ .readmorecontent {
/* 262 */ 	text-align: right;
/* 263 */ 	}
/* 264 */ 
/* 265 */ a.readmore {
/* 266 */ 	padding: 4px 15px;
/* 267 */ 	background: #290734;
/* 268 */ 	color: #fff;
/* 269 */ 	text-decoration: none;
/* 270 */     font-size: 12px;
/* 271 */     font-weight: bold;
/* 272 */ 	}
/* 273 */ 
/* 274 */ a.readmore:hover {
/* 275 */ 	background: #451d56;
/* 276 */ 	}
/* 277 */ 
/* 278 */ .postdate {
/* 279 */ 	font-size: 11px;
/* 280 */ 	padding: 2px 0px;
/* 281 */ 	font-family: Arial, Verdana;
/* 282 */ 	color: #5b5b5b;
/* 283 */ 	}
/* 284 */ 
/* 285 */ .postmeta {
/* 286 */ 	font-size: 11px;
/* 287 */ 	padding: 2px 4px;
/* 288 */ 	font-family: Arial, Verdana;
/* 289 */ 	}
/* 290 */ 	
/* 291 */ .postdate img, .postmeta img {
/* 292 */ 	border: none;
/* 293 */ 	vertical-align: middle;
/* 294 */ 	margin:2px;
/* 295 */ 	}
/* 296 */ 	
/* 297 */ .entry {
/* 298 */ 	text-align: justify;
/* 299 */ 	line-height: 20px;
/* 300 */ 	padding-top: 8px;

/* style.css */

/* 301 */ 	font-family: Arial, Verdana;
/* 302 */ 	font-size: 14px;
/* 303 */ 	}
/* 304 */ .navigation {
/* 305 */ 	padding: 10px 0;
/* 306 */ 	}
/* 307 */ 
/* 308 */ blockquote {
/* 309 */ 	overflow: hidden;
/* 310 */ 	padding-left: 9px;
/* 311 */ 	font-style: italic;
/* 312 */ 	color: #666;
/* 313 */ 	border-left: 3px solid #CADAE7;
/* 314 */ 	}
/* 315 */ 	
/* 316 */ .post img {
/* 317 */ 	max-width: 680px;
/* 318 */ 	}
/* 319 */ 
/* 320 */ img.wp-smiley {
/* 321 */ 	max-height: 12px;
/* 322 */ 	margin: 0;
/* 323 */ 	padding: 0;
/* 324 */ 	border: none;
/* 325 */ 	}
/* 326 */ 	
/* 327 */ .aligncenter,
/* 328 */ div.aligncenter {
/* 329 */    display: block;
/* 330 */    margin-left: auto;
/* 331 */    margin-right: auto;
/* 332 */ 	}
/* 333 */ 
/* 334 */ .alignleft {
/* 335 */    float: left;
/* 336 */ 	}
/* 337 */ 
/* 338 */ .alignright {
/* 339 */    float: right;
/* 340 */ 	}
/* 341 */ 
/* 342 */ .wp-caption {
/* 343 */    border: 1px solid #ddd;
/* 344 */    text-align: center;
/* 345 */    background-color: #f3f3f3;
/* 346 */    padding-top: 4px;
/* 347 */    margin: 10px;
/* 348 */    /* optional rounded corners for browsers that support it */
/* 349 */    -moz-border-radius: 3px;
/* 350 */    -khtml-border-radius: 3px;

/* style.css */

/* 351 */    -webkit-border-radius: 3px;
/* 352 */    border-radius: 3px;
/* 353 */ 	}
/* 354 */ 
/* 355 */ .wp-caption img {
/* 356 */    margin: 0;
/* 357 */    padding: 0;
/* 358 */    border: 0 none;
/* 359 */ 	}
/* 360 */ 
/* 361 */ .wp-caption p.wp-caption-text {
/* 362 */    font-size: 11px;
/* 363 */    line-height: 17px;
/* 364 */    padding: 0 4px 5px;
/* 365 */    margin: 0;
/* 366 */ 	}
/* 367 */ 	
/* 368 */ /* wp-pagenavi */
/* 369 */ .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
/* 370 */     color: #686868 !important;
/* 371 */     background:#dfdfdf !important;
/* 372 */     border: 1px solid #989898 !important;
/* 373 */     font-size: 15px !important;
/* 374 */     padding:  4px 8px !important;
/* 375 */ }
/* 376 */ 
/* 377 */ .wp-pagenavi span.current {
/* 378 */     color: #434343 !important;
/* 379 */     background:#fff !important;
/* 380 */     border: 1px solid #b6b5b5 !important;
/* 381 */     font-size: 15px !important;
/* 382 */     padding:  4px 8px !important;
/* 383 */     font-weight: bold;
/* 384 */ }
/* 385 */ 
/* 386 */ .wp-pagenavi a:hover {
/* 387 */     color: #494949 !important;
/* 388 */     background:#dfdfdf !important;
/* 389 */     border: 1px solid #626262 !important;
/* 390 */     
/* 391 */ }
/* 392 */ 
/* 393 */ .wp-pagenavi span.pages {
/* 394 */     color: #676767 !important;
/* 395 */     background:#fff !important;
/* 396 */     border: 1px solid #b6b5b5 !important;
/* 397 */     font-size: 15px !important;
/* 398 */     padding:  4px 8px !important;
/* 399 */ }
/* 400 */ 

/* style.css */

/* 401 */ .wp-pagenavi span.extend {
/* 402 */     background:transparent !important;
/* 403 */     font-size: 15px !important;
/* 404 */     padding:  4px 8px !important;
/* 405 */     color: #676767 !important;
/* 406 */     background:#fff !important;
/* 407 */     border: 1px solid #b6b5b5 !important;
/* 408 */     font-weight: bold;
/* 409 */ }
/* 410 */ 
/* 411 */ /* SIDEBAR(S) */
/* 412 */ 
/* 413 */ .sidebaradbox {
/* 414 */ 	margin-top: 5px; 
/* 415 */ 	text-align:center;
/* 416 */ 	}
/* 417 */ 	
/* 418 */ .ad125 {
/* 419 */ 	margin: 6px;
/* 420 */ 	}
/* 421 */ 
/* 422 */ 
/* 423 */ .sidebar {
/* 424 */ 	margin: 10px;
/* 425 */ 	}
/* 426 */ 	
/* 427 */ .sidebar a {
/* 428 */ 	text-decoration: none;
/* 429 */ 	color: #1b0622;
/* 430 */ 	}
/* 431 */ 
/* 432 */ .sidebar a:hover {
/* 433 */ 	text-decoration: underline;
/* 434 */ 	color:#c4014e;
/* 435 */ 	}
/* 436 */ 
/* 437 */ 	
/* 438 */ #search {
/* 439 */     border: 1px solid #8b043a;
/* 440 */     height: 30px;
/* 441 */     padding: 0;
/* 442 */     background: #ee9fbe;
/* 443 */     text-align: right;
/* 444 */     margin-top: 12px;
/* 445 */ }
/* 446 */ 
/* 447 */ #search input {
/* 448 */ 	border: 0;
/* 449 */     background: none;
/* 450 */     color: #730833;

/* style.css */

/* 451 */ }
/* 452 */ 	
/* 453 */ 	
/* 454 */ #s {
/* 455 */ 	width: 140px;
/* 456 */ 	padding: 4px;
/* 457 */     margin:3px 0 0 0;
/* 458 */     background: none;
/* 459 */ }
/* 460 */ 
/* 461 */ #topsearch 	#s {
/* 462 */   width: 222px;  
/* 463 */ }
/* 464 */ 
/* 465 */ #topsearch #search {
/* 466 */     margin: 30px 5px 0 0;
/* 467 */ }
/* 468 */ 
/* 469 */ .rssbox {
/* 470 */ 	background: #faf3f6;
/* 471 */ 	border: 1px solid #cdabb9;
/* 472 */ 	padding: 10px;
/* 473 */ 	margin: 10px 0 0 0;
/* 474 */ 	}
/* 475 */     
/* 476 */ .rssbox:hover {
/* 477 */     border: 1px solid #ba2761;
/* 478 */     }
/* 479 */ 
/* 480 */ .rssbox a {
/* 481 */ 	color: #860638;
/* 482 */ 	text-transform: uppercase;
/* 483 */ 	font-size: 12px;
/* 484 */ 	font-weight: bold;
/* 485 */ 	text-decoration: none;
/* 486 */     font-family: Arial, Helvetica, Sans-serif;
/* 487 */ 	}
/* 488 */ .rssbox a:hover {
/* 489 */ 	color: #860638; 
/* 490 */ 	text-decoration: underline;
/* 491 */ 	}
/* 492 */ 
/* 493 */ .twitterbox {
/* 494 */ 	background: #faf3f6;
/* 495 */ 	border: 1px solid #cdabb9;
/* 496 */ 	padding: 10px;
/* 497 */ 	margin: 10px 0 0 0;
/* 498 */ 	}
/* 499 */     
/* 500 */ .twitterbox:hover {

/* style.css */

/* 501 */     border: 1px solid #ba2761;
/* 502 */     }
/* 503 */ 	
/* 504 */ .twitterbox a {
/* 505 */ 	color: #860638;
/* 506 */ 	text-transform: uppercase;
/* 507 */ 	font-size: 12px;
/* 508 */ 	font-weight: bold;
/* 509 */ 	text-decoration: none;
/* 510 */     font-family: Arial, Helvetica, Sans-serif;
/* 511 */ 	}
/* 512 */ .twitterbox a:hover {
/* 513 */ 	color: #860638; 
/* 514 */ 	text-decoration: underline;
/* 515 */ 	}
/* 516 */ 
/* 517 */ /* Social icons */
/* 518 */ .addthis_toolbox {
/* 519 */ 	margin: 5px 0 0 0;
/* 520 */ 	text-align: center;
/* 521 */ 	}
/* 522 */ .addthis_toolbox .custom_images a
/* 523 */ {
/* 524 */     width: 32px;
/* 525 */     height: 32px;
/* 526 */     margin: 0 3px 0 3px;
/* 527 */     padding: 0;
/* 528 */ }
/* 529 */ 
/* 530 */ .addthis_toolbox .custom_images a:hover img
/* 531 */ {
/* 532 */     opacity: 1;
/* 533 */ }
/* 534 */ 
/* 535 */ .addthis_toolbox .custom_images a img
/* 536 */ {
/* 537 */     opacity: 0.75;
/* 538 */ }
/* 539 */ 
/* 540 */ 
/* 541 */ 
/* 542 */ 	
/* 543 */ .sidebarvideo {
/* 544 */ 
/* 545 */ 	}
/* 546 */ 
/* 547 */ .sidebar h2 {
/* 548 */ 	margin: 10px 0 0 0;
/* 549 */ 	padding: 5px 0 5px 30px;
/* 550 */ 	background:url(../../../themes/Manolya/images/sidebar_tab_99672c.png) top left no-repeat;

/* style.css */

/* 551 */ 	font-size: 15px;
/* 552 */ 	font-family: Arial, Helvetica, Sans-serif;
/* 553 */ 	font-weight: bold;
/* 554 */ 	text-transform: uppercase;
/* 555 */ 	color: #fff;
/* 556 */     text-shadow: 0 1px 0 #91043c;
/* 557 */ 	}
/* 558 */ 
/* 559 */ .sidebar ul {
/* 560 */ 	list-style-type: none;
/* 561 */ 	margin: 0px 0px 10px 0px;
/* 562 */ 	padding: 0px;
/* 563 */ 	}
/* 564 */ 	
/* 565 */ .sidebar ul li {
/* 566 */ 	list-style-type: none;
/* 567 */ 	margin: 0px 0px 5px 0px;
/* 568 */ 	padding: 0px;
/* 569 */ 	}
/* 570 */ 
/* 571 */ .sidebar ul ul {
/* 572 */ 	list-style-type: none;
/* 573 */ 	margin: 0px;
/* 574 */ 	padding: 0px;
/* 575 */ 	}
/* 576 */ 	
/* 577 */ .sidebar ul li li {
/* 578 */ 	padding: 3px 0px 3px 15px;
/* 579 */ 	margin: 0px;
/* 580 */ 	background: url(../../../themes/Manolya/images/bullet_99672c.gif) no-repeat top left;
/* 581 */ 	}
/* 582 */ 	
/* 583 */ .sidebar ul li ul li {
/* 584 */ 	background: url(../../../themes/Manolya/images/bullet_99672c.gif) no-repeat top left;
/* 585 */ 	padding: 2px 0px 2px 15px;
/* 586 */ 	margin: 2px 0;
/* 587 */ 	}
/* 588 */ 
/* 589 */ 
/* 590 */ 
/* 591 */ #wp-calendar th {
/* 592 */ 	font-style: normal;
/* 593 */ 	text-transform: capitalize;
/* 594 */ 	color: #555;
/* 595 */ 	background: none;
/* 596 */ 	}
/* 597 */ #wp-calendar caption {
/* 598 */ 	padding: 2px 4px;
/* 599 */ 	text-transform: uppercase;	margin: 2px 0 2px 0;
/* 600 */ 	background: none;

/* style.css */

/* 601 */ 	}
/* 602 */ 
/* 603 */ #wp-calendar td {
/* 604 */ 	color: #999;
/* 605 */ 	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
/* 606 */ 	letter-spacing: normal;
/* 607 */ 	padding: 2px 0;
/* 608 */ 	text-align: center;
/* 609 */ 	}
/* 610 */ 
/* 611 */ #wp-calendar td:hover, #wp-calendar #today {
/* 612 */ 	background: #eef0f4;
/* 613 */ 	color: #555;
/* 614 */ 	}
/* 615 */ 	
/* 616 */ #wp-calendar {
/* 617 */ 	empty-cells: show;
/* 618 */ 	font-size: 14px;
/* 619 */ 	margin: 0;
/* 620 */ 	font-weight: bold; 
/* 621 */ 	width: 100%;
/* 622 */ 	}
/* 623 */ 
/* 624 */ 
/* 625 */ /* FOOTER */
/* 626 */ 
/* 627 */ #footer {
/* 628 */ 	background: #130219;
/* 629 */ 	padding: 22px;
/* 630 */ 	text-align: center;
/* 631 */ 	color: #fff;
/* 632 */ 	font-size: 13px;
/* 633 */         margin:0px 0px 38px 0px;
/* 634 */ 	}
/* 635 */ 
/* 636 */ #footer a {
/* 637 */ 	color: #fff;
/* 638 */ 	} 
/* 639 */ 
/* 640 */ #footer a:hover {
/* 641 */ 	text-decoration: none;
/* 642 */ 	} 
/* 643 */ 	
/* 644 */ #credits {
/* 645 */ 	color: #524357;
/* 646 */ 	font-size: 11px;
/* 647 */ 	text-align: center;
/* 648 */ 	padding: 10px;
/* 649 */ 	}
/* 650 */     	

/* style.css */

/* 651 */ #credits a {
/* 652 */ 	color: #524357;
/* 653 */     text-decoration: none;
/* 654 */ 	} 
/* 655 */ 	
/* 656 */ /* COMMENTS */
/* 657 */ 
/* 658 */ #comments h3 {
/* 659 */ 	margin-bottom: 10px;	
/* 660 */ }
/* 661 */ 
/* 662 */ #commentform input {
/* 663 */ 	width: 170px;
/* 664 */ 	padding: 2px;
/* 665 */ 	margin: 5px 5px 1px 0;
/* 666 */ 	}
/* 667 */ 
/* 668 */ #commentform {
/* 669 */ 	margin: 5px 10px 0 0;
/* 670 */ 	}
/* 671 */ 	
/* 672 */ #commentform textarea {
/* 673 */ 	width: 100%;
/* 674 */ 	padding: 2px;
/* 675 */ 	}
/* 676 */ 	
/* 677 */ #respond:after {
/* 678 */ 		content: "."; 
/* 679 */ 	    display: block; 
/* 680 */ 	    height: 0; 
/* 681 */ 	    clear: both; 
/* 682 */ 	    visibility: hidden;
/* 683 */ 	}
/* 684 */ 	
/* 685 */ #commentform #submit {
/* 686 */ 	margin: 0 0 5px auto;
/* 687 */ 	float: right;
/* 688 */ 	}
/* 689 */ 
/* 690 */ .alt {
/* 691 */ 	margin: 0;
/* 692 */ 	padding: 10px;
/* 693 */ 	}
/* 694 */ 
/* 695 */ .commentlist {
/* 696 */ 	padding: 0;
/* 697 */ 	text-align: justify;
/* 698 */ 	}
/* 699 */ 
/* 700 */ .commentlist li {

/* style.css */

/* 701 */ 	margin: 15px 0 10px;
/* 702 */ 	padding: 5px 5px 10px 10px;
/* 703 */ 	list-style: none;
/* 704 */ 
/* 705 */ 	}
/* 706 */ 	
/* 707 */ .commentlist li ul li { 
/* 708 */ 	margin-right: -5px;
/* 709 */ 	margin-left: 10px;
/* 710 */ }
/* 711 */ 
/* 712 */ .commentlist p {
/* 713 */ 	margin: 10px 5px 10px 0;
/* 714 */ }
/* 715 */ .children { padding: 0; }
/* 716 */ 
/* 717 */ #commentform p {
/* 718 */ 	margin: 5px 0;
/* 719 */ 	}
/* 720 */ 
/* 721 */ .nocomments {
/* 722 */ 	text-align: center;
/* 723 */ 	margin: 0;
/* 724 */ 	padding: 0;
/* 725 */ 	}
/* 726 */ 
/* 727 */ .commentmetadata {
/* 728 */ 	margin: 0;
/* 729 */ 	display: block;
/* 730 */ 	}
/* 731 */ /*WPBeginner Footer Bar Starts*/
/* 732 */ .fixedBar{background: #000; bottom: 0px; color:#fff; font-family: Arial, Helvetica, sans-serif; left:0; padding: 0px 0; position:fixed; font-size:14px; width:100%; z-index:99999; float:left; vertical-align:middle; margin: 0px 0 0; opacity: 0.95; font-weight: bold;}
/* 733 */ 
/* 734 */ .boxfloat{text-align:center; width:920px; margin:0 auto}
/* 735 */ 
/* 736 */ #tips, #tips li{margin:0; padding:0; list-style:none}
/* 737 */ 
/* 738 */ #tips{width:920px; font-size:16px; line-height:120%;}
/* 739 */ 
/* 740 */ #tips li{padding: 15px 0;}
/* 741 */ 
/* 742 */ #tips li a{color: #fff;}
/* 743 */ 
/* 744 */ #tips li a:hover{text-decoration: none;}
/* 745 */ /*WPbeginner Footer Bar Ends */
/* 746 */ /* 3 Widget Footer Style Starts */
/* 747 */ /* Add this code to style.css file in your theme */
/* 748 */ 
/* 749 */ #footer-widgets {
/* 750 */ display: block;

/* style.css */

/* 751 */ width:950px;
/* 752 */ margin-right:0;
/* 753 */ background: #ffffff;
/* 754 */ }
/* 755 */ #footer-widget1 {
/* 756 */ width: 260px;
/* 757 */ float: left;
/* 758 */ margin: 15px 10px 10px 15px;
/* 759 */ padding: 10px;
/* 760 */ background-color: #ffffff;
/* 761 */ border:5px solid pink;
/* 762 */ }
/* 763 */ #footer-widget1 h2 {
/* 764 */ 	padding: 5px 0 5px 30px;
/* 765 */ 	background:url(../../../themes/Manolya/images/sidebar_tab_99672c.png) top left no-repeat;
/* 766 */ 	font-size: 15px;
/* 767 */ 	font-family: Arial, Helvetica, Sans-serif;
/* 768 */ 	font-weight: bold;
/* 769 */ 	text-transform: uppercase;
/* 770 */ 	color: #fff;
/* 771 */     text-shadow: 0 1px 0 #91043c;
/* 772 */ 	}
/* 773 */ #footer-widget1 li{padding: 5px 0;}
/* 774 */ #footer-widget2 li{padding: 2px 0;}
/* 775 */ #footer-widget3 li{padding: 2px 0;}
/* 776 */ #footer-widget2 {
/* 777 */ width: 260px;
/* 778 */ float: left;
/* 779 */ margin: 15px 10px 10px 15px;
/* 780 */ padding: 10px;
/* 781 */ background-color: #ffffff;
/* 782 */ border:5px solid pink;
/* 783 */ }
/* 784 */ #footer-widget2 h2 {
/* 785 */ 	padding: 5px 0 5px 30px;
/* 786 */ 	background:url(../../../themes/Manolya/images/sidebar_tab_99672c.png) top left no-repeat;
/* 787 */ 	font-size: 15px;
/* 788 */ 	font-family: Arial, Helvetica, Sans-serif;
/* 789 */ 	font-weight: bold;
/* 790 */ 	text-transform: uppercase;
/* 791 */ 	color: #fff;
/* 792 */     text-shadow: 0 1px 0 #91043c;
/* 793 */ 	}
/* 794 */ #footer-widget3 {
/* 795 */ width: 260px;
/* 796 */ float: left;
/* 797 */ margin: 15px 10px 10px 15px;
/* 798 */ padding: 10px;
/* 799 */ background-color: #ffffff;
/* 800 */ border:5px solid pink;

/* style.css */

/* 801 */ }
/* 802 */ #footer-widget3 h2 {
/* 803 */ 	padding: 5px 0 5px 30px;
/* 804 */ 	background:url(../../../themes/Manolya/images/sidebar_tab_99672c.png) top left no-repeat;
/* 805 */ 	font-size: 15px;
/* 806 */ 	font-family: Arial, Helvetica, Sans-serif;
/* 807 */ 	font-weight: bold;
/* 808 */ 	text-transform: uppercase;
/* 809 */ 	color: #fff;
/* 810 */     text-shadow: 0 1px 0 #91043c;
/* 811 */ 	}
/* 812 */ /* 3 Widget Footer Style Ends */

/* fbseo-style.css */

/* 1  */ @CHARSET "UTF-8";
/* 2  */ 
/* 3  */ div#fbSEOComments{
/* 4  */ 	margin:0 auto;
/* 5  */     position:relative;
/* 6  */ }
/* 7  */ 
/* 8  */ div#sharefbseo{
/* 9  */ 	width:425px;
/* 10 */ 	margin:0 auto;
/* 11 */ 	font-size:11px
/* 12 */ }
/* 13 */ 	div#sharefbseo a{
/* 14 */ 		font-size:11px
/* 15 */ 	}

/* tabber.css */

/* 1   */ /********************************************************************************
/* 2   *|                 Tabber CSS
/* 3   *| ********************************************************************************/
/* 4   */ 
/* 5   */ /*--------------------------------------------------
/* 6   *|   REQUIRED to hide the non-active tab content.
/* 7   *|   But do not hide them in the print stylesheet!
/* 8   *|   --------------------------------------------------*/
/* 9   */ .tabberlive .tabbertabhide {
/* 10  */  display:none;
/* 11  */ }
/* 12  */ 
/* 13  */ /*--------------------------------------------------
/* 14  *|   Some styles to help most WordPress themes
/* 15  *|   --------------------------------------------------*/
/* 16  */ .tabberlive h3 { /* hide std widget titles */
/* 17  */ display:none;
/* 18  */ }
/* 19  */ 
/* 20  */ ul.tabbernav li { /* hide bullets from tab headings */
/* 21  */ background:none;
/* 22  */ padding:5px 5px 5px 0;
/* 23  */ list-style:none;
/* 24  */ float: none;
/* 25  */ }
/* 26  */ 
/* 27  */ /********************************************************************************
/* 28  *|                 Style 1
/* 29  *| ********************************************************************************/
/* 30  */ /*--------------------------------------------------
/* 31  *|   .tabber = before the tabber interface is set up
/* 32  *|   .tabberlive = after the tabber interface is set up
/* 33  *|   --------------------------------------------------*/
/* 34  */ .style1 {
/* 35  */ background: #D6D6D8;
/* 36  */ }
/* 37  */ .tabberlive.style1 {
/* 38  */ padding:15px 0 3px;
/* 39  */ }
/* 40  */ 
/* 41  */ /*--------------------------------------------------
/* 42  *|   ul.tabbernav = the tab navigation list
/* 43  *|   li.tabberactive = the active tab
/* 44  *|   --------------------------------------------------*/
/* 45  */ .style1 ul.tabbernav {
/* 46  */  margin:0;
/* 47  */  padding: 1px 0;
/* 48  */  font: bold 12px; /* Verdana, sans-serif*/
/* 49  */ }
/* 50  */ *html .style1 ul.tabbernav{  /* ie6 only */

/* tabber.css */

/* 51  */  padding: 2px 0;
/* 52  */ }
/* 53  */ *+html .style1 ul.tabbernav{  /* ie7 only */
/* 54  */  padding: 2px 0;
/* 55  */ }
/* 56  */ .style1 ul.tabbernav li {
/* 57  */  list-style: none;
/* 58  */  margin: 0;
/* 59  */  display: inline;
/* 60  */ }
/* 61  */ .style1 ul.tabbernav li a { /* inactive tabs */
/* 62  */ background-color:#fff;
/* 63  */ border:1px solid #ccc;
/* 64  */ color:#666769;
/* 65  */ font-size:11px;
/* 66  */ padding:5px;
/* 67  */ font-weight: bold;
/* 68  */ }
/* 69  */ .style1 ul.tabbernav li.tabberactive a{ /* active tab */
/* 70  */ background-color:#666769;
/* 71  */ border:1px solid #666769;
/* 72  */ color:white;
/* 73  */ font-size:11px;
/* 74  */ padding:5px;
/* 75  */ }
/* 76  */ .style1 ul.tabbernav a:hover {
/* 77  */ background:#666769;
/* 78  */ text-decoration:none;
/* 79  */ color:#fff;
/* 80  */ }
/* 81  */ .style1 ul.tabbernav {
/* 82  */  margin:0 5px !important;
/* 83  */  padding: 3px 0 0 5px !important;
/* 84  */  font: bold 12px Verdana, sans-serif;
/* 85  */  float: none;
/* 86  */ }
/* 87  */ 
/* 88  */ 
/* 89  */ 
/* 90  */ /*--------------------------------------------------
/* 91  *|   .tabbertab = the tab content
/* 92  *|   Add style only after the tabber interface is set up (.tabberlive)
/* 93  *|   --------------------------------------------------*/
/* 94  */ .style1.tabberlive .tabbertab {
/* 95  */ background:none repeat scroll 0 0 #FFFFFF;
/* 96  */ margin:10px;
/* 97  */ padding:10px;
/* 98  */ border: 1px solid #CCCCCC;
/* 99  */ }
/* 100 */ 

/* tabber.css */

/* 101 */ /* Example of using an ID to set different styles for the tabs on the page */
/* 102 */ .style1.tabberlive#tab1 {
/* 103 */ }
/* 104 */ .style1.tabberlive#tab2 {
/* 105 */ }
/* 106 */ .style1.tabberlive#tab2 .tabbertab {
/* 107 */  height:200px;
/* 108 */  overflow:auto;
/* 109 */ }
/* 110 */ 
/* 111 */ .style1 .tablist {
/* 112 */  font-size:.8em;
/* 113 */ }
/* 114 */ 
/* 115 */ /********************************************************************************
/* 116 *|                 Style 2
/* 117 *| ********************************************************************************/
/* 118 */ /*--------------------------------------------------
/* 119 *|   .tabber = before the tabber interface is set up
/* 120 *|   .tabberlive = after the tabber interface is set up
/* 121 *|   --------------------------------------------------*/
/* 122 */ .style2.tabberlive {
/* 123 */  margin-top:1em;
/* 124 */ }
/* 125 */ 
/* 126 */ /*--------------------------------------------------
/* 127 *|   ul.tabbernav = the tab navigation list
/* 128 *|   li.tabberactive = the active tab
/* 129 *|   --------------------------------------------------*/
/* 130 */ .style2 ul.tabbernav
/* 131 */ {
/* 132 */  margin:0;
/* 133 */  padding: 3px 0;
/* 134 */  border-bottom: 1px solid #778;
/* 135 */  font: bold 12px Verdana, sans-serif;
/* 136 */  margin-left: 0px !important;
/* 137 */ float: none;
/* 138 */ }
/* 139 */ 
/* 140 */ .style2 ul.tabbernav li
/* 141 */ {
/* 142 */  list-style: none;
/* 143 */  margin: 0;
/* 144 */  display: inline;
/* 145 */ }
/* 146 */ 
/* 147 */ .style2 ul.tabbernav li a
/* 148 */ {
/* 149 */  padding: 3px 0.5em;
/* 150 */  margin-left: 3px;

/* tabber.css */

/* 151 */  border: 1px solid #778;
/* 152 */  border-bottom: none;
/* 153 */  background: #DDE;
/* 154 */  text-decoration: none;
/* 155 */ }
/* 156 */ 
/* 157 */ .style2 ul.tabbernav li a:link { color: #448; }
/* 158 */ .style2 ul.tabbernav li a:visited { color: #667; }
/* 159 */ 
/* 160 */ .style2 ul.tabbernav li a:hover
/* 161 */ {
/* 162 */  color: #000;
/* 163 */  background: #AAE;
/* 164 */  border-color: #227;
/* 165 */  text-decoration: none;
/* 166 */ }
/* 167 */ 
/* 168 */ .style2 ul.tabbernav li.tabberactive a
/* 169 */ {
/* 170 */  background-color: #fff;
/* 171 */  border-bottom: 1px solid #fff;
/* 172 */ }
/* 173 */ 
/* 174 */ 
/* 175 */ .style2 ul.tabbernav li.tabberactive a:hover
/* 176 */ {
/* 177 */  color: #000;
/* 178 */  background: white;
/* 179 */  border-bottom: 1px solid white;
/* 180 */ }
/* 181 */ 
/* 182 */ /*--------------------------------------------------
/* 183 *|   .tabbertab = the tab content
/* 184 *|   Add style only after the tabber interface is set up (.tabberlive)
/* 185 *|   --------------------------------------------------*/
/* 186 */ .style2.tabberlive .tabbertab {
/* 187 */ border:1px solid #AAAAAA;
/* 188 */ margin-top:3px;
/* 189 */ padding:5px;
/* 190 */ 
/* 191 */  /* If you don't want the tab size changing whenever a tab is changed
/* 192 *|     you can set a fixed height */
/* 193 */ 
/* 194 */  /* height:200px; */
/* 195 */ 
/* 196 */  /* If you set a fix height set overflow to auto and you will get a
/* 197 *|     scrollbar when necessary */
/* 198 */ 
/* 199 */  /* overflow:auto; */
/* 200 */ }

/* tabber.css */

/* 201 */ 
/* 202 */ /* If desired, hide the heading since a heading is provided by the tab */
/* 203 */ .tabberlive .tabbertab h2 {
/* 204 */  display:none;
/* 205 */ }
/* 206 */ .style2.tabberlive .tabbertab h3 {
/* 207 */  display:none;
/* 208 */ }
/* 209 */ 
/* 210 */ /* Example of using an ID to set different styles for the tabs on the page */
/* 211 */ .style2.tabberlive#tab1 {
/* 212 */ }
/* 213 */ .style2.tabberlive#tab2 {
/* 214 */ }
/* 215 */ .style2.tabberlive#tab2 .tabbertab {
/* 216 */  height:200px;
/* 217 */  overflow:auto;
/* 218 */ }

/* jetpack-carousel.css */

/* 1    */ * {
/* 2    */ 	line-height:inherit; /* prevent declarations of line-height in the universal selector */
/* 3    */ }
/* 4    */ 
/* 5    */ .jp-carousel-overlay {
/* 6    */ 	background: #000;
/* 7    */ }
/* 8    */ 
/* 9    */ div.jp-carousel-fadeaway {
/* 10   */ 	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* 11   */ 	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
/* 12   */ 	position: fixed;
/* 13   */ 	bottom: 0;
/* 14   */ 	z-index: 2147483647;
/* 15   */ 	width: 100%;
/* 16   */ 	height: 15px;
/* 17   */ }
/* 18   */ 
/* 19   */ .jp-carousel-next-button span,
/* 20   */ .jp-carousel-previous-button span {
/* 21   */ 	background: url(http://www.latestasianfashions.com/wp-content/plugins/jetpack/modules/carousel/images/arrows.png?99672c) no-repeat center center;
/* 22   */ 	background-size: 200px 126px;
/* 23   */ }
/* 24   */ 
/* 25   */ @media
/* 26   */ only screen and (-webkit-min-device-pixel-ratio: 1.5),
/* 27   */ only screen and (-o-min-device-pixel-ratio: 3/2),
/* 28   */ only screen and (min--moz-device-pixel-ratio: 1.5),
/* 29   */ only screen and (min-device-pixel-ratio: 1.5) {
/* 30   */ 	.jp-carousel-next-button span,
/* 31   */ 	.jp-carousel-previous-button span {
/* 32   */ 		background-image: url(http://www.latestasianfashions.com/wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png?99672c);
/* 33   */ 	}
/* 34   */ }
/* 35   */ 
/* 36   */ .jp-carousel-wrap {
/* 37   */ 	font-family: "Helvetica Neue", sans-serif !important;
/* 38   */ }
/* 39   */ 
/* 40   */ .jp-carousel-info {
/* 41   */ 	position: absolute;
/* 42   */ 	bottom: 0;
/* 43   */ 	text-align: left !important;
/* 44   */ 	-webkit-font-smoothing: subpixel-antialiased !important;
/* 45   */ }
/* 46   */ 
/* 47   */ .jp-carousel-info ::selection {
/* 48   */ 	background: #68c9e8; /* Safari */
/* 49   */ 	color: #fff;
/* 50   */ 	}

/* jetpack-carousel.css */

/* 51   */ 
/* 52   */ .jp-carousel-info ::-moz-selection {
/* 53   */ 	background: #68c9e8; /* Firefox */
/* 54   */ 	color: #fff;
/* 55   */ }
/* 56   */ 
/* 57   */ .jp-carousel-photo-info {
/* 58   */ 	position: relative;
/* 59   */ 	-webkit-transition: 400ms ease-out;
/* 60   */ 	-moz-transition: 400ms ease-out;
/* 61   */ 	-o-transition: 400ms ease-out;
/* 62   */ 	transition: 400ms ease-out;
/* 63   */ 	left: 25%;
/* 64   */ 	width: 50%;
/* 65   */ }
/* 66   */ 
/* 67   */ .jp-carousel-info h2 {
/* 68   */ 	background: none !important;
/* 69   */ 	border: none !important;
/* 70   */ 	color: #999;
/* 71   */ 	display: block !important;
/* 72   */ 	font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
/* 73   */ 	letter-spacing: 0 !important;
/* 74   */ 	margin: 7px 0 0 0 !important;
/* 75   */ 	padding: 10px 0 0 !important;
/* 76   */ 	overflow: hidden;
/* 77   */ 	text-align: left;
/* 78   */ 	text-shadow: none !important;
/* 79   */ 	text-transform: none !important;
/* 80   */ 	-webkit-font-smoothing: subpixel-antialiased;
/* 81   */ }
/* 82   */ 
/* 83   */ .jp-carousel-next-button,
/* 84   */ .jp-carousel-previous-button {
/* 85   */ 	text-indent: -9999px;
/* 86   */ 	overflow: hidden;
/* 87   */ 	cursor: pointer;
/* 88   */ }
/* 89   */ 
/* 90   */ .jp-carousel-next-button span,
/* 91   */ .jp-carousel-previous-button span {
/* 92   */ 	position: absolute;
/* 93   */ 	top: 0;
/* 94   */ 	bottom: 0;
/* 95   */ 	width: 82px;
/* 96   */ 	zoom: 1;
/* 97   */ 	filter: alpha(opacity=20);
/* 98   */ 	opacity: 0.2;
/* 99   */ 	-webkit-transition: 500ms opacity ease-out;
/* 100  */ 	-moz-transition: 500ms opacity ease-out;

/* jetpack-carousel.css */

/* 101  */ 	-o-transition: 500ms opacity ease-out;
/* 102  */ 	transition: 500ms opacity ease-out;
/* 103  */ }
/* 104  */ 
/* 105  */ .jp-carousel-next-button:hover span,
/* 106  */ .jp-carousel-previous-button:hover span {
/* 107  */ 	filter: alpha(opacity=60);
/* 108  */ 	opacity: 0.6;
/* 109  */ }
/* 110  */ .jp-carousel-next-button span {
/* 111  */ 	background-position: -110px center;
/* 112  */ 	right: 0;
/* 113  */ }
/* 114  */ 
/* 115  */ .jp-carousel-previous-button span {
/* 116  */ 	background-position: -10px center;
/* 117  */ 	left:0;
/* 118  */ }
/* 119  */ 
/* 120  */ .jp-carousel-buttons {
/* 121  */ 	margin:-18px -20px 15px;
/* 122  */ 	padding:8px 10px;
/* 123  */ 	border-bottom:1px solid #222;
/* 124  */ 	background: #222;
/* 125  */ 	text-align: center;
/* 126  */ }
/* 127  */ 
/* 128  */ div.jp-carousel-buttons a {
/* 129  */ 	border: none !important;
/* 130  */ 	color: #999;
/* 131  */ 	font: normal 11px/1.2em "Helvetica Neue", sans-serif !important;
/* 132  */ 	letter-spacing: 0 !important;
/* 133  */ 	padding: 5px 2px 5px 0;
/* 134  */ 	text-decoration: none !important;
/* 135  */ 	text-shadow: none !important;
/* 136  */ 	vertical-align: middle;
/* 137  */ 	-webkit-font-smoothing: subpixel-antialiased;
/* 138  */ }
/* 139  */ 
/* 140  */ div.jp-carousel-buttons a:hover {
/* 141  */ 	color: #68c9e8;
/* 142  */ 	border: none !important;
/* 143  */ 	-webkit-transition: none !important;
/* 144  */ 	-moz-transition: none !important;
/* 145  */ 	-o-transition: none !important;
/* 146  */ 	transition: none !important;
/* 147  */ }
/* 148  */ 
/* 149  */ .jp-carousel-slide, .jp-carousel-slide img, .jp-carousel-next-button,
/* 150  */ .jp-carousel-previous-button {

/* jetpack-carousel.css */

/* 151  */ 	-webkit-transform:translate3d(0, 0, 0);
/* 152  */ 	-moz-transform:translate3d(0, 0, 0);
/* 153  */ 	-o-transform:translate3d(0, 0, 0);
/* 154  */ 	-ms-transform:translate3d(0, 0, 0);
/* 155  */ }
/* 156  */ 
/* 157  */ .jp-carousel-slide {
/* 158  */ 	position:absolute;
/* 159  */ 	width:0;
/* 160  */ 	bottom:0;
/* 161  */ 	background-color:#000;
/* 162  */ 	border-radius:2px;
/* 163  */ 	-webkit-border-radius:2px;
/* 164  */ 	-moz-border-radius:2px;
/* 165  */ 	-ms-border-radius:2px;
/* 166  */ 	-o-border-radius:2px;
/* 167  */ 	-webkit-transition: 400ms ease-out;
/* 168  */ 	-moz-transition: 400ms ease-out;
/* 169  */ 	-o-transition: 400ms ease-out;
/* 170  */ 	transition: 400ms ease-out;
/* 171  */ }
/* 172  */ 
/* 173  */ .jp-carousel-slide img {
/* 174  */ 	display: block;
/* 175  */ 	width: 100% !important;
/* 176  */ 	height: 100% !important;
/* 177  */ 	max-width: 100% !important;
/* 178  */ 	max-height: 100% !important;
/* 179  */ 	background: none !important;
/* 180  */ 	border: none !important;
/* 181  */ 	padding: 0 !important;
/* 182  */ 	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
/* 183  */ 	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
/* 184  */ 	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
/* 185  */ 	zoom: 1;
/* 186  */ 	filter: alpha(opacity=25);
/* 187  */ 	opacity: 0.25;
/* 188  */ 	-webkit-transition: opacity 400ms linear;
/* 189  */ 	-moz-transition: opacity 400ms linear;
/* 190  */ 	-o-transition: opacity 400ms linear;
/* 191  */ 	transition: opacity 400ms linear;
/* 192  */ }
/* 193  */ 
/* 194  */ .jp-carousel-slide.selected img {
/* 195  */ 	filter: alpha(opacity=100);
/* 196  */ 	opacity: 1;
/* 197  */ }
/* 198  */ 
/* 199  */ .jp-carousel-close-hint {
/* 200  */ 	color: #999;

/* jetpack-carousel.css */

/* 201  */ 	cursor: default;
/* 202  */ 	letter-spacing: 0 !important;
/* 203  */ 	padding:0.35em 0 0;
/* 204  */ 	position: absolute;
/* 205  */ 	text-align: left;
/* 206  */ 	width: 90%;
/* 207  */ 	-webkit-transition: color 200ms linear;
/* 208  */ 	-moz-transition: color 200ms linear;
/* 209  */ 	-o-transition: color 200ms linear;
/* 210  */ 	transition: color 200ms linear;
/* 211  */ }
/* 212  */ 
/* 213  */ .jp-carousel-close-hint span {
/* 214  */ 	cursor: pointer;
/* 215  */ 	background-color: black;
/* 216  */ 	background-color: rgba(0,0,0,0.8);
/* 217  */ 	display: block;
/* 218  */ 	height: 22px;
/* 219  */ 	font: 400 24px/1 "Helvetica Neue", sans-serif !important;
/* 220  */ 	line-height: 22px;
/* 221  */ 	margin: 0 0 0 0.4em;
/* 222  */ 	text-align: center;
/* 223  */ 	vertical-align: middle;
/* 224  */ 	width: 22px;
/* 225  */ 	-moz-border-radius: 4px;
/* 226  */ 	-webkit-border-radius: 4px;
/* 227  */ 	border-radius: 4px;
/* 228  */ 	-webkit-transition: border-color 200ms linear;
/* 229  */ 	-moz-transition: border-color 200ms linear;
/* 230  */ 	-o-transition: border-color 200ms linear;
/* 231  */ 	transition: border-color 200ms linear;
/* 232  */ }
/* 233  */ 
/* 234  */ .jp-carousel-close-hint:hover {
/* 235  */ 	cursor: default;
/* 236  */ 	color: #fff;
/* 237  */ }
/* 238  */ 
/* 239  */ .jp-carousel-close-hint:hover span {
/* 240  */ 	border-color: #fff;
/* 241  */ }
/* 242  */ 
/* 243  */ div.jp-carousel-buttons a.jp-carousel-like,
/* 244  */ div.jp-carousel-buttons a.jp-carousel-reblog,
/* 245  */ div.jp-carousel-buttons a.jp-carousel-commentlink,
/* 246  */ a.jp-carousel-image-download {
/* 247  */ 	background: url(http://www.latestasianfashions.com/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png?4&99672c) no-repeat;
/* 248  */ 	background-size: 16px 160px;
/* 249  */ }
/* 250  */ 

/* jetpack-carousel.css */

/* 251  */ div.jp-carousel-buttons a.jp-carousel-reblog,
/* 252  */ div.jp-carousel-buttons a.jp-carousel-commentlink {
/* 253  */ 	margin:0 14px 0 0 !important;
/* 254  */ }
/* 255  */ 
/* 256  */ div.jp-carousel-buttons a.jp-carousel-reblog.reblogged,
/* 257  */ div.jp-carousel-buttons a.jp-carousel-like.liked {
/* 258  */ 	background-color: #303030;
/* 259  */ 	padding-right: 8px !important;
/* 260  */ 	border-radius: 2px;
/* 261  */ 	border-radius:2px;
/* 262  */ 	-webkit-border-radius:2px;
/* 263  */ 	-moz-border-radius:2px;
/* 264  */ 	-ms-border-radius:2px;
/* 265  */ 	-o-border-radius:2px;
/* 266  */ }
/* 267  */ 
/* 268  */ div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
/* 269  */ 	margin:0 2px 0 -12px !important;
/* 270  */ }
/* 271  */ 
/* 272  */ 
/* 273  */ div.jp-carousel-buttons a.jp-carousel-reblog,
/* 274  */ div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
/* 275  */ 	background-position: 6px -36px;
/* 276  */ 	padding-left: 26px !important;
/* 277  */ 	color: #999;
/* 278  */ }
/* 279  */ 
/* 280  */ div.jp-carousel-buttons a.jp-carousel-commentlink {
/* 281  */ 	background-position: 0px -116px;
/* 282  */ 	padding-left: 19px !important;
/* 283  */ }
/* 284  */ 
/* 285  */ div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
/* 286  */ 	cursor: default;
/* 287  */ }
/* 288  */ 
/* 289  */ div.jp-carousel-buttons a.jp-carousel-reblog:hover {
/* 290  */ 	background-position: 6px -56px;
/* 291  */ 	color: #68c9e8;
/* 292  */ }
/* 293  */ 
/* 294  */ div.jp-carousel-buttons a.jp-carousel-like {
/* 295  */ 	background-position: 5px 5px;
/* 296  */ 	padding-left: 24px !important;
/* 297  */ }
/* 298  */ 
/* 299  */ div.jp-carousel-buttons a.jp-carousel-like:hover {
/* 300  */ 	background-position: 5px -15px;

/* jetpack-carousel.css */

/* 301  */ }
/* 302  */ 
/* 303  */ @media
/* 304  */ only screen and (-webkit-min-device-pixel-ratio: 1.5),
/* 305  */ only screen and (-o-min-device-pixel-ratio: 3/2),
/* 306  */ only screen and (min--moz-device-pixel-ratio: 1.5),
/* 307  */ only screen and (min-device-pixel-ratio: 1.5) {
/* 308  */ 	div.jp-carousel-buttons a.jp-carousel-like,
/* 309  */ 	div.jp-carousel-buttons a.jp-carousel-reblog,
/* 310  */ 	div.jp-carousel-buttons a.jp-carousel-commentlink,
/* 311  */ 	a.jp-carousel-image-download {
/* 312  */ 		background-image: url(http://www.latestasianfashions.com/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png?4&99672c);
/* 313  */ 	}
/* 314  */ }
/* 315  */ 
/* 316  */ /* reblog */
/* 317  */ div#carousel-reblog-box {
/* 318  */ 	background: #222;
/* 319  */ 	background: -moz-linear-gradient(bottom,  #222,  #333);
/* 320  */ 	background: -webkit-gradient(linear, left bottom, left top, from(#222), to(#333));
/* 321  */ 	padding: 3px 0 0;
/* 322  */ 	display: none;
/* 323  */ 	margin: 5px auto 0;
/* 324  */ 	-moz-border-radius: 2px;
/* 325  */ 	-webkit-border-radius: 2px;
/* 326  */ 	border-radius: 2px;
/* 327  */ 	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
/* 328  */ 	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.9);
/* 329  */ 	box-shadow: 0 0 20px rgba(0,0,0,0.9);
/* 330  */ 	height: 74px;
/* 331  */ 	width: 565px;
/* 332  */ }
/* 333  */ 
/* 334  */ #carousel-reblog-box textarea {
/* 335  */ 	background: #999;
/* 336  */ 	font: 13px/1.4 "Helvetica Neue", sans-serif !important;
/* 337  */ 	color: #444;
/* 338  */ 	padding: 3px 6px;
/* 339  */ 	width: 370px;
/* 340  */ 	height: 48px;
/* 341  */ 	float: left;
/* 342  */ 	margin: 6px 9px 0 9px;
/* 343  */ 	border: 1px solid #666;
/* 344  */ 	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
/* 345  */ 	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
/* 346  */ 	-moz-border-radius: 2px;
/* 347  */ 	-webkit-border-radius: 2px;
/* 348  */ 	border-radius: 2px;
/* 349  */ }
/* 350  */ 

/* jetpack-carousel.css */

/* 351  */ #carousel-reblog-box textarea:focus {
/* 352  */ 	background: #ccc;
/* 353  */ 	color: #222;
/* 354  */ }
/* 355  */ 
/* 356  */ #carousel-reblog-box label {
/* 357  */ 	color: #aaa;
/* 358  */ 	font-size: 11px;
/* 359  */ 	padding-right: 2px;
/* 360  */ 	padding-left: 2px;
/* 361  */ 	display: inline;
/* 362  */ 	font-weight: normal;
/* 363  */ }
/* 364  */ 
/* 365  */ #carousel-reblog-box select {
/* 366  */ 	width: 110px;
/* 367  */ 	padding: 0;
/* 368  */ 	font-size: 12px;
/* 369  */ 	font-family: "Helvetica Neue", sans-serif !important;
/* 370  */ 	background: #333;
/* 371  */ 	color: #eee;
/* 372  */ 	border: 1px solid #444;
/* 373  */ 	margin-top:5px;
/* 374  */ }
/* 375  */ 
/* 376  */ #carousel-reblog-box .submit,
/* 377  */ #wrapper #carousel-reblog-box p.response {
/* 378  */ 	float: left;
/* 379  */ 	width: 154px;
/* 380  */ 	padding-top: 0;
/* 381  */ 	padding-left: 1px;
/* 382  */ 	overflow: hidden;
/* 383  */ 	height: 34px;
/* 384  */ 	margin:3px 0 0 2px !important;
/* 385  */ }
/* 386  */ 
/* 387  */ #wrapper #carousel-reblog-box p.response {
/* 388  */ 	font-size: 13px;
/* 389  */ 	clear: none;
/* 390  */ 	padding-left: 2px;
/* 391  */ 	height: 34px;
/* 392  */ 	color: #aaa;
/* 393  */ }
/* 394  */ 
/* 395  */ #carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
/* 396  */ 	font: 13px/24px "Helvetica Neue", sans-serif !important;
/* 397  */ 	margin-top: 8px;
/* 398  */ 	padding: 0 10px !important;
/* 399  */ 	border-radius: 1em;
/* 400  */ 	height: 24px;

/* jetpack-carousel.css */

/* 401  */ 	color: #333;
/* 402  */ 	cursor:pointer;
/* 403  */ 	font-weight: normal;
/* 404  */ 	background: #aaa;
/* 405  */ 	background: -moz-linear-gradient(bottom,  #aaa,  #ccc);
/* 406  */ 	background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#ccc));
/* 407  */ 	border: 1px solid #444;
/* 408  */ }
/* 409  */ 
/* 410  */ #carousel-reblog-box input#carousel-reblog-submit:hover, #jp-carousel-comment-form-button-submit:hover {
/* 411  */ 	background: #ccc;
/* 412  */ 	background: -moz-linear-gradient(bottom,  #ccc,  #eee);
/* 413  */ 	background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#eee));
/* 414  */ }
/* 415  */ 
/* 416  */ #carousel-reblog-box .canceltext {
/* 417  */ 	color: #aaa;
/* 418  */ 	font-size: 11px;
/* 419  */ 	line-height: 24px;
/* 420  */ }
/* 421  */ 
/* 422  */ #carousel-reblog-box .canceltext a {
/* 423  */ 	color: #fff;
/* 424  */ }
/* 425  */ /* reblog end */
/* 426  */ 
/* 427  */ 
/* 428  */ /** Title and Desc Start **/
/* 429  */ .jp-carousel-titleanddesc {
/* 430  */ 	border-top: 1px solid #222;
/* 431  */ 	color: #999;
/* 432  */ 	font-size: 15px;
/* 433  */ 	padding-top: 24px;
/* 434  */ 	margin-bottom: 20px;
/* 435  */ 	font-weight:400;
/* 436  */ }
/* 437  */ .jp-carousel-titleanddesc-title {
/* 438  */ 	font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
/* 439  */ 	text-transform: none !important; /* prevents uppercase from leaking through */
/* 440  */ 	color: #fff;
/* 441  */ 	margin: 0 0 15px;
/* 442  */ 	padding:0;
/* 443  */ }
/* 444  */ 
/* 445  */ .jp-carousel-titleanddesc-desc p {
/* 446  */ 	color: #999;
/* 447  */ 	line-height:1.4;
/* 448  */ 	margin-bottom: 0.75em;
/* 449  */ }
/* 450  */ 

/* jetpack-carousel.css */

/* 451  */ .jp-carousel-titleanddesc p a,
/* 452  */ .jp-carousel-comments p a,
/* 453  */ .jp-carousel-info h2 a {
/* 454  */ 	color: #fff !important;
/* 455  */ 	border: none !important;
/* 456  */ 	text-decoration: underline !important;
/* 457  */ 	font-weight: normal !important;
/* 458  */ 	font-style: normal !important;
/* 459  */ }
/* 460  */ 
/* 461  */ .jp-carousel-titleanddesc p strong,
/* 462  */ .jp-carousel-titleanddesc p b {
/* 463  */ 	font-weight: bold;
/* 464  */ 	color: #999;
/* 465  */ }
/* 466  */ 
/* 467  */ .jp-carousel-titleanddesc p em,
/* 468  */ .jp-carousel-titleanddesc p i {
/* 469  */ 	font-style: italic;
/* 470  */ 	color: #999;
/* 471  */ }
/* 472  */ 
/* 473  */ 
/* 474  */ .jp-carousel-titleanddesc p a:hover,
/* 475  */ .jp-carousel-comments p a:hover,
/* 476  */ .jp-carousel-info h2 a:hover {
/* 477  */ 	color: #68c9e8 !important;
/* 478  */ }
/* 479  */ 
/* 480  */ .jp-carousel-titleanddesc p:empty {
/* 481  */ 	display: none;
/* 482  */ }
/* 483  */ 
/* 484  */ .jp-carousel-photo-info h1:before,
/* 485  */ .jp-carousel-photo-info h1:after,
/* 486  */ .jp-carousel-left-column-wrapper h1:before,
/* 487  */ .jp-carousel-left-column-wrapper h1:after {
/* 488  */ 	content:none !important;
/* 489  */ }
/* 490  */ /** Title and Desc End **/
/* 491  */ 
/* 492  */ /** Meta Box Start **/
/* 493  */ .jp-carousel-image-meta {
/* 494  */ 	background: #111;
/* 495  */ 	border: 1px solid #222;
/* 496  */ 	color: #fff;
/* 497  */ 	font-size: 13px;
/* 498  */ 	font: 12px/1.4 "Helvetica Neue", sans-serif !important;
/* 499  */ 	overflow: hidden;
/* 500  */ 	padding: 18px 20px;

/* jetpack-carousel.css */

/* 501  */ 	width: 209px !important;
/* 502  */ }
/* 503  */ 
/* 504  */ .jp-carousel-image-meta li,
/* 505  */ .jp-carousel-image-meta h5 {
/* 506  */ 	font-family: "Helvetica Neue", sans-serif !important;
/* 507  */ 	position: inherit !important;
/* 508  */ 	top: auto !important;
/* 509  */ 	right: auto !important;
/* 510  */ 	left: auto !important;
/* 511  */ 	bottom: auto !important;
/* 512  */ 	background: none !important;
/* 513  */ 	border: none !important;
/* 514  */ 	font-weight: 400 !important;
/* 515  */ 	line-height: 1.3em !important;
/* 516  */ }
/* 517  */ 
/* 518  */ .jp-carousel-image-meta ul {
/* 519  */ 	margin: 0 !important;
/* 520  */ 	padding: 0 !important;
/* 521  */ 	list-style: none !important;
/* 522  */ }
/* 523  */ 
/* 524  */ .jp-carousel-image-meta li {
/* 525  */ 	width: 48% !important;
/* 526  */ 	float: left !important;
/* 527  */ 	margin: 0 2% 15px 0 !important;
/* 528  */ 	color: #fff !important;
/* 529  */ 	font-size:13px !important;
/* 530  */ }
/* 531  */ 
/* 532  */ .jp-carousel-image-meta h5 {
/* 533  */ 	color: #999 !important;
/* 534  */ 	text-transform: uppercase !important;
/* 535  */ 	font-size:10px !important;
/* 536  */ 	margin:0 0 2px !important;
/* 537  */ 	letter-spacing: 0.1em !important;
/* 538  */ }
/* 539  */ 
/* 540  */ a.jp-carousel-image-download {
/* 541  */ 	padding-left: 23px;
/* 542  */ 	display: inline-block;
/* 543  */ 	clear: both;
/* 544  */ 	color: #999;
/* 545  */ 	line-height: 1;
/* 546  */ 	font-weight: 400;
/* 547  */ 	font-size: 13px;
/* 548  */ 	text-decoration: none;
/* 549  */ 	background-position: 0 -82px;
/* 550  */ }

/* jetpack-carousel.css */

/* 551  */ 
/* 552  */ a.jp-carousel-image-download span.photo-size {
/* 553  */ 	font-size: 11px;
/* 554  */ 	border-radius: 1em;
/* 555  */ 	margin-left: 2px;
/* 556  */ 	display: inline-block;
/* 557  */ }
/* 558  */ 
/* 559  */ a.jp-carousel-image-download span.photo-size-times {
/* 560  */ 	padding: 0 1px 0 2px;
/* 561  */ }
/* 562  */ 
/* 563  */ a.jp-carousel-image-download:hover {
/* 564  */ 	background-position: 0 -102px;
/* 565  */ 	color: #68c9e8;
/* 566  */ 	border: none !important;
/* 567  */ }
/* 568  */ 
/* 569  */ /** Meta Box End **/
/* 570  */ 
/* 571  */ /** GPS Map Start **/
/* 572  */ .jp-carousel-image-map {
/* 573  */ 	position: relative;
/* 574  */ 	margin: -20px -20px 20px;
/* 575  */ 	border-bottom: 1px solid rgba( 255, 255, 255, 0.17 );
/* 576  */ 	height: 154px;
/* 577  */ }
/* 578  */ 
/* 579  */ .jp-carousel-image-map img.gmap-main {
/* 580  */ 	-moz-border-radius-topleft: 6px;
/* 581  */ 	border-top-left-radius: 6px;
/* 582  */ 	border-right: 1px solid rgba( 255, 255, 255, 0.17 );
/* 583  */ }
/* 584  */ .jp-carousel-image-map div.gmap-topright {
/* 585  */ 	width: 94px;
/* 586  */ 	height: 154px;
/* 587  */ 	position: absolute;
/* 588  */ 	top: 0;
/* 589  */ 	right: 0;
/* 590  */ }
/* 591  */ .jp-carousel-image-map div.imgclip {
/* 592  */ 	overflow: hidden;
/* 593  */ 	-moz-border-radius-topright: 6px;
/* 594  */ 	border-top-right-radius: 6px;
/* 595  */ }
/* 596  */ .jp-carousel-image-map div.gmap-topright img {
/* 597  */ 	margin-left: -40px;
/* 598  */ }
/* 599  */ .jp-carousel-image-map img.gmap-bottomright {
/* 600  */ 	position: absolute;

/* jetpack-carousel.css */

/* 601  */ 	top: 96px;
/* 602  */ 	right: 0;
/* 603  */ }
/* 604  */ 
/* 605  */ /** Comments Start **/
/* 606  */ .jp-carousel-comments {
/* 607  */ 	font: 15px/1.7 "Helvetica Neue", sans-serif !important;
/* 608  */ 	font-weight: 400;
/* 609  */ 	background:none transparent;
/* 610  */ }
/* 611  */ 
/* 612  */ .jp-carousel-comments p a:hover, .jp-carousel-comments p a:focus, .jp-carousel-comments p a:active {
/* 613  */ 	color: #68c9e8  !important;
/* 614  */ }
/* 615  */ 
/* 616  */ .jp-carousel-comment {
/* 617  */ 	background:none transparent;
/* 618  */ 	color: #999;
/* 619  */ 	margin-bottom: 20px;
/* 620  */ 	clear:left;
/* 621  */ 	overflow: auto;
/* 622  */ 	width: 100%
/* 623  */ }
/* 624  */ 
/* 625  */ .jp-carousel-comment p {
/* 626  */ 	color: #999 !important;
/* 627  */ }
/* 628  */ 
/* 629  */ .jp-carousel-comment .comment-author {
/* 630  */ 	font-size: 13px;
/* 631  */ 	font-weight:400;
/* 632  */ 	padding:0;
/* 633  */ 	width:auto;
/* 634  */ 	display: inline;
/* 635  */ 	float:none;
/* 636  */ 	border:none;
/* 637  */ 	margin:0;
/* 638  */ }
/* 639  */ 
/* 640  */ .jp-carousel-comment .comment-author a {
/* 641  */ 	color: #fff;
/* 642  */ }
/* 643  */ 
/* 644  */ .jp-carousel-comment .comment-gravatar {
/* 645  */ 	float:left;
/* 646  */ }
/* 647  */ 
/* 648  */ .jp-carousel-comment .comment-content {
/* 649  */ 	border:none;
/* 650  */ 	margin-left:85px;

/* jetpack-carousel.css */

/* 651  */ 	padding: 0;
/* 652  */ }
/* 653  */ 
/* 654  */ .jp-carousel-comment .avatar {
/* 655  */ 	margin:0 20px 0 0;
/* 656  */ 	-moz-border-radius: 4px;
/* 657  */ 	-webkit-border-radius: 4px;
/* 658  */ 	border-radius: 4px;
/* 659  */ 	border: none !important;
/* 660  */ 	padding: 0 !important;
/* 661  */ 	background-color: transparent !important;
/* 662  */ }
/* 663  */ 
/* 664  */ .jp-carousel-comment .comment-date {
/* 665  */ 	color:#999;
/* 666  */ 	margin-top: 4px;
/* 667  */ 	font-size:11px;
/* 668  */ 	display: inline;
/* 669  */ 	float: right;
/* 670  */ 	/*clear: right;*/
/* 671  */ }
/* 672  */ 
/* 673  */ #jp-carousel-comment-form {
/* 674  */ 	margin:0 0 10px !important;
/* 675  */ 	float: left;
/* 676  */ 	width: 100%;
/* 677  */ }
/* 678  */ 
/* 679  */ textarea#jp-carousel-comment-form-comment-field {
/* 680  */ 	background: rgba(34,34,34,0.9);
/* 681  */ 	border: 1px solid #3a3a3a;
/* 682  */ 	color: #aaa;
/* 683  */ 	font: 15px/1.4 "Helvetica Neue", sans-serif !important;
/* 684  */ 	width: 100%;
/* 685  */ 	padding: 10px 10px 5px;
/* 686  */ 	margin: 0;
/* 687  */ 	float: none;
/* 688  */ 	height: 147px;
/* 689  */ 	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
/* 690  */ 	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
/* 691  */ 	-moz-border-radius: 3px;
/* 692  */ 	-webkit-border-radius: 3px;
/* 693  */ 	border-radius: 3px;
/* 694  */ 	overflow: hidden;
/* 695  */ 	-webkit-box-sizing: border-box;
/* 696  */ 	-moz-box-sizing: border-box;
/* 697  */ 	box-sizing: border-box;
/* 698  */ }
/* 699  */ 
/* 700  */ textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {

/* jetpack-carousel.css */

/* 701  */ 	color: #555;
/* 702  */ }
/* 703  */ 
/* 704  */ textarea#jp-carousel-comment-form-comment-field:focus {
/* 705  */ 	background: #ccc;
/* 706  */ 	color: #222;
/* 707  */ }
/* 708  */ 
/* 709  */ textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
/* 710  */ 	color: #aaa;
/* 711  */ }
/* 712  */ 
/* 713  */ #jp-carousel-comment-form-spinner {
/* 714  */ 	color: #fff;
/* 715  */ 	margin:22px 0 0 10px;
/* 716  */ 	display: block;
/* 717  */ 	width: 20px;
/* 718  */ 	height: 20px;
/* 719  */ 	float: left;
/* 720  */ }
/* 721  */ 
/* 722  */ #jp-carousel-comment-form-submit-and-info-wrapper {
/* 723  */ 	display: none;
/* 724  */ 	/*margin-bottom:15px;*/
/* 725  */ 	overflow: hidden;
/* 726  */ 	width: 100%
/* 727  */ }
/* 728  */ 
/* 729  */ #jp-carousel-comment-form-commenting-as {
/* 730  */ }
/* 731  */ 
/* 732  */ #jp-carousel-comment-form-commenting-as input {
/* 733  */ 	background: rgba(34,34,34,0.9);
/* 734  */ 	border: 1px solid #3a3a3a;
/* 735  */ 	color: #aaa;
/* 736  */ 	font: 13px/1.4 "Helvetica Neue", sans-serif !important;
/* 737  */ 	padding: 3px 6px;
/* 738  */ 	float: left;
/* 739  */ 	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
/* 740  */ 	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
/* 741  */ 	-moz-border-radius: 2px;
/* 742  */ 	-webkit-border-radius: 2px;
/* 743  */ 	border-radius: 2px;
/* 744  */ 	width:285px;
/* 745  */ }
/* 746  */ 
/* 747  */ #jp-carousel-comment-form-commenting-as input:focus {
/* 748  */ 	background: #ccc;
/* 749  */ 	color: #222;
/* 750  */ }

/* jetpack-carousel.css */

/* 751  */ 
/* 752  */ #jp-carousel-comment-form-commenting-as p {
/* 753  */ 	font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
/* 754  */ 	margin:22px 0 0;
/* 755  */ 	float: left;
/* 756  */ }
/* 757  */ 
/* 758  */ #jp-carousel-comment-form-commenting-as fieldset {
/* 759  */ 	float:left;
/* 760  */ 	border:none;
/* 761  */ 	margin:20px 0 0 0;
/* 762  */ 	padding:0;
/* 763  */ }
/* 764  */ 
/* 765  */ #jp-carousel-comment-form-commenting-as fieldset {
/* 766  */ 	clear: both;
/* 767  */ }
/* 768  */ 
/* 769  */ #jp-carousel-comment-form-commenting-as label {
/* 770  */ 	font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
/* 771  */ 	margin:0 20px 3px 0;
/* 772  */ 	float:left;
/* 773  */ 	width:100px;
/* 774  */ }
/* 775  */ 
/* 776  */ #jp-carousel-comment-form-button-submit {
/* 777  */ 	margin-top: 20px;
/* 778  */ 	float:right;
/* 779  */ }
/* 780  */ 
/* 781  */ #js-carousel-comment-form-container {
/* 782  */ 	margin-bottom:15px;
/* 783  */ 	overflow: auto;
/* 784  */ 	width: 100%;
/* 785  */ }
/* 786  */ 
/* 787  */ #jp-carousel-comment-form-container {
/* 788  */ 	margin-bottom:15px;
/* 789  */ 	overflow: auto;
/* 790  */ 	width: 100%;
/* 791  */ }
/* 792  */ 
/* 793  */ #jp-carousel-comment-post-results {
/* 794  */ 	display: none;
/* 795  */ 	overflow:auto;
/* 796  */ 	width:100%;
/* 797  */ }
/* 798  */ 
/* 799  */ #jp-carousel-comment-post-results span {
/* 800  */ 	display:block;

/* jetpack-carousel.css */

/* 801  */ 	text-align: center;
/* 802  */ 	margin-top:20px;
/* 803  */ 	width: 100%;
/* 804  */ 	overflow: auto;
/* 805  */ 	padding: 1em 0;
/* 806  */ 	box-sizing: border-box;
/* 807  */ 	background: rgba( 0, 0, 0, 0.7 );
/* 808  */ 	border-radius: 2px;
/* 809  */ 	font: 13px/1.4 "Helvetica Neue", sans-serif !important;
/* 810  */ 	border: 1px solid rgba( 255, 255, 255, 0.17 );
/* 811  */     -webkit-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 1);
/* 812  */             box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 1);
/* 813  */ }
/* 814  */ 
/* 815  */ .jp-carousel-comment-post-error {
/* 816  */ 	color:#DF4926;
/* 817  */ }
/* 818  */ 
/* 819  */ .jp-carousel-comment-post-success {
/* 820  */ 	/*color:#21759B;*/
/* 821  */ }
/* 822  */ 
/* 823  */ #jp-carousel-comments-closed {
/* 824  */ 	display: none;
/* 825  */ 	color: #999;
/* 826  */ }
/* 827  */ 
/* 828  */ #jp-carousel-comments-loading {
/* 829  */ 	font: 444 15px/1.7 "Helvetica Neue", sans-serif !important;
/* 830  */ 	display: none;
/* 831  */ 	color: #999;
/* 832  */ 	text-align: left;
/* 833  */ 	margin-bottom: 20px;
/* 834  */ }
/* 835  */ 
/* 836  */ 
/* 837  */ /* ----- Light variant ----- */
/* 838  */ 
/* 839  */ .jp-carousel-light .jp-carousel-overlay {
/* 840  */ 	background: #fff;
/* 841  */ }
/* 842  */ 
/* 843  */ .jp-carousel-light .jp-carousel-next-button:hover span,
/* 844  */ .jp-carousel-light .jp-carousel-previous-button:hover span {
/* 845  */ 	opacity: 0.8;
/* 846  */ }
/* 847  */ 
/* 848  */ .jp-carousel-light .jp-carousel-close-hint:hover,
/* 849  */ .jp-carousel-light .jp-carousel-titleanddesc div {
/* 850  */ 	color: #000 !important;

/* jetpack-carousel.css */

/* 851  */ }
/* 852  */ 
/* 853  */ .jp-carousel-light .jp-carousel-comments p a,
/* 854  */ .jp-carousel-light .jp-carousel-comment .comment-author a,
/* 855  */ .jp-carousel-light .jp-carousel-titleanddesc p a,
/* 856  */ .jp-carousel-light .jp-carousel-titleanddesc p a,
/* 857  */ .jp-carousel-light .jp-carousel-comments p a,
/* 858  */ .jp-carousel-light .jp-carousel-info h2 a {
/* 859  */ 	color: #1e8cbe !important;
/* 860  */ }
/* 861  */ 
/* 862  */ .jp-carousel-light .jp-carousel-comments p a:hover,
/* 863  */ .jp-carousel-light .jp-carousel-comment .comment-author a:hover,
/* 864  */ .jp-carousel-light .jp-carousel-titleanddesc p a:hover,
/* 865  */ .jp-carousel-light .jp-carousel-titleanddesc p a:hover,
/* 866  */ .jp-carousel-light .jp-carousel-comments p a:hover,
/* 867  */ .jp-carousel-light .jp-carousel-info h2 a:hover {
/* 868  */ 	color: #f1831e !important;
/* 869  */ }
/* 870  */ 
/* 871  */ .jp-carousel-light .jp-carousel-info h2,
/* 872  */ .jp-carousel-light .jp-carousel-titleanddesc,
/* 873  */ .jp-carousel-light .jp-carousel-titleanddesc p,
/* 874  */ .jp-carousel-light .jp-carousel-comment,
/* 875  */ .jp-carousel-light .jp-carousel-comment p,
/* 876  */ .jp-carousel-light div.jp-carousel-buttons a,
/* 877  */ .jp-carousel-light .jp-carousel-titleanddesc p strong,
/* 878  */ .jp-carousel-light .jp-carousel-titleanddesc p b,
/* 879  */ .jp-carousel-light .jp-carousel-titleanddesc p em,
/* 880  */ .jp-carousel-light .jp-carousel-titleanddesc p i {
/* 881  */ 	color: #666;
/* 882  */ }
/* 883  */ 
/* 884  */ .jp-carousel-light .jp-carousel-buttons {
/* 885  */ 	border-bottom-color: #f0f0f0;
/* 886  */ 	background: #f5f5f5;
/* 887  */ }
/* 888  */ 
/* 889  */ .jp-carousel-light div.jp-carousel-buttons a:hover {
/* 890  */ 	text-decoration: none;
/* 891  */ 	color: #f1831e;
/* 892  */ }
/* 893  */ 
/* 894  */ .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,
/* 895  */ .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover {
/* 896  */ 	background-position: 4px -56px;
/* 897  */ 	padding-left: 24px !important;
/* 898  */ }
/* 899  */ 
/* 900  */ .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged,

/* jetpack-carousel.css */

/* 901  */ .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked {
/* 902  */ 	background-color: #2ea2cc;
/* 903  */ 	color: #fff;
/* 904  */ }
/* 905  */ 
/* 906  */ .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink {
/* 907  */ 	background-position: 0px -136px;
/* 908  */ }
/* 909  */ 
/* 910  */ .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,
/* 911  */ .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover {
/* 912  */ 	background-position: 5px -15px;
/* 913  */ 	padding-left: 23px !important;
/* 914  */ }
/* 915  */ 
/* 916  */ .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
/* 917  */ 	background-position: 5px -36px;
/* 918  */ }
/* 919  */ 
/* 920  */ .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked {
/* 921  */ 	background-position: 5px 5px;
/* 922  */ }
/* 923  */ 
/* 924  */ .jp-carousel-light div#carousel-reblog-box {
/* 925  */ 	background: #eee;
/* 926  */ 	background: -moz-linear-gradient(bottom,  #ececec,  #f7f7f7);
/* 927  */ 	background: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f7f7f7));
/* 928  */ 	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
/* 929  */ 	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
/* 930  */ 	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
/* 931  */ 	border:1px solid #ddd;
/* 932  */ }
/* 933  */ 
/* 934  */ .jp-carousel-light #carousel-reblog-box textarea {
/* 935  */ 	border: 1px inset #ccc;
/* 936  */ 	color: #666;
/* 937  */ 	border: 1px solid #cfcfcf;
/* 938  */ 	background: #fff;
/* 939  */ }
/* 940  */ 
/* 941  */ .jp-carousel-light #carousel-reblog-box .canceltext {
/* 942  */ 	color: #888;
/* 943  */ }
/* 944  */ 
/* 945  */ .jp-carousel-light #carousel-reblog-box .canceltext a {
/* 946  */ 	color: #666;
/* 947  */ }
/* 948  */ 
/* 949  */ .jp-carousel-light #carousel-reblog-box select {
/* 950  */ 	background: #eee;

/* jetpack-carousel.css */

/* 951  */ 	color: #333;
/* 952  */ 	border: 1px solid #aaa;
/* 953  */ }
/* 954  */ 
/* 955  */ .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
/* 956  */ 	color: #333;
/* 957  */ 	background: #fff;
/* 958  */ 	background: -moz-linear-gradient(bottom,  #ddd,  #fff);
/* 959  */ 	background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
/* 960  */ 	border: 1px solid #aaa;
/* 961  */ }
/* 962  */ 
/* 963  */ .jp-carousel-light .jp-carousel-image-meta {
/* 964  */ 	background: #fafafa;
/* 965  */ 	border: 1px solid #eee;
/* 966  */ 	border-top-color: #f5f5f5;
/* 967  */ 	border-left-color: #f5f5f5;
/* 968  */ 	color: #333;
/* 969  */ }
/* 970  */ 
/* 971  */ .jp-carousel-light .jp-carousel-image-meta li {
/* 972  */ 	color: #000 !important;
/* 973  */ }
/* 974  */ 
/* 975  */ .jp-carousel-light .jp-carousel-close-hint {
/* 976  */ 	color: #ccc;
/* 977  */ }
/* 978  */ 
/* 979  */ .jp-carousel-light .jp-carousel-close-hint span {
/* 980  */ 	background-color: white;
/* 981  */ 	border-color: #ccc;
/* 982  */ }
/* 983  */ 
/* 984  */ .jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
/* 985  */ 	color: #aaa;
/* 986  */ }
/* 987  */ 
/* 988  */ .jp-carousel-light #jp-carousel-comment-form-comment-field:focus {
/* 989  */ 	color: #333;
/* 990  */ }
/* 991  */ 
/* 992  */ .jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
/* 993  */ 	color: #ddd;
/* 994  */ }
/* 995  */ 
/* 996  */ .jp-carousel-light a.jp-carousel-image-download {
/* 997  */ 	background-position: 0 -102px;
/* 998  */ }
/* 999  */ 
/* 1000 */ .jp-carousel-light a.jp-carousel-image-download:hover {

/* jetpack-carousel.css */

/* 1001 */ 	background-position: 0 -102px;
/* 1002 */ 	color: #f1831e;
/* 1003 */ }
/* 1004 */ 
/* 1005 */ .jp-carousel-light textarea#jp-carousel-comment-form-comment-field {
/* 1006 */ 	background: #fbfbfb;
/* 1007 */ 	color: #333;
/* 1008 */ 	border: 1px solid #dfdfdf;
/* 1009 */ 	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
/* 1010 */ 	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
/* 1011 */ }
/* 1012 */ 
/* 1013 */ .jp-carousel-light #jp-carousel-comment-form-commenting-as input {
/* 1014 */ 	background: #fbfbfb;
/* 1015 */ 	border: 1px solid #dfdfdf;
/* 1016 */ 	color: #333;
/* 1017 */ 	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
/* 1018 */ 	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
/* 1019 */ }
/* 1020 */ 
/* 1021 */ .jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus {
/* 1022 */ 	background: #fbfbfb;
/* 1023 */ 	color: #333;
/* 1024 */ }
/* 1025 */ 
/* 1026 */ .jp-carousel-light  #jp-carousel-comment-post-results span {
/* 1027 */ 	background: #f7f7f7;
/* 1028 */ 	border:1px solid #dfdfdf;
/* 1029 */     -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
/* 1030 */             box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
/* 1031 */ }
/* 1032 */ 
/* 1033 */ .jp-carousel-light .jp-carousel-slide {
/* 1034 */ 	background-color:#fff;
/* 1035 */ }
/* 1036 */ 
/* 1037 */ .jp-carousel-light .jp-carousel-titleanddesc {
/* 1038 */ 	border-top: 1px solid #eee;
/* 1039 */ }
/* 1040 */ 
/* 1041 */ .jp-carousel-light .jp-carousel-fadeaway {
/* 1042 */ 	background: -moz-linear-gradient(bottom, rgba(255,255,255,0.75), rgba(255,255,255,0));
/* 1043 */ 	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
/* 1044 */ }
/* 1045 */ 
/* 1046 */ /* Small screens */
/* 1047 */ @media only screen and (max-width: 760px) {
/* 1048 */ 
/* 1049 */ 	.jp-carousel-info {
/* 1050 */ 		margin: 0 10px !important;

/* jetpack-carousel.css */

/* 1051 */ 	}
/* 1052 */ 
/* 1053 */ 	.jp-carousel-next-button, .jp-carousel-previous-button {
/* 1054 */ 		display: none !important;
/* 1055 */ 	}
/* 1056 */ 
/* 1057 */ 	.jp-carousel-buttons {
/* 1058 */ 		display: none !important;
/* 1059 */ 	}
/* 1060 */ 
/* 1061 */ 	.jp-carousel-image-meta {
/* 1062 */ 		float: none !important;
/* 1063 */ 		width: 100% !important;
/* 1064 */ 		-moz-box-sizing:border-box;
/* 1065 */ 		-webkit-box-sizing:border-box;
/* 1066 */ 		box-sizing: border-box;
/* 1067 */ 	}
/* 1068 */ 
/* 1069 */ 	.jp-carousel-close-hint {
/* 1070 */ 	 	font-weight: 800 !important;
/* 1071 */ 		font-size: 26px !important;
/* 1072 */ 		position: fixed !important;
/* 1073 */ 		top: -10px;
/* 1074 */ 	}
/* 1075 */ 
/* 1076 */ 	.jp-carousel-slide img {
/* 1077 */ 		filter: alpha(opacity=100);
/* 1078 */ 		opacity: 1;
/* 1079 */ 	}
/* 1080 */ 
/* 1081 */ 	.jp-carousel-wrap {
/* 1082 */ 		background-color: #000;
/* 1083 */ 	}
/* 1084 */ 
/* 1085 */ 	.jp-carousel-fadeaway {
/* 1086 */ 		display: none;
/* 1087 */ 	}
/* 1088 */ 
/* 1089 */ 	#jp-carousel-comment-form-container {
/* 1090 */ 		display: none !important;
/* 1091 */ 	}
/* 1092 */ 
/* 1093 */ 	.jp-carousel-titleanddesc {
/* 1094 */ 		padding-top: 0 !important;
/* 1095 */ 		border: none !important;
/* 1096 */ 	}
/* 1097 */ 	.jp-carousel-titleanddesc-title {
/* 1098 */ 		font-size: 1em !important;
/* 1099 */ 	}
/* 1100 */ 

/* jetpack-carousel.css */

/* 1101 */ 	.jp-carousel-left-column-wrapper {
/* 1102 */ 		padding: 0;
/* 1103 */ 	}
/* 1104 */ }
/* 1105 */