Advertisement
Guest User

Untitled

a guest
Jul 13th, 2015
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 16.94 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Roboto:400,900,500);
  2.  
  3. * {
  4.     margin: 0;
  5.     padding: 0;
  6.     font-family: 'Roboto', 'sans-serif';
  7. }
  8.  
  9. body {
  10.     font-size: 14px;
  11.     font-family: 'Roboto', 'sans-serif';
  12.     -webkit-font-smoothing: antialiased;
  13.     background: #fff;
  14. }
  15.  
  16. ::selection {
  17.     color: #fff;
  18.     background: #80B421;
  19. }
  20.  
  21. ::-moz-selection {
  22.     color: #fff;
  23.     background: #80B421;
  24. }
  25.  
  26. p {
  27.     color: #858585;
  28. }
  29.  
  30. .pDark p {
  31.     color: #6D6D6D;
  32. }
  33.  
  34. .pDark h3 {
  35.     color: #BEBEBE;
  36. }
  37.  
  38. .btn, .form-control, .team-socials i {
  39.     border-radius: 5px !important;
  40. }
  41.  
  42. .button-outline {
  43.     -webkit-font-smoothing: antialiased;
  44.     display: inline-block;
  45.     vertical-align: middle;
  46.     zoom: 1;
  47.     color: #fff;
  48.     padding: 10px 25px;
  49.     border: 2px solid #fff;
  50.     border-radius: 0px;
  51.     font-size: 16px;
  52.     font-weight: 400;
  53.     background: rgba(255,255,255,0.15);
  54. }
  55.  
  56.     .button-outline:hover {
  57.         color: #fff;
  58.         background: rgba(255,255,255,0.35);
  59.     }
  60.  
  61. a {
  62.     color: #80B421;
  63.     text-decoration: none;
  64.     text-shadow: none;
  65.     -webkit-transition: all 0.2s linear;
  66.     -moz-transition: all 0.2s linear;
  67.     -ms-transition: all 0.2s linear;
  68.     -o-transition: all 0.2s linear;
  69.     transition: all 0.2s linear;
  70. }
  71.  
  72.     a:hover {
  73.         color: #6EAA00;
  74.         text-decoration: none;
  75.     }
  76.  
  77. .btn {
  78.     border: 0px;
  79.     border-radius: 0px;
  80. }
  81.  
  82.     .btn:hover {
  83.         background: #6EAA00;
  84.     }
  85.  
  86. .btn-primary {
  87.     background: #80B421;
  88. }
  89.  
  90. .form-control {
  91.     border-radius: 0px;
  92. }
  93.  
  94. .mrgn30 {
  95.     margin: 30px 0;
  96. }
  97.  
  98. .copyright {
  99.     color: #6D6D6D;
  100.     background: #131313;
  101.     padding: 20px 0;
  102. }
  103.  
  104. #top {
  105.     position: relative;
  106. }
  107.  
  108. .topHome {
  109.     position: fixed;
  110.     bottom: 20px;
  111.     right: 20px;
  112.     z-index: 5;
  113. }
  114. /* Header
  115. ----------------------------------------------*/
  116. .header {
  117.     position: fixed;
  118.     width: 100%;
  119.     background: #fff;
  120.     z-index: 50;
  121.     border-radius: 0;
  122.     box-shadow: 0 0 10px rgba(0,0,0,0.2);
  123.     top: 0px;
  124. }
  125.  
  126. .navbar-inverse .navbar-toggle {
  127.     border-color: #80B421;
  128.     background-color: #80B421;
  129. }
  130.  
  131.     .navbar-inverse .navbar-toggle .icon-bar {
  132.         /*background-color: #80B421;*/
  133.     }
  134.  
  135.     .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  136.         background: #80B421;
  137.     }
  138.  
  139. .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  140.     color: #80B421;
  141. }
  142.  
  143. .navbar-inverse .navbar-toggle:hover .icon-bar {
  144.     background: #fff;
  145. }
  146.  
  147. .navbar-toggle {
  148. }
  149. /*.carousel-inner*/
  150. #myCarousel {
  151.     margin: 0 auto;
  152.     margin-top: 50px;
  153.     border-bottom: 4px solid #80B421;
  154. }
  155.  
  156. .carousel-inner > .item {
  157. }
  158.  
  159. .carousel-caption {
  160.     padding: 0px;
  161.     bottom: 25%;
  162.     display: block;
  163.     height: 40px;
  164. }
  165.  
  166.     .carousel-caption h1 {
  167.         font-size: 45px;
  168.         padding: 10px 15px;
  169.         background: rgba(128, 180, 33, 0.80);
  170.         color: #FFFFFF;
  171.         text-shadow: none;
  172.         font-weight: bold;
  173.         display: inline-block;
  174.     }
  175.     /*.carousel-caption h1 {
  176.             background: rgba(0,0,0,0.2);
  177.             text-align: center;
  178.             color:#fff;
  179.             font: 95px/1 "Impact";
  180.             text-transform: uppercase;
  181.             display: block;
  182.             text-shadow:#253e45 -1px 1px 0,
  183.             #253e45 -2px 2px 0,
  184.             #d45848 -3px 3px 0,
  185.             #d45848 -4px 4px 0;
  186.             margin: 5% auto 5%;
  187.         }*/
  188.     .carousel-caption h3 {
  189.         font-size: 30px;
  190.         color: #1C4604;
  191.         font-weight: bold;
  192.         text-shadow: #fff 1px 1px 1px;
  193.     }
  194.  
  195. .actionPanel {
  196.     padding: 25px 0;
  197.     background: #80B421;
  198. }
  199.  
  200.     .actionPanel h3 {
  201.         margin: 0px;
  202.     }
  203.  
  204. .circle {
  205.     background: #80B421;
  206.     height: 60px;
  207.     width: 60px;
  208.     border-radius: 35px;
  209.     color: #fff;
  210.     line-height: 60px !important;
  211. }
  212. /*----Nav ----*/
  213. .header .navbar-brand {
  214.     float: left;
  215.     padding: 16px 15px;
  216.     line-height: 18px;
  217.     height: 50px;
  218.     /*color:#80B421;*/
  219. }
  220.  
  221. .navbar-brand b {
  222.     color: #80B421;
  223. }
  224.  
  225. .logo {
  226.     font-size: 2.2em;
  227.     text-shadow: none;
  228. }
  229.  
  230.     .logo:hover {
  231.         color: #5A5A5A;
  232.     }
  233.  
  234.  
  235. .header .navbar {
  236.     height: 150px;
  237.     margin: 0;
  238.     background: #fff;
  239.     border: 0;
  240. }
  241.  
  242. .navbar-inverse .navbar-nav > li > a {
  243.     color: #858585;
  244.     font-size: 1.2em;
  245.     line-height: normal;
  246.     margin: 17px 10px;
  247.     padding: 6px 10px !important;
  248.     border-radius: 5px;
  249. }
  250.  
  251. .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  252.     padding: 0;
  253.     color: #fff;
  254.     border-bottom: 2px solid #80B421;
  255.     box-sizing: border-box;
  256.     background: #80b421;
  257. }
  258.  
  259. .navbar-nav > li:hover > a {
  260.     color: #80B421;
  261. }
  262.  
  263. .header .navbar-nav > li > a {
  264.     font-size: 15px;
  265.     padding: 15px 18px;
  266. }
  267.  
  268. .page-section {
  269.     width: 100%;
  270.     height: auto;
  271.     padding: 30px 0;
  272. }
  273.  
  274. .noPadd {
  275.     padding: 0;
  276. }
  277.  
  278. .page-section h1 {
  279.     font-size: 3.5em;
  280.     margin: 90px 0 30px;
  281.     line-height: 1.2em;
  282. }
  283.  
  284.     .page-section h1 span {
  285.         font-weight: 200;
  286.     }
  287.  
  288. .page-section h2 {
  289.     color: #80B421;
  290. }
  291.  
  292. .page-section p {
  293.     font-size: 1.1em;
  294.     line-height: 1.6em;
  295. }
  296.  
  297. .darkBg {
  298.     background: rgb(44, 44, 44);
  299. }
  300.  
  301.     .darkBg h2 {
  302.         color: #fff;
  303.     }
  304.  
  305.     .darkBg .fa {
  306.         color: #80B421;
  307.     }
  308. /*--- Banner ----*/
  309. #overlay {
  310.     position: fixed;
  311.     width: 100%;
  312.     height: 100%;
  313.     z-index: 0;
  314.     background-size: 2px 100%;
  315.     background: url("../images/overlay.png") rgba(0,0,0,.6) !IMPORTANT;
  316. }
  317.  
  318. .banner-container {
  319.     width: 100%;
  320.     position: relative;
  321.     padding: 0px;
  322.     box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
  323.     max-height: 600px;
  324.     height: 600px;
  325.     background: url("../images/banner-bg.jpg") no-repeat;
  326.     background-size: 100% 100%;
  327.     background-size: cover;
  328. }
  329.  
  330. .bannerOverlay {
  331.     content: '';
  332.     width: 100%;
  333.     position: absolute;
  334.     background-image: url(../images/bg_line.png);
  335.     background-repeat: repeat;
  336.     max-height: 600px;
  337.     height: 600px;
  338.     z-index: 1;
  339. }
  340.  
  341. .banner-content {
  342.     position: relative;
  343.     z-index: 3;
  344. }
  345.  
  346.     .banner-content h2 {
  347.         color: #fff;
  348.         font-size: 3.5em;
  349.         margin: 2% 0 30px;
  350.         line-height: 1.2em;
  351.     }
  352.  
  353.     .banner-content p {
  354.         font-size: 1.9em;
  355.         font-weight: normal;
  356.         color: #B9B9B9;
  357.     }
  358.  
  359. .sub-heading {
  360.     padding: 15px 0;
  361. }
  362.  
  363.     .sub-heading h2 {
  364.         font-size: 18px;
  365.         margin: 15px 0 8px !important;
  366.     }
  367.  
  368.     .sub-heading p {
  369.         color: #5A5A5A;
  370.     }
  371.  
  372. .heading {
  373.     padding-bottom: 30px;
  374. }
  375.  
  376.     .heading p {
  377.         color: #858585;
  378.         font-size: 1.2em;
  379.     }
  380.  
  381. .pdingBtm30 {
  382.     padding-bottom: 30px;
  383. }
  384. /* Services
  385.     -------------------------------------------------*/
  386. .grid .text-content {
  387.     padding-left: 35%;
  388. }
  389.  
  390. .grid .text-content {
  391.     display: block;
  392.     padding-left: 19%;
  393.     padding-right: 8%;
  394. }
  395.  
  396. .grid .grid-item {
  397. }
  398.  
  399. .grid .text-content h5 {
  400.     font-weight: bold;
  401. }
  402.  
  403. .grid .grid-item .item-content {
  404.     display: block;
  405.     outline: none;
  406.     text-decoration: none;
  407.     padding: 20px 0;
  408. }
  409.  
  410. .item-content .fa {
  411.     position: absolute;
  412.     color: #646464;
  413.     font-size: 4.5em;
  414.     top: 36px;
  415. }
  416. /* Team
  417.     ---------------------------------------------------*/
  418. .team-member {
  419.     margin-bottom: 15px;
  420. }
  421.  
  422. .member-img {
  423.     border: 2px solid #80B421;
  424.     border-radius: 188px;
  425.     overflow: hidden;
  426. }
  427.  
  428. .team-member .member-img img {
  429.     max-width: 250px;
  430.     margin: 0 auto;
  431.     /*border:2px #D3D3D3 solid;*/
  432. }
  433.  
  434. .team-member h3 {
  435.     font-size: 22px;
  436.     line-height: 32px;
  437.     margin: 10px 0 0 15px;
  438.     text-align: center;
  439. }
  440.  
  441. .team-member .pos {
  442.     display: block;
  443.     margin: 0 0 0 15px;
  444.     text-align: center;
  445. }
  446.  
  447. .team-member .contact a {
  448.     padding: 0 8px;
  449. }
  450.  
  451. .descrition {
  452.     min-height: 90px;
  453.     /*text-align: center;*/
  454.     /*border-bottom: 1px solid #dadde2;*/
  455.     padding: 5px 15px;
  456. }
  457.  
  458. .team-member {
  459.     padding-top: 5px;
  460. }
  461.  
  462. .team-socials {
  463.     margin: 15px 0;
  464.     display: block;
  465.     text-align: center;
  466. }
  467.  
  468.     .team-socials i {
  469.         width: 42px;
  470.         height: 42px;
  471.         line-height: 42px;
  472.         background: transparent;
  473.         border: 2px solid #E7EBEF;
  474.         margin: 0px 5px 0px 0px;
  475.         position: relative;
  476.         display: inline-block;
  477.         text-align: center;
  478.         font-size: 18px;
  479.     }
  480. /* ------- */
  481.  
  482. .isotopeWrapper article {
  483.     margin-bottom: 30px;
  484. }
  485.  
  486. #portfolio {
  487.     background: rgb(44, 44, 44);
  488. }
  489.  
  490.     #portfolio img {
  491.         width: 100%;
  492.     }
  493.  
  494.     #portfolio article p {
  495.         margin-bottom: 1.45em; /*set next row on the baseline*/
  496.     }
  497.  
  498. nav#filter {
  499.     margin-bottom: 1.5em;
  500. }
  501.  
  502.     nav#filter li {
  503.         display: inline-block;
  504.         margin: 0 0 0 5px;
  505.     }
  506.  
  507.     nav#filter a {
  508.         padding: 4px 12px;
  509.         line-height: 20px;
  510.         border: 1px solid #80B421;
  511.         text-decoration: none;
  512.     }
  513.  
  514. .current {
  515.     background: #80B421;
  516.     color: #fff;
  517. }
  518.  
  519. .portfolio-items article img {
  520.     width: 100%;
  521. }
  522.  
  523. .portfolio-item {
  524.     display: block;
  525.     position: relative;
  526.     -webkit-transition: all 0.2s ease-in-out;
  527.     -moz-transition: all 0.2s ease-in-out;
  528.     -o-transition: all 0.2s ease-in-out;
  529.     transition: all 0.2s ease-in-out;
  530. }
  531.  
  532.     .portfolio-item img {
  533.         -webkit-transition: all 300ms linear;
  534.         -moz-transition: all 300ms linear;
  535.         -o-transition: all 300ms linear;
  536.         -ms-transition: all 300ms linear;
  537.         transition: all 300ms linear;
  538.     }
  539.  
  540.     .portfolio-item .portfolio-desc {
  541.         display: block;
  542.         opacity: 0;
  543.         position: absolute;
  544.         width: 100%;
  545.         left: 0;
  546.         top: 0;
  547.         color: rgba(220, 220, 220);
  548.     }
  549.  
  550. .fancybox-overlay {
  551.     background: rgba(0, 0, 0, 0.64);
  552. }
  553.  
  554. .portfolio-item:hover .portfolio-desc {
  555.     padding-top: 20%;
  556.     height: 100%;
  557.     transition: all 200ms ease-in-out 0s;
  558.     opacity: 1;
  559.     background: rgba(128, 180, 33, 0.47);
  560. }
  561.  
  562. .portfolio-item .portfolio-desc a {
  563.     color: #fff;
  564.     text-align: center;
  565.     display: block;
  566. }
  567.  
  568.     .portfolio-item .portfolio-desc a:hover {
  569.         /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
  570.         text-decoration: none;
  571.     }
  572.  
  573. .portfolio-item .portfolio-desc .folio-info {
  574.     top: -20px;
  575.     padding: 30px;
  576.     height: 0;
  577.     opacity: 0;
  578.     position: relative;
  579. }
  580.  
  581. .portfolio-item:hover .folio-info {
  582.     height: 100%;
  583.     opacity: 1;
  584.     transition: all 500ms ease-in-out 0s;
  585.     top: 5px;
  586. }
  587.  
  588.  
  589.  
  590. .portfolio-item .portfolio-desc .folio-info h5 {
  591.     text-transform: uppercase;
  592.     text-align: center;
  593.     font-weight: bold;
  594.     font-size: 1.4em;
  595. }
  596.  
  597. .portfolio-item .portfolio-desc .folio-info p {
  598.     color: #ffffff;
  599.     font-size: 12px;
  600. }
  601.  
  602. .page-section.intro {
  603.     min-height: 600px;
  604. }
  605.  
  606. .btn {
  607.     font-weight: 200;
  608. }
  609.  
  610. .btn-dark {
  611.     background: #444;
  612.     color: #fff;
  613. }
  614.  
  615.     .btn-dark:hover {
  616.         background: #000;
  617.         color: #fff;
  618.     }
  619.  
  620. .back-to-top {
  621.     display: inline-block;
  622.     clear: both;
  623.     background: #fff;
  624.     color: #333;
  625.     padding: 0 10px 5px;
  626.     margin: 20px 0 0;
  627.     text-shadow: none;
  628. }
  629.  
  630.     .back-to-top:hover {
  631.         background: #333;
  632.         color: #fff;
  633.         text-decoration: none;
  634.     }
  635.  
  636. hr {
  637.     border-color: #ddd;
  638. }
  639.  
  640. body {
  641.     margin: 0;
  642.     font-family: Arial, sans-serif;
  643. }
  644.  
  645. #navigation {
  646.     position: fixed;
  647.     top: 0;
  648.     right: 0;
  649.     margin: 0;
  650.     padding: 0;
  651.     width: 200px;
  652.     background: #ffffff;
  653.     box-shadow: 0 10px 10px -10px #000000;
  654. }
  655.  
  656.     #navigation > li {
  657.         margin: 0;
  658.         padding: 0;
  659.         list-style: none;
  660.     }
  661.  
  662.         #navigation > li > a {
  663.             margin: 1px;
  664.             color: #000000;
  665.             background: #cccccc;
  666.             display: block;
  667.             padding: 5px;
  668.             text-decoration: none;
  669.             transition: all 400ms;
  670.         }
  671.  
  672.             #navigation > li > a.current,
  673.             #navigation > li:hover > a {
  674.                 background: #999999;
  675.             }
  676.  
  677. .pageSection {
  678.     min-height: 600px;
  679.     padding: 20px;
  680.     background: #dddddd;
  681. }
  682.  
  683.     .pageSection:nth-child(odd) {
  684.         background: #eeeeee;
  685.     }
  686.  
  687. .socialIcons li {
  688.     list-style: none;
  689.     display: inline;
  690.     margin-right: 6px;
  691. }
  692.  
  693. footer {
  694.     background-color: #242424;
  695.     color: #8e8e8e;
  696.     font-size: 14px;
  697.     padding-top: 20px;
  698. }
  699.  
  700.     footer ul li {
  701.         list-style: none;
  702.     }
  703.  
  704. .contact ul li {
  705.     margin-bottom: 10px;
  706. }
  707.  
  708.     .contact ul li i {
  709.         margin-right: 15px;
  710.     }
  711.  
  712. .spclBtn {
  713.     background: rgba(255, 255, 255, 0.73);
  714.     color: #000;
  715. }
  716.  
  717. @media (min-width: 768px) {
  718.     .header .navbar-brand {
  719.         padding-left: 0;
  720.     }
  721.  
  722.     .navbar-nav {
  723.         margin-top: 50px;
  724.         float: right;
  725.     }
  726. }
  727.  
  728. @media (max-width: 768px) {
  729.     .banner-container {
  730.         background-size: contain;
  731.     }
  732.  
  733.     .team-member .member-img img {
  734.         max-width: 100%;
  735.     }
  736.  
  737.     .banner-container {
  738.         width: 100%;
  739.         max-height: 432px;
  740.     }
  741.  
  742.     .bannerOverlay {
  743.         max-height: 432px;
  744.     }
  745.  
  746.     .navbar-inverse .navbar-nav > li > a {
  747.         font-size: 1.1em;
  748.         margin: 19px 3px;
  749.     }
  750.  
  751.     .da-slider {
  752.         width: 100%;
  753.         min-width: initial;
  754.         height: 400px;
  755.         margin: 0px auto;
  756.     }
  757.  
  758.     .header .navbar-nav > li > a {
  759.         padding: 25px 12px;
  760.     }
  761.  
  762.  
  763.     .portfolio-item:hover .folio-info {
  764.         top: 0px;
  765.     }
  766.  
  767.     .portfolio-item .portfolio-desc .folio-info {
  768.         padding: 0px;
  769.     }
  770.  
  771.         .portfolio-item .portfolio-desc .folio-info h5 {
  772.             font-size: 1em;
  773.         }
  774.  
  775.     .carousel-caption h1 {
  776.         font-size: 29px;
  777.     }
  778.  
  779.     .carousel-caption h3 {
  780.         font-size: 20px;
  781.     }
  782. }
  783.  
  784. @media (max-width:760px) {
  785.     .header .navbar-nav > li > a {
  786.         padding: 7px 12px;
  787.         font-size: 14px;
  788.     }
  789.  
  790.     .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  791.         border-color: #A8A8A8;
  792.     }
  793.  
  794.     .navbar-inverse .navbar-nav > li > a {
  795.         font-size: 1.1em;
  796.         margin: 4px 3px;
  797.     }
  798.  
  799.     .navbar-header {
  800.         margin: 6px 0;
  801.     }
  802. }
  803.  
  804. @media (max-width: 480px) {
  805.     .banner-container {
  806.         width: 100%;
  807.         background-size: contain;
  808.         height: 270px;
  809.     }
  810.  
  811.     .bannerOverlay {
  812.         height: 270px;
  813.     }
  814.  
  815.     .da-slider {
  816.         width: 100%;
  817.         min-width: initial;
  818.         height: 205px;
  819.         position: relative;
  820.         margin: 0 auto;
  821.     }
  822.  
  823.     .da-slide h2 {
  824.         font-size: 40px;
  825.         text-align: center;
  826.         width: initial;
  827.         top: 10px;
  828.     }
  829.  
  830.     .da-slide p {
  831.         width: 65%;
  832.         top: 65px;
  833.         height: 50px;
  834.     }
  835.  
  836.     .carousel-caption h1 {
  837.         font-size: 24px;
  838.     }
  839.  
  840.     .carousel-caption h3 {
  841.         font-size: 16px;
  842.     }
  843.  
  844.     .page-section h1 {
  845.         font-size: 3em;
  846.     }
  847.  
  848.     .page-section h2 {
  849.         font-size: 2em;
  850.     }
  851.  
  852.     .page-section p {
  853.         font-size: 1em;
  854.         margin: 0 0 20px;
  855.     }
  856.  
  857.     .portfolio-item .portfolio-desc .folio-info h5 {
  858.         font-size: 11px;
  859.     }
  860.  
  861.     .copyRights, .webThemez {
  862.         text-align: center;
  863.         display: block;
  864.         width: 100%;
  865.         margin: 2px 0 4px 0;
  866.     }
  867.  
  868.     .actionPanel {
  869.         padding: 12px 0;
  870.     }
  871.  
  872.         .actionPanel h3 {
  873.             margin: 0px;
  874.             font-size: 16px;
  875.         }
  876.  
  877.     .page-section {
  878.         padding: 15px 0;
  879.     }
  880.  
  881.     .heading {
  882.         padding-bottom: 0px;
  883.     }
  884. }
  885.  
  886. @media (max-width: 320px) {
  887.     .banner-container {
  888.         width: 100%;
  889.         background-size: contain;
  890.         height: 180px;
  891.     }
  892.  
  893.     .bannerOverlay {
  894.         height: 180px;
  895.     }
  896.  
  897.     .carousel-caption h3 {
  898.         display: none;
  899.     }
  900.  
  901.     .carousel-caption h1 {
  902.         font-size: 18px;
  903.     }
  904.  
  905.     .da-slider {
  906.         width: 100%;
  907.         min-width: initial;
  908.         height: 145px;
  909.         position: relative;
  910.         margin: 0 auto;
  911.     }
  912.  
  913.     .da-slide h2 {
  914.         font-size: 30px;
  915.         text-align: center;
  916.         width: initial;
  917.         top: 10px;
  918.     }
  919.  
  920.     .da-dots {
  921.         bottom: 2px;
  922.     }
  923.  
  924.     .grid .text-content {
  925.         padding-left: 29%;
  926.         padding-right: 2%;
  927.     }
  928.  
  929.     .portfolio-item:hover .folio-info {
  930.         top: 0px;
  931.     }
  932.  
  933.     .portfolio-item .portfolio-desc .folio-info h5 {
  934.         text-transform: uppercase;
  935.         text-align: center;
  936.         font-weight: normal;
  937.         font-size: 10px;
  938.         margin: 10px 0 0 0;
  939.     }
  940.  
  941.     nav#filter li {
  942.         display: inline-block;
  943.         margin: 0 0 23px 5px;
  944.     }
  945. }
  946.  
  947. ul.eventos-realizados {
  948.     margin: 15px;
  949. }
  950.  
  951. ul.eventos-realizados li {
  952.     list-style: square;
  953.     color: #858585;
  954.     font-size: 15px;
  955. }
  956.  
  957. .eventos-realizados-box {
  958.     padding: 14px;
  959. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement