style.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025
  1. body{
  2. font-family:"Inconsolata",Arial,sans-serif;
  3. font-weight:400;
  4. font-size:18px;
  5. line-height:1.7;
  6. color:#333;
  7. background:#000
  8. }
  9. #page{
  10. position:relative;
  11. overflow-x:hidden;
  12. width:100%;
  13. height:100%;
  14. -webkit-transition:0.5s;
  15. -o-transition:0.5s;
  16. transition:0.5s
  17. }
  18. .offcanvas #page{
  19. overflow:hidden;
  20. position:absolute
  21. }
  22. .offcanvas #page:after{
  23. -webkit-transition:2s;
  24. -o-transition:2s;
  25. transition:2s;
  26. position:absolute;
  27. top:0;
  28. right:0;
  29. bottom:0;
  30. left:0;
  31. z-index:101;
  32. background:rgba(0,0,0,0.7);
  33. content:""
  34. }
  35. a{
  36. color:#623D4F;
  37. -webkit-transition:0.5s;
  38. -o-transition:0.5s;
  39. transition:0.5s
  40. }
  41. a:hover,a:active,a:focus{
  42. color:#623D4F;
  43. outline:none;
  44. text-decoration:underline
  45. }
  46. p{
  47. margin-bottom:30px
  48. }
  49. h1,h2,h3,h4,h5,h6,figure{
  50. color:#fff;
  51. font-family:"Inconsolata",Arial,sans-serif;
  52. font-weight:400;
  53. margin:0 0 20px 0
  54. }
  55. ::-webkit-selection{
  56. color:#fff;
  57. background:#623D4F
  58. }
  59. ::-moz-selection{
  60. color:#fff;
  61. background:#623D4F
  62. }
  63. ::selection{
  64. color:#fff;
  65. background:#623D4F
  66. }
  67. .cisti-nav{
  68. background:#fff
  69. }
  70. .cisti-nav .top-menu{
  71. padding:28px 0
  72. }
  73. .cisti-nav #cisti-logo{
  74. font-size:32px;
  75. margin:0;
  76. padding:0;
  77. text-transform:uppercase;
  78. font-weight:700;
  79. font-family:"Inconsolata",Arial,sans-serif
  80. }
  81. .cisti-nav #cisti-logo a span{
  82. color:#623D4F
  83. }
  84. .cisti-nav a{
  85. padding:5px 10px;
  86. color:#000
  87. }
  88. @media screen and (max-width: 768px){
  89. .cisti-nav .menu-1{
  90. display:none
  91. }
  92. }
  93. .cisti-nav ul{
  94. padding:0;
  95. margin:5px 0 0 0
  96. }
  97. .cisti-nav ul li{
  98. padding:0;
  99. margin:0;
  100. list-style:none;
  101. display:inline
  102. }
  103. .cisti-nav ul li a{
  104. font-size:18px;
  105. padding:30px 15px;
  106. color:rgba(0,0,0,0.7);
  107. -webkit-transition:0.5s;
  108. -o-transition:0.5s;
  109. transition:0.5s
  110. }
  111. .cisti-nav ul li a:hover,.cisti-nav ul li a:focus,.cisti-nav ul li a:active{
  112. color:#000
  113. }
  114. .cisti-nav ul li.has-dropdown{
  115. position:relative
  116. }
  117. .cisti-nav ul li.has-dropdown .dropdown{
  118. width:140px;
  119. -webkit-box-shadow:0px 14px 33px -9px rgba(0,0,0,0.75);
  120. box-shadow:0px 14px 33px -9px rgba(0,0,0,0.75);
  121. z-index:1002;
  122. visibility:hidden;
  123. opacity:0;
  124. position:absolute;
  125. top:40px;
  126. left:0;
  127. text-align:left;
  128. background:#000;
  129. padding:20px;
  130. -webkit-border-radius:4px;
  131. -moz-border-radius:4px;
  132. -ms-border-radius:4px;
  133. border-radius:4px;
  134. -webkit-transition:0s;
  135. -o-transition:0s;
  136. transition:0s
  137. }
  138. .cisti-nav ul li.has-dropdown .dropdown:before{
  139. bottom:100%;
  140. left:40px;
  141. border:solid transparent;
  142. content:" ";
  143. height:0;
  144. width:0;
  145. position:absolute;
  146. pointer-events:none;
  147. border-bottom-color:#000;
  148. border-width:8px;
  149. margin-left:-8px
  150. }
  151. .cisti-nav ul li.has-dropdown .dropdown li{
  152. display:block;
  153. margin-bottom:7px
  154. }
  155. .cisti-nav ul li.has-dropdown .dropdown li:last-child{
  156. margin-bottom:0
  157. }
  158. .cisti-nav ul li.has-dropdown .dropdown li a{
  159. padding:2px 0;
  160. display:block;
  161. color:#999;
  162. line-height:1.2;
  163. text-transform:none;
  164. font-size:13px;
  165. letter-spacing:0
  166. }
  167. .cisti-nav ul li.has-dropdown .dropdown li a:hover{
  168. color:#fff
  169. }
  170. .cisti-nav ul li.has-dropdown:hover a,.cisti-nav ul li.has-dropdown:focus a{
  171. color:#000
  172. }
  173. .cisti-nav ul li.btn-cta a{
  174. padding:30px 0px !important;
  175. color:#fff
  176. }
  177. .cisti-nav ul li.btn-cta a span{
  178. background:#623d4f;
  179. padding:4px 10px;
  180. display:-moz-inline-stack;
  181. display:inline-block;
  182. zoom:1;
  183. *display:inline;
  184. -webkit-transition:0.3s;
  185. -o-transition:0.3s;
  186. transition:0.3s;
  187. -webkit-border-radius:100px;
  188. -moz-border-radius:100px;
  189. -ms-border-radius:100px;
  190. border-radius:100px
  191. }
  192. .cisti-nav ul li.btn-cta a:hover span{
  193. -webkit-box-shadow:0px 14px 20px -9px rgba(0,0,0,0.75);
  194. box-shadow:0px 14px 20px -9px rgba(0,0,0,0.75)
  195. }
  196. .cisti-nav ul li.active>a{
  197. color:#000 !important;
  198. position:relative
  199. }
  200. .cisti-nav ul li.active>a:after{
  201. position:absolute;
  202. bottom:25px;
  203. left:0;
  204. right:0;
  205. content:'';
  206. width:30px;
  207. height:2px;
  208. background:#623D4F;
  209. margin:0 auto
  210. }
  211. #cisti-counter,.cisti-bg,.product{
  212. background-size:cover;
  213. background-position:top center;
  214. background-repeat:no-repeat;
  215. position:relative
  216. }
  217. .cisti-video{
  218. overflow:hidden
  219. }
  220. @media screen and (max-width: 992px){
  221. .cisti-video{
  222. height:450px
  223. }
  224. }
  225. .cisti-video a{
  226. z-index:1001;
  227. position:absolute;
  228. top:50%;
  229. left:50%;
  230. margin-top:-45px;
  231. margin-left:-45px;
  232. width:90px;
  233. height:90px;
  234. display:table;
  235. text-align:center;
  236. background:#fff;
  237. -webkit-box-shadow:0px 14px 30px -15px rgba(0,0,0,0.75);
  238. -ms-box-shadow:0px 14px 30px -15px rgba(0,0,0,0.75);
  239. -o-box-shadow:0px 14px 30px -15px rgba(0,0,0,0.75);
  240. box-shadow:0px 14px 30px -15px rgba(0,0,0,0.75);
  241. -webkit-border-radius:50%;
  242. -moz-border-radius:50%;
  243. -ms-border-radius:50%;
  244. border-radius:50%
  245. }
  246. .cisti-video a i{
  247. text-align:center;
  248. display:table-cell;
  249. vertical-align:middle;
  250. font-size:40px
  251. }
  252. .cisti-video .overlay{
  253. position:absolute;
  254. top:0;
  255. left:0;
  256. right:0;
  257. bottom:0;
  258. background:rgba(0,0,0,0.3);
  259. -webkit-transition:0.5s;
  260. -o-transition:0.5s;
  261. transition:0.5s
  262. }
  263. .cisti-video:hover .overlay{
  264. background:rgba(0,0,0,0.7)
  265. }
  266. .cisti-video:hover a{
  267. -webkit-transform:scale(1.1);
  268. -moz-transform:scale(1.1);
  269. -ms-transform:scale(1.1);
  270. -o-transform:scale(1.1);
  271. transform:scale(1.1)
  272. }
  273. #cisti-header .display-tc,.cisti-cover .display-tc{
  274. display:table-cell !important;
  275. vertical-align:middle
  276. }
  277. #cisti-header .display-tc h1,#cisti-header .display-tc h2,.cisti-cover .display-tc h1,.cisti-cover .display-tc h2{
  278. margin:0;
  279. padding:0;
  280. color:darkred;
  281. }
  282. #cisti-header .display-tc h1,.cisti-cover .display-tc h1{
  283. margin-bottom:20px;
  284. font-size:54px;
  285. line-height:1.3;
  286. font-weight:300
  287. }
  288. @media screen and (max-width: 768px){
  289. #cisti-header .display-tc h1,.cisti-cover .display-tc h1{
  290. font-size:30px
  291. }
  292. }
  293. #cisti-header .display-tc h2,.cisti-cover .display-tc h2{
  294. font-size:20px;
  295. line-height:1.5;
  296. margin-bottom:30px
  297. }
  298. #cisti-header .display-tc .btn,.cisti-cover .display-tc .btn{
  299. padding:15px 30px;
  300. color:#fff;
  301. border:none !important;
  302. font-size:18px
  303. }
  304. @media screen and (max-width: 768px){
  305. #cisti-header .display-tc .btn,.cisti-cover .display-tc .btn{
  306. width:80%;
  307. margin:0 auto
  308. }
  309. }
  310. #cisti-header .display-tc .btn.btn-learn,.cisti-cover .display-tc .btn.btn-learn{
  311. background:#e8e6e9;
  312. border:none;
  313. color:#000 !important
  314. }
  315. #cisti-header .display-tc .btn.btn-learn:hover,#cisti-header .display-tc .btn.btn-learn:focus,.cisti-cover .display-tc .btn.btn-learn:hover,.cisti-cover .display-tc .btn.btn-learn:focus{
  316. background:rgba(232,230,233,0.9) !important;
  317. color:#000 !important
  318. }
  319. #cisti-header .display-tc .btn:hover,#cisti-header .display-tc .btn:focus,.cisti-cover .display-tc .btn:hover,.cisti-cover .display-tc .btn:focus{
  320. color:#fff !important
  321. }
  322. #cisti-header .display-tc .btn.btn-demo,.cisti-cover .display-tc .btn.btn-demo{
  323. background:darkred;
  324. border:none
  325. }
  326. .btn.btn-feature {
  327. background:darkred;
  328. border:none
  329. }
  330. #cisti-header .display-tc .btn.btn-demo:hover,#cisti-header .display-tc .btn.btn-demo:focus,.cisti-cover .display-tc .btn.btn-demo:hover,.cisti-cover .display-tc .btn.btn-demo:focus{
  331. background:rgba(98,61,79,0.9) !important;
  332. color:#fff !important
  333. }
  334. #cisti-header .display-tc .btn:hover,.cisti-cover .display-tc .btn:hover{
  335. background:#623D4F !important;
  336. -webkit-box-shadow:0px 14px 30px -15px rgba(0,0,0,0.75) !important;
  337. box-shadow:0px 14px 30px -15px rgba(0,0,0,0.75) !important
  338. }
  339. #cisti-header .display-tc .form-inline .form-group,.cisti-cover .display-tc .form-inline .form-group{
  340. width:100% !important;
  341. margin-bottom:10px
  342. }
  343. #cisti-header .display-tc .form-inline .form-group .form-control,.cisti-cover .display-tc .form-inline .form-group .form-control{
  344. width:100%;
  345. background:#fff;
  346. border:none
  347. }
  348. #cisti-features{
  349. background:#000;
  350. }
  351. #cisti-features .services-padding{
  352. padding:7em 0
  353. }
  354. #cisti-features .feature-left{
  355. margin-bottom:40px;
  356. float:left
  357. }
  358. @media screen and (max-width: 992px){
  359. #cisti-features .feature-left{
  360. margin-bottom:30px
  361. }
  362. }
  363. #cisti-features .feature-left .icon i{
  364. font-size:30px;
  365. color:#1a1a1a !important
  366. }
  367. #cisti-features .feature-left .icon{
  368. display:table;
  369. float:left;
  370. text-align:center;
  371. width:60px;
  372. height:60px;
  373. background:#fff;
  374. -webkit-border-radius:50%;
  375. -moz-border-radius:50%;
  376. -ms-border-radius:50%;
  377. border-radius:50%
  378. }
  379. #cisti-features .feature-left .icon i{
  380. display:table-cell;
  381. vertical-align:middle;
  382. height:60px;
  383. color:#623D4F !important
  384. }
  385. #cisti-features .feature-left .feature-copy{
  386. float:right;
  387. width:78%
  388. }
  389. @media screen and (max-width: 768px){
  390. #cisti-features .feature-left .feature-copy{
  391. width:84%
  392. }
  393. }
  394. @media screen and (max-width: 480px){
  395. #cisti-features .feature-left .feature-copy{
  396. width:70%
  397. }
  398. }
  399. #cisti-features .feature-left h3{
  400. font-size:24px;
  401. font-weight:400;
  402. color: red;
  403. }
  404. #cisti-features .feature-left p{
  405. font-size:22px;
  406. color: #fff;
  407. }
  408. #cisti-features .feature-left p:last-child{
  409. margin-bottom:0
  410. }
  411. #cisti-features .feature-left p a{
  412. color:#fff !important
  413. }
  414. #cisti-features .ipad-bg{
  415. background-size:cover;
  416. background-position:top center;
  417. background-repeat:no-repeat;
  418. position:relative;
  419. height:430px
  420. }
  421. @media screen and (max-width: 768px){
  422. #cisti-features .ipad-bg{
  423. height:210px
  424. }
  425. }
  426. @media screen and (max-width: 480px){
  427. #cisti-features .ipad-bg{
  428. display:none
  429. }
  430. }
  431. #cisti-wireframe{
  432. border:none !important
  433. }
  434. #cisti-wireframe blockquote{
  435. border:none;
  436. padding:0;
  437. font-weight:bold
  438. }
  439. .user-frame{
  440. width:90%;
  441. padding:3em;
  442. -webkit-box-shadow:0px 0px 24px 0px rgba(0,0,0,0.13);
  443. box-shadow:0px 0px 24px 0px rgba(0,0,0,0.13)
  444. }
  445. @media screen and (max-width: 768px){
  446. .user-frame{
  447. width:100%;
  448. margin-bottom:3em
  449. }
  450. }
  451. .user-frame h3{
  452. line-height:34px
  453. }
  454. .user-frame p{
  455. color:rgba(0,0,0,0.6)
  456. }
  457. .user-frame span{
  458. font-weight:bold
  459. }
  460. .user-frame small{
  461. color:#2A528A
  462. }
  463. #cisti-slider{
  464. background:#2A528A
  465. }
  466. #cisti-slider .heading h2,#cisti-slider .heading p{
  467. color:#fff
  468. }
  469. #cisti-slider .heading h2{
  470. font-size:40px
  471. }
  472. #cisti-slider .heading p{
  473. font-style:22px
  474. }
  475. #cisti-hero{
  476. height:500px !important;
  477. background:url(../images/loader.gif) no-repeat center center
  478. }
  479. #cisti-hero .btn{
  480. font-size:24px
  481. }
  482. #cisti-hero .btn.btn-primary{
  483. padding:14px 30px !important
  484. }
  485. #cisti-hero .flexslider{
  486. border:none;
  487. z-index:1;
  488. margin-bottom:0
  489. }
  490. #cisti-hero .flexslider .slides{
  491. position:relative
  492. }
  493. #cisti-hero .flexslider .slides li{
  494. background-repeat:no-repeat;
  495. background-size:cover;
  496. background-position:top center;
  497. height:600px !important;
  498. position:relative;
  499. -webkit-border-radius:4px;
  500. -moz-border-radius:4px;
  501. -ms-border-radius:4px;
  502. border-radius:4px
  503. }
  504. #cisti-hero .flexslider .flex-control-nav{
  505. top:-30px !important;
  506. z-index:1000;
  507. right:0;
  508. float:right;
  509. width:auto
  510. }
  511. #cisti-hero .flexslider .flex-control-nav li{
  512. margin-bottom:10px
  513. }
  514. #cisti-hero .flexslider .flex-control-nav li a{
  515. background:rgba(255,255,255,0.3);
  516. box-shadow:none;
  517. width:12px;
  518. height:12px;
  519. cursor:pointer
  520. }
  521. #cisti-hero .flexslider .flex-control-nav li a.flex-active{
  522. cursor:pointer;
  523. background:transparent;
  524. border:1px solid #fff
  525. }
  526. #cisti-hero .flexslider .flex-direction-nav{
  527. display:none
  528. }
  529. #cisti-hero .flexslider .slider-text-bg .desc{
  530. margin-top:9em;
  531. padding:2em;
  532. background:#E8E6E9;
  533. -webkit-box-shadow:0px 21px 24px 0px rgba(0,0,0,0.13);
  534. box-shadow:0px 21px 24px 0px rgba(0,0,0,0.13);
  535. -webkit-border-radius:10px;
  536. -moz-border-radius:10px;
  537. -ms-border-radius:10px;
  538. border-radius:10px
  539. }
  540. @media screen and (max-width: 768px){
  541. #cisti-hero .flexslider .slider-text-bg .desc p{
  542. display:none
  543. }
  544. }
  545. #cisti-hero .flexslider .slider-text,#cisti-hero .flexslider .slider-text-bg{
  546. display:table;
  547. opacity:0;
  548. height:600px;
  549. z-index:9
  550. }
  551. #cisti-hero .flexslider .slider-text>.slider-text-inner,#cisti-hero .flexslider .slider-text-bg>.slider-text-inner{
  552. display:table-cell;
  553. vertical-align:middle;
  554. min-height:500px
  555. }
  556. .cisti-bg-section{
  557. background:rgba(98,61,79,0.03)
  558. }
  559. #cisti-slider,#cisti-about,#cisti-wireframe,#cisti-started,#cisti-portfolio,#cisti-blog,#cisti-content-section,#cisti-contact,#cisti-footer{
  560. padding:7em 0;
  561. clear:both
  562. }
  563. @media screen and (max-width: 768px){
  564. #cisti-slider,#cisti-about,#cisti-wireframe,#cisti-started,#cisti-portfolio,#cisti-blog,#cisti-content-section,#cisti-contact,#cisti-footer{
  565. padding:3em 0
  566. }
  567. }
  568. #cisti-content{
  569. border-bottom:2px solid rgba(98,61,79,0.1)
  570. }
  571. #cisti-started{
  572. border-bottom:none
  573. }
  574. .cisti-social-icons{
  575. margin:0;
  576. padding:0
  577. }
  578. .cisti-social-icons li{
  579. margin:0;
  580. padding:0;
  581. list-style:none;
  582. display:-moz-inline-stack;
  583. display:inline-block;
  584. zoom:1;
  585. *display:inline
  586. }
  587. .cisti-social-icons li a{
  588. display:-moz-inline-stack;
  589. display:inline-block;
  590. zoom:1;
  591. *display:inline;
  592. color:#623D4F;
  593. padding-left:10px;
  594. padding-right:10px
  595. }
  596. .cisti-social-icons li a i{
  597. font-size:20px
  598. }
  599. .cisti-heading{
  600. margin-bottom:5em
  601. }
  602. .cisti-heading.cisti-heading-sm{
  603. margin-bottom:2em
  604. }
  605. .cisti-heading h2{
  606. font-size:40px;
  607. margin-bottom:20px;
  608. line-height:1.5;
  609. color:#000
  610. }
  611. .cisti-heading p{
  612. font-size:18px;
  613. line-height:1.5;
  614. color:#828282
  615. }
  616. .cisti-heading span{
  617. display:block;
  618. margin-bottom:10px;
  619. text-transform:uppercase;
  620. font-size:12px;
  621. letter-spacing:2px
  622. }
  623. #cisti-started{
  624. background-size:cover;
  625. background-position:center center;
  626. background-repeat:no-repeat;
  627. position:relative;
  628. float:left;
  629. width:100%
  630. }
  631. #cisti-started .overlay{
  632. z-index:0;
  633. position:absolute;
  634. bottom:0;
  635. top:0;
  636. left:0;
  637. right:0;
  638. background:#623d4f
  639. }
  640. #cisti-started .cisti-heading{
  641. margin-bottom:0
  642. }
  643. #cisti-started .cisti-heading h2{
  644. color:#fff;
  645. margin-bottom:20px !important
  646. }
  647. #cisti-started .cisti-heading p{
  648. color:rgba(255,255,255,0.8)
  649. }
  650. #cisti-started .btn{
  651. height:54px;
  652. border:none !important;
  653. background:#fff;
  654. color:#623D4F;
  655. font-size:16px;
  656. text-transform:uppercase;
  657. font-weight:400;
  658. padding-left:50px;
  659. padding-right:50px
  660. }
  661. .member{
  662. width:100%;
  663. float:left
  664. }
  665. .member .author{
  666. background-size:cover;
  667. background-position:center center;
  668. background-repeat:no-repeat;
  669. position:relative;
  670. height:400px
  671. }
  672. .member .desc{
  673. width:80%;
  674. margin:0 auto;
  675. margin-top:4em
  676. }
  677. .member .desc h3{
  678. margin-bottom:10px
  679. }
  680. .member .desc span{
  681. display:block;
  682. margin-bottom:20px;
  683. font-size:14px;
  684. color:rgba(0,0,0,0.3)
  685. }
  686. .cisti-blog{
  687. width:100%;
  688. float:left;
  689. margin-bottom:40px
  690. }
  691. @media screen and (max-width: 768px){
  692. .cisti-blog{
  693. width:100%
  694. }
  695. }
  696. .cisti-blog .blog-bg{
  697. display:block;
  698. width:100%;
  699. background-size:cover;
  700. background-position:center center;
  701. background-repeat:no-repeat;
  702. position:relative;
  703. height:300px
  704. }
  705. @media screen and (max-width: 768px){
  706. .cisti-blog .blog-bg{
  707. height:400px
  708. }
  709. }
  710. .cisti-blog .blog-text{
  711. margin-bottom:30px;
  712. position:relative;
  713. width:100%;
  714. padding:30px;
  715. float:left;
  716. background:#fff;
  717. -webkit-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.06);
  718. box-shadow:0px 2px 5px 0px rgba(0,0,0,0.06);
  719. -webkit-transition:0.3s;
  720. -o-transition:0.3s;
  721. transition:0.3s
  722. }
  723. .cisti-blog .blog-text span{
  724. display:inline-block;
  725. margin-bottom:20px;
  726. font-size:14px !important;
  727. color:rgba(0,0,0,0.3)
  728. }
  729. .cisti-blog .blog-text .stuff{
  730. margin:0;
  731. padding:0;
  732. border-top:1px solid rgba(0,0,0,0.05);
  733. padding-top:20px
  734. }
  735. .cisti-blog .blog-text .stuff li{
  736. list-style:none;
  737. display:inline-block;
  738. margin-left:10px
  739. }
  740. .cisti-blog .blog-text .stuff li:first-child{
  741. margin-left:0
  742. }
  743. .cisti-blog .blog-text .stuff li:last-child{
  744. float:right
  745. }
  746. .cisti-blog .blog-text .stuff li:last-child i{
  747. padding-right:0;
  748. padding-left:10px
  749. }
  750. .cisti-blog .blog-text .stuff li i{
  751. font-size:14px;
  752. padding-right:5px
  753. }
  754. .cisti-blog .blog-text h3{
  755. font-size:24px;
  756. margin-bottom:20px;
  757. line-height:1.5
  758. }
  759. .cisti-blog .blog-text h3 a{
  760. color:#000
  761. }
  762. .cisti-portfolio{
  763. width:100%;
  764. float:left;
  765. margin-bottom:40px
  766. }
  767. .cisti-portfolio>a{
  768. width:100%;
  769. float:left;
  770. -webkit-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.06);
  771. box-shadow:0px 2px 5px 0px rgba(0,0,0,0.06)
  772. }
  773. .cisti-portfolio>a:hover{
  774. webkit-box-shadow:0px 8px 16px -4px rgba(0,0,0,0.13);
  775. box-shadow:0px 8px 16px -4px rgba(0,0,0,0.13)
  776. }
  777. .cisti-portfolio .portfolio-entry{
  778. width:100%;
  779. float:left;
  780. background-size:cover;
  781. background-position:center center;
  782. background-repeat:no-repeat;
  783. position:relative;
  784. height:300px
  785. }
  786. @media screen and (max-width: 768px){
  787. .cisti-portfolio .portfolio-entry{
  788. height:400px
  789. }
  790. }
  791. .cisti-portfolio .portfolio-text{
  792. width:100%;
  793. float:left;
  794. padding:20px
  795. }
  796. .cisti-portfolio .portfolio-text .stuff{
  797. margin:0;
  798. padding:0;
  799. border-top:1px solid rgba(0,0,0,0.05);
  800. padding-top:20px
  801. }
  802. .cisti-portfolio .portfolio-text .stuff li{
  803. list-style:none;
  804. display:inline-block;
  805. margin-left:10px;
  806. color:rgba(0,0,0,0.3)
  807. }
  808. .cisti-portfolio .portfolio-text .stuff li:first-child{
  809. margin-left:0
  810. }
  811. .cisti-portfolio .portfolio-text .stuff li:last-child{
  812. float:right
  813. }
  814. .cisti-portfolio .portfolio-text .stuff li i{
  815. font-size:14px;
  816. padding-right:5px
  817. }
  818. .cisti-team{
  819. position:relative;
  820. background:#fff;
  821. padding:30px;
  822. border-radius:5px;
  823. margin-bottom:30px;
  824. -webkit-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.06);
  825. box-shadow:0px 2px 5px 0px rgba(0,0,0,0.06)
  826. }
  827. @media screen and (max-width: 768px){
  828. .cisti-team{
  829. border-right:0;
  830. margin-bottom:80px
  831. }
  832. }
  833. .cisti-team h2{
  834. font-size:16px;
  835. letter-spacing:2px;
  836. text-transform:uppercase;
  837. font-weight:bold;
  838. margin-bottom:50px
  839. }
  840. .cisti-team figure{
  841. position:relative;
  842. top:0px;
  843. background-size:cover;
  844. margin-bottom:20px
  845. }
  846. .cisti-team figure img{
  847. width:150px;
  848. height:150px;
  849. border:10px solid #fff;
  850. background-size:cover;
  851. -webkit-border-radius:50%;
  852. -moz-border-radius:50%;
  853. -ms-border-radius:50%;
  854. border-radius:50%
  855. }
  856. .cisti-team>div{
  857. padding:30px 30px 0 30px
  858. }
  859. .cisti-team>div h3{
  860. margin-bottom:0;
  861. font-size:20px;
  862. color:#623D4F
  863. }
  864. .cisti-team>div .position{
  865. color:#d9d9d9;
  866. margin-bottom:30px
  867. }
  868. .cisti-team>div,.cisti-team blockquote{
  869. border:none;
  870. padding:0;
  871. margin-bottom:20px
  872. }
  873. .cisti-team>div p,.cisti-team blockquote p{
  874. font-size:16px;
  875. line-height:1.5;
  876. color:#555555
  877. }
  878. .cisti-team span{
  879. color:#b3b3b3
  880. }
  881. #cisti-footer .cisti-footer-links{
  882. padding:0;
  883. margin:0
  884. }
  885. @media screen and (max-width: 768px){
  886. #cisti-footer .cisti-footer-links{
  887. margin-bottom:30px
  888. }
  889. }
  890. #cisti-footer .cisti-footer-links li{
  891. padding:0;
  892. margin:0;
  893. list-style:none
  894. }
  895. #cisti-footer .cisti-footer-links li a{
  896. color:rgba(0,0,0,0.5);
  897. text-decoration:none
  898. }
  899. #cisti-footer .cisti-footer-links li a:hover{
  900. text-decoration:underline
  901. }
  902. #cisti-footer .cisti-widget{
  903. margin-bottom:30px
  904. }
  905. @media screen and (max-width: 768px){
  906. #cisti-footer .cisti-widget{
  907. text-align:left
  908. }
  909. }
  910. #cisti-footer .cisti-widget h4{
  911. margin-bottom:30px;
  912. font-size:20px
  913. }
  914. #cisti-footer .copyright .block{
  915. display:block
  916. }
  917. .contact-info{
  918. margin-bottom:4em;
  919. padding:0
  920. }
  921. .contact-info li{
  922. list-style:none;
  923. margin:0 0 20px 0;
  924. position:relative;
  925. padding-left:40px;
  926. color:#000
  927. }
  928. .contact-info li i{
  929. position:absolute;
  930. top:.3em;
  931. left:0;
  932. font-size:22px;
  933. color:rgba(0,0,0,0.3)
  934. }
  935. .contact-info li a{
  936. color:#000
  937. }
  938. .form-control{
  939. -webkit-box-shadow:none;
  940. -ms-box-shadow:none;
  941. -o-box-shadow:none;
  942. box-shadow:none;
  943. border:none;
  944. border:2px solid rgba(0,0,0,0.1);
  945. font-size:18px;
  946. font-weight:300;
  947. -webkit-border-radius:4px;
  948. -moz-border-radius:4px;
  949. -ms-border-radius:4px;
  950. border-radius:4px
  951. }
  952. .form-control:focus,.form-control:active{
  953. box-shadow:none;
  954. border:2px solid rgba(0,0,0,0.8)
  955. }
  956. input[type="text"]{
  957. height:50px
  958. }
  959. .form-group{
  960. margin-bottom:30px
  961. }
  962. #cisti-offcanvas{
  963. position:absolute;
  964. z-index:1901;
  965. width:270px;
  966. background:#000;
  967. top:0;
  968. right:0;
  969. top:0;
  970. bottom:0;
  971. padding:75px 40px 40px 40px;
  972. overflow-y:auto;
  973. display:none;
  974. -moz-transform:translateX(270px);
  975. -webkit-transform:translateX(270px);
  976. -ms-transform:translateX(270px);
  977. -o-transform:translateX(270px);
  978. transform:translateX(270px);
  979. -webkit-transition:0.5s;
  980. -o-transition:0.5s;
  981. transition:0.5s
  982. }
  983. @media screen and (max-width: 768px){
  984. #cisti-offcanvas{
  985. display:block
  986. }
  987. }
  988. .offcanvas #cisti-offcanvas{
  989. -moz-transform:translateX(0px);
  990. -webkit-transform:translateX(0px);
  991. -ms-transform:translateX(0px);
  992. -o-transform:translateX(0px);
  993. transform:translateX(0px)
  994. }
  995. #cisti-offcanvas a{
  996. color:rgba(255,255,255,0.5)
  997. }
  998. #cisti-offcanvas a:hover{
  999. color:rgba(255,255,255,0.8)
  1000. }
  1001. #cisti-offcanvas ul{
  1002. padding:0;
  1003. margin:0
  1004. }
  1005. #cisti-offcanvas ul li{
  1006. padding:0;
  1007. margin:0;
  1008. list-style:none
  1009. }
  1010. #cisti-offcanvas ul li>ul{
  1011. padding-left:20px;
  1012. display:none
  1013. }
  1014. #cisti-offcanvas ul li.offcanvas-has-dropdown>a{
  1015. display:block;
  1016. position:relative
  1017. }
  1018. #cisti-offcanvas ul li.offcanvas-has-dropdown>a:after{
  1019. position:absolute;
  1020. right:0px;
  1021. font-family:'Inconsolata';
  1022. speak:none;
  1023. font-weight:normal;
  1024. font-style:normal
  1025. }