
/* default.css */

/* 1 */ /* Style: Color */

/* shortcodes.css */

/* 1   */ /*-----------------------------------------------------------------------------------
/* 2   *| 
/* 3   *| TABLE OF CONTENTS:
/* 4   *| 
/* 5   *| 1. Info Boxes
/* 6   *| 2. Buttons
/* 7   *| 3. Columns
/* 8   *| 4. Tweetmeme
/* 9   *| 5. Twitter
/* 10  *| 6. Digg
/* 11  *| 7. Related Posts
/* 12  *| 8. Horizontal Rule
/* 13  *| 9. Quote
/* 14  *| 10. Icon Links
/* 15  *| 11. Facebook
/* 16  *| 12. Contact Form
/* 17  *| 13. Tabber
/* 18  *| -13.1 Tabber Alternate Style - Boxed
/* 19  *| -13.2 Tabber Alternate Style - Vertical
/* 20  *| 14. Dropcap
/* 21  *| 15. Content Toggle
/* 22  *| -15.1 Toggle Alternate Style - White
/* 23  *| 16. Highlight and Abbreviation
/* 24  *| 17. List Styles - Unordered List
/* 25  *| 18. List Styles - Ordered List
/* 26  *| 19. Social Icon
/* 27  *| 
/* 28  *| -----------------------------------------------------------------------------------*/
/* 29  */ 
/* 30  */ /*-------------------------------------------------------------------------------------------*/
/* 31  */ /* 1. Info Boxes */
/* 32  */ /*-------------------------------------------------------------------------------------------*/
/* 33  */ p.woo-sc-box, div.woo-sc-box {margin:1em 0 1.5em 0; padding:9px 10px 9px 50px; border-width:1px 0 1px 0; border-style:solid;color:#555;text-shadow:none;}
/* 34  */ .woo-sc-box.none {border-width:0;}
/* 35  */ .woo-sc-box.full {border-width:1px;}
/* 36  */ .woo-sc-box.medium {padding:18px 20px 18px 50px; font-size:1.1em;}
/* 37  */ .woo-sc-box.large {padding:25px 27px 25px 50px; font-size:1.2em; }
/* 38  */ .woo-sc-box.rounded { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
/* 39  */ .woo-sc-box.alert { border-color:#f0baa2; background:#ffd9c8 url(/wp-content/themes/sliding/functions/images/ico-alert.png) no-repeat 20px 45%; }
/* 40  */ .woo-sc-box.download { border-color:#d4ebaf; background:#edfcd5 url(/wp-content/themes/sliding/functions/images/ico-download.png) no-repeat 20px 45%; }
/* 41  */ .woo-sc-box.tick { border-color:#d4ebaf; background:#edfcd5 url(/wp-content/themes/sliding/functions/images/ico-tick.png) no-repeat 20px 45%; }
/* 42  */ .woo-sc-box.info { border-color:#ccc; background:#eee url(/wp-content/themes/sliding/functions/images/ico-info.png) no-repeat 20px 45%; }
/* 43  */ .woo-sc-box.note { border-color:#efe3ae; background:#fef6d2 url(/wp-content/themes/sliding/functions/images/ico-note.png) no-repeat 20px 45%; }
/* 44  */ .woo-sc-box.normal { border-color:#ccc; background:#eee; padding:9px 15px;}
/* 45  */ 
/* 46  */ 
/* 47  */ /*-------------------------------------------------------------------------------------------*/
/* 48  */ /* 2. Buttons */
/* 49  */ /*-------------------------------------------------------------------------------------------*/
/* 50  */ a.woo-sc-button {

/* shortcodes.css */

/* 51  */ 	font-family: sans-serif;
/* 52  */ 	display: inline-block;
/* 53  */ 	line-height: 1em;
/* 54  */ 	padding: 6px 13px;
/* 55  */ 	margin:0 .6em 1.5em 0;
/* 56  */ 	border: 1px solid #4081af;
/* 57  */ 	border-bottom-color: #20559a;
/* 58  */ 	color: white !important;
/* 59  */ 	text-align: center;
/* 60  */ 	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
/* 61  */ 	text-decoration: none !important;
/* 62  */ 	
/* 63  */ 	/*Border radius*/
/* 64  */ 	-webkit-border-radius: 15px;
/* 65  */ 	-moz-border-radius: 15px;
/* 66  */ 	border-radius: 15px;
/* 67  */ 	
/* 68  */ 	/*Background*/
/* 69  */ 	background-color: #237fd7; /*Fallback*/
/* 70  */ 	background: -webkit-gradient(
/* 71  */ 					linear,
/* 72  */ 					left top,
/* 73  */ 					left bottom,
/* 74  */ 					color-stop(.2, #52a8e8),
/* 75  */ 					color-stop(1, #2e76cf)
/* 76  */ 				);
/* 77  */ 	background: -moz-linear-gradient(
/* 78  */ 					center top,
/* 79  */ 					#52a8e8 20%,
/* 80  */ 					#2e76cf 100%
/* 81  */ 				);
/* 82  */ 	
/* 83  */ 	/*Box shadow*/
/* 84  */ 	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
/* 85  */ 						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
/* 86  */ 						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
/* 87  */ 	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
/* 88  */ 					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
/* 89  */ 					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
/* 90  */ 	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
/* 91  */ 				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
/* 92  */ 				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
/* 93  */ }
/* 94  */ 
/* 95  */ a.woo-sc-button.small { padding:2px 10px; font-size:0.9em;}
/* 96  */ a.woo-sc-button.large { padding:7px 16px; font-size:1.4em;}
/* 97  */ a.woo-sc-button.xl { padding:9px 20px; font-size:1.8em;}
/* 98  */ 
/* 99  */ a.woo-sc-button:hover, 
/* 100 */ a.woo-sc-button.hover, 

/* shortcodes.css */

/* 101 */ a.woo-sc-button.active {
/* 102 */ 	text-decoration: none !important;
/* 103 */ 	/*Background*/
/* 104 */ 	background: #0073d2; /*Fallback*/
/* 105 */ 	background: -webkit-gradient(
/* 106 */ 					linear,
/* 107 */ 					left top,
/* 108 */ 					left bottom,
/* 109 */ 					color-stop(.2, #3e9ee5),
/* 110 */ 					color-stop(1, #1666ca)
/* 111 */ 				);
/* 112 */ 	background: -moz-linear-gradient(
/* 113 */ 					center top,
/* 114 */ 					#3e9ee5 20%,
/* 115 */ 					#1666ca 100%
/* 116 */ 				);
/* 117 */ }
/* 118 */ 
/* 119 */ a.woo-sc-button:active,
/* 120 */ a.woo-sc-button.active  {
/* 121 */ 	border-color: #20559a;
/* 122 */ 	
/* 123 */ 	/*Box shadow*/
/* 124 */ 	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
/* 125 */ 						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
/* 126 */ 	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
/* 127 */ 					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
/* 128 */ 	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
/* 129 */ 				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
/* 130 */ }
/* 131 */ 
/* 132 */ a.woo-sc-button.dark span { color:#555; text-shadow:0 1px #fff;}
/* 133 */ a.woo-sc-button.custom:hover { opacity:0.85; }
/* 134 */ 
/* 135 */ a.woo-sc-button span { line-height:1.2em; min-height: 16px; }
/* 136 */ a.woo-sc-button span.woo-info { background:url("/wp-content/themes/sliding/functions/images/ico-info.png") no-repeat 0 45%; padding-left:25px; display:block; }
/* 137 */ a.woo-sc-button span.woo-download { background:url("/wp-content/themes/sliding/functions/images/ico-download.png") no-repeat 0 45%; padding-left:25px; display:block; }
/* 138 */ a.woo-sc-button span.woo-tick { background:url("/wp-content/themes/sliding/functions/images/ico-tick.png") no-repeat 0 45%; padding-left:25px; display:block; }
/* 139 */ a.woo-sc-button span.woo-note { background:url("/wp-content/themes/sliding/functions/images/ico-note.png") no-repeat 0 45%; padding-left:25px; display:block; }
/* 140 */ a.woo-sc-button span.woo-alert { background:url("/wp-content/themes/sliding/functions/images/ico-alert.png") no-repeat 0 45%; padding-left:25px; display:block; }
/* 141 */ 
/* 142 */ a.woo-sc-button.red { 
/* 143 */ 	border-color: #af4040; border-bottom-color: #9a2020; background-color: #d72323;
/* 144 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e85252),color-stop(1, #cf2e2e));
/* 145 */ 	background: -moz-linear-gradient(center top,#e85252 20%,#cf2e2e 100%);
/* 146 */ }
/* 147 */ a.woo-sc-button.red:hover { 
/* 148 */ 	background: #d20000;
/* 149 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e53e3e),color-stop(1, #ca1616));
/* 150 */ 	background: -moz-linear-gradient(center top,#e53e3e 20%,#ca1616 100%);

/* shortcodes.css */

/* 151 */ }
/* 152 */ 
/* 153 */ a.woo-sc-button.orange { 
/* 154 */ 	border-color: #af7440; border-bottom-color: #9a5420; background-color: #d76b23;
/* 155 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e88e52),color-stop(1, #cf6e2e));
/* 156 */ 	background: -moz-linear-gradient(center top,#e88e52 20%,#cf6e2e 100%);
/* 157 */ }
/* 158 */ a.woo-sc-button.orange:hover { 
/* 159 */ 	background: #d25e00;
/* 160 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e57d3e),color-stop(1, #ca5116));
/* 161 */ 	background: -moz-linear-gradient(center top,#e57d3e 20%,#ca5116 100%);
/* 162 */ }
/* 163 */ 
/* 164 */ a.woo-sc-button.green { 
/* 165 */ 	border-color: #87bf00; border-bottom-color: #7ca122; background-color: #8dc11e;
/* 166 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #ace53e),color-stop(1, #8dca16));
/* 167 */ 	background: -moz-linear-gradient(center top,#ace53e 20%,#6bca16 100%);
/* 168 */ }
/* 169 */ a.woo-sc-button.green:hover { 
/* 170 */ 	background: #87c000;
/* 171 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #a0d53a),color-stop(1, #60b513));
/* 172 */ 	background: -moz-linear-gradient(center top,#a0d53a 20%,#60b513 100%);
/* 173 */ }
/* 174 */ 
/* 175 */ a.woo-sc-button.aqua { 
/* 176 */ 	border-color: #40af96; border-bottom-color: #209a82; background-color: #23d7af;
/* 177 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52e8c6),color-stop(1, #2ecfab));
/* 178 */ 	background: -moz-linear-gradient(center top,#52e8c6 20%,#2ecfab 100%);
/* 179 */ }
/* 180 */ a.woo-sc-button.aqua:hover { 
/* 181 */ 	background: #00d2a8;
/* 182 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ee5c0),color-stop(1, #16ca9e));
/* 183 */ 	background: -moz-linear-gradient(center top,#3ee5c0 20%,#16ca9e 100%);
/* 184 */ }
/* 185 */ 
/* 186 */ a.woo-sc-button.teal { 
/* 187 */ 	border-color: #23a6d6; border-bottom-color: #20799a; background-color: #23abd7;
/* 188 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52c3e8),color-stop(1, #2eabcf));
/* 189 */ 	background: -moz-linear-gradient(center top,#52c3e8 20%,#2eabcf 100%);
/* 190 */ }
/* 191 */ a.woo-sc-button.teal:hover { 
/* 192 */ 	background: #009ed2;
/* 193 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ebce5),color-stop(1, #16a2ca));
/* 194 */ 	background: -moz-linear-gradient(center top,#3ebce5 20%,#16a2ca 100%);
/* 195 */ }
/* 196 */ 
/* 197 */ a.woo-sc-button.purple { 
/* 198 */ 	border-color: #234dd6; border-bottom-color: #20489a; background-color: #2356d7;
/* 199 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #526ee8),color-stop(1, #2e58cf));
/* 200 */ 	background: -moz-linear-gradient(center top,#526ee8 20%,#2e58cf 100%);

/* shortcodes.css */

/* 201 */ }
/* 202 */ a.woo-sc-button.purple:hover { 
/* 203 */ 	background: #0036d2;
/* 204 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3e5ae5),color-stop(1, #1638ca));
/* 205 */ 	background: -moz-linear-gradient(center top,#3e5ae5 20%,#1638ca 100%);
/* 206 */ }
/* 207 */ 
/* 208 */ a.woo-sc-button.pink { 
/* 209 */ 	border-color: #d623cb; border-bottom-color: #9a2096; background-color: #d723d5;
/* 210 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e852e6),color-stop(1, #cd2ecf));
/* 211 */ 	background: -moz-linear-gradient(center top,#e852e6 20%,#cd2ecf 100%);
/* 212 */ }
/* 213 */ a.woo-sc-button.pink:hover { 
/* 214 */ 	background: #bc00d2;
/* 215 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #c83ee5),color-stop(1, #ae16ca));
/* 216 */ 	background: -moz-linear-gradient(center top,#c83ee5 20%,#ae16ca 100%);
/* 217 */ }
/* 218 */ 
/* 219 */ a.woo-sc-button.silver { 
/* 220 */ 	color: #444 !important;
/* 221 */ 	text-shadow:0 1px #fff;
/* 222 */ 	border-color: #bbb; border-bottom-color: #999; background-color: #d8d8d8;
/* 223 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e9e9e9),color-stop(1, #ccc));
/* 224 */ 	background: -moz-linear-gradient(center top,#e9e9e9 20%,#ccc 100%);
/* 225 */ }
/* 226 */ a.woo-sc-button.silver:hover { 
/* 227 */ 	background: #ccc;
/* 228 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e0e0e0),color-stop(1, #bebebe));
/* 229 */ 	background: -moz-linear-gradient(center top,#e0e0e0 20%,#bebebe 100%);
/* 230 */ }
/* 231 */ 
/* 232 */ 
/* 233 */ /*-------------------------------------------------------------------------------------------*/
/* 234 */ /* 3. Columns */
/* 235 */ /*-------------------------------------------------------------------------------------------*/
/* 236 */ .twocol-one{width:48%;}
/* 237 */ .threecol-one{width:30.66%;}
/* 238 */ .threecol-two{width:65.33%;}
/* 239 */ .fourcol-one{width:22%;}
/* 240 */ .fourcol-two{width:48%;}
/* 241 */ .fourcol-three{width:74%;}
/* 242 */ .fivecol-one{width:16.8%;}
/* 243 */ .fivecol-two{width:37.6%;}
/* 244 */ .fivecol-three{width:58.4%;}
/* 245 */ .fivecol-four{width:67.2%;}
/* 246 */ .sixcol-one{width:13.33%;}
/* 247 */ .sixcol-two{width:30.66%;}
/* 248 */ .sixcol-three{width:47.99%;}
/* 249 */ .sixcol-four{width:65.33%;}
/* 250 */ .sixcol-five{width:82.67%;}

/* shortcodes.css */

/* 251 */ .twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;margin-right:4%;margin-bottom:4%;position:relative;}
/* 252 */ .last{clear:right;margin-right:0 !important;}
/* 253 */ @media only screen and (max-width: 768px) {
/* 254 */ 	.twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{margin-right: 0; width: 100% !important;}
/* 255 */ }
/* 256 */ 
/* 257 */ /*-------------------------------------------------------------------------------------------*/
/* 258 */ /* 4. Tweetmeme */
/* 259 */ /*-------------------------------------------------------------------------------------------*/
/* 260 */ .woo-tweetmeme.left { margin:0 1.5em 1.5em 0; float:left; }
/* 261 */ .woo-tweetmeme.none { margin:0 0 1.5em 0;  }
/* 262 */ .woo-tweetmeme.right { margin:0 0 1.5em 1.5em; float:right;  }
/* 263 */ 
/* 264 */ /*-------------------------------------------------------------------------------------------*/
/* 265 */ /* 5. Twitter */
/* 266 */ /*-------------------------------------------------------------------------------------------*/
/* 267 */ .woo-sc-twitter.left { margin:0 1.5em 1.5em 0; float:left; }
/* 268 */ .woo-sc-twitter.none { margin:0 0 1.5em 0;  }
/* 269 */ .woo-sc-twitter.right { margin:0 0 1.5em 1.5em; float:right;  }
/* 270 */ 
/* 271 */ /*-------------------------------------------------------------------------------------------*/
/* 272 */ /* 6. Digg */
/* 273 */ /*-------------------------------------------------------------------------------------------*/
/* 274 */ .woo-digg.left { margin:0 1.5em 1.5em 0; float:left; }
/* 275 */ .woo-digg.none { margin:0 0 1.5em 0;  }
/* 276 */ .woo-digg.right { margin:0 0 1.5em 1.5em; float:right;  }
/* 277 */ 
/* 278 */ /*-------------------------------------------------------------------------------------------*/
/* 279 */ /* 7. Related posts */
/* 280 */ /*-------------------------------------------------------------------------------------------*/
/* 281 */ .woo-sc-related-posts .thumbnail { float:left; margin:0 1em 1em 0;}
/* 282 */ .woo-sc-related-posts li { clear:both; }
/* 283 */ 
/* 284 */ /*-------------------------------------------------------------------------------------------*/
/* 285 */ /* 8. Horizontal Rule */
/* 286 */ /*-------------------------------------------------------------------------------------------*/
/* 287 */ .woo-sc-hr { border-bottom:1px solid #e6e6e6; }
/* 288 */ .woo-sc-hr, .woo-sc-divider { clear:both; display:block; margin-bottom:20px; padding-top:20px; width:100%; }
/* 289 */ .woo-sc-divider.flat { padding:0; margin:0; }
/* 290 */ 
/* 291 */ /*-------------------------------------------------------------------------------------------*/
/* 292 */ /* 9. Quote */
/* 293 */ /*-------------------------------------------------------------------------------------------*/
/* 294 */ .woo-sc-quote p { margin: 1em 20px; padding: 0 0 0 55px; background: url(/wp-content/themes/sliding/functions/images/quote.png) no-repeat 0 3px; font-family: serif; font-size: 1.2em; font-style: italic; color:#777; min-height: 32px; }
/* 295 */ .woo-sc-quote.left { float:left; width:30%;}
/* 296 */ .woo-sc-quote.right { float:right; width:30%;}
/* 297 */ .woo-sc-quote.boxed { background: #f5f5f5; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
/* 298 */ .woo-sc-quote.boxed.left { margin: 0 1.5em 1em 0;}
/* 299 */ .woo-sc-quote.boxed.right { margin: 0 0 1em 1.5em;}
/* 300 */ 

/* shortcodes.css */

/* 301 */ /*-------------------------------------------------------------------------------------------*/
/* 302 */ /* 10. Icon Links */
/* 303 */ /*-------------------------------------------------------------------------------------------*/
/* 304 */ .woo-sc-ilink { padding:0 0.3em;  }
/* 305 */ .woo-sc-ilink a { padding-left:20px; text-decoration: underline; display: inline-block; }
/* 306 */ .woo-sc-ilink a:hover { text-decoration: none; }
/* 307 */ .woo-sc-ilink .download { background: url(/wp-content/themes/sliding/functions/images/ico-download.png) no-repeat left 40%; }
/* 308 */ .woo-sc-ilink .tick { background: url(/wp-content/themes/sliding/functions/images/ico-tick.png) no-repeat left 40%; }
/* 309 */ .woo-sc-ilink .info { background: url(/wp-content/themes/sliding/functions/images/ico-info.png) no-repeat left 40%; }
/* 310 */ .woo-sc-ilink .note { background: url(/wp-content/themes/sliding/functions/images/ico-note.png) no-repeat left 40%; }
/* 311 */ .woo-sc-ilink .alert { background: url(/wp-content/themes/sliding/functions/images/ico-alert.png) no-repeat left 40%; }
/* 312 */ 
/* 313 */ /*-------------------------------------------------------------------------------------------*/
/* 314 */ /* 11. Facebook */
/* 315 */ /*-------------------------------------------------------------------------------------------*/
/* 316 */ .woo-fbshare.left { margin:0 1.5em 1.5em 0; float:left; }
/* 317 */ .woo-fbshare.none { margin:0 0 1.5em 0;  }
/* 318 */ .woo-fbshare.right { margin:0 0 1.5em 1.5em; float:right;  }
/* 319 */ 
/* 320 */ .woo-fblike.left { margin:0 1.5em 1.5em 0; float:left; }
/* 321 */ .woo-fblike.none { margin:0 0 1.5em 0;  }
/* 322 */ .woo-fblike.right { margin:0 0 1.5em 1.5em; float:right;  }
/* 323 */ 
/* 324 */ /*-------------------------------------------------------------------------------------------*/
/* 325 */ /* 12. Contact Form */
/* 326 */ /*-------------------------------------------------------------------------------------------*/
/* 327 */ 
/* 328 */ .contact-form .screenReader { left: -9999px; position: absolute; top: -9999px; }
/* 329 */ .contact-form .forms {float:left;list-style:none;width:100%;margin:10px 0 0;}
/* 330 */ .contact-form .forms p {clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
/* 331 */ .contact-form .forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
/* 332 */ .contact-form .forms input.txt{width:214px;}
/* 333 */ .contact-form .forms input#sendCopy{border:none;}
/* 334 */ .contact-form .forms textarea{height:300px;width:400px;}
/* 335 */ .contact-form .forms .error{font-size:12px;display:block;margin-left:120px;color:red;}
/* 336 */ .contact-form .forms .textarea .error{display:block; margin-left:120px}
/* 337 */ .contact-form .forms .screenReader{margin-bottom:0;}
/* 338 */ .contact-form .forms .buttons .submit{margin: 15px 0 0 120px; cursor:pointer; }
/* 339 */ .contact-form .forms .inline input{width:auto;margin-left:120px;}
/* 340 */ .contact-form .forms .inline label{display:inline;float:none;width:auto;}
/* 341 */ .entry .contact-form ol.forms li { list-style: none; } /* Added to accomodate the contact form shortcode */
/* 342 */ 
/* 343 */ .contact-form .submit {
/* 344 */ 	display: inline-block;
/* 345 */ 	margin: 5px;
/* 346 */ 	padding: 3px 13px;
/* 347 */ 	border: 1px solid #4081af;
/* 348 */ 	border-bottom-color: #20559a;
/* 349 */ 	color: white !important;
/* 350 */ 	text-align: center;

/* shortcodes.css */

/* 351 */ 	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
/* 352 */ 	text-decoration: none;
/* 353 */ 	
/* 354 */ 	/*Border radius*/
/* 355 */ 	-webkit-border-radius: 15px;
/* 356 */ 	-moz-border-radius: 15px;
/* 357 */ 	border-radius: 15px;
/* 358 */ 	
/* 359 */ 	/*Background*/
/* 360 */ 	background: #237fd7; /*Fallback*/
/* 361 */ 	background: -webkit-gradient(
/* 362 */ 					linear,
/* 363 */ 					left top,
/* 364 */ 					left bottom,
/* 365 */ 					color-stop(.2, #52a8e8),
/* 366 */ 					color-stop(1, #2e76cf)
/* 367 */ 				);
/* 368 */ 	background: -moz-linear-gradient(
/* 369 */ 					center top,
/* 370 */ 					#52a8e8 20%,
/* 371 */ 					#2e76cf 100%
/* 372 */ 				);
/* 373 */ 	
/* 374 */ 	/*Box shadow*/
/* 375 */ 	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
/* 376 */ 						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
/* 377 */ 						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
/* 378 */ 	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
/* 379 */ 					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
/* 380 */ 					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
/* 381 */ 	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
/* 382 */ 				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
/* 383 */ 				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
/* 384 */ }
/* 385 */ 
/* 386 */ .contact-form .submit:hover {
/* 387 */ 	text-decoration: none !important;
/* 388 */ 	/*Background*/
/* 389 */ 	background: #0073d2; /*Fallback*/
/* 390 */ 	background: -webkit-gradient(
/* 391 */ 					linear,
/* 392 */ 					left top,
/* 393 */ 					left bottom,
/* 394 */ 					color-stop(.2, #3e9ee5),
/* 395 */ 					color-stop(1, #1666ca)
/* 396 */ 				);
/* 397 */ 	background: -moz-linear-gradient(
/* 398 */ 					center top,
/* 399 */ 					#3e9ee5 20%,
/* 400 */ 					#1666ca 100%

/* shortcodes.css */

/* 401 */ 				);
/* 402 */ }
/* 403 */ 
/* 404 */ /*-------------------------------------------------------------------------------------------*/
/* 405 */ /* 13. Tabber */
/* 406 */ /*-------------------------------------------------------------------------------------------*/
/* 407 */ 
/* 408 */ .shortcode-tabs { background:#f0f0f0; background:rgba(0,0,0,.05); clear: both; height:auto; display: block; padding:5px; margin-bottom:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
/* 409 */ .shortcode-tabs ul.tab_titles { padding:0px; background:none; border:none; margin:0;}
/* 410 */ .shortcode-tabs ul.tab_titles li.nav-tab { background:none; padding:0; float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
/* 411 */ .shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover { background:#fff; text-decoration:none; }
/* 412 */ .shortcode-tabs ul.tab_titles li.nav-tab a {	color:#777; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px sans-serif; }
/* 413 */ .shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover { -moz-border-radius-topright:3px; -moz-border-radius-topleft:3px;-webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius:3px; border-top-right-radius:3px; border-top-left-radius:3px; }
/* 414 */ .shortcode-tabs .tab { background:#fff; padding:10px; text-align: left; clear: both; }
/* 415 */ .shortcode-tabs .tab li.nav-tab { background:#fff;  }
/* 416 */ .shortcode-tabs .tab ul.tab_titles { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
/* 417 */ .shortcode-tabs .tab li.nav-tab { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
/* 418 */ .shortcode-tabs .tab li.nav-tab a { color:#555; font:bold 12px/18px sans-serif; }
/* 419 */ .shortcode-tabs .tab a:hover {}
/* 420 */ .shortcode-tabs .ui-tabs-hide { display: none; }
/* 421 */ 
/* 422 */ /*-------------------------------------------------------------------------------------------*/
/* 423 */ /* -13.1 Tabber Alternate Style - Boxed */
/* 424 */ /*-------------------------------------------------------------------------------------------*/
/* 425 */ 	
/* 426 */ .shortcode-tabs.boxed { background: #FFFFFF; }
/* 427 */ 	.shortcode-tabs.boxed ul.tab_titles { clear: both; float: left; background:none; border:none; border-left: 1px solid #EBEBEB; margin-bottom: 0px; position: relative; z-index: 2; }
/* 428 */ 		.shortcode-tabs.boxed ul.tab_titles li { background:none; padding:0; border-top: 1px solid #EBEBEB; border-right: 1px solid #EBEBEB; }
/* 429 */ 		.shortcode-tabs.boxed ul.tab_titles li.ui-state-active { border-bottom: 1px solid #FFFFFF; }
/* 430 */ 	.shortcode-tabs.boxed .tab { border: 1px solid #EBEBEB; top: -2px; position: relative; z-index: 1; }
/* 431 */ 	
/* 432 */ /*-------------------------------------------------------------------------------------------*/
/* 433 */ /* -13.2 Tabber Alternate Style - Vertical */
/* 434 */ /*-------------------------------------------------------------------------------------------*/
/* 435 */ 	
/* 436 */ .shortcode-tabs.vertical { background: #FFFFFF; }
/* 437 */ 	.shortcode-tabs.vertical .tab_header { border: 1px solid #F0F0F0; border-bottom: 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; width: 25%; float: left; margin-bottom: -5px; color:#555; font:bold 12px/18px sans-serif; }
/* 438 */ 		.shortcode-tabs.vertical .tab_header {
/* 439 */ 			
/* 440 */ 			/* Gradient Background */
/* 441 */ 			background: #f5f5f5;
/* 442 */ 		  	background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff);
/* 443 */ 		  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
/* 444 */ 		  	
/* 445 */ 		  	border-bottom-left-radius: 0px;
/* 446 */ 			border-bottom-right-radius: 0px;
/* 447 */ 			-moz-border-radius-bottomright: 0px;
/* 448 */ 			-moz-border-radius-bottomleft: 0px;
/* 449 */ 			-webkit-border-bottom-left-radius: 0px;
/* 450 */ 			-webkit-border-bottom-right-radius: 0px;

/* shortcodes.css */

/* 451 */ 		
/* 452 */ 		}
/* 453 */ 		.shortcode-tabs.vertical .tab_header span { display: block; padding: 8px 8px 12px 8px; border: 1px solid #EBEBEB; }
/* 454 */ 	.shortcode-tabs.vertical ul.tab_titles {  clear: left; float: left; background:none; border: 1px solid #F0F0F0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 0px; position: relative; z-index: 2; width: 25%; }
/* 455 */ 		.shortcode-tabs.vertical ul.tab_titles.has_title { border-top: 0px !important; margin-top: 5px; }
/* 456 */ 		.shortcode-tabs.vertical ul.tab_titles.has_title {
/* 457 */ 		
/* 458 */ 			border-top-left-radius: 0px;
/* 459 */ 			border-top-right-radius: 0px;
/* 460 */ 			-moz-border-radius-topright: 0px;
/* 461 */ 			-moz-border-radius-topleft: 0px;
/* 462 */ 			-webkit-border-top-left-radius: 0px;
/* 463 */ 			-webkit-border-top-right-radius: 0px;
/* 464 */ 		
/* 465 */ 		}
/* 466 */ 		.shortcode-tabs.vertical ul.tab_titles li { clear: both; background:none; padding:0; border-bottom: 1px solid #EBEBEB; border-left: 1px solid #EBEBEB; border-right: 1px solid #EBEBEB; display: block !important; float: none !important; }
/* 467 */ 		.shortcode-tabs.vertical ul.tab_titles li.ui-state-active {}
/* 468 */ 			.shortcode-tabs.vertical ul.tab_titles li.ui-state-active a { background: #F0F0F0; background: rgba(0,0,0,.05); }
/* 469 */ 			.shortcode-tabs.vertical ul.tab_titles li a:link { display: block; float: none !important; }
/* 470 */ 			.shortcode-tabs.vertical ul.tab_titles li a:hover { background: #F0F0F0; background: rgba(0,0,0,.05); }
/* 471 */ 	.shortcode-tabs.vertical .tab { clear: right !important; top: 5px; position: relative; z-index: 1; margin-left: 30%; padding: 0px; }
/* 472 */ 	
/* 473 */ /*-------------------------------------------------------------------------------------------*/
/* 474 */ /* 14. Dropcap */
/* 475 */ /*-------------------------------------------------------------------------------------------*/
/* 476 */ 
/* 477 */ span.dropcap { font-size: 300%; font-weight: bold; float: left; position: relative; margin:5px 7px 0 0; line-height: 0.7em; }
/* 478 */ 
/* 479 */ /*-------------------------------------------------------------------------------------------*/
/* 480 */ /* 15. Content Toggle */
/* 481 */ /*-------------------------------------------------------------------------------------------*/
/* 482 */ 
/* 483 */ .shortcode-toggle { margin: 0 0 1.2em;}
/* 484 */ .shortcode-toggle h4 {margin: 0;}
/* 485 */ .shortcode-toggle h4 a { display: block; padding: 3px 0 3px 10px; background: #f3f3f3 url(/wp-content/themes/sliding/functions/images/shortcode-toggle-close.png) no-repeat 99% center; }
/* 486 */ .shortcode-toggle.closed h4 a  { background-image: url(/wp-content/themes/sliding/functions/images/shortcode-toggle-open.png); }
/* 487 */ .shortcode-toggle .toggle-content  { padding: 10px 10px; background: #f9f9f9; }
/* 488 */ .shortcode-toggle.closed .toggle-content, .shortcode-toggle .more-text.closed { display: none; }
/* 489 */ .shortcode-toggle .more-text.open { display: block; }
/* 490 */ .shortcode-toggle.border { border: 1px solid #EBEBEB; }
/* 491 */ 
/* 492 */ /*-------------------------------------------------------------------------------------------*/
/* 493 */ /* -15.1 Content Toggle Alternate Style - White */
/* 494 */ /*-------------------------------------------------------------------------------------------*/
/* 495 */ 
/* 496 */ .shortcode-toggle.white h4 a { background-color: #FFFFFF; }
/* 497 */ .shortcode-toggle.white .toggle-content { background-color: #FFFFFF; }
/* 498 */ 
/* 499 */ /*-------------------------------------------------------------------------------------------*/
/* 500 */ /* 16. Highlight and Abbreviation */

/* shortcodes.css */

/* 501 */ /*-------------------------------------------------------------------------------------------*/
/* 502 */ 
/* 503 */ span.shortcode-highlight { background: #FFFFAA; padding: 3px 3px 1px; }
/* 504 */ 
/* 505 */ abbr { border-bottom: 1px dashed #999999; cursor: help; }
/* 506 */ 
/* 507 */ /*-------------------------------------------------------------------------------------------*/
/* 508 */ /* 17. List Styles - Unordered List */
/* 509 */ /*-------------------------------------------------------------------------------------------*/
/* 510 */ 
/* 511 */ .entry .shortcode-unorderedlist ul li, .shortcode-unorderedlist ul li, .entry .shortcode-unorderedlist ul li ul, .shortcode-unorderedlist ul li ul {
/* 512 */    list-style-type: none;
/* 513 */    padding-left:25px;
/* 514 */    background: url() no-repeat scroll left top;
/* 515 */ }
/* 516 */ 
/* 517 */ .entry .shortcode-unorderedlist.tick ul li, .shortcode-unorderedlist.tick ul li { background: url(/wp-content/themes/sliding/functions/images/shortcode-tick.png) no-repeat left top; }
/* 518 */ .entry .shortcode-unorderedlist.red-x ul li, .shortcode-unorderedlist.red-x ul li { background: url(/wp-content/themes/sliding/functions/images/shortcode-red-x.png) no-repeat left top; }
/* 519 */ .entry .shortcode-unorderedlist.bullet ul li, .shortcode-unorderedlist.bullet ul li { background: url(/wp-content/themes/sliding/functions/images/shortcode-bullet.png) no-repeat left top; }
/* 520 */ .entry .shortcode-unorderedlist.green-dot ul li, .shortcode-unorderedlist.green-dot ul li { background: url(/wp-content/themes/sliding/functions/images/shortcode-green-dot.png) no-repeat left top; }
/* 521 */ .entry .shortcode-unorderedlist.arrow ul li, .shortcode-unorderedlist.arrow ul li { background: url(/wp-content/themes/sliding/functions/images/shortcode-arrow.png) no-repeat left top; }
/* 522 */ .entry .shortcode-unorderedlist.star ul li, .shortcode-unorderedlist.star ul li { background: url(/wp-content/themes/sliding/functions/images/shortcode-star.png) no-repeat left top; }
/* 523 */ 
/* 524 */ /*-------------------------------------------------------------------------------------------*/
/* 525 */ /* 18. List Styles - Ordered List */
/* 526 */ /*-------------------------------------------------------------------------------------------*/
/* 527 */ 
/* 528 */ .entry .shortcode-orderedlist ol li, .entry .shortcode-orderedlist ol li ol, .shortcode-orderedlist ol li {
/* 529 */    list-style-type: none;
/* 530 */    margin-left: 25px;
/* 531 */    background: url() no-repeat scroll left top;
/* 532 */ }
/* 533 */ 
/* 534 */ .entry .shortcode-orderedlist.armenian ol li, .shortcode-orderedlist.armenian ol li { list-style-type: armenian; }
/* 535 */ .entry .shortcode-orderedlist.decimal ol li, .shortcode-orderedlist.decimal ol li { list-style-type: decimal; }
/* 536 */ .entry .shortcode-orderedlist.decimal-leading-zero ol li, .shortcode-orderedlist.decimal-leading-zero ol li { list-style-type: decimal-leading-zero; }
/* 537 */ .entry .shortcode-orderedlist.georgian ol li, .shortcode-orderedlist.georgian ol li { list-style-type: georgian; }
/* 538 */ .entry .shortcode-orderedlist.lower-alpha ol li, .shortcode-orderedlist.lower-alpha ol li { list-style-type: lower-alpha; }
/* 539 */ .entry .shortcode-orderedlist.lower-greek ol li, .shortcode-orderedlist.lower-greek ol li { list-style-type: lower-greek; }
/* 540 */ .entry .shortcode-orderedlist.lower-latin ol li, .shortcode-orderedlist.lower-latin ol li { list-style-type: lower-latin; }
/* 541 */ .entry .shortcode-orderedlist.lower-roman ol li, .shortcode-orderedlist.lower-roman ol li { list-style-type: lower-roman; }
/* 542 */ .entry .shortcode-orderedlist.upper-alpha ol li, .shortcode-orderedlist.upper-alpha ol li { list-style-type: upper-alpha; }
/* 543 */ .entry .shortcode-orderedlist.upper-latin ol li, .shortcode-orderedlist.upper-latin ol li { list-style-type: upper-latin; }
/* 544 */ .entry .shortcode-orderedlist.upper-roman ol li, .shortcode-orderedlist.upper-roman ol li { list-style-type: upper-roman; }
/* 545 */ 
/* 546 */ /*-------------------------------------------------------------------------------------------*/
/* 547 */ /* 19. Social Icon */
/* 548 */ /*-------------------------------------------------------------------------------------------*/
/* 549 */ 
/* 550 */ img.social-icon { border: none; }

/* custom.css */

/* 1  */ /* 
/* 2  *| WOO CUSTOM STYLESHEET
/* 3  *| ---------------------
/* 4  *| 
/* 5  *| Instructions:
/* 6  *| 
/* 7  *| Add your custom styles in this file instead of style.css so it 
/* 8  *| is easier to update the theme. Simply copy an existing style 
/* 9  *| from style.css to this file, and modify it to your liking. */
/* 10 */ 
/* 11 */ 
