main.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304
  1. /* =================================== */
  2. /* Basic Style
  3. /* =================================== */
  4. body {
  5. background-color: #fff;
  6. font-family: 'Open Sans', sans-serif;
  7. line-height: 24px;
  8. font-size: 16px;
  9. color: #818181;
  10. }
  11. figure, p, address {
  12. margin: 0;
  13. }
  14. iframe {
  15. border: 0;
  16. }
  17. a {
  18. color: #0aa6bd;
  19. -webkit-transition: all 0.3s ease-out 0s;
  20. -moz-transition: all 0.3s ease-out 0s;
  21. -ms-transition: all 0.3s ease-out 0s;
  22. -o-transition: all 0.3s ease-out 0s;
  23. transition: all 0.3s ease-out 0s;
  24. }
  25. a, a:hover, a:focus, .btn:focus {
  26. text-decoration: none;
  27. outline: none;
  28. }
  29. h1, h2, h3, h4, h5, h6,
  30. .h1, .h2, .h3, .h4, .h5, .h6 {
  31. font-family: 'Open Sans', sans-serif;
  32. color: #252525;
  33. }
  34. p {
  35. font-size: 15px;
  36. }
  37. li {
  38. list-style: none;
  39. }
  40. main > section {
  41. /* padding: 70px 0; */
  42. }
  43. .btn {
  44. border-radius: 0;
  45. border: 0;
  46. position: relative;
  47. text-transform: uppercase;
  48. }
  49. .btn-blue {
  50. background-color: rgba(10, 166, 189, 0.75);
  51. box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  52. padding: 15px 55px;
  53. color: #fff;
  54. }
  55. .btn-border {
  56. border: 2px solid #fff;
  57. color: #fff;
  58. padding: 12px 35px;
  59. }
  60. .bg-blue {
  61. background-color: #0aa6bd;
  62. }
  63. .logo-img {
  64. width: 90px;
  65. margin-top: 2px;
  66. }
  67. /* 顶部导航 */
  68. .top-nav {
  69. background: #484443;
  70. height: 35px;
  71. position: fixed;
  72. top: 0;
  73. left: 0;
  74. z-index: 1001;
  75. width: 100%;
  76. line-height: 35px;
  77. }
  78. .top-nav ul {
  79. float: right;
  80. }
  81. .el-dropdown {
  82. line-height: 50px;
  83. font-size: 16px;
  84. }
  85. /* 遮罩 */
  86. .zhezhao {
  87. position: fixed;
  88. top: 0;
  89. left: 0;
  90. height: 100%;
  91. width: 100%;
  92. background: #000;
  93. opacity: 0.3;
  94. z-index: 10000;
  95. }
  96. /* 登录弹窗 */
  97. .box{
  98. width: 430px;
  99. height: 504px;
  100. position: fixed;
  101. background:white;
  102. top: 50%;
  103. left:50%;
  104. margin-left: -215px;
  105. margin-top: -252px;
  106. z-index: 10001;
  107. }
  108. /* 11/12注册页面 ..........................................*/
  109. .login,.profile {
  110. color: white;
  111. font-size: 12px;
  112. /* font-weight: 600; */
  113. }
  114. .profile .user-info {
  115. margin: 0 15px;
  116. }
  117. .login img,.profile img {
  118. width: 16px;
  119. margin-right: 5px;
  120. }
  121. .login > span:hover,.profile > span:hover{
  122. cursor:pointer;
  123. /* color: #0aa6bd; */
  124. }
  125. .zc-box {
  126. margin: 50px;
  127. }
  128. .back {
  129. background: #6f6f6f;
  130. }
  131. /* 首页内容 ..........................................*/
  132. .my-text {
  133. position: absolute;
  134. width: 13%;
  135. height: 6%;
  136. top: 64%;
  137. left: 50%;
  138. transform: translate(-50%, -50%);
  139. z-index: 100;
  140. }
  141. .my-tiyan {
  142. background: #1E88F5;
  143. border-radius: 4px;
  144. width: 100%;
  145. height: 100%;
  146. font-family: PingFangSC-Regular;
  147. font-size: 14px;
  148. color: #FFFFFF;
  149. border: 0;
  150. }
  151. /* 特色 .......................................*/
  152. .ts-worp {
  153. width: 100%;
  154. padding: 0;
  155. margin: 0;
  156. padding-top: 100px;
  157. }
  158. .ts-box {
  159. overflow: hidden;
  160. /* position: relative; */
  161. padding: 100px 50px 100px 20px;
  162. width: 100%;
  163. display: table;
  164. background: #F8FAFD;
  165. }
  166. .ts-boxtow {
  167. padding: 100px 20px 100px 50px;
  168. background: white;
  169. }
  170. .ts-box div {
  171. display: table-cell;
  172. vertical-align: middle;
  173. }
  174. .ts-box img {
  175. width: 95%;
  176. }
  177. .ts-forbox img {
  178. width: 100%;
  179. }
  180. /* .ts-imgmax {
  181. width: 100%;
  182. }
  183. .ts-imgmin {
  184. width: 100%;
  185. } */
  186. .ts-title {
  187. font-family: PingFangSC-Regular !important;
  188. color: #0D253E !important;
  189. font-size: 24px !important;
  190. margin-bottom: 14px;
  191. font-weight: 600;
  192. }
  193. .left {
  194. float: left;
  195. }
  196. .right {
  197. float: right;
  198. }
  199. .right-text {
  200. text-align: right;
  201. }
  202. .left-text {
  203. text-align: left;
  204. }
  205. .ts-text {
  206. font-family: PingFangSC-Regular !important;
  207. color: #9EA8B2 !important;
  208. }
  209. /* 功能 .........................................*/
  210. .gn-beijing {
  211. width: 100%;
  212. position: absolute;
  213. top: 280px;
  214. }
  215. .gn-img {
  216. width: 100px;
  217. height: 100px;
  218. border-radius: 50%;
  219. background: #1E88F5;
  220. text-align: center;
  221. line-height: 100px;
  222. margin: 0 auto;
  223. position: relative;
  224. margin-top: 12px;
  225. }
  226. .gn-img img {
  227. width: 50%;
  228. }
  229. .gn-huise {
  230. background: #F4F8FC;
  231. }
  232. .gn-xiaoqiu {
  233. width: 30px;
  234. height: 30px;
  235. border-radius: 50%;
  236. background: #FFCC01;
  237. box-shadow: 0 0 15px 0 rgba(255,204,1,0.40);
  238. position: absolute;
  239. top: 0;
  240. right: 0;
  241. }
  242. .gn-left {
  243. left: 0;
  244. }
  245. .gn-hei>div {
  246. height: 245px;
  247. }
  248. .service-item {
  249. margin-bottom: 60px;
  250. padding:0 14px;
  251. text-align: center;
  252. }
  253. .gn-text {
  254. font-family: PingFangSC-Regular;
  255. font-size: 18px;
  256. color: #0D253E;
  257. font-weight: 600;
  258. margin-top: 12px;
  259. }
  260. .gn-color {
  261. color: #1E88F5;
  262. }
  263. /* 帮助 ........................................*/
  264. .bz-worp {
  265. background: white;
  266. margin: 0 auto;
  267. padding: 42px 40px 109px 48px;
  268. }
  269. .bz-box {
  270. border: 1px solid #1E88F5;
  271. border-radius: 5px;
  272. border-right: 0;
  273. }
  274. .bz-sskuang {
  275. width: 88%;
  276. float: left;
  277. line-height: 38px;
  278. }
  279. .bz-sousuo {
  280. width: 70%;
  281. margin: 0 -5px;
  282. border: 0;
  283. outline: none;
  284. }
  285. .bz-sousuoimg {
  286. margin: -3px 10px 0 14px;
  287. }
  288. .bz-btn {
  289. background: #1E88F5;
  290. border-radius: 0 5px 5px 0;
  291. width: 12%;
  292. border: 0;
  293. color: white;
  294. height: 40px;
  295. }
  296. .bz-content {
  297. margin-top: 30px;
  298. border: 0;
  299. }
  300. .bz-left {
  301. width: 100%;
  302. overflow: hidden;
  303. }
  304. .bz-ul {
  305. border-bottom: 1px solid #D8D8D8;
  306. overflow: hidden;
  307. margin-left: -40px;
  308. }
  309. .bz-right {
  310. width: 100%;
  311. background: white;
  312. }
  313. .bz-yuandian {
  314. background: #FFCC01;
  315. width: 16px;
  316. height: 16px;
  317. border-radius: 50%;
  318. margin: 4px 8px 0 0;
  319. }
  320. .bz-right-conent li {
  321. border-bottom: 1px solid #E8ECEF;
  322. padding: 10px 0;
  323. list-style: none;
  324. overflow: hidden;
  325. margin-left: -40px;
  326. }
  327. .bz-right-conent li:last-child {
  328. border-bottom: 0;
  329. }
  330. .bz-right-conent {
  331. margin-top: 30px;
  332. }
  333. /* 底部 ...................................*/
  334. /*footer*/
  335. .footer{
  336. width: 100%;
  337. background-image: url(../img/footer2x.png);
  338. background-size: 100%;
  339. }
  340. .db-text {
  341. background: white;
  342. color: #000;
  343. }
  344. .footer .container{
  345. margin: 0 auto;
  346. width: 80%;
  347. height: 260px;
  348. overflow: hidden;
  349. text-align: center;
  350. }
  351. .footer-section .link{
  352. overflow: hidden;
  353. float: left;
  354. margin-right: 100px;
  355. }
  356. .footer-section ul{
  357. float: left;
  358. margin-right: 45px;
  359. }
  360. .footer-section ul:last-child {
  361. margin-right: 0;
  362. }
  363. .footer-section ul>li{
  364. list-style: none;
  365. }
  366. .footer-section ul>li span {
  367. display: inline-block;
  368. margin-bottom: 28px;
  369. font-size: 16px;
  370. color: #fff;
  371. }
  372. .footer-section ul>li a{
  373. display: inline-block;
  374. margin-bottom: 10px;
  375. font-size: 14px;
  376. color: #fff;
  377. cursor: pointer;
  378. opacity: 0.9;
  379. }
  380. .footer-section ul>li:hover a{
  381. text-decoration: underline ;
  382. color: #1E88F5;
  383. }
  384. .footer-section ul>li:hover a.no-link{
  385. text-decoration: none;
  386. color: #fff;
  387. cursor: default;
  388. }
  389. .footer-section .about{
  390. float: left;
  391. margin-right: 30px;
  392. width: 245px;
  393. text-align: left;
  394. }
  395. .footer-section .about .logo{
  396. margin-bottom: 18px;
  397. }
  398. .footer-section .about .logo img{
  399. width: 150px;
  400. /* height: 44px; */
  401. }
  402. .footer-section .about .time{
  403. margin-bottom: 21px;
  404. font-size: 14px;
  405. color: #fff;
  406. }
  407. .footer-section .qr{
  408. overflow: hidden;
  409. text-align: right;
  410. float: right;
  411. }
  412. .footer-section .qr .qr-top{
  413. overflow: hidden;
  414. }
  415. .footer-section .qr .qr-code{
  416. width: 110px;
  417. font-size: 14px;
  418. color: #fff;
  419. text-align: center;
  420. }
  421. .footer-section .qr .qr-mall{
  422. margin-right: 21px;
  423. }
  424. .footer-section .qr .qr-code img{
  425. width: 100%;
  426. margin-bottom: 18px;
  427. }
  428. .footer-section .qr .qr-bottom{
  429. margin-top: 22px;
  430. line-height: 30px;
  431. text-align: right;
  432. font-size: 13px;
  433. color: #fff;
  434. }
  435. .footer .footer-list{
  436. margin: 55px auto 22px;
  437. }
  438. .friend-link{
  439. height: 48px;
  440. background: #14152D;
  441. width: 100%;
  442. line-height: 48px;
  443. text-align: center;
  444. }
  445. .friend-link span {
  446. font-family: PingFangSC-Regular;
  447. font-size: 14px;
  448. color: #7C93AD;
  449. letter-spacing: 0;
  450. text-align: center;
  451. }
  452. .section-title p {
  453. color: #444;
  454. /* font-style: italic; */
  455. font-size: 13px;
  456. }
  457. .section-title.white p {
  458. color: #fff;
  459. }
  460. .parallax {
  461. background-attachment: fixed;
  462. background-position: center top;
  463. background-repeat: no-repeat;
  464. background-size: cover;
  465. }
  466. /**
  467. /* Header
  468. /* ==========================================*/
  469. #navigation {
  470. -webkit-transition: all 0.8s ease 0s;
  471. -moz-transition: all 0.8s ease 0s;
  472. -ms-transition: all 0.8s ease 0s;
  473. -o-transition: all 0.8s ease 0s;
  474. transition: all 0.8s ease 0s;
  475. /* background-color: rgba(0, 0, 0, 0.77); */
  476. /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */
  477. background: #1C1F48;
  478. opacity: 0.8;
  479. }
  480. #navigation.animated-header {
  481. /* padding: 10px 0; */
  482. }
  483. h1.navbar-brand {
  484. font-size: 20px;
  485. font-weight: 700;
  486. margin-top: -12px;
  487. text-transform: uppercase;
  488. }
  489. .navbar-inverse .navbar-nav > li > a {
  490. color: #fff;
  491. font-size: 16px;
  492. text-transform: uppercase;
  493. /* font-weight: bold; */
  494. }
  495. .navbar-nav>li>a {
  496. padding: 15px 20px 3px 20px !important;
  497. }
  498. .menu li a {
  499. display: inline-block;
  500. }
  501. .menu li a span:before {
  502. content: "";
  503. position: absolute;
  504. width: 100%;
  505. height: 2px;
  506. bottom: 0;
  507. left: 0;
  508. background-color: #0aa6bd;
  509. visibility: hidden;
  510. -webkit-transform: scaleX(0);
  511. -moz-transform: scaleX(0);
  512. -ms-transform: scaleX(0);
  513. -o-transform: scaleX(0);
  514. transform: scaleX(0);
  515. -webkit-transition: all 0.3s ease-in-out 0s;
  516. -moz-transition: all 0.3s ease-in-out 0s;
  517. -ms-transition: all 0.3s ease-in-out 0s;
  518. -o-transition: all 0.3s ease-in-out 0s;
  519. transition: all 0.3s ease-in-out 0s;
  520. }
  521. .menu li a:hover span:before {
  522. visibility: visible;
  523. -webkit-transform: scaleX(1);
  524. -moz-transform: scaleX(1);
  525. -ms-transform: scaleX(1);
  526. -o-transform: scaleX(1);
  527. transform: scaleX(1);
  528. }
  529. /*=================================================================
  530. Home Slider
  531. ==================================================================*/
  532. #home-slider {
  533. position: relative;
  534. padding: 0;
  535. }
  536. .mask-overly {
  537. /* background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; */
  538. bottom: 0;
  539. left: 0;
  540. position: absolute;
  541. right: 0;
  542. top: 0;
  543. /* z-index: 9; */
  544. }
  545. #slider #nav-arrows > a {
  546. font-size: 40px;
  547. line-height: 1.5;
  548. }
  549. .slider-1 img{
  550. width: 100%;
  551. /* height: 100%; */
  552. }
  553. .sl-slider-wrapper {
  554. width: 100%;
  555. margin: 0 auto;
  556. position: relative;
  557. /* overflow: hidden; */
  558. }
  559. .sl-slider {
  560. position: absolute;
  561. top: 0;
  562. left: 0;
  563. right: 0;
  564. bottom: 0;
  565. }
  566. /* Slide wrapper and slides */
  567. .sl-slide,
  568. .sl-slides-wrapper,
  569. .sl-slide-inner {
  570. position: absolute;
  571. width: 100%;
  572. height: 100%;
  573. top: 0;
  574. left: 0;
  575. }
  576. .sl-slide {
  577. z-index: 1;
  578. }
  579. .slide-caption {
  580. color: #fff;
  581. display: table;
  582. height: 100%;
  583. left: 0;
  584. min-height: 100%;
  585. position: absolute;
  586. text-align: center;
  587. top: 0;
  588. width: 60%;
  589. z-index: 999;
  590. left: 50%;
  591. transform: translateX(-50%);
  592. }
  593. .slide-caption .caption-content {
  594. vertical-align: middle;
  595. display: table-cell;
  596. }
  597. .caption-content h2 {
  598. color: #fff;
  599. font-size: 50px;
  600. font-weight: 900;
  601. margin-bottom: 25px;
  602. }
  603. .caption-content > p {
  604. display: block;
  605. font-size: 16px;
  606. margin-bottom: 45px;
  607. text-transform: capitalize;
  608. margin-bottom: 65px;
  609. font-weight: 200;
  610. }
  611. /*Slider Arrow Buttons*/
  612. #nav-arrows > a {
  613. border: 1px solid #fff;
  614. color: #fff;
  615. display: block;
  616. height: 60px;
  617. line-height: 76px;
  618. position: absolute;
  619. text-align: center;
  620. top: 50%;
  621. width: 60px;
  622. z-index: 20;
  623. margin-top: -30px;
  624. -webkit-transition: all 0.3s ease 0s;
  625. -moz-transition: all 0.3s ease 0s;
  626. -ms-transition: all 0.3s ease 0s;
  627. -o-transition: all 0.3s ease 0s;
  628. transition: all 0.3s ease 0s;
  629. }
  630. #nav-arrows > a.sl-prev {
  631. transform: translateX(-50px);
  632. opacity:0;
  633. }
  634. #slider:hover #nav-arrows > a.sl-prev {
  635. opacity: 1;
  636. transform: translateX(20px);
  637. }
  638. #nav-arrows > a.sl-next {
  639. right:0;
  640. transform: translateX(50px);
  641. opacity:0;
  642. }
  643. #slider:hover #nav-arrows > a.sl-next {
  644. opacity: 1;
  645. transform: translateX(-20px);
  646. }
  647. #nav-arrows > a.sl-next:hover ,#nav-arrows > a.sl-prev:hover {
  648. background-color: #0aa6bd;
  649. border-color: #0aa6bd;
  650. color: #fff;
  651. }
  652. /* The duplicate parts/slices */
  653. .sl-content-slice {
  654. overflow: hidden;
  655. position: absolute;
  656. -webkit-box-sizing: content-box;
  657. -moz-box-sizing: content-box;
  658. box-sizing: content-box;
  659. background: #fff;
  660. -webkit-backface-visibility: hidden;
  661. -moz-backface-visibility: hidden;
  662. -o-backface-visibility: hidden;
  663. -ms-backface-visibility: hidden;
  664. backface-visibility: hidden;
  665. opacity : 1;
  666. }
  667. /* Horizontal slice */
  668. .sl-slide-horizontal .sl-content-slice {
  669. width: 100%;
  670. height: 50%;
  671. left: -200px;
  672. -webkit-transform: translateY(0%) scale(1);
  673. -moz-transform: translateY(0%) scale(1);
  674. -o-transform: translateY(0%) scale(1);
  675. -ms-transform: translateY(0%) scale(1);
  676. transform: translateY(0%) scale(1);
  677. }
  678. .sl-slide-horizontal .sl-content-slice:first-child {
  679. top: -200px;
  680. padding: 200px 200px 0px 200px;
  681. }
  682. .sl-slide-horizontal .sl-content-slice:nth-child(2) {
  683. top: 50%;
  684. padding: 0px 200px 200px 200px;
  685. }
  686. /* Vertical slice */
  687. .sl-slide-vertical .sl-content-slice {
  688. width: 50%;
  689. height: 100%;
  690. top: -200px;
  691. -webkit-transform: translateX(0%) scale(1);
  692. -moz-transform: translateX(0%) scale(1);
  693. -o-transform: translateX(0%) scale(1);
  694. -ms-transform: translateX(0%) scale(1);
  695. transform: translateX(0%) scale(1);
  696. }
  697. .sl-slide-vertical .sl-content-slice:first-child {
  698. left: -200px;
  699. padding: 200px 0px 200px 200px;
  700. }
  701. .sl-slide-vertical .sl-content-slice:nth-child(2) {
  702. left: 50%;
  703. padding: 200px 200px 200px 0px;
  704. }
  705. /* Content wrapper */
  706. /* Width and height is set dynamically */
  707. .sl-content-wrapper {
  708. position: absolute;
  709. }
  710. .sl-content {
  711. width: 100%;
  712. height: 100%;
  713. }
  714. /*=================================================================
  715. Feature
  716. ==================================================================*/
  717. .list-nav {
  718. padding:0;
  719. margin-top: 20px;
  720. }
  721. .list-nav li {
  722. list-style: none;
  723. margin: 0;
  724. padding: 0;
  725. font-size: 16px;
  726. padding-left: 30px;
  727. margin-bottom: 10px;
  728. position: relative;
  729. }
  730. .list-nav li i {
  731. position: absolute;
  732. left: 0;
  733. top: 4px;
  734. font-size: 28px;
  735. color: #1fb5f6;
  736. }
  737. /*=================================================================
  738. Portfolio
  739. ==================================================================*/
  740. .project-wrapper {
  741. margin: 0;
  742. padding: 0;
  743. list-style: none;
  744. text-align: center;
  745. }
  746. .project-wrapper .row {
  747. margin: 0;
  748. }
  749. .project-wrapper [class^="col-"] {
  750. padding-left: 0;
  751. padding-right: 0;
  752. }
  753. .portfolio-filter {
  754. font-size: 0;
  755. list-style: outside none none;
  756. margin: 0 0 40px;
  757. padding: 0;
  758. }
  759. .portfolio-filter li {
  760. display: inline-block;
  761. }
  762. .portfolio-filter li a {
  763. color: #777;
  764. display: block;
  765. font-size: 14px;
  766. padding: 0 20px;
  767. position: relative;
  768. }
  769. .portfolio-filter li a.active {
  770. color: #0aa6bd;
  771. }
  772. .portfolio-filter li a::after {
  773. bottom: auto;
  774. content: "/";
  775. position: absolute;
  776. right: 0;
  777. top: auto;
  778. }
  779. .portfolio-filter li:last-child a::after {
  780. content: none;
  781. }
  782. .portfolio-item {
  783. cursor: pointer;
  784. overflow: hidden;
  785. position: relative;
  786. }
  787. .portfolio-item img {
  788. -webkit-transition: all 0.4s ease 0s;
  789. -moz-transition: all 0.4s ease 0s;
  790. -o-transition: all 0.4s ease 0s;
  791. transition: all 0.4s ease 0s;
  792. }
  793. .portfolio-item:hover img {
  794. -webkit-transform: translateY(-105px);
  795. -ms-transform: translateY(-105px);
  796. -o-transform: translateY(-105px);
  797. transform: translateY(-105px);
  798. }
  799. figcaption.mask {
  800. background-color: #f1f1f1;
  801. bottom: 0;
  802. color: #333;
  803. padding: 25px;
  804. position: absolute;
  805. width: 100%;
  806. text-align: left;
  807. -webkit-transform: translateY(100%);
  808. -ms-transform: translateY(100%);
  809. -o-transform: translateY(100%);
  810. transform: translateY(100%);
  811. -webkit-transition: all 0.4s ease 0s;
  812. -moz-transition: all 0.4s ease 0s;
  813. -o-transition: all 0.4s ease 0s;
  814. transition: all 0.4s ease 0s;
  815. }
  816. .portfolio-item:hover figcaption.mask {
  817. -webkit-transform: translateY(0px);
  818. -ms-transform: translateY(0px);
  819. -o-transform: translateY(0px);
  820. transform: translateY(0px);
  821. }
  822. figcaption.mask h3 {
  823. margin-top: 0;
  824. color: #333;
  825. font-size: 18px;
  826. margin-bottom:15px;
  827. opacity: 0;
  828. -webkit-transform: translateY(30px);
  829. -ms-transform: translateY(30px);
  830. -o-transform: translateY(30px);
  831. transform: translateY(30px);
  832. -webkit-transition: all 0.4s ease 0.1s;
  833. -moz-transition: all 0.4s ease 0.1s;
  834. -o-transition: all 0.4s ease 0.1s;
  835. transition: all 0.4s ease 0.1s;
  836. }
  837. figcaption.mask p {
  838. line-height: 1.3;
  839. -webkit-transform: translateY(30px);
  840. -ms-transform: translateY(30px);
  841. -o-transform: translateY(30px);
  842. transform: translateY(30px);
  843. opacity: 0;
  844. -webkit-transition: all 0.4s ease 0.3s;
  845. -moz-transition: all 0.4s ease 0.3s;
  846. -o-transition: all 0.4s ease 0.3s;
  847. transition: all 0.4s ease 0.3s;
  848. }
  849. .portfolio-item:hover figcaption.mask h3,
  850. .portfolio-item:hover figcaption.mask p {
  851. opacity: 1;
  852. -webkit-transform: translateY(0px);
  853. -ms-transform: translateY(0px);
  854. -o-transform: translateY(0px);
  855. transform: translateY(0px);
  856. }
  857. ul.external {
  858. list-style: outside none none;
  859. margin: 0;
  860. padding: 0;
  861. position: absolute;
  862. right: 0;
  863. top: -47px;
  864. -webkit-transition: all 0.4s ease 0s;
  865. -moz-transition: all 0.4s ease 0s;
  866. -ms-transition: all 0.4s ease 0s;
  867. -o-transition: all 0.4s ease 0s;
  868. transition: all 0.4s ease 0s;
  869. }
  870. ul.external li {
  871. display: inline-block;
  872. }
  873. ul.external li a {
  874. background-color: rgba(255, 255, 255, 0.9);
  875. color: #818181;
  876. display: block;
  877. padding: 10px 18px 13px;
  878. -webkit-transition: all 0.5s ease 0s;
  879. -moz-transition: all 0.5s ease 0s;
  880. -ms-transition: all 0.5s ease 0s;
  881. -o-transition: all 0.5s ease 0s;
  882. transition: all 0.5s ease 0s;
  883. }
  884. ul.external li a:hover {
  885. background-color: #0aa6bd;
  886. color: #fff;
  887. }
  888. .portfolio-item:hover ul.external {
  889. top: 0;
  890. }
  891. .fancybox-skin {
  892. border-radius: 0;
  893. }
  894. .fancybox-title.fancybox-title-inside-wrap {
  895. padding: 15px;
  896. }
  897. .fancybox-title h3 {
  898. margin: 0 0 15px;
  899. }
  900. .fancybox-title p {
  901. color: #818181;
  902. font-size: 16px;
  903. line-height: 22px;
  904. }
  905. .fancybox-title-inside-wrap {
  906. padding-top: 0;
  907. }
  908. /*=================================================================
  909. Testimonials
  910. ==================================================================*/
  911. .owl-controls .owl-page, .owl-controls .owl-buttons div {
  912. cursor: pointer;
  913. display: inline-block;
  914. margin: 0 8px;
  915. padding: 10px;
  916. }
  917. .price-table {
  918. border: 1px solid #e3e3e3;
  919. }
  920. .price-table.featured {
  921. border-color: #e3e3e3;
  922. border-style: solid;
  923. border-width: 1px 1px 0 1px;
  924. -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
  925. -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
  926. box-shadow: 0 4px 5px rgba(0,0,0,0.19);
  927. }
  928. .price-table > span {
  929. color: #444;
  930. display: block;
  931. font-size: 24px;
  932. padding: 30px 0;
  933. text-transform: uppercase;
  934. font-weight: bold;
  935. letter-spacing: 2px;
  936. }
  937. .price-table .value {
  938. background-color: #f8f8f8;
  939. color: #727272;
  940. padding: 20px 0;
  941. -webkit-transition: all 0.7s ease 0s;
  942. -moz-transition: all 0.7s ease 0s;
  943. -ms-transition: all 0.7s ease 0s;
  944. -o-transition: all 0.7s ease 0s;
  945. transition: all 0.7s ease 0s;
  946. }
  947. .price-table.featured .value {
  948. background-color: #0aa6bd;
  949. color: #fff;
  950. }
  951. .price-table .value span {
  952. display: inline-block;
  953. }
  954. .price-table .value span:first-child {
  955. font-size: 32px;
  956. line-height: 32px;
  957. }
  958. .price-table .value span:nth-child(2) {
  959. font-size: 40px;
  960. line-height: 40px;
  961. margin-bottom: 10px;
  962. }
  963. .price-table .value span:last-child {
  964. font-size: 16px;
  965. }
  966. .price-table ul {
  967. margin: 0;
  968. padding: 0;
  969. list-style: none;
  970. text-align: center;
  971. }
  972. .price-table ul li {
  973. border-top: 1px solid #e3e3e3;
  974. display: block;
  975. padding: 15px 0;
  976. -webkit-transition: all 0.7s ease 0s;
  977. -moz-transition: all 0.7s ease 0s;
  978. -ms-transition: all 0.7s ease 0s;
  979. -o-transition: all 0.7s ease 0s;
  980. transition: all 0.7s ease 0s;
  981. }
  982. .price-table ul li a {
  983. display: block;
  984. text-transform: uppercase;
  985. }
  986. .price-table.featured ul li:last-child,
  987. .price-table ul li:last-child:hover {
  988. background-color: #0aa6bd;
  989. }
  990. .price-table.featured ul li:last-child a,
  991. .price-table ul li:last-child:hover a {
  992. color: #fff;
  993. }
  994. /*============================================================
  995. For Small Desktop
  996. ==============================================================*/
  997. @media (min-width: 980px) and (max-width: 1150px) {
  998. /*about*/
  999. #about .welcome-block img {
  1000. margin-bottom: 30px;
  1001. }
  1002. }
  1003. /*============================================================
  1004. Tablet (Portrait) Design for a width of 768px
  1005. ==============================================================*/
  1006. @media (min-width: 768px) and (max-width: 979px) {
  1007. /* home slider */
  1008. .caption-content h2 {
  1009. font-size: 40px;
  1010. }
  1011. .caption-content p {
  1012. font-size: 25px;
  1013. }
  1014. .caption-content strong {
  1015. font-size: 45px;
  1016. }
  1017. /* about */
  1018. .recent-works {
  1019. margin-bottom: 50px;
  1020. }
  1021. /* price */
  1022. .price-table {
  1023. margin-bottom: 50px;
  1024. }
  1025. /* contact form */
  1026. .contact-form {
  1027. margin-bottom: 50px;
  1028. }
  1029. }
  1030. /*============================================================
  1031. Mobile (Portrait) Design for a width of 320px
  1032. ==============================================================*/
  1033. @media only screen and (max-width: 767px) {
  1034. body {
  1035. font-size: 14px;
  1036. }
  1037. .parallax {
  1038. background-position: centet tip !important;
  1039. }
  1040. .section-title h2 {
  1041. font-size: 25px;
  1042. }
  1043. .section-title h2:after {
  1044. left: 30%;
  1045. }
  1046. /*navigation*/
  1047. .navbar-inverse .navbar-toggle {
  1048. border-color: #fff;
  1049. }
  1050. .navbar-inverse .navbar-toggle:hover,
  1051. .navbar-inverse .navbar-toggle:focus {
  1052. background-color: transparent;
  1053. }
  1054. /* slider */
  1055. .caption-content h2 {
  1056. font-size: 18px;
  1057. }
  1058. .caption-content > span {
  1059. font-size: 16px;
  1060. margin-bottom: 20px;
  1061. }
  1062. .caption-content p {
  1063. font-size: 16px;
  1064. margin-bottom: 30px;
  1065. }
  1066. .caption-content strong {
  1067. font-size: 22px;
  1068. }
  1069. /* about */
  1070. .recent-works {
  1071. margin-bottom: 85px;
  1072. }
  1073. #about h3 {
  1074. font-size: 18px;
  1075. margin: 0 0 35px !important;
  1076. }
  1077. #about .owl-buttons {
  1078. margin-top: 20px;
  1079. }
  1080. #about .message-body {
  1081. margin-bottom: 45px;
  1082. }
  1083. #about .welcome-block img {
  1084. margin: 0 25px 15px 0;
  1085. }
  1086. /* service */
  1087. .service-item {
  1088. width: 100%;
  1089. }
  1090. /* lightbox */
  1091. .fancybox-title h3 {
  1092. font-size: 20px;
  1093. }
  1094. .fancybox-title p {
  1095. font-size: 14px;
  1096. }
  1097. /* price */
  1098. .price-table {
  1099. margin-bottom: 50px;
  1100. }
  1101. /* follow us */
  1102. .social-button li a {
  1103. height: 65px;
  1104. line-height: 71px;
  1105. width: 65px;
  1106. }
  1107. }
  1108. /*============================================================
  1109. Mobile (Landscape) Design for a width of 480px
  1110. ==============================================================*/
  1111. @media only screen and (min-width: 480px) and (max-width: 767px) {
  1112. .section-title h2:after {
  1113. left: 38%;
  1114. }
  1115. /* home slider */
  1116. .caption-content h2 {
  1117. font-size: 35px;
  1118. }
  1119. .caption-content p {
  1120. font-size: 25px;
  1121. }
  1122. .caption-content strong {
  1123. font-size: 35px;
  1124. }
  1125. /*about*/
  1126. #about .welcome-block h3 {
  1127. margin: 0 0 35px;
  1128. }
  1129. /* service */
  1130. .service-item {
  1131. margin: 0 auto 50px;
  1132. width: 55%;
  1133. }
  1134. /* portfolio */
  1135. .portfolio-item {
  1136. width: 48%;
  1137. }
  1138. figcaption.mask {
  1139. bottom: -132px;
  1140. }
  1141. /* social */
  1142. .social-button li a {
  1143. height: 90px;
  1144. line-height: 96px;
  1145. width: 90px;
  1146. }
  1147. /* price */
  1148. .price-table {
  1149. margin-bottom: 50px;
  1150. }
  1151. }