三角形

创意多用途 HTML 模板


Triangle 是一个创意多用途响应式 HTML 模板。这个令人惊叹的模板适用于任何类型的小型企业或创意农场。创意设计、令人惊叹的动画、单色和多色变化是此模板的主要特点。

使用任何文本编辑器(如 sublime text 或 notepad++)打开sendemail.php 文件并查找行 email@email.com。

只需将该电子邮件替换为您的电子邮件并保存文件即可。

  1. <? php
  2.  
  3. 标头'内容类型:application/json' );
  4.  
  5. $状态=数组
  6.  
  7. '类型' => '成功' ,
  8.  
  9. 'message' => '感谢您联系我们。我们将尽快与您联系'
  10.  
  11. (英文):
  12.  
  13.  
  14. $name = @trim stripslashes $_POST [ 'name' ]));
  15.  
  16. $email = @trim stripslashes $_POST [ 'email' ]));
  17.  
  18. $subject = @trim stripslashes $_POST [ 'subject' ]));
  19.  
  20. $message = @trim stripslashes $_POST [ 'message' ]));
  21.  
  22.  
  23. $email_from = $电子邮件
  24.  
  25. $email_to = 'email@email.com' ; //替换为您的电子邮件
  26.  
  27.  
  28. $body = '姓名:' . $name . "\n\n" . '电子邮件:' . $email . "\n\n" . '主题:' . $subject . "\n\n" . '消息:' . $message ;
  29.  
  30.  
  31. $success = @mail ( $email_to , $subject , $body , '发件人:<' . $email_from . '>' );
  32.  
  33.  
  34. 回显 json_encode $status );
  35.  
  36. ;

In main.js file under js folder just look for the latitude and logitude value. Replace that values using correct one and save the file to see your address.

  1. if( $('#gmap').length ) {
  2.  
  3. var map;
  4.  
  5.  
  6. map = new GMaps({
  7.  
  8. el: '#gmap',
  9.  
  10. lat: 43.04446,
  11.  
  12. lng: -76.130791,
  13.  
  14. scrollwheel:false,
  15.  
  16. zoom: 16,
  17.  
  18. zoomControl : false,
  19.  
  20. panControl : false,
  21.  
  22. streetViewControl : false,
  23.  
  24. mapTypeControl: false,
  25.  
  26. overviewMapControl: false,
  27.  
  28. clickable: false
  29.  
  30. });
  31.  
  32.  
  33. map.addMarker({
  34.  
  35. lat: 43.04446,
  36.  
  37. lng: -76.130791,
  38.  
  39. animation: google.maps.Animation.DROP,
  40.  
  41. verticalAlign: 'bottom',
  42.  
  43. horizontalAlign: 'center',
  44.  
  45. backgroundColor: '#3e8bff',
  46.  
  47. });
  48.  
  49. }
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6.  
  7. <meta charset="utf-8">
  8.  
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.  
  11. <meta name="description" content="">
  12.  
  13. <meta name="author" content="">
  14.  
  15. <title>Home | Triangle</title>
  16.  
  17. <link href="css/bootstrap.min.css" rel="stylesheet">
  18.  
  19. <link href="css/font-awesome.min.css" rel="stylesheet">
  20.  
  21. <link href="css/animate.min.css" rel="stylesheet">
  22.  
  23. <link href="css/lightbox.css" rel="stylesheet">
  24.  
  25. <link href="css/main.css" rel="stylesheet">
  26.  
  27. <link href="css/responsive.css" rel="stylesheet">
  28.  
  29.  
  30. <!--[if lt IE 9]>
  31.  
  32. <script src="js/html5shiv.js"></script>
  33.  
  34. <script src="js/respond.min.js"></script>
  35.  
  36. <![endif]-->
  37.  
  38. <link rel="shortcut icon" href="images/ico/favicon.ico">
  39.  
  40. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
  41.  
  42. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
  43.  
  44. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
  45.  
  46. <link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
  47.  
  48. </head><!--/head-->
  49.  
  50.  
  51. <body>
  52.  
  53. <header id="header">
  54.  
  55. <div class="container">
  56.  
  57. <div class="row">
  58.  
  59. <div class="col-sm-12 overflow">
  60.  
  61. <div class="social-icons pull-right">
  62.  
  63. <ul class="nav nav-pills">
  64.  
  65. <li><a href=""><i class="fa fa-facebook"></i></a></li>
  66.  
  67. <li><a href=""><i class="fa fa-twitter"></i></a></li>
  68.  
  69. <li><a href=""><i class="fa fa-google-plus"></i></a></li>
  70.  
  71. <li><a href=""><i class="fa fa-dribbble"></i></a></li>
  72.  
  73. <li><a href=""><i class="fa fa-linkedin"></i></a></li>
  74.  
  75. </ul>
  76.  
  77. </div>
  78.  
  79. </div>
  80.  
  81. </div>
  82.  
  83. </div>
  84.  
  85. <div class="navbar navbar-inverse" role="banner">
  86.  
  87. <div class="container">
  88.  
  89. <div class="navbar-header">
  90.  
  91. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  92.  
  93. <span class="sr-only">Toggle navigation</span>
  94.  
  95. <span class="icon-bar"></span>
  96.  
  97. <span class="icon-bar"></span>
  98.  
  99. <span class="icon-bar"></span>
  100.  
  101. </button>
  102.  
  103.  
  104. <a class="navbar-brand" href="index.html">
  105.  
  106. <h1><img src="images/logo.png" alt="logo"></h1>
  107.  
  108. </a>
  109.  
  110.  
  111. </div>
  112.  
  113. <div class="collapse navbar-collapse">
  114.  
  115. <ul class="nav navbar-nav navbar-right">
  116.  
  117. <li class="active"><a href="index.html">Home</a></li>
  118.  
  119. <li class="dropdown"><a href="#">Pages <i class="fa fa-angle-down"></i></a>
  120.  
  121. <ul role="menu" class="sub-menu">
  122.  
  123. <li><a href="aboutus.html">About</a></li>
  124.  
  125. <li><a href="aboutus2.html">About 2</a></li>
  126.  
  127. <li><a href="service.html">Services</a></li>
  128.  
  129. <li><a href="pricing.html">Pricing</a></li>
  130.  
  131. <li><a href="contact.html">Contact us</a></li>
  132.  
  133. <li><a href="contact2.html">Contact us 2</a></li>
  134.  
  135. <li><a href="404.html">404 error</a></li>
  136.  
  137. <li><a href="coming-soon.html">Coming Soon</a></li>
  138.  
  139. </ul>
  140.  
  141. </li>
  142.  
  143. <li class="dropdown"><a href="blog.html">Blog <i class="fa fa-angle-down"></i></a>
  144.  
  145. <ul role="menu" class="sub-menu">
  146.  
  147. <li><a href="blog.html">Blog Default</a></li>
  148.  
  149. <li><a href="blogtwo.html">Timeline Blog</a></li>
  150.  
  151. <li><a href="blogone.html">2 Columns + Right Sidebar</a></li>
  152.  
  153. <li><a href="blogthree.html">1 Column + Left Sidebar</a></li>
  154.  
  155. <li><a href="blogfour.html">Blog Masonary</a></li>
  156.  
  157. <li><a href="blogdetails.html">Blog Details</a></li>
  158.  
  159. </ul>
  160.  
  161. </li>
  162.  
  163. <li class="dropdown"><a href="portfolio.html">Portfolio <i class="fa fa-angle-down"></i></a>
  164.  
  165. <ul role="menu" class="sub-menu">
  166.  
  167. <li><a href="portfolio.html">Portfolio Default</a></li>
  168.  
  169. <li><a href="portfoliofour.html">Isotope 3 Columns + Right Sidebar</a></li>
  170.  
  171. <li><a href="portfolioone.html">3 Columns + Right Sidebar</a></li>
  172.  
  173. <li><a href="portfoliotwo.html">3 Columns + Left Sidebar</a></li>
  174.  
  175. <li><a href="portfoliothree.html">2 Columns</a></li>
  176.  
  177. <li><a href="portfolio-details.html">Portfolio Details</a></li>
  178.  
  179. </ul>
  180.  
  181. </li>
  182.  
  183. <li><a href="shortcodes.html ">Shortcodes</a></li>
  184.  
  185. </ul>
  186.  
  187. </div>
  188.  
  189. <div class="search">
  190.  
  191. <form role="form">
  192.  
  193. <i class="fa fa-search"></i>
  194.  
  195. <div class="field-toggle">
  196.  
  197. <input type="text" class="search-form" autocomplete="off" placeholder="Search">
  198.  
  199. </div>
  200.  
  201. </form>
  202.  
  203. </div>
  204.  
  205. </div>
  206.  
  207. </div>
  208.  
  209. </header>
  210.  
  211. <!--/#header-->
  212.  
  213.  
  214. <section id="home-slider">
  215.  
  216. <div class="container">
  217.  
  218. <div class="main-slider">
  219.  
  220. <div class="slide-text">
  221.  
  222. <h1>We Are Creative Nerds</h1>
  223.  
  224. <p>Boudin doner frankfurter pig. Cow shank bresaola pork loin tri-tip tongue venison pork belly meatloaf short loin landjaeger biltong beef ribs shankle chicken andouille.</p>
  225.  
  226. <a href="#" class="btn btn-common">SIGN UP</a>
  227.  
  228. </div>
  229.  
  230. <img src="images/home/slider/slide1/house.png" class="img-responsive slider-house" alt="slider image">
  231.  
  232. <img src="images/home/slider/slide1/circle1.png" class="slider-circle1" alt="slider image">
  233.  
  234. <img src="images/home/slider/slide1/circle2.png" class="slider-circle2" alt="slider image">
  235.  
  236. <img src="images/home/slider/slide1/cloud1.png" class="slider-cloud1" alt="slider image">
  237.  
  238. <img src="images/home/slider/slide1/cloud2.png" class="slider-cloud2" alt="slider image">
  239.  
  240. <img src="images/home/slider/slide1/cloud3.png" class="slider-cloud3" alt="slider image">
  241.  
  242. <img src="images/home/slider/slide1/sun.png" class="slider-sun" alt="slider image">
  243.  
  244. <img src="images/home/cycle.png" class="slider-cycle" alt="">
  245.  
  246. </div>
  247.  
  248. </div>
  249.  
  250. <div class="preloader"><i class="fa fa-sun-o fa-spin"></i></div>
  251.  
  252. </section>
  253.  
  254. <!--/#home-slider-->
  255.  
  256.  
  257. <section id="services">
  258.  
  259. <div class="container">
  260.  
  261. <div class="row">
  262.  
  263. <div class="col-sm-4 text-center padding wow fadeIn" data-wow-duration="1000ms" data-wow-delay="300ms">
  264.  
  265. <div class="single-service">
  266.  
  267. <div class="wow scaleIn" data-wow-duration="500ms" data-wow-delay="300ms">
  268.  
  269. <img src="images/home/icon1.png" alt="">
  270.  
  271. </div>
  272.  
  273. <h2>Incredibly Responsive</h2>
  274.  
  275. <p>Ground round tenderloin flank shank ribeye. Hamkevin meatball swine. Cow shankle beef sirloin chicken ground round.</p>
  276.  
  277. </div>
  278.  
  279. </div>
  280.  
  281. <div class="col-sm-4 text-center padding wow fadeIn" data-wow-duration="1000ms" data-wow-delay="600ms">
  282.  
  283. <div class="single-service">
  284.  
  285. <div class="wow scaleIn" data-wow-duration="500ms" data-wow-delay="600ms">
  286.  
  287. <img src="images/home/icon2.png" alt="">
  288.  
  289. </div>
  290.  
  291. <h2>Superior Typography</h2>
  292.  
  293. <p>Hamburger ribeye drumstick turkey, strip steak sausage ground round shank pastrami beef brisket pancetta venison.</p>
  294.  
  295. </div>
  296.  
  297. </div>
  298.  
  299. <div class="col-sm-4 text-center padding wow fadeIn" data-wow-duration="1000ms" data-wow-delay="900ms">
  300.  
  301. <div class="single-service">
  302.  
  303. <div class="wow scaleIn" data-wow-duration="500ms" data-wow-delay="900ms">
  304.  
  305. <img src="images/home/icon3.png" alt="">
  306.  
  307. </div>
  308.  
  309. <h2>Swift Page Builder</h2>
  310.  
  311. <p>Venison tongue, salami corned beef ball tip meatloaf bacon. Fatback pork belly bresaola tenderloin bone pork kevin shankle.</p>
  312.  
  313. </div>
  314.  
  315. </div>
  316.  
  317. </div>
  318.  
  319. </div>
  320.  
  321. </section>
  322.  
  323. <!--/#services-->
  324.  
  325.  
  326. <section id="action" class="responsive">
  327.  
  328. <div class="vertical-center">
  329.  
  330. <div class="container">
  331.  
  332. <div class="row">
  333.  
  334. <div class="action take-tour">
  335.  
  336. <div class="col-sm-7 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
  337.  
  338. <h1 class="title">Triangle Corporate Template</h1>
  339.  
  340. <p>A responsive, retina-ready &amp; wide multipurpose template.</p>
  341.  
  342. </div>
  343.  
  344. <div class="col-sm-5 text-center wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
  345.  
  346. <div class="tour-button">
  347.  
  348. <a href="#" class="btn btn-common">TAKE THE TOUR</a>
  349.  
  350. </div>
  351.  
  352. </div>
  353.  
  354. </div>
  355.  
  356. </div>
  357.  
  358. </div>
  359.  
  360. </div>
  361.  
  362. </section>
  363.  
  364. <!--/#action-->
  365.  
  366.  
  367. <section id="features">
  368.  
  369. <div class="container">
  370.  
  371. <div class="row">
  372.  
  373. <div class="single-features">
  374.  
  375. <div class="col-sm-5 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
  376.  
  377. <img src="images/home/image1.png" class="img-responsive" alt="">
  378.  
  379. </div>
  380.  
  381. <div class="col-sm-6 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
  382.  
  383. <h2>Experienced and Enthusiastic</h2>
  384.  
  385. <P>Pork belly leberkas cow short ribs capicola pork loin. Doner fatback frankfurter jerky meatball pastrami bacon tail sausage. Turkey fatback ball tip, tri-tip tenderloin drumstick salami strip steak.</P>
  386.  
  387. </div>
  388.  
  389. </div>
  390.  
  391. <div class="single-features">
  392.  
  393. <div class="col-sm-6 col-sm-offset-1 align-right wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
  394.  
  395. <h2>Built for the Responsive Web</h2>
  396.  
  397. <P>Mollit eiusmod id chuck turducken laboris meatloaf pork loin tenderloin swine. Pancetta excepteur fugiat strip steak tri-tip. Swine salami eiusmod sint, ex id venison non. Fugiat ea jowl cillum meatloaf.</P>
  398.  
  399. </div>
  400.  
  401. <div class="col-sm-5 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
  402.  
  403. <img src="images/home/image2.png" class="img-responsive" alt="">
  404.  
  405. </div>
  406.  
  407. </div>
  408.  
  409. <div class="single-features">
  410.  
  411. <div class="col-sm-5 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
  412.  
  413. <img src="images/home/image3.png" class="img-responsive" alt="">
  414.  
  415. </div>
  416.  
  417. <div class="col-sm-6 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
  418.  
  419. <h2>Experienced and Enthusiastic</h2>
  420.  
  421. <P>Ut officia cupidatat anim excepteur fugiat cillum ea occaecat rump pork chop tempor. Ut tenderloin veniam commodo. Shankle aliquip short ribs, chicken eiusmod exercitation shank landjaeger spare ribs corned beef.</P>
  422.  
  423. </div>
  424.  
  425. </div>
  426.  
  427. </div>
  428.  
  429. </div>
  430.  
  431. </section>
  432.  
  433. <!--/#features-->
  434.  
  435.  
  436. <section id="clients">
  437.  
  438. <div class="container">
  439.  
  440. <div class="row">
  441.  
  442. <div class="col-sm-12">
  443.  
  444. <div class="clients text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="300ms">
  445.  
  446. <p><img src="images/home/clients.png" class="img-responsive" alt=""></p>
  447.  
  448. <h1 class="title">Happy Clients</h1>
  449.  
  450. <p>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <br> Ut enim ad minim veniam, quis nostrud </p>
  451.  
  452. </div>
  453.  
  454. <div class="clients-logo wow fadeIn" data-wow-duration="1000ms" data-wow-delay="600ms">
  455.  
  456. <div class="col-xs-3 col-sm-2">
  457.  
  458. <a href="#"><img src="images/home/client1.png" class="img-responsive" alt=""></a>
  459.  
  460. </div>
  461.  
  462. <div class="col-xs-3 col-sm-2">
  463.  
  464. <a href="#"><img src="images/home/client2.png" class="img-responsive" alt=""></a>
  465.  
  466. </div>
  467.  
  468. <div class="col-xs-3 col-sm-2">
  469.  
  470. <a href="#"><img src="images/home/client3.png" class="img-responsive" alt=""></a>
  471.  
  472. </div>
  473.  
  474. <div class="col-xs-3 col-sm-2">
  475.  
  476. <a href="#"><img src="images/home/client4.png" class="img-responsive" alt=""></a>
  477.  
  478. </div>
  479.  
  480. <div class="col-xs-3 col-sm-2">
  481.  
  482. <a href="#"><img src="images/home/client5.png" class="img-responsive" alt=""></a>
  483.  
  484. </div>
  485.  
  486. <div class="col-xs-3 col-sm-2">
  487.  
  488. <a href="#"><img src="images/home/client6.png" class="img-responsive" alt=""></a>
  489.  
  490. </div>
  491.  
  492. </div>
  493.  
  494. </div>
  495.  
  496. </div>
  497.  
  498. </div>
  499.  
  500. </section>
  501.  
  502. <!--/#clients-->
  503.  
  504.  
  505. <footer id="footer">
  506.  
  507. <div class="container">
  508.  
  509. <div class="row">
  510.  
  511. <div class="col-sm-12 text-center bottom-separator">
  512.  
  513. <img src="images/home/under.png" class="img-responsive inline" alt="">
  514.  
  515. </div>
  516.  
  517. <div class="col-md-4 col-sm-6">
  518.  
  519. <div class="testimonial bottom">
  520.  
  521. <h2>Testimonial</h2>
  522.  
  523. <div class="media">
  524.  
  525. <div class="pull-left">
  526.  
  527. <a href="#"><img src="images/home/profile1.png" alt=""></a>
  528.  
  529. </div>
  530.  
  531. <div class="media-body">
  532.  
  533. <blockquote>Nisi commodo bresaola, leberkas venison eiusmod bacon occaecat labore tail.</blockquote>
  534.  
  535. <h3><a href="#">- Jhon Kalis</a></h3>
  536.  
  537. </div>
  538.  
  539. </div>
  540.  
  541. <div class="media">
  542.  
  543. <div class="pull-left">
  544.  
  545. <a href="#"><img src="images/home/profile2.png" alt=""></a>
  546.  
  547. </div>
  548.  
  549. <div class="media-body">
  550.  
  551. <blockquote>Capicola nisi flank sed minim sunt aliqua rump pancetta leberkas venison eiusmod.</blockquote>
  552.  
  553. <h3><a href="">- Abraham Josef</a></h3>
  554.  
  555. </div>
  556.  
  557. </div>
  558.  
  559. </div>
  560.  
  561. </div>
  562.  
  563. <div class="col-md-3 col-sm-6">
  564.  
  565. <div class="contact-info bottom">
  566.  
  567. <h2>Contacts</h2>
  568.  
  569. <address>
  570.  
  571. E-mail: <a href="mailto:someone@example.com">email@email.com</a> <br>
  572.  
  573. Phone: +1 (123) 456 7890 <br>
  574.  
  575. Fax: +1 (123) 456 7891 <br>
  576.  
  577. </address>
  578.  
  579.  
  580. <h2>Address</h2>
  581.  
  582. <address>
  583.  
  584. Unit C2, St.Vincent's Trading Est., <br>
  585.  
  586. Feeder Road, <br>
  587.  
  588. Bristol, BS2 0UY <br>
  589.  
  590. United Kingdom <br>
  591.  
  592. </address>
  593.  
  594. </div>
  595.  
  596. </div>
  597.  
  598. <div class="col-md-4 col-sm-12">
  599.  
  600. <div class="contact-form bottom">
  601.  
  602. <h2>Send a message</h2>
  603.  
  604. <form id="main-contact-form" name="contact-form" method="post" action="sendemail.php">
  605.  
  606. <div class="form-group">
  607.  
  608. <input type="text" name="name" class="form-control" required="required" placeholder="Name">
  609.  
  610. </div>
  611.  
  612. <div class="form-group">
  613.  
  614. <input type="email" name="email" class="form-control" required="required" placeholder="Email Id">
  615.  
  616. </div>
  617.  
  618. <div class="form-group">
  619.  
  620. <textarea name="message" id="message" required="required" class="form-control" rows="8" placeholder="Your text here"></textarea>
  621.  
  622. </div>
  623.  
  624. <div class="form-group">
  625.  
  626. <input type="submit" name="submit" class="btn btn-submit" value="Submit">
  627.  
  628. </div>
  629.  
  630. </form>
  631.  
  632. </div>
  633.  
  634. </div>
  635.  
  636. <div class="col-sm-12">
  637.  
  638. <div class="copyright-text text-center">
  639.  
  640. <p>&copy; Your Company 2014. All Rights Reserved.</p>
  641.  
  642. <p>Designed by <a target="_blank" href="http://www.themeum.com">Themeum</a></p>
  643.  
  644. </div>
  645.  
  646. </div>
  647.  
  648. </div>
  649.  
  650. </div>
  651.  
  652. </footer>
  653.  
  654. <!--/#footer-->
  655.  
  656.  
  657. <script type="text/javascript" src="js/jquery.js"></script>
  658.  
  659. <script type="text/javascript" src="js/bootstrap.min.js"></script>
  660.  
  661. <script type="text/javascript" src="js/lightbox.min.js"></script>
  662.  
  663. <script type="text/javascript" src="js/wow.min.js"></script>
  664.  
  665. <script type="text/javascript" src="js/main.js"></script>
  666.  
  667. </body>
  668.  
  669. </html>
 

jQuery(function($) {'use strict';

//Responsive Nav

$('li.dropdown').find('.fa-angle-down').each(function(){

$(this).on('click', function(){

if( $(window).width() < 768 ) {

$(this).parent().next().slideToggle();

}

return false;

});

});

//Fit Vids

if( $('#video-container').length ) {

$("#video-container").fitVids();

}

//Initiat WOW JS

new WOW().init();

// portfolio filter

$(window).load(function(){

$('.main-slider').addClass('animate-in');

$('.preloader').remove();

//End Preloader

if( $('.masonery_area').length ) {

$('.masonery_area').masonry();//Masonry

}

var $portfolio_selectors = $('.portfolio-filter >li>a');

if($portfolio_selectors.length) {

var $portfolio = $('.portfolio-items');

$portfolio.isotope({

itemSelector : '.portfolio-item',

layoutMode : 'fitRows'

});

$portfolio_selectors.on('click', function(){

$portfolio_selectors.removeClass('active');

$(this).addClass('active');

var selector = $(this).attr('data-filter');

$portfolio.isotope({ filter: selector });

return false;

});

}

});

$('.timer').each(count);

function count(options) {

var $this = $(this);

options = $.extend({}, options || {}, $this.data('countToOptions') || {});

$this.countTo(options);

}

// Search

$('.fa-search').on('click', function() {

$('.field-toggle').fadeToggle(200);

});

// Contact form

var form = $('#main-contact-form');

form.submit(function(event){

event.preventDefault();

var form_status = $('<div class="form_status"></div>');

$.ajax({

url: $(this).attr('action'),

beforeSend: function(){

form.prepend( form_status.html('<p><i class="fa fa-spinner fa-spin"></i> Email is sending...</p>').fadeIn() );

}

}).done(function(data){

form_status.html('<p class="text-success">' + data.message + '</p>').delay(3000).fadeOut();

});

});

// Progress Bar

$.each($('div.progress-bar'),function(){

$(this).css('width', $(this).attr('data-transition')+'%');

});

if( $('#gmap').length ) {

var map;

map = new GMaps({

el: '#gmap',

lat: 43.04446,

lng: -76.130791,

scrollwheel:false,

zoom: 16,

zoomControl : false,

panControl : false,

streetViewControl : false,

mapTypeControl: false,

overviewMapControl: false,

clickable: false

});

map.addMarker({

lat: 43.04446,

lng: -76.130791,

animation: google.maps.Animation.DROP,

verticalAlign: 'bottom',

horizontalAlign: 'center',

backgroundColor: '#3e8bff',

});

}

});

  1. /*
  2.  
  3. Theme Name: Triangle
  4.  
  5. Theme Uri: http://www.themeum.com
  6.  
  7. Author: Themeum
  8.  
  9. Author Uri: http://www.themeum.com
  10.  
  11. Description: Creative Site Template
  12.  
  13. Version: 1.0
  14.  
  15. */
  16.  
  17.  
  18. @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
  19.  
  20. @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
  21.  
  22. @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
  23.  
  24.  
  25. body {
  26.  
  27. background: #fff;
  28.  
  29. font-family: 'Lato', sans-serif;
  30.  
  31. font-weight: 300;
  32.  
  33. font-size: 14px;
  34.  
  35. line-height: 22px;
  36.  
  37. color: #000;
  38.  
  39. }
  40.  
  41.  
  42. html {
  43.  
  44. height: 100%;
  45.  
  46. }
  47.  
  48.  
  49.  
  50. a{
  51.  
  52. color:#a5732a;
  53.  
  54. }
  55.  
  56.  
  57. a:hover {
  58.  
  59. outline: none;
  60.  
  61. text-decoration:none;
  62.  
  63. color:#dab074;
  64.  
  65. }
  66.  
  67.  
  68. a:focus {
  69.  
  70. outline:none;
  71.  
  72. outline-offset: 0;
  73.  
  74. }
  75.  
  76.  
  77. a {
  78.  
  79. -webkit-transition: 300ms;
  80.  
  81. -moz-transition: 300ms;
  82.  
  83. -o-transition: 300ms;
  84.  
  85. transition: 300ms;
  86.  
  87. }
  88.  
  89.  
  90.  
  91. ul {
  92.  
  93. list-style: none;
  94.  
  95. }
  96.  
  97.  
  98. h1, h2, h3, h4, h5, h6 {
  99.  
  100. font-family: 'Lato', sans-serif;
  101.  
  102. font-weight: 300;
  103.  
  104. }
  105.  
  106.  
  107. h1{
  108.  
  109. color: #686868;
  110.  
  111. }
  112.  
  113.  
  114. h2{
  115.  
  116. font-size: 24px;
  117.  
  118. color: #686868;
  119.  
  120. }
  121.  
  122.  
  123. h3{
  124.  
  125. font-size: 18px;
  126.  
  127. }
  128.  
  129.  
  130. .overflow{
  131.  
  132. overflow: hidden;
  133.  
  134. }
  135.  
  136.  
  137. .uppercase{
  138.  
  139. text-transform: uppercase;
  140.  
  141. }
  142.  
  143.  
  144. .btn-common {
  145.  
  146. font-size: 14px;
  147.  
  148. color: #797979;
  149.  
  150. border: 1px solid #dbb075;
  151.  
  152. font-family: 'Open Sans', sans-serif;
  153.  
  154. font-weight: 300;
  155.  
  156. padding: 10px 25px;
  157.  
  158. }
  159.  
  160.  
  161. #action .col-sm-5{
  162.  
  163. position: absolute;
  164.  
  165.  
  166. top: 0;
  167.  
  168. height: 100%;
  169.  
  170. right: 0;
  171.  
  172. }
  173.  
  174.  
  175.  
  176. .btn-common:hover,
  177.  
  178. .btn-common:focus{
  179.  
  180. outline: none;
  181.  
  182. background: none;
  183.  
  184. box-shadow: none;
  185.  
  186. color: #d29948;
  187.  
  188. }
  189.  
  190.  
  191. .align-right{
  192.  
  193. text-align: right;
  194.  
  195. }
  196.  
  197.  
  198. .inline{
  199.  
  200. display: inline-block;
  201.  
  202. }
  203.  
  204.  
  205. .padding{
  206.  
  207. padding: 65px 0;
  208.  
  209. }
  210.  
  211.  
  212. .padding-bottom{
  213.  
  214. padding-bottom: 65px;
  215.  
  216. }
  217.  
  218.  
  219. .padding-top{
  220.  
  221. padding-top: 90px;
  222.  
  223. }
  224.  
  225.  
  226. .padding-right{
  227.  
  228. padding-right: 80px;
  229.  
  230. }
  231.  
  232.  
  233. .padding-left{
  234.  
  235. padding-left: 80px;
  236.  
  237. }
  238.  
  239.  
  240. .margin-bottom{
  241.  
  242. margin-bottom: 35px;
  243.  
  244. }
  245.  
  246.  
  247. .carousel-indicators.visible-xs {
  248.  
  249. height: 20px;
  250.  
  251. margin: 0;
  252.  
  253. padding: 0;
  254.  
  255. position: absolute;
  256.  
  257. top: -35px;
  258.  
  259. width: 100%;
  260.  
  261. left: 0;
  262.  
  263. }
  264.  
  265.  
  266. .carousel-indicators.visible-xs li {
  267.  
  268. border-color: #D29948;
  269.  
  270. border-width: 2px;
  271.  
  272. height: 12px;
  273.  
  274. margin: 0 5px 0 0;
  275.  
  276. width: 12px;
  277.  
  278. }
  279.  
  280.  
  281. .carousel-indicators.visible-xs li.active {
  282.  
  283. background: rgba(210, 153, 72, 0.7);
  284.  
  285. }
  286.  
  287.  
  288.  
  289.  
  290.  
  291. /*************************
  292.  
  293. *******Header******
  294.  
  295. **************************/
  296.  
  297.  
  298.  
  299. #header{
  300.  
  301. margin-bottom: 0;
  302.  
  303. padding: 30px 0 60px 0;
  304.  
  305. }
  306.  
  307.  
  308. #header .navbar-inverse .container{
  309.  
  310. position: relative;
  311.  
  312. }
  313.  
  314.  
  315. .search{
  316.  
  317. position: absolute;
  318.  
  319. top: 20px;
  320.  
  321. right: 0;
  322.  
  323. z-index: 1;
  324.  
  325. }
  326.  
  327.  
  328. .search i{
  329.  
  330. color: #dbb075;
  331.  
  332. cursor: pointer;
  333.  
  334. position: absolute;
  335.  
  336. right: 10px;
  337.  
  338. top: 2px;
  339.  
  340. }
  341.  
  342.  
  343. .field-toggle{
  344.  
  345. position: relative;
  346.  
  347. top: 30px;
  348.  
  349. right: 15px;
  350.  
  351. display: none;
  352.  
  353. height: 50px;
  354.  
  355. }
  356.  
  357.  
  358. .search-form{
  359.  
  360. padding-left: 10px;
  361.  
  362. height: 40px;
  363.  
  364. font-size: 18px;
  365.  
  366. color: #818285;
  367.  
  368. font-weight: 300;
  369.  
  370. outline: none;
  371.  
  372. border: 1px solid #dbb075;
  373.  
  374. margin-top: 20px;
  375.  
  376. border-radius: 4px;
  377.  
  378. }
  379.  
  380.  
  381. .social-icons ul li{
  382.  
  383. padding: 0 10px;
  384.  
  385.  
  386. }
  387.  
  388.  
  389. .social-icons ul li:last-child{
  390.  
  391. padding-right: 0;
  392.  
  393.  
  394. }
  395.  
  396.  
  397. .social-icons ul li a{
  398.  
  399. font-size: 18px;
  400.  
  401. color: #d3d3d3;
  402.  
  403. padding: 0;
  404.  
  405. }
  406.  
  407.  
  408. .social-icons ul li a:hover,
  409.  
  410. .social-icons ul li a:focus{
  411.  
  412. color:#dbb075;
  413.  
  414. background: none;
  415.  
  416. }
  417.  
  418.  
  419. #header .navbar {
  420.  
  421. background: #fff;
  422.  
  423. border: 0;
  424.  
  425. margin-bottom: 0;
  426.  
  427. }
  428.  
  429.  
  430. #header .navbar-toggle{
  431.  
  432. margin-top: 20px;
  433.  
  434. }
  435.  
  436.  
  437. #header .navbar-brand{
  438.  
  439. padding: 0;
  440.  
  441. margin-left: 0;
  442.  
  443. }
  444.  
  445.  
  446. #header .navbar-brand h1{
  447.  
  448. padding: 0;
  449.  
  450. margin: 0;
  451.  
  452. }
  453.  
  454.  
  455. #header .navbar-nav.navbar-right >li:last-child{
  456.  
  457. margin-right: 20px;
  458.  
  459. }
  460.  
  461.  
  462. #header .navbar-nav.navbar-right >li a {
  463.  
  464. color: #000;
  465.  
  466. font-size: 12px;
  467.  
  468. padding: 20px;
  469.  
  470. text-transform: uppercase;
  471.  
  472. font-weight: 300;
  473.  
  474. }
  475.  
  476.  
  477. #header .navbar-inverse .navbar-nav li.active > a,
  478.  
  479. #header .navbar-inverse .navbar-nav li.active > a:focus,
  480.  
  481. #header .navbar-nav.navbar-right li > a:hover,
  482.  
  483. .navbar-inverse .navbar-nav > .open > a {
  484.  
  485. background-color: inherit;
  486.  
  487. border: 0;
  488.  
  489. color: #d29948;
  490.  
  491. }
  492.  
  493.  
  494. #header .navbar-inverse .navbar-nav li a:hover{
  495.  
  496. color: #d29948;
  497.  
  498. }
  499.  
  500.  
  501.  
  502. /*Dropdown menu*/
  503.  
  504.  
  505. ul.sub-menu {
  506.  
  507. display: none;
  508.  
  509. list-style: none;
  510.  
  511. padding: 0;
  512.  
  513. margin: 0;
  514.  
  515. }
  516.  
  517.  
  518. #header .navbar-nav li ul.sub-menu li a {
  519.  
  520. color: #818285;
  521.  
  522. padding: 5px 0;
  523.  
  524. font-size: 13px;
  525.  
  526. display: block;
  527.  
  528. text-transform: capitalize;
  529.  
  530. }
  531.  
  532.  
  533. #header .navbar-nav li ul.sub-menu li .active{
  534.  
  535. background: #fef7ee;
  536.  
  537. color: #d29948;
  538.  
  539. position: relative;
  540.  
  541. }
  542.  
  543.  
  544. #header .navbar-nav li ul.sub-menu li .active i{
  545.  
  546. position: absolute;
  547.  
  548. font-size: 56px;
  549.  
  550. top: -13px;
  551.  
  552. color: #dab074;
  553.  
  554. }
  555.  
  556.  
  557. #header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  558.  
  559. left: -3px;
  560.  
  561. }
  562.  
  563.  
  564. #header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  565.  
  566. right: -3px;
  567.  
  568. }
  569.  
  570.  
  571.  
  572. #header .navbar-nav li ul.sub-menu li a:hover,
  573.  
  574. #header .navbar-nav li ul.sub-menu li a:focus{
  575.  
  576. background: #fef7ee;
  577.  
  578. color: #d29948;
  579.  
  580. }
  581.  
  582.  
  583. .fa-angle-down{
  584.  
  585. padding-left: 5px;
  586.  
  587. }
  588.  
  589.  
  590. .scaleIn {
  591.  
  592. -webkit-animation-name: scaleIn;
  593.  
  594. animation-name: scaleIn;
  595.  
  596. }
  597.  
  598.  
  599. @-webkit-keyframes scaleIn {
  600.  
  601. 0% {
  602.  
  603. opacity: 0;
  604.  
  605. -webkit-transform: scale(0);
  606.  
  607. transform: scale(0);
  608.  
  609. }
  610.  
  611.  
  612. 100% {
  613.  
  614. opacity: 1;
  615.  
  616. -webkit-transform: scale(1);
  617.  
  618. transform: scale(1);
  619.  
  620. }
  621.  
  622. }
  623.  
  624.  
  625. @keyframes scaleIn {
  626.  
  627. 0% {
  628.  
  629. opacity: 0;
  630.  
  631. -webkit-transform: scale(0);
  632.  
  633. -ms-transform: scale(0);
  634.  
  635. transform: scale(0);
  636.  
  637. }
  638.  
  639.  
  640. 100% {
  641.  
  642. opacity: 1;
  643.  
  644. -webkit-transform: scale(1);
  645.  
  646. -ms-transform: scale(1);
  647.  
  648. transform: scale(1);
  649.  
  650. }
  651.  
  652. }
  653.  
  654.  
  655.  
  656. /*************************
  657.  
  658. *******Footer******
  659.  
  660. **************************/
  661.  
  662.  
  663. #footer {
  664.  
  665. padding-bottom: 75px;
  666.  
  667. background-image: url(../images/home/footer.png);
  668.  
  669. background-repeat: repeat-x;
  670.  
  671. background-position: bottom;
  672.  
  673. background-size: contain;
  674.  
  675. }
  676.  
  677.  
  678. #footer h1{
  679.  
  680. margin-bottom: 65px;
  681.  
  682. margin-top: 36px;
  683.  
  684. }
  685.  
  686.  
  687. #footer .bottom-separator {
  688.  
  689. margin-bottom: 60px;
  690.  
  691. }
  692.  
  693.  
  694. #message {
  695.  
  696. height: 110px;
  697.  
  698. resize: none;
  699.  
  700. }
  701.  
  702.  
  703. .bottom > h2 {
  704.  
  705. margin-top: 0;
  706.  
  707. margin-bottom: 26px;
  708.  
  709. }
  710.  
  711.  
  712. .bottom .media-body h3 {
  713.  
  714. margin-top: 0;
  715.  
  716. padding-left: 25px;
  717.  
  718. }
  719.  
  720.  
  721. .bottom .media-body h3 a{
  722.  
  723. color: #d99c4e;
  724.  
  725. }
  726.  
  727.  
  728. .testimonial .media{
  729.  
  730. margin-top: 0;
  731.  
  732. margin-bottom: 25px;
  733.  
  734. }
  735.  
  736.  
  737. .testimonial .media>.pull-left{
  738.  
  739. margin-right: 25px;
  740.  
  741. }
  742.  
  743.  
  744. .testimonial .media>.pull-left img{
  745.  
  746. margin-top: 6px;
  747.  
  748. }
  749.  
  750.  
  751. .testimonial .media .media-body blockquote{
  752.  
  753. padding-left: 25px;
  754.  
  755. padding-right: 30px;
  756.  
  757. position: relative;
  758.  
  759. border-left: 0;
  760.  
  761. margin-bottom: 0;
  762.  
  763. }
  764.  
  765.  
  766. .testimonial .media .media-body blockquote:before{
  767.  
  768. position: absolute;
  769.  
  770. left: 5px;
  771.  
  772. top: 8px;
  773.  
  774. content: '"';
  775.  
  776. font-size: 40px;
  777.  
  778. color: #d99c4e;
  779.  
  780. font-family: 'Noto Sans', sans-serif;
  781.  
  782. transform:rotate(180deg);
  783.  
  784. -ms-transform:rotate(180deg); /* IE 9 */
  785.  
  786. -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  787.  
  788. line-height: 0;
  789.  
  790. }
  791.  
  792.  
  793. .testimonial .media .media-body blockquote:after{
  794.  
  795. position: absolute;
  796.  
  797. right: 30px;
  798.  
  799. bottom: 14px;
  800.  
  801. content: '"';
  802.  
  803. font-size: 40px;
  804.  
  805. color: #d99c4e;
  806.  
  807. font-family: 'Noto Sans', sans-serif;
  808.  
  809. line-height: 0;
  810.  
  811. }
  812.  
  813.  
  814. .bottom > address {
  815.  
  816. line-height: 22px;
  817.  
  818. margin-bottom: 40px;
  819.  
  820. }
  821.  
  822.  
  823. .form-control {
  824.  
  825. border: 1px solid #d99c4e;
  826.  
  827. font-weight: 300;
  828.  
  829. outline: none;
  830.  
  831. box-shadow: none;
  832.  
  833. height: 40px;
  834.  
  835. }
  836.  
  837.  
  838. .form-control:hover,
  839.  
  840. .form-control:focus{
  841.  
  842. border-color: #d29948;
  843.  
  844. outline: none;
  845.  
  846. box-shadow: none;
  847.  
  848. }
  849.  
  850.  
  851. .btn-submit {
  852.  
  853. width: 100%;
  854.  
  855. background-color: #d89b4e;
  856.  
  857. color: #fff;
  858.  
  859. font-size: 14px;
  860.  
  861. font-weight: 300;
  862.  
  863. letter-spacing: 5px;
  864.  
  865. text-transform: uppercase;
  866.  
  867. border-radius: 3px;
  868.  
  869. margin-top: 5px;
  870.  
  871. border-bottom: 3px solid #a56617;
  872.  
  873. box-shadow: none;
  874.  
  875. padding: 10px;
  876.  
  877. }
  878.  
  879.  
  880. .btn-submit:hover,
  881.  
  882. .btn-submit:focus{
  883.  
  884. color: #fff;
  885.  
  886. outline: none;
  887.  
  888. box-shadow: none;
  889.  
  890. opacity: .8;
  891.  
  892. }
  893.  
  894.  
  895. .copyright-text{
  896.  
  897. margin-top: 70px;
  898.  
  899. }
  900.  
  901.  
  902. /*************************
  903.  
  904. *******Home Page******
  905.  
  906. **************************/
  907.  
  908.  
  909. #home-slider {
  910.  
  911. background: url(../images/home/slider-bg.png) 0 100% repeat-x;
  912.  
  913. position: relative;
  914.  
  915. }
  916.  
  917.  
  918. #home-slider .main-slider {
  919.  
  920. position: relative;
  921.  
  922. height: 450px;
  923.  
  924. }
  925.  
  926.  
  927. #home-slider .slide-text{
  928.  
  929. position: absolute;
  930.  
  931. top: 50px;
  932.  
  933. left: 0;
  934.  
  935. width: 450px;
  936.  
  937. }
  938.  
  939.  
  940. .animate-in .slide-text {
  941.  
  942. -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  943.  
  944. animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  945.  
  946. }
  947.  
  948.  
  949. #home-slider .slider-house {
  950.  
  951. position: absolute;
  952.  
  953. right: 0;
  954.  
  955. bottom: 0;
  956.  
  957. }
  958.  
  959.  
  960. .animate-in .slider-house {
  961.  
  962. -webkit-animation: fadeInDown 700ms ease-in-out 200ms both;
  963.  
  964. animation: fadeInDown 700ms ease-in-out 200ms both;
  965.  
  966. }
  967.  
  968.  
  969. #home-slider .slider-circle1 {
  970.  
  971. position: absolute;
  972.  
  973. right: 430px;
  974.  
  975. bottom: 210px;
  976.  
  977. }
  978.  
  979.  
  980. .animate-in .slider-circle1 {
  981.  
  982. -webkit-animation: bounceIn 500ms ease-in-out 900ms both;
  983.  
  984. animation: bounceIn 500ms ease-in-out 900ms both;
  985.  
  986. }
  987.  
  988.  
  989. #home-slider .slider-circle2 {
  990.  
  991. position: absolute;
  992.  
  993. right: 420px;
  994.  
  995. bottom: 245px;
  996.  
  997. }
  998.  
  999.  
  1000. .animate-in .slider-circle2 {
  1001.  
  1002. -webkit-animation: bounceIn 500ms ease-in-out 1100ms both;
  1003.  
  1004. animation: bounceIn 500ms ease-in-out 1100ms both;
  1005.  
  1006. }
  1007.  
  1008.  
  1009. #home-slider .slider-cloud1 {
  1010.  
  1011. position: absolute;
  1012.  
  1013. right: 290px;
  1014.  
  1015. bottom: 250px;
  1016.  
  1017. }
  1018.  
  1019.  
  1020. .animate-in .slider-cloud1 {
  1021.  
  1022. -webkit-animation: bounceIn 500ms ease-in-out 1300ms both;
  1023.  
  1024. animation: bounceIn 500ms ease-in-out 1300ms both;
  1025.  
  1026. }
  1027.  
  1028.  
  1029. #home-slider .slider-cloud2 {
  1030.  
  1031. position: absolute;
  1032.  
  1033. right: 375px;
  1034.  
  1035. bottom: 330px;
  1036.  
  1037. }
  1038.  
  1039.  
  1040. .animate-in .slider-cloud2 {
  1041.  
  1042. -webkit-animation: bounceIn 500ms ease-in-out 1500ms both;
  1043.  
  1044. animation: bounceIn 500ms ease-in-out 1500ms both;
  1045.  
  1046. }
  1047.  
  1048.  
  1049. #home-slider .slider-cloud3 {
  1050.  
  1051. position: absolute;
  1052.  
  1053. right: 75px;
  1054.  
  1055. bottom: 300px;
  1056.  
  1057. }
  1058.  
  1059.  
  1060. .animate-in .slider-cloud3 {
  1061.  
  1062. -webkit-animation: bounceIn 500ms ease-in-out 1700ms both;
  1063.  
  1064. animation: bounceIn 500ms ease-in-out 1700ms both;
  1065.  
  1066. }
  1067.  
  1068.  
  1069. #home-slider .slider-sun {
  1070.  
  1071. position: absolute;
  1072.  
  1073. right: 190px;
  1074.  
  1075. bottom: 300px;
  1076.  
  1077. }
  1078.  
  1079.  
  1080. .animate-in .slider-sun {
  1081.  
  1082. -webkit-animation: bounceIn 800ms ease-in-out 1900ms both;
  1083.  
  1084. animation: bounceIn 800ms ease-in-out 1900ms both;
  1085.  
  1086. }
  1087.  
  1088.  
  1089. #home-slider .slider-cycle {
  1090.  
  1091. position: absolute;
  1092.  
  1093. right: 500px;
  1094.  
  1095. bottom: 0;
  1096.  
  1097. }
  1098.  
  1099.  
  1100. .animate-in .slider-cycle {
  1101.  
  1102. -webkit-animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  1103.  
  1104. animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  1105.  
  1106. }
  1107.  
  1108.  
  1109. #home-slider h1{
  1110.  
  1111. margin-top: 70px;
  1112.  
  1113. margin-bottom: 25px;
  1114.  
  1115. }
  1116.  
  1117.  
  1118. #home-slider .btn-common {
  1119.  
  1120. margin-top: 20px;
  1121.  
  1122. }
  1123.  
  1124.  
  1125. #home-slider .preloader {
  1126.  
  1127. position: absolute;
  1128.  
  1129. left: 0;
  1130.  
  1131. top: 0;
  1132.  
  1133. bottom: 0;
  1134.  
  1135. right: 0;
  1136.  
  1137. background: #fafafa;
  1138.  
  1139. text-align: center;
  1140.  
  1141. }
  1142.  
  1143.  
  1144. #home-slider .preloader > i {
  1145.  
  1146. font-size: 48px;
  1147.  
  1148. height: 48px;
  1149.  
  1150. line-height: 48px;
  1151.  
  1152. color: #dbb075;
  1153.  
  1154. position: absolute;
  1155.  
  1156. left: 50%;
  1157.  
  1158. margin-left: -24px;
  1159.  
  1160. top: 50%;
  1161.  
  1162. margin-top: -24px;
  1163.  
  1164. }
  1165.  
  1166.  
  1167.  
  1168. #action,
  1169.  
  1170. #page-breadcrumb {
  1171.  
  1172. background-image: url(../images/home/tour-bg.png);
  1173.  
  1174. background-color: #fbfafa;
  1175.  
  1176. background-repeat: repeat-x;
  1177.  
  1178. height: 155px;
  1179.  
  1180. background-position: center;
  1181.  
  1182. display: table;
  1183.  
  1184. position: static;
  1185.  
  1186. width: 100%;
  1187.  
  1188. }
  1189.  
  1190.  
  1191. .vertical-center{
  1192.  
  1193. display: table-cell;
  1194.  
  1195. vertical-align: middle;
  1196.  
  1197. width: 100%;
  1198.  
  1199. position: statice;
  1200.  
  1201. }
  1202.  
  1203.  
  1204. .sun{
  1205.  
  1206. background-image: url(../images/home/tour-icon1.png);
  1207.  
  1208. background-repeat: no-repeat;
  1209.  
  1210. background-position: 100% bottom;
  1211.  
  1212. }
  1213.  
  1214.  
  1215.  
  1216. .single-service{
  1217.  
  1218. overflow: hidden;
  1219.  
  1220. display: block;
  1221.  
  1222. }
  1223.  
  1224.  
  1225. .single-service img {
  1226.  
  1227. margin-bottom: 35px;
  1228.  
  1229. }
  1230.  
  1231.  
  1232. .single-service .fold {
  1233.  
  1234. margin-bottom: 35px;
  1235.  
  1236. }
  1237.  
  1238.  
  1239. .single-service h2 {
  1240.  
  1241. margin-top: 0;
  1242.  
  1243. margin-bottom: 15px;
  1244.  
  1245. }
  1246.  
  1247.  
  1248. .single-service p {
  1249.  
  1250. padding: 0 48px;
  1251.  
  1252. }
  1253.  
  1254.  
  1255. .action h1{
  1256.  
  1257. margin-top: 0;
  1258.  
  1259. }
  1260.  
  1261.  
  1262. .action p{
  1263.  
  1264. font-size: 18px;
  1265.  
  1266. margin-bottom: 0;
  1267.  
  1268. font-weight: 300;
  1269.  
  1270. }
  1271.  
  1272.  
  1273. .action .btn-common{
  1274.  
  1275. margin-top: 55px;
  1276.  
  1277. float: left;
  1278.  
  1279. }
  1280.  
  1281.  
  1282. .title {
  1283.  
  1284. color: #404040;
  1285.  
  1286. font-weight: 300;
  1287.  
  1288. }
  1289.  
  1290.  
  1291. .single-features {
  1292.  
  1293. overflow: hidden;
  1294.  
  1295. padding-top: 65px;
  1296.  
  1297. padding-bottom: 40px;
  1298.  
  1299. }
  1300.  
  1301.  
  1302. .single-features:last-child {
  1303.  
  1304. padding-bottom: 95px;
  1305.  
  1306. }
  1307.  
  1308.  
  1309. .single-features h2{
  1310.  
  1311. margin-bottom: 15px;
  1312.  
  1313. }
  1314.  
  1315.  
  1316. #clients{
  1317.  
  1318. padding-bottom: 45px;
  1319.  
  1320. }
  1321.  
  1322.  
  1323. .clients {
  1324.  
  1325. margin-bottom: 45px;
  1326.  
  1327. }
  1328.  
  1329.  
  1330. .clients img {
  1331.  
  1332. display: inline-block;
  1333.  
  1334. }
  1335.  
  1336.  
  1337. .clients-logo {
  1338.  
  1339. overflow: hidden;
  1340.  
  1341. margin-bottom: 10px;
  1342.  
  1343. }
  1344.  
  1345.  
  1346.  
  1347.  
  1348. /*************************
  1349.  
  1350. *******About Us Page******
  1351.  
  1352. **************************/
  1353.  
  1354.  
  1355. #action ,
  1356.  
  1357. #page-breadcrumb{
  1358.  
  1359. position: relative;
  1360.  
  1361. }
  1362.  
  1363.  
  1364. #team {
  1365.  
  1366. padding: 85px 0;
  1367.  
  1368. }
  1369.  
  1370.  
  1371. #team-carousel {
  1372.  
  1373. margin-top: 80px;
  1374.  
  1375. }
  1376.  
  1377.  
  1378. #company-information .padding-top{
  1379.  
  1380. padding-top: 105px;
  1381.  
  1382.  
  1383. }
  1384.  
  1385.  
  1386. .single-service img {
  1387.  
  1388. height: 85px;
  1389.  
  1390. }
  1391.  
  1392.  
  1393. .tour-button {
  1394.  
  1395. background-image: url(../images/home/tour-icon2.png);
  1396.  
  1397. height: 100%;
  1398.  
  1399. background-repeat: no-repeat;
  1400.  
  1401. position: absolute;
  1402.  
  1403. width: 100%;
  1404.  
  1405. left: 0;
  1406.  
  1407. background-position: 151px 4px;
  1408.  
  1409. }
  1410.  
  1411.  
  1412. .team-single {
  1413.  
  1414. position: relative;
  1415.  
  1416. }
  1417.  
  1418.  
  1419. .person-thumb {
  1420.  
  1421. position: relative;
  1422.  
  1423. }
  1424.  
  1425.  
  1426. .social-profile {
  1427.  
  1428. background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  1429.  
  1430. display: none;
  1431.  
  1432. height: 100%;
  1433.  
  1434. position: absolute;
  1435.  
  1436. text-align: center;
  1437.  
  1438. top: 0;
  1439.  
  1440. -webkit-transition: all 0.9s ease;
  1441.  
  1442. -moz-transition: all 0.9s ease;
  1443.  
  1444. -ms-transition: all 0.9s ease;
  1445.  
  1446. -o-transition: all 0.9s ease;
  1447.  
  1448. transition: all 0.9s ease;
  1449.  
  1450. width: 100%;
  1451.  
  1452. }
  1453.  
  1454.  
  1455. .team-single:hover .social-profile{
  1456.  
  1457. display: block;
  1458.  
  1459. -webkit-animation: fadeInUp 400ms;
  1460.  
  1461. animation: fadeInUp 400ms;
  1462.  
  1463. -webkit-transition: all 0.9s ease;
  1464.  
  1465. -moz-transition: all 0.9s ease;
  1466.  
  1467. -ms-transition: all 0.9s ease;
  1468.  
  1469. -o-transition: all 0.9s ease;
  1470.  
  1471. transition: all 0.9s ease;
  1472.  
  1473. }
  1474.  
  1475.  
  1476. .social-profile .nav-pills {
  1477.  
  1478. display: inline-block;
  1479.  
  1480. margin-top: -26px;
  1481.  
  1482. padding: 0;
  1483.  
  1484. position: relative;
  1485.  
  1486. top: 50%;
  1487.  
  1488. }
  1489.  
  1490.  
  1491. .social-profile .nav-pills li {
  1492.  
  1493. display: inline-block;
  1494.  
  1495. margin: 0 5px;
  1496.  
  1497. }
  1498.  
  1499.  
  1500. .social-profile .nav-pills li a {
  1501.  
  1502. color: #fff;
  1503.  
  1504. border: 1px solid #fff;
  1505.  
  1506. width: 40px;
  1507.  
  1508. height: 40px;
  1509.  
  1510. line-height: 40px;
  1511.  
  1512. text-align: center;
  1513.  
  1514. padding: 0;
  1515.  
  1516. border-radius: 40px;
  1517.  
  1518. -webkit-transition: all 0.9s ease;
  1519.  
  1520. transition: all 0.9s ease;
  1521.  
  1522. }
  1523.  
  1524.  
  1525. .social-profile .nav-pills li a:hover {
  1526.  
  1527. color: #89612e;
  1528.  
  1529. border-color: #89612e;
  1530.  
  1531. }
  1532.  
  1533.  
  1534. .person-info h2 {
  1535.  
  1536. font-weight: 300;
  1537.  
  1538. margin-bottom: 5px;
  1539.  
  1540. }
  1541.  
  1542.  
  1543. .person-info h3 {
  1544.  
  1545. font-size: 16px;
  1546.  
  1547. color: #686868;
  1548.  
  1549. font-weight: 300;
  1550.  
  1551. margin-top: 0;
  1552.  
  1553. margin-bottom: 0;
  1554.  
  1555. }
  1556.  
  1557.  
  1558. .team-carousel-control {
  1559.  
  1560. position: absolute;
  1561.  
  1562. top: 36%;
  1563.  
  1564. width: 13px;
  1565.  
  1566. height: 16px;
  1567.  
  1568. text-indent: -9999999px;
  1569.  
  1570. -webkit-transition: all 0.9s ease;
  1571.  
  1572. -moz-transition: all 0.9s ease;
  1573.  
  1574. -ms-transition: all 0.9s ease;
  1575.  
  1576. -o-transition: all 0.9s ease;
  1577.  
  1578. transition: all 0.9s ease;
  1579.  
  1580. }
  1581.  
  1582.  
  1583. .right.team-carousel-control {
  1584.  
  1585. right: -50px;
  1586.  
  1587. background-image: url(../images/aboutus/right.png);
  1588.  
  1589. }
  1590.  
  1591.  
  1592. .left.team-carousel-control {
  1593.  
  1594. left: -50px;
  1595.  
  1596. background-image: url(../images/aboutus/left.png);
  1597.  
  1598. }
  1599.  
  1600.  
  1601. .team-carousel-control:hover{
  1602.  
  1603. background-position: 0 -18px;
  1604.  
  1605. -webkit-transition: all 0.5s ease 0s;
  1606.  
  1607. -moz-transition: all 0.5s ease 0s;
  1608.  
  1609. -ms-transition: all 0.5s ease 0s;
  1610.  
  1611. -o-transition: all 0.5s ease 0s;
  1612.  
  1613. transition: all 0.5s ease 0s;
  1614.  
  1615. }
  1616.  
  1617.  
  1618. .count h1{
  1619.  
  1620. font-size: 60px;
  1621.  
  1622. color: #dab074;
  1623.  
  1624. }
  1625.  
  1626.  
  1627. .count h3{
  1628.  
  1629. font-size: 16px;
  1630.  
  1631. }
  1632.  
  1633.  
  1634. .progress .progress-bar.six-sec-ease-in-out {
  1635.  
  1636. -webkit-transition: width 1s ease-in-out;
  1637.  
  1638. -moz-transition: width 1s ease-in-out;
  1639.  
  1640. -ms-transition: width 1s ease-in-out;
  1641.  
  1642. -o-transition: width 1s ease-in-out;
  1643.  
  1644. transition: width 1s ease-in-out;
  1645.  
  1646. }
  1647.  
  1648.  
  1649. .top-zero{
  1650.  
  1651. margin-top: 0;
  1652.  
  1653. }
  1654.  
  1655.  
  1656. h3.top-zero{
  1657.  
  1658. font-size: 20px;
  1659.  
  1660. }
  1661.  
  1662.  
  1663. #company-information .about-us h2{
  1664.  
  1665. margin-bottom: 45px;
  1666.  
  1667. }
  1668.  
  1669.  
  1670. .single-skill h3{
  1671.  
  1672. font-size: 16px;
  1673.  
  1674. }
  1675.  
  1676.  
  1677. .progress{
  1678.  
  1679. height: 30px;
  1680.  
  1681. box-shadow: none;
  1682.  
  1683. -webkit-box-shadow: none;
  1684.  
  1685. }
  1686.  
  1687.  
  1688. .progress-bar{
  1689.  
  1690. line-height: 30px;
  1691.  
  1692. box-shadow: none;
  1693.  
  1694. -webkit-box-shadow: none;
  1695.  
  1696. }
  1697.  
  1698.  
  1699. .progress-bar.progress-bar-primary{
  1700.  
  1701. background: #dab074;
  1702.  
  1703. }
  1704.  
  1705.  
  1706.  
  1707.  
  1708. /*************************
  1709.  
  1710. *******Service Page******
  1711.  
  1712. **************************/
  1713.  
  1714. #recent-projects{
  1715.  
  1716. padding: 85px 0;
  1717.  
  1718. }
  1719.  
  1720.  
  1721. .recent-projects .team-single{
  1722.  
  1723. height: 355px;
  1724.  
  1725. }
  1726.  
  1727.  
  1728. .recent-projects p.padding-bottom{
  1729.  
  1730. padding-bottom: 50px;
  1731.  
  1732. }
  1733.  
  1734.  
  1735. .choose{
  1736.  
  1737. padding-top: 30px;
  1738.  
  1739. }
  1740.  
  1741.  
  1742. #company-information.choose .padding-top{
  1743.  
  1744. padding-top: 78px;
  1745.  
  1746. }
  1747.  
  1748.  
  1749. #company-information h2{
  1750.  
  1751. margin-bottom: 25px;
  1752.  
  1753. margin-top: 0;
  1754.  
  1755. }
  1756.  
  1757.  
  1758. ul.elements{
  1759.  
  1760. list-style: none;
  1761.  
  1762. padding: 0;
  1763.  
  1764. margin: 20px 0 0 0;
  1765.  
  1766. }
  1767.  
  1768.  
  1769. ul.elements li{
  1770.  
  1771. margin: 6px 0;
  1772.  
  1773. }
  1774.  
  1775.  
  1776. ul.elements li > i{
  1777.  
  1778. color: #d29948;
  1779.  
  1780. display: inline-block;
  1781.  
  1782. margin-right: 10px;
  1783.  
  1784. }
  1785.  
  1786.  
  1787. #company-information h1.margin-bottom{
  1788.  
  1789. margin-bottom: 26px;
  1790.  
  1791. }
  1792.  
  1793.  
  1794. /*************************
  1795.  
  1796. *******Portfolio Default**
  1797.  
  1798. **************************/
  1799.  
  1800. .portfolio-single {
  1801.  
  1802. position: relative;
  1803.  
  1804. }
  1805.  
  1806.  
  1807. .portfolio-thumb {
  1808.  
  1809. position: relative;
  1810.  
  1811. }
  1812.  
  1813.  
  1814. .portfolio-thumb img {
  1815.  
  1816. width: 100%;
  1817.  
  1818. }
  1819.  
  1820.  
  1821. .portfolio-single:hover .portfolio-view{
  1822.  
  1823. display: block;
  1824.  
  1825. -webkit-animation: fadeInUp 400ms;
  1826.  
  1827. animation: fadeInUp 400ms;
  1828.  
  1829. }
  1830.  
  1831.  
  1832. #portfolio .row{
  1833.  
  1834. margin-left: -10px;
  1835.  
  1836. margin-right: -10px;
  1837.  
  1838. }
  1839.  
  1840.  
  1841. .portfolio-view{
  1842.  
  1843. display: none;
  1844.  
  1845. position: absolute;
  1846.  
  1847. top: 0;
  1848.  
  1849. height: 100%;
  1850.  
  1851. background: rgba(137, 97, 46, 0.8);
  1852.  
  1853. width: 100%;
  1854.  
  1855. text-align: center;
  1856.  
  1857. }
  1858.  
  1859.  
  1860. .portfolio-view .nav-pills {
  1861.  
  1862. padding: 0;
  1863.  
  1864. display: inline-block;
  1865.  
  1866. margin-top: -26px;
  1867.  
  1868. top: 50%;
  1869.  
  1870. position: relative;
  1871.  
  1872. }
  1873.  
  1874.  
  1875. .portfolio-view .nav-pills li {
  1876.  
  1877. display: inline-block;
  1878.  
  1879. margin: 0 5px;
  1880.  
  1881. }
  1882.  
  1883.  
  1884. .portfolio-view .nav-pills li a {
  1885.  
  1886. color: #fff;
  1887.  
  1888. border: 1px solid #fff;
  1889.  
  1890. width: 40px;
  1891.  
  1892. height: 40px;
  1893.  
  1894. line-height: 38px;
  1895.  
  1896. text-align: center;
  1897.  
  1898. padding: 0;
  1899.  
  1900. border-radius: 40px;
  1901.  
  1902. -webkit-animation: scaleIn 400ms linear 100ms both;
  1903.  
  1904. animation: scaleIn 400ms linear 100ms both;
  1905.  
  1906. -webkit-transition: all 0.9s ease;
  1907.  
  1908. transition: all 0.9s ease;
  1909.  
  1910. }
  1911.  
  1912.  
  1913. .portfolio-view .nav-pills li a:hover {
  1914.  
  1915. color: #89612e;
  1916.  
  1917. border-color: #89612e;
  1918.  
  1919. -webkit-transition: all 0.9s ease;
  1920.  
  1921. transition: all 0.9s ease;
  1922.  
  1923. }
  1924.  
  1925.  
  1926. .portfolio-info {
  1927.  
  1928. overflow: hidden;
  1929.  
  1930. margin-bottom: 30px;
  1931.  
  1932. }
  1933.  
  1934.  
  1935. .portfolio-info h2 {
  1936.  
  1937. font-size: 18px;
  1938.  
  1939. margin: 15px 0 0;
  1940.  
  1941. }
  1942.  
  1943.  
  1944. .portfolio-filter {
  1945.  
  1946. margin: 80px 0;
  1947.  
  1948. padding: 0;
  1949.  
  1950. }
  1951.  
  1952.  
  1953. .portfolio-filter li {
  1954.  
  1955. display: inline-block;
  1956.  
  1957. position: relative;
  1958.  
  1959. }
  1960.  
  1961.  
  1962. .portfolio-filter li a {
  1963.  
  1964. border-radius: 0;
  1965.  
  1966. color: #686868;
  1967.  
  1968. font-size: 18px;
  1969.  
  1970. font-weight: 300;
  1971.  
  1972. padding: 0 25px;
  1973.  
  1974. text-transform: capitalize;
  1975.  
  1976. border: none;
  1977.  
  1978. }
  1979.  
  1980.  
  1981. .portfolio-filter li .active{
  1982.  
  1983. background: transparent;
  1984.  
  1985. box-shadow: none;
  1986.  
  1987. -webkit-box-shadow: none;
  1988.  
  1989. }
  1990.  
  1991.  
  1992. .portfolio-filter li a:hover,
  1993.  
  1994. .portfolio-filter li a:focus,
  1995.  
  1996. .portfolio-filter li a.active {
  1997.  
  1998. background: transparent;
  1999.  
  2000. box-shadow: none;
  2001.  
  2002. -webkit-box-shadow: none;
  2003.  
  2004. }
  2005.  
  2006.  
  2007. .portfolio-filter li a.active:before{
  2008.  
  2009. position: absolute;
  2010.  
  2011.  
  2012. content: "";
  2013.  
  2014. left: 0;
  2015.  
  2016. width: 13px;
  2017.  
  2018. height: 16px;
  2019.  
  2020. background: url(../images/portfolio/icon.png);
  2021.  
  2022. top: 5px;
  2023.  
  2024. }
  2025.  
  2026.  
  2027. .portfolio-pagination{
  2028.  
  2029. text-align: center;
  2030.  
  2031.  
  2032. padding-top: 40px;
  2033.  
  2034. padding-bottom: 90px;
  2035.  
  2036. }
  2037.  
  2038.  
  2039. .pagination li{
  2040.  
  2041. display: inline-block;
  2042.  
  2043. margin: 0 10px;
  2044.  
  2045. }
  2046.  
  2047.  
  2048. .pagination li a{
  2049.  
  2050. color: #000;
  2051.  
  2052. padding: 5px 10px;
  2053.  
  2054. border-radius: 5px;
  2055.  
  2056. border: 1px solid #fff;
  2057.  
  2058. }
  2059.  
  2060.  
  2061. .pagination li:first-child a{
  2062.  
  2063. background: url(../images/portfolio/left.png);
  2064.  
  2065. background-repeat: no-repeat;
  2066.  
  2067. text-indent: -999999999px;
  2068.  
  2069. background-position: center top 10px;
  2070.  
  2071. width: 32px;
  2072.  
  2073. height: 36px;
  2074.  
  2075. border: none;
  2076.  
  2077. -webkit-transition: 300ms;
  2078.  
  2079. transition: 300ms;
  2080.  
  2081. }
  2082.  
  2083.  
  2084. .pagination li:first-child a:hover{
  2085.  
  2086. background: url(../images/portfolio/left.png);
  2087.  
  2088. background-position: center top -37px;
  2089.  
  2090. background-repeat: no-repeat;
  2091.  
  2092. -webkit-transition: 300ms;
  2093.  
  2094. transition: 300ms;
  2095.  
  2096. }
  2097.  
  2098.  
  2099. .pagination li:last-child a{
  2100.  
  2101. background: url(../images/portfolio/right.png);
  2102.  
  2103. background-repeat: no-repeat;
  2104.  
  2105. text-indent: -999999999px;
  2106.  
  2107. background-position: center top 10px;
  2108.  
  2109. width: 32px;
  2110.  
  2111. height: 36px;
  2112.  
  2113. border: none;
  2114.  
  2115. -webkit-transition: 300ms;
  2116.  
  2117. transition: 300ms;
  2118.  
  2119. }
  2120.  
  2121.  
  2122. .pagination li:last-child a:hover{
  2123.  
  2124. background: url(../images/portfolio/right.png);
  2125.  
  2126. background-position: center top -37px;
  2127.  
  2128. background-repeat: no-repeat;
  2129.  
  2130. -webkit-transition: 300ms;
  2131.  
  2132. transition: 300ms;
  2133.  
  2134. }
  2135.  
  2136.  
  2137. .pagination li a:hover,
  2138.  
  2139. .pagination .active a,
  2140.  
  2141. .pagination .active a:hover,
  2142.  
  2143. .pagination .active a:focus{
  2144.  
  2145. background: none;
  2146.  
  2147. border-color: #cc9b59;
  2148.  
  2149. color: #cc9b59;
  2150.  
  2151. }
  2152.  
  2153.  
  2154.  
  2155. /*****************************
  2156.  
  2157. Portfolio with right sidebar
  2158.  
  2159. *****************************/
  2160.  
  2161.  
  2162. .sidebar h3 {
  2163.  
  2164. color: #404040;
  2165.  
  2166. margin-top: 0;
  2167.  
  2168. border-bottom: 3px solid #ececec;
  2169.  
  2170. margin-bottom: 6px;
  2171.  
  2172. padding-bottom: 8px;
  2173.  
  2174. }
  2175.  
  2176.  
  2177. .sidebar-item{
  2178.  
  2179. margin-bottom: 48px;
  2180.  
  2181. }
  2182.  
  2183.  
  2184. .categories .navbar-stacked li {
  2185.  
  2186. border-bottom: 1px solid #ececec;
  2187.  
  2188. }
  2189.  
  2190.  
  2191. .categories .navbar-stacked li:last-child {
  2192.  
  2193. border-bottom: 0px solid #ececec;
  2194.  
  2195. }
  2196.  
  2197.  
  2198. .categories .navbar-stacked li a {
  2199.  
  2200. font-size: 16px;
  2201.  
  2202. color: #6a6a6a;
  2203.  
  2204. padding: 8px 0;
  2205.  
  2206. padding-left: 0;
  2207.  
  2208. }
  2209.  
  2210.  
  2211. .categories .navbar-stacked li a:hover{
  2212.  
  2213. background: none;
  2214.  
  2215. margin-left: 20px;
  2216.  
  2217. color: #dab074;
  2218.  
  2219. opacity: 1;
  2220.  
  2221. }
  2222.  
  2223.  
  2224. .categories .navbar-stacked li.active a{
  2225.  
  2226. color: #dab074;
  2227.  
  2228. padding-left: 20px;
  2229.  
  2230. }
  2231.  
  2232.  
  2233. .categories .navbar-stacked li.active a:before{
  2234.  
  2235. position: absolute;
  2236.  
  2237. content: "";
  2238.  
  2239. border-color: transparent transparent transparent #dab074;
  2240.  
  2241. border-width: 8px;
  2242.  
  2243. border-style: solid;
  2244.  
  2245. left: 0;
  2246.  
  2247. top: 13px;
  2248.  
  2249. margin-top: 0;
  2250.  
  2251. z-index: 0;
  2252.  
  2253. transition: all 0.3s ease 0s;
  2254.  
  2255. -webkit-transition: all 0.3s ease 0s;
  2256.  
  2257. }
  2258.  
  2259.  
  2260. .categories .navbar-stacked li.active a:after {
  2261.  
  2262. position: absolute;
  2263.  
  2264. content: "";
  2265.  
  2266. border-color: transparent transparent transparent #fff;
  2267.  
  2268. border-width: 6px;
  2269.  
  2270. border-style: solid;
  2271.  
  2272. left: 0px;
  2273.  
  2274. top: 15px;
  2275.  
  2276. margin-top: 0;
  2277.  
  2278. z-index: 1;
  2279.  
  2280. transition: all 0.3s ease 0s;
  2281.  
  2282. -webkit-transition: all 0.3s ease 0s;
  2283.  
  2284. }
  2285.  
  2286.  
  2287. .sidebar-item .media{
  2288.  
  2289. border-bottom: 1px solid #ececec;
  2290.  
  2291. padding-bottom: 10px;
  2292.  
  2293. padding-top: 21px;
  2294.  
  2295. margin-top: 0;
  2296.  
  2297. transition: all 0.3s ease 0s;
  2298.  
  2299. -webkit-transition: all 0.3s ease 0s;
  2300.  
  2301. }
  2302.  
  2303.  
  2304. .sidebar-item .media:last-child{
  2305.  
  2306. border-bottom: 0px solid #ececec;
  2307.  
  2308. padding-bottom: 0;
  2309.  
  2310. }
  2311.  
  2312.  
  2313. .sidebar-item .media:hover{
  2314.  
  2315. border-left: 2px solid #dab074;
  2316.  
  2317. padding-left: 5px;
  2318.  
  2319. transition: all 0.3s ease 0s;
  2320.  
  2321. -webkit-transition: all 0.3s ease 0s;
  2322.  
  2323. }
  2324.  
  2325.  
  2326. .sidebar-item .media:hover.media .media-body h4 a{
  2327.  
  2328. color: #dab074;
  2329.  
  2330. transition: all 0.3s ease 0s;
  2331.  
  2332. -webkit-transition: all 0.3s ease 0s;
  2333.  
  2334. }
  2335.  
  2336.  
  2337. .sidebar-item .media .media-body h4 {
  2338.  
  2339. margin-top: 0;
  2340.  
  2341. margin-bottom: 8px;
  2342.  
  2343. }
  2344.  
  2345.  
  2346. .sidebar-item .media .media-body h4 a{
  2347.  
  2348. color: #7d7d7d;
  2349.  
  2350. font-size: 16px;
  2351.  
  2352. }
  2353.  
  2354.  
  2355. .sidebar-item .media .media-body p {
  2356.  
  2357. color: #b4b4b4;
  2358.  
  2359. font-size: 12px;
  2360.  
  2361. }
  2362.  
  2363.  
  2364. .tag-cloud .nav-pills{
  2365.  
  2366. margin-top: 16px;
  2367.  
  2368. }
  2369.  
  2370.  
  2371. .tag-cloud .nav-pills li{
  2372.  
  2373. margin: 0;
  2374.  
  2375. margin-top: 6px;
  2376.  
  2377. margin-right: 4px;
  2378.  
  2379. }
  2380.  
  2381.  
  2382. .tag-cloud .nav-pills li a{
  2383.  
  2384. font-size: 14px;
  2385.  
  2386. font-weight: 300;
  2387.  
  2388. padding: 5px 15px;
  2389.  
  2390. background: #bbbbbb;
  2391.  
  2392. color: #fff;
  2393.  
  2394. border-radius: 3px;
  2395.  
  2396. }
  2397.  
  2398.  
  2399. .tag-cloud .nav-pills li a:hover{
  2400.  
  2401. background: #dab074;
  2402.  
  2403. }
  2404.  
  2405.  
  2406. .popular ul.gallery {
  2407.  
  2408. margin: 0;
  2409.  
  2410. padding: 0;
  2411.  
  2412. list-style: none;
  2413.  
  2414. margin: 10px -8px;
  2415.  
  2416. }
  2417.  
  2418.  
  2419. .popular ul.gallery li {
  2420.  
  2421. display: block;
  2422.  
  2423. width: 33.33%;
  2424.  
  2425. float: left;
  2426.  
  2427. padding: 8px;
  2428.  
  2429. }
  2430.  
  2431.  
  2432. .popular ul.gallery li a {
  2433.  
  2434. display: block;
  2435.  
  2436. }
  2437.  
  2438.  
  2439. .popular ul.gallery li a img {
  2440.  
  2441. width: 100%;
  2442.  
  2443. transition: border-radius 300ms ease-in;
  2444.  
  2445. -webkit-transition: border-radius 300ms ease-in;
  2446.  
  2447. }
  2448.  
  2449.  
  2450. .popular ul.gallery li a img:hover {
  2451.  
  2452. border-radius: 60px;
  2453.  
  2454. }
  2455.  
  2456.  
  2457. /* Start: Recommended Isotope styles */
  2458.  
  2459.  
  2460. /**** Isotope Filtering ****/
  2461.  
  2462. .isotope-item {
  2463.  
  2464. z-index: 2;
  2465.  
  2466. }
  2467.  
  2468.  
  2469. .isotope-hidden.isotope-item {
  2470.  
  2471. pointer-events: none;
  2472.  
  2473. z-index: 1;
  2474.  
  2475. }
  2476.  
  2477.  
  2478. /**** Isotope CSS3 transitions ****/
  2479.  
  2480.  
  2481. .isotope,
  2482.  
  2483. .isotope .isotope-item {
  2484.  
  2485. -webkit-transition-duration: 0.8s;
  2486.  
  2487. -moz-transition-duration: 0.8s;
  2488.  
  2489. -ms-transition-duration: 0.8s;
  2490.  
  2491. -o-transition-duration: 0.8s;
  2492.  
  2493. transition-duration: 0.8s;
  2494.  
  2495. }
  2496.  
  2497.  
  2498. .isotope {
  2499.  
  2500. -webkit-transition-property: height, width;
  2501.  
  2502. -moz-transition-property: height, width;
  2503.  
  2504. -ms-transition-property: height, width;
  2505.  
  2506. -o-transition-property: height, width;
  2507.  
  2508. transition-property: height, width;
  2509.  
  2510. }
  2511.  
  2512.  
  2513. .isotope .isotope-item {
  2514.  
  2515. -webkit-transition-property: -webkit-transform, opacity;
  2516.  
  2517. -moz-transition-property: -moz-transform, opacity;
  2518.  
  2519. -ms-transition-property: -ms-transform, opacity;
  2520.  
  2521. -o-transition-property: -o-transform, opacity;
  2522.  
  2523. transition-property: transform, opacity;
  2524.  
  2525. }
  2526.  
  2527.  
  2528. /**** disabling Isotope CSS3 transitions ****/
  2529.  
  2530. .isotope.no-transition,
  2531.  
  2532. .isotope.no-transition .isotope-item,
  2533.  
  2534. .isotope .isotope-item.no-transition {
  2535.  
  2536. -webkit-transition-duration: 0s;
  2537.  
  2538. -moz-transition-duration: 0s;
  2539.  
  2540. -ms-transition-duration: 0s;
  2541.  
  2542. -o-transition-duration: 0s;
  2543.  
  2544. transition-duration: 0s;
  2545.  
  2546. }
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552. /*****************************
  2553.  
  2554. Portfolio Details
  2555.  
  2556. *****************************/
  2557.  
  2558.  
  2559. #portfolio-information.padding-top{
  2560.  
  2561. padding-top: 100px;
  2562.  
  2563. }
  2564.  
  2565.  
  2566. .project-name h2{
  2567.  
  2568. margin-top: 0;
  2569.  
  2570. margin-bottom: 15px;
  2571.  
  2572. }
  2573.  
  2574.  
  2575. #related-work .title{
  2576.  
  2577. margin-bottom: 55px;
  2578.  
  2579. margin-top: 10px;
  2580.  
  2581. }
  2582.  
  2583.  
  2584. .navbar-default {
  2585.  
  2586. background: none;
  2587.  
  2588. padding: 0;
  2589.  
  2590. }
  2591.  
  2592.  
  2593. .navbar-default li a{
  2594.  
  2595. font-size: 12px;
  2596.  
  2597. padding: 0;
  2598.  
  2599. padding-right: 15px;
  2600.  
  2601. }
  2602.  
  2603.  
  2604. .navbar-default li a i{
  2605.  
  2606. padding-right: 8px;
  2607.  
  2608. }
  2609.  
  2610.  
  2611. .navbar-default li a:hover{
  2612.  
  2613. color: #dab074;
  2614.  
  2615. background: none;
  2616.  
  2617. }
  2618.  
  2619.  
  2620. .skills .navbar-default,
  2621.  
  2622. .client .navbar-default{
  2623.  
  2624. margin-left: 35px;
  2625.  
  2626.  
  2627. }
  2628.  
  2629.  
  2630. .live-preview .btn-common{
  2631.  
  2632. margin-top: 21px;
  2633.  
  2634. padding: 13px 45px;
  2635.  
  2636. }
  2637.  
  2638.  
  2639.  
  2640. /*****************************
  2641.  
  2642. Blog Default
  2643.  
  2644. *****************************/
  2645.  
  2646.  
  2647. .single-blog.timeline {
  2648.  
  2649. background: #FFFFFF;
  2650.  
  2651. border: 1px solid #EEEEEE;
  2652.  
  2653. border-bottom: 0;
  2654.  
  2655. position: relative;
  2656.  
  2657. padding-bottom: 0;
  2658.  
  2659. }
  2660.  
  2661.  
  2662. .timeline .post-content {
  2663.  
  2664. padding: 20px 20px 0;
  2665.  
  2666. }
  2667.  
  2668.  
  2669. .post-thumb{
  2670.  
  2671. margin: -1px -1px 0;
  2672.  
  2673. position: relative;
  2674.  
  2675. overflow: hidden;
  2676.  
  2677. }
  2678.  
  2679.  
  2680. .timeline .post-thumb img {
  2681.  
  2682. width: 100%;
  2683.  
  2684. }
  2685.  
  2686.  
  2687. .post-thumb iframe{
  2688.  
  2689. width: 100%;
  2690.  
  2691. min-height: 270px;
  2692.  
  2693. border: 0;
  2694.  
  2695. }
  2696.  
  2697.  
  2698. .post-overlay{
  2699.  
  2700. position: absolute;
  2701.  
  2702. top: 50%;
  2703.  
  2704. display: none;
  2705.  
  2706. width: 94px;
  2707.  
  2708. height: 140px;
  2709.  
  2710. margin-top: -70px;
  2711.  
  2712. overflow: hidden;
  2713.  
  2714. }
  2715.  
  2716.  
  2717. .post-overlay span{
  2718.  
  2719. position: absolute;
  2720.  
  2721. left: 50%;
  2722.  
  2723. bottom: 0;
  2724.  
  2725. margin-left: -60px;
  2726.  
  2727. -webkit-animation: fadeInUp 400ms;
  2728.  
  2729. animation: fadeInUp 400ms;
  2730.  
  2731. z-index: 9;
  2732.  
  2733. }
  2734.  
  2735.  
  2736. .post-overlay span:before{
  2737.  
  2738. position: absolute;
  2739.  
  2740. bottom: 0;
  2741.  
  2742. border-style: solid;
  2743.  
  2744. border-width: 60px;
  2745.  
  2746. content: "";
  2747.  
  2748. border-color: transparent transparent #dab074 transparent;
  2749.  
  2750. z-index: -1;
  2751.  
  2752. cursor: initial;
  2753.  
  2754. }
  2755.  
  2756.  
  2757. .post-overlay span a{
  2758.  
  2759. font-size: 30px;
  2760.  
  2761. color: #fff;
  2762.  
  2763. background: transparent;
  2764.  
  2765. padding: 0;
  2766.  
  2767. margin-left: 50px;
  2768.  
  2769. }
  2770.  
  2771.  
  2772. .single-blog:hover .post-overlay{
  2773.  
  2774. display: block;
  2775.  
  2776. -webkit-animation: fadeIn 300ms;
  2777.  
  2778. animation: fadeIn 300ms;
  2779.  
  2780. }
  2781.  
  2782.  
  2783. .timeline-divider{
  2784.  
  2785. position: relative;
  2786.  
  2787. padding-top: 50px;
  2788.  
  2789. }
  2790.  
  2791.  
  2792. .timeline-divider:before{
  2793.  
  2794. position: absolute;
  2795.  
  2796. top: 0;
  2797.  
  2798. content: "";
  2799.  
  2800. border-left-style: solid;
  2801.  
  2802. border-left-width: 1px;
  2803.  
  2804. height: 100%;
  2805.  
  2806. border-left-color: #dab074;
  2807.  
  2808. left: 50%;
  2809.  
  2810. margin-left: -2px;
  2811.  
  2812. }
  2813.  
  2814.  
  2815. .timeline-blog .col-sm-6.padding-top{
  2816.  
  2817. padding-top: 70px;
  2818.  
  2819. }
  2820.  
  2821.  
  2822. .post-content{
  2823.  
  2824. padding: 20px 0;
  2825.  
  2826. }
  2827.  
  2828.  
  2829. .timeline-date .btn-common{
  2830.  
  2831. font-size: 18px;
  2832.  
  2833. color: #4a4a4a;
  2834.  
  2835. font-weight: 300;
  2836.  
  2837. border-radius: 0;
  2838.  
  2839. padding: 17px 40px;
  2840.  
  2841. }
  2842.  
  2843.  
  2844. .arrow-right{
  2845.  
  2846. position: relative;
  2847.  
  2848. }
  2849.  
  2850.  
  2851. .arrow-right:after{
  2852.  
  2853. position: absolute;
  2854.  
  2855. right: 1px;
  2856.  
  2857. content: "";
  2858.  
  2859. top: 15px;
  2860.  
  2861. background: url(../images/blog/left.png);
  2862.  
  2863. width: 43px;
  2864.  
  2865. height: 54px;
  2866.  
  2867. }
  2868.  
  2869.  
  2870. .arrow-left{
  2871.  
  2872. position: relative;
  2873.  
  2874. }
  2875.  
  2876.  
  2877. .arrow-left:before{
  2878.  
  2879. position: absolute;
  2880.  
  2881. left: -2px;
  2882.  
  2883. content: "";
  2884.  
  2885. top: 86px;
  2886.  
  2887. background: url(../images/blog/right.png);
  2888.  
  2889. width: 43px;
  2890.  
  2891. height: 54px;
  2892.  
  2893. }
  2894.  
  2895.  
  2896. .post-title {
  2897.  
  2898. margin-top: 0;
  2899.  
  2900. }
  2901.  
  2902.  
  2903. .post-title a,
  2904.  
  2905. .comments-number a{
  2906.  
  2907. color: #686868;
  2908.  
  2909. }
  2910.  
  2911.  
  2912. .post-title a:hover,
  2913.  
  2914. .comments-number a:hover{
  2915.  
  2916. color: #dab074;
  2917.  
  2918. }
  2919.  
  2920.  
  2921. .post-content .post-author{
  2922.  
  2923. margin-top: 0;
  2924.  
  2925.  
  2926. }
  2927.  
  2928.  
  2929. .post-content .post-author a{
  2930.  
  2931. font-weight: 300;
  2932.  
  2933. font-size: 14px;
  2934.  
  2935. }
  2936.  
  2937.  
  2938. a.read-more{
  2939.  
  2940. color: #a5732a;
  2941.  
  2942. font-weight: 300;
  2943.  
  2944. }
  2945.  
  2946.  
  2947. a.read-more:hover{
  2948.  
  2949. opacity: .8;
  2950.  
  2951. }
  2952.  
  2953.  
  2954. .post-bottom{
  2955.  
  2956. border-top: 1px solid #eeeeee;
  2957.  
  2958. padding-top: 10px;
  2959.  
  2960. margin-top: 20px;
  2961.  
  2962. margin: 20px -20px 0;
  2963.  
  2964. padding: 20px 20px 0;
  2965.  
  2966. }
  2967.  
  2968.  
  2969.  
  2970. /*****************************
  2971.  
  2972. Blog with right sidebar
  2973.  
  2974. *****************************/
  2975.  
  2976.  
  2977. .single-blog{
  2978.  
  2979. padding-bottom: 30px;
  2980.  
  2981. }
  2982.  
  2983.  
  2984. .single-blog .post-bottom{
  2985.  
  2986. border-bottom: 1px solid #eeeeee;
  2987.  
  2988. padding-top: 10px;
  2989.  
  2990. padding-bottom: 10px;
  2991.  
  2992. }
  2993.  
  2994.  
  2995. .single-blog .post-overlay span{
  2996.  
  2997. left: 0;
  2998.  
  2999. top: 0;
  3000.  
  3001. margin-left: 0;
  3002.  
  3003. width: 94px;
  3004.  
  3005. height: 140px;
  3006.  
  3007. background: url(../images/blog/blog-arrow.png);
  3008.  
  3009. -webkit-animation: fadeInLeft 400ms;
  3010.  
  3011. animation: fadeInLeft 400ms;
  3012.  
  3013. }
  3014.  
  3015.  
  3016. .single-blog .post-overlay span a{
  3017.  
  3018. margin-left: 8px;
  3019.  
  3020. font-weight: 700;
  3021.  
  3022. font-size: 36px;
  3023.  
  3024. line-height: 18px;
  3025.  
  3026. position: absolute;
  3027.  
  3028. top: 50px;
  3029.  
  3030. }
  3031.  
  3032.  
  3033. .single-blog .post-overlay span a small{
  3034.  
  3035. font-size: 16px;
  3036.  
  3037. font-weight: 300;
  3038.  
  3039. margin-left: 5px;
  3040.  
  3041. }
  3042.  
  3043.  
  3044. .single-blog .post-overlay span:before{
  3045.  
  3046. border-color: transparent;
  3047.  
  3048. border-width: 0;
  3049.  
  3050. }
  3051.  
  3052.  
  3053. .post-nav{
  3054.  
  3055. margin:0;
  3056.  
  3057. padding: 0;
  3058.  
  3059. }
  3060.  
  3061.  
  3062. .post-nav li a{
  3063.  
  3064. padding: 0;
  3065.  
  3066. text-align: left;
  3067.  
  3068. }
  3069.  
  3070.  
  3071. .post-nav li a i{
  3072.  
  3073. color: #dab074;
  3074.  
  3075. margin-right: 8px;
  3076.  
  3077. }
  3078.  
  3079.  
  3080. .post-nav li a:hover{
  3081.  
  3082. background: none;
  3083.  
  3084. }
  3085.  
  3086.  
  3087. .blog-padding-right{
  3088.  
  3089. padding-right:35px;
  3090.  
  3091. }
  3092.  
  3093.  
  3094. .blog-pagination {
  3095.  
  3096. text-align: center;
  3097.  
  3098. padding-top: 10px;
  3099.  
  3100. padding-bottom: 55px;
  3101.  
  3102. }
  3103.  
  3104.  
  3105. /*****************************
  3106.  
  3107. Blog with right sidebar
  3108.  
  3109. *****************************/
  3110.  
  3111.  
  3112. .masonery_area .single-blog{}
  3113.  
  3114. .masonery_area .single-blog .post-thumb{
  3115.  
  3116. height: auto;
  3117.  
  3118. }
  3119.  
  3120.  
  3121. .masonery_area .single-blog .post-title{
  3122.  
  3123. margin-top: 5px;
  3124.  
  3125. }
  3126.  
  3127.  
  3128. .masonery_area .single-blog .post-title a{
  3129.  
  3130. font-size: 20px;
  3131.  
  3132. }
  3133.  
  3134.  
  3135. .masonery_area .single-blog .post-thumb img{
  3136.  
  3137. height:auto;
  3138.  
  3139. }
  3140.  
  3141.  
  3142. .masonery_area .single-blog .post-bottom{
  3143.  
  3144. border-top:0;
  3145.  
  3146. padding-top:0;
  3147.  
  3148. margin-top:15px;
  3149.  
  3150. }
  3151.  
  3152.  
  3153. /* Audio CSS */
  3154.  
  3155.  
  3156. .audiojs{
  3157.  
  3158. background: #dab074;
  3159.  
  3160. height: 45px;
  3161.  
  3162. width: 100%;
  3163.  
  3164. }
  3165.  
  3166.  
  3167. .audiojs .scrubber{
  3168.  
  3169. background: #fff;
  3170.  
  3171.  
  3172. height: 8px;
  3173.  
  3174. border-top: 0;
  3175.  
  3176. width: 170px;
  3177.  
  3178. margin-top: 19px;
  3179.  
  3180. margin-left: 12px;
  3181.  
  3182. border-radius: 10px;
  3183.  
  3184. }
  3185.  
  3186.  
  3187. .audiojs .play-pause{
  3188.  
  3189. background: #cca46c;
  3190.  
  3191. width: 68px;
  3192.  
  3193. height: 45px;
  3194.  
  3195. padding: 0;
  3196.  
  3197. padding-left: 24px;
  3198.  
  3199. padding-top: 10px;
  3200.  
  3201. border-right: 0;
  3202.  
  3203. }
  3204.  
  3205.  
  3206. .audiojs .time{
  3207.  
  3208. display: none;
  3209.  
  3210.  
  3211. }
  3212.  
  3213.  
  3214. .audiojs .progress{
  3215.  
  3216. background: #a5732a;
  3217.  
  3218.  
  3219. height: 8px;
  3220.  
  3221. border-radius: 10px;
  3222.  
  3223. }
  3224.  
  3225.  
  3226. .audiojs .loaded{
  3227.  
  3228. background: #ba9663;
  3229.  
  3230. height: 8px;
  3231.  
  3232. border-radius: 10px;
  3233.  
  3234. }
  3235.  
  3236.  
  3237.  
  3238. /*****************************
  3239.  
  3240. Blog Details
  3241.  
  3242. *****************************/
  3243.  
  3244.  
  3245. .navbar-nav.post-nav li{
  3246.  
  3247. margin-right: 60px;
  3248.  
  3249. }
  3250.  
  3251.  
  3252. .single-blog.blog-details .post-content{
  3253.  
  3254. padding-top: 30px;
  3255.  
  3256. }
  3257.  
  3258.  
  3259. .single-blog.blog-details .post-bottom{
  3260.  
  3261. margin-top: 55px;
  3262.  
  3263. }
  3264.  
  3265.  
  3266. .single-blog-wrapper{
  3267.  
  3268. position: relative;
  3269.  
  3270. }
  3271.  
  3272.  
  3273. .blog-share{
  3274.  
  3275. margin-top: 40px;
  3276.  
  3277. display: inline-block;
  3278.  
  3279. padding: 0;
  3280.  
  3281. }
  3282.  
  3283.  
  3284. span.stMainServices,
  3285.  
  3286. span.stButton_gradient,
  3287.  
  3288. .stButton .chicklets{
  3289.  
  3290. height:24px !important;
  3291.  
  3292. }
  3293.  
  3294.  
  3295. .author-profile.padding{
  3296.  
  3297. padding-top:50px;
  3298.  
  3299. }
  3300.  
  3301.  
  3302. .author-profile .col-sm-2 img{
  3303.  
  3304. width: 100%;
  3305.  
  3306. border-left: 3px solid #dab074;
  3307.  
  3308. }
  3309.  
  3310.  
  3311. .author-profile h3{
  3312.  
  3313. margin-top:0;
  3314.  
  3315. color: #3a424c;
  3316.  
  3317. }
  3318.  
  3319.  
  3320. .author-profile p{
  3321.  
  3322. color: #3a424c;
  3323.  
  3324. font-weight: 400;
  3325.  
  3326. }
  3327.  
  3328.  
  3329. .author-profile span a{
  3330.  
  3331. color: #a5732a;
  3332.  
  3333. }
  3334.  
  3335.  
  3336. .response-area{
  3337.  
  3338. border-bottom: 0;
  3339.  
  3340. }
  3341.  
  3342.  
  3343. .response-area h2{
  3344.  
  3345. margin-top: 0;
  3346.  
  3347.  
  3348. margin-bottom: 0;
  3349.  
  3350. border-bottom: 0;
  3351.  
  3352. padding-bottom: 20px;
  3353.  
  3354. }
  3355.  
  3356.  
  3357. .post-comment{
  3358.  
  3359. padding-left: 70px;
  3360.  
  3361. padding-top: 36px;
  3362.  
  3363. border-top: 1px solid #f1e8dd;
  3364.  
  3365. }
  3366.  
  3367.  
  3368. .post-comment .pull-left img{
  3369.  
  3370. margin-right: 60px;
  3371.  
  3372. border-left: 3px solid #dab074;
  3373.  
  3374. }
  3375.  
  3376.  
  3377. .post-comment .media-body{
  3378.  
  3379. padding-top: 6px;
  3380.  
  3381. border-bottom: 0;
  3382.  
  3383. padding-bottom: 50px;
  3384.  
  3385. }
  3386.  
  3387.  
  3388. .post-comment .media-body p{
  3389.  
  3390. margin-top:10px;
  3391.  
  3392. }
  3393.  
  3394.  
  3395. .post-comment .media-body span i{
  3396.  
  3397. color: #a5732a;
  3398.  
  3399. margin-right: 10px;
  3400.  
  3401. }
  3402.  
  3403.  
  3404. .post-comment .media-body span a{
  3405.  
  3406. color: #a5732a;
  3407.  
  3408. font-weight: 700;
  3409.  
  3410. }
  3411.  
  3412.  
  3413. .post-comment .media-body .post-nav li a{
  3414.  
  3415. font-weight: 300;
  3416.  
  3417. }
  3418.  
  3419.  
  3420. .parrent .media-list{
  3421.  
  3422. margin-left: 190px;
  3423.  
  3424. }
  3425.  
  3426.  
  3427. .parrent .post-comment{
  3428.  
  3429. padding-left: 0;
  3430.  
  3431. margin-left: 70px;
  3432.  
  3433. }
  3434.  
  3435.  
  3436.  
  3437. /****************************
  3438.  
  3439. ********* Contact Us*********
  3440.  
  3441. *****************************/
  3442.  
  3443. #map-section {
  3444.  
  3445. margin-top: 50px;
  3446.  
  3447. margin-bottom: 50px;
  3448.  
  3449. position: relative;
  3450.  
  3451. }
  3452.  
  3453.  
  3454. #gmap {
  3455.  
  3456. height: 350px;
  3457.  
  3458. }
  3459.  
  3460.  
  3461. .get-in-touch img {
  3462.  
  3463. margin-top: 35px;
  3464.  
  3465. margin-bottom: 32px;
  3466.  
  3467. }
  3468.  
  3469.  
  3470. .get-in-touch p {
  3471.  
  3472. font-size: 18px;
  3473.  
  3474. font-weight: 300;
  3475.  
  3476. }
  3477.  
  3478.  
  3479. #map-section .contact-info {
  3480.  
  3481. position: absolute;
  3482.  
  3483. background-color: #fff;
  3484.  
  3485. right: 0;
  3486.  
  3487. top: 0;
  3488.  
  3489. width: 33%;
  3490.  
  3491. height: 100%;
  3492.  
  3493. padding:25px 50px;
  3494.  
  3495. opacity: 0.9
  3496.  
  3497. }
  3498.  
  3499.  
  3500. #map-section .contact-info h2,
  3501.  
  3502. #map-section address a:hover {
  3503.  
  3504. color: #a5732a
  3505.  
  3506. }
  3507.  
  3508.  
  3509. #contact-form #message{
  3510.  
  3511. resize:none;
  3512.  
  3513. }
  3514.  
  3515.  
  3516. #contact-form .btn-submit {
  3517.  
  3518. width: 28%;
  3519.  
  3520. margin: 5px auto;
  3521.  
  3522. }
  3523.  
  3524.  
  3525. .corporate-info .corporate-address {
  3526.  
  3527. background-image: url("../images/contact-bg.png");
  3528.  
  3529. background-position: left top;
  3530.  
  3531. background-repeat: no-repeat;
  3532.  
  3533. overflow: hidden;
  3534.  
  3535. padding-bottom: 50px;
  3536.  
  3537. }
  3538.  
  3539.  
  3540. .corporate-info .corporate-address address {
  3541.  
  3542. background-image: url("../images/icon-map.png");
  3543.  
  3544. background-position: left top;
  3545.  
  3546. background-repeat: no-repeat;
  3547.  
  3548. padding-left: 40px;
  3549.  
  3550. }
  3551.  
  3552.  
  3553.  
  3554. /****************************
  3555.  
  3556. ****** Price-table CSS*******
  3557.  
  3558. *****************************/
  3559.  
  3560.  
  3561. #price-table {
  3562.  
  3563. margin-top: 88px;
  3564.  
  3565. margin-bottom: 90px;
  3566.  
  3567. }
  3568.  
  3569.  
  3570. .single-price ul {
  3571.  
  3572. padding: 0;
  3573.  
  3574. margin: 0;
  3575.  
  3576. list-style: none;
  3577.  
  3578. }
  3579.  
  3580.  
  3581. .table-heading {
  3582.  
  3583. background-color: transparent !important;
  3584.  
  3585. color: #FFFFFF !important;
  3586.  
  3587. overflow: hidden;
  3588.  
  3589. padding: 0 !important;
  3590.  
  3591. text-align: center;
  3592.  
  3593. }
  3594.  
  3595.  
  3596. .single-price .plan-name {
  3597.  
  3598. background-color: #D4D4D4;
  3599.  
  3600. color: #696969;
  3601.  
  3602. font-size: 20px;
  3603.  
  3604. margin-bottom: 0;
  3605.  
  3606. padding: 10px 0;
  3607.  
  3608. text-transform: capitalize;
  3609.  
  3610. }
  3611.  
  3612.  
  3613. .single-price .plan-price {
  3614.  
  3615. color: #696969;
  3616.  
  3617. float: none;
  3618.  
  3619. font-size: 14px;
  3620.  
  3621. height: 110px;
  3622.  
  3623. margin-bottom: 15px;
  3624.  
  3625. overflow: hidden;
  3626.  
  3627. position: relative;
  3628.  
  3629. z-index: 5;
  3630.  
  3631. padding-top: 15px;
  3632.  
  3633. }
  3634.  
  3635.  
  3636.  
  3637. .plan-price .dollar-sign {
  3638.  
  3639. font-size: 18px;
  3640.  
  3641. }
  3642.  
  3643.  
  3644. .plan-price .price {
  3645.  
  3646. font-size: 24px;
  3647.  
  3648. }
  3649.  
  3650.  
  3651. .plan-price .month {
  3652.  
  3653. display: block;
  3654.  
  3655. margin-top: -6px;
  3656.  
  3657. }
  3658.  
  3659.  
  3660. .single-price .plan-price:after {
  3661.  
  3662. border-color: #c4c4c4 transparent transparent;
  3663.  
  3664. border-style: solid;
  3665.  
  3666. border-width: 110px;
  3667.  
  3668. content: "";
  3669.  
  3670. height: 0;
  3671.  
  3672. left:50%;
  3673.  
  3674. position: absolute;
  3675.  
  3676. top: 0;
  3677.  
  3678. width: 0;
  3679.  
  3680. z-index: -1;
  3681.  
  3682. margin-left: -110px;
  3683.  
  3684. }
  3685.  
  3686.  
  3687. .single-price ul li,
  3688.  
  3689. .single-table ul li {
  3690.  
  3691. padding: 12px 18px;
  3692.  
  3693. background-color: #f7f7f7;
  3694.  
  3695. margin-bottom: 5px;
  3696.  
  3697. color: #696969;
  3698.  
  3699. }
  3700.  
  3701.  
  3702. .single-price ul li span,
  3703.  
  3704. .single-table ul li span {
  3705.  
  3706. float: right;
  3707.  
  3708. }
  3709.  
  3710.  
  3711. .single-price .btn-buynow {
  3712.  
  3713. background-color: #c4c4c4;
  3714.  
  3715. border-radius: 0;
  3716.  
  3717. color: #fff;
  3718.  
  3719. padding: 12px;
  3720.  
  3721. font-weight: 300;
  3722.  
  3723. letter-spacing: 3px;
  3724.  
  3725. text-transform: uppercase;
  3726.  
  3727. display: block;
  3728.  
  3729. }
  3730.  
  3731.  
  3732. .single-price .btn-buynow:hover {
  3733.  
  3734. background-color: #b4b3b3;
  3735.  
  3736. }
  3737.  
  3738.  
  3739. .highligh-table .plan-name {
  3740.  
  3741. background-color: #b07b2c;
  3742.  
  3743. color: #fff;
  3744.  
  3745. }
  3746.  
  3747.  
  3748. .highligh-table .plan-price {
  3749.  
  3750. color: #fff;
  3751.  
  3752. }
  3753.  
  3754.  
  3755. .highligh-table .plan-price:after {
  3756.  
  3757. border-color: #a56d1a transparent transparent;
  3758.  
  3759. }
  3760.  
  3761.  
  3762. .highligh-table .btn-buynow {
  3763.  
  3764. background-color: #a5732a;
  3765.  
  3766. }
  3767.  
  3768.  
  3769. .highligh-table .btn-buynow:hover {
  3770.  
  3771. background-color: #976a28;
  3772.  
  3773. }
  3774.  
  3775.  
  3776.  
  3777. #price-table2 {
  3778.  
  3779. margin-bottom: 180px;
  3780.  
  3781. }
  3782.  
  3783.  
  3784. .table-header {
  3785.  
  3786. background-color: #C4C4C4;
  3787.  
  3788. overflow: hidden;
  3789.  
  3790. padding:20px;
  3791.  
  3792. }
  3793.  
  3794.  
  3795. .single-table {
  3796.  
  3797. position: relative;
  3798.  
  3799. padding-top: 60px;
  3800.  
  3801. }
  3802.  
  3803.  
  3804. .single-table:before {
  3805.  
  3806. border-color: transparent transparent #b5b5b5;
  3807.  
  3808. border-style: solid;
  3809.  
  3810. border-width: 0 130px 60px;
  3811.  
  3812. content: "";
  3813.  
  3814. height: 0;
  3815.  
  3816. left: 0;
  3817.  
  3818. position: absolute;
  3819.  
  3820. top: 0;
  3821.  
  3822. width: 100%;
  3823.  
  3824. }
  3825.  
  3826.  
  3827. .table-header h2 {
  3828.  
  3829. color: #696969;
  3830.  
  3831. float: left;
  3832.  
  3833. font-size: 24px;
  3834.  
  3835. margin-top: 7px;
  3836.  
  3837. }
  3838.  
  3839.  
  3840. .table-header .plan-price {
  3841.  
  3842. float: right;
  3843.  
  3844. margin: 0;
  3845.  
  3846. overflow: hidden;
  3847.  
  3848. padding-top: 1px;
  3849.  
  3850. }
  3851.  
  3852.  
  3853. .single-table .btn-signup {
  3854.  
  3855. display: block;
  3856.  
  3857. text-align: center;
  3858.  
  3859. position:relative;
  3860.  
  3861. z-index:1
  3862.  
  3863. }
  3864.  
  3865.  
  3866. .single-table ul {
  3867.  
  3868. margin: 0;
  3869.  
  3870. padding: 0;
  3871.  
  3872. }
  3873.  
  3874.  
  3875. .single-table .btn-signup:after {
  3876.  
  3877. content: "";
  3878.  
  3879. position: absolute;
  3880.  
  3881. border-color: #c4c4c4 transparent transparent;
  3882.  
  3883. border-style: solid;
  3884.  
  3885. border-width: 78px 130px 0;
  3886.  
  3887. height: 0;
  3888.  
  3889. left: 0;
  3890.  
  3891. top: -1px;
  3892.  
  3893. width: 100%;
  3894.  
  3895. z-index: -1;
  3896.  
  3897. }
  3898.  
  3899.  
  3900. .single-table .btn-signup a {
  3901.  
  3902. color: #696969;
  3903.  
  3904. display: inline-block;
  3905.  
  3906. overflow: hidden;
  3907.  
  3908. padding: 20px 0 0 0;
  3909.  
  3910. text-transform: uppercase;
  3911.  
  3912. letter-spacing: 3px;
  3913.  
  3914. }
  3915.  
  3916.  
  3917. .single-table .btn-signup:hover a {
  3918.  
  3919. color: #fff;
  3920.  
  3921. }
  3922.  
  3923.  
  3924. .single-table .btn-signup:hover.btn-signup:after{
  3925.  
  3926. border-color: #b3b2b2 transparent transparent;
  3927.  
  3928. }
  3929.  
  3930.  
  3931. .single-table.highligh-table .table-header {
  3932.  
  3933. background-color: #b07b2c
  3934.  
  3935. }
  3936.  
  3937.  
  3938. .highligh-table .btn-signup a,
  3939.  
  3940. .highligh-table .table-header h2 {
  3941.  
  3942. color: #fff;
  3943.  
  3944. }
  3945.  
  3946.  
  3947. .highligh-table .btn-signup.btn-signup:hover:after {
  3948.  
  3949.  
  3950. border-color: #a07028 transparent transparent;
  3951.  
  3952. }
  3953.  
  3954.  
  3955. .highligh-table .btn-signup:after {
  3956.  
  3957. border-color: #b07b2c transparent transparent;
  3958.  
  3959. }
  3960.  
  3961.  
  3962. .highligh-table:before {
  3963.  
  3964. border-color:transparent transparent #a56d1a;
  3965.  
  3966. }
  3967.  
  3968.  
  3969.  
  3970. /*************************
  3971.  
  3972. ********404 page CSS******
  3973.  
  3974. **************************/
  3975.  
  3976.  
  3977. #error-page {
  3978.  
  3979. display: table;
  3980.  
  3981. height: 100%;
  3982.  
  3983. min-height: 100%;
  3984.  
  3985. width: 100%;
  3986.  
  3987. color: #686868;
  3988.  
  3989. font-size: 18px;
  3990.  
  3991. font-weight: 300;
  3992.  
  3993. padding: 100px 0;
  3994.  
  3995. }
  3996.  
  3997.  
  3998. #error-page .container-fluid {
  3999.  
  4000. overflow: hidden;
  4001.  
  4002. }
  4003.  
  4004.  
  4005. .error-page-inner {
  4006.  
  4007. display: table-cell;
  4008.  
  4009. vertical-align: middle;
  4010.  
  4011. }
  4012.  
  4013.  
  4014. .bg-404 {
  4015.  
  4016. background-image: url("../images/home/tour-bg.png");
  4017.  
  4018. background-repeat: repeat-x;
  4019.  
  4020. background-position: center top;
  4021.  
  4022. }
  4023.  
  4024.  
  4025. .error-image {
  4026.  
  4027. display: inline-block;
  4028.  
  4029. padding-top: 50px;
  4030.  
  4031. padding-bottom: 50px;
  4032.  
  4033. }
  4034.  
  4035.  
  4036. .error-image img {
  4037.  
  4038. width: 100%;
  4039.  
  4040. }
  4041.  
  4042.  
  4043. #error-page h2 {
  4044.  
  4045. font-size:36px;
  4046.  
  4047. text-transform: uppercase;
  4048.  
  4049. }
  4050.  
  4051.  
  4052. .btn-error {
  4053.  
  4054. font-weight: 300;
  4055.  
  4056. margin-top: 30px;
  4057.  
  4058. padding:25px 55px;
  4059.  
  4060. text-transform: uppercase;
  4061.  
  4062. font-size: 16px;
  4063.  
  4064. letter-spacing: 5px;
  4065.  
  4066. background-color: transparent;
  4067.  
  4068. border: 1px solid #cc9b59;
  4069.  
  4070. margin-top: 50px;
  4071.  
  4072. margin-bottom: 50px;
  4073.  
  4074. }
  4075.  
  4076.  
  4077. .btn-error:hover, .btn-error:focus {
  4078.  
  4079. background-color: #cc9b59;
  4080.  
  4081. border-color:#cc9b59;
  4082.  
  4083. color:#fff;
  4084.  
  4085. }
  4086.  
  4087.  
  4088. #error-page i, #coming-soon i {
  4089.  
  4090. border: 1px solid #cc9b59;
  4091.  
  4092. height: 40px;
  4093.  
  4094. width: 40px;
  4095.  
  4096. line-height: 40px;
  4097.  
  4098. color: #cc9b59;
  4099.  
  4100. font-size: 17px;
  4101.  
  4102. margin:0 15px;
  4103.  
  4104. border-radius: 50%;
  4105.  
  4106. -webkit-transition: all 0.3s ease-in-out;
  4107.  
  4108. -moz-transition: all 0.3s ease-in-out;
  4109.  
  4110. -ms-transition: all 0.3s ease-in-out;
  4111.  
  4112. -o-transition: all 0.3s ease-in-out;
  4113.  
  4114. transition: all 0.3s ease-in-out;
  4115.  
  4116. }
  4117.  
  4118.  
  4119. #error-page i:hover, #coming-soon i:hover {
  4120.  
  4121. background-color: #cc9b59;
  4122.  
  4123. color: #fff;
  4124.  
  4125. -webkit-transition: all 0.3s ease-in-out;
  4126.  
  4127. -moz-transition: all 0.3s ease-in-out;
  4128.  
  4129. -ms-transition: all 0.3s ease-in-out;
  4130.  
  4131. -o-transition: all 0.3s ease-in-out;
  4132.  
  4133. transition: all 0.3s ease-in-out;
  4134.  
  4135. }
  4136.  
  4137.  
  4138.  
  4139. /*************************
  4140.  
  4141. ********404 page CSS******
  4142.  
  4143. **************************/
  4144.  
  4145.  
  4146. #error-page {
  4147.  
  4148. display: table;
  4149.  
  4150. height: 100%;
  4151.  
  4152. min-height: 100%;
  4153.  
  4154. width: 100%;
  4155.  
  4156. color: #686868;
  4157.  
  4158. font-size: 18px;
  4159.  
  4160. font-weight: 300;
  4161.  
  4162. padding: 100px 0;
  4163.  
  4164. }
  4165.  
  4166.  
  4167. #error-page .container-fluid {
  4168.  
  4169. overflow: hidden;
  4170.  
  4171. }
  4172.  
  4173.  
  4174. .error-page-inner {
  4175.  
  4176. display: table-cell;
  4177.  
  4178. vertical-align: middle;
  4179.  
  4180. }
  4181.  
  4182.  
  4183. .bg-404 {
  4184.  
  4185. background-image: url("../images/home/tour-bg.png");
  4186.  
  4187. background-repeat: repeat-x;
  4188.  
  4189. background-position: center top;
  4190.  
  4191. }
  4192.  
  4193.  
  4194. .error-image {
  4195.  
  4196. display: inline-block;
  4197.  
  4198. padding-top: 50px;
  4199.  
  4200. padding-bottom: 50px;
  4201.  
  4202. }
  4203.  
  4204.  
  4205. .error-image img {
  4206.  
  4207. width: 100%;
  4208.  
  4209. }
  4210.  
  4211.  
  4212. #error-page h2 {
  4213.  
  4214. font-size:36px;
  4215.  
  4216. text-transform: uppercase;
  4217.  
  4218. }
  4219.  
  4220.  
  4221. .btn-error {
  4222.  
  4223. font-weight: 300;
  4224.  
  4225. margin-top: 30px;
  4226.  
  4227. padding:25px 55px;
  4228.  
  4229. text-transform: uppercase;
  4230.  
  4231. font-size: 16px;
  4232.  
  4233. letter-spacing: 5px;
  4234.  
  4235. background-color: transparent;
  4236.  
  4237. border: 1px solid #cc9b59;
  4238.  
  4239. margin-top: 50px;
  4240.  
  4241. margin-bottom: 50px;
  4242.  
  4243. }
  4244.  
  4245.  
  4246. .btn-error:hover, .btn-error:focus {
  4247.  
  4248. background-color: #cc9b59;
  4249.  
  4250. border-color:#cc9b59;
  4251.  
  4252. color:#fff;
  4253.  
  4254. }
  4255.  
  4256.  
  4257. #error-page i, #coming-soon i {
  4258.  
  4259. border: 1px solid #cc9b59;
  4260.  
  4261. height: 40px;
  4262.  
  4263. width: 40px;
  4264.  
  4265. line-height: 40px;
  4266.  
  4267. color: #cc9b59;
  4268.  
  4269. font-size: 17px;
  4270.  
  4271. margin:0 15px;
  4272.  
  4273. border-radius: 50%;
  4274.  
  4275. -webkit-transition: all 0.3s ease-in-out;
  4276.  
  4277. -moz-transition: all 0.3s ease-in-out;
  4278.  
  4279. -ms-transition: all 0.3s ease-in-out;
  4280.  
  4281. -o-transition: all 0.3s ease-in-out;
  4282.  
  4283. transition: all 0.3s ease-in-out;
  4284.  
  4285. }
  4286.  
  4287.  
  4288. #error-page i:hover, #coming-soon i:hover {
  4289.  
  4290. background-color: #cc9b59;
  4291.  
  4292. color: #fff;
  4293.  
  4294. -webkit-transition: all 0.3s ease-in-out;
  4295.  
  4296. -moz-transition: all 0.3s ease-in-out;
  4297.  
  4298. -ms-transition: all 0.3s ease-in-out;
  4299.  
  4300. -o-transition: all 0.3s ease-in-out;
  4301.  
  4302. transition: all 0.3s ease-in-out;
  4303.  
  4304. }
  4305.  
  4306.  
  4307. /*************************
  4308.  
  4309. ******Coming Soon CSS*****
  4310.  
  4311. **************************/
  4312.  
  4313.  
  4314. .logo-image {
  4315.  
  4316. display: block;
  4317.  
  4318. text-align: center;
  4319.  
  4320. margin-top: 80px;
  4321.  
  4322. margin-bottom: 95px;
  4323.  
  4324. }
  4325.  
  4326.  
  4327. .logo-image img {
  4328.  
  4329. display: inline-block;
  4330.  
  4331. }
  4332.  
  4333.  
  4334. #coming-soon {
  4335.  
  4336. background-image: url("../images/home/tour-bg.png");
  4337.  
  4338. background-position: center top;
  4339.  
  4340. background-repeat: repeat-x;
  4341.  
  4342. padding: 40px 0;
  4343.  
  4344. overflow: hidden;
  4345.  
  4346. }
  4347.  
  4348.  
  4349. #coming-soon .social-link {
  4350.  
  4351. margin-top: 35px;
  4352.  
  4353. }
  4354.  
  4355.  
  4356. .time-count {
  4357.  
  4358. display: block;
  4359.  
  4360. text-align: center;
  4361.  
  4362. }
  4363.  
  4364.  
  4365. .time-count ul {
  4366.  
  4367. padding-left: 0;
  4368.  
  4369. }
  4370.  
  4371.  
  4372. #countdown {
  4373.  
  4374. display: inline-block;
  4375.  
  4376. margin-bottom: 100px;
  4377.  
  4378. margin-top: 100px;
  4379.  
  4380. }
  4381.  
  4382.  
  4383.  
  4384. #countdown li {
  4385.  
  4386. float: left;
  4387.  
  4388. margin-right: 100px;
  4389.  
  4390. color: #757575;
  4391.  
  4392. font-weight: 300;
  4393.  
  4394. font-size: 30px;
  4395.  
  4396. position: relative;
  4397.  
  4398. z-index:1;
  4399.  
  4400. padding-top: 45px;
  4401.  
  4402. }
  4403.  
  4404.  
  4405. #countdown li:last-child {
  4406.  
  4407. margin-right: 0;
  4408.  
  4409. margin-left: 20px;
  4410.  
  4411. }
  4412.  
  4413.  
  4414. #countdown li span {
  4415.  
  4416. display: block;
  4417.  
  4418. font-size: 72px;
  4419.  
  4420. margin-bottom: 25px;
  4421.  
  4422. }
  4423.  
  4424.  
  4425. #countdown li.angle-one:before {
  4426.  
  4427. border-color: #D29948 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  4428.  
  4429. border-style: solid;
  4430.  
  4431. border-width: 250px 145px 0;
  4432.  
  4433. content: "";
  4434.  
  4435. left: -80px;
  4436.  
  4437. position: absolute;
  4438.  
  4439. top: -5px;
  4440.  
  4441. z-index: -1;
  4442.  
  4443. }
  4444.  
  4445.  
  4446. #countdown li.angle-one:after{
  4447.  
  4448. border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  4449.  
  4450. border-style: solid;
  4451.  
  4452. border-width: 236px 137px 0;
  4453.  
  4454. content: "";
  4455.  
  4456. left: -72px;
  4457.  
  4458. position: absolute;
  4459.  
  4460. top: 0;
  4461.  
  4462. z-index:-1;
  4463.  
  4464. }
  4465.  
  4466.  
  4467. #countdown li.angle-two:before {
  4468.  
  4469. border-color: rgba(0, 0, 0, 0) #a5732a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  4470.  
  4471. border-style: solid;
  4472.  
  4473. border-width: 250px 290px 0 0;
  4474.  
  4475. content: "";
  4476.  
  4477. left: -175px;
  4478.  
  4479. position: absolute;
  4480.  
  4481. top: -5px;
  4482.  
  4483. z-index:-1;
  4484.  
  4485. -moz-transform: skewX(30deg);
  4486.  
  4487. -webkit-transform: skewX(30deg);
  4488.  
  4489. -o-transform: skewX(30deg);
  4490.  
  4491. -ms-transform: skewX(30deg);
  4492.  
  4493. transform: skewX(30deg);
  4494.  
  4495. }
  4496.  
  4497.  
  4498. #countdown li.angle-two:after {
  4499.  
  4500. border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  4501.  
  4502. border-style: solid;
  4503.  
  4504. border-width: 235px 272px 0 0;
  4505.  
  4506. content: "";
  4507.  
  4508. left: -162px;
  4509.  
  4510. position: absolute;
  4511.  
  4512. top: 5px;
  4513.  
  4514. z-index: -1;
  4515.  
  4516. -moz-transform: skewX(30deg);
  4517.  
  4518. -webkit-transform: skewX(30deg);
  4519.  
  4520. -o-transform: skewX(30deg);
  4521.  
  4522. -ms-transform: skewX(30deg);
  4523.  
  4524. transform: skewX(30deg);
  4525.  
  4526. }
  4527.  
  4528.  
  4529. #countdown li.angle-two span{
  4530.  
  4531. padding-top: 90px;
  4532.  
  4533. }
  4534.  
  4535.  
  4536. #countdown li.angle-one span.minutes,
  4537.  
  4538. #countdown li.angle-one .minute {
  4539.  
  4540. margin-left: 25px;
  4541.  
  4542. }
  4543.  
  4544.  
  4545.  
  4546. #subscribe {
  4547.  
  4548. background-color: #565656;
  4549.  
  4550. color: #FFFFFF;
  4551.  
  4552. padding: 40px 0 50px;
  4553.  
  4554. }
  4555.  
  4556.  
  4557. #subscribe h2 {
  4558.  
  4559. color: #fff;
  4560.  
  4561. text-transform: uppercase;
  4562.  
  4563. }
  4564.  
  4565.  
  4566. #subscribe .fa-envelope-o {
  4567.  
  4568. color: #dab074;
  4569.  
  4570. margin-right: 5px;
  4571.  
  4572. }
  4573.  
  4574.  
  4575. #subscribe .form-control {
  4576.  
  4577. background-color: transparent;
  4578.  
  4579. height: 52px;
  4580.  
  4581. color: #fff;
  4582.  
  4583. }
  4584.  
  4585.  
  4586. #newsletter {
  4587.  
  4588. margin-top: 35px;
  4589.  
  4590. position: relative;
  4591.  
  4592. }
  4593.  
  4594.  
  4595. #newsletter i {
  4596.  
  4597. color: #DAB074;
  4598.  
  4599. font-size: 36px;
  4600.  
  4601. position: absolute;
  4602.  
  4603. right: 12px;
  4604.  
  4605. top: 7px;
  4606.  
  4607. }
  4608.  
  4609.  
  4610. .newsletter p {
  4611.  
  4612. color: #919191;
  4613.  
  4614. font-size: 12px;
  4615.  
  4616. margin-top: 10px;
  4617.  
  4618. }
  4619.  
  4620.  
  4621. #coming-soon-footer {
  4622.  
  4623. padding: 45px 0;
  4624.  
  4625. line-height: 15px;
  4626.  
  4627. overflow: hidden;
  4628.  
  4629. }
  4630.  
  4631.  
  4632. #coming-soon-footer a {
  4633.  
  4634. color: #d89b4e;
  4635.  
  4636. }
  4637.  
  4638.  
  4639. #coming-soon-footer a:hover {
  4640.  
  4641. color: #b38040
  4642.  
  4643. }
  4644.  
  4645.  
  4646. /*Shortcodes CSS*/
  4647.  
  4648. .bs-example{
  4649.  
  4650. margin: 0 0 20px;
  4651.  
  4652. }
  4653.  
  4654.  
  4655. .panel-group{
  4656.  
  4657. border: 1px solid #eee;
  4658.  
  4659. }
  4660.  
  4661. .panel-default{
  4662.  
  4663. border: 0;
  4664.  
  4665. }
  4666.  
  4667. .panel-group .panel{
  4668.  
  4669. border-radius: 0;
  4670.  
  4671. }
  4672.  
  4673. .panel-group .panel+.panel{
  4674.  
  4675. margin-top: 0;
  4676.  
  4677. }
  4678.  
  4679.  
  4680. .panel-default>.panel-heading{
  4681.  
  4682. background-color: transparent;
  4683.  
  4684. border-top: 1px solid #eee;
  4685.  
  4686. }
  4687.  
  4688.  
  4689. .panel-group .panel-default:first-child>.panel-heading{
  4690.  
  4691. border-top: 0;
  4692.  
  4693. }
  4694.  
  4695.  
  4696. .panel-default>.panel-heading+.panel-collapse .panel-body{
  4697.  
  4698. border-top-color: #eee;
  4699.  
  4700. }
  4701.  
  4702.  
  4703.  
  4704. .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
  4705.  
  4706. 背景-颜色#dab074;
  4707.  
  4708. }
  4709.  
  4710.  
  4711. .标签-内容{
  4712.  
  4713. 内边距-顶部: 20px ;
  4714.  
  4715. }
  4716.  
  4717.  
  4718. /*特征*/
  4719.  
  4720. .特征-内部{
  4721.  
  4722. 文本对齐居中
  4723.  
  4724. }
  4725.  
  4726. .图标-包装器{
  4727.  
  4728. 显示
  4729.  
  4730. 背景——颜色#d29948;
  4731.  
  4732. 颜色#fff;
  4733.  
  4734. 填充25px
  4735.  
  4736. 盒子阴影0 0 0 5px rgba 0,0,0 .1 插入
  4737.  
  4738. - webkit -box - shadow : 0 0 0 5px rgba ( 0 , 0 , 0 , . 1 )插入
  4739.  
  4740. 边框-半径100 %;
  4741.  
  4742. 边距10px 0
  4743.  
  4744. }
 

JavaScript

最后,非常感谢您购买此主题。请记住,我们正在努力在未来提供更优质的产品。如果您喜欢您的作品,请给我们写一份 5 星好评。