responsive.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. /* Default Layout: 992px.
  2. Gutters: 24px.
  3. Outer margins: 48px.
  4. Leftover space for scrollbars @1024px: 32px.
  5. -------------------------------------------------------------------------------
  6. cols 1 2 3 4 5 6 7 8 9 10
  7. px 68 160 252 344 436 528 620 712 804 896 */
  8. @media (max-width: 767px) {
  9. }
  10. /* Tablet Layout: 768px.
  11. Gutters: 24px.
  12. Outer margins: 28px.
  13. Inherits styles from: Default Layout.
  14. -----------------------------------------------------------------
  15. cols 1 2 3 4 5 6 7 8
  16. px 68 160 252 344 436 528 620 712 */
  17. @media only screen and (min-width: 768px) and (max-width: 991px) {
  18. .navigation .navbar-nav > li > a{
  19. padding: 38px 20px;
  20. }
  21. .animated-nav .navigation .navbar-nav > li > a{
  22. padding: 30px 20px;
  23. }
  24. #service .media{
  25. padding-left: 0;
  26. }
  27. .mobile-device .black{
  28. left: 0px;
  29. }
  30. .mobile-device .white{
  31. left: -98px;
  32. }
  33. figcaption.mask{
  34. padding: 10px;
  35. }
  36. figcaption.mask h3{
  37. font-size: 15px;
  38. }
  39. figcaption.mask span{
  40. font-size: 12px;
  41. }
  42. .fact-item{
  43. padding-bottom: 30px;
  44. }
  45. .subtitle{
  46. padding-top: 50px;
  47. }
  48. .pricing-table{
  49. padding-bottom: 50px;
  50. }
  51. .subscription-form #mail-submit {
  52. padding: 16px 20px;
  53. }
  54. }
  55. /* Mobile Layout: 320px.
  56. Gutters: 24px.
  57. Outer margins: 34px.
  58. Inherits styles from: Default Layout.
  59. ---------------------------------------------
  60. cols 1 2 3
  61. px 68 160 252 */
  62. @media only screen and (max-width: 767px) {
  63. .navbar-toggle {
  64. border: 1px solid rgba(231, 239, 74, 0.8);
  65. margin-top: 37px;
  66. }
  67. .navbar-toggle .icon-bar {
  68. background-color: rgba(231, 239, 74, 0.8);
  69. }
  70. .animated-nav .navbar-toggle {
  71. border: 1px solid #fff;
  72. margin-top: 21px;
  73. }
  74. .animated-nav .navbar-toggle .icon-bar {
  75. background-color: #fff;
  76. }
  77. .animated-nav .navigation .navbar-nav > li > a,
  78. .navigation .navbar-nav > li > a {
  79. padding: 15px 25px;
  80. }
  81. .navigation .navbar-nav > li > a {
  82. background-color: #E7EF4A;
  83. }
  84. .navigation .navbar-nav > li > a:hover {
  85. background-color: #E7EF4A;
  86. }
  87. .navigation .navbar-nav > li.current > a {
  88. border-bottom: 1px solid #fff;
  89. color: #fff;
  90. }
  91. .navbar-brand {
  92. padding: 30px 0 30px 15px;
  93. }
  94. #home-carousel .carousel-inner h2{
  95. font-size: 20px;
  96. line-height: 31px;
  97. }
  98. .section-title{
  99. width: 100%;
  100. }
  101. #service .media{
  102. padding-left: 0px;
  103. }
  104. #service .media > .pull-left{
  105. margin-right: 15px;
  106. }
  107. .mobile-device img{
  108. float: none;
  109. }
  110. .mobile-device .black{
  111. left: 0;
  112. }
  113. .mobile-device .white{
  114. bottom: 336px;
  115. left: 83px;
  116. }
  117. #service-bottom{
  118. padding-bottom: 100%;
  119. }
  120. .service-features{
  121. padding: 40px 0 0 20px;
  122. width: 100%;
  123. top: 60%;
  124. }
  125. .service-features h3{
  126. margin-bottom: 10px;
  127. }
  128. .portfolio-item{
  129. width: 50%;
  130. }
  131. .tst-content{
  132. margin: 10px 0 0 125px;
  133. }
  134. .subtitle{
  135. padding-top: 50px;
  136. }
  137. .subscription-form #mail-submit {
  138. padding: 16px 20px;
  139. }
  140. #subscribe {
  141. max-height: none;
  142. min-height: 250px;
  143. }
  144. .subscribe-man img {
  145. left: 50%;
  146. margin-left: -150px;
  147. max-width: 300px;
  148. }
  149. .call-to-action span{
  150. font-size: 14px;
  151. font-weight: 400;
  152. }
  153. .call-to-action p{
  154. font-size: 16px;
  155. }
  156. .contact-details{
  157. margin-bottom: 0px;
  158. }
  159. .contact-details > span{
  160. padding-top: 100px;
  161. }
  162. }
  163. /* Wide Mobile Layout: 480px.
  164. Gutters: 24px.
  165. Outer margins: 22px.
  166. Inherits styles from: Default Layout, Mobile Layout.
  167. ------------------------------------------------------------
  168. cols 1 2 3 4 5
  169. px 68 160 252 344 436 */
  170. @media only screen and (min-width: 480px) and (max-width: 767px) {
  171. .portfolio-item{
  172. width: 50%;
  173. }
  174. }
  175. /* Retina media query.
  176. Overrides styles for devices with a
  177. device-pixel-ratio of 2+, such as iPhone 4.
  178. ----------------------------------------------- */
  179. @media
  180. only screen and (-webkit-min-device-pixel-ratio: 2),
  181. only screen and (min-device-pixel-ratio: 2) {
  182. }