main.css 24 KB

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