style.css 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370
  1. /*------------------------ 1 Body and Core Css ------------------------*/
  2. body{
  3. font-family: sans-serif;
  4. }
  5. html{
  6. height: 100%;
  7. }
  8. p, div.article-text {
  9. font-size: 14px;
  10. color: #5d5d5d;
  11. line-height: 24px;
  12. font-family: sans-serif;
  13. }
  14. ::selection {
  15. background: #000;
  16. color: #fff;
  17. }
  18. ::-moz-selection {
  19. background: #000;
  20. color: #fff;
  21. }
  22. .top_15{
  23. margin-top: 15px;
  24. }
  25. .top_30{
  26. margin-top: 30px;
  27. }
  28. .top_45{
  29. margin-top: 45px;
  30. }
  31. .top_60{
  32. margin-top: 60px;
  33. }
  34. .top_90{
  35. margin-top: 90px;
  36. }
  37. .bottom_30{
  38. margin-bottom: 30px;
  39. }
  40. .padding_30{
  41. padding: 30px 0;
  42. }
  43. .padding_45{
  44. padding: 45px 0;
  45. }
  46. .padding_60{
  47. padding: 60px 0;
  48. }
  49. .padding_90{
  50. padding: 90px 0;
  51. }
  52. .padbot{
  53. padding-bottom: 30px;
  54. }
  55. header{
  56. position: absolute;
  57. transition: all ease 0.3s;
  58. z-index: 11;
  59. width: 100%;
  60. border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  61. }
  62. header .container-fluid {
  63. background-color:rgba(0, 0, 0, 0.4);
  64. }
  65. header.nav-fixed .container-fluid {
  66. background-color:rgba(0, 0, 0, 0);
  67. }
  68. .responsive{
  69. display: none;
  70. float: right;
  71. color: #fff;
  72. font-size: 14px;
  73. font-weight: 600;
  74. border: solid 1px #8a8989;
  75. padding: 9px 13px;
  76. margin: 14px 0 0 0;
  77. cursor: pointer;
  78. }
  79. .nav-fixed .responsive {
  80. border: solid 1px #dcdcdc;
  81. color: #000;
  82. font-weight: 500;
  83. }
  84. .active{
  85. color:#afafaf;
  86. }
  87. .site-button:focus{
  88. outline: 0;
  89. }
  90. .ok{
  91. background: green !important;
  92. border: solid 2px green !important;
  93. color: white;
  94. }
  95. input:-webkit-autofill {
  96. -webkit-box-shadow: 0 0 0px 1000px white inset;
  97. }
  98. .content{
  99. margin-top: 60px;
  100. }
  101. .subpage-nav{
  102. display:block !important;
  103. position: relative;
  104. }
  105. .page-title{
  106. display: table-cell;
  107. vertical-align: middle;
  108. text-align: center;
  109. z-index: 2;
  110. position: relative;
  111. }
  112. .page-title h1{
  113. font-size: 75px;
  114. color: #fff;
  115. font-weight: bold;
  116. letter-spacing: -3px;
  117. margin-bottom: 20px;
  118. }
  119. h2.upper {
  120. text-transform: uppercase;
  121. }
  122. .logo{
  123. float: left;
  124. padding: 22px 0px;
  125. color: #fff;
  126. font-size: 20px;
  127. font-weight: bold;
  128. }
  129. .blog-link-to-main {
  130. color: #ff423a;
  131. border-bottom: 1px dashed #ff423a;
  132. }
  133. .blog-link-to-main:hover {
  134. color: #ff423a;
  135. border-bottom: 1px dashed transparent;
  136. }
  137. /* Sections */
  138. section{
  139. padding-top: 60px;
  140. }
  141. article{
  142. padding-top: 60px;
  143. }
  144. /* Section Backgrounds */
  145. .dotted-bg{
  146. background:url(/static/app/images/dotted-bg.png) bottom repeat-x;
  147. padding-bottom: 60px;
  148. }
  149. .gray-bg{
  150. background:#e0e0e0;
  151. padding-bottom: 60px;
  152. }
  153. .line-bg{
  154. border-bottom:solid 1px #dfdfdf;
  155. padding-bottom: 60px;
  156. }
  157. /* Section Titles */
  158. .center-title{
  159. padding: 0 20px;
  160. }
  161. .center-title h1{
  162. text-align: center;
  163. font-size: 18px;
  164. font-weight: bold;
  165. text-transform: uppercase;
  166. margin: 20px 0 10px 0;
  167. }
  168. .center-title:before{
  169. height: 2px;
  170. width: 60px;
  171. content: "";
  172. display: block;
  173. margin: 0 auto;
  174. }
  175. .center-title p{
  176. text-align: center;
  177. margin-top: 15px;
  178. }
  179. .left-title{
  180. float: left;
  181. width: 100%;
  182. }
  183. .left-title h1{
  184. text-align:left;
  185. font-size: 18px;
  186. font-weight: bold;
  187. text-transform: uppercase;
  188. margin: 20px 0 10px 0;
  189. }
  190. .center-title .alert-message {
  191. color: #ff423a;
  192. }
  193. .center-title .success-message {
  194. color: #109402;
  195. }
  196. .left-title:before{
  197. height: 2px;
  198. width: 60px;
  199. content: "";
  200. display: block;
  201. margin: 0 auto;
  202. float: left;
  203. }
  204. /* List */
  205. .cv-list{
  206. color:#999999;
  207. font-size: 14px;
  208. list-style: none;
  209. padding: 0;
  210. }
  211. .cv-list li {
  212. line-height: 34px;
  213. }
  214. .cv-list span{
  215. color: #000;
  216. }
  217. .cv-list a{
  218. color:#999999;
  219. }
  220. .cv-list a:hover {
  221. color: #ff423a;
  222. }
  223. /*------------------------ 2 Home ------------------------*/
  224. .home{
  225. background:url(/static/app/images/bg1.jpg) no-repeat center;
  226. -webkit-background-size: cover;
  227. -moz-background-size: cover;
  228. -o-background-size: cover;
  229. background-size: cover;
  230. height: 100%;
  231. overflow: hidden;
  232. width: 100%;
  233. display: table;
  234. z-index: 10;
  235. position: relative;
  236. }
  237. .home-content{
  238. display: table-cell;
  239. vertical-align: middle;
  240. text-align: center;
  241. z-index: 2;
  242. position: relative;
  243. }
  244. .profile-img{
  245. width: 230px;
  246. height: 230px;
  247. margin: 0 auto;
  248. border-radius: 150px;
  249. overflow: hidden;
  250. margin-bottom: 35px;
  251. box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  252. -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  253. -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  254. box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  255. }
  256. .profile-img img{
  257. width: 100%;
  258. }
  259. .home-profile h1{
  260. font-size: 50px !important;
  261. }
  262. .home-content h1{
  263. font-size: 50px;
  264. color: #fff;
  265. font-weight: 600;
  266. letter-spacing: -3px;
  267. }
  268. .home:before {
  269. content: "";
  270. position: absolute;
  271. top: 0;
  272. left: 0;
  273. width: 100%;
  274. height: 100%;
  275. background-color: rgba(0, 0, 0, 0.2);
  276. z-index: 1;
  277. }
  278. .home-video {
  279. width: 100%;
  280. height: 100%;
  281. position: absolute;
  282. top: 0;
  283. left: 0;
  284. z-index: -1;
  285. }
  286. .home.video-section{
  287. padding: 0;
  288. background: none;
  289. }
  290. .home.video-section .home-content{
  291. position: initial;
  292. }
  293. .home.video-section .home-content .home-down, .home.video-section .home-content h1 {
  294. position: relative;
  295. z-index: 3;
  296. }
  297. .home-down {
  298. color: #fff;
  299. font-size: 23px;
  300. opacity: 0.5;
  301. padding-top: 70px;
  302. padding-left: 20px;
  303. display: inline-block;
  304. cursor: pointer;
  305. transition: all 0.3s ease;
  306. }
  307. .home-down:hover, .home-down:focus{
  308. color: #fff;
  309. opacity: 1;
  310. }
  311. .home-down.selected {
  312. color: #fff !important;
  313. }
  314. .home-down.selected:after {
  315. width: 0;
  316. }
  317. .home-down:hover{
  318. color: #fff;
  319. transition:all 0.3s ease;
  320. }
  321. .home-down:focus{
  322. color: #fff;
  323. }
  324. /* arrow css3 animation */
  325. @-webkit-keyframes bounce {
  326. 0%, 100% {-webkit-transform: translateY(0);}
  327. 40% {-webkit-transform: translateY(-20px);}
  328. }
  329. @-moz-keyframes bounce {
  330. 0%, 100% {-moz-transform: translateY(0);}
  331. 40% {-moz-transform: translateY(-20px);}
  332. }
  333. @-o-keyframes bounce {
  334. 0%, 100% {-o-transform: translateY(0);}
  335. 40% {-o-transform: translateY(-20px);}
  336. }
  337. @keyframes bounce {
  338. 0%, 100% {transform: translateY(0);}
  339. 40% {transform: translateY(-20px);}
  340. }
  341. .bounce {
  342. -webkit-border-radius:50%;
  343. -moz-border-radius:50%;
  344. -ms-border-radius:50%;
  345. border-radius:50%;
  346. animation: bounce 2s infinite;
  347. -webkit-animation: bounce 2s infinite;
  348. -moz-animation: bounce 2s infinite;
  349. -o-animation: bounce 2s infinite;
  350. }
  351. /*------------------------ 2 About ------------------------*/
  352. .profile img{
  353. width: 100%;
  354. }
  355. .feature{
  356. margin-top: 30px;
  357. }
  358. .feat-icon{
  359. width: 20%;
  360. float: left;
  361. text-align: center;
  362. }
  363. .feat-text{
  364. width: 80%;
  365. float: left;
  366. }
  367. .feature i{
  368. font-size: 28px;
  369. text-align: center;
  370. }
  371. .feature span{
  372. font-size: 15px;
  373. font-weight: 600;
  374. letter-spacing: 1px;
  375. margin-bottom: 10px;
  376. display: block;
  377. }
  378. /*------------------------ 3 Resume ------------------------*/
  379. .resume-out {
  380. padding-left: 25px;
  381. }
  382. .resume-info:first-child {
  383. padding-top: 50px;
  384. }
  385. .resume-info:last-child {
  386. border: 0;
  387. padding-left: 32px;
  388. }
  389. .resume-info {
  390. border-left: 2px solid #E5E5E5;
  391. padding: 0 0 40px 30px;
  392. }
  393. .info-title {
  394. font-weight: 500;
  395. font-size: 16px;
  396. margin-top: 0;
  397. }
  398. .info-title::after {
  399. content: '';
  400. width: 10px;
  401. height: 10px;
  402. float: left;
  403. -webkit-border-radius: 50px;
  404. -moz-border-radius: 50px;
  405. -ms-border-radius: 50px;
  406. -o-border-radius: 50px;
  407. border-radius: 50px;
  408. margin: 0px 9px 0 -36px;
  409. }
  410. .info-date {
  411. font-size: 14px;
  412. padding: 6px 0;
  413. display: block;
  414. }
  415. .rounded-icon i {
  416. width: 55px;
  417. text-align: center;
  418. padding: 20px 0;
  419. font-size: 15px;
  420. color: #fff;
  421. -webkit-border-radius: 50px;
  422. -moz-border-radius: 50px;
  423. border-radius: 50px;
  424. }
  425. .rounded-icon span {
  426. margin-left: 19px;
  427. font-weight: 500;
  428. text-transform: uppercase;
  429. color: #c5c5c5;
  430. letter-spacing: 5px;
  431. }
  432. /*------------------------ 7 Blog ------------------------*/
  433. .blog-box {
  434. box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  435. -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  436. -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  437. -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  438. }
  439. .owl-blog .col-md-12.item{
  440. padding-top: 45px;
  441. padding-bottom: 30px;
  442. }
  443. .blog-box img {
  444. width: 100%;
  445. border: 1px solid #e0e0e0;
  446. }
  447. .blog-box h4{
  448. font-size: 15px;
  449. font-weight: 600;
  450. line-height: 22px;
  451. padding: 8px 0;
  452. }
  453. .blog-box span.data{
  454. font-size: 12px;
  455. color: #929292;
  456. padding-top: 20px;
  457. display: block;
  458. }
  459. .blog-box a.blog-link{
  460. font-size: 12px;
  461. color: #ff423a;
  462. padding-top: 20px;
  463. // display: block;
  464. font-weight: 600;
  465. width: 120px;
  466. border-bottom: 1px dashed #ff423a;
  467. }
  468. .blog-box a.blog-link:hover {
  469. border-bottom: 1px solid transparent;
  470. }
  471. .blog-info {
  472. border-left: solid 1px #e0e0e0;
  473. border-right: solid 1px #e0e0e0;
  474. padding-bottom: 20px;
  475. background: #fff;
  476. }
  477. .owl-carousel .item img{
  478. width: 100%;
  479. border: 1px solid #e8e8e8;
  480. }
  481. .blog-media {
  482. position: relative;
  483. }
  484. .blog-media i{
  485. position: absolute;
  486. z-index: 2;
  487. top: 0;
  488. width: 55px;
  489. font-size: 13px;
  490. height: 40px;
  491. text-align: center;
  492. padding-top: 13px;
  493. margin: 85px 138px;
  494. color: #fff;
  495. }
  496. .gallery-post a.carousel-control{
  497. padding-top: 26%;
  498. }
  499. .gallery-post img{
  500. width: 100%;
  501. }
  502. /*------------------------ 8 Contact ------------------------*/
  503. .contact-info i {
  504. width: 65px;
  505. height: 65px;
  506. text-align: center;
  507. background: #fff;
  508. border: solid 2px;
  509. border-radius: 50px;
  510. color: #000;
  511. padding-top: 20px;
  512. font-size: 20px;
  513. margin-bottom: 20px;
  514. }
  515. .contact-info p {
  516. line-height: 18px;
  517. }
  518. .form-input{
  519. width: 100%;
  520. height: 50px;
  521. padding-left: 10px;
  522. border: solid 1px #bebebe;
  523. border-radius: 3px;
  524. font-size:13px;
  525. margin-bottom: 30px;
  526. }
  527. .form-text{
  528. width: 100%;
  529. padding:10px;
  530. border: solid 1px #bebebe;
  531. border-radius: 3px;
  532. font-size:13px;
  533. margin-bottom: 30px;
  534. }
  535. .contact-form .cv-button2{
  536. margin: 0 auto;
  537. display: block;
  538. text-transform: uppercase;
  539. }
  540. /*------------------------ 9 Footer ------------------------*/
  541. footer{
  542. background: #000;
  543. padding: 45px 0;
  544. margin-top: 60px;
  545. }
  546. .wrapper-parallax {
  547. background: #fff;
  548. margin-bottom: 209px;
  549. }
  550. .content {
  551. position: relative;
  552. z-index: 1;
  553. background: white;
  554. min-height: 500px;
  555. }
  556. .copyright-text{
  557. padding: 0 200px;
  558. }
  559. .copyright-text hr{
  560. border-top: 1px solid #353535;
  561. }
  562. footer {
  563. width: 100%;
  564. }
  565. footer a {
  566. color: #999;
  567. margin:0 15px;
  568. transition: all ease 0.3s;
  569. }
  570. footer a:hover{
  571. transition: all ease 0.3s;
  572. color: #fff;
  573. }
  574. /* back to top */
  575. .backtop{
  576. cursor: pointer;
  577. position: fixed;
  578. bottom: 30px;
  579. right: 20px;
  580. width: 45px;
  581. height: 45px;
  582. border-radius: 25px;
  583. -moz-border-radius: 25px;
  584. -webkit-border-radius: 25px;
  585. -o-border-radius: 25px;
  586. background: #292929;
  587. color: #ffffff;
  588. border: solid 1px #4c4c4c;
  589. display: flex;
  590. justify-content: center;
  591. align-items: center;
  592. z-index: 9;
  593. font-size: 12px;
  594. }
  595. .backtop:hover{
  596. color: #fff;
  597. border: 0;
  598. transition: all ease 0.3s;
  599. }
  600. .backtop.selected {
  601. color: #fff !important;
  602. }
  603. .backtop.selected:after {
  604. width: 0;
  605. content: none;
  606. }
  607. /*------------------------ 10 Sidebar ------------------------*/
  608. /*
  609. .right-menu{
  610. float: right;
  611. color: #fff;
  612. padding: 8px 12px;
  613. margin: 14px 0 0 14px;
  614. cursor: pointer;
  615. }
  616. header .right-menu{
  617. border: solid 1px #dddddd;
  618. }
  619. .nav-fixed .right-menu{
  620. border: solid 1px #dcdcdc;
  621. color: #1b1a1a;
  622. }
  623. .slidemenu-fixed {
  624. position: fixed;
  625. z-index: 100;
  626. top: 0;
  627. right: 0;
  628. width: 360px;
  629. height: 100%;
  630. margin: 0;
  631. background-color: #fff;
  632. -webkit-transform: translateX(450px);
  633. -moz-transform: translateX(450px);
  634. transform: translateX(450px);
  635. -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  636. -moz-transition: -moz-transform 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  637. transition: transform 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  638. }
  639. .slidemenu-fixed .animate-up {
  640. opacity: 1;
  641. visibility: visible;
  642. -webkit-transform: translate(0, 0);
  643. -moz-transform: translate(0, 0);
  644. transform: translate(0, 0);
  645. }
  646. .slidemenu-opened .slidemenu-fixed {
  647. -webkit-transform: translateX(0);
  648. -moz-transform: translateX(0);
  649. transform: translateX(0);
  650. }
  651. .slidemenu-opened #overlay {
  652. top: 0;
  653. opacity: .7;
  654. -webkit-transition: top 0s ease 0s, opacity 0.35s ease;
  655. -moz-transition: top 0s ease 0s, opacity 0.35s ease;
  656. transition: top 0s ease 0s, opacity 0.35s ease;
  657. }
  658. .scroll-out {
  659. height: 100%;
  660. overflow: hidden;
  661. position: relative;
  662. }
  663. @media (max-width: 767px) {
  664. .slidemenu-fixed {
  665. width: 265px;
  666. }
  667. .slidemenu-close {
  668. left: -35px !important;
  669. width: 35px !important;
  670. height: 35px !important;
  671. font-size: 13px;
  672. }
  673. }
  674. .slidemenu-close {
  675. top: 70px;
  676. left: -50px;
  677. width: 50px;
  678. height: 50px;
  679. border: 0;
  680. margin: 0;
  681. padding: 0;
  682. display: block;
  683. cursor: pointer;
  684. text-align: center;
  685. position: absolute;
  686. z-index: 1000;
  687. }
  688. .slidemenu-close img {
  689. width: 10px;
  690. }
  691. #overlay {
  692. position: fixed;
  693. z-index: 99;
  694. top: -1000%;
  695. left: 0;
  696. right: 0;
  697. width: 100%;
  698. height: 100%;
  699. background-color: #000;
  700. opacity: 0;
  701. -webkit-transition: top 0s ease 0.35s, opacity 0.35s ease;
  702. -moz-transition: top 0s ease 0.35s, opacity 0.35s ease;
  703. transition: top 0s ease 0.35s, opacity 0.35s ease;
  704. }
  705. .sidebar-content{
  706. padding-bottom: 30px;
  707. }
  708. */
  709. /*Profile Widget */
  710. .sidebar-image{
  711. width: 100%;
  712. }
  713. .sidebar-image img{
  714. width: 100%;
  715. }
  716. .profile-name{
  717. font-size: 18px;
  718. font-weight: 600;
  719. display: block;
  720. line-height: 20px;
  721. text-transform: uppercase;
  722. }
  723. .profile-job{
  724. margin-top: 10px;
  725. font-size: 13px;
  726. color: #000;
  727. font-weight: 100;
  728. }
  729. .widget-title{
  730. float: left;
  731. width: 100%;
  732. }
  733. .widget-title h2{
  734. text-align:left;
  735. font-size: 15px;
  736. font-weight: 600;
  737. margin: 17px 0 10px 0;
  738. }
  739. .widget-title:before{
  740. height: 2px;
  741. width: 40px;
  742. content: "";
  743. display: block;
  744. margin: 0 auto;
  745. float: left;
  746. }
  747. .widget-twitter, .widget-post, .widget-categories, .widget-posts, .widget-tags{
  748. float: left;
  749. width: 100%;
  750. }
  751. /*latest posts*/
  752. .widget-posts .sidebar-posts .title a{
  753. font-size: 12px;
  754. margin-right: 5px;
  755. border-bottom: 1px dashed #ff423a;
  756. }
  757. .widget-posts .sidebar-posts .title a:hover {
  758. border-bottom: 1px dashed transparent;
  759. }
  760. .widget-posts .sidebar-posts .post-content p{
  761. color: #2e2e2e;
  762. line-height: 18px;
  763. margin-top: 2px;
  764. font-size: 12px;
  765. }
  766. .widget-posts .sidebar-posts .post-content .date-comment{
  767. color: #bbbbbb;
  768. font-size: 11px;
  769. font-weight: 100;
  770. display: block;
  771. margin-top: 5px;
  772. }
  773. .widget-posts ul.sidebar-posts {
  774. float: left;
  775. }
  776. .widget-posts ul.sidebar-posts li{
  777. border-bottom: 1px solid #e2e2e2;
  778. padding: 14px 0;
  779. }
  780. /* Widget Tags*/
  781. .widget-tags ul{
  782. float: left;
  783. width: 100%;
  784. }
  785. .widget-tags ul li a{
  786. padding: 6px 11px;
  787. font-size: 11px;
  788. border:solid 1px #e2e2e2;
  789. border-radius: 50px;
  790. -webkit-border-radius: 50px;
  791. -moz-border-radius: 50px;
  792. -ms-border-radius: 50px;
  793. -o-border-radius: 50px;
  794. float: left;
  795. margin: 0 5px 8px;
  796. min-width: 30px;
  797. color: #676767;
  798. transition: all ease 0.3s;
  799. }
  800. .widget-tags ul li a:hover{
  801. color: #fff;
  802. transition: all ease 0.3s;
  803. }
  804. /*------------------------ 11 Blog Page ------------------------*/
  805. .page-cover{
  806. background: url(/static/app/images/bg1.jpg) no-repeat fixed center / cover;
  807. height: 270px;
  808. padding-top: 100px;
  809. }
  810. .page-cover:before {
  811. content: "";
  812. position: absolute;
  813. top: 0;
  814. left: 0;
  815. width: 100%;
  816. height: 270px;
  817. background-color: rgba(0, 0, 0, 0.2);
  818. z-index: 1;
  819. }
  820. .page-cover h1{
  821. font-size: 26px;
  822. }
  823. .page-cover .center-title, .page-cover .left-title{
  824. color: #fff;
  825. font-weight: bold;
  826. z-index: 10;
  827. position: relative;
  828. }
  829. .blog-content .blog-image img{
  830. width: 100%;
  831. border: 1px solid #e8e8e8;
  832. }
  833. .blog-content h1{
  834. font-size: 28px;
  835. font-weight: 600;
  836. letter-spacing: -1px;
  837. line-height: 36px;
  838. }
  839. .blog-content .blog-data{
  840. font-size: 14px;
  841. padding: 15px 0 25px 0;
  842. display: block;
  843. }
  844. .blog-content div.article-text {
  845. line-height: 26px;
  846. font-size: 14px;
  847. color: #6d6d6d;
  848. }
  849. .blog-content div.article-text pre {
  850. padding: 0;
  851. background-color: #23241f;
  852. color: #f8f8f2;
  853. padding: 10px;
  854. font-size: 14px;
  855. }
  856. .blog-content div.article-text code {
  857. padding: 0;
  858. line-height: 20px;
  859. font-size: 14px;
  860. }
  861. blockquote {
  862. padding: 15px 18px;
  863. margin: 25px 0;
  864. font-weight: 500;
  865. letter-spacing: -1px;
  866. font-size: 18px;
  867. line-height: 30px;
  868. border-left: solid 3px;
  869. }
  870. .blog-content .post-list{
  871. padding: 30px;
  872. line-height: 28px;
  873. }
  874. .blog-content li {
  875. font-weight: 500;
  876. font-size: 14px;
  877. list-style: circle;
  878. }
  879. .page-content .blog-box.list-blog{
  880. margin-bottom: 60px;
  881. display: inline-block;
  882. }
  883. .page-content .blog-box.grid-blog{
  884. margin-bottom: 30px;
  885. display: inline-block;
  886. }
  887. .page-content .blog-box.grid-blog > img {
  888. border: 1px solid #e8e8e8;
  889. }
  890. code.bash .hljs-built_in, code.bash .hljs-keyword {
  891. color: inherit;
  892. }
  893. /*------------------------ 13 Elements ------------------------*/
  894. /* Acordion */
  895. .accordion .panel .panel-heading {
  896. border-radius: 0px;
  897. -webkit-border-radius: 0px;
  898. -moz-border-radius: 0px;
  899. -o-border-radius: 0px;
  900. padding: 0;
  901. background: #fff;
  902. }
  903. .accordion .panel .panel-heading a {
  904. font-size: 14px;
  905. line-height: 25px;
  906. font-weight: bold;
  907. display: block;
  908. padding: 20px 23px;
  909. }
  910. .accordion .panel-group .panel {
  911. margin-bottom: 15px;
  912. border-radius: 0px;
  913. box-shadow: none;
  914. }
  915. .accordion .panel .panel-heading a i {
  916. font-size: 13px;
  917. line-height: 25px;
  918. padding-right: 20px;
  919. margin-right: 12px;
  920. border-right: solid 1px #ddd;
  921. }
  922. .theme-buttons button{
  923. margin-right: 20px;
  924. }
  925. /* Buttons */
  926. .cv-button {
  927. display: inline-block;
  928. -webkit-transform: translateZ(0);
  929. transform: translateZ(0);
  930. -webkit-backface-visibility: hidden;
  931. backface-visibility: hidden;
  932. -moz-osx-font-smoothing: grayscale;
  933. position: relative;
  934. -webkit-transition-property: color;
  935. transition-property: color;
  936. -webkit-transition-duration: 0.3s;
  937. transition-duration: 0.3s;
  938. padding: 15px 34px 13px;
  939. min-width: 170px;
  940. border: 0;
  941. -webkit-border-radius: 50px;
  942. -moz-border-radius: 50px;
  943. border-radius: 50px;
  944. color: #fff;
  945. font-weight: bold;
  946. font-size: 13px;
  947. transition: all ease 0.3s;
  948. display: inline-block;
  949. cursor: pointer;
  950. overflow: hidden;
  951. text-transform: uppercase;
  952. }
  953. .cv-button:before {
  954. content: "";
  955. position: absolute;
  956. z-index: -1;
  957. top: 0;
  958. left: 0;
  959. right: 0;
  960. bottom: 0;
  961. background: #000;
  962. -webkit-transform: scaleY(0);
  963. transform: scaleY(0);
  964. -webkit-transform-origin: 50% 0;
  965. transform-origin: 50% 0;
  966. -webkit-transition-property: transform;
  967. transition-property: transform;
  968. -webkit-transition-duration: 0.3s;
  969. transition-duration: 0.3s;
  970. -webkit-transition-timing-function: ease-out;
  971. transition-timing-function: ease-out;
  972. }
  973. .cv-button:hover, .cv-button:focus, .cv-button:active {
  974. color: white;
  975. }
  976. .cv-button:hover:before, .cv-button:focus:before, .cv-button:active:before {
  977. -webkit-transform: scaleX(1);
  978. transform: scaleX(1);
  979. }
  980. .cv-button2{
  981. padding: 15px 34px 13px;
  982. min-width: 170px;
  983. border: 0;
  984. -webkit-border-radius: 50px;
  985. -moz-border-radius: 50px;
  986. border-radius: 50px;
  987. color: #fff;
  988. font-weight: 500;
  989. font-size: 13px;
  990. transition: all ease 0.3s;
  991. display: inline-block;
  992. cursor: pointer;
  993. color: #fff;
  994. }
  995. .cv-button2:hover{
  996. background: #000;
  997. transition:all ease 0.3s;
  998. }
  999. #contacts-message {
  1000. overflow-y: auto;
  1001. overflow-x: hidden;
  1002. }
  1003. /* preloader */
  1004. #preloader {
  1005. background-color:#fff;
  1006. position: fixed;
  1007. top:0;
  1008. left:0;
  1009. width: 100%;
  1010. height: 100%;
  1011. z-index: 1000;
  1012. display:table;
  1013. text-align: center;
  1014. }
  1015. .spinner {
  1016. margin:auto;
  1017. text-align: center;
  1018. display:table-cell;
  1019. vertical-align:middle;
  1020. }
  1021. @-webkit-keyframes uil-ripple {
  1022. 0% {
  1023. width: 0;
  1024. height: 0;
  1025. opacity: 0;
  1026. margin: 0 0 0 0;
  1027. }
  1028. 33% {
  1029. width: 44%;
  1030. height: 44%;
  1031. margin: -22% 0 0 -22%;
  1032. opacity: 1;
  1033. }
  1034. 100% {
  1035. width: 88%;
  1036. height: 88%;
  1037. margin: -44% 0 0 -44%;
  1038. opacity: 0;
  1039. }
  1040. }
  1041. @-webkit-keyframes uil-ripple {
  1042. 0% {
  1043. width: 0;
  1044. height: 0;
  1045. opacity: 0;
  1046. margin: 0 0 0 0;
  1047. }
  1048. 33% {
  1049. width: 44%;
  1050. height: 44%;
  1051. margin: -22% 0 0 -22%;
  1052. opacity: 1;
  1053. }
  1054. 100% {
  1055. width: 88%;
  1056. height: 88%;
  1057. margin: -44% 0 0 -44%;
  1058. opacity: 0;
  1059. }
  1060. }
  1061. @-moz-keyframes uil-ripple {
  1062. 0% {
  1063. width: 0;
  1064. height: 0;
  1065. opacity: 0;
  1066. margin: 0 0 0 0;
  1067. }
  1068. 33% {
  1069. width: 44%;
  1070. height: 44%;
  1071. margin: -22% 0 0 -22%;
  1072. opacity: 1;
  1073. }
  1074. 100% {
  1075. width: 88%;
  1076. height: 88%;
  1077. margin: -44% 0 0 -44%;
  1078. opacity: 0;
  1079. }
  1080. }
  1081. @-ms-keyframes uil-ripple {
  1082. 0% {
  1083. width: 0;
  1084. height: 0;
  1085. opacity: 0;
  1086. margin: 0 0 0 0;
  1087. }
  1088. 33% {
  1089. width: 44%;
  1090. height: 44%;
  1091. margin: -22% 0 0 -22%;
  1092. opacity: 1;
  1093. }
  1094. 100% {
  1095. width: 88%;
  1096. height: 88%;
  1097. margin: -44% 0 0 -44%;
  1098. opacity: 0;
  1099. }
  1100. }
  1101. @-moz-keyframes uil-ripple {
  1102. 0% {
  1103. width: 0;
  1104. height: 0;
  1105. opacity: 0;
  1106. margin: 0 0 0 0;
  1107. }
  1108. 33% {
  1109. width: 44%;
  1110. height: 44%;
  1111. margin: -22% 0 0 -22%;
  1112. opacity: 1;
  1113. }
  1114. 100% {
  1115. width: 88%;
  1116. height: 88%;
  1117. margin: -44% 0 0 -44%;
  1118. opacity: 0;
  1119. }
  1120. }
  1121. @-webkit-keyframes uil-ripple {
  1122. 0% {
  1123. width: 0;
  1124. height: 0;
  1125. opacity: 0;
  1126. margin: 0 0 0 0;
  1127. }
  1128. 33% {
  1129. width: 44%;
  1130. height: 44%;
  1131. margin: -22% 0 0 -22%;
  1132. opacity: 1;
  1133. }
  1134. 100% {
  1135. width: 88%;
  1136. height: 88%;
  1137. margin: -44% 0 0 -44%;
  1138. opacity: 0;
  1139. }
  1140. }
  1141. @-o-keyframes uil-ripple {
  1142. 0% {
  1143. width: 0;
  1144. height: 0;
  1145. opacity: 0;
  1146. margin: 0 0 0 0;
  1147. }
  1148. 33% {
  1149. width: 44%;
  1150. height: 44%;
  1151. margin: -22% 0 0 -22%;
  1152. opacity: 1;
  1153. }
  1154. 100% {
  1155. width: 88%;
  1156. height: 88%;
  1157. margin: -44% 0 0 -44%;
  1158. opacity: 0;
  1159. }
  1160. }
  1161. @keyframes uil-ripple {
  1162. 0% {
  1163. width: 0;
  1164. height: 0;
  1165. opacity: 0;
  1166. margin: 0 0 0 0;
  1167. }
  1168. 33% {
  1169. width: 44%;
  1170. height: 44%;
  1171. margin: -22% 0 0 -22%;
  1172. opacity: 1;
  1173. }
  1174. 100% {
  1175. width: 88%;
  1176. height: 88%;
  1177. margin: -44% 0 0 -44%;
  1178. opacity: 0;
  1179. }
  1180. }
  1181. .uil-ripple-css {
  1182. background: none;
  1183. position: relative;
  1184. width: 200px;
  1185. height: 200px;
  1186. margin: 0 auto;
  1187. }
  1188. .uil-ripple-css div {
  1189. position: absolute;
  1190. top: 50%;
  1191. left: 50%;
  1192. margin: 0;
  1193. width: 0;
  1194. height: 0;
  1195. opacity: 0;
  1196. border-radius: 50%;
  1197. border-width: 12px;
  1198. border-style: solid;
  1199. -ms-animation: uil-ripple 2s ease-out infinite;
  1200. -moz-animation: uil-ripple 2s ease-out infinite;
  1201. -webkit-animation: uil-ripple 2s ease-out infinite;
  1202. -o-animation: uil-ripple 2s ease-out infinite;
  1203. animation: uil-ripple 2s ease-out infinite;
  1204. }
  1205. .uil-ripple-css div:nth-of-type(2) {
  1206. -ms-animation-delay: 1s;
  1207. -moz-animation-delay: 1s;
  1208. -webkit-animation-delay: 1s;
  1209. -o-animation-delay: 1s;
  1210. animation-delay: 1s;
  1211. }
  1212. /*------------------------ 14 Responsive ------------------------*/
  1213. /*max Width 992px */
  1214. @media screen and (max-width: 991px) {
  1215. .home-content h1{
  1216. font-size: 40px;
  1217. }
  1218. .what-can .feature{
  1219. padding: 0 30px;
  1220. }
  1221. }
  1222. /*max Width 768px */
  1223. @media screen and (max-width: 767px) {
  1224. .home-content h1{
  1225. font-size: 30px;
  1226. margin-bottom: 10px;
  1227. }
  1228. .contact-info{
  1229. margin-bottom: 30px;
  1230. padding: 0 50px;
  1231. }
  1232. .social a{
  1233. margin: 0 10px;
  1234. font-size: 12px;
  1235. }
  1236. .nav-menu li{
  1237. float: none;
  1238. }
  1239. .responsive{
  1240. display: block;
  1241. }
  1242. .not_found h1 {
  1243. font-size: 130px;
  1244. }
  1245. .nav-menu{
  1246. width: 100%;
  1247. background: #fff;
  1248. text-align: center;
  1249. overflow: scroll;
  1250. display: none;
  1251. }
  1252. .nav-menu li a{
  1253. border-top: 1px solid #efefef;
  1254. line-height: 45px;
  1255. font-size: 11px;
  1256. color: #000;
  1257. }
  1258. .nav-menu li a:hover:after {
  1259. width: 0%;
  1260. }
  1261. .selected:after{
  1262. display: none;
  1263. }
  1264. .center-title {
  1265. padding: 0 15px;
  1266. }
  1267. .skill-list:first-child {
  1268. margin-bottom: 70px;
  1269. }
  1270. .feat-icon i{
  1271. font-size: 23px;
  1272. }
  1273. .portfolio_filter ul {
  1274. margin-top: 15px;
  1275. }
  1276. .portfolio_filter ul li {
  1277. line-height: 32px;
  1278. border: solid 1px #efefef;
  1279. margin-bottom: 10px;
  1280. padding: 0 11px;
  1281. width: 45%;
  1282. text-align: center;
  1283. text-overflow: ellipsis;
  1284. white-space: nowrap;
  1285. overflow: hidden;
  1286. display: block;
  1287. }
  1288. .copyright-text {
  1289. padding: 0;
  1290. }
  1291. .music-wave, .backtop{
  1292. right: 15px !important;
  1293. }
  1294. .backtop{
  1295. bottom: 70px !important;
  1296. }
  1297. .nav-scroll {
  1298. height: 230px;
  1299. overflow: hidden;
  1300. position: relative;
  1301. }
  1302. .nav-scroll.withoutnews {
  1303. height: 185px;
  1304. }
  1305. .feat-icon {
  1306. width: 12%;
  1307. }
  1308. }
  1309. /*min Width 768px */
  1310. @media screen and (min-width: 768px) {
  1311. .nav-menu{
  1312. display: block!important;
  1313. }
  1314. }