Guest User

css

a guest
Apr 24th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 165.68 KB | None | 0 0
  1. /*-----------------------------------------------------------------------------------
  2.  
  3. Theme Name:Sterling
  4. Theme URI:http://themeforest.net/user/TrueThemes/portfolio?ref=TrueThemes
  5. Description:Sterling is a Responsive Wordpress Theme with a multitude of amazing CMS features.
  6. Author:TrueThemes
  7. Author URI:http://www.truethemes.net
  8. Version:2.1.4
  9. License:GNU General Public License
  10. License URI:license.txt
  11. Tags:translation-ready,theme-options,custom-menu,responsive,html5
  12.  
  13. ---------------------------------- Stylesheet Guide ---------------------------------
  14.  
  15. 1.  Global Styles + CSS Reset
  16. 2.  Layout Structure
  17. 3.  Main Navigation
  18. 4.  Header
  19. 5.  Typography
  20. 6.  Lists
  21. 7.  Images + Links
  22. 8.  Forms
  23. 9.  Sidebars
  24. 10. Sub Navigation
  25. 11. Homepage
  26. 12. Blog
  27. 13. Gallery
  28. 14. Utility Pages
  29. 15. FAQ + Team Members
  30. 16. Footer
  31. 17. Shortcodes
  32. 18. Wordpress + Widgets
  33. 19. PrettyPhoto
  34. 20. Responsive Media Queries
  35. 21. WooCommerce
  36. 22. Internet Explorer
  37.  
  38. -----------------------------------------------------------------------------------*/
  39.  
  40.  
  41.  
  42. /*----------------------------------------------------------*/
  43. /* 1. Global Styles + CSS Reset
  44. /*----------------------------------------------------------*/
  45. .home-slider-post + .home-slider-post {
  46. display:none;  
  47. }
  48.  
  49. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  50. border:0;
  51. font-size:100%;
  52. font:inherit;
  53. vertical-align:baseline;
  54. margin:0;
  55. padding:0;
  56. }
  57.  
  58. body,
  59. html {background:#FFF;}
  60.  
  61. body {
  62. font-family:"HelveticaNeue-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  63. color:#636B75;
  64. line-height:1;
  65. margin:0;
  66. }
  67.  
  68. html {
  69. -webkit-text-size-adjust: none !important; /* Prevent font scaling in landscape */
  70. }
  71.  
  72. .clearfix:after {
  73. content:".";
  74. display:block;
  75. height:0;
  76. clear:both;
  77. visibility:hidden;
  78. }
  79.  
  80. /* HTML5 display-role reset for older browsers */
  81. article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  82. display:block;
  83. }
  84.  
  85. ul {
  86. list-style:none;
  87. }
  88.  
  89. blockquote,q {
  90. quotes:none;
  91. }
  92.  
  93. blockquote:before,blockquote:after,q:before,q:after {
  94. content:none;
  95. }
  96.  
  97. table {
  98. border-collapse:collapse;
  99. border-spacing:0;
  100. }
  101.  
  102. hr {
  103. clear:both;
  104. margin:0;
  105. }
  106.  
  107. a {
  108. outline:none;
  109. }
  110.  
  111. .hr {
  112. clear:both;
  113. border:0;
  114. height:50px;
  115. width:100%;
  116. background: url(images/global/bg-hr-dotted.png) 0 50% repeat-x;
  117. }
  118.  
  119. p + .hr {
  120. margin-top:-7px;   
  121. }
  122.  
  123. .hr-dotted {
  124. background: url(images/global/bg-hr-dotted.png) 0 50% repeat-x;
  125. }
  126.  
  127. .hr-dotted-double {
  128. background: url(images/global/bg-hr-dotted-double.png) 0 50% repeat-x;
  129. }
  130.  
  131. .hr-solid {
  132. background: none;
  133. border-bottom: 1px solid #DADADA;
  134. height:25px;
  135. margin-bottom:25px;
  136. }
  137.  
  138. .hr-solid-double {
  139. background: url(images/global/bg-hr-solid-double.png) 0 50% repeat-x;
  140. }
  141.  
  142. object {
  143. outline:none;  
  144. }
  145.  
  146. .social_icons a,
  147. #scroll_to_top,
  148. .top-aside .social_icons a,
  149. .article_preview strong a,
  150. .member-contact-email,
  151. .member-contact-twitter,
  152. .member-contact-facebook,
  153. .member-contact-google,
  154. .member-contact-linkedin,
  155. .member-contact-phone,
  156. #banner-search input,
  157. .tabs_type_1_arrow,
  158. .accordion dt:before,
  159. .accordion dt.current:before,
  160. .post-categories,
  161. .post-leave-comment,
  162. .metadata,
  163. .tt-notification.success p:before,
  164. .tt-notification.error p:before,
  165. .tt-notification.warning p:before,
  166. .tt-notification.tip p:before,
  167. .tt-notification.neutral p:before,
  168. .tt-icon:before,
  169. .tt-mono-icon:before,
  170. .tabs_type_2_arrow,
  171. .closeable-x:before,
  172. .banner-slider .next,
  173. .banner-slider .prev,
  174. .pagination li a,
  175. .pagination li.current a,
  176. .pagination li a:hover,
  177. blockquote:before,
  178. .top-aside ul.custom-menu a .sf-sub-indicator{
  179.     background:url(images/global/sprite.png) no-repeat;
  180. }
  181.  
  182.  
  183.  
  184. /*----------------------------------------------------------*/
  185. /* 2. Layout Structure
  186. /*----------------------------------------------------------*/
  187. .top-aside, header, .banner, .banner-slider, .small_banner, #content-container, .footer-callout, footer {
  188. min-width:960px;
  189. }
  190.  
  191. #main-wrap {
  192. width:960px;
  193. overflow:visible;
  194. position:relative;
  195. padding:40px 0;
  196. z-index:1;
  197. margin:0 auto;
  198. }
  199.  
  200. .tt-overlay {
  201. height: 100%;
  202. width: 100%;
  203. position: absolute;
  204. top: 0;
  205. z-index: -1;   
  206. }
  207.  
  208. .center-wrap {
  209. width:960px;
  210. margin:0 auto;
  211. position:relative;
  212. }
  213.  
  214. .page_content {
  215. float:left;
  216. width:670px;
  217. }
  218.  
  219. .page_content_right {
  220. float:right;
  221. width:670px;
  222. }
  223.  
  224. body > div > .full-width {
  225. width:960px !important;
  226. }
  227.  
  228. header {
  229. width:100%;
  230. position:relative;
  231. z-index:100;
  232. margin:0 auto;
  233. padding:32px 0;
  234. background:#FFF url(images/global/bg-ui-gradient.png) left top repeat-x;
  235. }
  236.  
  237. #content-container {
  238. width:100%;
  239. background:#FFF url(images/global/bg-ui-gradient.png) left top repeat-x;
  240. }
  241.  
  242. .small_banner,
  243. .banner {
  244. color: #FFF;
  245. z-index: 1;
  246. }
  247.  
  248. #tt-boxed-layout {
  249. width:90%;
  250. margin:0 auto;
  251. max-width:1200px;
  252. -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  253. -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  254. box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  255. }
  256.  
  257.  
  258.  
  259. /*----------------------------------------------------------*/
  260. /* 3. Main Navigation
  261. /*----------------------------------------------------------*/
  262. nav select {
  263.   display: none;
  264. }
  265.  
  266. header nav {
  267. position:absolute;
  268. top:50%;
  269. right:0;
  270. margin-top:-8px;
  271. z-index:9999;
  272. }
  273.  
  274. header nav ul{
  275. padding:0px;
  276. list-style-image:none;
  277. }
  278.  
  279. nav > ul > li {
  280. display:inline-block;
  281. position:relative;
  282. }
  283.  
  284. nav > ul > li+li {
  285. margin-left:28px;
  286. }
  287.  
  288. nav a {
  289. font-size:16.5px;
  290. text-decoration:none;
  291. padding:3px 5px;
  292. }
  293.  
  294. header nav .sub-menu a:hover{
  295. color: #555;
  296. }
  297.  
  298. header .sub-menu li:hover {
  299. background:#eee;
  300. border-radius:4px;
  301. box-shadow:inset 0 0 2px #CCC;
  302. }
  303.  
  304. nav > ul ul {
  305. display:none;
  306. }
  307.  
  308. .submenu {
  309. overflow:hidden;
  310. font-size:13px;
  311. height:14px;
  312. }
  313.  
  314. .submenu ul {
  315. padding-bottom:1px;
  316. }
  317.  
  318. .submenu strong {
  319. float:left;
  320. }
  321.  
  322. .submenu li {
  323. float:left;
  324. line-height:1em;
  325. margin:0 16px;
  326. }
  327.  
  328. header .sub-menu {
  329. position:absolute;
  330. background-color:#FFF;
  331. z-index:2;
  332. left:-12px;
  333. top:40px;
  334. width:210px;
  335. box-shadow:0 0 3px #c3c3c3;
  336. border-radius:8px;
  337. padding:20px;
  338. }
  339.  
  340. header .sub-menu a {
  341. font-size:13px;
  342. display:inline-block;
  343. width:100%;
  344. padding:9px 10px;
  345. }
  346.  
  347. header .sub-menu .sub-menu {
  348. left:231px;
  349. top:0;
  350. }
  351.  
  352. header .sub-menu .sub-menu:before {
  353. content:'';
  354. }
  355.  
  356. header .sub-menu li {
  357. position:relative;
  358. margin:0;
  359. }
  360.  
  361. .has_submenu > a:after {
  362. content: url('images/global/arrow-small-down.png');
  363. position: absolute;
  364. right: -12px;
  365. top: -3px;
  366. }
  367.  
  368. .has_submenu .has_submenu > a:after {
  369. content: url('images/global/arrow-small-right.png');
  370. right: 9px;
  371. top: 8px;
  372. }
  373.  
  374.  
  375. /*----------------------------------------------------------*/
  376. /* 4. Header
  377. /*----------------------------------------------------------*/
  378. p,dl,ol,ul,a:visited
  379. header nav *,
  380. .submenu *,
  381. blockquote,
  382. .home_2_aside p a:link,
  383. .home_2_aside p a:visited,
  384. .tool_tip,
  385. .post-details strong,
  386. .faq-questions ol li a,
  387. .home-vertical-sidebar *,
  388. .home-vertical-sidebar #mc_signup .mc_var_label,
  389. #home-marketing-icons .tt-icon,
  390. header .current-menu-item ul a,
  391. header .current-menu-parent ul a,
  392. header .current-menu-ancestor ul .current-menu-item ul a,
  393. header .current-menu-ancestor .sub-menu a,
  394. header .current-menu-ancestor .sub-menu .current-menu-ancestor .sub-menu a {
  395. color:#636B75;
  396. }
  397.  
  398. .footer-callout-content .callout-text {color: #747C88;}
  399.  
  400. header nav,
  401. .footer-callout,
  402. #gallery-nav,
  403. footer .foot-heading,
  404. h1,
  405. h2,
  406. h3,
  407. h4,
  408. h5,
  409. h6,
  410. .page-banner-heading {
  411. font-weight:400;
  412. font-family:"HelveticaNeue-Regular","Helvetica Neue",Helvetica,arial,sans-serif;
  413. text-rendering: optimizeLegibility;
  414. }
  415.  
  416. h1,
  417. h2,
  418. h3,
  419. h4,
  420. h5,
  421. h6 {
  422. line-height:1.4em; 
  423. }
  424.  
  425. .companyIdentity {
  426. overflow:hidden;
  427. position:relative;
  428. }
  429.  
  430. .companyIdentity img {
  431. float:left;
  432. margin-right:9px;
  433. box-shadow:none;
  434. background:none;
  435. border:none;
  436. padding:0;
  437. }
  438.  
  439. .companyIdentity h1 {
  440. position:absolute;
  441. top:50%;
  442. left:65px;
  443. margin-top:-13px;
  444. }
  445.  
  446. .companyIdentity a {
  447. text-decoration:none;
  448. }
  449.  
  450. .top-aside {
  451. padding:8px 0;
  452. }
  453.  
  454. .top-aside,
  455. .top-aside a,
  456. .top-aside p,
  457. .top-aside ul,
  458. .top-aside li {
  459. font-size:11px;
  460. color:#FFF;
  461. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  462. }
  463.  
  464. .top-aside p, .top-aside ul {
  465. margin:0;
  466. padding:0;
  467. }
  468.  
  469. .top-aside .one_half + .one_half {
  470. text-align:right;
  471. float:right;
  472. }
  473.  
  474. .top-aside ul,
  475. .top-aside li {
  476. margin:0;
  477. padding:0;
  478. list-style:none;
  479. }
  480.  
  481. .top-aside .one_half + .one_half ul {
  482. margin:0;
  483. padding:0;
  484. float:right;
  485. }
  486.  
  487. .top-aside ul li {
  488. float:left;
  489. }
  490.  
  491. .top-aside ul li + li {
  492. margin-left:10px;
  493. }
  494.  
  495. .top-aside ul li a {
  496. color:#FFF;
  497. padding-right:9px;
  498. border-right:1px solid rgba(255, 255, 255, 0.3);
  499. font-weight:500;
  500. }
  501.  
  502. .top-aside ul li:last-child a {
  503. padding-right:0;
  504. border-right:none;
  505. }
  506.  
  507. .top-aside li ul.sub-menu li {
  508. float:none;
  509. text-align:left;
  510. margin:0;
  511. padding:0;
  512. }
  513.  
  514. .top-aside li ul.sub-menu li a {
  515. background:none;
  516. padding:0px;
  517. }
  518.  
  519. .top-aside li ul.sub-menu {
  520. clear:both;
  521. }
  522.  
  523. .top-aside li a.sf-with-ul {
  524. background:none;   
  525. }
  526.  
  527. .shadow.top {
  528. position:absolute;
  529. top:0;
  530. height:60%;
  531. width:100%;
  532. z-index:-1;
  533. background:url(images/shadows/shadow-1.png) left top repeat-x;
  534. }
  535.  
  536. .shadow.bottom,
  537. .top-aside-shadow {
  538. position:absolute;
  539. bottom:0;
  540. width:100%;
  541. height:30%;
  542. z-index:-1;
  543. background:url(images/global/bg-ui-shadow-bottom.png) center bottom repeat-x;
  544. }
  545.  
  546. .top-aside-shadow {
  547. height:10%;
  548. background:url(images/global/bg-top-aside-shadow.png) center bottom repeat-x
  549. }
  550.  
  551. body > section + div .shadow {
  552. height:50%;
  553. left:0;
  554. position:absolute;
  555. top:0;
  556. width:100%;
  557. z-index:-1;
  558. }
  559.  
  560. .small_banner {
  561. width:100%;
  562. position:relative;
  563. padding:25px 0;
  564. }
  565.  
  566. .small_banner .center-wrap {
  567. z-index:250;
  568. }
  569.  
  570. .small_banner .page-banner-description,
  571. .small_banner .page-banner-heading,
  572. .breadcrumbs > a {
  573. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  574. }
  575.  
  576. .small_banner .page-banner-description {
  577. font-size: 13.2px;
  578. margin-top: -0.8%;
  579. position: absolute;
  580. right: 0;
  581. text-align: right;
  582. top: 50%;
  583. width: 70%;
  584. }
  585.  
  586. .small_banner .page-banner-heading {
  587. margin:0;
  588. font-size:25px;
  589. display:inline-block;
  590. margin-top:-3px;
  591. }
  592.  
  593. .small_banner .banner-no-crumbs .page-banner-heading {
  594. margin-top:0px !important;
  595. }
  596.  
  597. .small_banner .banner-no-crumbs #banner-search {
  598. top:4px !important;
  599. }
  600.  
  601. div.breadcrumbs {
  602. font-size:11px;
  603. width:100%;
  604. margin:0 0 0 -4px;
  605. }
  606.  
  607. .breadcrumbs > a {
  608. display:inline-block;
  609. margin:0 4px;
  610. opacity:0.8;
  611. }
  612.  
  613. .breadcrumbs a:hover {
  614. text-decoration:underline;
  615. color:#FFF;
  616. opacity:0.95;
  617. }
  618.  
  619. .current_crumb {
  620. font-weight:700;
  621. color:#FFF;
  622. opacity:1.0;
  623. margin-left:4px;
  624. }
  625.  
  626. .small_banner *, .banner *{color:#FFF;}
  627.  
  628. .dots {
  629. z-index:200;
  630. }
  631.  
  632. .banner-slideshow .circle{
  633. border-color: #000;
  634. opacity:0.4;
  635. }
  636.  
  637. .circle {
  638. float:left;
  639. border:6px solid #ebebeb;
  640. border-radius:6px;
  641. width:0;
  642. margin-left:8px;
  643. cursor:pointer;
  644. }
  645.  
  646. .circle.current,circles:hover {
  647. border-color:#d6d6d6;
  648. }
  649.  
  650.  
  651.  
  652. /*----------------------------------------------------------*/
  653. /* 5. Typography
  654. /*----------------------------------------------------------*/
  655. a {
  656. text-decoration:none;
  657. }
  658.  
  659. p {
  660. margin-bottom:18px;
  661. font-size:13px;
  662. line-height:1.6em;
  663. }
  664.  
  665. .callout-text p {
  666. font-size:16px;
  667. }
  668.  
  669. blockquote {
  670. margin-top:20px;
  671. font-size:13px;
  672. line-height:1.6em;
  673. padding-left:36px;
  674. position:relative;
  675. }
  676.  
  677. strong {
  678. font-weight:700;
  679. }
  680.  
  681. h1 {
  682. font-size:26px;
  683. margin-bottom:11px;
  684. }
  685.  
  686. h2 {
  687. font-size:24px;
  688. margin-bottom:11px;
  689. }
  690.  
  691. h3 {
  692. font-size:23px;
  693. }
  694.  
  695. h4 {
  696. font-size:18px;
  697. }
  698.  
  699. h5 {
  700. font-size:16px;
  701. }
  702.  
  703. h6 {
  704. font-size:13px;
  705. text-transform:uppercase;
  706. }
  707.  
  708. h1 + p {
  709. margin-top:19px;
  710. }
  711.  
  712. h2 + p {
  713. margin-top:16px;
  714. }
  715.  
  716. h3 + p{
  717. margin-top:15px;
  718. }
  719.  
  720. h4 + p {
  721. margin-top:12px;
  722. }
  723.  
  724. h5 + p {
  725. margin-top:12px;
  726. }
  727.  
  728. h6 + p {
  729. margin-top:10px;
  730. }
  731.  
  732. blockquote:before {
  733. content:'';
  734. background-position:0 -6003px;
  735. width:28px;
  736. height:22px;
  737. position:absolute;
  738. top:0;
  739. left:0;
  740. }
  741.  
  742. .custom-logo {
  743. float:left;
  744. margin-left:12px;
  745. outline:none;
  746. text-decoration:none;
  747. }
  748.  
  749. .custom-logo .logo-text {
  750. font-weight:700;
  751. font-size:2em;
  752. letter-spacing:-0.5px;
  753. color:#FFF;
  754. padding-left:7px;
  755. word-spacing:4px;
  756. }
  757.  
  758. .custom-logo img {
  759. margin-bottom:-17px;
  760. }
  761.  
  762. em {
  763. font-style:italic;
  764. }
  765.  
  766.  
  767.  
  768. /*----------------------------------------------------------*/
  769. /* 6. Lists
  770. /*----------------------------------------------------------*/
  771. ul,
  772. ol {
  773. color:#636b73;
  774. font-size:13px;
  775. padding-left:28px;
  776. list-style-position:outside;
  777. line-height:1.5em;
  778. }
  779.  
  780. ul li,
  781. ol li {
  782. margin-bottom:16px;
  783. }
  784.  
  785. .feature_list li {
  786. position:relative;
  787. margin-bottom:34px;
  788. }
  789.  
  790. .feature_list {
  791. padding-top:10px;
  792. }
  793.  
  794. .custom-menu {
  795. list-style:none;
  796. }
  797.  
  798.  
  799.  
  800. /*----------------------------------------------------------*/
  801. /* 7. Images + Links
  802. /*----------------------------------------------------------*/
  803.  
  804. img,img a {
  805. border:0;
  806. padding:0;
  807. outline:none;
  808. }
  809. img{
  810. max-width: 100%;
  811. height: auto;
  812. }
  813.  
  814. img a,a img {
  815. cursor:pointer;
  816. }
  817.  
  818. a:hover {
  819. text-decoration:underline;
  820. }
  821.  
  822. footer a {
  823. color:#FFF;
  824. }
  825.  
  826. header nav a,
  827. .search .current_page_parent a {
  828. color:#707885;
  829. }
  830.  
  831. header nav ul li ul li a {
  832. font-weight:normal;
  833. }
  834.  
  835. header nav a:hover,
  836. .subnav a:hover {
  837. text-decoration:none;
  838. }
  839.  
  840. .img-frame {
  841. background:url(images/global/img-frames.png);
  842. margin-bottom:20px;
  843. }
  844.  
  845. .banner-slider .img-frame {
  846. margin:0;
  847. }
  848.  
  849. .img-frame img {
  850. margin:10px 0 0 10px;
  851. }
  852. .banner-slider .img-frame img{
  853. display:block;
  854. margin:9px 0 0 9px;
  855. }
  856.  
  857. .full-banner {
  858. width:100%;
  859. height:181px;
  860. background-position:0px -1113px;
  861. }
  862.  
  863. .small-banner {
  864. width:670px;
  865. height:189px;
  866. background-position:0px -908px;
  867. }
  868.  
  869. .full-third-portrait {
  870. width:300px;
  871. height:373px;
  872. background-position:-224px -517px;
  873. }
  874.  
  875. .full-fourth-portrait {
  876. width:203px;
  877. height:297px;
  878. background-position:-530px -332px;
  879. }
  880.  
  881. .full-half {
  882. width:465px;
  883. height:295px;
  884. background-position:0px 0px;
  885. }
  886.  
  887. .full-third {
  888. width:300px;
  889. height:199px;
  890. background-position:0px -305px;
  891. }
  892.  
  893. .full-third-short {
  894. width:300px;
  895. height:145px;
  896. background-position:0px -1486px;
  897. }
  898. .full-fourth {
  899. width:217px;
  900. height:153px;
  901. background-position:0px -519px;
  902. }
  903.  
  904. .small-half {
  905. width:320px;
  906. height:206px;
  907. background-position:-481px 0px;
  908. }
  909.  
  910. .small-third {
  911. width:203px;
  912. height:140px;
  913. background-position:-315px -306px;
  914. }
  915.  
  916. .small-fourth {
  917. width:145px;
  918. height:109px;
  919. background-position:-530px -215px;
  920. }
  921.  
  922. .blog-frame {
  923. width:640px;
  924. height:181px;
  925. background-position:0px -1299px;
  926. margin-bottom:20px;
  927. }
  928.  
  929. .edit-page-button { clear:left;margin-top:30px; }
  930.  
  931. .edit-page-button a {
  932. text-decoration:none;
  933. font-size:13px;
  934. font-weight:700;
  935. height:20px;
  936. line-height:12px;
  937. border-radius:3px;
  938. text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
  939. box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
  940. display:inline-block;
  941. margin:0 5px 20px;
  942. padding:8px 10px 0;
  943. }
  944.  
  945. .edit-page-button a {
  946. background-position:0 -630px;
  947. border:1px solid #DAB347;
  948. color:#835503;
  949. text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
  950. }
  951.  
  952. .edit-page-button a:hover {
  953. border:1px solid #DAB347;
  954. background-position:0 -658px;
  955. color:#422B01;
  956. }
  957.  
  958. .top-aside .current-menu-item a,
  959. .top-aside .current-menu-parent a,
  960. .top-aside .current-menu-parent .sub-menu .current-menu-item a {
  961. opacity: 0.6 !important;
  962. color:#FFF !important;
  963. }
  964.  
  965. .top-aside .current-menu-parent .sub-menu a {
  966. opacity: 1.0 !important;
  967. color:#FFF !important;
  968. }
  969.  
  970. .top-aside a {
  971. opacity: 1;
  972. transition: opacity .20s ease-in-out;
  973. -moz-transition: opacity .20s ease-in-out;
  974. -webkit-transition: opacity .20s ease-in-out;
  975. }
  976.  
  977. .top-aside a:hover {
  978. opacity: 0.6;
  979. }
  980.  
  981. .tour-pagination-links {
  982. clear:both;
  983. width:100%;
  984. padding-top:15px;
  985. }
  986.  
  987. .tour-pagination-links a {
  988. font-size:14px;
  989. }
  990.  
  991. .tour-pagination-next {
  992. float:right;
  993. }
  994.  
  995. .tour-pagination-previous {
  996. float:left;
  997. }
  998.  
  999.  
  1000.  
  1001.  
  1002. /*----------------------------------------------------------*/
  1003. /* 8. Forms
  1004. /*----------------------------------------------------------*/
  1005. form,fieldset {
  1006. border-style:none;
  1007. margin:0;
  1008. padding:0;
  1009. }
  1010.  
  1011. input,textarea,select {
  1012. vertical-align:middle;
  1013. font-size:100%;
  1014. font-size:13px;
  1015. resize:none;
  1016. font-family:Lucida Grande,Lucida Sans Unicode,sans-serif;
  1017. }
  1018.  
  1019. input,textarea {
  1020. padding:7px;
  1021. }
  1022.  
  1023. textarea{
  1024. height: 190px;
  1025. width: 88%;
  1026. }
  1027.  
  1028. input, textarea, button {
  1029. background: none repeat scroll 0 0 #FFFFFF;
  1030. border: 1px solid #EFEFEF;
  1031. }
  1032.  
  1033. .contact-form div {margin-bottom:0px !important;}
  1034. .contact-form label {margin-top:10px !important;}
  1035. .contact-form .radio {display:inline !important;}
  1036.  
  1037. #content-container input,
  1038. #content-container textarea {
  1039. border: 1px solid #D2D2D2;
  1040. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  1041. color: #747474;
  1042. font-size: 13px;
  1043. padding: 8px 10px;
  1044. }
  1045.  
  1046. #content-container input[type="text"] {
  1047. margin:0 10px 10px 0;
  1048. width: 300px;
  1049. }
  1050.  
  1051. #content-container input:focus,
  1052. #content-container textarea:focus {
  1053. border: 1px solid #CCC;
  1054. }
  1055.  
  1056. label {
  1057. display:block;
  1058. font-weight:700;
  1059. font-size:13px;
  1060. margin-bottom:10px;
  1061. color:#555;
  1062. }
  1063.  
  1064. label span{
  1065. font-family:Georgia, "Times New Roman", Times, serif;
  1066. font-style:italic;
  1067. color:#ACACAC;
  1068. font-weight:normal;
  1069. font-size:11px;
  1070. }
  1071.  
  1072. #content-container .tt-form-submit {
  1073. float: right;
  1074. }
  1075.  
  1076. #content-container .tt-form-submit,
  1077. #commentform #submit-button,
  1078. .gform_footer .button {
  1079. color: #555555;
  1080. }
  1081.  
  1082. #content-container .tt-form-submit,
  1083. #commentform #submit-button,
  1084. .gform_footer .button {
  1085. border: 1px solid #D5D5D5;
  1086. border-radius: 3px 3px 3px 3px;
  1087. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  1088. cursor: pointer;
  1089. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  1090. font-size: 13px;
  1091. font-weight: bold;
  1092. line-height: 18px;
  1093. padding: 8px 10px;
  1094. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  1095. width: auto;
  1096. }
  1097.  
  1098. .contact-submit {
  1099. float:right;
  1100. width:100%;
  1101. margin:20px 65px 0 0;
  1102. }
  1103.  
  1104. #content-container .contact-form {
  1105. padding-top:20px;
  1106. }
  1107.  
  1108.  
  1109.  
  1110. /*----------------------------------------------------------*/
  1111. /* 9. Sidebar
  1112. /*----------------------------------------------------------*/
  1113. .sidebar {
  1114. width:224px;
  1115. float:left;
  1116. min-height:500px;
  1117. background:url(images/global/image-sprite.png) 0 -100px no-repeat;
  1118. }
  1119.  
  1120. .sidebar > * {
  1121. margin-right:30px;
  1122. }
  1123.  
  1124. .subnav_cont > * {
  1125. margin-right:0;
  1126. }
  1127.  
  1128. div + .sidebar {
  1129. float:none;
  1130. margin-left:707px;
  1131. background-position:-321px -100px;
  1132. }
  1133.  
  1134. div + .sidebar > * {
  1135. margin-left:30px;
  1136. margin-right:0;
  1137. float:none;
  1138. }
  1139.  
  1140. .sidebar p {
  1141. margin-top:1px;
  1142. margin-bottom:14px;
  1143. }
  1144.  
  1145. .sidebar > div + div {
  1146. border-top:1px solid #DCDDDE;
  1147. margin-top:20px;
  1148. padding-top:25px;
  1149. }
  1150.  
  1151. .sidebar div > strong {
  1152. font-size:13px;
  1153. }
  1154.  
  1155. .sidebar ul {
  1156. padding-left:14px;
  1157. list-style-image:url(images/global/bullet-type-1.png);
  1158. }
  1159.  
  1160. .sidebar li {
  1161. margin-bottom:8px;
  1162. font-size:13px;
  1163. }
  1164.  
  1165. .subnav + .sidebar-widget {
  1166. border-top:0;  
  1167. }
  1168.  
  1169.  
  1170.  
  1171. /*----------------------------------------------------------*/
  1172. /* 10. Sub Navigation
  1173. /*----------------------------------------------------------*/
  1174. div + .subnav_cont > * {
  1175. margin-left:0;
  1176. }
  1177.  
  1178. .sidebar .subnav > ul {
  1179. list-style-image:none;
  1180. padding-left:0;
  1181. }
  1182.  
  1183. .sidebar .subnav li {
  1184. border-bottom:1px solid #dcddde;
  1185. border-top:1px solid #FFF;
  1186. margin-bottom:0;
  1187. min-height:18px;
  1188. }
  1189.  
  1190. .sidebar .subnav li:first-child {
  1191. border-bottom:1px solid #EEE;
  1192. }
  1193.  
  1194. .sidebar .subnav a {
  1195. min-height:18px;
  1196. padding:11px 0 11px 23px;
  1197. display:block;
  1198. }
  1199.  
  1200. .sidebar .subnav ul .has_subnav ul a {
  1201. padding:9px 0 9px 23px;
  1202. }
  1203.  
  1204. .sidebar .subnav a:hover {
  1205. background:url(images/global/bg-subnav-link-hover.png) top right no-repeat;
  1206. }
  1207.  
  1208. .sidebar li:first-child {
  1209. border-top:none;
  1210. }
  1211.  
  1212. .sidebar .subnav ul ul {
  1213. border-top:1px solid #dcddde;
  1214. padding:5px 0;
  1215. }
  1216.  
  1217. .has_subnav {
  1218. padding-bottom:0 !important;
  1219. }
  1220.  
  1221. .sidebar .subnav .current_subpage,
  1222. .sidebar .subnav .current_subpage a,
  1223. .sidebar .subnav .current_subpage a:hover{
  1224. color:#FFF;
  1225. }
  1226.  
  1227. .sidebar .subnav .current_subpage ul a,
  1228. .sidebar .subnav .current_subpage ul a:hover {
  1229. background:none;
  1230. color:#636B75;
  1231. }
  1232.  
  1233. .subnav ul a:link,
  1234. .subnav ul a:visited{
  1235. color:#636B75;
  1236. }
  1237.  
  1238. .sidebar .subnav ul ul li {
  1239. border:none;
  1240. margin:0;
  1241. padding:0;
  1242. list-style-position:inside;
  1243. }
  1244.  
  1245. .subnav > ul ul {
  1246. background:#F4F4F4 url(images/global/bg-subnav-subnav.png) right top repeat-y;
  1247. }
  1248.  
  1249. ul{
  1250. padding:5px 0 0 16px;
  1251. list-style-image:url(images/global/bullet-type-1.png);
  1252. }
  1253.  
  1254. .sidebar .subnav ul {
  1255. list-style-image:none;
  1256. list-style-type:none;
  1257. }
  1258.  
  1259. .sidebar .subnav ul .has_subnav ul a,
  1260. .sidebar .subnav ul .has_subnav ul a:hover{
  1261. background:url(images/global/bullet-type-1.png) 90% 50% no-repeat;
  1262. }
  1263.  
  1264. .sidebar .subnav .has_subnav ul li a,
  1265. .sidebar .subnav .has_subnav ul li a:hover,
  1266. .sidebar .subnav .has_subnav .current_subpage a,
  1267. .sidebar .subnav .has_subnav .current_subpage a:hover{
  1268. margin-right:0px;
  1269. }
  1270.  
  1271. .current_subpage {
  1272. border: none !important;
  1273. }
  1274.  
  1275. hr{
  1276. border: none;
  1277. border-top: 1px solid #DADADA;
  1278. }
  1279.  
  1280.  
  1281.  
  1282. /*----------------------------------------------------------*/
  1283. /* 11. Homepage
  1284. /*----------------------------------------------------------*/
  1285. .banner {
  1286. height:324px;
  1287. position:relative;
  1288. z-index:2;
  1289. width:100%;
  1290. overflow:visible;
  1291. }
  1292.  
  1293. .banner .center-wrap {
  1294. position:relative;
  1295. }
  1296.  
  1297. .wide {
  1298. text-align:center;
  1299. font-size:25px;
  1300. }
  1301.  
  1302.  
  1303.  
  1304.  
  1305. /* ------ Homepage - jQuery Slider ------ */
  1306. .banner-slider,
  1307. .top-aside {
  1308. z-index:1;
  1309. position:relative;
  1310. }
  1311.  
  1312. .banner-slider .center-wrap {
  1313. padding:35px 0;
  1314. }
  1315.  
  1316. .banner-slide.current {
  1317. display:block;
  1318. }
  1319.  
  1320. .banner-slider *{
  1321. color:#FFF;
  1322. }
  1323.  
  1324. .main-wrap-slider {
  1325. clear:both;
  1326. }
  1327.  
  1328. #slides {
  1329. position:relative;
  1330. }
  1331.  
  1332. .slides_container {
  1333. width:960px;
  1334. }
  1335.  
  1336. .slides_container div {
  1337. display:block;
  1338. z-index:525;
  1339. overflow:hidden;
  1340. }
  1341.  
  1342. .slides_control .home-slider-post p:last-child {
  1343. margin-bottom:0px;
  1344. }
  1345.  
  1346. .pagination {
  1347. margin:50px auto 0 0;
  1348. float: left;
  1349. left: 50%;
  1350. max-width: 960px;
  1351. position: relative;
  1352. list-style:none;
  1353. }
  1354.  
  1355. .pagination li {
  1356. float: left;
  1357. margin: 0 10px 0 0;
  1358. position: relative;
  1359. right: 50%;
  1360. }
  1361.  
  1362. .pagination li a {
  1363. display: block;
  1364. background-position:0 -6030px;
  1365. width: 8px;
  1366. height: 9px;
  1367. text-indent: -9999px;
  1368. }
  1369.  
  1370. .pagination li.current a,
  1371. .pagination li a:hover {
  1372.     background-position:-8px -6030px;
  1373. }
  1374.  
  1375.  
  1376. .slides_container .single-post-thumb {
  1377. border: none;
  1378. box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
  1379. margin-bottom:5px;
  1380. }
  1381.  
  1382. .banner-slider h1,
  1383. .banner-slider h2,
  1384. .banner-slider h3,
  1385. .banner-slider h4,
  1386. .banner-slider h5,
  1387. .banner-slider h6 {
  1388. margin-top:35px;
  1389. color:#FFF;
  1390. }
  1391.  
  1392. #slides .next,
  1393. #slides .prev {
  1394. display:none;  
  1395. }
  1396.  
  1397. .banner-slider .next,
  1398. .banner-slider .prev {
  1399. z-index:9999;
  1400. width:54px;
  1401. height:51px;
  1402. margin:-20px 0 0;
  1403. display:block;
  1404. /*background:url(images/global/bg-slider-navigation-arrows.png) no-repeat 0 0;*/
  1405. background-position:0 -5799px;
  1406. position:absolute;
  1407. top:50%;
  1408. cursor:pointer;
  1409. text-indent:-9999px;
  1410. opacity:0.6;
  1411. -webkit-transition:all .3s ease;
  1412. }
  1413.  
  1414. .banner-slider .prev {left:0px;}
  1415. .banner-slider .next {right:0px; background-position:0 -5859px; }
  1416.  
  1417. .banner-slider .next:hover,
  1418. .banner-slider .prev:hover {opacity:0.9;}
  1419.  
  1420.  
  1421.  
  1422.  
  1423. /* ------ Homepage - Vertical Layout ------ */
  1424. .home-vertical-callout .img-frame {
  1425. float:left;
  1426. margin:0 18px 18px 0;
  1427. }
  1428.  
  1429. .home-vertical-callout {
  1430. clear:left;
  1431. margin-bottom:10px;
  1432. }
  1433.  
  1434. .home-vertical-content {
  1435. padding-top:8px;
  1436. }
  1437.  
  1438. .home-vertical-sidebar {
  1439. box-shadow:0 1px 3px #c3c3c3;
  1440. border-radius:5px;
  1441. background: #f7f7f7;
  1442. padding:25px 0;
  1443. font-size:13px;
  1444. }
  1445.  
  1446. .home-vertical-sidebar > * {
  1447. margin-left:24px;
  1448. }
  1449.  
  1450. .home-vertical-sidebar .sidebar-widget {
  1451. padding-top:5px;
  1452. }
  1453.  
  1454. .home-vertical-sidebar .widget-heading {
  1455. font-weight:500;
  1456. margin-bottom:24px;
  1457. font-size:15px;
  1458. }
  1459.  
  1460. .home-vertical-sidebar .recent-post-widget-text {
  1461. margin-top:2px;
  1462. margin-bottom:18px;
  1463. padding-bottom:18px;
  1464. border-bottom:1px solid #dcdcdc;
  1465. font-size:13px;
  1466. width:92%;
  1467. }
  1468.  
  1469. .home-vertical-sidebar .recent-post-widget-text a {
  1470. background:url(images/global/arrow-right.png) right center no-repeat;
  1471. display:inline-block;
  1472. padding-right:28px;
  1473. }
  1474.  
  1475. .home-vertical-sidebar a:hover {
  1476. text-decoration:none;
  1477. }
  1478.  
  1479. .recent-post-widget-title {
  1480. font-weight:bold;
  1481. margin-bottom:0px;
  1482. }
  1483.  
  1484. .home-vertical-sidebar .recent-post-widget-text {
  1485. font-size:11px;
  1486. }
  1487.  
  1488. .home-vertical-sidebar .recent-post-widget-text:last-child {
  1489. padding-bottom:10px;
  1490. border-bottom:0;
  1491. }
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498. /* ------ Homepage - Lightbox Layout ------ */
  1499. .main-wrap-home-lightbox {
  1500. padding-top:70px !important;
  1501. }
  1502.  
  1503. .home-lightbox-banner-content {
  1504. position:absolute;
  1505. top:62px;
  1506. left:570px;
  1507. }
  1508.  
  1509. .home-lightbox-banner-content p {
  1510. font-size:13px;
  1511. }
  1512.  
  1513. .hero-image {
  1514. position:absolute;
  1515. bottom:0px;
  1516. right:0px;
  1517. }
  1518.  
  1519. .hero-wrap {
  1520. background:url(images/global/bg-home-banner-hero.png) left bottom no-repeat;
  1521. position:absolute;
  1522. left:-40px;
  1523. top:18px;
  1524. width:575px;
  1525. padding-bottom:89px;
  1526. height:320px;
  1527. }
  1528.  
  1529. .home-primary-image {
  1530. position:absolute;
  1531. left:27px;
  1532. top:20px;
  1533. z-index:900;
  1534. }
  1535.  
  1536. .home-secondary-image {
  1537. position:absolute;
  1538. left:98px;
  1539. top:65px;
  1540. z-index:800;
  1541. }
  1542.  
  1543. .lightbox-link {
  1544. background:url(images/global/bg-home-lightbox-link.png) 0 0 no-repeat;
  1545. width:450px;
  1546. height:315px;
  1547. z-index:9999;
  1548. display:block;
  1549. position:absolute;
  1550. left:27px;
  1551. top:20px;
  1552. outline:none;
  1553. text-indent:-9999em;
  1554. }
  1555.  
  1556. .lightbox-link:hover {
  1557. background-position:-450px 0;
  1558. }
  1559.  
  1560.  
  1561. /* ------ Homepage - Marketing Content Layout ------ */
  1562. #home-marketing-content,
  1563. #home-marketing-blogposts {
  1564. width:54.6%;
  1565. float:left;
  1566. font-size:13px;
  1567. }
  1568.  
  1569. #home-marketing-content p {
  1570. margin-top:5px;
  1571. }
  1572.  
  1573. #home-marketing-icons,
  1574. #home-marketing-testimonials {
  1575. width:43.8%;
  1576. float:right;
  1577. margin-right:-5px;
  1578. font-size:13px;
  1579. }
  1580.  
  1581. #home-marketing-icons p {
  1582. display:inline;
  1583. }
  1584.  
  1585. #home-marketing-testimonials .testimonials {
  1586. margin-top:-5px;
  1587. }
  1588.  
  1589. #home-marketing-icons .tt-icon {
  1590. width:34%;
  1591. float:left;
  1592. line-height:18px;
  1593. padding-bottom:0;
  1594. margin-right:5px;
  1595. }
  1596.  
  1597. #home-marketing-icons .tt-icon:first-child + .tt-icon + .tt-icon{
  1598. clear: left;
  1599. }
  1600.  
  1601. #home-marketing-icons .tt-icon:last-child {
  1602. padding-bottom:8px;
  1603. }
  1604.  
  1605. #home-marketing-icons .tt-icon:hover {
  1606. text-decoration:none;
  1607. }
  1608.  
  1609. #home-marketing-icons .tt-icon-link strong:hover {
  1610. text-decoration:underline;
  1611. }
  1612.  
  1613. .section_title {
  1614. text-transform:uppercase;
  1615. font-weight:400;
  1616. color:#555;
  1617. font-size:11px;
  1618. }
  1619.  
  1620. .article_preview {
  1621. margin-top:25px;
  1622. font-size:13px;
  1623. }
  1624.  
  1625. .article_preview strong a {
  1626. padding:2px 0 2px 25px;
  1627. background-position:0 -673px;
  1628. }
  1629.  
  1630. .article_preview p {
  1631. padding-left:25px;
  1632. padding-top:3px;
  1633. }
  1634.  
  1635.  
  1636. /*----------------------------------------------------------*/
  1637. /* 12. Blog
  1638. /*----------------------------------------------------------*/
  1639. .blog_page_content {
  1640. width:645px !important;
  1641. }
  1642.  
  1643. .member-name {
  1644. color: #5B626D;
  1645. }
  1646.  
  1647. div + .blog_sidebar {
  1648. width:220px !important;
  1649. margin-left:0px !important;
  1650. float:right !important;
  1651. }
  1652.  
  1653. .tt-share {
  1654. padding:8px 0 5px 0;   
  1655. }
  1656.  
  1657. .facebook-share iframe {
  1658. height:20px;
  1659. width:85px;
  1660. }
  1661.  
  1662. .retweet-share iframe {
  1663. width:90px !important;
  1664. margin:0;
  1665. }
  1666.  
  1667. .facebook-share,
  1668. .retweet-share,
  1669. .pinterest-share {
  1670. display:inline-block;
  1671. }
  1672.  
  1673. .pinterest-share {
  1674. margin-left:9px;   
  1675. }
  1676.  
  1677. footer .facebook-share,
  1678. footer .retweet-share {
  1679. display:inline-block;
  1680. clear:none;
  1681. margin:0;
  1682. }
  1683.  
  1684. .preview h2 {
  1685. margin-bottom:6px;
  1686. }
  1687.  
  1688. .no-posted-by {
  1689. padding-bottom:15px;
  1690. }
  1691.  
  1692. .metadata {
  1693. font-style:italic;
  1694. font-size:13px;
  1695. margin-bottom:25px;
  1696. display:block;
  1697. color:#999;
  1698. padding:3px 0 3px 20px;
  1699. background-position:0 -1007px;
  1700. }
  1701.  
  1702. .blog-feature {
  1703. margin-bottom:20px;
  1704. }
  1705.  
  1706. article {
  1707. width:640px;
  1708. font-size:13px;
  1709. margin-bottom:100px;
  1710. }
  1711.  
  1712. .blog-main-preview {
  1713. margin-bottom:150px !important;
  1714. }
  1715.  
  1716. .articles_preview .tabs_type_2 {
  1717. margin-top:30px;
  1718. }
  1719.  
  1720. article hr {
  1721. margin-top:30px;
  1722. }
  1723.  
  1724. .post-tags {
  1725. display:none;
  1726. }
  1727.  
  1728. .post-details {
  1729. border-top:1px solid #E5E5E5;
  1730. margin-top:30px;
  1731. width:100%;
  1732. padding:10px 0 0;
  1733. }
  1734.  
  1735. .post-thumb a,
  1736. .post-thumb iframe,
  1737. .single-post-thumb {
  1738. background: none repeat scroll 0 0 #FFFFFF;
  1739. border: 1px solid #DCE1E7;
  1740. box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  1741. display: block;
  1742. float: left;
  1743. padding: 8px;
  1744. margin-bottom:22px;
  1745. }
  1746.  
  1747. .single-post-thumb + p {
  1748. clear:left;
  1749. }
  1750.  
  1751. .post-thumb iframe {
  1752. float:none;
  1753. }
  1754.  
  1755. .post-categories,
  1756. .post-leave-comment {
  1757.     background-position:0 -673px;
  1758. }
  1759.  
  1760. .post-categories {
  1761. float:left;
  1762. padding:5px 0 5px 24px;
  1763. background-position:0 -950px;
  1764. }
  1765.  
  1766. .post-leave-comment {
  1767. float:right;
  1768. margin-left:12px;
  1769. padding:5px 0 5px 24px;
  1770. }
  1771.  
  1772. #respond {
  1773. clear:both;
  1774. padding:45px 0 0 40px;
  1775. }
  1776.  
  1777. .comment-title {
  1778. background:url(images/global/bg-blog-comments.png) no-repeat scroll 0 50% transparent;
  1779. font-size:18px;
  1780. margin-bottom:13px;
  1781. padding:5px 0 5px 26px;
  1782. }
  1783.  
  1784. #cancel-comment-reply-link {
  1785. color:#AF3435;
  1786. text-decoration:underline;
  1787. margin-left:20px;
  1788. background:url(images/global/icon-cancel-reply.png) 0 50% no-repeat;
  1789. padding:25px 25px 25px 20px;
  1790. }
  1791.  
  1792. #blog-comment-outer-wrap {
  1793. background:url(images/global/bg-blog-comment-wrap.png) 0 0 repeat-x;
  1794. margin-top:-1px;
  1795. }
  1796.  
  1797. .tt-comment-count {
  1798. font-size:16px;
  1799. background:url(images/global/arrow-up-2.png) 31px 29px no-repeat;
  1800. padding-bottom:18px;
  1801. margin-bottom:0px;
  1802. }
  1803.  
  1804. .tags a {
  1805. text-decoration:underline;
  1806. }
  1807.  
  1808. #blog-comment-outer-wrap a {
  1809. font-size:13px;
  1810. }
  1811.  
  1812. .topmargin {
  1813. margin-top:25px;
  1814. }
  1815.  
  1816. .preview h2 {
  1817. line-height:30px;
  1818. }
  1819.  
  1820. .archive-heading {
  1821. font-weight:bold;
  1822. color:#333;
  1823. }
  1824.  
  1825. /* ----- Discussion & Comments ----- */
  1826. .discussion-wrap {
  1827. padding-top:80px;
  1828. }
  1829.  
  1830. #blog-comment-outer-wrap ul li,
  1831. #blog-comment-outer-wrap ol li{
  1832. margin-bottom:0px;
  1833. }
  1834.  
  1835. .discussion-wrap .comment-gravatar {
  1836. margin-left:0;
  1837. }
  1838.  
  1839. .comment-wrap {
  1840. float:left;
  1841. padding-top:10px;
  1842. width:100%;
  1843. }
  1844.  
  1845. .comment-wrap ul {
  1846. margin:0 !important;
  1847. padding:0 !important;
  1848. }
  1849.  
  1850. .comment-content {
  1851. float:left;
  1852. width:550px;
  1853. padding:30px 0 0;
  1854. }
  1855.  
  1856. .comment-gravatar {
  1857. background:#FFF;
  1858. width:70px;
  1859. height:70px;
  1860. float:left;
  1861. border:1px solid #EEE;
  1862. margin:25px 0 0 25px;
  1863. }
  1864.  
  1865. .comment-content .comment-gravatar {
  1866. margin:8px 0 0 25px;
  1867. }
  1868.  
  1869. .comment-gravatar img {
  1870. border:1px solid #EEE;
  1871. margin:4px 0 0 4px;
  1872. }
  1873.  
  1874. .comment-text {
  1875. width:400px;
  1876. float:left;
  1877. margin:6px 0 0 20px;
  1878. padding:0 0 15px 10px;
  1879. }
  1880.  
  1881. .comment-author {
  1882. font-weight:700;
  1883. display:block;
  1884. }
  1885.  
  1886. .comment-date {
  1887. color:#999;
  1888. font-style:italic;
  1889. font-size:11px;
  1890. display:block;
  1891. padding-bottom:15px;
  1892. }
  1893.  
  1894. .comment-text p {
  1895. font-size:13px;
  1896. margin-bottom:15px;
  1897. }
  1898.  
  1899. .comment-ol {
  1900. list-style:none;
  1901. margin:0;
  1902. padding:0;
  1903. }
  1904.  
  1905. .comment-ol li ul {
  1906. list-style:none;
  1907. margin:0;
  1908. padding:0;
  1909. }
  1910.  
  1911. .comment-ol li ul li .comment-content {
  1912. float:left;
  1913. width:585px;
  1914. margin:0 0 0 35px;
  1915. }
  1916.  
  1917. .comment-ol li ul li ul li .comment-content {
  1918. float:left;
  1919. width:550px;
  1920. margin:0 0 0 70px;
  1921. }
  1922.  
  1923. .comment-ol li ul li ul li ul li .comment-content {
  1924. float:left;
  1925. width:515px;
  1926. margin:0 0 0 105px;
  1927. }
  1928.  
  1929. .comment-ol li ul li ul li ul li ul li .comment-content {
  1930. float:left;
  1931. width:480px;
  1932. margin:0 0 0 140px;
  1933. }
  1934.  
  1935. .comment-ol li ul li .comment-content .comment-text {
  1936. width:423px;
  1937. }
  1938.  
  1939. .comment-ol li ul li ul li .comment-content .comment-text {
  1940. width:388px;
  1941. }
  1942.  
  1943. .comment-ol li ul li ul li ul li .comment-content .comment-text {
  1944. width:353px;
  1945. }
  1946.  
  1947. #commentform {
  1948. margin:30px 0 50px;
  1949. }
  1950.  
  1951. #commentform label {
  1952. display:inline;
  1953. font-weight:400;
  1954. font-size:13px;
  1955. }
  1956.  
  1957. ol #respond {
  1958. margin-top:30px;
  1959. }
  1960.  
  1961. #respond small {
  1962. color:#7B7B7B;
  1963. }
  1964.  
  1965. .cancel-comment-reply {
  1966. display:block;
  1967. margin:20px 0;
  1968. }
  1969.  
  1970.  
  1971.  
  1972.  
  1973. /*----------------------------------------------------------*/
  1974. /* 13. Gallery
  1975. /*----------------------------------------------------------*/
  1976. #gallery-outer-wrap,
  1977. #contact-content-wrap {
  1978. width:100%;
  1979. background:url(images/global/bg-gallery-wrap.png) top center no-repeat;
  1980. clear: both;
  1981. }
  1982.  
  1983. #gallery-outer-wrap h4 + p {
  1984. margin-top: 12px;
  1985. }
  1986.  
  1987. #iso-wrap {
  1988. padding-bottom:30px;   
  1989. }
  1990.  
  1991. .lightbox-zoom {
  1992. background:url(images/global/lightbox-zoom.png) center center no-repeat;
  1993. width:100%;
  1994. height:100%;
  1995. }
  1996.  
  1997. .lightbox-linked {
  1998. background:url(images/global/lightbox-linked.png) center center no-repeat;
  1999. width:100%;
  2000. height:100%;
  2001. }
  2002.  
  2003. #gallery-nav {
  2004. width:960px;
  2005. padding:35px 0;
  2006. margin:0 auto; 
  2007. display: block;
  2008. text-align:center;
  2009. }
  2010.  
  2011. #gallery-nav a{
  2012. color:#636B75;
  2013. padding:6px 12px;
  2014. }
  2015.  
  2016. #gallery-nav a:hover,
  2017. #gallery-nav .active a{
  2018. color: #555;
  2019. background:#EEE;
  2020. border-radius:5px;
  2021. box-shadow:inset 0 0 2px #CCC;
  2022. text-decoration:none;
  2023. }
  2024.  
  2025. #gallery-nav li {
  2026. display:inline;
  2027. margin-right:16px;
  2028. }
  2029.  
  2030. #gallery-nav li:last-child {
  2031. margin-right:0;
  2032. }
  2033.  
  2034. #gallery-wrap p {
  2035. font-size:13px;
  2036. }
  2037.  
  2038. #gallery-wrap h3 {
  2039. font-size:18px;
  2040. }
  2041.  
  2042. #gallery-wrap h3 + p {
  2043. margin-top:10px;
  2044. }
  2045.  
  2046. .isotope-item {
  2047. z-index:2;
  2048. margin: 5px !important;
  2049. }
  2050.  
  2051. .iso-space .isotope-item {
  2052. margin: 10px !important;
  2053. }
  2054.  
  2055. .isotope-hidden.isotope-item {
  2056.   pointer-events:none;
  2057.   z-index:1;
  2058. }
  2059.  
  2060. .isotope,
  2061. .isotope .isotope-item {
  2062.   -webkit-transition-duration:0.8s;
  2063.      -moz-transition-duration:0.8s;
  2064.           transition-duration:0.8s;
  2065. }
  2066.  
  2067. .isotope {
  2068.   -webkit-transition-property:height, width;
  2069.      -moz-transition-property:height, width;
  2070.           transition-property:height, width;
  2071. }
  2072.  
  2073. .isotope .isotope-item {
  2074.   -webkit-transition-property:-webkit-transform, opacity;
  2075.      -moz-transition-property:   -moz-transform, opacity;
  2076.           transition-property:        transform, opacity;
  2077. }
  2078.  
  2079.  
  2080.  
  2081. /*----------------------------------------------------------*/
  2082. /* 14. Utility Pages
  2083. /*----------------------------------------------------------*/
  2084.  
  2085. /* ----- Sitemap ----- */
  2086. .sitemap-title {
  2087. font-size: 13px;
  2088. font-weight: 600;
  2089. }
  2090.  
  2091. .s-one {
  2092. width:190px;
  2093. float:left;
  2094. }
  2095.  
  2096. .s-two {
  2097. width:460px;
  2098. float:left;
  2099. margin-left:65px;
  2100. }
  2101.  
  2102. .s-three {
  2103. width:190px;
  2104. float:right;
  2105. }
  2106.  
  2107. .s-two p,
  2108. .s-two strong {
  2109. font-size:13px;
  2110. }
  2111.  
  2112. .s-one .sub-menu {
  2113. padding-top:15px;
  2114. }
  2115.  
  2116. .s-one ul li,
  2117. .s-three ul li{
  2118. margin-bottom:10px;
  2119. }
  2120.  
  2121. .s-one .current-menu-item a,
  2122. .s-one .current-menu-parent a,
  2123. .s-one .current-menu-parent ul .current-menu-item a,
  2124. .s-one .current-menu-ancestor ul .current-menu-ancestor a {
  2125. color:#636B75;
  2126. }
  2127.  
  2128. .s-three ul li{
  2129. color:#CCC;
  2130. }
  2131.  
  2132. .s-two .article_preview strong a {
  2133. color: #757575;
  2134. }
  2135.  
  2136. .s-two .article_preview {
  2137. margin-top:20px;
  2138. }
  2139.  
  2140. .s-two .article_preview + .article_preview {
  2141. margin-top:30px;
  2142. }
  2143.  
  2144.  
  2145.  
  2146.  
  2147.  
  2148. /* ----- Search Results ----- */
  2149. .search-list {
  2150. padding:0 5px 5px 25px;
  2151. }
  2152.  
  2153. .search-list li {
  2154. margin-bottom:25px;
  2155. }
  2156.  
  2157. .search-list {
  2158. list-style:decimal;
  2159. }
  2160.  
  2161. .search-list p {
  2162. margin-left:-25px;
  2163. }
  2164.  
  2165. .search-list + .wp-pagenavi {
  2166. margin-top:15px;
  2167. }
  2168.  
  2169. .search-list li strong a:hover {
  2170. text-decoration:underline;
  2171. }
  2172.  
  2173.  
  2174.  
  2175. /* ----- 404 Page not found ----- */
  2176. .page-not-found {
  2177. background:url(images/global/bg-page-not-found.png) 0 0 no-repeat;
  2178. height:266px;
  2179. padding:80px 0 0 430px;
  2180. margin:0 0 10px 75px;
  2181. }
  2182.  
  2183. .page-not-found strong {
  2184. color:#5B626D;
  2185. font-size:14px;
  2186. font-weight:600;
  2187. }
  2188.  
  2189. .error404 header .current-menu-item a,
  2190. .error404 header .current-menu-parent a,
  2191. .error404 header .current-menu-parent ul .current-menu-item a,
  2192. .error404 header .current-menu-ancestor ul .current-menu-ancestor a,
  2193. .error404 header .current_page_parent a {
  2194. color:#636B75;
  2195. }
  2196.  
  2197.  
  2198.  
  2199. /* ----- Under Construction Page ----- */
  2200. .construction-top-wrap {
  2201. width:100%;
  2202. background:#FFF;
  2203. padding-bottom:150px;
  2204. }
  2205.  
  2206. .construction-heading {
  2207. font-family:Georgia, "Times New Roman", Times, serif;
  2208. font-style:italic;
  2209. font-size:25px;
  2210. color:#666;
  2211. width:100%;
  2212. font-weight:300;
  2213. text-align:center;
  2214. padding-bottom:30px;
  2215. }
  2216.  
  2217. #construction-body header nav,
  2218. #construction-body .footer-callout,
  2219. #construction-body .top-aside * {
  2220. display:none;
  2221. }
  2222.  
  2223. #construction-body .companyIdentity img {
  2224. float: none;
  2225. margin:0 auto;
  2226. margin-top:50px;
  2227. }
  2228.  
  2229. #construction-body .companyIdentity {
  2230. text-align: center;
  2231. }
  2232.  
  2233. #countbox,
  2234. .time-info-wrap {
  2235. width:415px;
  2236. margin:0 auto;
  2237. }
  2238.  
  2239.  
  2240. #days, #hours, #mins, #secs {
  2241. width:81px;
  2242. height:81px;
  2243. float:left;
  2244. background:url(images/global/image-sprite.png) -232px -7px no-repeat;
  2245. }
  2246.  
  2247. #hours,
  2248. #mins,
  2249. #secs,
  2250. #hours_text,
  2251. #mins_text,
  2252. #secs_text {
  2253. margin-left:30px;
  2254. }
  2255.  
  2256. #days span,
  2257. #hours span,
  2258. #mins span,
  2259. #secs span,
  2260. #days_text,
  2261. #hours_text,
  2262. #mins_text,
  2263. #secs_text {
  2264. font-weight:500;
  2265. font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
  2266. font-size:32px;
  2267. width:81px;
  2268. text-align:center;
  2269. float:left;
  2270. padding-top:27px;
  2271. }
  2272.  
  2273. #days_text, #hours_text, #mins_text, #secs_text {
  2274. font-size:17px;
  2275. padding-top:10px;
  2276. }
  2277.  
  2278. .clear {clear:both;}
  2279.  
  2280.  
  2281.  
  2282. /*----------------------------------------------------------*/
  2283. /* 15. FAQ + Team Members
  2284. /*----------------------------------------------------------*/
  2285. .faq-answers {
  2286. width:100%;
  2287. background:url(images/global/bg-faq-answers.png) 0 0 no-repeat;
  2288. margin:50px 0 0 0;
  2289. clear:both;
  2290. padding-top:60px;
  2291. }
  2292.  
  2293. .faq-pad {
  2294. padding-top:80px !important;
  2295. }
  2296.  
  2297. .faq-wrap {
  2298. clear:both;
  2299. margin-bottom:15px;
  2300. }
  2301.  
  2302. .faq-content {
  2303. width:800px;
  2304. float:right;
  2305. }
  2306.  
  2307. .faq-content p {
  2308. padding:10px;
  2309. padding-bottom:5px;
  2310. }
  2311.  
  2312. .faq-content .faq-heading {
  2313. margin-bottom:0px;
  2314. padding-top:0px;
  2315. font-weight:600;
  2316. font-size:14px;
  2317. }
  2318.  
  2319. .faq-questions a:hover,
  2320. .s-one ul li a,
  2321. .s-one .current-page-ancestor a,
  2322. .s-one .current-page-ancestor ul li a,
  2323. .home-vertical-sidebar .widget-heading,
  2324. .tt-icon strong {
  2325. text-decoration:none;
  2326. }
  2327.  
  2328. .go_to_top {
  2329. font-size:9px;
  2330. text-transform:uppercase;
  2331. display:block;
  2332. font-weight:600;
  2333. line-height:18px;
  2334. }
  2335.  
  2336. .basic-divider {
  2337. background: url(images/global/bg-divider-basic.png) right center no-repeat;
  2338. clear: both;
  2339. display: block;
  2340. height: 20px;
  2341. margin: 30px 0;
  2342. text-align: right;
  2343. width:100%;
  2344. }
  2345.  
  2346. .faq-number {
  2347. width:120px;
  2348. height:87px;
  2349. float:left;
  2350. margin-right:40px;
  2351. background:url(images/global/bg-faq-numbers.png) 0 0 no-repeat;
  2352. }
  2353.  
  2354. .img-frame + .faq-questions {
  2355. padding-top:10px;
  2356. }
  2357.  
  2358. .answer_1 {
  2359. background-position: 0 0;
  2360. }
  2361.  
  2362. .answer_2 {
  2363. background-position: 0 -87px;
  2364. }
  2365.  
  2366. .answer_3 {
  2367. background-position: 0 -177px;
  2368. }
  2369.  
  2370. .answer_4 {
  2371. background-position: 0 -266px;
  2372. }
  2373.  
  2374. .answer_5 {
  2375. background-position: 0 -354px;
  2376. }
  2377.  
  2378. .answer_6 {
  2379. background-position: 0 -443px;
  2380. }
  2381.  
  2382. .answer_7 {
  2383. background-position: 0 -532px;
  2384. }
  2385.  
  2386. .answer_8 {
  2387. background-position: 0 -620px;
  2388. }
  2389.  
  2390. .answer_9 {
  2391. background-position: 0 -709px;
  2392. }
  2393.  
  2394. .answer_10 {
  2395. background-position: 0 -798px;
  2396. }
  2397.  
  2398. .answer_11 {
  2399. background-position: 0 -886px;
  2400. }
  2401.  
  2402. .answer_12 {
  2403. background-position: 0 -974px;
  2404. }
  2405.  
  2406. .answer_13 {
  2407. background-position: 0 -1062px;
  2408. }
  2409.  
  2410. .answer_14 {
  2411. background-position: 0 -1150px;
  2412. }
  2413.  
  2414. .answer_15 {
  2415. background-position: 0 -1241px;
  2416. }
  2417.  
  2418. .answer_16 {
  2419. background-position: 0 -1331px;
  2420. }
  2421.  
  2422. .answer_17 {
  2423. background-position: 0 -1417px;
  2424. }
  2425.  
  2426. .answer_18 {
  2427. background-position: 0 -1507px;
  2428. }
  2429.  
  2430. .answer_19 {
  2431. background-position: 0 -1595px;
  2432. }
  2433.  
  2434. .answer_20 {
  2435. background-position: 0 -1684px;
  2436. }
  2437.  
  2438. .answer_21 {
  2439. background-position: 0 -1772px;
  2440. }
  2441.  
  2442. .answer_22 {
  2443. background-position: 0 -1860px;
  2444. }
  2445.  
  2446. .answer_23 {
  2447. background-position: 0 -1950px;
  2448. }
  2449.  
  2450. .answer_24 {
  2451. background-position: 0 -2038px;
  2452. }
  2453.  
  2454. .answer_25 {
  2455. background-position: 0 -2127px;
  2456. }
  2457.  
  2458. .answer_26 {
  2459. background-position: 0 -2216px;
  2460. }
  2461.  
  2462. .answer_27 {
  2463. background-position: 0 -2304px;
  2464. }
  2465.  
  2466. .answer_28 {
  2467. background-position: 0 -2393px;
  2468. }
  2469.  
  2470. .answer_29 {
  2471. background-position: 0 -2481px;
  2472. }
  2473.  
  2474. .answer_30 {
  2475. background-position: 0 -2570px;
  2476. }
  2477.  
  2478. .answer_31 {
  2479. background-position: 0 -2659px;
  2480. }
  2481.  
  2482. .answer_32 {
  2483. background-position: 0 -2748px;
  2484. }
  2485.  
  2486. .answer_33 {
  2487. background-position: 0 -2836px;
  2488. }
  2489.  
  2490. .answer_34 {
  2491. background-position: 0 -2925px;
  2492. }
  2493.  
  2494. .answer_35 {
  2495. background-position: 0 -3013px;
  2496. }
  2497.  
  2498.  
  2499. .answer_36 {
  2500. background-position: 0 -3102px;
  2501. }
  2502.  
  2503. .answer_37 {
  2504. background-position: 0 -3191px;
  2505. }
  2506.  
  2507. .answer_38 {
  2508. background-position: 0 -3279px;
  2509. }
  2510.  
  2511. .answer_39 {
  2512. background-position: 0 -3368px;
  2513. }
  2514.  
  2515. .answer_40 {
  2516. background-position: 0 -3457px;
  2517. }
  2518.  
  2519. .answer_41 {
  2520. background-position: 0 -3546px;
  2521. }
  2522.  
  2523. .answer_42 {
  2524. background-position: 0 -3634px;
  2525. }
  2526.  
  2527. .answer_43 {
  2528. background-position: 0 -3723px;
  2529. }
  2530.  
  2531. .answer_44 {
  2532. background-position: 0 -3812px;
  2533. }
  2534.  
  2535. .answer_45 {
  2536. background-position: 0 -3901px;
  2537. }
  2538.  
  2539. .answer_46 {
  2540. background-position: 0 -3989px;
  2541. }
  2542.  
  2543. .answer_47 {
  2544. background-position: 0 -4077px;
  2545. }
  2546.  
  2547. .answer_48 {
  2548. background-position: 0 -4165px;
  2549. }
  2550.  
  2551. .answer_49 {
  2552. background-position: 0 -4254px;
  2553. }
  2554.  
  2555. .answer_50 {
  2556. background-position: 0 -4343px;
  2557. }
  2558.  
  2559. .member-wrap {
  2560. width:100%;
  2561. clear:both;
  2562. }
  2563.  
  2564. #main-wrap .member-wrap:first-child {
  2565. margin-top:-20px;
  2566. }
  2567.  
  2568. .member-wrap + .member-wrap {
  2569. margin-top:35px;
  2570. border-top:1px dotted #aeaeae;
  2571. }
  2572.  
  2573. #main-wrap .member-wrap:last-child {
  2574. margin-bottom:20px;
  2575. }
  2576.  
  2577. .member-contact {
  2578. width:24%;
  2579. float:left;
  2580. padding-top:50px;
  2581. }
  2582.  
  2583. .member-bio {
  2584. width:50%;
  2585. float:left;
  2586. margin-left:5px;
  2587. padding-top:50px;
  2588. font-size:13px;
  2589. line-height:1.6em;
  2590. }
  2591.  
  2592. .member-photo {
  2593. width:156px;
  2594. height:121px;
  2595. float:right;
  2596. margin-top:50px;
  2597. }
  2598.  
  2599. .member-name {
  2600. font-size: 22px;
  2601. color:#666;
  2602. margin:0;
  2603. padding:0;
  2604. }
  2605.  
  2606. .member-title {
  2607. font-family:Georgia, "Times New Roman", Times, serif;
  2608. font-style:italic;
  2609. color:#999;
  2610. }
  2611.  
  2612. .member-list {
  2613. list-style:none;
  2614. margin:0;
  2615. padding:0;
  2616. }
  2617.  
  2618. .member-list li {
  2619. margin-bottom:8px;
  2620. }
  2621.  
  2622. .member-contact-email {
  2623. padding:2px 0 2px 24px;
  2624. background-position:0 -709px;
  2625. }
  2626.  
  2627. .member-contact-phone {
  2628. padding:0 0 0 24px;
  2629. background-position:0 -746px;
  2630. }
  2631.  
  2632. .member-contact-twitter {
  2633. padding:0 0 0 24px;
  2634. background-position:0 -345px;
  2635. }
  2636.  
  2637. .member-contact-facebook {
  2638. padding:0 0 0 24px;
  2639. background-position:0 -371px;
  2640. }
  2641.  
  2642. .member-contact-google {
  2643. padding:2px 0 2px 24px;
  2644. background-position:0 -578px;
  2645. }
  2646.  
  2647. .member-contact-linkedin {
  2648. padding:2px 0 2px 24px;
  2649. background-position:0 -474px;
  2650. }
  2651.  
  2652.  
  2653.  
  2654. /*----------------------------------------------------------*/
  2655. /* 16. Footer
  2656. /*----------------------------------------------------------*/
  2657. footer {
  2658. clear:both;
  2659. width:100%;
  2660. padding-top:30px;
  2661. position:relative;
  2662. font-size:13px;
  2663. z-index:1;
  2664. overflow:visible;
  2665. }
  2666.  
  2667. .footer-content {
  2668. padding-bottom:40px;
  2669. }
  2670.  
  2671. footer .sidebar-widget {
  2672. padding-top:0px;   
  2673. }
  2674.  
  2675. .tt-relative {
  2676. position:relative;
  2677. }
  2678.  
  2679. .footer-social {
  2680. float:left;
  2681. }
  2682.  
  2683. .footer-search {
  2684. float:right;
  2685. }
  2686.  
  2687. .footer-callout {
  2688. width:100%;
  2689. /*background:#E4E4E4 url(images/global/bg-footer-callout.png) left top repeat-x;*/
  2690. padding:37px 0;
  2691. border-top:1px solid #dfdfdf;
  2692. -moz-box-shadow:0 0 3px #ddd;
  2693. -webkit-box-shadow:0 0 3px #ddd;
  2694. box-shadow:0 0 3px #ddd;
  2695. background-color: #efefef;
  2696. background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
  2697. background-image: -ms-linear-gradient(top, #fafafa, #e6e6e6);
  2698. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
  2699. background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
  2700. background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
  2701. background-image: linear-gradient(top, #fafafa, #e6e6e6);
  2702. background-repeat: repeat-x;
  2703. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e6e6e6', GradientType=0);
  2704. }
  2705.  
  2706. .footer-callout-content {
  2707. float:left;
  2708. width:76%;
  2709. line-height:20px;
  2710. }
  2711.  
  2712. .footer-callout-button {
  2713. float:right;
  2714. margin:14px 0 0 0;
  2715. }
  2716.  
  2717. .footer-callout-content p {
  2718. font-size:17px;
  2719. margin-bottom:0px;
  2720. text-shadow: 1px 1px 2px #FFF;
  2721. }
  2722.  
  2723. .footer-callout-content .callout-heading {
  2724. font-size:20px;
  2725. letter-spacing: -0.3px;
  2726. }
  2727.  
  2728. form.search {
  2729. margin:0;
  2730. padding:0;
  2731. }
  2732.  
  2733. form.search p {
  2734. margin-top:10px;
  2735. }
  2736.  
  2737. footer > div > p {
  2738. font-size:11px;
  2739. float:left;
  2740. width:450px;
  2741. padding-top:20px;
  2742. }
  2743.  
  2744. footer ul{
  2745. list-style-image:url(images/global/bullet-type-1-footer.png);
  2746. }
  2747.  
  2748. footer nav {
  2749. padding:16px 0 0 0;
  2750. float:right;
  2751. }
  2752.  
  2753. footer nav a {
  2754. font-size:11px;
  2755. }
  2756.  
  2757. footer nav > ul > li+li {
  2758. margin-left:10px;
  2759. }
  2760.  
  2761. footer *,
  2762. .social_links a:link,
  2763. .social_links a:active,
  2764. .social_links a:visited,
  2765. footer a:hover,
  2766. footer span {
  2767. color:#FFF;
  2768. }
  2769.  
  2770. footer .current-menu-item a {
  2771. color:#FFF;
  2772. font-weight:bold;
  2773. }
  2774.  
  2775. footer .foot-heading {
  2776. margin-bottom:12px;
  2777. color:#FFF;
  2778. font-size:16px;
  2779. font-weight:500;
  2780. }
  2781.  
  2782. footer .social_icons,
  2783. #contact-info-wrap .social_icons {
  2784. padding-left:0;
  2785. }
  2786.  
  2787. footer .social_icons a,
  2788. #contact-info-wrap .social_icons a {
  2789. padding-left: 22px;
  2790. }
  2791.  
  2792. .footer-default-one,
  2793. .construction-default-one {
  2794. width:41.6%;
  2795. float:left;
  2796. }
  2797.  
  2798. .footer-default-two,
  2799. .construction-default-two {
  2800. width:18.75%;
  2801. float:left;
  2802. margin-left:6.25%;
  2803. }
  2804.  
  2805. .footer-default-three,
  2806. .construction-default-three {
  2807. width:26.04%;
  2808. float:right;
  2809. }
  2810.  
  2811. footer .footer-default-three .social_icons li,
  2812. footer .construction-default-three .social_icons li,
  2813. #contact-info-wrap .social_icons li {
  2814. float:left;
  2815. margin-right:20px;
  2816. }
  2817.  
  2818. .display-none {display:none;}
  2819.  
  2820. .footer-copyright {
  2821. clear:both;
  2822. width:100%;
  2823. padding:15px 0;
  2824. background:rgba(0, 0, 0, 0.1);
  2825. }
  2826.  
  2827. .footer-nav {
  2828. list-style:none;
  2829. margin:0;
  2830. padding:1px 0 0 0;
  2831. }
  2832.  
  2833. .footer-nav li {
  2834. float:left;
  2835. margin-bottom:0;
  2836. }
  2837.  
  2838. .footer-nav li + li {
  2839. margin-left:10px;
  2840. }
  2841.  
  2842. .footer-nav li a {
  2843. color:#FFF;
  2844. padding-right:10px;
  2845. border-right:1px solid rgba(255, 255, 255, 0.3);
  2846. font-weight:500;
  2847. }
  2848.  
  2849. .footer-nav li:last-child a {
  2850. background:none;
  2851. }
  2852.  
  2853. .footer-nav .current_page_parent a {
  2854. color:#FFF;
  2855. }
  2856.  
  2857. .foot-copy {
  2858. float:left;
  2859. }
  2860.  
  2861. .footer-nav {
  2862. float:right;
  2863. margin-left:110px;
  2864. }
  2865.  
  2866. .foot-copy p {
  2867. padding:0;
  2868. margin:0;
  2869. }
  2870.  
  2871. .footer-copyright p,
  2872. .footer-copyright ul {
  2873. font-size:11px;
  2874. }
  2875.  
  2876. .footer-logo {
  2877. padding-bottom:10px;
  2878. }
  2879.  
  2880.  
  2881.  
  2882. /*----------------------------------------------------------*/
  2883. /* 17. Shortcodes
  2884. /*----------------------------------------------------------*/
  2885.  
  2886. /*----- Buttons ----- */
  2887. a.tt-button {
  2888. /*background-image:url(images/shortcodes/button-sprite.png);*/
  2889. text-decoration:none;
  2890. font-size:13px;
  2891. font-weight:700;
  2892. height:20px;
  2893. line-height:12px;
  2894. border-radius:3px;
  2895. text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
  2896. box-shadow:0 1px 1px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  2897. display:inline-block;
  2898. padding:8px 10px 0;
  2899. }
  2900.  
  2901. a.tt-button.large {
  2902. line-height:14px;
  2903. height:24px;
  2904. padding:11px 10px 0;
  2905. }
  2906.  
  2907. a.tt-button.jumbo {
  2908. line-height:14px;
  2909. height:30px;
  2910. padding:17px 18px 0;
  2911. font-size:14px;
  2912. }
  2913.  
  2914. a.tt-button.black{
  2915. border:1px solid #4C4C4C;
  2916. color:#FFF;
  2917. text-shadow:0 1px 0 rgba(0, 0, 0, 0.4);
  2918. background-color: #545454;
  2919. background-image: -moz-linear-gradient(top, #5e5e5e, #434343);
  2920. background-image: -ms-linear-gradient(top, #5e5e5e, #434343);
  2921. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e5e), to(#434343));
  2922. background-image: -webkit-linear-gradient(top, #5e5e5e, #434343);
  2923. background-image: -o-linear-gradient(top, #5e5e5e, #434343);
  2924. background-image: linear-gradient(top, #5e5e5e, #434343);
  2925. background-repeat: repeat-x;
  2926. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343', GradientType=0);
  2927. }
  2928.  
  2929. a.tt-button.black:hover{
  2930. border:1px solid #2C2C2C;
  2931. background:#5a5a5a;
  2932. }
  2933.  
  2934. a.tt-button.blue{
  2935. border:1px solid #8DC5DA;
  2936. color:#42788E;
  2937. background-color: #8dd9f6;
  2938. background-image: -moz-linear-gradient(top, #abe4f8, #6fcef3);
  2939. background-image: -ms-linear-gradient(top, #abe4f8, #6fcef3);
  2940. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abe4f8), to(#6fcef3));
  2941. background-image: -webkit-linear-gradient(top, #abe4f8, #6fcef3);
  2942. background-image: -o-linear-gradient(top, #abe4f8, #6fcef3);
  2943. background-image: linear-gradient(top, #abe4f8, #6fcef3);
  2944. background-repeat: repeat-x;
  2945. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3', GradientType=0);
  2946. }
  2947. a.tt-button.blue:hover{
  2948. border:1px solid #7CAEC0;
  2949. background:#92dbf6;
  2950. }
  2951.  
  2952. a.tt-button.green {
  2953. border:1px solid #ADC671;
  2954. color:#5D7731;
  2955. background-color: #cae285;
  2956. background-image: -moz-linear-gradient(top, #cae285, #9fcb57);
  2957. background-image: -ms-linear-gradient(top, #cae285, #9fcb57);
  2958. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9fcb57));
  2959. background-image: -webkit-linear-gradient(top, #cae285, #9fcb57);
  2960. background-image: -o-linear-gradient(top, #cae285, #9fcb57);
  2961. background-image: linear-gradient(top, #cae285, #9fcb57);
  2962. background-repeat: repeat-x;
  2963. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57', GradientType=0);
  2964. }
  2965.  
  2966. a.tt-button.green:hover {
  2967. border:1px solid #8BB14D;
  2968. background:#b9d972;
  2969. }
  2970.  
  2971. a.tt-button.grey {
  2972. border:1px solid #B5B5B5;
  2973. color:#555;
  2974. background-color: #cacaca;
  2975. background-image: -moz-linear-gradient(top, #cacaca, #aeaeae);
  2976. background-image: -ms-linear-gradient(top, #cacaca, #aeaeae);
  2977. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cacaca), to(#aeaeae));
  2978. background-image: -webkit-linear-gradient(top, #cacaca, #aeaeae);
  2979. background-image: -o-linear-gradient(top, #cacaca, #aeaeae);
  2980. background-image: linear-gradient(top, #cacaca, #aeaeae);
  2981. background-repeat: repeat-x;
  2982. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae', GradientType=0);
  2983. }
  2984.  
  2985. a.tt-button.grey:hover {
  2986. border:1px solid #989898;
  2987. background-color: #bcbcbc;
  2988. background-image: -moz-linear-gradient(top, #bcbcbc, #c2c2c2);
  2989. background-image: -ms-linear-gradient(top, #bcbcbc, #c2c2c2);
  2990. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bcbcbc), to(#c2c2c2));
  2991. background-image: -webkit-linear-gradient(top, #bcbcbc, #c2c2c2);
  2992. background-image: -o-linear-gradient(top, #bcbcbc, #c2c2c2);
  2993. background-image: linear-gradient(top, #bcbcbc, #c2c2c2);
  2994. background-repeat: repeat-x;
  2995. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2', GradientType=0);
  2996. }
  2997.  
  2998. a.tt-button.navy {
  2999. border:1px solid #A2AFB8;
  3000. color:#515F6A;
  3001. background-color: #becbd6;
  3002. background-image: -moz-linear-gradient(top, #becbd6, #88a1b4);
  3003. background-image: -ms-linear-gradient(top, #becbd6, #88a1b4);
  3004. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#becbd6), to(#88a1b4));
  3005. background-image: -webkit-linear-gradient(top, #becbd6, #88a1b4);
  3006. background-image: -o-linear-gradient(top, #becbd6, #88a1b4);
  3007. background-image: linear-gradient(top, #becbd6, #88a1b4);
  3008. background-repeat: repeat-x;
  3009. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4', GradientType=0);
  3010. }
  3011. a.tt-button.navy:hover {
  3012. border:1px solid #8996A0;
  3013. background:#adbfcb;
  3014. }
  3015.  
  3016. a.tt-button.orange,
  3017. .edit-page-button a{
  3018. border:1px solid #DAB347;
  3019. color:#835503;
  3020. text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
  3021. background-color: #feda71;
  3022. background-image: -moz-linear-gradient(top, #feda71, #febb4a);
  3023. background-image: -ms-linear-gradient(top, #feda71, #febb4a);
  3024. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feda71), to(#febb4a));
  3025. background-image: -webkit-linear-gradient(top, #feda71, #febb4a);
  3026. background-image: -o-linear-gradient(top, #feda71, #febb4a);
  3027. background-image: linear-gradient(top, #feda71, #febb4a);
  3028. background-repeat: repeat-x;
  3029. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a', GradientType=0);
  3030. }
  3031.  
  3032. a.tt-button.orange:hover {
  3033. border:1px solid #DAB347;
  3034. background-color: #fec354;
  3035. background-image: -moz-linear-gradient(top, #fec354, #fecd61);
  3036. background-image: -ms-linear-gradient(top, #fec354, #fecd61);
  3037. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fec354), to(#fecd61));
  3038. background-image: -webkit-linear-gradient(top, #fec354, #fecd61);
  3039. background-image: -o-linear-gradient(top, #fec354, #fecd61);
  3040. background-image: linear-gradient(top, #fec354, #fecd61);
  3041. background-repeat: repeat-x;
  3042. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61', GradientType=0);
  3043. }
  3044.  
  3045. a.tt-button.purple {
  3046. border:1px solid #BC9DB9;
  3047. color:#7B5777;
  3048. background-color: #e8c4e4;
  3049. background-image: -moz-linear-gradient(top, #e8c4e4, #d494ce);
  3050. background-image: -ms-linear-gradient(top, #e8c4e4, #d494ce);
  3051. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8c4e4), to(#d494ce));
  3052. background-image: -webkit-linear-gradient(top, #e8c4e4, #d494ce);
  3053. background-image: -o-linear-gradient(top, #e8c4e4, #d494ce);
  3054. background-image: linear-gradient(top, #e8c4e4, #d494ce);
  3055. background-repeat: repeat-x;
  3056. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce', GradientType=0);
  3057. }
  3058.  
  3059. a.tt-button.purple:hover {
  3060. border:1px solid #A482A0;
  3061. background-color: #deabd9;
  3062. background-image: -moz-linear-gradient(top, #deabd9, #e0b1db);
  3063. background-image: -ms-linear-gradient(top, #deabd9, #e0b1db);
  3064. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#deabd9), to(#e0b1db));
  3065. background-image: -webkit-linear-gradient(top, #deabd9, #e0b1db);
  3066. background-image: -o-linear-gradient(top, #deabd9, #e0b1db);
  3067. background-image: linear-gradient(top, #deabd9, #e0b1db);
  3068. background-repeat: repeat-x;
  3069. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db', GradientType=0);
  3070. }
  3071.  
  3072. a.tt-button.red {
  3073. border:1px solid #DF6F8B;
  3074. color:#913944;
  3075. text-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
  3076. background-color: #f78297;
  3077. background-image: -moz-linear-gradient(top, #f78297, #f56778);
  3078. background-image: -ms-linear-gradient(top, #f78297, #f56778);
  3079. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f78297), to(#f56778));
  3080. background-image: -webkit-linear-gradient(top, #f78297, #f56778);
  3081. background-image: -o-linear-gradient(top, #f78297, #f56778);
  3082. background-image: linear-gradient(top, #f78297, #f56778);
  3083. background-repeat: repeat-x;
  3084. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778', GradientType=0);
  3085. }
  3086.  
  3087. a.tt-button.red:hover {
  3088. border:1px solid #C36079;
  3089. background-color: #f56c7e;
  3090. background-image: -moz-linear-gradient(top, #f56c7e, #f78297);
  3091. background-image: -ms-linear-gradient(top, #f56c7e, #f78297);
  3092. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f56c7e), to(#f78297));
  3093. background-image: -webkit-linear-gradient(top, #f56c7e, #f78297);
  3094. background-image: -o-linear-gradient(top, #f56c7e, #f78297);
  3095. background-image: linear-gradient(top, #f56c7e, #f78297);
  3096. background-repeat: repeat-x;
  3097. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297', GradientType=0);
  3098. }
  3099.  
  3100. a.tt-button.teal {
  3101. border:1px solid #90C6C8;
  3102. color:#437B7D;
  3103. background-color: #b7f2f4;
  3104. background-image: -moz-linear-gradient(top, #b7f2f4, #7ce7ea);
  3105. background-image: -ms-linear-gradient(top, #b7f2f4, #7ce7ea);
  3106. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7f2f4), to(#7ce7ea));
  3107. background-image: -webkit-linear-gradient(top, #b7f2f4, #7ce7ea);
  3108. background-image: -o-linear-gradient(top, #b7f2f4, #7ce7ea);
  3109. background-image: linear-gradient(top, #b7f2f4, #7ce7ea);
  3110. background-repeat: repeat-x;
  3111. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea', GradientType=0);
  3112. }
  3113. a.tt-button.teal:hover {
  3114. border:1px solid #7DB9BB;
  3115. background:#9fedf0;
  3116. }
  3117.  
  3118. a.tt-button.white,
  3119. #content-container .tt-form-submit,
  3120. #commentform #submit-button,
  3121. .gform_footer .button{
  3122. border:1px solid #D3D3D3;
  3123. color:#555;
  3124. text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
  3125. background-color: #fbfbfb;
  3126. background-image: -moz-linear-gradient(top, #fbfbfb, #f0f0f0);
  3127. background-image: -ms-linear-gradient(top, #fbfbfb, #f0f0f0);
  3128. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#f0f0f0));
  3129. background-image: -webkit-linear-gradient(top, #fbfbfb, #f0f0f0);
  3130. background-image: -o-linear-gradient(top, #fbfbfb, #f0f0f0);
  3131. background-image: linear-gradient(top, #fbfbfb, #f0f0f0);
  3132. background-repeat: repeat-x;
  3133. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f0f0f0', GradientType=0);
  3134. }
  3135.  
  3136. a.tt-button.white:hover,
  3137. #content-container .tt-form-submit:hover,
  3138. #commentform #submit-button:hover,
  3139. .gform_footer .button:hover{
  3140. border:1px solid #C4C4C4;
  3141. background-color: #efefef;
  3142. background-image: -moz-linear-gradient(top, #efefef, #f8f8f8);
  3143. background-image: -ms-linear-gradient(top, #efefef, #f8f8f8);
  3144. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#f8f8f8));
  3145. background-image: -webkit-linear-gradient(top, #efefef, #f8f8f8);
  3146. background-image: -o-linear-gradient(top, #efefef, #f8f8f8);
  3147. background-image: linear-gradient(top, #efefef, #f8f8f8);
  3148. background-repeat: repeat-x;
  3149. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8', GradientType=0);
  3150. }
  3151.  
  3152. a.tt-button.autumn {
  3153. border:1px solid #772002;
  3154. color:#FFF;
  3155. text-shadow:none;
  3156. background-color: #D0600E;
  3157. background-image: -webkit-gradient(linear, left top, left bottom, from(#D0600E), to(#772002));
  3158. background-image: -webkit-linear-gradient(top, #D0600E, #772002);
  3159. background-image:    -moz-linear-gradient(top, #D0600E, #772002);
  3160. background-image:      -o-linear-gradient(top, #D0600E, #772002);
  3161. background-image:         linear-gradient(to bottom, #D0600E, #772002);
  3162. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D0600E', endColorstr='#772002');/*For IE7-8-9*/
  3163. }
  3164.  
  3165. a.tt-button.autumn:hover {
  3166. color:#FFF;
  3167. text-shadow:none;
  3168. background-color: #772002;
  3169. background-image: -webkit-gradient(linear, left top, left bottom, from(#772002), to(#D0600E));
  3170. background-image: -webkit-linear-gradient(top, #772002, #D0600E);
  3171. background-image:    -moz-linear-gradient(top, #772002, #D0600E);
  3172. background-image:      -o-linear-gradient(top, #772002, #D0600E);
  3173. background-image:         linear-gradient(to bottom, #772002, #D0600E);
  3174. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#772002', endColorstr='#D0600E');/*For IE7-8-9*/
  3175. }
  3176.  
  3177.  
  3178. a.tt-button.black-2 {
  3179. border:1px solid #262626;
  3180. color:#FFF;
  3181. text-shadow:none;
  3182. background-color: #333;
  3183. background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
  3184. background-image: -webkit-linear-gradient(top, #333333, #262626);
  3185. background-image:    -moz-linear-gradient(top, #333333, #262626);
  3186. background-image:      -o-linear-gradient(top, #333333, #262626);
  3187. background-image:         linear-gradient(to bottom, #333333, #262626);
  3188. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#262626');/*For IE7-8-9*/
  3189. }
  3190.  
  3191. a.tt-button.black-2:hover {
  3192. color:#FFF;
  3193. text-shadow:none;
  3194. background-color: #262626;
  3195. background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#444444));
  3196. background-image: -webkit-linear-gradient(top, #262626, #444444);
  3197. background-image:    -moz-linear-gradient(top, #262626, #444444);
  3198. background-image:      -o-linear-gradient(top, #262626, #444444);
  3199. background-image:         linear-gradient(to bottom, #262626, #444444);
  3200. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#262626', endColorstr='#444444');/*For IE7-8-9*/
  3201. }
  3202.  
  3203. a.tt-button.blue-grey {
  3204. border:1px solid #2C2F38;
  3205. color:#FFF;
  3206. text-shadow:none;
  3207. background-color: #5E6475;
  3208. background-image: -webkit-gradient(linear, left top, left bottom, from(#5E6475), to(#2C2F38));
  3209. background-image: -webkit-linear-gradient(top, #5E6475, #2C2F38);
  3210. background-image:    -moz-linear-gradient(top, #5E6475, #2C2F38);
  3211. background-image:      -o-linear-gradient(top, #5E6475, #2C2F38);
  3212. background-image:         linear-gradient(to bottom, #5E6475, #2C2F38);
  3213. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5E6475', endColorstr='#2C2F38');/*For IE7-8-9*/
  3214. }
  3215.  
  3216. a.tt-button.blue-grey:hover {
  3217. color:#FFF;
  3218. text-shadow:none;
  3219. background-color: #2C2F38;
  3220. background-image: -webkit-gradient(linear, left top, left bottom, from(#2C2F38), to(#5E6475));
  3221. background-image: -webkit-linear-gradient(top, #2C2F38, #5E6475);
  3222. background-image:    -moz-linear-gradient(top, #2C2F38, #5E6475);
  3223. background-image:      -o-linear-gradient(top, #2C2F38, #5E6475);
  3224. background-image:         linear-gradient(to bottom, #2C2F38, #5E6475);
  3225. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2C2F38', endColorstr='#5E6475');/*For IE7-8-9*/
  3226. }
  3227.  
  3228. a.tt-button.cool-blue {
  3229. border:1px solid #0D5292;
  3230. color:#FFF;
  3231. text-shadow:none;
  3232. background-color: #0D9DDC;
  3233. background-image: -webkit-gradient(linear, left top, left bottom, from(#0D9DDC), to(#0D5292));
  3234. background-image: -webkit-linear-gradient(top, #0D9DDC, #0D5292);
  3235. background-image:    -moz-linear-gradient(top, #0D9DDC, #0D5292);
  3236. background-image:      -o-linear-gradient(top, #0D9DDC, #0D5292);
  3237. background-image:         linear-gradient(to bottom, #0D9DDC, #0D5292);
  3238. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0D9DDC', endColorstr='#0D5292');/*For IE7-8-9*/
  3239. }
  3240.  
  3241. a.tt-button.cool-blue:hover {
  3242. color:#FFF;
  3243. text-shadow:none;
  3244. background-color: #0D5292;
  3245. background-image: -webkit-gradient(linear, left top, left bottom, from(#0D5292), to(#0D9DDC));
  3246. background-image: -webkit-linear-gradient(top, #0D5292, #0D9DDC);
  3247. background-image:    -moz-linear-gradient(top, #0D5292, #0D9DDC);
  3248. background-image:      -o-linear-gradient(top, #0D5292, #0D9DDC);
  3249. background-image:         linear-gradient(to bottom, #0D5292, #0D9DDC);
  3250. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0D5292', endColorstr='#0D9DDC');/*For IE7-8-9*/
  3251. }
  3252.  
  3253. a.tt-button.coffee {
  3254. border:1px solid #2E1C10;
  3255. color:#FFF;
  3256. text-shadow:none;
  3257. background-color: #9A6742;
  3258. background-image: -webkit-gradient(linear, left top, left bottom, from(#9A6742), to(#2E1C10));
  3259. background-image: -webkit-linear-gradient(top, #9A6742, #2E1C10);
  3260. background-image:    -moz-linear-gradient(top, #9A6742, #2E1C10);
  3261. background-image:      -o-linear-gradient(top, #9A6742, #2E1C10);
  3262. background-image:         linear-gradient(to bottom, #9A6742, #2E1C10);
  3263. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9A6742', endColorstr='#2E1C10');/*For IE7-8-9*/
  3264. }
  3265.  
  3266. a.tt-button.coffee:hover {
  3267. color:#FFF;
  3268. text-shadow:none;
  3269. background-color: #2E1C10;
  3270. background-image: -webkit-gradient(linear, left top, left bottom, from(#2E1C10), to(#9A6742));
  3271. background-image: -webkit-linear-gradient(top, #2E1C10, #9A6742);
  3272. background-image:    -moz-linear-gradient(top, #2E1C10, #9A6742);
  3273. background-image:      -o-linear-gradient(top, #2E1C10, #9A6742);
  3274. background-image:         linear-gradient(to bottom, #2E1C10, #9A6742);
  3275. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2E1C10', endColorstr='#9A6742');/*For IE7-8-9*/
  3276. }
  3277.  
  3278. a.tt-button.fire {
  3279. border:1px solid #B33410;
  3280. color:#FFF;
  3281. text-shadow:none;
  3282. background-color: #FE8A0B;
  3283. background-image: -webkit-gradient(linear, left top, left bottom, from(#FE8A0B), to(#B33410));
  3284. background-image: -webkit-linear-gradient(top, #FE8A0B, #B33410);
  3285. background-image:    -moz-linear-gradient(top, #FE8A0B, #B33410);
  3286. background-image:      -o-linear-gradient(top, #FE8A0B, #B33410);
  3287. background-image:         linear-gradient(to bottom, #FE8A0B, #B33410);
  3288. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FE8A0B', endColorstr='#B33410');/*For IE7-8-9*/
  3289. }
  3290.  
  3291. a.tt-button.fire:hover {
  3292. color:#FFF;
  3293. text-shadow:none;
  3294. background-color: #B33410;
  3295. background-image: -webkit-gradient(linear, left top, left bottom, from(#B33410), to(#FE8A0B));
  3296. background-image: -webkit-linear-gradient(top, #B33410, #FE8A0B);
  3297. background-image:    -moz-linear-gradient(top, #B33410, #FE8A0B);
  3298. background-image:      -o-linear-gradient(top, #B33410, #FE8A0B);
  3299. background-image:         linear-gradient(to bottom, #B33410, #FE8A0B);
  3300. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B33410', endColorstr='#FE8A0B');/*For IE7-8-9*/
  3301. }
  3302.  
  3303. a.tt-button.golden {
  3304. border:1px solid #BF7D02;
  3305. color:#FFF;
  3306. text-shadow:none;
  3307. background-color: #FDBB0D;
  3308. background-image: -webkit-gradient(linear, left top, left bottom, from(#FDBB0D), to(#BF7D02));
  3309. background-image: -webkit-linear-gradient(top, #FDBB0D, #BF7D02);
  3310. background-image:    -moz-linear-gradient(top, #FDBB0D, #BF7D02);
  3311. background-image:      -o-linear-gradient(top, #FDBB0D, #BF7D02);
  3312. background-image:         linear-gradient(to bottom, #FDBB0D, #BF7D02);
  3313. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDBB0D', endColorstr='#BF7D02');/*For IE7-8-9*/
  3314. }
  3315.  
  3316. a.tt-button.golden:hover {
  3317. color:#FFF;
  3318. text-shadow:none;
  3319. background-color: #BF7D02;
  3320. background-image: -webkit-gradient(linear, left top, left bottom, from(#BF7D02), to(#FDBB0D));
  3321. background-image: -webkit-linear-gradient(top, #BF7D02, #FDBB0D);
  3322. background-image:    -moz-linear-gradient(top, #BF7D02, #FDBB0D);
  3323. background-image:      -o-linear-gradient(top, #BF7D02, #FDBB0D);
  3324. background-image:         linear-gradient(to bottom, #BF7D02, #FDBB0D);
  3325. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BF7D02', endColorstr='#FDBB0D');/*For IE7-8-9*/
  3326. }
  3327.  
  3328. a.tt-button.green-2 {
  3329. border:1px solid #416119;
  3330. color:#FFF;
  3331. text-shadow:none;
  3332. background-color: #49A501;
  3333. background-image: -webkit-gradient(linear, left top, left bottom, from(#49A501), to(#416119));
  3334. background-image: -webkit-linear-gradient(top, #49A501, #416119);
  3335. background-image:    -moz-linear-gradient(top, #49A501, #416119);
  3336. background-image:      -o-linear-gradient(top, #49A501, #416119);
  3337. background-image:         linear-gradient(to bottom, #49A501, #416119);
  3338. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49A501', endColorstr='#416119');/*For IE7-8-9*/
  3339. }
  3340.  
  3341. a.tt-button.green-2:hover {
  3342. color:#FFF;
  3343. text-shadow:none;
  3344. background-color: #416119;
  3345. background-image: -webkit-gradient(linear, left top, left bottom, from(#416119), to(#49A501));
  3346. background-image: -webkit-linear-gradient(top, #416119, #49A501);
  3347. background-image:    -moz-linear-gradient(top, #416119, #49A501);
  3348. background-image:      -o-linear-gradient(top, #416119, #49A501);
  3349. background-image:         linear-gradient(to bottom, #416119, #49A501);
  3350. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#416119', endColorstr='#49A501');/*For IE7-8-9*/
  3351. }
  3352.  
  3353. a.tt-button.lime-green {
  3354. border:1px solid #467612;
  3355. color:#FFF;
  3356. text-shadow:none;
  3357. background-color: #AED613;
  3358. background-image: -webkit-gradient(linear, left top, left bottom, from(#AED613), to(#467612));
  3359. background-image: -webkit-linear-gradient(top, #AED613, #467612);
  3360. background-image:    -moz-linear-gradient(top, #AED613, #467612);
  3361. background-image:      -o-linear-gradient(top, #AED613, #467612);
  3362. background-image:         linear-gradient(to bottom, #AED613, #467612);
  3363. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AED613', endColorstr='#467612');/*For IE7-8-9*/
  3364. }
  3365.  
  3366. a.tt-button.lime-green:hover {
  3367. color:#FFF;
  3368. text-shadow:none;
  3369. background-color: #467612;
  3370. background-image: -webkit-gradient(linear, left top, left bottom, from(#467612), to(#AED613));
  3371. background-image: -webkit-linear-gradient(top, #467612, #AED613);
  3372. background-image:    -moz-linear-gradient(top, #467612, #AED613);
  3373. background-image:      -o-linear-gradient(top, #467612, #AED613);
  3374. background-image:         linear-gradient(to bottom, #467612, #AED613);
  3375. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#467612', endColorstr='#AED613');/*For IE7-8-9*/
  3376. }
  3377.  
  3378. a.tt-button.periwinkle {
  3379. border:1px solid #522173;
  3380. color:#FFF;
  3381. text-shadow:none;
  3382. background-color: #5064C9;
  3383. background-image: -webkit-gradient(linear, left top, left bottom, from(#5064C9), to(#522173));
  3384. background-image: -webkit-linear-gradient(top, #5064C9, #522173);
  3385. background-image:    -moz-linear-gradient(top, #5064C9, #522173);
  3386. background-image:      -o-linear-gradient(top, #5064C9, #522173);
  3387. background-image:         linear-gradient(to bottom, #5064C9, #522173);
  3388. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5064C9', endColorstr='#522173');/*For IE7-8-9*/
  3389. }
  3390.  
  3391. a.tt-button.periwinkle:hover {
  3392. color:#FFF;
  3393. text-shadow:none;
  3394. background-color: #522173;
  3395. background-image: -webkit-gradient(linear, left top, left bottom, from(#522173), to(#5064C9));
  3396. background-image: -webkit-linear-gradient(top, #522173, #5064C9);
  3397. background-image:    -moz-linear-gradient(top, #522173, #5064C9);
  3398. background-image:      -o-linear-gradient(top, #522173, #5064C9);
  3399. background-image:         linear-gradient(to bottom, #522173, #5064C9);
  3400. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#522173', endColorstr='#5064C9');/*For IE7-8-9*/
  3401. }
  3402.  
  3403. a.tt-button.pink {
  3404. border:1px solid #72234F;
  3405. color:#FFF;
  3406. text-shadow:none;
  3407. background-color: #C4378F;
  3408. background-image: -webkit-gradient(linear, left top, left bottom, from(#C4378F), to(#72234F));
  3409. background-image: -webkit-linear-gradient(top, #C4378F, #72234F);
  3410. background-image:    -moz-linear-gradient(top, #C4378F, #72234F);
  3411. background-image:      -o-linear-gradient(top, #C4378F, #72234F);
  3412. background-image:         linear-gradient(to bottom, #C4378F, #72234F);
  3413. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C4378F', endColorstr='#72234F');/*For IE7-8-9*/
  3414. }
  3415.  
  3416. a.tt-button.pink:hover {
  3417. color:#FFF;
  3418. text-shadow:none;
  3419. background-color: #72234F;
  3420. background-image: -webkit-gradient(linear, left top, left bottom, from(#72234F), to(#C4378F));
  3421. background-image: -webkit-linear-gradient(top, #72234F, #C4378F);
  3422. background-image:    -moz-linear-gradient(top, #72234F, #C4378F);
  3423. background-image:      -o-linear-gradient(top, #72234F, #C4378F);
  3424. background-image:         linear-gradient(to bottom, #72234F, #C4378F);
  3425. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#72234F', endColorstr='#C4378F');/*For IE7-8-9*/
  3426. }
  3427.  
  3428. a.tt-button.purple-2 {
  3429. border:1px solid #513567;
  3430. color:#FFF;
  3431. text-shadow:none;
  3432. background-color: #8F4EC2;
  3433. background-image: -webkit-gradient(linear, left top, left bottom, from(#8F4EC2), to(#513567));
  3434. background-image: -webkit-linear-gradient(top, #8F4EC2, #513567);
  3435. background-image:    -moz-linear-gradient(top, #8F4EC2, #513567);
  3436. background-image:      -o-linear-gradient(top, #8F4EC2, #513567);
  3437. background-image:         linear-gradient(to bottom, #8F4EC2, #513567);
  3438. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8F4EC2', endColorstr='#513567');/*For IE7-8-9*/
  3439. }
  3440.  
  3441. a.tt-button.purple-2:hover {
  3442. color:#FFF;
  3443. text-shadow:none;
  3444. background-color: #513567;
  3445. background-image: -webkit-gradient(linear, left top, left bottom, from(#513567), to(#8F4EC2));
  3446. background-image: -webkit-linear-gradient(top, #513567, #8F4EC2);
  3447. background-image:    -moz-linear-gradient(top, #513567, #8F4EC2);
  3448. background-image:      -o-linear-gradient(top, #513567, #8F4EC2);
  3449. background-image:         linear-gradient(to bottom, #513567, #8F4EC2);
  3450. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#513567', endColorstr='#8F4EC2');/*For IE7-8-9*/
  3451. }
  3452.  
  3453. a.tt-button.red-2 {
  3454. border:1px solid #961300;
  3455. color:#FFF;
  3456. text-shadow:none;
  3457. background-color: #C71901;
  3458. background-image: -webkit-gradient(linear, left top, left bottom, from(#C71901), to(#961300));
  3459. background-image: -webkit-linear-gradient(top, #C71901, #961300);
  3460. background-image:    -moz-linear-gradient(top, #C71901, #961300);
  3461. background-image:      -o-linear-gradient(top, #C71901, #961300);
  3462. background-image:         linear-gradient(to bottom, #C71901, #961300);
  3463. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C71901', endColorstr='#961300');/*For IE7-8-9*/
  3464. }
  3465.  
  3466. a.tt-button.red-2:hover {
  3467. color:#FFF;
  3468. text-shadow:none;
  3469. background-color: #961300;
  3470. background-image: -webkit-gradient(linear, left top, left bottom, from(#961300), to(#C71901));
  3471. background-image: -webkit-linear-gradient(top, #961300, #C71901);
  3472. background-image:    -moz-linear-gradient(top, #961300, #C71901);
  3473. background-image:      -o-linear-gradient(top, #961300, #C71901);
  3474. background-image:         linear-gradient(to bottom, #961300, #C71901);
  3475. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#961300', endColorstr='#C71901');/*For IE7-8-9*/
  3476. }
  3477.  
  3478. a.tt-button.royal-blue {
  3479. border:1px solid #122A53;
  3480. color:#FFF;
  3481. text-shadow:none;
  3482. background-color: #2D59A2;
  3483. background-image: -webkit-gradient(linear, left top, left bottom, from(#2D59A2), to(#122A53));
  3484. background-image: -webkit-linear-gradient(top, #2D59A2, #122A53);
  3485. background-image:    -moz-linear-gradient(top, #2D59A2, #122A53);
  3486. background-image:      -o-linear-gradient(top, #2D59A2, #122A53);
  3487. background-image:         linear-gradient(to bottom, #2D59A2, #122A53);
  3488. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2D59A2', endColorstr='#122A53');/*For IE7-8-9*/
  3489. }
  3490.  
  3491. a.tt-button.royal-blue:hover {
  3492. color:#FFF;
  3493. text-shadow:none;
  3494. background-color: #122A53;
  3495. background-image: -webkit-gradient(linear, left top, left bottom, from(#122A53), to(#2D59A2));
  3496. background-image: -webkit-linear-gradient(top, #122A53, #2D59A2);
  3497. background-image:    -moz-linear-gradient(top, #122A53, #2D59A2);
  3498. background-image:      -o-linear-gradient(top, #122A53, #2D59A2);
  3499. background-image:         linear-gradient(to bottom, #122A53, #2D59A2);
  3500. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#122A53', endColorstr='#2D59A2');/*For IE7-8-9*/
  3501. }
  3502.  
  3503. a.tt-button.silver {
  3504. border:1px solid #5C5C5C;
  3505. color:#FFF;
  3506. text-shadow:none;
  3507. background-color: #ACACAC;
  3508. background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#5C5C5C));
  3509. background-image: -webkit-linear-gradient(top, #ACACAC, #5C5C5C);
  3510. background-image:    -moz-linear-gradient(top, #ACACAC, #5C5C5C);
  3511. background-image:      -o-linear-gradient(top, #ACACAC, #5C5C5C);
  3512. background-image:         linear-gradient(to bottom, #ACACAC, #5C5C5C);
  3513. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ACACAC', endColorstr='#5C5C5C');/*For IE7-8-9*/
  3514. }
  3515.  
  3516. a.tt-button.silver:hover {
  3517. color:#FFF;
  3518. text-shadow:none;
  3519. background-color: #5C5C5C;
  3520. background-image: -webkit-gradient(linear, left top, left bottom, from(#5C5C5C), to(#ACACAC));
  3521. background-image: -webkit-linear-gradient(top, #5C5C5C, #ACACAC);
  3522. background-image:    -moz-linear-gradient(top, #5C5C5C, #ACACAC);
  3523. background-image:      -o-linear-gradient(top, #5C5C5C, #ACACAC);
  3524. background-image:         linear-gradient(to bottom, #5C5C5C, #ACACAC);
  3525. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5C5C5C', endColorstr='#ACACAC');/*For IE7-8-9*/
  3526. }
  3527.  
  3528. a.tt-button.sky-blue {
  3529. border:1px solid #16A7E1;
  3530. color:#FFF;
  3531. text-shadow:none;
  3532. background-color: #53C5FE;
  3533. background-image: -webkit-gradient(linear, left top, left bottom, from(#53C5FE), to(#16A7E1));
  3534. background-image: -webkit-linear-gradient(top, #53C5FE, #16A7E1);
  3535. background-image:    -moz-linear-gradient(top, #53C5FE, #16A7E1);
  3536. background-image:      -o-linear-gradient(top, #53C5FE, #16A7E1);
  3537. background-image:         linear-gradient(to bottom, #53C5FE, #16A7E1);
  3538. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#53C5FE', endColorstr='#16A7E1');/*For IE7-8-9*/
  3539. }
  3540.  
  3541. a.tt-button.sky-blue:hover {
  3542. color:#FFF;
  3543. text-shadow:none;
  3544. background-color: #16A7E1;
  3545. background-image: -webkit-gradient(linear, left top, left bottom, from(#16A7E1), to(#53C5FE));
  3546. background-image: -webkit-linear-gradient(top, #16A7E1, #53C5FE);
  3547. background-image:    -moz-linear-gradient(top, #16A7E1, #53C5FE);
  3548. background-image:      -o-linear-gradient(top, #16A7E1, #53C5FE);
  3549. background-image:         linear-gradient(to bottom, #16A7E1, #53C5FE);
  3550. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#16A7E1', endColorstr='#53C5FE');/*For IE7-8-9*/
  3551. }
  3552.  
  3553. a.tt-button.teal-grey {
  3554. border:1px solid #162E36;
  3555. color:#FFF;
  3556. text-shadow:none;
  3557. background-color: #33657E;
  3558. background-image: -webkit-gradient(linear, left top, left bottom, from(#33657E), to(#162E36));
  3559. background-image: -webkit-linear-gradient(top, #33657E, #162E36);
  3560. background-image:    -moz-linear-gradient(top, #33657E, #162E36);
  3561. background-image:      -o-linear-gradient(top, #33657E, #162E36);
  3562. background-image:         linear-gradient(to bottom, #33657E, #162E36);
  3563. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33657E', endColorstr='#162E36');/*For IE7-8-9*/
  3564. }
  3565.  
  3566. a.tt-button.teal-grey:hover {
  3567. color:#FFF;
  3568. text-shadow:none;
  3569. background-color: #162E36;
  3570. background-image: -webkit-gradient(linear, left top, left bottom, from(#162E36), to(#33657E));
  3571. background-image: -webkit-linear-gradient(top, #162E36, #33657E);
  3572. background-image:    -moz-linear-gradient(top, #162E36, #33657E);
  3573. background-image:      -o-linear-gradient(top, #162E36, #33657E);
  3574. background-image:         linear-gradient(to bottom, #162E36, #33657E);
  3575. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#162E36', endColorstr='#33657E');/*For IE7-8-9*/
  3576. }
  3577.  
  3578. a.tt-button.teal-2 {
  3579. border:1px solid #185C60;
  3580. color:#FFF;
  3581. text-shadow:none;
  3582. background-color: #3CBA9F;
  3583. background-image: -webkit-gradient(linear, left top, left bottom, from(#3CBA9F), to(#185C60));
  3584. background-image: -webkit-linear-gradient(top, #3CBA9F, #185C60);
  3585. background-image:    -moz-linear-gradient(top, #3CBA9F, #185C60);
  3586. background-image:      -o-linear-gradient(top, #3CBA9F, #185C60);
  3587. background-image:         linear-gradient(to bottom, #3CBA9F, #185C60);
  3588. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CBA9F', endColorstr='#185C60');/*For IE7-8-9*/
  3589. }
  3590.  
  3591. a.tt-button.teal-2:hover {
  3592. color:#FFF;
  3593. text-shadow:none;
  3594. background-color: #185C60;
  3595. background-image: -webkit-gradient(linear, left top, left bottom, from(#185C60), to(#3CBA9F));
  3596. background-image: -webkit-linear-gradient(top, #185C60, #3CBA9F);
  3597. background-image:    -moz-linear-gradient(top, #185C60, #3CBA9F);
  3598. background-image:      -o-linear-gradient(top, #185C60, #3CBA9F);
  3599. background-image:         linear-gradient(to bottom, #185C60, #3CBA9F);
  3600. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#185C60', endColorstr='#3CBA9F');/*For IE7-8-9*/
  3601. }
  3602.  
  3603.  
  3604. /* ----- Testimonials ----- */
  3605. .testimonial strong {
  3606. font-size:11px;
  3607. }
  3608.  
  3609. .client_identity {
  3610. margin-left:36px;
  3611. }
  3612.  
  3613.  
  3614. /* ----- Tabs - Type 1 ----- */
  3615. .tabs_type_1 {
  3616. width:100%;
  3617. height:468px;
  3618. box-shadow:0 0 6px #c3c3c3;
  3619. border-radius:10px;
  3620. background-color:#f8f8f8;
  3621. overflow:hidden;
  3622. position:relative;
  3623. margin-bottom:30px;
  3624. }
  3625.  
  3626. .tabs_type_1 dt {
  3627. width:22%;
  3628. border-bottom:1px solid #ededed;
  3629. font-size:13px;
  3630. font-weight:700;
  3631. cursor:pointer;
  3632. padding:16px 0 16px 3%;
  3633. }
  3634.  
  3635. .tabs_type_1 dt img {
  3636. display:inline-block;
  3637. margin-right:15px;
  3638. position:relative;
  3639. top:5px;
  3640. }
  3641.  
  3642. .tabs_type_1 dd {
  3643. margin-left:25%;
  3644. background-color:#FFF;
  3645. height:84%;
  3646. box-shadow:inherit;
  3647. overflow:auto;
  3648. position:absolute;
  3649. top:0;
  3650. right:0;
  3651. display:none;
  3652. z-index:1000;
  3653. padding:4%;
  3654. }
  3655.  
  3656. .tabs_type_1 dt:first-child {
  3657. margin-top:2.4%;
  3658. }
  3659.  
  3660. .tabs_type_1 dd.current {
  3661. display:block;
  3662. }
  3663.  
  3664. .tabs_type_1 dd .column_group p:first-child {
  3665. margin-top:0;
  3666. }
  3667.  
  3668. .tabs_type_1_arrow {
  3669. position:absolute;
  3670. top:0;
  3671. left:23%;
  3672. z-index:1001;
  3673. width:18px;
  3674. height:36px;
  3675. background-position:0 -791px;
  3676. }
  3677.  
  3678.  
  3679. /* ----- Tabs - Type 2 ----- */
  3680. .tabs_type_2 {
  3681. position:relative;
  3682. margin-top:40px;
  3683. font-size:13px;
  3684. padding-top:10px;
  3685. height:380px;
  3686. }
  3687.  
  3688. .tabs_type_2 dt {
  3689. float:left;
  3690. margin-left:1.25%;
  3691. margin-right:3.5%;
  3692. cursor:pointer;
  3693. font-weight:bold;
  3694. }
  3695.  
  3696. .tabs_type_2 dd {
  3697. display:none;
  3698. position:absolute;
  3699. background-image:url(images/shortcodes/tabs-type2-BG.png);
  3700. background-repeat:repeat-x;
  3701. top:50px;
  3702. padding:30px;
  3703. }
  3704.  
  3705. .tabs_type_2 dd.current {
  3706. display:block;
  3707. }
  3708.  
  3709. .tabs_type_2_arrow {
  3710. position:absolute;
  3711. top:38px;
  3712. z-index:1001;
  3713. width:28px;
  3714. height:15px;
  3715. background-position:0 -5764px;
  3716. }
  3717.  
  3718.  
  3719.  
  3720. /* ----- Accordion ----- */
  3721. .accordion {
  3722. font-size:13px;
  3723. margin-bottom:40px;
  3724. }
  3725.  
  3726. .accordion dt {
  3727. width:100%;
  3728. border:1px solid #e9e9e9;
  3729. border-radius:5px;
  3730. margin-bottom:4px;
  3731. text-indent:50px;
  3732. font-weight:500;
  3733. position:relative;
  3734. cursor:pointer;
  3735. padding:20px 0;
  3736. background-color: #f7f7f7;
  3737. background-image: -moz-linear-gradient(top, #ffffff, #efefef);
  3738. background-image: -ms-linear-gradient(top, #ffffff, #efefef);
  3739. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
  3740. background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  3741. background-image: -o-linear-gradient(top, #ffffff, #efefef);
  3742. background-image: linear-gradient(top, #ffffff, #efefef);
  3743. background-repeat: repeat-x;
  3744. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  3745. }
  3746.  
  3747. .accordion dd {
  3748. display:none;
  3749. line-height:20px;
  3750. padding:10px;
  3751. }
  3752.  
  3753. .accordion dd.current {
  3754. display:block;
  3755. }
  3756.  
  3757. .accordion dd p:first-child {
  3758. margin-top:8px;
  3759. }
  3760.  
  3761. .accordion dt:before {
  3762. content:"";
  3763. position:absolute;
  3764. left:12px;
  3765. top:50%;
  3766. margin-top:-12px;
  3767. background-position:0 -841px;
  3768. width:24px;
  3769. height:24px;
  3770. }
  3771. .accordion dt.current:before{
  3772. background-position:0 -913px;
  3773. }
  3774.  
  3775.  
  3776.  
  3777. /* ----- Accordion inside Tabs ----- */
  3778. .tabs_type_1 dd .accordion dd {
  3779. margin-left:0;
  3780. background-color:none;
  3781. height:auto;
  3782. box-shadow:none;
  3783. overflow:auto;
  3784. position:relative;
  3785. top:0;
  3786. right:0;
  3787. z-index:1000;
  3788. padding:10px;
  3789. }
  3790.  
  3791. .tabs_type_1 dd .accordion dt {
  3792. width:100%;
  3793. border-bottom:1px solid #e9e9e9;
  3794. font-size:13px;
  3795. font-weight:normal;
  3796. cursor:pointer;
  3797. padding:20px 0;
  3798. }
  3799.  
  3800. .tabs_type_2 dd .accordion dd {
  3801. display:none;
  3802. position:relative;
  3803. background:none;
  3804. top:0;
  3805. padding:10px;
  3806. }
  3807.  
  3808. .tabs_type_2 dd .accordion dt {
  3809. float:none;
  3810. margin-left:0;
  3811. margin-right:0;
  3812. cursor:pointer;
  3813. font-weight:500;
  3814. }
  3815.  
  3816.  
  3817. /* ----- Tabs inside Accordion ----- */
  3818. .accordion dd .tabs_type_1 dd {
  3819. line-height:auto;
  3820. padding:4%;
  3821. }
  3822.  
  3823. .accordion dd .tabs_type_1 dt {
  3824. width:22%;
  3825. border:0;
  3826. border-bottom:1px solid #ededed;
  3827. border-radius:0;
  3828. margin-bottom:0;
  3829. text-indent:0;
  3830. font-weight:700;
  3831. position:relative;
  3832. cursor:pointer;
  3833. padding:16px 0 16px 3%;
  3834. background-color: none;
  3835. background-image: none;
  3836. }
  3837.  
  3838. .accordion dd .tabs_type_1 dt.current:before,
  3839. .accordion dd .tabs_type_1 dt:before{
  3840. background:none;
  3841. }
  3842.  
  3843. .accordion dd .tabs_type_2 dd {
  3844. line-height:auto;
  3845. padding:30px;
  3846. }
  3847.  
  3848. .accordion dd .tabs_type_2 dt {
  3849. width:auto;
  3850. border:0;
  3851. border-radius:0;
  3852. margin-bottom:0;
  3853. margin-left:1.25%;
  3854. margin-right:3.5%;
  3855. text-indent:0;
  3856. font-weight:bold;
  3857. position:relative;
  3858. cursor:pointer;
  3859. padding:0;
  3860. background:none;
  3861. }
  3862.  
  3863. .accordion dd .tabs_type_2 dt.current:before,
  3864. .accordion dd .tabs_type_2 dt:before{
  3865. background:none;
  3866. }
  3867.  
  3868.  
  3869. /* ----- Columns ----- */
  3870. .one_half, .one_third, .one_fourth, .one_fifth, .two_thirds, .one_sixth {
  3871. float:left;
  3872. }
  3873.  
  3874. .one_half {
  3875. width:48%;
  3876. }
  3877.  
  3878. .page_content_right .one_half,
  3879. .page_content .one_half {
  3880. width:320px;
  3881. }
  3882.  
  3883. .one_third {
  3884. width:30.6%;
  3885. }
  3886.  
  3887. .one_fourth {
  3888. width:22%;
  3889. }
  3890.  
  3891. .page_content_right .one_fourth,
  3892. .page_content .one_fourth {
  3893. width:145px;
  3894. }
  3895.  
  3896. .one_fifth {
  3897. width:16.8%;
  3898. }
  3899.  
  3900. .page_content_right .one_fifth,
  3901. .page_content .one_fifth {
  3902. width:110px;
  3903. }
  3904.  
  3905. .page_content_right .two_thirds,
  3906. .page_content .two_thirds {
  3907. width:435px;
  3908. }
  3909.  
  3910. .one_half + .one_half,.one_third + .one_third,.two_thirds + .one_third,.one_fourth + .one_fourth,.one_fifth + .one_fifth,.one_third + .two_thirds, .one_sixth + .one_sixth {
  3911. margin-left:4%;
  3912. }
  3913.  
  3914. .column-clear {
  3915. clear: both;
  3916. height:25px;
  3917. }
  3918.  
  3919. .two_thirds {
  3920. width:65.2%;
  3921. }
  3922. .one_sixth { width: 13.33%; overflow: hidden;}
  3923.  
  3924.  
  3925.  
  3926. /* ----- Content Boxes ----- */
  3927. .tt-contentbox {
  3928. width:100%;
  3929. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  3930. margin-bottom:20px;
  3931. }
  3932.  
  3933. .tt-contentbox-title {
  3934. padding: 12px 20px;
  3935. color: #FFF;
  3936. -webkit-border-radius: 3px 3px 0px 0px;
  3937.    -moz-border-radius: 3px 3px 0px 0px;
  3938.         border-radius: 3px 3px 0px 0px;
  3939. }
  3940.  
  3941. .tt-contentbox-title span {
  3942. overflow: hidden;
  3943. letter-spacing:1px;
  3944. text-transform:uppercase;
  3945. font-size:11px;
  3946. }
  3947.  
  3948. .tt-contentbox-content {
  3949. color:#888;
  3950. font-size: 13px;
  3951. line-height: 1.6em;
  3952. padding:15px 15px 25px 15px;
  3953. border:1px solid #FFF;
  3954. background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
  3955. background-image: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2);
  3956. background-image:    -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
  3957. background-image:      -o-linear-gradient(top, #FFFFFF, #F2F2F2);
  3958. background-image:         linear-gradient(to bottom, #FFFFFF, #F2F2F2);
  3959. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#F2F2F2');/*For IE7-8-9*/
  3960. }
  3961.  
  3962. .tt-contentbox-content a {
  3963. text-decoration:underline; 
  3964. }
  3965.  
  3966. .tt-contentbox-content a:hover {
  3967. color:rgba(0, 0, 0, 0.4);
  3968. }
  3969.  
  3970. .tt-contentbox-content p {
  3971. color:#888;
  3972. }
  3973.  
  3974. .tt-contentbox-content p:last-child {
  3975. margin-bottom:0;
  3976. }
  3977.  
  3978. .tt-contentbox-content h1,
  3979. .tt-contentbox-content h2,
  3980. .tt-contentbox-content h3,
  3981. .tt-contentbox-content h4,
  3982. .tt-contentbox-content h5,
  3983. .tt-contentbox-content h6 {
  3984. font-size: 10px;
  3985. letter-spacing: 0.1em;
  3986. line-height: 2.6em;
  3987. text-transform: uppercase;
  3988. margin-bottom:5px;
  3989. }
  3990.  
  3991. .tt-cb-title-autumn {
  3992. background-image: -webkit-gradient(linear, left top, left bottom, from(#D0600E), to(#772002));
  3993. background-image: -webkit-linear-gradient(top, #D0600E, #772002);
  3994. background-image:    -moz-linear-gradient(top, #D0600E, #772002);
  3995. background-image:      -o-linear-gradient(top, #D0600E, #772002);
  3996. background-image:         linear-gradient(to bottom, #D0600E, #772002);
  3997. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D0600E', endColorstr='#772002');/*For IE7-8-9*/
  3998. }
  3999.  
  4000. .tt-cb-title-black-2 {
  4001. background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
  4002. background-image: -webkit-linear-gradient(top, #333333, #262626);
  4003. background-image:    -moz-linear-gradient(top, #333333, #262626);
  4004. background-image:      -o-linear-gradient(top, #333333, #262626);
  4005. background-image:         linear-gradient(to bottom, #333333, #262626);
  4006. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#262626');/*For IE7-8-9*/
  4007. }
  4008.  
  4009. .tt-cb-title-blue-grey {
  4010. background-image: -webkit-gradient(linear, left top, left bottom, from(#5E6475), to(#2C2F38));
  4011. background-image: -webkit-linear-gradient(top, #5E6475, #2C2F38);
  4012. background-image:    -moz-linear-gradient(top, #5E6475, #2C2F38);
  4013. background-image:      -o-linear-gradient(top, #5E6475, #2C2F38);
  4014. background-image:         linear-gradient(to bottom, #5E6475, #2C2F38);
  4015. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5E6475', endColorstr='#2C2F38');/*For IE7-8-9*/
  4016. }
  4017.  
  4018. .tt-cb-title-cool-blue {
  4019. background-image: -webkit-gradient(linear, left top, left bottom, from(#0D9DDC), to(#0D5292));
  4020. background-image: -webkit-linear-gradient(top, #0D9DDC, #0D5292);
  4021. background-image:    -moz-linear-gradient(top, #0D9DDC, #0D5292);
  4022. background-image:      -o-linear-gradient(top, #0D9DDC, #0D5292);
  4023. background-image:         linear-gradient(to bottom, #0D9DDC, #0D5292);
  4024. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0D9DDC', endColorstr='#0D5292');/*For IE7-8-9*/
  4025. }
  4026.  
  4027. .tt-cb-title-coffee {
  4028. background-image: -webkit-gradient(linear, left top, left bottom, from(#9A6742), to(#2E1C10));
  4029. background-image: -webkit-linear-gradient(top, #9A6742, #2E1C10);
  4030. background-image:    -moz-linear-gradient(top, #9A6742, #2E1C10);
  4031. background-image:      -o-linear-gradient(top, #9A6742, #2E1C10);
  4032. background-image:         linear-gradient(to bottom, #9A6742, #2E1C10);
  4033. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9A6742', endColorstr='#2E1C10');/*For IE7-8-9*/
  4034. }
  4035.  
  4036. .tt-cb-title-fire {
  4037. background-image: -webkit-gradient(linear, left top, left bottom, from(#FE8A0B), to(#B33410));
  4038. background-image: -webkit-linear-gradient(top, #FE8A0B, #B33410);
  4039. background-image:    -moz-linear-gradient(top, #FE8A0B, #B33410);
  4040. background-image:      -o-linear-gradient(top, #FE8A0B, #B33410);
  4041. background-image:         linear-gradient(to bottom, #FE8A0B, #B33410);
  4042. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FE8A0B', endColorstr='#B33410');/*For IE7-8-9*/
  4043. }
  4044.  
  4045. .tt-cb-title-golden {
  4046. background-image: -webkit-gradient(linear, left top, left bottom, from(#FDBB0D), to(#BF7D02));
  4047. background-image: -webkit-linear-gradient(top, #FDBB0D, #BF7D02);
  4048. background-image:    -moz-linear-gradient(top, #FDBB0D, #BF7D02);
  4049. background-image:      -o-linear-gradient(top, #FDBB0D, #BF7D02);
  4050. background-image:         linear-gradient(to bottom, #FDBB0D, #BF7D02);
  4051. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDBB0D', endColorstr='#BF7D02');/*For IE7-8-9*/
  4052. }
  4053.  
  4054. .tt-cb-title-green-2 {
  4055. background-image: -webkit-gradient(linear, left top, left bottom, from(#49A501), to(#416119));
  4056. background-image: -webkit-linear-gradient(top, #49A501, #416119);
  4057. background-image:    -moz-linear-gradient(top, #49A501, #416119);
  4058. background-image:      -o-linear-gradient(top, #49A501, #416119);
  4059. background-image:         linear-gradient(to bottom, #49A501, #416119);
  4060. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49A501', endColorstr='#416119');/*For IE7-8-9*/
  4061. }
  4062.  
  4063. .tt-cb-title-lime-green {
  4064. background-image: -webkit-gradient(linear, left top, left bottom, from(#AED613), to(#467612));
  4065. background-image: -webkit-linear-gradient(top, #AED613, #467612);
  4066. background-image:    -moz-linear-gradient(top, #AED613, #467612);
  4067. background-image:      -o-linear-gradient(top, #AED613, #467612);
  4068. background-image:         linear-gradient(to bottom, #AED613, #467612);
  4069. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AED613', endColorstr='#467612');/*For IE7-8-9*/
  4070. }
  4071.  
  4072. .tt-cb-title-periwinkle {
  4073. background-image: -webkit-gradient(linear, left top, left bottom, from(#5064C9), to(#522173));
  4074. background-image: -webkit-linear-gradient(top, #5064C9, #522173);
  4075. background-image:    -moz-linear-gradient(top, #5064C9, #522173);
  4076. background-image:      -o-linear-gradient(top, #5064C9, #522173);
  4077. background-image:         linear-gradient(to bottom, #5064C9, #522173);
  4078. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5064C9', endColorstr='#522173');/*For IE7-8-9*/
  4079. }
  4080.  
  4081. .tt-cb-title-pink {
  4082. background-image: -webkit-gradient(linear, left top, left bottom, from(#C4378F), to(#72234F));
  4083. background-image: -webkit-linear-gradient(top, #C4378F, #72234F);
  4084. background-image:    -moz-linear-gradient(top, #C4378F, #72234F);
  4085. background-image:      -o-linear-gradient(top, #C4378F, #72234F);
  4086. background-image:         linear-gradient(to bottom, #C4378F, #72234F);
  4087. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C4378F', endColorstr='#72234F');/*For IE7-8-9*/
  4088. }
  4089.  
  4090. .tt-cb-title-purple-2 {
  4091. background-image: -webkit-gradient(linear, left top, left bottom, from(#8F4EC2), to(#513567));
  4092. background-image: -webkit-linear-gradient(top, #8F4EC2, #513567);
  4093. background-image:    -moz-linear-gradient(top, #8F4EC2, #513567);
  4094. background-image:      -o-linear-gradient(top, #8F4EC2, #513567);
  4095. background-image:         linear-gradient(to bottom, #8F4EC2, #513567);
  4096. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8F4EC2', endColorstr='#513567');/*For IE7-8-9*/
  4097. }
  4098.  
  4099. .tt-cb-title-red-2 {
  4100. background-image: -webkit-gradient(linear, left top, left bottom, from(#C71901), to(#961300));
  4101. background-image: -webkit-linear-gradient(top, #C71901, #961300);
  4102. background-image:    -moz-linear-gradient(top, #C71901, #961300);
  4103. background-image:      -o-linear-gradient(top, #C71901, #961300);
  4104. background-image:         linear-gradient(to bottom, #C71901, #961300);
  4105. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C71901', endColorstr='#961300');/*For IE7-8-9*/
  4106. }
  4107.  
  4108. .tt-cb-title-royal-blue {
  4109. background-image: -webkit-gradient(linear, left top, left bottom, from(#2D59A2), to(#122A53));
  4110. background-image: -webkit-linear-gradient(top, #2D59A2, #122A53);
  4111. background-image:    -moz-linear-gradient(top, #2D59A2, #122A53);
  4112. background-image:      -o-linear-gradient(top, #2D59A2, #122A53);
  4113. background-image:         linear-gradient(to bottom, #2D59A2, #122A53);
  4114. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2D59A2', endColorstr='#122A53');/*For IE7-8-9*/
  4115. }
  4116.  
  4117. .tt-cb-title-silver {
  4118. background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#5C5C5C));
  4119. background-image: -webkit-linear-gradient(top, #ACACAC, #5C5C5C);
  4120. background-image:    -moz-linear-gradient(top, #ACACAC, #5C5C5C);
  4121. background-image:      -o-linear-gradient(top, #ACACAC, #5C5C5C);
  4122. background-image:         linear-gradient(to bottom, #ACACAC, #5C5C5C);
  4123. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ACACAC', endColorstr='#5C5C5C');/*For IE7-8-9*/
  4124. }
  4125.  
  4126. .tt-cb-title-sky-blue {
  4127. background-image: -webkit-gradient(linear, left top, left bottom, from(#53C5FE), to(#16A7E1));
  4128. background-image: -webkit-linear-gradient(top, #53C5FE, #16A7E1);
  4129. background-image:    -moz-linear-gradient(top, #53C5FE, #16A7E1);
  4130. background-image:      -o-linear-gradient(top, #53C5FE, #16A7E1);
  4131. background-image:         linear-gradient(to bottom, #53C5FE, #16A7E1);
  4132. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#53C5FE', endColorstr='#16A7E1');/*For IE7-8-9*/
  4133. }
  4134.  
  4135. .tt-cb-title-teal-grey {
  4136. background-image: -webkit-gradient(linear, left top, left bottom, from(#33657E), to(#162E36));
  4137. background-image: -webkit-linear-gradient(top, #33657E, #162E36);
  4138. background-image:    -moz-linear-gradient(top, #33657E, #162E36);
  4139. background-image:      -o-linear-gradient(top, #33657E, #162E36);
  4140. background-image:         linear-gradient(to bottom, #33657E, #162E36);
  4141. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33657E', endColorstr='#162E36');/*For IE7-8-9*/
  4142. }
  4143.  
  4144. .tt-cb-title-teal-2 {
  4145. background-image: -webkit-gradient(linear, left top, left bottom, from(#3CBA9F), to(#185C60));
  4146. background-image: -webkit-linear-gradient(top, #3CBA9F, #185C60);
  4147. background-image:    -moz-linear-gradient(top, #3CBA9F, #185C60);
  4148. background-image:      -o-linear-gradient(top, #3CBA9F, #185C60);
  4149. background-image:         linear-gradient(to bottom, #3CBA9F, #185C60);
  4150. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CBA9F', endColorstr='#185C60');/*For IE7-8-9*/
  4151. }
  4152.  
  4153. .tt-cb-title-black {
  4154. background-color: #545454;
  4155. background-image: -moz-linear-gradient(top, #5e5e5e, #434343);
  4156. background-image: -ms-linear-gradient(top, #5e5e5e, #434343);
  4157. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e5e), to(#434343));
  4158. background-image: -webkit-linear-gradient(top, #5e5e5e, #434343);
  4159. background-image: -o-linear-gradient(top, #5e5e5e, #434343);
  4160. background-image: linear-gradient(top, #5e5e5e, #434343);
  4161. background-repeat: repeat-x;
  4162. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343', GradientType=0);
  4163. }
  4164.  
  4165. .tt-cb-title-blue {
  4166. background-color: #8dd9f6;
  4167. background-image: -moz-linear-gradient(top, #abe4f8, #6fcef3);
  4168. background-image: -ms-linear-gradient(top, #abe4f8, #6fcef3);
  4169. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abe4f8), to(#6fcef3));
  4170. background-image: -webkit-linear-gradient(top, #abe4f8, #6fcef3);
  4171. background-image: -o-linear-gradient(top, #abe4f8, #6fcef3);
  4172. background-image: linear-gradient(top, #abe4f8, #6fcef3);
  4173. background-repeat: repeat-x;
  4174. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3', GradientType=0);
  4175. }
  4176.  
  4177. .tt-cb-title-green {
  4178. background-color: #cae285;
  4179. background-image: -moz-linear-gradient(top, #cae285, #9fcb57);
  4180. background-image: -ms-linear-gradient(top, #cae285, #9fcb57);
  4181. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9fcb57));
  4182. background-image: -webkit-linear-gradient(top, #cae285, #9fcb57);
  4183. background-image: -o-linear-gradient(top, #cae285, #9fcb57);
  4184. background-image: linear-gradient(top, #cae285, #9fcb57);
  4185. background-repeat: repeat-x;
  4186. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57', GradientType=0);
  4187. }
  4188.  
  4189. .tt-cb-title-grey {
  4190. background-color: #cacaca;
  4191. background-image: -moz-linear-gradient(top, #cacaca, #aeaeae);
  4192. background-image: -ms-linear-gradient(top, #cacaca, #aeaeae);
  4193. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cacaca), to(#aeaeae));
  4194. background-image: -webkit-linear-gradient(top, #cacaca, #aeaeae);
  4195. background-image: -o-linear-gradient(top, #cacaca, #aeaeae);
  4196. background-image: linear-gradient(top, #cacaca, #aeaeae);
  4197. background-repeat: repeat-x;
  4198. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae', GradientType=0);
  4199. }
  4200.  
  4201. .tt-cb-title-navy {
  4202. background-color: #becbd6;
  4203. background-image: -moz-linear-gradient(top, #becbd6, #88a1b4);
  4204. background-image: -ms-linear-gradient(top, #becbd6, #88a1b4);
  4205. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#becbd6), to(#88a1b4));
  4206. background-image: -webkit-linear-gradient(top, #becbd6, #88a1b4);
  4207. background-image: -o-linear-gradient(top, #becbd6, #88a1b4);
  4208. background-image: linear-gradient(top, #becbd6, #88a1b4);
  4209. background-repeat: repeat-x;
  4210. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4', GradientType=0);
  4211. }
  4212.  
  4213. .tt-cb-title-orange {
  4214. background-color: #feda71;
  4215. background-image: -moz-linear-gradient(top, #feda71, #febb4a);
  4216. background-image: -ms-linear-gradient(top, #feda71, #febb4a);
  4217. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feda71), to(#febb4a));
  4218. background-image: -webkit-linear-gradient(top, #feda71, #febb4a);
  4219. background-image: -o-linear-gradient(top, #feda71, #febb4a);
  4220. background-image: linear-gradient(top, #feda71, #febb4a);
  4221. background-repeat: repeat-x;
  4222. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a', GradientType=0);
  4223. }
  4224.  
  4225. .tt-cb-title-purple {
  4226. background-color: #e8c4e4;
  4227. background-image: -moz-linear-gradient(top, #e8c4e4, #d494ce);
  4228. background-image: -ms-linear-gradient(top, #e8c4e4, #d494ce);
  4229. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8c4e4), to(#d494ce));
  4230. background-image: -webkit-linear-gradient(top, #e8c4e4, #d494ce);
  4231. background-image: -o-linear-gradient(top, #e8c4e4, #d494ce);
  4232. background-image: linear-gradient(top, #e8c4e4, #d494ce);
  4233. background-repeat: repeat-x;
  4234. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce', GradientType=0);
  4235. }
  4236.  
  4237. .tt-cb-title-red {
  4238. background-color: #f78297;
  4239. background-image: -moz-linear-gradient(top, #f78297, #f56778);
  4240. background-image: -ms-linear-gradient(top, #f78297, #f56778);
  4241. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f78297), to(#f56778));
  4242. background-image: -webkit-linear-gradient(top, #f78297, #f56778);
  4243. background-image: -o-linear-gradient(top, #f78297, #f56778);
  4244. background-image: linear-gradient(top, #f78297, #f56778);
  4245. background-repeat: repeat-x;
  4246. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778', GradientType=0);
  4247. }
  4248.  
  4249. .tt-cb-title-teal {
  4250. background-color: #b7f2f4;
  4251. background-image: -moz-linear-gradient(top, #b7f2f4, #7ce7ea);
  4252. background-image: -ms-linear-gradient(top, #b7f2f4, #7ce7ea);
  4253. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7f2f4), to(#7ce7ea));
  4254. background-image: -webkit-linear-gradient(top, #b7f2f4, #7ce7ea);
  4255. background-image: -o-linear-gradient(top, #b7f2f4, #7ce7ea);
  4256. background-image: linear-gradient(top, #b7f2f4, #7ce7ea);
  4257. background-repeat: repeat-x;
  4258. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea', GradientType=0);
  4259. }
  4260.    
  4261. .tt-content-style-autumn a,
  4262. .tt-content-style-autumn h1,
  4263. .tt-content-style-autumn h2,
  4264. .tt-content-style-autumn h3,
  4265. .tt-content-style-autumn h4,
  4266. .tt-content-style-autumn h5,
  4267. .tt-content-style-autumn h6 {
  4268. color:#AE500C; 
  4269. }
  4270.  
  4271. .tt-content-style-black-2 a,
  4272. .tt-content-style-black-2 h1,
  4273. .tt-content-style-black-2 h2,
  4274. .tt-content-style-black-2 h3,
  4275. .tt-content-style-black-2 h4,
  4276. .tt-content-style-black-2 h5,
  4277. .tt-content-style-black-2 h6 {
  4278. color:#000;
  4279. }
  4280.  
  4281. .tt-content-style-blue-grey a,
  4282. .tt-content-style-blue-grey h1,
  4283. .tt-content-style-blue-grey h2,
  4284. .tt-content-style-blue-grey h3,
  4285. .tt-content-style-blue-grey h4,
  4286. .tt-content-style-blue-grey h5,
  4287. .tt-content-style-blue-grey h6 {
  4288. color:#616276; 
  4289. }
  4290.  
  4291. .tt-content-style-cool-blue a,
  4292. .tt-content-style-cool-blue h1,
  4293. .tt-content-style-cool-blue h2,
  4294. .tt-content-style-cool-blue h3,
  4295. .tt-content-style-cool-blue h4,
  4296. .tt-content-style-cool-blue h5,
  4297. .tt-content-style-cool-blue h6 {
  4298. color:#0070B3; 
  4299. }
  4300.  
  4301. .tt-content-style-coffee a,
  4302. .tt-content-style-coffee h1,
  4303. .tt-content-style-coffee h2,
  4304. .tt-content-style-coffee h3,
  4305. .tt-content-style-coffee h4,
  4306. .tt-content-style-coffee h5,
  4307. .tt-content-style-coffee h6 {
  4308. color:#52453A;
  4309. }
  4310.  
  4311. .tt-content-style-fire a,
  4312. .tt-content-style-fire h1,
  4313. .tt-content-style-fire h2,
  4314. .tt-content-style-fire h3,
  4315. .tt-content-style-fire h4,
  4316. .tt-content-style-fire h5,
  4317. .tt-content-style-fire h6 {
  4318. color:#D1631A;
  4319. }
  4320.  
  4321. .tt-content-style-golden a,
  4322. .tt-content-style-golden h1,
  4323. .tt-content-style-golden h2,
  4324. .tt-content-style-golden h3,
  4325. .tt-content-style-golden h4,
  4326. .tt-content-style-golden h5,
  4327. .tt-content-style-golden h6 {
  4328. color:#D89606;
  4329. }
  4330.  
  4331. .tt-content-style-green-2 a,
  4332. .tt-content-style-green-2 h1,
  4333. .tt-content-style-green-2 h2,
  4334. .tt-content-style-green-2 h3,
  4335. .tt-content-style-green-2 h4,
  4336. .tt-content-style-green-2 h5,
  4337. .tt-content-style-green-2 h6 {
  4338. color:#479307;
  4339. }
  4340.  
  4341. .tt-content-style-lime-green a,
  4342. .tt-content-style-lime-green h1,
  4343. .tt-content-style-lime-green h2,
  4344. .tt-content-style-lime-green h3,
  4345. .tt-content-style-lime-green h4,
  4346. .tt-content-style-lime-green h5,
  4347. .tt-content-style-lime-green h6 {
  4348. color:#84B011;
  4349. }
  4350.  
  4351. .tt-content-style-periwinkle a,
  4352. .tt-content-style-periwinkle h1,
  4353. .tt-content-style-periwinkle h2,
  4354. .tt-content-style-periwinkle h3,
  4355. .tt-content-style-periwinkle h4,
  4356. .tt-content-style-periwinkle h5,
  4357. .tt-content-style-periwinkle h6 {
  4358. color:#554191;
  4359. }
  4360.  
  4361. .tt-content-style-pink a,
  4362. .tt-content-style-pink h1,
  4363. .tt-content-style-pink h2,
  4364. .tt-content-style-pink h3,
  4365. .tt-content-style-pink h4,
  4366. .tt-content-style-pink h5,
  4367. .tt-content-style-pink h6 {
  4368. color:#8C3267;
  4369. }
  4370.  
  4371. .tt-content-style-purple-2 a,
  4372. .tt-content-style-purple-2 h1,
  4373. .tt-content-style-purple-2 h2,
  4374. .tt-content-style-purple-2 h3,
  4375. .tt-content-style-purple-2 h4,
  4376. .tt-content-style-purple-2 h5,
  4377. .tt-content-style-purple-2 h6 {
  4378. color:#70498D;
  4379. }
  4380.  
  4381. .tt-content-style-red-2 a,
  4382. .tt-content-style-red-2 h1,
  4383. .tt-content-style-red-2 h2,
  4384. .tt-content-style-red-2 h3,
  4385. .tt-content-style-red-2 h4,
  4386. .tt-content-style-red-2 h5,
  4387. .tt-content-style-red-2 h6 {
  4388. color:#BD1900;
  4389. }
  4390.  
  4391. .tt-content-style-royal-blue a,
  4392. .tt-content-style-royal-blue h1,
  4393. .tt-content-style-royal-blue h2,
  4394. .tt-content-style-royal-blue h3,
  4395. .tt-content-style-royal-blue h4,
  4396. .tt-content-style-royal-blue h5,
  4397. .tt-content-style-royal-blue h6 {
  4398. color:#2D59A2;
  4399. }
  4400.  
  4401. .tt-content-style-silver a,
  4402. .tt-content-style-silver h1,
  4403. .tt-content-style-silver h2,
  4404. .tt-content-style-silver h3,
  4405. .tt-content-style-silver h4,
  4406. .tt-content-style-silver h5,
  4407. .tt-content-style-silver h6 {
  4408. color:#9E9E9E;
  4409. }
  4410.  
  4411. .tt-content-style-sky-blue a,
  4412. .tt-content-style-sky-blue h1,
  4413. .tt-content-style-sky-blue h2,
  4414. .tt-content-style-sky-blue h3,
  4415. .tt-content-style-sky-blue h4,
  4416. .tt-content-style-sky-blue h5,
  4417. .tt-content-style-sky-blue h6 {
  4418. color:#0094BF;
  4419. }
  4420.  
  4421. .tt-content-style-teal-grey a,
  4422. .tt-content-style-teal-grey h1,
  4423. .tt-content-style-teal-grey h2,
  4424. .tt-content-style-teal-grey h3,
  4425. .tt-content-style-teal-grey h4,
  4426. .tt-content-style-teal-grey h5,
  4427. .tt-content-style-teal-grey h6 {
  4428. color:#406273;
  4429. }
  4430.  
  4431. .tt-content-style-teal-2 a,
  4432. .tt-content-style-teal-2 h1,
  4433. .tt-content-style-teal-2 h2,
  4434. .tt-content-style-teal-2 h3,
  4435. .tt-content-style-teal-2 h4,
  4436. .tt-content-style-teal-2 h5,
  4437. .tt-content-style-teal-2 h6 {
  4438. color:#297372;
  4439. }
  4440.  
  4441. .tt-content-style-black a,
  4442. .tt-content-style-black h1,
  4443. .tt-content-style-black h2,
  4444. .tt-content-style-black h3,
  4445. .tt-content-style-black h4,
  4446. .tt-content-style-black h5,
  4447. .tt-content-style-black h6 {
  4448. color:#545454; 
  4449. }
  4450.  
  4451. .tt-content-style-blue a,
  4452. .tt-content-style-blue h1,
  4453. .tt-content-style-blue h2,
  4454. .tt-content-style-blue h3,
  4455. .tt-content-style-blue h4,
  4456. .tt-content-style-blue h5,
  4457. .tt-content-style-blue h6 {
  4458. color:#8dd9f6; 
  4459. }
  4460.  
  4461. .tt-content-style-green a,
  4462. .tt-content-style-green h1,
  4463. .tt-content-style-green h2,
  4464. .tt-content-style-green h3,
  4465. .tt-content-style-green h4,
  4466. .tt-content-style-green h5,
  4467. .tt-content-style-green h6 {
  4468. color:#9fcb57; 
  4469. }
  4470.  
  4471. .tt-content-style-grey a,
  4472. .tt-content-style-grey h1,
  4473. .tt-content-style-grey h2,
  4474. .tt-content-style-grey h3,
  4475. .tt-content-style-grey h4,
  4476. .tt-content-style-grey h5,
  4477. .tt-content-style-grey h6 {
  4478. color:#cacaca; 
  4479. }
  4480.  
  4481. .tt-content-style-navy a,
  4482. .tt-content-style-navy h1,
  4483. .tt-content-style-navy h2,
  4484. .tt-content-style-navy h3,
  4485. .tt-content-style-navy h4,
  4486. .tt-content-style-navy h5,
  4487. .tt-content-style-navy h6 {
  4488. color:#A5B0B9; 
  4489. }
  4490.  
  4491. .tt-content-style-orange a,
  4492. .tt-content-style-orange h1,
  4493. .tt-content-style-orange h2,
  4494. .tt-content-style-orange h3,
  4495. .tt-content-style-orange h4,
  4496. .tt-content-style-orange h5,
  4497. .tt-content-style-orange h6 {
  4498. color:#F6D36C; 
  4499. }
  4500.  
  4501. .tt-content-style-purple a,
  4502. .tt-content-style-purple h1,
  4503. .tt-content-style-purple h2,
  4504. .tt-content-style-purple h3,
  4505. .tt-content-style-purple h4,
  4506. .tt-content-style-purple h5,
  4507. .tt-content-style-purple h6 {
  4508. color:#DEBBD9; 
  4509. }
  4510.  
  4511. .tt-content-style-red a,
  4512. .tt-content-style-red h1,
  4513. .tt-content-style-red h2,
  4514. .tt-content-style-red h3,
  4515. .tt-content-style-red h4,
  4516. .tt-content-style-red h5,
  4517. .tt-content-style-red h6 {
  4518. color:#f78297; 
  4519. }
  4520.  
  4521. .tt-content-style-teal a,
  4522. .tt-content-style-teal h1,
  4523. .tt-content-style-teal h2,
  4524. .tt-content-style-teal h3,
  4525. .tt-content-style-teal h4,
  4526. .tt-content-style-teal h5,
  4527. .tt-content-style-teal h6 {
  4528. color:#A9DEE1; 
  4529. }
  4530.  
  4531.  
  4532. /* ----- Highlight Text ----- */
  4533. .highlight-style-1 {
  4534. color: #FFFFFF;
  4535. padding: 2px 6px;
  4536.         border-radius: 3px;
  4537.    -moz-border-radius: 3px;
  4538. -webkit-border-radius: 3px;
  4539. }
  4540.  
  4541. .highlight-autumn .highlight-style-1 {
  4542. background-color: #873108;
  4543. }
  4544.  
  4545. .highlight-autumn .highlight-style-2 {
  4546. color: #873108;
  4547. border-bottom:1px dashed #873108;
  4548. }
  4549.  
  4550. .highlight-black .highlight-style-1 {
  4551. background-color: #000;
  4552. }
  4553.  
  4554. .highlight-black .highlight-style-2 {
  4555. color: #000;
  4556. border-bottom:1px dashed #000;
  4557. }
  4558.  
  4559. .highlight-blue-grey .highlight-style-1 {
  4560. background-color: #474759;
  4561. }
  4562.  
  4563. .highlight-blue-grey .highlight-style-2 {
  4564. color: #474759;
  4565. border-bottom:1px dashed #474759;
  4566. }
  4567.  
  4568. .highlight-cool-blue .highlight-style-1 {
  4569. background-color: #0076B8;
  4570. }
  4571.  
  4572. .highlight-cool-blue .highlight-style-2 {
  4573. color: #0076B8;
  4574. border-bottom:1px dashed #0076B8;
  4575. }
  4576.  
  4577. .highlight-coffee .highlight-style-1 {
  4578. background-color: #372E25;
  4579. }
  4580.  
  4581. .highlight-coffee .highlight-style-2 {
  4582. color: #372E25;
  4583. border-bottom:1px dashed #372E25;
  4584. }
  4585.  
  4586. .highlight-fire .highlight-style-1 {
  4587. background-color: #D0631C;
  4588. }
  4589.  
  4590. .highlight-fire .highlight-style-2 {
  4591. color: #D0631C;
  4592. border-bottom:1px dashed #D0631C;
  4593. }
  4594.  
  4595. .highlight-golden .highlight-style-1 {
  4596. background-color: #BF7D02;
  4597. }
  4598.  
  4599. .highlight-golden .highlight-style-2 {
  4600. color: #BF7D02;
  4601. border-bottom:1px dashed #BF7D02;
  4602. }
  4603.  
  4604. .highlight-green .highlight-style-1 {
  4605. background-color: #478418;
  4606. }
  4607.  
  4608. .highlight-green .highlight-style-2 {
  4609. color: #478418;
  4610. border-bottom:1px dashed #478418;
  4611. }
  4612.  
  4613. .highlight-lime-green .highlight-style-1 {
  4614. background-color: #A1BE00;
  4615. }
  4616.  
  4617. .highlight-lime-green .highlight-style-2 {
  4618. color: #A1BE00;
  4619. border-bottom:1px dashed #A1BE00;
  4620. }
  4621.  
  4622. .highlight-periwinkle .highlight-style-1 {
  4623. background-color: #5556A3;
  4624. }
  4625.  
  4626. .highlight-periwinkle .highlight-style-2 {
  4627. color: #5556A3;
  4628. border-bottom:1px dashed #5556A3;
  4629. }
  4630.  
  4631. .highlight-pink .highlight-style-1 {
  4632. background-color: #92366D;
  4633. }
  4634.  
  4635. .highlight-pink .highlight-style-2 {
  4636. color: #92366D;
  4637. border-bottom:1px dashed #92366D;
  4638. }
  4639.  
  4640. .highlight-purple .highlight-style-1 {
  4641. background-color: #6B4687;
  4642. }
  4643.  
  4644. .highlight-purple .highlight-style-2 {
  4645. color: #6B4687;
  4646. border-bottom:1px dashed #6B4687;
  4647. }
  4648.  
  4649. .highlight-red .highlight-style-1 {
  4650. background-color: #A1070B;
  4651. }
  4652.  
  4653. .highlight-red .highlight-style-2 {
  4654. color: #A1070B;
  4655. border-bottom:1px dashed #A1070B;
  4656. }
  4657.  
  4658. .highlight-royal-blue .highlight-style-1 {
  4659. background-color: #2F496F;
  4660. }
  4661.  
  4662. .highlight-royal-blue .highlight-style-2 {
  4663. color: #2F496F;
  4664. border-bottom:1px dashed #2F496F;
  4665. }
  4666.  
  4667. .highlight-silver .highlight-style-1 {
  4668. background-color: #DDD;
  4669. color:#444 !important;
  4670. }
  4671.  
  4672. .highlight-silver .highlight-style-2 {
  4673. color: #999;
  4674. border-bottom:1px dashed #999;
  4675. }
  4676.  
  4677. .highlight-sky-blue .highlight-style-1 {
  4678. background-color: #16A7E1;
  4679. }
  4680.  
  4681. .highlight-sky-blue .highlight-style-2 {
  4682. color: #16A7E1;
  4683. border-bottom:1px dashed #16A7E1;
  4684. }
  4685.  
  4686. .highlight-teal-grey .highlight-style-1 {
  4687. background-color: #5A7D77;
  4688. }
  4689.  
  4690. .highlight-teal-grey .highlight-style-2 {
  4691. color: #5A7D77;
  4692. border-bottom:1px dashed #5A7D77;
  4693. }
  4694.  
  4695. .highlight-teal .highlight-style-1 {
  4696. background-color: #4BA096;
  4697. }
  4698.  
  4699. .highlight-teal .highlight-style-2 {
  4700. color: #4BA096;
  4701. border-bottom:1px dashed #4BA096;
  4702. }
  4703.  
  4704.  
  4705. /* ----- Drop Caps ----- */
  4706. .tt-dropcap-round,
  4707. .tt-dropcap-square,
  4708. .tt-dropcap-text {
  4709. color: #FFFFFF;
  4710. float: left;
  4711. text-align: center;
  4712. font-size: 24px;
  4713. letter-spacing:-1px;
  4714. height: 41px;
  4715. line-height: 42px;
  4716. margin: 1px 10px -5px 0;
  4717. width: 41px;
  4718. }
  4719.  
  4720. .tt-dropcap-round {
  4721. -moz-border-radius:25px;
  4722. -webkit-border-radius:25px;
  4723. border-radius:25px;
  4724. }
  4725.  
  4726. .tt-dropcap-text {
  4727. display: block;
  4728. font-size: 40px;
  4729. line-height: 40px;
  4730. margin: 0 8px -5px 0;
  4731. }
  4732.  
  4733. .tt-dropcap-autumn .tt-dropcap-square,
  4734. .tt-dropcap-autumn .tt-dropcap-round{
  4735. background-image: -webkit-gradient(linear, left top, left bottom, from(#D0600E), to(#772002));
  4736. background-image: -webkit-linear-gradient(top, #D0600E, #772002);
  4737. background-image:    -moz-linear-gradient(top, #D0600E, #772002);
  4738. background-image:      -o-linear-gradient(top, #D0600E, #772002);
  4739. background-image:         linear-gradient(to bottom, #D0600E, #772002);
  4740. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D0600E', endColorstr='#772002');/*For IE7-8-9*/
  4741. }
  4742. .tt-dropcap-autumn .tt-dropcap-text {
  4743. color:#A64108;
  4744. }
  4745.  
  4746. .tt-dropcap-black-2 .tt-dropcap-square,
  4747. .tt-dropcap-black-2 .tt-dropcap-round{
  4748. background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
  4749. background-image: -webkit-linear-gradient(top, #333333, #262626);
  4750. background-image:    -moz-linear-gradient(top, #333333, #262626);
  4751. background-image:      -o-linear-gradient(top, #333333, #262626);
  4752. background-image:         linear-gradient(to bottom, #333333, #262626);
  4753. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#262626');/*For IE7-8-9*/
  4754. }
  4755.  
  4756. .tt-dropcap-black-2 .tt-dropcap-text {
  4757. color:#222;
  4758. }
  4759.  
  4760. .tt-dropcap-blue-grey .tt-dropcap-square,
  4761. .tt-dropcap-blue-grey .tt-dropcap-round{
  4762. background-image: -webkit-gradient(linear, left top, left bottom, from(#5E6475), to(#2C2F38));
  4763. background-image: -webkit-linear-gradient(top, #5E6475, #2C2F38);
  4764. background-image:    -moz-linear-gradient(top, #5E6475, #2C2F38);
  4765. background-image:      -o-linear-gradient(top, #5E6475, #2C2F38);
  4766. background-image:         linear-gradient(to bottom, #5E6475, #2C2F38);
  4767. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5E6475', endColorstr='#2C2F38');/*For IE7-8-9*/
  4768. }
  4769.  
  4770. .tt-dropcap-blue-grey .tt-dropcap-text {
  4771. color:#454956;
  4772. }
  4773.  
  4774. .tt-dropcap-cool-blue .tt-dropcap-square,
  4775. .tt-dropcap-cool-blue .tt-dropcap-round{
  4776. background-image: -webkit-gradient(linear, left top, left bottom, from(#0D9DDC), to(#0D5292));
  4777. background-image: -webkit-linear-gradient(top, #0D9DDC, #0D5292);
  4778. background-image:    -moz-linear-gradient(top, #0D9DDC, #0D5292);
  4779. background-image:      -o-linear-gradient(top, #0D9DDC, #0D5292);
  4780. background-image:         linear-gradient(to bottom, #0D9DDC, #0D5292);
  4781. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0D9DDC', endColorstr='#0D5292');/*For IE7-8-9*/
  4782. }
  4783.  
  4784. .tt-dropcap-cool-blue .tt-dropcap-text {
  4785. color:#0D76B5;
  4786. }
  4787.  
  4788. .tt-dropcap-coffee .tt-dropcap-square,
  4789. .tt-dropcap-coffee .tt-dropcap-round{
  4790. background-image: -webkit-gradient(linear, left top, left bottom, from(#9A6742), to(#2E1C10));
  4791. background-image: -webkit-linear-gradient(top, #9A6742, #2E1C10);
  4792. background-image:    -moz-linear-gradient(top, #9A6742, #2E1C10);
  4793. background-image:      -o-linear-gradient(top, #9A6742, #2E1C10);
  4794. background-image:         linear-gradient(to bottom, #9A6742, #2E1C10);
  4795. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9A6742', endColorstr='#2E1C10');/*For IE7-8-9*/
  4796. }
  4797.  
  4798. .tt-dropcap-coffee .tt-dropcap-text {
  4799. color:#67432A;
  4800. }
  4801.  
  4802. .tt-dropcap-fire .tt-dropcap-square,
  4803. .tt-dropcap-fire .tt-dropcap-round{
  4804. background-image: -webkit-gradient(linear, left top, left bottom, from(#FE8A0B), to(#B33410));
  4805. background-image: -webkit-linear-gradient(top, #FE8A0B, #B33410);
  4806. background-image:    -moz-linear-gradient(top, #FE8A0B, #B33410);
  4807. background-image:      -o-linear-gradient(top, #FE8A0B, #B33410);
  4808. background-image:         linear-gradient(to bottom, #FE8A0B, #B33410);
  4809. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FE8A0B', endColorstr='#B33410');/*For IE7-8-9*/
  4810. }
  4811.  
  4812. .tt-dropcap-fire .tt-dropcap-text {
  4813. color:#DD640E;
  4814. }
  4815.  
  4816. .tt-dropcap-golden .tt-dropcap-square,
  4817. .tt-dropcap-golden .tt-dropcap-round{
  4818. background-image: -webkit-gradient(linear, left top, left bottom, from(#FDBB0D), to(#BF7D02));
  4819. background-image: -webkit-linear-gradient(top, #FDBB0D, #BF7D02);
  4820. background-image:    -moz-linear-gradient(top, #FDBB0D, #BF7D02);
  4821. background-image:      -o-linear-gradient(top, #FDBB0D, #BF7D02);
  4822. background-image:         linear-gradient(to bottom, #FDBB0D, #BF7D02);
  4823. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDBB0D', endColorstr='#BF7D02');/*For IE7-8-9*/
  4824. }
  4825.  
  4826. .tt-dropcap-golden .tt-dropcap-text {
  4827. color:#E3A108;
  4828. }
  4829.  
  4830. .tt-dropcap-green-2 .tt-dropcap-square,
  4831. .tt-dropcap-green-2 .tt-dropcap-round{
  4832. background-image: -webkit-gradient(linear, left top, left bottom, from(#49A501), to(#416119));
  4833. background-image: -webkit-linear-gradient(top, #49A501, #416119);
  4834. background-image:    -moz-linear-gradient(top, #49A501, #416119);
  4835. background-image:      -o-linear-gradient(top, #49A501, #416119);
  4836. background-image:         linear-gradient(to bottom, #49A501, #416119);
  4837. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49A501', endColorstr='#416119');/*For IE7-8-9*/
  4838. }
  4839.  
  4840. .tt-dropcap-green-2 .tt-dropcap-text {
  4841. color:#45850C;
  4842. }
  4843.  
  4844. .tt-dropcap-lime-green .tt-dropcap-square,
  4845. .tt-dropcap-lime-green .tt-dropcap-round{
  4846. background-image: -webkit-gradient(linear, left top, left bottom, from(#AED613), to(#467612));
  4847. background-image: -webkit-linear-gradient(top, #AED613, #467612);
  4848. background-image:    -moz-linear-gradient(top, #AED613, #467612);
  4849. background-image:      -o-linear-gradient(top, #AED613, #467612);
  4850. background-image:         linear-gradient(to bottom, #AED613, #467612);
  4851. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AED613', endColorstr='#467612');/*For IE7-8-9*/
  4852. }
  4853.  
  4854. .tt-dropcap-lime-green .tt-dropcap-text {
  4855. color:#7DA813;
  4856. }
  4857.  
  4858. .tt-dropcap-periwinkle .tt-dropcap-square,
  4859. .tt-dropcap-periwinkle .tt-dropcap-round{
  4860. background-image: -webkit-gradient(linear, left top, left bottom, from(#5064C9), to(#522173));
  4861. background-image: -webkit-linear-gradient(top, #5064C9, #522173);
  4862. background-image:    -moz-linear-gradient(top, #5064C9, #522173);
  4863. background-image:      -o-linear-gradient(top, #5064C9, #522173);
  4864. background-image:         linear-gradient(to bottom, #5064C9, #522173);
  4865. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5064C9', endColorstr='#522173');/*For IE7-8-9*/
  4866. }
  4867.  
  4868. .tt-dropcap-periwinkle .tt-dropcap-text {
  4869. color:#51439E;
  4870. }
  4871.  
  4872. .tt-dropcap-pink .tt-dropcap-square,
  4873. .tt-dropcap-pink .tt-dropcap-round{
  4874. background-image: -webkit-gradient(linear, left top, left bottom, from(#C4378F), to(#72234F));
  4875. background-image: -webkit-linear-gradient(top, #C4378F, #72234F);
  4876. background-image:    -moz-linear-gradient(top, #C4378F, #72234F);
  4877. background-image:      -o-linear-gradient(top, #C4378F, #72234F);
  4878. background-image:         linear-gradient(to bottom, #C4378F, #72234F);
  4879. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C4378F', endColorstr='#72234F');/*For IE7-8-9*/
  4880. }
  4881.  
  4882. .tt-dropcap-pink .tt-dropcap-text {
  4883. color:#9C2E70;
  4884. }
  4885.  
  4886. .tt-dropcap-purple-2 .tt-dropcap-square,
  4887. .tt-dropcap-purple-2 .tt-dropcap-round{
  4888. background-image: -webkit-gradient(linear, left top, left bottom, from(#8F4EC2), to(#513567));
  4889. background-image: -webkit-linear-gradient(top, #8F4EC2, #513567);
  4890. background-image:    -moz-linear-gradient(top, #8F4EC2, #513567);
  4891. background-image:      -o-linear-gradient(top, #8F4EC2, #513567);
  4892. background-image:         linear-gradient(to bottom, #8F4EC2, #513567);
  4893. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8F4EC2', endColorstr='#513567');/*For IE7-8-9*/
  4894. }
  4895.  
  4896. .tt-dropcap-purple-2 .tt-dropcap-text {
  4897. color:#704295;
  4898. }
  4899.  
  4900. .tt-dropcap-red-2 .tt-dropcap-square,
  4901. .tt-dropcap-red-2 .tt-dropcap-round{
  4902. background-image: -webkit-gradient(linear, left top, left bottom, from(#C71901), to(#961300));
  4903. background-image: -webkit-linear-gradient(top, #C71901, #961300);
  4904. background-image:    -moz-linear-gradient(top, #C71901, #961300);
  4905. background-image:      -o-linear-gradient(top, #C71901, #961300);
  4906. background-image:         linear-gradient(to bottom, #C71901, #961300);
  4907. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C71901', endColorstr='#961300');/*For IE7-8-9*/
  4908. }
  4909.  
  4910. .tt-dropcap-red-2 .tt-dropcap-text {
  4911. color:#B01601;
  4912. }
  4913.  
  4914. .tt-dropcap-royal-blue .tt-dropcap-square,
  4915. .tt-dropcap-royal-blue .tt-dropcap-round{
  4916. background-image: -webkit-gradient(linear, left top, left bottom, from(#2D59A2), to(#122A53));
  4917. background-image: -webkit-linear-gradient(top, #2D59A2, #122A53);
  4918. background-image:    -moz-linear-gradient(top, #2D59A2, #122A53);
  4919. background-image:      -o-linear-gradient(top, #2D59A2, #122A53);
  4920. background-image:         linear-gradient(to bottom, #2D59A2, #122A53);
  4921. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2D59A2', endColorstr='#122A53');/*For IE7-8-9*/
  4922. }
  4923.  
  4924. .tt-dropcap-royal-blue .tt-dropcap-text {
  4925. color:#20437C;
  4926. }
  4927.  
  4928. .tt-dropcap-silver .tt-dropcap-square,
  4929. .tt-dropcap-silver .tt-dropcap-round{
  4930. background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#5C5C5C));
  4931. background-image: -webkit-linear-gradient(top, #ACACAC, #5C5C5C);
  4932. background-image:    -moz-linear-gradient(top, #ACACAC, #5C5C5C);
  4933. background-image:      -o-linear-gradient(top, #ACACAC, #5C5C5C);
  4934. background-image:         linear-gradient(to bottom, #ACACAC, #5C5C5C);
  4935. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ACACAC', endColorstr='#5C5C5C');/*For IE7-8-9*/
  4936. }
  4937.  
  4938. .tt-dropcap-silver .tt-dropcap-text {
  4939. color:#868686;
  4940. }
  4941.  
  4942. .tt-dropcap-sky-blue .tt-dropcap-square,
  4943. .tt-dropcap-sky-blue .tt-dropcap-round{
  4944. background-image: -webkit-gradient(linear, left top, left bottom, from(#53C5FE), to(#16A7E1));
  4945. background-image: -webkit-linear-gradient(top, #53C5FE, #16A7E1);
  4946. background-image:    -moz-linear-gradient(top, #53C5FE, #16A7E1);
  4947. background-image:      -o-linear-gradient(top, #53C5FE, #16A7E1);
  4948. background-image:         linear-gradient(to bottom, #53C5FE, #16A7E1);
  4949. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#53C5FE', endColorstr='#16A7E1');/*For IE7-8-9*/
  4950. }
  4951.  
  4952.  
  4953. .tt-dropcap-sky-blue .tt-dropcap-text {
  4954. color:#34B6EF;
  4955. }
  4956.  
  4957. .tt-dropcap-teal-grey .tt-dropcap-square,
  4958. .tt-dropcap-teal-grey .tt-dropcap-round{
  4959. background-image: -webkit-gradient(linear, left top, left bottom, from(#33657E), to(#162E36));
  4960. background-image: -webkit-linear-gradient(top, #33657E, #162E36);
  4961. background-image:    -moz-linear-gradient(top, #33657E, #162E36);
  4962. background-image:      -o-linear-gradient(top, #33657E, #162E36);
  4963. background-image:         linear-gradient(to bottom, #33657E, #162E36);
  4964. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33657E', endColorstr='#162E36');/*For IE7-8-9*/
  4965. }
  4966.  
  4967. .tt-dropcap-teal-grey .tt-dropcap-text {
  4968. color:#264D5E;
  4969. }
  4970.  
  4971. .tt-dropcap-teal-2 .tt-dropcap-square,
  4972. .tt-dropcap-teal-2 .tt-dropcap-round{
  4973. background-image: -webkit-gradient(linear, left top, left bottom, from(#3CBA9F), to(#185C60));
  4974. background-image: -webkit-linear-gradient(top, #3CBA9F, #185C60);
  4975. background-image:    -moz-linear-gradient(top, #3CBA9F, #185C60);
  4976. background-image:      -o-linear-gradient(top, #3CBA9F, #185C60);
  4977. background-image:         linear-gradient(to bottom, #3CBA9F, #185C60);
  4978. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CBA9F', endColorstr='#185C60');/*For IE7-8-9*/
  4979. }
  4980.  
  4981. .tt-dropcap-teal-2 .tt-dropcap-text {
  4982. color:#29897E;
  4983. }
  4984.  
  4985. .tt-dropcap-black .tt-dropcap-square,
  4986. .tt-dropcap-black .tt-dropcap-round{
  4987. background-color: #545454;
  4988. background-image: -moz-linear-gradient(top, #5e5e5e, #434343);
  4989. background-image: -ms-linear-gradient(top, #5e5e5e, #434343);
  4990. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e5e), to(#434343));
  4991. background-image: -webkit-linear-gradient(top, #5e5e5e, #434343);
  4992. background-image: -o-linear-gradient(top, #5e5e5e, #434343);
  4993. background-image: linear-gradient(top, #5e5e5e, #434343);
  4994. background-repeat: repeat-x;
  4995. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343', GradientType=0);
  4996. }
  4997.  
  4998. .tt-dropcap-black .tt-dropcap-text {
  4999. color:#434343;
  5000. }
  5001.  
  5002. .tt-dropcap-blue .tt-dropcap-square,
  5003. .tt-dropcap-blue .tt-dropcap-round{
  5004. background-color: #8dd9f6;
  5005. background-image: -moz-linear-gradient(top, #abe4f8, #6fcef3);
  5006. background-image: -ms-linear-gradient(top, #abe4f8, #6fcef3);
  5007. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abe4f8), to(#6fcef3));
  5008. background-image: -webkit-linear-gradient(top, #abe4f8, #6fcef3);
  5009. background-image: -o-linear-gradient(top, #abe4f8, #6fcef3);
  5010. background-image: linear-gradient(top, #abe4f8, #6fcef3);
  5011. background-repeat: repeat-x;
  5012. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3', GradientType=0);
  5013. }
  5014.  
  5015. .tt-dropcap-blue .tt-dropcap-text {
  5016. color:#6fcef3;
  5017. }
  5018.  
  5019. .tt-dropcap-green .tt-dropcap-square,
  5020. .tt-dropcap-green .tt-dropcap-round{
  5021. background-color: #cae285;
  5022. background-image: -moz-linear-gradient(top, #cae285, #9fcb57);
  5023. background-image: -ms-linear-gradient(top, #cae285, #9fcb57);
  5024. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9fcb57));
  5025. background-image: -webkit-linear-gradient(top, #cae285, #9fcb57);
  5026. background-image: -o-linear-gradient(top, #cae285, #9fcb57);
  5027. background-image: linear-gradient(top, #cae285, #9fcb57);
  5028. background-repeat: repeat-x;
  5029. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57', GradientType=0);
  5030. }
  5031.  
  5032. .tt-dropcap-green .tt-dropcap-text {
  5033. color:#9fcb57;
  5034. }
  5035.  
  5036. .tt-dropcap-grey .tt-dropcap-square,
  5037. .tt-dropcap-grey .tt-dropcap-round{
  5038. background-color: #cacaca;
  5039. background-image: -moz-linear-gradient(top, #cacaca, #aeaeae);
  5040. background-image: -ms-linear-gradient(top, #cacaca, #aeaeae);
  5041. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cacaca), to(#aeaeae));
  5042. background-image: -webkit-linear-gradient(top, #cacaca, #aeaeae);
  5043. background-image: -o-linear-gradient(top, #cacaca, #aeaeae);
  5044. background-image: linear-gradient(top, #cacaca, #aeaeae);
  5045. background-repeat: repeat-x;
  5046. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae', GradientType=0);
  5047. }
  5048.  
  5049. .tt-dropcap-grey .tt-dropcap-text {
  5050. color:#aeaeae;
  5051. }
  5052.  
  5053. .tt-dropcap-navy .tt-dropcap-square,
  5054. .tt-dropcap-navy .tt-dropcap-round{
  5055. background-color: #becbd6;
  5056. background-image: -moz-linear-gradient(top, #becbd6, #88a1b4);
  5057. background-image: -ms-linear-gradient(top, #becbd6, #88a1b4);
  5058. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#becbd6), to(#88a1b4));
  5059. background-image: -webkit-linear-gradient(top, #becbd6, #88a1b4);
  5060. background-image: -o-linear-gradient(top, #becbd6, #88a1b4);
  5061. background-image: linear-gradient(top, #becbd6, #88a1b4);
  5062. background-repeat: repeat-x;
  5063. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4', GradientType=0);
  5064. }
  5065.  
  5066. .tt-dropcap-navy .tt-dropcap-text {
  5067. color:#88a1b4;
  5068. }
  5069.  
  5070. .tt-dropcap-orange .tt-dropcap-square,
  5071. .tt-dropcap-orange .tt-dropcap-round{
  5072. background-color: #feda71;
  5073. background-image: -moz-linear-gradient(top, #feda71, #febb4a);
  5074. background-image: -ms-linear-gradient(top, #feda71, #febb4a);
  5075. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feda71), to(#febb4a));
  5076. background-image: -webkit-linear-gradient(top, #feda71, #febb4a);
  5077. background-image: -o-linear-gradient(top, #feda71, #febb4a);
  5078. background-image: linear-gradient(top, #feda71, #febb4a);
  5079. background-repeat: repeat-x;
  5080. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a', GradientType=0);
  5081. }
  5082.  
  5083. .tt-dropcap-orange .tt-dropcap-text {
  5084. color:#febb4a;
  5085. }
  5086.  
  5087. .tt-dropcap-purple .tt-dropcap-square,
  5088. .tt-dropcap-purple .tt-dropcap-round{
  5089. background-color: #e8c4e4;
  5090. background-image: -moz-linear-gradient(top, #e8c4e4, #d494ce);
  5091. background-image: -ms-linear-gradient(top, #e8c4e4, #d494ce);
  5092. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8c4e4), to(#d494ce));
  5093. background-image: -webkit-linear-gradient(top, #e8c4e4, #d494ce);
  5094. background-image: -o-linear-gradient(top, #e8c4e4, #d494ce);
  5095. background-image: linear-gradient(top, #e8c4e4, #d494ce);
  5096. background-repeat: repeat-x;
  5097. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce', GradientType=0);
  5098. }
  5099.  
  5100. .tt-dropcap-purple .tt-dropcap-text {
  5101. color:#d494ce;
  5102. }
  5103.  
  5104. .tt-dropcap-red .tt-dropcap-square,
  5105. .tt-dropcap-red .tt-dropcap-round{
  5106. background-color: #f78297;
  5107. background-image: -moz-linear-gradient(top, #f78297, #f56778);
  5108. background-image: -ms-linear-gradient(top, #f78297, #f56778);
  5109. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f78297), to(#f56778));
  5110. background-image: -webkit-linear-gradient(top, #f78297, #f56778);
  5111. background-image: -o-linear-gradient(top, #f78297, #f56778);
  5112. background-image: linear-gradient(top, #f78297, #f56778);
  5113. background-repeat: repeat-x;
  5114. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778', GradientType=0);
  5115. }
  5116.  
  5117. .tt-dropcap-red .tt-dropcap-text {
  5118. color:#f56778;
  5119. }
  5120.  
  5121. .tt-dropcap-teal .tt-dropcap-square,
  5122. .tt-dropcap-teal .tt-dropcap-round{
  5123. background-color: #b7f2f4;
  5124. background-image: -moz-linear-gradient(top, #b7f2f4, #7ce7ea);
  5125. background-image: -ms-linear-gradient(top, #b7f2f4, #7ce7ea);
  5126. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7f2f4), to(#7ce7ea));
  5127. background-image: -webkit-linear-gradient(top, #b7f2f4, #7ce7ea);
  5128. background-image: -o-linear-gradient(top, #b7f2f4, #7ce7ea);
  5129. background-image: linear-gradient(top, #b7f2f4, #7ce7ea);
  5130. background-repeat: repeat-x;
  5131. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea', GradientType=0);
  5132. }
  5133.  
  5134. .tt-dropcap-teal .tt-dropcap-text {
  5135. color:#7ce7ea;
  5136. }
  5137.  
  5138.  
  5139.  
  5140.  
  5141. /* ----- Icons ----- */
  5142. .tt-icon {
  5143. padding:4px 0 20px 55px;
  5144. display:inline-block;
  5145. font-size:13px;
  5146. line-height:1.5em;
  5147. }
  5148.  
  5149. .sidebar .tt-icon {
  5150. padding:8px 0 20px 55px;
  5151. font-size:12px;
  5152. }
  5153.  
  5154. .tt-icon span {font-weight:bold;}
  5155.  
  5156. .tt-icon{
  5157.     position:relative;
  5158. }
  5159. .tt-icon:before{
  5160.     content:"";
  5161.     position:absolute;
  5162.     left:1px;
  5163.     top:0;
  5164.     width:48px;
  5165.     height:48px;
  5166. }
  5167. .icon-alarm:before{
  5168.     background-position:0 -1144px;
  5169. }
  5170. .icon-arrow-down-a:before{
  5171. background-position:0 -1190px;
  5172. }
  5173.  
  5174. .icon-arrow-down-b:before{
  5175. background-position:0 -1237px;
  5176. }
  5177.  
  5178. .icon-arrow-up-a:before{
  5179.     background-position:0 -3596px;
  5180. }
  5181.  
  5182. .icon-arrow-up-b:before{
  5183.     background-position:0 -3649px;
  5184. }
  5185.  
  5186. .icon-bookmark:before{
  5187.     background-position:0 -2249px;
  5188. }
  5189.  
  5190. .icon-calculator:before{
  5191. background-position:0 -1339px; 
  5192. }
  5193.  
  5194. .icon-calendar-day:before{
  5195.     background-position:0 -2519px;
  5196. }
  5197.  
  5198. .icon-calendar-month:before{
  5199.     background-position:0 -3383px;
  5200. }
  5201.  
  5202. .icon-camera:before{
  5203.     background-position:0 -3429px;
  5204.     top:2px;
  5205. }
  5206.  
  5207. .icon-cart-add:before{
  5208.     background-position:0 -3486px;
  5209. }
  5210.  
  5211. .icon-caution:before{
  5212.     background-position:0 -3542px;
  5213. }
  5214.  
  5215. .icon-cellphone:before{
  5216.     background-position:0 -2305px;
  5217. }
  5218.  
  5219. .icon-chart:before{
  5220.     background-position:0 -2351px;
  5221. }
  5222.  
  5223. .icon-chat:before{
  5224.     background-position:0 -2407px;
  5225. }
  5226.  
  5227. .icon-chat-2:before{
  5228.     background-position:0 -2460px;
  5229. }
  5230.  
  5231. .icon-checklist:before{
  5232.     background-position:0 -1391px;
  5233. }
  5234.  
  5235. .icon-checkmark:before{
  5236.     background-position:0 -1442px;
  5237. }
  5238.  
  5239. .icon-clipboard:before{
  5240.     background-position:0 -3923px;
  5241. }
  5242.  
  5243. .icon-clock:before{
  5244.     background-position:0 -1493px;
  5245. }
  5246.  
  5247. .icon-contacts:before{
  5248.     background-position:0 -1551px;
  5249. }
  5250.  
  5251. .icon-crate:before{
  5252.     background-position:0 -1605px;
  5253. }
  5254.  
  5255. .icon-database:before{
  5256.     background-position:0 -1651px;
  5257. }
  5258.  
  5259. .icon-document-edit:before{
  5260.     background-position:0 -3865px;
  5261. }
  5262.  
  5263. .icon-drive:before{
  5264.     background-position:0 -2624px;
  5265. }
  5266.  
  5267. .icon-dvd:before{
  5268.     background-position:0 -2678px;
  5269. }
  5270.  
  5271. .icon-email-send:before{
  5272.     background-position:0 -2725px;
  5273. }
  5274.  
  5275. .icon-flag:before{
  5276.     background-position:0 -2785px;
  5277. }
  5278.  
  5279. .icon-games:before{
  5280.     background-position:0 -3708px;
  5281. }
  5282.  
  5283. .icon-gear:before{
  5284.     background-position:0 -3756px;
  5285. }
  5286.  
  5287. .icon-globe-download:before{
  5288.     background-position:0 -3811px;
  5289. }
  5290.  
  5291. .icon-globe-upload:before{
  5292.     background-position:0 -2568px;
  5293. }
  5294.  
  5295. .icon-globe:before{
  5296. background-position:0 -1287px;
  5297. }
  5298.  
  5299. .icon-hdtv:before{
  5300.     background-position:0 -1699px;
  5301. }
  5302.  
  5303. .icon-heart:before{
  5304.     background-position:0 -1760px;
  5305. }
  5306.  
  5307. .icon-support:before{
  5308.     background-position:0 -1816px;
  5309. }
  5310.  
  5311. .icon-history:before{
  5312.     background-position:0 -1865px;
  5313. }
  5314.  
  5315. .icon-home:before{
  5316.     background-position:0 -1923px;
  5317. }
  5318.  
  5319. .icon-info:before{
  5320.     background-position:0 -2839px;
  5321. }
  5322.  
  5323. .icon-laptop:before{
  5324.     background-position:0 -2889px;
  5325. }
  5326.  
  5327. .icon-light-on:before{
  5328.     background-position:0 -2951px;
  5329. }
  5330.  
  5331. .icon-lock-closed:before{
  5332.     background-position:0 -3004px;
  5333. }
  5334.  
  5335. .icon-magnify:before{
  5336.     background-position:0 -3058px;
  5337. }
  5338.  
  5339. .icon-megaphone:before{
  5340.     background-position:0 -3973px;
  5341. }
  5342.  
  5343. .icon-money:before{
  5344.     background-position:0 -4020px;
  5345. }
  5346.  
  5347. .icon-movie:before{
  5348.     background-position:0 -4082px;
  5349. }
  5350.  
  5351. .icon-mp3:before{
  5352.     background-position:0 -4139px;
  5353. }
  5354.  
  5355. .icon-ms-word {
  5356. background:url(images/shortcodes/icons/ms-word-doc.png) 0 0 no-repeat;
  5357. }
  5358.  
  5359. .icon-music:before{
  5360.     background-position:0 -4189px;
  5361. }
  5362.  
  5363. .icon-network:before{
  5364.     background-position:0 -1976px;
  5365. }
  5366.  
  5367. .icon-news:before{
  5368.     background-position:0 -2025px;
  5369. }
  5370.  
  5371. .icon-notebook:before{
  5372.     background-position:0 -2086px;
  5373. }
  5374.  
  5375. .icon-pdf {
  5376. background:url(images/shortcodes/icons/pdf.png) 0 0 no-repeat;
  5377. padding:4px 0 25px 55px;
  5378. }
  5379.  
  5380. .icon-photos:before{
  5381.     background-position:0 -2135px;
  5382. }
  5383.  
  5384. .icon-refresh:before{
  5385.     background-position:0 -3109px;
  5386. }
  5387.  
  5388. .icon-rss:before{
  5389.     background-position:0 -3163px;
  5390. }
  5391.  
  5392. .icon-shield-blue:before{
  5393.     background-position:0 -3217px;
  5394. }
  5395.  
  5396. .icon-shield-green:before{
  5397.     background-position:0 -3271px;
  5398. }
  5399.  
  5400. .icon-star:before{
  5401.     background-position:0 -3325px;
  5402. }
  5403.  
  5404. .icon-smart-phone:before{
  5405.     background-position:0 -4246px;
  5406. }
  5407.  
  5408. .icon-tools:before{
  5409.     background-position:0 -4299px;
  5410. }
  5411.  
  5412. .icon-user-group:before{
  5413.     background-position:0 -4353px;
  5414. }
  5415.  
  5416. .icon-vcard:before{
  5417.     background-position:0 -2192px;
  5418. }
  5419.  
  5420. .icon-video-camera:before{
  5421.     background-position:0 -4406px;
  5422. }
  5423.  
  5424. .icon-x:before{
  5425.     background-position:0 -4457px;
  5426. }
  5427.  
  5428.  
  5429. /* ----- Icons Minimal ----- */
  5430. .tt-mono-icon{
  5431. padding:0 0 10px 45px;
  5432. display:inline-block;
  5433. position:relative;
  5434. }
  5435. .tt-mono-icon:before{
  5436.     content:"";
  5437.     position:absolute;
  5438.     left:0;
  5439.     top:0;
  5440.     width:40px;
  5441.     height:40px;
  5442. }
  5443.  
  5444. .mono-address_book:before{
  5445.     background-position:0 -4675px;
  5446. }
  5447.  
  5448. .mono-alert:before{
  5449.     background-position:0 -4944px;
  5450. }
  5451.  
  5452. .mono-announcement:before{
  5453.     background-position:0 -5215px;
  5454. }
  5455.  
  5456. .mono-calendar:before{
  5457.     background-position:0 -5485px;
  5458. }
  5459.  
  5460. .mono-cog:before{
  5461.     background-position:0 -4721px;
  5462. }
  5463.  
  5464. .mono-comments:before{
  5465.     background-position:0 -4986px;
  5466. }
  5467.  
  5468. .mono-download:before{
  5469.     background-position:0 -5257px;
  5470. }
  5471.  
  5472. .mono-edit:before{
  5473.     background-position:0 -5530px;
  5474. }
  5475.  
  5476. .mono-email:before{
  5477.     background-position:0 -4760px;
  5478. }
  5479.  
  5480. .mono-file:before{
  5481.     background-position:0 -5035px;
  5482. }
  5483.  
  5484. .mono-home:before{
  5485.     background-position:0 -5303px;
  5486. }
  5487.  
  5488. .mono-info:before{
  5489.     background-position:0 -5575px;
  5490. }
  5491.  
  5492. .mono-movie:before{
  5493.     background-position:0 -4811px;
  5494. }
  5495.  
  5496. .mono-page-layout:before{
  5497.     background-position:0 -5077px;
  5498. }
  5499.  
  5500. .mono-pencil:before{
  5501.     background-position:0 -5349px;
  5502. }
  5503.  
  5504. .mono-pictures:before{
  5505.     background-position:0 -5616px;
  5506. }
  5507.  
  5508. .mono-restart:before{
  5509.     background-position:0 -4853px;
  5510. }
  5511.  
  5512. .mono-settings:before{
  5513.     background-position:0 -5123px;
  5514. }
  5515.  
  5516. .mono-support:before{
  5517.     background-position:0 -5395px;
  5518. }
  5519.  
  5520. .mono-tags:before{
  5521.     background-position:0 -5663px;
  5522. }
  5523.  
  5524. .mono-upload:before{
  5525.     background-position:0 -4897px;
  5526. }
  5527.  
  5528. .mono-users:before{
  5529.     background-position:0 -5167px;
  5530. }
  5531.  
  5532. .mono-vcard:before{
  5533.     background-position:0 -5436px;
  5534. }
  5535.  
  5536. .mono-zoom:before{
  5537.     background-position:0 -5709px;
  5538. }
  5539.  
  5540.  
  5541.  
  5542. /* ----- Notification Boxes ----- */
  5543. .tt-notification {
  5544. border:1px solid;
  5545. width:100%;
  5546. border-bottom-width:2px;
  5547. color:#4f4f4f;
  5548. display:block;
  5549. font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  5550. font-size:11px;
  5551. line-height:19px;
  5552. margin-bottom:20px;
  5553. overflow:hidden;
  5554. position:relative;
  5555. -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
  5556.    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
  5557.         box-shadow:0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);  
  5558. -webkit-border-radius:4px;
  5559.    -moz-border-radius:4px;
  5560.         border-radius:4px;
  5561. }
  5562. .closeable-x:before{
  5563.     content:"";
  5564.     position:absolute;
  5565.     right:9px;
  5566.     top:8px;
  5567.     width:9px;
  5568.     height:9px;
  5569.     background-position:0 -5783px;
  5570. }
  5571. .closeable-x {
  5572. position:relative;
  5573. width:100%;
  5574. height:100%;
  5575. }
  5576.  
  5577. .tt-notification p {
  5578. padding:16px 16px 16px 42px;
  5579. text-shadow:0 1px 0 rgba(255,255,255,0.65);
  5580. margin-bottom:0;
  5581. }
  5582.  
  5583. .tt-notification p strong {
  5584. color:#303030;
  5585. font-weight:700;
  5586. }
  5587.  
  5588. .tt-notification.success {
  5589. background-color:#dde6ba;
  5590. border-color:#d0e289 #c6d881 #b8cb71;  
  5591. background-image: -webkit-gradient(linear, left top, left bottom, from(#e6efc2), to(#d9e2b7));
  5592. background-image: -webkit-linear-gradient(top, #e6efc2, #d9e2b7);
  5593. background-image:    -moz-linear-gradient(top, #e6efc2, #d9e2b7);
  5594. background-image:      -o-linear-gradient(top, #e6efc2, #d9e2b7);
  5595. background-image:         linear-gradient(to bottom, #e6efc2, #d9e2b7);
  5596. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e6efc2', endColorstr='#d9e2b7');/*For IE7-8-9*/
  5597. }
  5598.  
  5599. .tt-notification.success p:before,
  5600. .tt-notification.error p:before,
  5601. .tt-notification.warning p:before,
  5602. .tt-notification.tip p:before,
  5603. .tt-notification.neutral p:before{
  5604. content:"";
  5605. background-position:0 -1044px;
  5606. width:17px;
  5607. height:16px;
  5608. position:absolute;
  5609. left:14px;
  5610. top:18px;
  5611. }
  5612. .tt-notification.error p:before{
  5613. background-position:0 -1063px;
  5614. }
  5615. .tt-notification.warning p:before{
  5616.     background-position:0 -1084px;
  5617. }
  5618. .tt-notification.tip p:before{
  5619.     background-position:0 -1105px;
  5620. }
  5621. .tt-notification.neutral p:before{
  5622.     background-position:0 -1126px;
  5623. }
  5624.  
  5625. .tt-notification.success p strong {
  5626. color:#417800;
  5627. }
  5628.  
  5629. .tt-notification.error {
  5630. background-color:#f6dbd6;
  5631. border-color:#f7d5d6 #f1c8ca #f2b5b8;
  5632. background-image: -webkit-gradient(linear, left top, left bottom, from(#fbe2e3), to(#eeccce));
  5633. background-image: -webkit-linear-gradient(top, #fbe2e3, #eeccce);
  5634. background-image:    -moz-linear-gradient(top, #fbe2e3, #eeccce);
  5635. background-image:      -o-linear-gradient(top, #fbe2e3, #eeccce);
  5636. background-image:         linear-gradient(to bottom, #fbe2e3, #eeccce);
  5637. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbe2e3', endColorstr='#eeccce');/*For IE7-8-9*/
  5638. }
  5639. .tt-notification.error p strong {
  5640. color:#d43c41;
  5641. }
  5642.  
  5643. .tt-notification.warning {
  5644. background-color:#f9f9b4;
  5645. border-color:#f7dc72 #f4d96c #eace61;
  5646. background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffb9), to(#f0efae));
  5647. background-image: -webkit-linear-gradient(top, #ffffb9, #f0efae);
  5648. background-image:    -moz-linear-gradient(top, #ffffb9, #f0efae);
  5649. background-image:      -o-linear-gradient(top, #ffffb9, #f0efae);
  5650. background-image:         linear-gradient(to bottom, #ffffb9, #f0efae);
  5651. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffb9', endColorstr='#f0efae');/*For IE7-8-9*/
  5652. }
  5653.  
  5654. .tt-notification.warning p strong {
  5655. color:#777909;
  5656. }
  5657.  
  5658. .tt-notification.tip {
  5659. background-color:#dceffa;
  5660. border-color:#b8e1fd #a6d4f4 #9ed1f5;
  5661. background-image: -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d4e6f0));
  5662. background-image: -webkit-linear-gradient(top, #e0f4ff, #d4e6f0);
  5663. background-image:    -moz-linear-gradient(top, #e0f4ff, #d4e6f0);
  5664. background-image:      -o-linear-gradient(top, #e0f4ff, #d4e6f0);
  5665. background-image:         linear-gradient(to bottom, #e0f4ff, #d4e6f0);
  5666. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0f4ff', endColorstr='#d4e6f0');/*For IE7-8-9*/
  5667. }
  5668.  
  5669. .tt-notification.tip p strong {
  5670. color:#0068a4;
  5671. }
  5672.  
  5673. .tt-notification.neutral {
  5674. background-color:#f0f0f0;
  5675. border-color:#e4e4e4 #d9d9d9 #cbcbcb;
  5676. background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e4e4e4));
  5677. background-image: -webkit-linear-gradient(top, #f0f0f0, #e4e4e4);
  5678. background-image:    -moz-linear-gradient(top, #f0f0f0, #e4e4e4);
  5679. background-image:      -o-linear-gradient(top, #f0f0f0, #e4e4e4);
  5680. background-image:         linear-gradient(to bottom, #f0f0f0, #e4e4e4);
  5681. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f0f0f0', endColorstr='#e4e4e4');/*For IE7-8-9*/
  5682. }
  5683.  
  5684. .tt-notification.neutral p strong {
  5685. color:#303030;
  5686. }
  5687.  
  5688.  
  5689.  
  5690. /*----- Text Styles ----- */
  5691. .large-callout p {
  5692. font-size:15px;
  5693. font-family:Helvetica, Arial, sans-serif;
  5694. }
  5695.  
  5696.  
  5697.  
  5698. /*----- Pricing Boxes ----- */
  5699. .true-vision-pricing-column  {
  5700. width:100%;
  5701. background: #F7F7F7;
  5702. margin: 5px;
  5703. float: left;
  5704. border: 1px solid rgba(0, 0, 0, 0.05);
  5705.   -webkit-border-radius: 5px;
  5706.    -moz-border-radius: 5px;
  5707.         border-radius: 5px;
  5708. }
  5709.  
  5710. .one_fourth .true-vision-pricing-column,
  5711. .vision_one_fourth .true-vision-pricing-column  {
  5712. width:110%;
  5713. }
  5714.  
  5715. .true-vision-pricing-top {
  5716. width:100.5%;
  5717. margin-left: -0.25%;
  5718. border:0;
  5719. padding:30px 0;
  5720. -webkit-border-radius: 4px 4px 0 0;
  5721.    -moz-border-radius: 4px 4px 0 0;
  5722.         border-radius: 4px 4px 0 0;
  5723. }
  5724.  
  5725. .true-vision-pricing-top h2 {
  5726. color: #fff;
  5727. text-align: center;
  5728. font: 300 25px/25px Helvetica, Verdana, sans-serif;
  5729. margin-bottom:20px;
  5730. }
  5731.  
  5732. .true-vision-pricing-column h1 sup {
  5733. font-size: 35px;
  5734. padding-right:4px;
  5735. }
  5736.  
  5737. .true-vision-pricing-column h1 {
  5738. text-align: center;
  5739. font: bold 88px/1 Helvetica, Arial, Verdana, sans-serif;
  5740. margin: 0 0 0 -24px;
  5741. color:#FFF;
  5742. }
  5743.  
  5744. .true-vision-pricing-column p {
  5745. text-align: center;
  5746. font: 500 14px/1 Helvetica, Arial, Verdana, sans-serif;
  5747. color: #BCBEC0;
  5748. }
  5749.  
  5750. .true-vision-pricing-top p {
  5751. color: rgba(255, 255, 255, 0.50);
  5752. }
  5753.  
  5754. .true-vision-pricing-column h1 + p {
  5755. margin:10px 0 0 0;
  5756. }
  5757.  
  5758. .true-vision-pricing-column ul {
  5759. list-style-type: none;
  5760. font: 300 18px/2 Helvetica, Verdana, sans-serif;
  5761. margin: 20px 0 0 45px;
  5762. }
  5763.  
  5764. .one_fourth .true-vision-pricing-column ul,
  5765. .vision_one_fourth .true-vision-pricing-column ul {
  5766. font-size:15px;
  5767. margin: 20px 0 0 25px;
  5768. }
  5769.  
  5770. .one_fourth .true-vision-pricing-column h1,
  5771. .vision_one_fourth .true-vision-pricing-column h1 {
  5772. font-size:78px;
  5773. }
  5774.  
  5775. .true-vision-pricing-column ul strong {
  5776. font-weight: bold;
  5777. }
  5778.  
  5779. .true-vision-pricing-column hr {
  5780. border: 0;
  5781. background-color: #BCBEC0;
  5782. color: #BCBEC0;
  5783. height: 1px;
  5784. width: 80%;
  5785. margin: 20px auto 0 auto;
  5786. }
  5787.  
  5788. .true-vision-pricing-column .tt-button{
  5789. display: block;
  5790. width: 40%;
  5791. margin: 30px auto;
  5792. text-align:center;
  5793. }
  5794.  
  5795. .true-vision-pricing-column.featured {
  5796. background:#EEE;   
  5797. }
  5798.  
  5799.  
  5800.  
  5801. /* Style 2 */
  5802. .true-vision-pricing-column.true-vision-pricing-style-2 h1 {
  5803. margin: 20px 0 0 0;
  5804. color:inherit;
  5805. }
  5806.  
  5807. .true-vision-pricing-column.true-vision-pricing-style-2 h2 {
  5808. font: 300 25px/70px Helvetica, Verdana, sans-serif;
  5809. margin-bottom:0;
  5810. }
  5811.  
  5812. .true-vision-pricing-column.true-vision-pricing-style-2 .true-vision-pricing-top {
  5813. padding:0;
  5814. }
  5815.  
  5816. .true-vision-pricing-column.true-vision-pricing-style-2 h1 + p {
  5817. margin:5px 0 25px 0;
  5818. }
  5819.  
  5820.  
  5821.  
  5822.  
  5823. /*----------------------------------------------------------*/
  5824. /* 18. Wordpress + Widgets
  5825. /*----------------------------------------------------------*/
  5826.  
  5827. /*----- Custom Menu - Superfish Dropdown ----- */
  5828. .top-aside {
  5829. z-index:9999;
  5830. }
  5831.  
  5832. .top-aside ul.custom-menu {
  5833. display:block;
  5834. position:absolute;
  5835. }
  5836.  
  5837. .top-aside a.sf-with-ul:hover {
  5838. text-decoration:none;  
  5839. }
  5840.  
  5841. .top-aside ul.custom-menu li ul {
  5842. z-index:999;
  5843. margin-top:2px;
  5844.         border-radius: 3px;
  5845.    -moz-border-radius: 3px;
  5846. -webkit-border-radius: 3px;
  5847. }
  5848.  
  5849. .top-aside ul.sub-menu {
  5850. display:none;  
  5851. }
  5852.  
  5853. .top-aside ul.custom-menu li li a {
  5854. text-decoration:none;
  5855. padding:6px 10px;
  5856. display:block;
  5857.         transition: background .3s;
  5858.    -moz-transition: background .3s;
  5859. -webkit-transition: background .3s;
  5860.      -o-transition: background .3s;
  5861. }
  5862.  
  5863. .top-aside ul.custom-menu li li a:hover {
  5864. opacity:1.0;
  5865. }
  5866.  
  5867. .top-aside ul.custom-menu ul li:first-child a {
  5868.         border-radius: 3px 3px 0px 0px;
  5869.    -moz-border-radius: 3px 3px 0px 0px;
  5870. -webkit-border-radius: 3px 3px 0px 0px;
  5871. }
  5872.  
  5873. .top-aside ul.custom-menu ul li:last-child a {
  5874.         border-radius: 0px 0px 3px 3px;
  5875.    -moz-border-radius: 0px 0px 3px 3px;
  5876. -webkit-border-radius: 0px 0px 3px 3px;
  5877. }
  5878.  
  5879. .top-aside ul.custom-menu a .sf-sub-indicator {
  5880. height: 9px;
  5881. width: 9px;
  5882. position: absolute;
  5883. margin: 6px 0 0 5px;
  5884. text-indent: -9999px;
  5885. background-position:0px -6044px;
  5886. }
  5887.  
  5888. .sticky,
  5889. .gallery-caption,
  5890. .bypostauthor {font-size:inherit;}
  5891.  
  5892. .widget-heading {
  5893. font-size:14px;
  5894. margin-bottom:14px;
  5895. color:#383C43;
  5896. }
  5897.  
  5898. .sidebar-widget {
  5899. margin-bottom:30px;
  5900. padding-top:30px;
  5901. }
  5902.  
  5903. .top-aside .sidebar-widget {
  5904. padding:0;
  5905. margin:0;
  5906. }
  5907.  
  5908. .entry-content img {
  5909. margin:0 0 10px;
  5910. }
  5911.  
  5912. .alignleft,img.alignleft {
  5913. margin-right:10px;
  5914. display:inline;
  5915. float:left;
  5916. }
  5917.  
  5918. .alignright,img.alignright {
  5919. margin-left:10px;
  5920. display:inline;
  5921. float:right;
  5922. }
  5923.  
  5924. .aligncenter,img.aligncenter {
  5925. display:block;
  5926. clear:both;
  5927. margin:0 auto;
  5928. }
  5929.  
  5930. .wp-caption {
  5931. margin-bottom:10px;
  5932. text-align:center;
  5933. padding-top:5px;
  5934. }
  5935.  
  5936. .wp-caption img {
  5937. border:0 none;
  5938. margin:0;
  5939. padding:0;
  5940. }
  5941.  
  5942. .wp-caption p.wp-caption-text {
  5943. line-height:1.5;
  5944. font-size:11px;
  5945. margin:0;
  5946. }
  5947.  
  5948. .wp-smiley {
  5949. max-height:1em;
  5950. margin:0 !important;
  5951. }
  5952.  
  5953. blockquote.left {
  5954. margin-right:20px;
  5955. text-align:right;
  5956. margin-left:0;
  5957. width:33%;
  5958. float:left;
  5959. }
  5960.  
  5961. blockquote.right {
  5962. margin-left:20px;
  5963. text-align:left;
  5964. margin-right:0;
  5965. width:33%;
  5966. float:right;
  5967. }
  5968.  
  5969.  
  5970.  
  5971. /* ------ MailChimp Plugin ------ */
  5972. #mc_signup .mc_input {
  5973. width:170px;
  5974. color:#222;
  5975. padding:5px;
  5976. }
  5977.  
  5978. #mc_signup .mc_merge_var {
  5979. margin-bottom:10px;
  5980. }
  5981.  
  5982. #mc_signup .mc_required,#mc-indicates-required {
  5983. color:#4BA196;
  5984. }
  5985.  
  5986. #mc_signup .mc_required {
  5987. font-size:14px;
  5988. }
  5989.  
  5990. #mc_message {
  5991. font-size:12px;
  5992. padding-bottom:10px;
  5993. }
  5994.  
  5995. #mc-indicates-required {
  5996. font-size:11px;
  5997. }
  5998.  
  5999. #mc_signup .mc_signup_submit {
  6000. clear:left;
  6001. text-align:left;
  6002. padding:10px 0 0;
  6003. }
  6004.  
  6005. #mc_signup .mc_var_label {
  6006. color:#FFF;
  6007. font-weight:400;
  6008. opacity:0.6;
  6009. }
  6010.  
  6011. #mc_signup #mc_signup_submit,
  6012. #constant-contact-signup .button {
  6013. background: url(images/global/bg-submit-button.png) repeat scroll 0 0 transparent;
  6014. color: #555555;
  6015. border: 1px solid #D5D5D5;
  6016. border-radius: 3px 3px 3px 3px;
  6017. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  6018. cursor: pointer;
  6019. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  6020. font-size: 12px;
  6021. font-weight: bold;
  6022. height: 28px;
  6023. line-height: 12px;
  6024. padding: 0 8px;
  6025. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  6026. width:auto;
  6027. }
  6028.  
  6029. #content-container .home-vertical-sidebar input[type="text"],
  6030. #content-container .home-vertical-sidebar .mc_input {
  6031. margin-bottom: 0px;
  6032. width: 88%;
  6033. }
  6034.  
  6035.  
  6036.  
  6037.  
  6038. /* ------ Constant Contact Plugin ------ */
  6039. #constant-contact-signup input {
  6040. width:201px;
  6041. color:#222;
  6042. padding:5px;
  6043. }
  6044.  
  6045. #constant-contact-signup .checkbox {
  6046. width:15px;
  6047. font-size:13px;
  6048. }
  6049.  
  6050. #constant-contact-signup .button {
  6051. outline:none;
  6052. display:block;
  6053. font-size:11px !important;
  6054. width:90px;
  6055. margin:0;
  6056. padding:6px 10px !important;
  6057. }
  6058.  
  6059.  
  6060. /* ----- Gravity Forms ----- */
  6061. .gform_heading p {
  6062. margin-bottom:5px;
  6063. }
  6064.  
  6065. .gfield input[type="text"] {
  6066. padding:5px;
  6067. }
  6068.  
  6069. .gfield input[type="checkbox"],
  6070. .gfield input[type="radio"],
  6071. .gform_footer .button {
  6072. box-shadow:none !important;
  6073. }
  6074.  
  6075. .gform_footer .button {
  6076. font-size:13px !important;
  6077. }
  6078.  
  6079.  
  6080. /* ------ Calendar ------ */
  6081. table#wp-calendar {
  6082. width:86%;
  6083. font-size:13px;
  6084. color:#636B75;
  6085. }
  6086.  
  6087. table#wp-calendar td {
  6088. width:14%;
  6089. text-align:center;
  6090. padding:4px 1px;
  6091. }
  6092.  
  6093. table#wp-calendar caption {
  6094. font-weight:700;
  6095. font-size:15px;
  6096. padding-bottom:10px;
  6097. }
  6098.  
  6099. td#today,table#wp-calendar a {
  6100. font-weight:700;
  6101. }
  6102.  
  6103. .widget_calendar tfoot td {
  6104. background-image:none;
  6105. }
  6106.  
  6107. .widget_calendar td a {
  6108. text-decoration:underline;
  6109. }
  6110.  
  6111.  
  6112.  
  6113. /* ------ Recent Posts ------ */
  6114. #sidebar .footer_post h4 {
  6115. font-size:1.2em;
  6116. padding-bottom:0;
  6117. font-weight:700;
  6118. color:#222 !important;
  6119. }
  6120.  
  6121. #sidebar .footer_post h4 a {
  6122. text-decoration:none;
  6123. color:#222 !important;
  6124. }
  6125.  
  6126. #sidebar .footer_post p {
  6127. line-height:19px;
  6128. margin:0 0 15px;
  6129. }
  6130.  
  6131. #sidebar .footer_post p a {
  6132. text-decoration:none;
  6133. }
  6134.  
  6135. #sidebar .footer_post a:hover {
  6136. text-decoration:underline;
  6137. }
  6138.  
  6139.  
  6140.  
  6141. /* ------ Blogroll ------ */
  6142. #sidebar .blogroll {
  6143. list-style:none !important;
  6144. margin:0 !important;
  6145. padding:10px 0 0 !important;
  6146. }
  6147.  
  6148. #sidebar .blogroll li {
  6149. width:100% !important;
  6150. background:none !important;
  6151. color:#666 !important;
  6152. margin-bottom:18px !important;
  6153. padding:0 !important;
  6154. }
  6155.  
  6156.  
  6157.  
  6158. /* ------ Searchform ------ */
  6159. #sidebar #searchsubmit {
  6160. cursor:pointer;
  6161. letter-spacing:1px;
  6162. text-transform:uppercase;
  6163. color:#DDD;
  6164. outline:none;
  6165. border:1px solid #000;
  6166. display:block;
  6167. margin:0;
  6168. padding:8px 12px;
  6169. }
  6170.  
  6171. #sidebar #searchform #s {
  6172. margin-bottom:7px;
  6173. width:90%;
  6174. padding:3px;
  6175. }
  6176.  
  6177. #sidebar #searchform label {
  6178. color:#4C4C4C;
  6179. font-weight:700;
  6180. display:none;
  6181. }
  6182.  
  6183. #searchform label {
  6184. display:none;
  6185. }
  6186.  
  6187. #banner-search {
  6188. position:absolute;
  6189. right:0;
  6190. top:9px;
  6191. height:27px;
  6192. width:158px;
  6193. margin:3px 0 0 0;
  6194. background:rgba(0, 0, 0, 0.2);
  6195. z-index:400;
  6196. -moz-border-radius:15px;
  6197. -webkit-border-radius:15px;
  6198. border-radius:15px;
  6199. }
  6200.  
  6201. #banner-search input {
  6202. background-position:0 -771px;  
  6203. padding:0 0 0 18px;
  6204. width:120px;
  6205. margin:6px 0 0 8px;
  6206. border:none;
  6207. line-height:14px;
  6208. height:15px;
  6209. }
  6210.  
  6211.  
  6212.  
  6213. /* ------ Flickr Widget ------ */
  6214. #flickr_badge_wrapper {
  6215. width:231px;
  6216. margin:0 0 -11px;
  6217. }
  6218.  
  6219. .flickr_badge_image {
  6220. float:left;
  6221. margin:0 11px 11px 0;
  6222. }
  6223.  
  6224. .flickr_badge_image a {
  6225. background:none repeat scroll 0 0 #FFF;
  6226. border:1px solid #DDD;
  6227. box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
  6228. float:left;
  6229. padding:4px;
  6230. }
  6231.  
  6232. .flickr_badge_image img {
  6233. float:left;
  6234. height:52px;
  6235. width:52px;
  6236. }
  6237.  
  6238. #scroll_to_top {
  6239. font-size:11px;
  6240. color:#FFF;
  6241. font-weight:bold;
  6242. float:right;
  6243. background-position:0 -658px;
  6244. margin:5px 0 0 30px;
  6245. padding-left:15px;
  6246. }
  6247.  
  6248.  
  6249.  
  6250. /* ------ Social Media Widget ------ */
  6251. .social_icons {
  6252. list-style-type:none;
  6253. list-style-image:none;
  6254. padding-top:4px;
  6255. }
  6256.  
  6257. .sidebar .social_icons {
  6258. list-style-type:none;
  6259. list-style-image:none;
  6260. padding:8px 0 0 4px;
  6261. }
  6262.  
  6263. .sidebar .social_icons a {
  6264. padding-left:24px;
  6265. }
  6266.  
  6267. .social_icons a {
  6268. padding-top:0px;
  6269. padding-bottom:10px;
  6270. }
  6271.  
  6272. .social_links a:link,.social_links a:active,.social_links a:visited {
  6273. font-weight:600;
  6274. }
  6275.  
  6276. a.rss {
  6277. background-position:0 -317px;
  6278. }
  6279. a.twitter {
  6280. background-position:0 -346px;
  6281. }
  6282.  
  6283. a.facebook {
  6284. background-position:0 -372px;
  6285. }
  6286. a.email {
  6287. background-position:0 -398px;
  6288. }
  6289. a.flickr {
  6290. background-position:0 -424px;
  6291. }
  6292.  
  6293. a.youtube {
  6294. background-position:0 -450px;
  6295. }
  6296.  
  6297. a.linkedin {
  6298. background-position:0 -476px;
  6299. }
  6300.  
  6301. a.foursquare {
  6302. background-position:0 -502px;
  6303. }
  6304.  
  6305. a.delicious {
  6306. background-position:0 -528px;
  6307. }
  6308.  
  6309. a.digg {
  6310. background-position:0 -554px;
  6311. }
  6312.  
  6313. a.google {
  6314. background-position:0 -580px;
  6315. padding-bottom:2px !important;
  6316. }
  6317.  
  6318.  
  6319. a.pinterest {
  6320. background-position:0 -606px;
  6321. }
  6322.  
  6323. a.instagram {
  6324. background-position:0 -632px;
  6325. }
  6326.  
  6327.  
  6328. .top-aside .social_icons {
  6329. margin:0;
  6330. }
  6331.  
  6332. .top-aside .social_icons li + li {
  6333. margin-left: 5px;
  6334. }
  6335.  
  6336. .top-aside .one_half + .one_half .social_icons {
  6337. float:right;
  6338. }
  6339.  
  6340. .top-aside .social_icons li {
  6341. float:left;
  6342. margin-bottom:0;
  6343. }
  6344.  
  6345. .top-aside .social_icons a {
  6346. padding-left:22px;
  6347. padding-top:5px;
  6348. padding-bottom:5px;
  6349. font-weight:bold;
  6350. padding-bottom:0;
  6351. border:none;
  6352. }
  6353.  
  6354. .top-aside .social_icons a.rss {
  6355. background-position: 0 4px !important;
  6356. }
  6357.  
  6358. .top-aside .social_icons a.twitter {
  6359. background-position: 0 -20px !important;
  6360. }
  6361.  
  6362. .top-aside .social_icons a.facebook {
  6363. background-position: 0 -45px !important;
  6364. }
  6365.  
  6366. .top-aside .social_icons a.email {
  6367.     background-position:0 -69px !important;
  6368. }
  6369.  
  6370. .top-aside .social_icons a.flickr {
  6371. background-position: 0 -91px !important;
  6372. }
  6373.  
  6374. .top-aside .social_icons a.youtube {
  6375. background-position: 0 -113px !important;
  6376. padding:9px 0 9px 24px !important;
  6377. }
  6378.  
  6379. .top-aside .social_icons a.linkedin {
  6380. background-position: 0 -148px !important;
  6381. }
  6382.  
  6383. .top-aside .social_icons a.foursquare {
  6384. background-position: 0 -171px !important;
  6385. }
  6386.  
  6387. .top-aside .social_icons a.delicious {
  6388. background-position: 0 -196px !important;
  6389. }
  6390.  
  6391. .top-aside .social_icons a.digg {
  6392.     background-position:0 -218px !important;
  6393. }
  6394.  
  6395. .top-aside .social_icons a.google {
  6396.     background-position:0 -241px !important;
  6397. }
  6398.  
  6399. .top-aside .social_icons a.pinterest {
  6400. background-position: -0px -265px !important;
  6401. }
  6402.  
  6403. .top-aside .social_icons a.instagram {
  6404. background-position: -0px -289px !important;
  6405. }
  6406.  
  6407. .top-aside .social_icons a:hover {
  6408. color:#FFF;
  6409. }
  6410.  
  6411.  
  6412.  
  6413. /* ------ WP-Pagenavi ------ */
  6414. .wp-pagenavi {
  6415. clear: both;
  6416. font-size: 9px;
  6417. height: 110px;
  6418. letter-spacing: 1.6px;
  6419. padding-top: 10px;
  6420. text-align: left;
  6421. text-transform: uppercase;
  6422. margin-top: 25px;
  6423. }
  6424.  
  6425. .blog_page_content .wp-pagenavi {
  6426. margin-top: -20px;
  6427. }
  6428.  
  6429. .wp-pagenavi a,
  6430. .wp-pagenavi .current {
  6431. margin: 0 4px;
  6432. padding: 7px 9px;
  6433. border-radius: 3px 3px 3px 3px;
  6434. }
  6435.  
  6436. .wp-pagenavi a {
  6437. background-color: #F6F6F6;
  6438. border:1px solid #EFEFEF;
  6439. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#F6F6F6));
  6440. background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  6441. background-image:    -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  6442. background-image:     -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  6443. background-image:      -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  6444. }
  6445.  
  6446. .paged-navigation .next,
  6447. .paged-navigation .prev {
  6448. background: none repeat scroll 0 0 transparent;
  6449. border: 0 none;
  6450. }
  6451.  
  6452.  
  6453. .wp-pagenavi a:hover,
  6454. .paged-navigation a:hover {
  6455. text-decoration: none;
  6456. }
  6457.  
  6458. .wp-pagenavi a:hover,
  6459. .wp-pagenavi .current {
  6460. background: url(images/global/bg-input-gradient.gif) repeat-x scroll -1px -2px #F9F9F9;
  6461. border:1px solid #DDD;
  6462. color: #666666;
  6463. }
  6464.  
  6465. .wp-pagenavi .current {
  6466. font-weight:400;
  6467. }
  6468.  
  6469. .gallery-wp-navi .wp-pagenavi {
  6470. height: 40px;
  6471. letter-spacing: 1.6px;
  6472. padding-top: 10px;
  6473. text-align: left;
  6474. text-transform: uppercase;
  6475. margin-top: 20px;
  6476. }
  6477.  
  6478. .wp-pagenavi .pages {
  6479. color:#555;
  6480. }
  6481.  
  6482.  
  6483.  
  6484. /* ------ Twitter Widget ------ */
  6485. #twitter_update_list {
  6486. margin-top:-10px;
  6487. }
  6488.  
  6489. #twitter-link {
  6490. font-size:12px;
  6491. background:url(images/global/sprite.png) 0 -346px no-repeat;
  6492. padding:2px 0 2px 24px;
  6493. display:inline-block;
  6494. margin-left:15px;
  6495. }
  6496.  
  6497. .tz_tweet_widget ul {
  6498. font-family: Georgia,"Times New Roman",Times,serif;
  6499. font-style: italic;
  6500. list-style-type: none;
  6501. padding: 15px;
  6502. word-wrap: break-word;
  6503. }
  6504.  
  6505. .tz_tweet_widget ul li a {
  6506. /**display: none;**/
  6507. }
  6508.  
  6509. .sidebar #twitter_update_list li {
  6510. background: url(images/global/bg-hr-dotted.png) repeat-x scroll center bottom transparent;
  6511. line-height: 20px;
  6512. padding: 10px 0;
  6513. font-size:11px;
  6514. }
  6515.  
  6516. .sidebar #twitter_update_list li:last-child {
  6517. background: none;
  6518. }
  6519.  
  6520. .widget.tz_tweet_widget ul li span a {
  6521. color: #0CA2D1;
  6522. display: inline;
  6523. height: auto;
  6524. line-height: 20px;
  6525. }
  6526.  
  6527. .tz_tweet_widget ul li a:hover {
  6528. text-decoration: underline;
  6529. }
  6530.  
  6531.  
  6532. /* ---Simple Google Site Map CSS--- */
  6533. #SGM {width:100%; height:260px;
  6534. border: 5px solid #FFFFFF;
  6535. box-shadow: 0 0 2px #666666;}
  6536. #SGM .infoWindow {line-height:13px; font-size:10px;}
  6537. #SGM .infoWindow p {font-size:10px !important;}
  6538. #SGM input {margin:4px 4px 0 0; font-size:10px;}
  6539. #SGM input.text {border:solid 1px #ccc; background-color:#fff; padding:2px;}
  6540. #content-container .sidebar-widget #SGM input {
  6541. background:url(images/global/bg_text_field_3.png) no-repeat 0 0 transparent !important;
  6542. border:medium none;
  6543. color:#666;
  6544. font-size:11px;
  6545. height:20px;
  6546. padding:3px 10px 4px;
  6547. width:265px;
  6548. }
  6549. #content-container .sidebar-widget #SGM input[type="text"] {
  6550. margin:0 10px 2px 0;
  6551. width:182px;
  6552. }
  6553.  
  6554. #SGM input.submit {
  6555. height:26px !important;
  6556. line-height:25px !important;
  6557. padding:0px 14px !important;
  6558. display:block !important;
  6559. overflow:hidden !important;
  6560. position:relative !important;
  6561. background-repeat:repeat-x !important;
  6562. background-image:url(images/global/main_button_bg_2.jpg) !important;
  6563. background-position:0px 0px !important;
  6564. border:1px solid #e6e6e6 !important;
  6565. -moz-border-radius:14px !important;
  6566. -webkit-border-radius:14px !important;
  6567. border-radius:14px;
  6568. font-family:Tahoma; font-size:11px; color:#808080 !important;
  6569. text-align:center !important;
  6570. text-shadow:1px 1px #ffffff !important;
  6571. cursor:pointer;
  6572. }
  6573.  
  6574. #SGM input.submit {
  6575. width:auto !important;
  6576. float:right;
  6577. margin-right:60px;cursor:pointer;
  6578. }
  6579.  
  6580.  
  6581. #SGM input.submit:hover {
  6582. background-position:0px -26px !important;
  6583. text-decoration:none !important;
  6584. border:1px solid #ccc !important;
  6585. }
  6586.  
  6587.  
  6588. /* ------ Business Hours Widget ------ */
  6589. .business-hours p {
  6590. margin:0;
  6591. padding:3px 5px;
  6592. }
  6593.  
  6594. .business-hours .odd {
  6595. background: #EEE;
  6596. }
  6597.  
  6598. .business-hours .day {
  6599. font-weight: bold; 
  6600. }
  6601.  
  6602. .business-hours .hours {
  6603. float: right;
  6604. font-size:12px;
  6605. }
  6606.  
  6607.  
  6608. /* ------ Contact Details Widget ------ */
  6609. .contact_details p {
  6610. margin-bottom:3px;
  6611. line-height:17px;  
  6612. }
  6613.  
  6614. .contact_details .address {
  6615. margin-bottom:18px;
  6616. }
  6617.  
  6618. .contact_details_wrap {
  6619. padding:15px;
  6620. -webkit-border-radius:3px;
  6621.    -moz-border-radius:3px;
  6622.         border-radius:3px;
  6623. background: none repeat scroll 0 0 #EEE;
  6624.     box-shadow: 0 1px 2px #C3C3C3;
  6625. }
  6626.  
  6627. footer .contact_details_wrap,
  6628. footer .business-hours .odd {
  6629. background:none;
  6630. box-shadow:none;
  6631. }
  6632.  
  6633.  
  6634. /* ------ Tag Cloud Widget ------ */
  6635. .tagcloud a {
  6636. float: left;
  6637. display: block;
  6638. color: #666666;
  6639. font-size: 12px;
  6640. line-height: 1em;
  6641. margin:0 5px 7px 0;
  6642. padding: 6px 8px;
  6643. background: #EEE;
  6644. border: 1px solid #DDDDDD;
  6645. border-radius: 3px 3px 3px 3px;
  6646. text-shadow: 1px 1px 1px #FFFFFF;
  6647. }
  6648.  
  6649.  
  6650. /* ------ <pre> styling ------ */
  6651. pre, code, tt {
  6652. background: #F3F8FC;
  6653. border: 2px solid #C7DEEC;
  6654. color: #555555;
  6655. display: block;
  6656. font-size: 13px;
  6657. line-height:19px;
  6658. font-family: 'andale mono','lucida console',monospace;
  6659. margin: 20px 0 40px 0;
  6660. overflow: auto;
  6661. padding: 20px;
  6662. word-wrap: break-word;
  6663. }
  6664.  
  6665.  
  6666.  
  6667. /*----------------------------------------------------------*/
  6668. /* 19. PrettyPhoto Styles
  6669. /*----------------------------------------------------------*/
  6670. div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
  6671. div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
  6672. div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
  6673. div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
  6674. div.pp_default .pp_content .ppt{color:#f8f8f8}
  6675. div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
  6676. div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
  6677. div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
  6678. div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
  6679. div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
  6680. div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
  6681. div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
  6682. div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
  6683. div.pp_default .pp_close{background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
  6684. div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
  6685. div.pp_default .pp_social{margin-top:7px}
  6686. div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
  6687. div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
  6688. div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
  6689. div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
  6690. div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
  6691. div.pp_default .pp_content_container .pp_details{margin-top:5px}
  6692. div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
  6693. div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
  6694. div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
  6695. div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
  6696. div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
  6697. div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
  6698. div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
  6699. div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
  6700. div.pp_pic_holder a:focus{outline:none}
  6701. div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
  6702. div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
  6703. .pp_content{height:40px;min-width:40px}
  6704. * html .pp_content{width:40px}
  6705. .pp_content_container{position:relative;text-align:left;width:100%}
  6706. .pp_content_container .pp_left{padding-left:20px}
  6707. .pp_content_container .pp_right{padding-right:20px}
  6708. .pp_content_container .pp_details{float:left;margin:10px 0 2px}
  6709. .pp_description{display:none;margin:0}
  6710. .pp_social{float:left;margin:0}
  6711. .pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
  6712. .pp_social .twitter{float:left}
  6713. .pp_nav{clear:right;float:left;margin:3px 10px 0 0}
  6714. .pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
  6715. .pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
  6716. a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
  6717. .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
  6718. .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
  6719. .pp_gallery div{float:left;overflow:hidden;position:relative}
  6720. .pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
  6721. .pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
  6722. .pp_gallery ul a img{border:0}
  6723. .pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
  6724. .pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
  6725. .pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
  6726. a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
  6727. a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
  6728. a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
  6729. a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
  6730. .pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
  6731. #pp_full_res{line-height:1!important}
  6732. #pp_full_res .pp_inline{text-align:left}
  6733. #pp_full_res .pp_inline p{margin:0 0 15px}
  6734. div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
  6735. div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
  6736. div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
  6737. div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
  6738. div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
  6739. div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
  6740. .pp_top,.pp_bottom{height:20px;position:relative}
  6741. * html .pp_top,* html .pp_bottom{padding:0 20px}
  6742. .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
  6743. .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
  6744. * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
  6745. .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
  6746. .pp_fade,.pp_gallery li.default a img{display:none}
  6747.  
  6748. .pagination a:link, .pagination a:visited{
  6749. color: #717171;
  6750. }
  6751.  
  6752. .meta, .pagination{
  6753. color: #636b73;
  6754. }
  6755.  
  6756.  
  6757. /*----------------------------------------------------------*/
  6758. /* 20. Responsive Media Queries
  6759. /*----------------------------------------------------------*/
  6760.  
  6761. /* Responsive media queries are located within css/_mobile.css */
  6762.  
  6763.  
  6764.  
  6765. /*----------------------------------------------------------*/
  6766. /* 21. WooCommerce
  6767. /*----------------------------------------------------------*/
  6768.  
  6769. /* WooCommerce styles are located within css/_woocommerce.css */
  6770.  
  6771.  
  6772.  
  6773. /*----------------------------------------------------------*/
  6774. /* 22. Internet Explorer
  6775. /*----------------------------------------------------------*/
  6776. #ie8 .footer-nav li a,
  6777. #ie9 .footer-nav li a,
  6778. #ie8 .top-aside ul li a,
  6779. #ie9 .top-aside ul li a {
  6780. border-right:0;
  6781. background:url(images/global/bg-seperator.png) 100% 50% no-repeat;
  6782. }
  6783. #ie8 footer .social_icons a{
  6784.     padding-bottom:0;
  6785. }
  6786. #ie8 .tt-dropcap-round {
  6787. background:url(images/internetExplorer/tt-dropcap-sprite.png) left top no-repeat;
  6788. filter:none;
  6789. }
  6790. #ie8 .tt-dropcap-autumn .tt-dropcap-round {
  6791. background-position:0 -11px;
  6792. }
  6793. #ie8 .tt-dropcap-black-2 .tt-dropcap-round {
  6794. background-position:-41px -51px;
  6795. }
  6796. #ie8 .tt-dropcap-blue-grey .tt-dropcap-round {
  6797. background-position:-82px -92px;
  6798. }
  6799. #ie8 .tt-dropcap-cool-blue .tt-dropcap-round {
  6800. background-position:-122px -133px;
  6801. }
  6802. #ie8 .tt-dropcap-coffee .tt-dropcap-round {
  6803. background-position:-162px -174px;
  6804. }
  6805. #ie8 .tt-dropcap-fire .tt-dropcap-round {
  6806. background-position:-202px -214px;
  6807. }
  6808. #ie8 .tt-dropcap-golden .tt-dropcap-round {
  6809. background-position:-242px -254px;
  6810. }
  6811. #ie8 .tt-dropcap-green-2 .tt-dropcap-round {
  6812. background-position:-282px -295px;
  6813. }
  6814. #ie8 .tt-dropcap-lime-green .tt-dropcap-round {
  6815. background-position:-322px -336px;
  6816. }
  6817. #ie8 .tt-dropcap-periwinkle .tt-dropcap-round {
  6818. background-position:0px -104px;
  6819. }
  6820. #ie8 .tt-dropcap-pink .tt-dropcap-round {
  6821. background-position:-41px -144px;
  6822. }
  6823. #ie8 .tt-dropcap-purple-2 .tt-dropcap-round {
  6824. background-position:-81px -184px;
  6825. }
  6826. #ie8 .tt-dropcap-silver .tt-dropcap-round {
  6827. background-position:-122px -224px;
  6828. }
  6829. #ie8 .tt-dropcap-red-2 .tt-dropcap-round {
  6830. background-position:-162px -264px;
  6831. }
  6832. #ie8 .tt-dropcap-royal-blue .tt-dropcap-round {
  6833. background-position:-202px -305px;
  6834. }
  6835. #ie8 .tt-dropcap-teal-2 .tt-dropcap-round {
  6836. background-position:-243px -346px;
  6837. }
  6838. #ie8 .tt-dropcap-sky-blue .tt-dropcap-round {
  6839. background-position:-283px -386px;
  6840. }
  6841. #ie8 .tt-dropcap-teal-grey .tt-dropcap-round {
  6842. background-position:-323px -426px;
  6843. }
  6844. #ie8 .tt-dropcap-black .tt-dropcap-round {
  6845. background-position:-91px 0px;
  6846. }
  6847. #ie8 .tt-dropcap-grey .tt-dropcap-round {
  6848. background-position:-132px -41px;
  6849. }
  6850. #ie8 .tt-dropcap-blue .tt-dropcap-round {
  6851. background-position:-172px -82px;
  6852. }
  6853. #ie8 .tt-dropcap-green .tt-dropcap-round {
  6854. background-position:-212px -123px;
  6855. }
  6856. #ie8 .tt-dropcap-navy .tt-dropcap-round {
  6857. background-position:-252px -163px;
  6858. }
  6859. #ie8 .tt-dropcap-orange .tt-dropcap-round {
  6860. background-position:-292px -203px;
  6861. }
  6862. #ie8 .tt-dropcap-purple .tt-dropcap-round {
  6863. background-position:-332px -244px;
  6864. }
  6865. #ie8 .tt-dropcap-red .tt-dropcap-round {
  6866. background-position:-372px -285px;
  6867. }
  6868. #ie8 .tt-dropcap-teal .tt-dropcap-round {
  6869. background-position:-202px 0px;
  6870. }
  6871. #ie8 #banner-search {
  6872. position:absolute;
  6873. right:0;
  6874. top:9px;
  6875. height:27px;
  6876. width:158px;
  6877. margin:3px 0 0 0;
  6878. background:url(images/internetExplorer/bg-banner-search.png) 0 0 no-repeat;
  6879. z-index:400;
  6880. }
  6881. #ie8 .top-aside .social_icons a {background:url(images/global/sprite.png) no-repeat;}
  6882. #ie8 .footer-copyright {background:url(images/internetExplorer/bg-footer-copyright.png) center top no-repeat;}
Advertisement
Add Comment
Please, Sign In to add comment