Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 30.76 KB | None | 0 0
  1.  
  2. .grid-row {
  3.   max-width: 90em;
  4.   margin-left: auto;
  5.   margin-right: auto;
  6. }
  7.  
  8. .grid-row:after {
  9.   content: "";
  10.   display: table;
  11.   clear: both;
  12. }
  13.  
  14. .grid-row-fullwidth {
  15.   max-width: 100%;
  16.   margin-left: auto;
  17.   margin-right: auto;
  18. }
  19.  
  20. .grid-row-fullwidth:after {
  21.   content: "";
  22.   display: table;
  23.   clear: both;
  24. }
  25.  
  26. .grid-row .grid-col-xs-1, .grid-row-fullwidth .grid-col-xs-1 {
  27.   float: left;
  28.   display: block;
  29.   margin-right: 2.35765%;
  30.   width: 6.17215%;
  31. }
  32.  
  33. .grid-row .grid-col-xs-1:last-child, .grid-row-fullwidth .grid-col-xs-1:last-child {
  34.   margin-right: 0;
  35. }
  36.  
  37. .grid-row .grid-col-xs-1-no-gutter, .grid-row-fullwidth .grid-col-xs-1-no-gutter {
  38.   float: left;
  39.   display: block;
  40.   width: 8.5298%;
  41. }
  42.  
  43. .grid-row .grid-col-xs-1-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-1-no-gutter:last-child {
  44.   width: 6.17215%;
  45. }
  46.  
  47. .grid-row .grid-col-shift-xs-1, .grid-row-fullwidth .grid-col-shift-xs-1 {
  48.   margin-left: 8.5298%;
  49. }
  50.  
  51. .grid-row .grid-col-xs-2, .grid-row-fullwidth .grid-col-xs-2 {
  52.   float: left;
  53.   display: block;
  54.   margin-right: 2.35765%;
  55.   width: 14.70196%;
  56. }
  57.  
  58. .grid-row .grid-col-xs-2:last-child, .grid-row-fullwidth .grid-col-xs-2:last-child {
  59.   margin-right: 0;
  60. }
  61.  
  62. .grid-row .grid-col-xs-2-no-gutter, .grid-row-fullwidth .grid-col-xs-2-no-gutter {
  63.   float: left;
  64.   display: block;
  65.   width: 17.05961%;
  66. }
  67.  
  68. .grid-row .grid-col-xs-2-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-2-no-gutter:last-child {
  69.   width: 14.70196%;
  70. }
  71.  
  72. .grid-row .grid-col-shift-xs-2, .grid-row-fullwidth .grid-col-shift-xs-2 {
  73.   margin-left: 17.05961%;
  74. }
  75.  
  76. .grid-row .grid-col-xs-3, .grid-row-fullwidth .grid-col-xs-3 {
  77.   float: left;
  78.   display: block;
  79.   margin-right: 2.35765%;
  80.   width: 23.23176%;
  81. }
  82.  
  83. .grid-row .grid-col-xs-3:last-child, .grid-row-fullwidth .grid-col-xs-3:last-child {
  84.   margin-right: 0;
  85. }
  86.  
  87. .grid-row .grid-col-xs-3-no-gutter, .grid-row-fullwidth .grid-col-xs-3-no-gutter {
  88.   float: left;
  89.   display: block;
  90.   width: 25.58941%;
  91. }
  92.  
  93. .grid-row .grid-col-xs-3-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-3-no-gutter:last-child {
  94.   width: 23.23176%;
  95. }
  96.  
  97. .grid-row .grid-col-shift-xs-3, .grid-row-fullwidth .grid-col-shift-xs-3 {
  98.   margin-left: 25.58941%;
  99. }
  100.  
  101. .grid-row .grid-col-xs-4, .grid-row-fullwidth .grid-col-xs-4 {
  102.   float: left;
  103.   display: block;
  104.   margin-right: 2.35765%;
  105.   width: 31.76157%;
  106. }
  107.  
  108. .grid-row .grid-col-xs-4:last-child, .grid-row-fullwidth .grid-col-xs-4:last-child {
  109.   margin-right: 0;
  110. }
  111.  
  112. .grid-row .grid-col-xs-4-no-gutter, .grid-row-fullwidth .grid-col-xs-4-no-gutter {
  113.   float: left;
  114.   display: block;
  115.   width: 34.11922%;
  116. }
  117.  
  118. .grid-row .grid-col-xs-4-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-4-no-gutter:last-child {
  119.   width: 31.76157%;
  120. }
  121.  
  122. .grid-row .grid-col-shift-xs-4, .grid-row-fullwidth .grid-col-shift-xs-4 {
  123.   margin-left: 34.11922%;
  124. }
  125.  
  126. .grid-row .grid-col-xs-5, .grid-row-fullwidth .grid-col-xs-5 {
  127.   float: left;
  128.   display: block;
  129.   margin-right: 2.35765%;
  130.   width: 40.29137%;
  131. }
  132.  
  133. .grid-row .grid-col-xs-5:last-child, .grid-row-fullwidth .grid-col-xs-5:last-child {
  134.   margin-right: 0;
  135. }
  136.  
  137. .grid-row .grid-col-xs-5-no-gutter, .grid-row-fullwidth .grid-col-xs-5-no-gutter {
  138.   float: left;
  139.   display: block;
  140.   width: 42.64902%;
  141. }
  142.  
  143. .grid-row .grid-col-xs-5-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-5-no-gutter:last-child {
  144.   width: 40.29137%;
  145. }
  146.  
  147. .grid-row .grid-col-shift-xs-5, .grid-row-fullwidth .grid-col-shift-xs-5 {
  148.   margin-left: 42.64902%;
  149. }
  150.  
  151. .grid-row .grid-col-xs-6, .grid-row-fullwidth .grid-col-xs-6 {
  152.   float: left;
  153.   display: block;
  154.   margin-right: 2.35765%;
  155.   width: 48.82117%;
  156. }
  157.  
  158. .grid-row .grid-col-xs-6:last-child, .grid-row-fullwidth .grid-col-xs-6:last-child {
  159.   margin-right: 0;
  160. }
  161.  
  162. .grid-row .grid-col-xs-6-no-gutter, .grid-row-fullwidth .grid-col-xs-6-no-gutter {
  163.   float: left;
  164.   display: block;
  165.   width: 51.17883%;
  166. }
  167.  
  168. .grid-row .grid-col-xs-6-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-6-no-gutter:last-child {
  169.   width: 48.82117%;
  170. }
  171.  
  172. .grid-row .grid-col-shift-xs-6, .grid-row-fullwidth .grid-col-shift-xs-6 {
  173.   margin-left: 51.17883%;
  174. }
  175.  
  176. .grid-row .grid-col-xs-7, .grid-row-fullwidth .grid-col-xs-7 {
  177.   float: left;
  178.   display: block;
  179.   margin-right: 2.35765%;
  180.   width: 57.35098%;
  181. }
  182.  
  183. .grid-row .grid-col-xs-7:last-child, .grid-row-fullwidth .grid-col-xs-7:last-child {
  184.   margin-right: 0;
  185. }
  186.  
  187. .grid-row .grid-col-xs-7-no-gutter, .grid-row-fullwidth .grid-col-xs-7-no-gutter {
  188.   float: left;
  189.   display: block;
  190.   width: 59.70863%;
  191. }
  192.  
  193. .grid-row .grid-col-xs-7-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-7-no-gutter:last-child {
  194.   width: 57.35098%;
  195. }
  196.  
  197. .grid-row .grid-col-shift-xs-7, .grid-row-fullwidth .grid-col-shift-xs-7 {
  198.   margin-left: 59.70863%;
  199. }
  200.  
  201. .grid-row .grid-col-xs-8, .grid-row-fullwidth .grid-col-xs-8 {
  202.   float: left;
  203.   display: block;
  204.   margin-right: 2.35765%;
  205.   width: 65.88078%;
  206. }
  207.  
  208. .grid-row .grid-col-xs-8:last-child, .grid-row-fullwidth .grid-col-xs-8:last-child {
  209.   margin-right: 0;
  210. }
  211.  
  212. .grid-row .grid-col-xs-8-no-gutter, .grid-row-fullwidth .grid-col-xs-8-no-gutter {
  213.   float: left;
  214.   display: block;
  215.   width: 68.23843%;
  216. }
  217.  
  218. .grid-row .grid-col-xs-8-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-8-no-gutter:last-child {
  219.   width: 65.88078%;
  220. }
  221.  
  222. .grid-row .grid-col-shift-xs-8, .grid-row-fullwidth .grid-col-shift-xs-8 {
  223.   margin-left: 68.23843%;
  224. }
  225.  
  226. .grid-row .grid-col-xs-9, .grid-row-fullwidth .grid-col-xs-9 {
  227.   float: left;
  228.   display: block;
  229.   margin-right: 2.35765%;
  230.   width: 74.41059%;
  231. }
  232.  
  233. .grid-row .grid-col-xs-9:last-child, .grid-row-fullwidth .grid-col-xs-9:last-child {
  234.   margin-right: 0;
  235. }
  236.  
  237. .grid-row .grid-col-xs-9-no-gutter, .grid-row-fullwidth .grid-col-xs-9-no-gutter {
  238.   float: left;
  239.   display: block;
  240.   width: 76.76824%;
  241. }
  242.  
  243. .grid-row .grid-col-xs-9-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-9-no-gutter:last-child {
  244.   width: 74.41059%;
  245. }
  246.  
  247. .grid-row .grid-col-shift-xs-9, .grid-row-fullwidth .grid-col-shift-xs-9 {
  248.   margin-left: 76.76824%;
  249. }
  250.  
  251. .grid-row .grid-col-xs-10, .grid-row-fullwidth .grid-col-xs-10 {
  252.   float: left;
  253.   display: block;
  254.   margin-right: 2.35765%;
  255.   width: 82.94039%;
  256. }
  257.  
  258. .grid-row .grid-col-xs-10:last-child, .grid-row-fullwidth .grid-col-xs-10:last-child {
  259.   margin-right: 0;
  260. }
  261.  
  262. .grid-row .grid-col-xs-10-no-gutter, .grid-row-fullwidth .grid-col-xs-10-no-gutter {
  263.   float: left;
  264.   display: block;
  265.   width: 85.29804%;
  266. }
  267.  
  268. .grid-row .grid-col-xs-10-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-10-no-gutter:last-child {
  269.   width: 82.94039%;
  270. }
  271.  
  272. .grid-row .grid-col-shift-xs-10, .grid-row-fullwidth .grid-col-shift-xs-10 {
  273.   margin-left: 85.29804%;
  274. }
  275.  
  276. .grid-row .grid-col-xs-11, .grid-row-fullwidth .grid-col-xs-11 {
  277.   float: left;
  278.   display: block;
  279.   margin-right: 2.35765%;
  280.   width: 91.4702%;
  281. }
  282.  
  283. .grid-row .grid-col-xs-11:last-child, .grid-row-fullwidth .grid-col-xs-11:last-child {
  284.   margin-right: 0;
  285. }
  286.  
  287. .grid-row .grid-col-xs-11-no-gutter, .grid-row-fullwidth .grid-col-xs-11-no-gutter {
  288.   float: left;
  289.   display: block;
  290.   width: 93.82785%;
  291. }
  292.  
  293. .grid-row .grid-col-xs-11-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-11-no-gutter:last-child {
  294.   width: 91.4702%;
  295. }
  296.  
  297. .grid-row .grid-col-shift-xs-11, .grid-row-fullwidth .grid-col-shift-xs-11 {
  298.   margin-left: 93.82785%;
  299. }
  300.  
  301. .grid-row .grid-col-xs-12, .grid-row-fullwidth .grid-col-xs-12 {
  302.   float: left;
  303.   display: block;
  304.   margin-right: 2.35765%;
  305.   width: 100%;
  306. }
  307.  
  308. .grid-row .grid-col-xs-12:last-child, .grid-row-fullwidth .grid-col-xs-12:last-child {
  309.   margin-right: 0;
  310. }
  311.  
  312. .grid-row .grid-col-xs-12-no-gutter, .grid-row-fullwidth .grid-col-xs-12-no-gutter {
  313.   float: left;
  314.   display: block;
  315.   width: 102.35765%;
  316. }
  317.  
  318. .grid-row .grid-col-xs-12-no-gutter:last-child, .grid-row-fullwidth .grid-col-xs-12-no-gutter:last-child {
  319.   width: 100%;
  320. }
  321.  
  322. .grid-row .grid-col-shift-xs-12, .grid-row-fullwidth .grid-col-shift-xs-12 {
  323.   margin-left: 102.35765%;
  324. }
  325.  
  326. .grid-row .grid-col-sm-1, .grid-row-fullwidth .grid-col-sm-1 {
  327.   float: left;
  328.   display: block;
  329.   margin-right: 2.35765%;
  330.   width: 6.17215%;
  331. }
  332.  
  333. .grid-row .grid-col-sm-1:last-child, .grid-row-fullwidth .grid-col-sm-1:last-child {
  334.   margin-right: 0;
  335. }
  336.  
  337. .grid-row .grid-col-sm-1-no-gutter, .grid-row-fullwidth .grid-col-sm-1-no-gutter {
  338.   float: left;
  339.   display: block;
  340.   width: 8.5298%;
  341. }
  342.  
  343. .grid-row .grid-col-sm-1-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-1-no-gutter:last-child {
  344.   width: 6.17215%;
  345. }
  346.  
  347. .grid-row .grid-col-shift-sm-1, .grid-row-fullwidth .grid-col-shift-sm-1 {
  348.   margin-left: 8.5298%;
  349. }
  350.  
  351. .grid-row .grid-col-sm-2, .grid-row-fullwidth .grid-col-sm-2 {
  352.   float: left;
  353.   display: block;
  354.   margin-right: 2.35765%;
  355.   width: 14.70196%;
  356. }
  357.  
  358. .grid-row .grid-col-sm-2:last-child, .grid-row-fullwidth .grid-col-sm-2:last-child {
  359.   margin-right: 0;
  360. }
  361.  
  362. .grid-row .grid-col-sm-2-no-gutter, .grid-row-fullwidth .grid-col-sm-2-no-gutter {
  363.   float: left;
  364.   display: block;
  365.   width: 17.05961%;
  366. }
  367.  
  368. .grid-row .grid-col-sm-2-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-2-no-gutter:last-child {
  369.   width: 14.70196%;
  370. }
  371.  
  372. .grid-row .grid-col-shift-sm-2, .grid-row-fullwidth .grid-col-shift-sm-2 {
  373.   margin-left: 17.05961%;
  374. }
  375.  
  376. .grid-row .grid-col-sm-3, .grid-row-fullwidth .grid-col-sm-3 {
  377.   float: left;
  378.   display: block;
  379.   margin-right: 2.35765%;
  380.   width: 23.23176%;
  381. }
  382.  
  383. .grid-row .grid-col-sm-3:last-child, .grid-row-fullwidth .grid-col-sm-3:last-child {
  384.   margin-right: 0;
  385. }
  386.  
  387. .grid-row .grid-col-sm-3-no-gutter, .grid-row-fullwidth .grid-col-sm-3-no-gutter {
  388.   float: left;
  389.   display: block;
  390.   width: 25.58941%;
  391. }
  392.  
  393. .grid-row .grid-col-sm-3-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-3-no-gutter:last-child {
  394.   width: 23.23176%;
  395. }
  396.  
  397. .grid-row .grid-col-shift-sm-3, .grid-row-fullwidth .grid-col-shift-sm-3 {
  398.   margin-left: 25.58941%;
  399. }
  400.  
  401. .grid-row .grid-col-sm-4, .grid-row-fullwidth .grid-col-sm-4 {
  402.   float: left;
  403.   display: block;
  404.   margin-right: 2.35765%;
  405.   width: 31.76157%;
  406. }
  407.  
  408. .grid-row .grid-col-sm-4:last-child, .grid-row-fullwidth .grid-col-sm-4:last-child {
  409.   margin-right: 0;
  410. }
  411.  
  412. .grid-row .grid-col-sm-4-no-gutter, .grid-row-fullwidth .grid-col-sm-4-no-gutter {
  413.   float: left;
  414.   display: block;
  415.   width: 34.11922%;
  416. }
  417.  
  418. .grid-row .grid-col-sm-4-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-4-no-gutter:last-child {
  419.   width: 31.76157%;
  420. }
  421.  
  422. .grid-row .grid-col-shift-sm-4, .grid-row-fullwidth .grid-col-shift-sm-4 {
  423.   margin-left: 34.11922%;
  424. }
  425.  
  426. .grid-row .grid-col-sm-5, .grid-row-fullwidth .grid-col-sm-5 {
  427.   float: left;
  428.   display: block;
  429.   margin-right: 2.35765%;
  430.   width: 40.29137%;
  431. }
  432.  
  433. .grid-row .grid-col-sm-5:last-child, .grid-row-fullwidth .grid-col-sm-5:last-child {
  434.   margin-right: 0;
  435. }
  436.  
  437. .grid-row .grid-col-sm-5-no-gutter, .grid-row-fullwidth .grid-col-sm-5-no-gutter {
  438.   float: left;
  439.   display: block;
  440.   width: 42.64902%;
  441. }
  442.  
  443. .grid-row .grid-col-sm-5-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-5-no-gutter:last-child {
  444.   width: 40.29137%;
  445. }
  446.  
  447. .grid-row .grid-col-shift-sm-5, .grid-row-fullwidth .grid-col-shift-sm-5 {
  448.   margin-left: 42.64902%;
  449. }
  450.  
  451. .grid-row .grid-col-sm-6, .grid-row-fullwidth .grid-col-sm-6 {
  452.   float: left;
  453.   display: block;
  454.   margin-right: 2.35765%;
  455.   width: 48.82117%;
  456. }
  457.  
  458. .grid-row .grid-col-sm-6:last-child, .grid-row-fullwidth .grid-col-sm-6:last-child {
  459.   margin-right: 0;
  460. }
  461.  
  462. .grid-row .grid-col-sm-6-no-gutter, .grid-row-fullwidth .grid-col-sm-6-no-gutter {
  463.   float: left;
  464.   display: block;
  465.   width: 51.17883%;
  466. }
  467.  
  468. .grid-row .grid-col-sm-6-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-6-no-gutter:last-child {
  469.   width: 48.82117%;
  470. }
  471.  
  472. .grid-row .grid-col-shift-sm-6, .grid-row-fullwidth .grid-col-shift-sm-6 {
  473.   margin-left: 51.17883%;
  474. }
  475.  
  476. .grid-row .grid-col-sm-7, .grid-row-fullwidth .grid-col-sm-7 {
  477.   float: left;
  478.   display: block;
  479.   margin-right: 2.35765%;
  480.   width: 57.35098%;
  481. }
  482.  
  483. .grid-row .grid-col-sm-7:last-child, .grid-row-fullwidth .grid-col-sm-7:last-child {
  484.   margin-right: 0;
  485. }
  486.  
  487. .grid-row .grid-col-sm-7-no-gutter, .grid-row-fullwidth .grid-col-sm-7-no-gutter {
  488.   float: left;
  489.   display: block;
  490.   width: 59.70863%;
  491. }
  492.  
  493. .grid-row .grid-col-sm-7-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-7-no-gutter:last-child {
  494.   width: 57.35098%;
  495. }
  496.  
  497. .grid-row .grid-col-shift-sm-7, .grid-row-fullwidth .grid-col-shift-sm-7 {
  498.   margin-left: 59.70863%;
  499. }
  500.  
  501. .grid-row .grid-col-sm-8, .grid-row-fullwidth .grid-col-sm-8 {
  502.   float: left;
  503.   display: block;
  504.   margin-right: 2.35765%;
  505.   width: 65.88078%;
  506. }
  507.  
  508. .grid-row .grid-col-sm-8:last-child, .grid-row-fullwidth .grid-col-sm-8:last-child {
  509.   margin-right: 0;
  510. }
  511.  
  512. .grid-row .grid-col-sm-8-no-gutter, .grid-row-fullwidth .grid-col-sm-8-no-gutter {
  513.   float: left;
  514.   display: block;
  515.   width: 68.23843%;
  516. }
  517.  
  518. .grid-row .grid-col-sm-8-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-8-no-gutter:last-child {
  519.   width: 65.88078%;
  520. }
  521.  
  522. .grid-row .grid-col-shift-sm-8, .grid-row-fullwidth .grid-col-shift-sm-8 {
  523.   margin-left: 68.23843%;
  524. }
  525.  
  526. .grid-row .grid-col-sm-9, .grid-row-fullwidth .grid-col-sm-9 {
  527.   float: left;
  528.   display: block;
  529.   margin-right: 2.35765%;
  530.   width: 74.41059%;
  531. }
  532.  
  533. .grid-row .grid-col-sm-9:last-child, .grid-row-fullwidth .grid-col-sm-9:last-child {
  534.   margin-right: 0;
  535. }
  536.  
  537. .grid-row .grid-col-sm-9-no-gutter, .grid-row-fullwidth .grid-col-sm-9-no-gutter {
  538.   float: left;
  539.   display: block;
  540.   width: 76.76824%;
  541. }
  542.  
  543. .grid-row .grid-col-sm-9-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-9-no-gutter:last-child {
  544.   width: 74.41059%;
  545. }
  546.  
  547. .grid-row .grid-col-shift-sm-9, .grid-row-fullwidth .grid-col-shift-sm-9 {
  548.   margin-left: 76.76824%;
  549. }
  550.  
  551. .grid-row .grid-col-sm-10, .grid-row-fullwidth .grid-col-sm-10 {
  552.   float: left;
  553.   display: block;
  554.   margin-right: 2.35765%;
  555.   width: 82.94039%;
  556. }
  557.  
  558. .grid-row .grid-col-sm-10:last-child, .grid-row-fullwidth .grid-col-sm-10:last-child {
  559.   margin-right: 0;
  560. }
  561.  
  562. .grid-row .grid-col-sm-10-no-gutter, .grid-row-fullwidth .grid-col-sm-10-no-gutter {
  563.   float: left;
  564.   display: block;
  565.   width: 85.29804%;
  566. }
  567.  
  568. .grid-row .grid-col-sm-10-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-10-no-gutter:last-child {
  569.   width: 82.94039%;
  570. }
  571.  
  572. .grid-row .grid-col-shift-sm-10, .grid-row-fullwidth .grid-col-shift-sm-10 {
  573.   margin-left: 85.29804%;
  574. }
  575.  
  576. .grid-row .grid-col-sm-11, .grid-row-fullwidth .grid-col-sm-11 {
  577.   float: left;
  578.   display: block;
  579.   margin-right: 2.35765%;
  580.   width: 91.4702%;
  581. }
  582.  
  583. .grid-row .grid-col-sm-11:last-child, .grid-row-fullwidth .grid-col-sm-11:last-child {
  584.   margin-right: 0;
  585. }
  586.  
  587. .grid-row .grid-col-sm-11-no-gutter, .grid-row-fullwidth .grid-col-sm-11-no-gutter {
  588.   float: left;
  589.   display: block;
  590.   width: 93.82785%;
  591. }
  592.  
  593. .grid-row .grid-col-sm-11-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-11-no-gutter:last-child {
  594.   width: 91.4702%;
  595. }
  596.  
  597. .grid-row .grid-col-shift-sm-11, .grid-row-fullwidth .grid-col-shift-sm-11 {
  598.   margin-left: 93.82785%;
  599. }
  600.  
  601. .grid-row .grid-col-sm-12, .grid-row-fullwidth .grid-col-sm-12 {
  602.   float: left;
  603.   display: block;
  604.   margin-right: 2.35765%;
  605.   width: 100%;
  606. }
  607.  
  608. .grid-row .grid-col-sm-12:last-child, .grid-row-fullwidth .grid-col-sm-12:last-child {
  609.   margin-right: 0;
  610. }
  611.  
  612. .grid-row .grid-col-sm-12-no-gutter, .grid-row-fullwidth .grid-col-sm-12-no-gutter {
  613.   float: left;
  614.   display: block;
  615.   width: 102.35765%;
  616. }
  617.  
  618. .grid-row .grid-col-sm-12-no-gutter:last-child, .grid-row-fullwidth .grid-col-sm-12-no-gutter:last-child {
  619.   width: 100%;
  620. }
  621.  
  622. .grid-row .grid-col-shift-sm-12, .grid-row-fullwidth .grid-col-shift-sm-12 {
  623.   margin-left: 102.35765%;
  624. }
  625.  
  626. .grid-row .grid-col-md-1, .grid-row-fullwidth .grid-col-md-1 {
  627.   float: left;
  628.   display: block;
  629.   margin-right: 2.35765%;
  630.   width: 6.17215%;
  631. }
  632.  
  633. .grid-row .grid-col-md-1:last-child, .grid-row-fullwidth .grid-col-md-1:last-child {
  634.   margin-right: 0;
  635. }
  636.  
  637. .grid-row .grid-col-md-1-no-gutter, .grid-row-fullwidth .grid-col-md-1-no-gutter {
  638.   float: left;
  639.   display: block;
  640.   width: 8.5298%;
  641. }
  642.  
  643. .grid-row .grid-col-md-1-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-1-no-gutter:last-child {
  644.   width: 6.17215%;
  645. }
  646.  
  647. .grid-row .grid-col-shift-md-1, .grid-row-fullwidth .grid-col-shift-md-1 {
  648.   margin-left: 8.5298%;
  649. }
  650.  
  651. .grid-row .grid-col-md-2, .grid-row-fullwidth .grid-col-md-2 {
  652.   float: left;
  653.   display: block;
  654.   margin-right: 2.35765%;
  655.   width: 14.70196%;
  656. }
  657.  
  658. .grid-row .grid-col-md-2:last-child, .grid-row-fullwidth .grid-col-md-2:last-child {
  659.   margin-right: 0;
  660. }
  661.  
  662. .grid-row .grid-col-md-2-no-gutter, .grid-row-fullwidth .grid-col-md-2-no-gutter {
  663.   float: left;
  664.   display: block;
  665.   width: 17.05961%;
  666. }
  667.  
  668. .grid-row .grid-col-md-2-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-2-no-gutter:last-child {
  669.   width: 14.70196%;
  670. }
  671.  
  672. .grid-row .grid-col-shift-md-2, .grid-row-fullwidth .grid-col-shift-md-2 {
  673.   margin-left: 17.05961%;
  674. }
  675.  
  676. .grid-row .grid-col-md-3, .grid-row-fullwidth .grid-col-md-3 {
  677.   float: left;
  678.   display: block;
  679.   margin-right: 2.35765%;
  680.   width: 23.23176%;
  681. }
  682.  
  683. .grid-row .grid-col-md-3:last-child, .grid-row-fullwidth .grid-col-md-3:last-child {
  684.   margin-right: 0;
  685. }
  686.  
  687. .grid-row .grid-col-md-3-no-gutter, .grid-row-fullwidth .grid-col-md-3-no-gutter {
  688.   float: left;
  689.   display: block;
  690.   width: 25.58941%;
  691. }
  692.  
  693. .grid-row .grid-col-md-3-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-3-no-gutter:last-child {
  694.   width: 23.23176%;
  695. }
  696.  
  697. .grid-row .grid-col-shift-md-3, .grid-row-fullwidth .grid-col-shift-md-3 {
  698.   margin-left: 25.58941%;
  699. }
  700.  
  701. .grid-row .grid-col-md-4, .grid-row-fullwidth .grid-col-md-4 {
  702.   float: left;
  703.   display: block;
  704.   margin-right: 2.35765%;
  705.   width: 31.76157%;
  706. }
  707.  
  708. .grid-row .grid-col-md-4:last-child, .grid-row-fullwidth .grid-col-md-4:last-child {
  709.   margin-right: 0;
  710. }
  711.  
  712. .grid-row .grid-col-md-4-no-gutter, .grid-row-fullwidth .grid-col-md-4-no-gutter {
  713.   float: left;
  714.   display: block;
  715.   width: 34.11922%;
  716. }
  717.  
  718. .grid-row .grid-col-md-4-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-4-no-gutter:last-child {
  719.   width: 31.76157%;
  720. }
  721.  
  722. .grid-row .grid-col-shift-md-4, .grid-row-fullwidth .grid-col-shift-md-4 {
  723.   margin-left: 34.11922%;
  724. }
  725.  
  726. .grid-row .grid-col-md-5, .grid-row-fullwidth .grid-col-md-5 {
  727.   float: left;
  728.   display: block;
  729.   margin-right: 2.35765%;
  730.   width: 40.29137%;
  731. }
  732.  
  733. .grid-row .grid-col-md-5:last-child, .grid-row-fullwidth .grid-col-md-5:last-child {
  734.   margin-right: 0;
  735. }
  736.  
  737. .grid-row .grid-col-md-5-no-gutter, .grid-row-fullwidth .grid-col-md-5-no-gutter {
  738.   float: left;
  739.   display: block;
  740.   width: 42.64902%;
  741. }
  742.  
  743. .grid-row .grid-col-md-5-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-5-no-gutter:last-child {
  744.   width: 40.29137%;
  745. }
  746.  
  747. .grid-row .grid-col-shift-md-5, .grid-row-fullwidth .grid-col-shift-md-5 {
  748.   margin-left: 42.64902%;
  749. }
  750.  
  751. .grid-row .grid-col-md-6, .grid-row-fullwidth .grid-col-md-6 {
  752.   float: left;
  753.   display: block;
  754.   margin-right: 2.35765%;
  755.   width: 48.82117%;
  756. }
  757.  
  758. .grid-row .grid-col-md-6:last-child, .grid-row-fullwidth .grid-col-md-6:last-child {
  759.   margin-right: 0;
  760. }
  761.  
  762. .grid-row .grid-col-md-6-no-gutter, .grid-row-fullwidth .grid-col-md-6-no-gutter {
  763.   float: left;
  764.   display: block;
  765.   width: 51.17883%;
  766. }
  767.  
  768. .grid-row .grid-col-md-6-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-6-no-gutter:last-child {
  769.   width: 48.82117%;
  770. }
  771.  
  772. .grid-row .grid-col-shift-md-6, .grid-row-fullwidth .grid-col-shift-md-6 {
  773.   margin-left: 51.17883%;
  774. }
  775.  
  776. .grid-row .grid-col-md-7, .grid-row-fullwidth .grid-col-md-7 {
  777.   float: left;
  778.   display: block;
  779.   margin-right: 2.35765%;
  780.   width: 57.35098%;
  781. }
  782.  
  783. .grid-row .grid-col-md-7:last-child, .grid-row-fullwidth .grid-col-md-7:last-child {
  784.   margin-right: 0;
  785. }
  786.  
  787. .grid-row .grid-col-md-7-no-gutter, .grid-row-fullwidth .grid-col-md-7-no-gutter {
  788.   float: left;
  789.   display: block;
  790.   width: 59.70863%;
  791. }
  792.  
  793. .grid-row .grid-col-md-7-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-7-no-gutter:last-child {
  794.   width: 57.35098%;
  795. }
  796.  
  797. .grid-row .grid-col-shift-md-7, .grid-row-fullwidth .grid-col-shift-md-7 {
  798.   margin-left: 59.70863%;
  799. }
  800.  
  801. .grid-row .grid-col-md-8, .grid-row-fullwidth .grid-col-md-8 {
  802.   float: left;
  803.   display: block;
  804.   margin-right: 2.35765%;
  805.   width: 65.88078%;
  806. }
  807.  
  808. .grid-row .grid-col-md-8:last-child, .grid-row-fullwidth .grid-col-md-8:last-child {
  809.   margin-right: 0;
  810. }
  811.  
  812. .grid-row .grid-col-md-8-no-gutter, .grid-row-fullwidth .grid-col-md-8-no-gutter {
  813.   float: left;
  814.   display: block;
  815.   width: 68.23843%;
  816. }
  817.  
  818. .grid-row .grid-col-md-8-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-8-no-gutter:last-child {
  819.   width: 65.88078%;
  820. }
  821.  
  822. .grid-row .grid-col-shift-md-8, .grid-row-fullwidth .grid-col-shift-md-8 {
  823.   margin-left: 68.23843%;
  824. }
  825.  
  826. .grid-row .grid-col-md-9, .grid-row-fullwidth .grid-col-md-9 {
  827.   float: left;
  828.   display: block;
  829.   margin-right: 2.35765%;
  830.   width: 74.41059%;
  831. }
  832.  
  833. .grid-row .grid-col-md-9:last-child, .grid-row-fullwidth .grid-col-md-9:last-child {
  834.   margin-right: 0;
  835. }
  836.  
  837. .grid-row .grid-col-md-9-no-gutter, .grid-row-fullwidth .grid-col-md-9-no-gutter {
  838.   float: left;
  839.   display: block;
  840.   width: 76.76824%;
  841. }
  842.  
  843. .grid-row .grid-col-md-9-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-9-no-gutter:last-child {
  844.   width: 74.41059%;
  845. }
  846.  
  847. .grid-row .grid-col-shift-md-9, .grid-row-fullwidth .grid-col-shift-md-9 {
  848.   margin-left: 76.76824%;
  849. }
  850.  
  851. .grid-row .grid-col-md-10, .grid-row-fullwidth .grid-col-md-10 {
  852.   float: left;
  853.   display: block;
  854.   margin-right: 2.35765%;
  855.   width: 82.94039%;
  856. }
  857.  
  858. .grid-row .grid-col-md-10:last-child, .grid-row-fullwidth .grid-col-md-10:last-child {
  859.   margin-right: 0;
  860. }
  861.  
  862. .grid-row .grid-col-md-10-no-gutter, .grid-row-fullwidth .grid-col-md-10-no-gutter {
  863.   float: left;
  864.   display: block;
  865.   width: 85.29804%;
  866. }
  867.  
  868. .grid-row .grid-col-md-10-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-10-no-gutter:last-child {
  869.   width: 82.94039%;
  870. }
  871.  
  872. .grid-row .grid-col-shift-md-10, .grid-row-fullwidth .grid-col-shift-md-10 {
  873.   margin-left: 85.29804%;
  874. }
  875.  
  876. .grid-row .grid-col-md-11, .grid-row-fullwidth .grid-col-md-11 {
  877.   float: left;
  878.   display: block;
  879.   margin-right: 2.35765%;
  880.   width: 91.4702%;
  881. }
  882.  
  883. .grid-row .grid-col-md-11:last-child, .grid-row-fullwidth .grid-col-md-11:last-child {
  884.   margin-right: 0;
  885. }
  886.  
  887. .grid-row .grid-col-md-11-no-gutter, .grid-row-fullwidth .grid-col-md-11-no-gutter {
  888.   float: left;
  889.   display: block;
  890.   width: 93.82785%;
  891. }
  892.  
  893. .grid-row .grid-col-md-11-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-11-no-gutter:last-child {
  894.   width: 91.4702%;
  895. }
  896.  
  897. .grid-row .grid-col-shift-md-11, .grid-row-fullwidth .grid-col-shift-md-11 {
  898.   margin-left: 93.82785%;
  899. }
  900.  
  901. .grid-row .grid-col-md-12, .grid-row-fullwidth .grid-col-md-12 {
  902.   float: left;
  903.   display: block;
  904.   margin-right: 2.35765%;
  905.   width: 100%;
  906. }
  907.  
  908. .grid-row .grid-col-md-12:last-child, .grid-row-fullwidth .grid-col-md-12:last-child {
  909.   margin-right: 0;
  910. }
  911.  
  912. .grid-row .grid-col-md-12-no-gutter, .grid-row-fullwidth .grid-col-md-12-no-gutter {
  913.   float: left;
  914.   display: block;
  915.   width: 102.35765%;
  916. }
  917.  
  918. .grid-row .grid-col-md-12-no-gutter:last-child, .grid-row-fullwidth .grid-col-md-12-no-gutter:last-child {
  919.   width: 100%;
  920. }
  921.  
  922. .grid-row .grid-col-shift-md-12, .grid-row-fullwidth .grid-col-shift-md-12 {
  923.   margin-left: 102.35765%;
  924. }
  925.  
  926. .grid-row .grid-col-lg-1, .grid-row-fullwidth .grid-col-lg-1 {
  927.   float: left;
  928.   display: block;
  929.   margin-right: 2.35765%;
  930.   width: 6.17215%;
  931. }
  932.  
  933. .grid-row .grid-col-lg-1:last-child, .grid-row-fullwidth .grid-col-lg-1:last-child {
  934.   margin-right: 0;
  935. }
  936.  
  937. .grid-row .grid-col-lg-1-no-gutter, .grid-row-fullwidth .grid-col-lg-1-no-gutter {
  938.   float: left;
  939.   display: block;
  940.   width: 8.5298%;
  941. }
  942.  
  943. .grid-row .grid-col-lg-1-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-1-no-gutter:last-child {
  944.   width: 6.17215%;
  945. }
  946.  
  947. .grid-row .grid-col-shift-lg-1, .grid-row-fullwidth .grid-col-shift-lg-1 {
  948.   margin-left: 8.5298%;
  949. }
  950.  
  951. .grid-row .grid-col-lg-2, .grid-row-fullwidth .grid-col-lg-2 {
  952.   float: left;
  953.   display: block;
  954.   margin-right: 2.35765%;
  955.   width: 14.70196%;
  956. }
  957.  
  958. .grid-row .grid-col-lg-2:last-child, .grid-row-fullwidth .grid-col-lg-2:last-child {
  959.   margin-right: 0;
  960. }
  961.  
  962. .grid-row .grid-col-lg-2-no-gutter, .grid-row-fullwidth .grid-col-lg-2-no-gutter {
  963.   float: left;
  964.   display: block;
  965.   width: 17.05961%;
  966. }
  967.  
  968. .grid-row .grid-col-lg-2-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-2-no-gutter:last-child {
  969.   width: 14.70196%;
  970. }
  971.  
  972. .grid-row .grid-col-shift-lg-2, .grid-row-fullwidth .grid-col-shift-lg-2 {
  973.   margin-left: 17.05961%;
  974. }
  975.  
  976. .grid-row .grid-col-lg-3, .grid-row-fullwidth .grid-col-lg-3 {
  977.   float: left;
  978.   display: block;
  979.   margin-right: 2.35765%;
  980.   width: 23.23176%;
  981. }
  982.  
  983. .grid-row .grid-col-lg-3:last-child, .grid-row-fullwidth .grid-col-lg-3:last-child {
  984.   margin-right: 0;
  985. }
  986.  
  987. .grid-row .grid-col-lg-3-no-gutter, .grid-row-fullwidth .grid-col-lg-3-no-gutter {
  988.   float: left;
  989.   display: block;
  990.   width: 25.58941%;
  991. }
  992.  
  993. .grid-row .grid-col-lg-3-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-3-no-gutter:last-child {
  994.   width: 23.23176%;
  995. }
  996.  
  997. .grid-row .grid-col-shift-lg-3, .grid-row-fullwidth .grid-col-shift-lg-3 {
  998.   margin-left: 25.58941%;
  999. }
  1000.  
  1001. .grid-row .grid-col-lg-4, .grid-row-fullwidth .grid-col-lg-4 {
  1002.   float: left;
  1003.   display: block;
  1004.   margin-right: 2.35765%;
  1005.   width: 31.76157%;
  1006. }
  1007.  
  1008. .grid-row .grid-col-lg-4:last-child, .grid-row-fullwidth .grid-col-lg-4:last-child {
  1009.   margin-right: 0;
  1010. }
  1011.  
  1012. .grid-row .grid-col-lg-4-no-gutter, .grid-row-fullwidth .grid-col-lg-4-no-gutter {
  1013.   float: left;
  1014.   display: block;
  1015.   width: 34.11922%;
  1016. }
  1017.  
  1018. .grid-row .grid-col-lg-4-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-4-no-gutter:last-child {
  1019.   width: 31.76157%;
  1020. }
  1021.  
  1022. .grid-row .grid-col-shift-lg-4, .grid-row-fullwidth .grid-col-shift-lg-4 {
  1023.   margin-left: 34.11922%;
  1024. }
  1025.  
  1026. .grid-row .grid-col-lg-5, .grid-row-fullwidth .grid-col-lg-5 {
  1027.   float: left;
  1028.   display: block;
  1029.   margin-right: 2.35765%;
  1030.   width: 40.29137%;
  1031. }
  1032.  
  1033. .grid-row .grid-col-lg-5:last-child, .grid-row-fullwidth .grid-col-lg-5:last-child {
  1034.   margin-right: 0;
  1035. }
  1036.  
  1037. .grid-row .grid-col-lg-5-no-gutter, .grid-row-fullwidth .grid-col-lg-5-no-gutter {
  1038.   float: left;
  1039.   display: block;
  1040.   width: 42.64902%;
  1041. }
  1042.  
  1043. .grid-row .grid-col-lg-5-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-5-no-gutter:last-child {
  1044.   width: 40.29137%;
  1045. }
  1046.  
  1047. .grid-row .grid-col-shift-lg-5, .grid-row-fullwidth .grid-col-shift-lg-5 {
  1048.   margin-left: 42.64902%;
  1049. }
  1050.  
  1051. .grid-row .grid-col-lg-6, .grid-row-fullwidth .grid-col-lg-6 {
  1052.   float: left;
  1053.   display: block;
  1054.   margin-right: 2.35765%;
  1055.   width: 48.82117%;
  1056. }
  1057.  
  1058. .grid-row .grid-col-lg-6:last-child, .grid-row-fullwidth .grid-col-lg-6:last-child {
  1059.   margin-right: 0;
  1060. }
  1061.  
  1062. .grid-row .grid-col-lg-6-no-gutter, .grid-row-fullwidth .grid-col-lg-6-no-gutter {
  1063.   float: left;
  1064.   display: block;
  1065.   width: 51.17883%;
  1066. }
  1067.  
  1068. .grid-row .grid-col-lg-6-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-6-no-gutter:last-child {
  1069.   width: 48.82117%;
  1070. }
  1071.  
  1072. .grid-row .grid-col-shift-lg-6, .grid-row-fullwidth .grid-col-shift-lg-6 {
  1073.   margin-left: 51.17883%;
  1074. }
  1075.  
  1076. .grid-row .grid-col-lg-7, .grid-row-fullwidth .grid-col-lg-7 {
  1077.   float: left;
  1078.   display: block;
  1079.   margin-right: 2.35765%;
  1080.   width: 57.35098%;
  1081. }
  1082.  
  1083. .grid-row .grid-col-lg-7:last-child, .grid-row-fullwidth .grid-col-lg-7:last-child {
  1084.   margin-right: 0;
  1085. }
  1086.  
  1087. .grid-row .grid-col-lg-7-no-gutter, .grid-row-fullwidth .grid-col-lg-7-no-gutter {
  1088.   float: left;
  1089.   display: block;
  1090.   width: 59.70863%;
  1091. }
  1092.  
  1093. .grid-row .grid-col-lg-7-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-7-no-gutter:last-child {
  1094.   width: 57.35098%;
  1095. }
  1096.  
  1097. .grid-row .grid-col-shift-lg-7, .grid-row-fullwidth .grid-col-shift-lg-7 {
  1098.   margin-left: 59.70863%;
  1099. }
  1100.  
  1101. .grid-row .grid-col-lg-8, .grid-row-fullwidth .grid-col-lg-8 {
  1102.   float: left;
  1103.   display: block;
  1104.   margin-right: 2.35765%;
  1105.   width: 65.88078%;
  1106. }
  1107.  
  1108. .grid-row .grid-col-lg-8:last-child, .grid-row-fullwidth .grid-col-lg-8:last-child {
  1109.   margin-right: 0;
  1110. }
  1111.  
  1112. .grid-row .grid-col-lg-8-no-gutter, .grid-row-fullwidth .grid-col-lg-8-no-gutter {
  1113.   float: left;
  1114.   display: block;
  1115.   width: 68.23843%;
  1116. }
  1117.  
  1118. .grid-row .grid-col-lg-8-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-8-no-gutter:last-child {
  1119.   width: 65.88078%;
  1120. }
  1121.  
  1122. .grid-row .grid-col-shift-lg-8, .grid-row-fullwidth .grid-col-shift-lg-8 {
  1123.   margin-left: 68.23843%;
  1124. }
  1125.  
  1126. .grid-row .grid-col-lg-9, .grid-row-fullwidth .grid-col-lg-9 {
  1127.   float: left;
  1128.   display: block;
  1129.   margin-right: 2.35765%;
  1130.   width: 74.41059%;
  1131. }
  1132.  
  1133. .grid-row .grid-col-lg-9:last-child, .grid-row-fullwidth .grid-col-lg-9:last-child {
  1134.   margin-right: 0;
  1135. }
  1136.  
  1137. .grid-row .grid-col-lg-9-no-gutter, .grid-row-fullwidth .grid-col-lg-9-no-gutter {
  1138.   float: left;
  1139.   display: block;
  1140.   width: 76.76824%;
  1141. }
  1142.  
  1143. .grid-row .grid-col-lg-9-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-9-no-gutter:last-child {
  1144.   width: 74.41059%;
  1145. }
  1146.  
  1147. .grid-row .grid-col-shift-lg-9, .grid-row-fullwidth .grid-col-shift-lg-9 {
  1148.   margin-left: 76.76824%;
  1149. }
  1150.  
  1151. .grid-row .grid-col-lg-10, .grid-row-fullwidth .grid-col-lg-10 {
  1152.   float: left;
  1153.   display: block;
  1154.   margin-right: 2.35765%;
  1155.   width: 82.94039%;
  1156. }
  1157.  
  1158. .grid-row .grid-col-lg-10:last-child, .grid-row-fullwidth .grid-col-lg-10:last-child {
  1159.   margin-right: 0;
  1160. }
  1161.  
  1162. .grid-row .grid-col-lg-10-no-gutter, .grid-row-fullwidth .grid-col-lg-10-no-gutter {
  1163.   float: left;
  1164.   display: block;
  1165.   width: 85.29804%;
  1166. }
  1167.  
  1168. .grid-row .grid-col-lg-10-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-10-no-gutter:last-child {
  1169.   width: 82.94039%;
  1170. }
  1171.  
  1172. .grid-row .grid-col-shift-lg-10, .grid-row-fullwidth .grid-col-shift-lg-10 {
  1173.   margin-left: 85.29804%;
  1174. }
  1175.  
  1176. .grid-row .grid-col-lg-11, .grid-row-fullwidth .grid-col-lg-11 {
  1177.   float: left;
  1178.   display: block;
  1179.   margin-right: 2.35765%;
  1180.   width: 91.4702%;
  1181. }
  1182.  
  1183. .grid-row .grid-col-lg-11:last-child, .grid-row-fullwidth .grid-col-lg-11:last-child {
  1184.   margin-right: 0;
  1185. }
  1186.  
  1187. .grid-row .grid-col-lg-11-no-gutter, .grid-row-fullwidth .grid-col-lg-11-no-gutter {
  1188.   float: left;
  1189.   display: block;
  1190.   width: 93.82785%;
  1191. }
  1192.  
  1193. .grid-row .grid-col-lg-11-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-11-no-gutter:last-child {
  1194.   width: 91.4702%;
  1195. }
  1196.  
  1197. .grid-row .grid-col-shift-lg-11, .grid-row-fullwidth .grid-col-shift-lg-11 {
  1198.   margin-left: 93.82785%;
  1199. }
  1200.  
  1201. .grid-row .grid-col-lg-12, .grid-row-fullwidth .grid-col-lg-12 {
  1202.   float: left;
  1203.   display: block;
  1204.   margin-right: 2.35765%;
  1205.   width: 100%;
  1206. }
  1207.  
  1208. .grid-row .grid-col-lg-12:last-child, .grid-row-fullwidth .grid-col-lg-12:last-child {
  1209.   margin-right: 0;
  1210. }
  1211.  
  1212. .grid-row .grid-col-lg-12-no-gutter, .grid-row-fullwidth .grid-col-lg-12-no-gutter {
  1213.   float: left;
  1214.   display: block;
  1215.   width: 102.35765%;
  1216. }
  1217.  
  1218. .grid-row .grid-col-lg-12-no-gutter:last-child, .grid-row-fullwidth .grid-col-lg-12-no-gutter:last-child {
  1219.   width: 100%;
  1220. }
  1221.  
  1222. .grid-row .grid-col-shift-lg-12, .grid-row-fullwidth .grid-col-shift-lg-12 {
  1223.   margin-left: 102.35765%;
  1224. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement