main.css 24 KB

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