style.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. background: url(img/crossword.png) repeat #ccc;
  5. font-family: 'Raleway', sans-serif;
  6. }
  7. li {
  8. list-style: none;
  9. }
  10. a {
  11. text-decoration: none;
  12. transition: all 0.4s ease 0s;
  13. }
  14. p {
  15. font-family: 'Raleway', sans-serif;
  16. color: #304252;
  17. line-height: 25px;
  18. }
  19. .container {
  20. max-width: 1200px;
  21. height: auto;
  22. }
  23. .header {
  24. width: 100%;
  25. border-top: 10px solid #2caddc;
  26. height: auto;
  27. text-align: center;
  28. }
  29. .background {
  30. width: 100%;
  31. height: 950px;
  32. background: url(img/img-1.png) no-repeat right 30px #131415;
  33. /*background-size: cover;*/
  34. float: left;
  35. }
  36. .slider-content {
  37. width: 100%;
  38. height: auto;
  39. text-align: center;
  40. margin-top: 30%;
  41. }
  42. .slider-content h1 {
  43. font-size: 40px;
  44. color: #ffffff;
  45. font-family: 'Raleway', sans-serif;
  46. margin-bottom: 10px;
  47. }
  48. .slider-content h6 {
  49. font-size: 24px;
  50. color: #ffffff;
  51. font-family: 'Raleway', sans-serif;
  52. }
  53. .btn-brown span, .btn-brown input {
  54. background: none !important;
  55. border: 2px solid #ffffff !important;
  56. box-shadow: none !important;
  57. border-radius: 0px !important;
  58. }
  59. .btn span, .btn input {
  60. height: 60px !important;
  61. padding: 0px 40px;
  62. line-height: 54px !important;
  63. }
  64. .btn-brown:hover span {
  65. background-color: #ffffff !important;
  66. color: #333333 !important;
  67. }
  68. .main-slider .carousel-control.left, .main-slider .carousel-control.right {
  69. top: 24% !important;
  70. }
  71. .fa-lg {
  72. line-height: 0.95em !important;
  73. }
  74. .content-st {
  75. width: 100%;
  76. height: auto;
  77. padding: 80px 0px;
  78. background: #fff;
  79. text-align: center;
  80. float: left;
  81. }
  82. .content-st h1 {
  83. font-size: 50px;
  84. color: #304252;
  85. margin-bottom: 10px;
  86. font-family: 'Raleway', sans-serif;
  87. }
  88. .content-st h4 {
  89. font-size: 30px;
  90. color: rgba(48, 66, 82, 0.7);
  91. margin-bottom: 20px;
  92. font-family: 'Raleway', sans-serif;
  93. font-weight: normal;
  94. }
  95. .content-st p {
  96. color: rgba(48, 66, 82, 0.7);
  97. }
  98. a.content-st-btn {
  99. padding: 10px 50px;
  100. border: 2px solid #304252;
  101. font-size: 18px;
  102. color: #304252;
  103. font-family: 'Raleway', sans-serif;
  104. text-transform: uppercase;
  105. margin-top: 20px;
  106. top: 20px;
  107. line-height: 100px;
  108. }
  109. a.content-st-btn:hover {
  110. background: #304252;
  111. color: #fff;
  112. }
  113. .content-nd {
  114. width: 100%;
  115. height: auto;
  116. padding: 80px 0px;
  117. background: #f9f9f9;
  118. text-align: center;
  119. float: left;
  120. }
  121. .box {
  122. width: 100%;
  123. height: auto;
  124. padding: 20px 0px;
  125. text-align: center;
  126. }
  127. .box h2 {
  128. font-size: 32px;
  129. color: #304252;
  130. font-family: 'Raleway', sans-serif;
  131. margin-bottom: 10px;
  132. margin-top: 10px;
  133. }
  134. .content-rd {
  135. width: 100%;
  136. height: auto;
  137. padding: 80px 0px;
  138. background: #fff;
  139. text-align: center;
  140. float: left;
  141. }
  142. .content-rd h1 {
  143. font-size: 50px;
  144. color: #304252;
  145. margin-bottom: 10px;
  146. font-family: 'Raleway', sans-serif;
  147. }
  148. .content-rd h4 {
  149. font-size: 30px;
  150. color: rgba(48, 66, 82, 0.7);
  151. margin-bottom: 20px;
  152. font-family: 'Raleway', sans-serif;
  153. font-weight: normal;
  154. }
  155. .content-rd p {
  156. color: rgba(48, 66, 82, 0.7);
  157. font-size: 18px;
  158. }
  159. .content-rd p span {
  160. color: #F30;
  161. }
  162. blockquote{
  163. border: 0 none;
  164. display: block;
  165. margin: 2.5em 0 2em 0;
  166. padding: 0 0 0 1.6em;
  167. text-align: left;
  168. width: 100%;
  169. text-align: center;
  170. float: left;
  171. }
  172. blockquote p {
  173. font-size: 20px !important;
  174. font-weight: bold;
  175. font-family: 'Raleway', sans-serif;
  176. width: 85%;
  177. font-style:italic;
  178. float: left;
  179. }
  180. blockquote i {
  181. color: #F30;
  182. float: left;
  183. margin-left: 40px;
  184. }
  185. .content-ft {
  186. width: 100%;
  187. height: auto;
  188. padding: 80px 0px;
  189. background: #f9f9f9;
  190. text-align: center;
  191. float: left;
  192. }
  193. .right-text {
  194. width: 100%;
  195. height: auto;
  196. }
  197. .right-text h1 {
  198. font-size: 50px;
  199. color: #304252;
  200. margin-bottom: 10px;
  201. font-family: 'Raleway', sans-serif;
  202. }
  203. .right-text ul {
  204. margin: 0px;
  205. padding: 0px;
  206. margin-top: 40px;
  207. }
  208. .right-text li {
  209. list-style: none;
  210. margin-bottom: 20px;
  211. width: 100%;
  212. float: left;
  213. }
  214. .left-icon {
  215. float: left;
  216. height: auto;
  217. margin-top: 10px;
  218. overflow: auto;
  219. text-align: left;
  220. width: 22%;
  221. }
  222. .left-icon img {
  223. width: 50%;
  224. height: auto;
  225. margin: 0px auto;
  226. display: block;
  227. }
  228. .text-right {
  229. width: 75%;
  230. height: auto;
  231. text-align: left;
  232. float: left;
  233. }
  234. .text-right h4 {
  235. font-size: 24px;
  236. font-family: 'Raleway', sans-serif;
  237. color: #304252;
  238. }
  239. .img-right {
  240. margin: 1% auto;
  241. text-align: left;
  242. width: 54%;
  243. }
  244. .img-right img {
  245. width: 100%;
  246. height: auto;
  247. }
  248. .content-sx {
  249. width: 100%;
  250. height: auto;
  251. padding: 80px 0px;
  252. background: #fff;
  253. text-align: center;
  254. float: left;
  255. }
  256. .footer {
  257. width: 100%;
  258. height: auto;
  259. padding: 40px 0px;
  260. border-top: 1px dotted #333;
  261. margin-bottom: 0px !important;
  262. float: left;
  263. }
  264. .footer-social, .copyright {
  265. text-align: center;
  266. }