style.css 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  4. src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. /* =======================================================
  9. *
  10. * Template Style
  11. *
  12. * ======================================================= */
  13. body {
  14. font-family: "Inconsolata", Arial, sans-serif;
  15. font-weight: 400;
  16. font-size: 18px;
  17. line-height: 1.7;
  18. color: #333333;
  19. background: #fff;
  20. }
  21. #page {
  22. position: relative;
  23. overflow-x: hidden;
  24. width: 100%;
  25. height: 100%;
  26. -webkit-transition: 0.5s;
  27. -o-transition: 0.5s;
  28. transition: 0.5s;
  29. }
  30. .offcanvas #page {
  31. overflow: hidden;
  32. position: absolute;
  33. }
  34. .offcanvas #page:after {
  35. -webkit-transition: 2s;
  36. -o-transition: 2s;
  37. transition: 2s;
  38. position: absolute;
  39. top: 0;
  40. right: 0;
  41. bottom: 0;
  42. left: 0;
  43. z-index: 101;
  44. background: rgba(0, 0, 0, 0.7);
  45. content: "";
  46. }
  47. a {
  48. color: #DD356E;
  49. -webkit-transition: 0.5s;
  50. -o-transition: 0.5s;
  51. transition: 0.5s;
  52. }
  53. a:hover, a:active, a:focus {
  54. color: #DD356E;
  55. outline: none;
  56. text-decoration: none;
  57. }
  58. p {
  59. margin-bottom: 30px;
  60. }
  61. h1, h2, h3, h4, h5, h6, figure {
  62. color: #000;
  63. font-family: "Inconsolata", Arial, sans-serif;
  64. font-weight: 400;
  65. margin: 0 0 20px 0;
  66. }
  67. .copyrights{
  68. text-indent:-9999px;
  69. height:0;
  70. line-height:0;
  71. font-size:0;
  72. overflow:hidden;
  73. }
  74. ::-webkit-selection {
  75. color: #fff;
  76. background: #DD356E;
  77. }
  78. ::-webkit-selection{
  79. o
  80. }
  81. ::-moz-selection {
  82. color: #fff;
  83. background: #DD356E;
  84. }
  85. ::selection {
  86. color: #fff;
  87. background: #DD356E;
  88. }
  89. .fh5co-nav {
  90. background: #fff;
  91. }
  92. .fh5co-nav .top-menu {
  93. padding: 28px 0;
  94. }
  95. .fh5co-nav #fh5co-logo {
  96. font-size: 32px;
  97. margin: 0;
  98. padding: 0;
  99. text-transform: uppercase;
  100. font-weight: 700;
  101. font-family: "Inconsolata", Arial, sans-serif;
  102. }
  103. .fh5co-nav #fh5co-logo a span {
  104. color: #DD356E;
  105. }
  106. .fh5co-nav a {
  107. padding: 5px 10px;
  108. color: #000;
  109. }
  110. @media screen and (max-width: 768px) {
  111. .fh5co-nav .menu-1 {
  112. display: none;
  113. }
  114. }
  115. .fh5co-nav ul {
  116. padding: 0;
  117. margin: 5px 0 0 0;
  118. }
  119. .fh5co-nav ul li {
  120. padding: 0;
  121. margin: 0;
  122. list-style: none;
  123. display: inline;
  124. }
  125. .fh5co-nav ul li a {
  126. font-size: 18px;
  127. padding: 30px 15px;
  128. color: rgba(0, 0, 0, 0.7);
  129. -webkit-transition: 0.5s;
  130. -o-transition: 0.5s;
  131. transition: 0.5s;
  132. }
  133. .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  134. color: black;
  135. }
  136. .fh5co-nav ul li.has-dropdown {
  137. position: relative;
  138. }
  139. .fh5co-nav ul li.has-dropdown .dropdown {
  140. width: 140px;
  141. -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  142. -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  143. box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  144. z-index: 1002;
  145. visibility: hidden;
  146. opacity: 0;
  147. position: absolute;
  148. top: 40px;
  149. left: 0;
  150. text-align: left;
  151. background: #000;
  152. padding: 20px;
  153. -webkit-border-radius: 4px;
  154. -moz-border-radius: 4px;
  155. -ms-border-radius: 4px;
  156. border-radius: 4px;
  157. -webkit-transition: 0s;
  158. -o-transition: 0s;
  159. transition: 0s;
  160. }
  161. .fh5co-nav ul li.has-dropdown .dropdown:before {
  162. bottom: 100%;
  163. left: 40px;
  164. border: solid transparent;
  165. content: " ";
  166. height: 0;
  167. width: 0;
  168. position: absolute;
  169. pointer-events: none;
  170. border-bottom-color: #000;
  171. border-width: 8px;
  172. margin-left: -8px;
  173. }
  174. .fh5co-nav ul li.has-dropdown .dropdown li {
  175. display: block;
  176. margin-bottom: 7px;
  177. }
  178. .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  179. margin-bottom: 0;
  180. }
  181. .fh5co-nav ul li.has-dropdown .dropdown li a {
  182. padding: 2px 0;
  183. display: block;
  184. color: #999999;
  185. line-height: 1.2;
  186. text-transform: none;
  187. font-size: 13px;
  188. letter-spacing: 0;
  189. }
  190. .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  191. color: #fff;
  192. }
  193. .fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  194. color: #000;
  195. }
  196. .fh5co-nav ul li.btn-cta a {
  197. padding: 30px 0px !important;
  198. color: #fff;
  199. }
  200. .fh5co-nav ul li.btn-cta a span {
  201. background: #dd356e;
  202. padding: 4px 10px;
  203. display: -moz-inline-stack;
  204. display: inline-block;
  205. zoom: 1;
  206. *display: inline;
  207. -webkit-transition: 0.3s;
  208. -o-transition: 0.3s;
  209. transition: 0.3s;
  210. -webkit-border-radius: 100px;
  211. -moz-border-radius: 100px;
  212. -ms-border-radius: 100px;
  213. border-radius: 100px;
  214. }
  215. .fh5co-nav ul li.btn-cta a:hover span {
  216. -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  217. -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  218. box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  219. }
  220. .fh5co-nav ul li.active > a {
  221. color: #000 !important;
  222. position: relative;
  223. }
  224. .fh5co-nav ul li.active > a:after {
  225. position: absolute;
  226. bottom: 25px;
  227. left: 0;
  228. right: 0;
  229. content: '';
  230. width: 30px;
  231. height: 2px;
  232. background: #DD356E;
  233. margin: 0 auto;
  234. }
  235. #fh5co-counter,
  236. .fh5co-bg,
  237. .product {
  238. background-size: cover;
  239. background-position: top center;
  240. background-repeat: no-repeat;
  241. position: relative;
  242. }
  243. .fh5co-video {
  244. overflow: hidden;
  245. }
  246. @media screen and (max-width: 992px) {
  247. .fh5co-video {
  248. height: 450px;
  249. }
  250. }
  251. .fh5co-video a {
  252. z-index: 1001;
  253. position: absolute;
  254. top: 50%;
  255. left: 50%;
  256. margin-top: -45px;
  257. margin-left: -45px;
  258. width: 90px;
  259. height: 90px;
  260. display: table;
  261. text-align: center;
  262. background: #fff;
  263. -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  264. -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  265. -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  266. -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  267. box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  268. -webkit-border-radius: 50%;
  269. -moz-border-radius: 50%;
  270. -ms-border-radius: 50%;
  271. border-radius: 50%;
  272. }
  273. .fh5co-video a i {
  274. text-align: center;
  275. display: table-cell;
  276. vertical-align: middle;
  277. font-size: 40px;
  278. }
  279. .fh5co-video .overlay {
  280. position: absolute;
  281. top: 0;
  282. left: 0;
  283. right: 0;
  284. bottom: 0;
  285. background: rgba(0, 0, 0, 0.3);
  286. -webkit-transition: 0.5s;
  287. -o-transition: 0.5s;
  288. transition: 0.5s;
  289. }
  290. .fh5co-video:hover .overlay {
  291. background: rgba(0, 0, 0, 0.7);
  292. }
  293. .fh5co-video:hover a {
  294. -webkit-transform: scale(1.1);
  295. -moz-transform: scale(1.1);
  296. -ms-transform: scale(1.1);
  297. -o-transform: scale(1.1);
  298. transform: scale(1.1);
  299. }
  300. #fh5co-header .display-tc,
  301. .fh5co-cover .display-tc {
  302. display: table-cell !important;
  303. vertical-align: middle;
  304. }
  305. #fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
  306. .fh5co-cover .display-tc h1,
  307. .fh5co-cover .display-tc h2 {
  308. margin: 0;
  309. padding: 0;
  310. color: black;
  311. }
  312. #fh5co-header .display-tc h1,
  313. .fh5co-cover .display-tc h1 {
  314. margin-bottom: 20px;
  315. font-size: 54px;
  316. line-height: 1.3;
  317. font-weight: 300;
  318. }
  319. @media screen and (max-width: 768px) {
  320. #fh5co-header .display-tc h1,
  321. .fh5co-cover .display-tc h1 {
  322. font-size: 30px;
  323. }
  324. }
  325. #fh5co-header .display-tc h2,
  326. .fh5co-cover .display-tc h2 {
  327. font-size: 20px;
  328. line-height: 1.5;
  329. margin-bottom: 30px;
  330. }
  331. #fh5co-header .display-tc .btn,
  332. .fh5co-cover .display-tc .btn {
  333. padding: 15px 30px;
  334. color: #fff;
  335. border: none !important;
  336. font-size: 18px;
  337. }
  338. @media screen and (max-width: 768px) {
  339. #fh5co-header .display-tc .btn,
  340. .fh5co-cover .display-tc .btn {
  341. width: 80%;
  342. margin: 0 auto;
  343. }
  344. }
  345. #fh5co-header .display-tc .btn.btn-learn,
  346. .fh5co-cover .display-tc .btn.btn-learn {
  347. background: #fee856;
  348. border: none;
  349. color: #000 !important;
  350. }
  351. #fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
  352. .fh5co-cover .display-tc .btn.btn-learn:hover,
  353. .fh5co-cover .display-tc .btn.btn-learn:focus {
  354. background: rgba(254, 232, 86, 0.9) !important;
  355. color: #000 !important;
  356. }
  357. #fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
  358. .fh5co-cover .display-tc .btn:hover,
  359. .fh5co-cover .display-tc .btn:focus {
  360. color: #fff !important;
  361. }
  362. #fh5co-header .display-tc .btn.btn-demo,
  363. .fh5co-cover .display-tc .btn.btn-demo {
  364. background: #dd356e;
  365. border: none;
  366. }
  367. #fh5co-header .display-tc .btn.btn-demo:hover, #fh5co-header .display-tc .btn.btn-demo:focus,
  368. .fh5co-cover .display-tc .btn.btn-demo:hover,
  369. .fh5co-cover .display-tc .btn.btn-demo:focus {
  370. background: rgba(221, 53, 110, 0.9) !important;
  371. color: #fff !important;
  372. }
  373. #fh5co-header .display-tc .btn:hover,
  374. .fh5co-cover .display-tc .btn:hover {
  375. background: #DD356E !important;
  376. -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  377. -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  378. box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  379. }
  380. #fh5co-header .display-tc .form-inline .form-group,
  381. .fh5co-cover .display-tc .form-inline .form-group {
  382. width: 100% !important;
  383. margin-bottom: 10px;
  384. }
  385. #fh5co-header .display-tc .form-inline .form-group .form-control,
  386. .fh5co-cover .display-tc .form-inline .form-group .form-control {
  387. width: 100%;
  388. background: #fff;
  389. border: none;
  390. }
  391. #fh5co-features {
  392. background: #FEE856;
  393. }
  394. #fh5co-features .services-padding {
  395. padding: 7em 0;
  396. }
  397. #fh5co-features .feature-left {
  398. margin-bottom: 40px;
  399. float: left;
  400. }
  401. @media screen and (max-width: 992px) {
  402. #fh5co-features .feature-left {
  403. margin-bottom: 30px;
  404. }
  405. }
  406. #fh5co-features .feature-left .icon i {
  407. font-size: 30px;
  408. color: #1a1a1a !important;
  409. }
  410. #fh5co-features .feature-left .icon {
  411. display: table;
  412. float: left;
  413. text-align: center;
  414. width: 60px;
  415. height: 60px;
  416. background: #fff;
  417. -webkit-border-radius: 50%;
  418. -moz-border-radius: 50%;
  419. -ms-border-radius: 50%;
  420. border-radius: 50%;
  421. }
  422. #fh5co-features .feature-left .icon i {
  423. display: table-cell;
  424. vertical-align: middle;
  425. height: 60px;
  426. color: #DD356E !important;
  427. }
  428. #fh5co-features .feature-left .feature-copy {
  429. float: right;
  430. width: 78%;
  431. }
  432. @media screen and (max-width: 768px) {
  433. #fh5co-features .feature-left .feature-copy {
  434. width: 84%;
  435. }
  436. }
  437. @media screen and (max-width: 480px) {
  438. #fh5co-features .feature-left .feature-copy {
  439. width: 70%;
  440. }
  441. }
  442. #fh5co-features .feature-left h3 {
  443. font-size: 24px;
  444. font-weight: 400;
  445. }
  446. #fh5co-features .feature-left p {
  447. font-size: 15px;
  448. }
  449. #fh5co-features .feature-left p:last-child {
  450. margin-bottom: 0;
  451. }
  452. #fh5co-features .feature-left p a {
  453. color: #000 !important;
  454. }
  455. #fh5co-features .ipad-bg {
  456. background-size: cover;
  457. background-position: top center;
  458. background-repeat: no-repeat;
  459. position: relative;
  460. height: 430px;
  461. }
  462. @media screen and (max-width: 768px) {
  463. #fh5co-features .ipad-bg {
  464. height: 210px;
  465. }
  466. }
  467. @media screen and (max-width: 480px) {
  468. #fh5co-features .ipad-bg {
  469. display: none;
  470. }
  471. }
  472. #fh5co-wireframe {
  473. border: none !important;
  474. }
  475. #fh5co-wireframe blockquote {
  476. border: none;
  477. padding: 0;
  478. font-weight: bold;
  479. }
  480. .user-frame {
  481. width: 90%;
  482. padding: 3em;
  483. -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
  484. -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
  485. box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
  486. }
  487. @media screen and (max-width: 768px) {
  488. .user-frame {
  489. width: 100%;
  490. margin-bottom: 3em;
  491. }
  492. }
  493. .user-frame h3 {
  494. line-height: 34px;
  495. }
  496. .user-frame p {
  497. color: rgba(0, 0, 0, 0.6);
  498. }
  499. .user-frame span {
  500. font-weight: bold;
  501. }
  502. .user-frame small {
  503. color: #2A528A;
  504. }
  505. #fh5co-slider {
  506. background: #2A528A;
  507. }
  508. #fh5co-slider .heading h2, #fh5co-slider .heading p {
  509. color: #fff;
  510. }
  511. #fh5co-slider .heading h2 {
  512. font-size: 40px;
  513. }
  514. #fh5co-slider .heading p {
  515. font-style: 22px;
  516. }
  517. #fh5co-hero {
  518. height: 500px !important;
  519. background: url(../images/loader.gif) no-repeat center center;
  520. }
  521. #fh5co-hero .btn {
  522. font-size: 24px;
  523. }
  524. #fh5co-hero .btn.btn-primary {
  525. padding: 14px 30px !important;
  526. }
  527. #fh5co-hero .flexslider {
  528. border: none;
  529. z-index: 1;
  530. margin-bottom: 0;
  531. }
  532. #fh5co-hero .flexslider .slides {
  533. position: relative;
  534. }
  535. #fh5co-hero .flexslider .slides li {
  536. background-repeat: no-repeat;
  537. background-size: cover;
  538. background-position: top center;
  539. height: 600px !important;
  540. position: relative;
  541. -webkit-border-radius: 4px;
  542. -moz-border-radius: 4px;
  543. -ms-border-radius: 4px;
  544. border-radius: 4px;
  545. }
  546. #fh5co-hero .flexslider .flex-control-nav {
  547. top: -30px !important;
  548. z-index: 1000;
  549. right: 0;
  550. float: right;
  551. width: auto;
  552. }
  553. #fh5co-hero .flexslider .flex-control-nav li {
  554. margin-bottom: 10px;
  555. }
  556. #fh5co-hero .flexslider .flex-control-nav li a {
  557. background: rgba(255, 255, 255, 0.3);
  558. box-shadow: none;
  559. width: 12px;
  560. height: 12px;
  561. cursor: pointer;
  562. }
  563. #fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  564. cursor: pointer;
  565. background: transparent;
  566. border: 1px solid #fff;
  567. }
  568. #fh5co-hero .flexslider .flex-direction-nav {
  569. display: none;
  570. }
  571. #fh5co-hero .flexslider .slider-text-bg .desc {
  572. margin-top: 9em;
  573. padding: 2em;
  574. background: #FEE856;
  575. -webkit-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  576. -moz-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  577. box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  578. -webkit-border-radius: 10px;
  579. -moz-border-radius: 10px;
  580. -ms-border-radius: 10px;
  581. border-radius: 10px;
  582. }
  583. @media screen and (max-width: 768px) {
  584. #fh5co-hero .flexslider .slider-text-bg .desc p {
  585. display: none;
  586. }
  587. }
  588. #fh5co-hero .flexslider .slider-text,
  589. #fh5co-hero .flexslider .slider-text-bg {
  590. display: table;
  591. opacity: 0;
  592. height: 600px;
  593. z-index: 9;
  594. }
  595. #fh5co-hero .flexslider .slider-text > .slider-text-inner,
  596. #fh5co-hero .flexslider .slider-text-bg > .slider-text-inner {
  597. display: table-cell;
  598. vertical-align: middle;
  599. min-height: 500px;
  600. }
  601. .fh5co-bg-section {
  602. background: rgba(221, 53, 110, 0.03);
  603. }
  604. #fh5co-slider,
  605. #fh5co-about,
  606. #fh5co-wireframe,
  607. #fh5co-started,
  608. #fh5co-portfolio,
  609. #fh5co-blog,
  610. #fh5co-content-section,
  611. #fh5co-contact,
  612. #fh5co-footer {
  613. padding: 7em 0;
  614. clear: both;
  615. }
  616. @media screen and (max-width: 768px) {
  617. #fh5co-slider,
  618. #fh5co-about,
  619. #fh5co-wireframe,
  620. #fh5co-started,
  621. #fh5co-portfolio,
  622. #fh5co-blog,
  623. #fh5co-content-section,
  624. #fh5co-contact,
  625. #fh5co-footer {
  626. padding: 3em 0;
  627. }
  628. }
  629. #fh5co-content {
  630. border-bottom: 2px solid rgba(221, 53, 110, 0.1);
  631. }
  632. #fh5co-started {
  633. border-bottom: none;
  634. }
  635. .fh5co-social-icons {
  636. margin: 0;
  637. padding: 0;
  638. }
  639. .fh5co-social-icons li {
  640. margin: 0;
  641. padding: 0;
  642. list-style: none;
  643. display: -moz-inline-stack;
  644. display: inline-block;
  645. zoom: 1;
  646. *display: inline;
  647. }
  648. .fh5co-social-icons li a {
  649. display: -moz-inline-stack;
  650. display: inline-block;
  651. zoom: 1;
  652. *display: inline;
  653. color: #DD356E;
  654. padding-left: 10px;
  655. padding-right: 10px;
  656. }
  657. .fh5co-social-icons li a i {
  658. font-size: 20px;
  659. }
  660. .fh5co-heading {
  661. margin-bottom: 5em;
  662. }
  663. .fh5co-heading.fh5co-heading-sm {
  664. margin-bottom: 2em;
  665. }
  666. .fh5co-heading h2 {
  667. font-size: 40px;
  668. margin-bottom: 20px;
  669. line-height: 1.5;
  670. color: #000;
  671. }
  672. .fh5co-heading p {
  673. font-size: 18px;
  674. line-height: 1.5;
  675. color: #828282;
  676. }
  677. .fh5co-heading span {
  678. display: block;
  679. margin-bottom: 10px;
  680. text-transform: uppercase;
  681. font-size: 12px;
  682. letter-spacing: 2px;
  683. }
  684. #fh5co-started {
  685. background-size: cover;
  686. background-position: center center;
  687. background-repeat: no-repeat;
  688. position: relative;
  689. float: left;
  690. width: 100%;
  691. }
  692. #fh5co-started .overlay {
  693. z-index: 0;
  694. position: absolute;
  695. bottom: 0;
  696. top: 0;
  697. left: 0;
  698. right: 0;
  699. background: #dd356e;
  700. }
  701. #fh5co-started .fh5co-heading {
  702. margin-bottom: 0;
  703. }
  704. #fh5co-started .fh5co-heading h2 {
  705. color: #fff;
  706. margin-bottom: 20px !important;
  707. }
  708. #fh5co-started .fh5co-heading p {
  709. color: rgba(255, 255, 255, 0.8);
  710. }
  711. #fh5co-started .btn {
  712. height: 54px;
  713. border: none !important;
  714. background: #fff;
  715. color: #DD356E;
  716. font-size: 16px;
  717. text-transform: uppercase;
  718. font-weight: 400;
  719. padding-left: 50px;
  720. padding-right: 50px;
  721. }
  722. .member {
  723. width: 100%;
  724. float: left;
  725. }
  726. .member .author {
  727. background-size: cover;
  728. background-position: center center;
  729. background-repeat: no-repeat;
  730. position: relative;
  731. height: 400px;
  732. }
  733. .member .desc {
  734. width: 80%;
  735. margin: 0 auto;
  736. margin-top: 4em;
  737. }
  738. .member .desc h3 {
  739. margin-bottom: 10px;
  740. }
  741. .member .desc span {
  742. display: block;
  743. margin-bottom: 20px;
  744. font-size: 14px;
  745. color: rgba(0, 0, 0, 0.3);
  746. }
  747. .fh5co-blog {
  748. width: 100%;
  749. float: left;
  750. margin-bottom: 40px;
  751. }
  752. @media screen and (max-width: 768px) {
  753. .fh5co-blog {
  754. width: 100%;
  755. }
  756. }
  757. .fh5co-blog .blog-bg {
  758. display: block;
  759. width: 100%;
  760. background-size: cover;
  761. background-position: center center;
  762. background-repeat: no-repeat;
  763. position: relative;
  764. height: 300px;
  765. }
  766. @media screen and (max-width: 768px) {
  767. .fh5co-blog .blog-bg {
  768. height: 400px;
  769. }
  770. }
  771. .fh5co-blog .blog-text {
  772. margin-bottom: 30px;
  773. position: relative;
  774. width: 100%;
  775. padding: 30px;
  776. float: left;
  777. background: #fff;
  778. -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  779. -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  780. box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  781. -webkit-transition: 0.3s;
  782. -o-transition: 0.3s;
  783. transition: 0.3s;
  784. }
  785. .fh5co-blog .blog-text span {
  786. display: inline-block;
  787. margin-bottom: 20px;
  788. font-size: 14px !important;
  789. color: rgba(0, 0, 0, 0.3);
  790. }
  791. .fh5co-blog .blog-text .stuff {
  792. margin: 0;
  793. padding: 0;
  794. border-top: 1px solid rgba(0, 0, 0, 0.05);
  795. padding-top: 20px;
  796. }
  797. .fh5co-blog .blog-text .stuff li {
  798. list-style: none;
  799. display: inline-block;
  800. margin-left: 10px;
  801. }
  802. .fh5co-blog .blog-text .stuff li:first-child {
  803. margin-left: 0;
  804. }
  805. .fh5co-blog .blog-text .stuff li:last-child {
  806. float: right;
  807. }
  808. .fh5co-blog .blog-text .stuff li:last-child i {
  809. padding-right: 0;
  810. padding-left: 10px;
  811. }
  812. .fh5co-blog .blog-text .stuff li i {
  813. font-size: 14px;
  814. padding-right: 5px;
  815. }
  816. .fh5co-blog .blog-text h3 {
  817. font-size: 24px;
  818. margin-bottom: 20px;
  819. line-height: 1.5;
  820. }
  821. .fh5co-blog .blog-text h3 a {
  822. color: black;
  823. }
  824. .fh5co-portfolio {
  825. width: 100%;
  826. float: left;
  827. margin-bottom: 40px;
  828. }
  829. .fh5co-portfolio > a {
  830. width: 100%;
  831. float: left;
  832. -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  833. -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  834. box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  835. }
  836. .fh5co-portfolio > a:hover {
  837. webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  838. -moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  839. box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  840. }
  841. .fh5co-portfolio .portfolio-entry {
  842. width: 100%;
  843. float: left;
  844. background-size: cover;
  845. background-position: center center;
  846. background-repeat: no-repeat;
  847. position: relative;
  848. height: 300px;
  849. }
  850. @media screen and (max-width: 768px) {
  851. .fh5co-portfolio .portfolio-entry {
  852. height: 400px;
  853. }
  854. }
  855. .fh5co-portfolio .portfolio-text {
  856. width: 100%;
  857. float: left;
  858. padding: 20px;
  859. }
  860. .fh5co-portfolio .portfolio-text .stuff {
  861. margin: 0;
  862. padding: 0;
  863. border-top: 1px solid rgba(0, 0, 0, 0.05);
  864. padding-top: 20px;
  865. }
  866. .fh5co-portfolio .portfolio-text .stuff li {
  867. list-style: none;
  868. display: inline-block;
  869. margin-left: 10px;
  870. color: rgba(0, 0, 0, 0.3);
  871. }
  872. .fh5co-portfolio .portfolio-text .stuff li:first-child {
  873. margin-left: 0;
  874. }
  875. .fh5co-portfolio .portfolio-text .stuff li:last-child {
  876. float: right;
  877. }
  878. .fh5co-portfolio .portfolio-text .stuff li i {
  879. font-size: 14px;
  880. padding-right: 5px;
  881. }
  882. .fh5co-team {
  883. position: relative;
  884. background: #fff;
  885. padding: 30px;
  886. border-radius: 5px;
  887. margin-bottom: 30px;
  888. -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  889. -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  890. box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  891. }
  892. @media screen and (max-width: 768px) {
  893. .fh5co-team {
  894. border-right: 0;
  895. margin-bottom: 80px;
  896. }
  897. }
  898. .fh5co-team h2 {
  899. font-size: 16px;
  900. letter-spacing: 2px;
  901. text-transform: uppercase;
  902. font-weight: bold;
  903. margin-bottom: 50px;
  904. }
  905. .fh5co-team figure {
  906. position: relative;
  907. top: 0px;
  908. background-size: cover;
  909. margin-bottom: 20px;
  910. }
  911. .fh5co-team figure img {
  912. width: 150px;
  913. height: 150px;
  914. border: 10px solid #fff;
  915. background-size: cover;
  916. -webkit-border-radius: 50%;
  917. -moz-border-radius: 50%;
  918. -ms-border-radius: 50%;
  919. border-radius: 50%;
  920. }
  921. .fh5co-team > div {
  922. padding: 30px 30px 0 30px;
  923. }
  924. .fh5co-team > div h3 {
  925. margin-bottom: 0;
  926. font-size: 20px;
  927. color: #DD356E;
  928. }
  929. .fh5co-team > div .position {
  930. color: #d9d9d9;
  931. margin-bottom: 30px;
  932. }
  933. .fh5co-team > div,
  934. .fh5co-team blockquote {
  935. border: none;
  936. padding: 0;
  937. margin-bottom: 20px;
  938. }
  939. .fh5co-team > div p,
  940. .fh5co-team blockquote p {
  941. font-size: 16px;
  942. line-height: 1.5;
  943. color: #555555;
  944. }
  945. .fh5co-team span {
  946. color: #b3b3b3;
  947. }
  948. #fh5co-footer .fh5co-footer-links {
  949. padding: 0;
  950. margin: 0;
  951. }
  952. @media screen and (max-width: 768px) {
  953. #fh5co-footer .fh5co-footer-links {
  954. margin-bottom: 30px;
  955. }
  956. }
  957. #fh5co-footer .fh5co-footer-links li {
  958. padding: 0;
  959. margin: 0;
  960. list-style: none;
  961. }
  962. #fh5co-footer .fh5co-footer-links li a {
  963. color: rgba(0, 0, 0, 0.5);
  964. text-decoration: none;
  965. }
  966. #fh5co-footer .fh5co-footer-links li a:hover {
  967. text-decoration: underline;
  968. }
  969. #fh5co-footer .fh5co-widget {
  970. margin-bottom: 30px;
  971. }
  972. @media screen and (max-width: 768px) {
  973. #fh5co-footer .fh5co-widget {
  974. text-align: left;
  975. }
  976. }
  977. #fh5co-footer .fh5co-widget h4 {
  978. margin-bottom: 30px;
  979. font-size: 20px;
  980. }
  981. #fh5co-footer .copyright .block {
  982. display: block;
  983. }
  984. .contact-info {
  985. margin-bottom: 4em;
  986. padding: 0;
  987. }
  988. .contact-info li {
  989. list-style: none;
  990. margin: 0 0 20px 0;
  991. position: relative;
  992. padding-left: 40px;
  993. color: #000;
  994. }
  995. .contact-info li i {
  996. position: absolute;
  997. top: .3em;
  998. left: 0;
  999. font-size: 22px;
  1000. color: rgba(0, 0, 0, 0.3);
  1001. }
  1002. .contact-info li a {
  1003. color: #000;
  1004. }
  1005. .form-control {
  1006. -webkit-box-shadow: none;
  1007. -moz-box-shadow: none;
  1008. -ms-box-shadow: none;
  1009. -o-box-shadow: none;
  1010. box-shadow: none;
  1011. border: none;
  1012. border: 2px solid rgba(0, 0, 0, 0.1);
  1013. font-size: 18px;
  1014. font-weight: 300;
  1015. -webkit-border-radius: 4px;
  1016. -moz-border-radius: 4px;
  1017. -ms-border-radius: 4px;
  1018. border-radius: 4px;
  1019. }
  1020. .form-control:focus, .form-control:active {
  1021. box-shadow: none;
  1022. border: 2px solid rgba(0, 0, 0, 0.8);
  1023. }
  1024. input[type="text"] {
  1025. height: 50px;
  1026. }
  1027. .form-group {
  1028. margin-bottom: 30px;
  1029. }
  1030. #fh5co-offcanvas {
  1031. position: absolute;
  1032. z-index: 1901;
  1033. width: 270px;
  1034. background: black;
  1035. top: 0;
  1036. right: 0;
  1037. top: 0;
  1038. bottom: 0;
  1039. padding: 75px 40px 40px 40px;
  1040. overflow-y: auto;
  1041. display: none;
  1042. -moz-transform: translateX(270px);
  1043. -webkit-transform: translateX(270px);
  1044. -ms-transform: translateX(270px);
  1045. -o-transform: translateX(270px);
  1046. transform: translateX(270px);
  1047. -webkit-transition: 0.5s;
  1048. -o-transition: 0.5s;
  1049. transition: 0.5s;
  1050. }
  1051. @media screen and (max-width: 768px) {
  1052. #fh5co-offcanvas {
  1053. display: block;
  1054. }
  1055. }
  1056. .offcanvas #fh5co-offcanvas {
  1057. -moz-transform: translateX(0px);
  1058. -webkit-transform: translateX(0px);
  1059. -ms-transform: translateX(0px);
  1060. -o-transform: translateX(0px);
  1061. transform: translateX(0px);
  1062. }
  1063. #fh5co-offcanvas a {
  1064. color: rgba(255, 255, 255, 0.5);
  1065. }
  1066. #fh5co-offcanvas a:hover {
  1067. color: rgba(255, 255, 255, 0.8);
  1068. }
  1069. #fh5co-offcanvas ul {
  1070. padding: 0;
  1071. margin: 0;
  1072. }
  1073. #fh5co-offcanvas ul li {
  1074. padding: 0;
  1075. margin: 0;
  1076. list-style: none;
  1077. }
  1078. #fh5co-offcanvas ul li > ul {
  1079. padding-left: 20px;
  1080. display: none;
  1081. }
  1082. #fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  1083. display: block;
  1084. position: relative;
  1085. }
  1086. #fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  1087. position: absolute;
  1088. right: 0px;
  1089. font-family: 'icomoon';
  1090. speak: none;
  1091. font-style: normal;
  1092. font-weight: normal;
  1093. font-variant: normal;
  1094. text-transform: none;
  1095. line-height: 1;
  1096. /* Better Font Rendering =========== */
  1097. -webkit-font-smoothing: antialiased;
  1098. -moz-osx-font-smoothing: grayscale;
  1099. content: "\ebfc";
  1100. font-size: 20px;
  1101. color: rgba(255, 255, 255, 0.2);
  1102. -webkit-transition: 0.5s;
  1103. -o-transition: 0.5s;
  1104. transition: 0.5s;
  1105. }
  1106. #fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  1107. -webkit-transform: rotate(-180deg);
  1108. -moz-transform: rotate(-180deg);
  1109. -ms-transform: rotate(-180deg);
  1110. -o-transform: rotate(-180deg);
  1111. transform: rotate(-180deg);
  1112. }
  1113. .uppercase {
  1114. font-size: 14px;
  1115. color: #000;
  1116. margin-bottom: 10px;
  1117. font-weight: 700;
  1118. text-transform: uppercase;
  1119. }
  1120. .gototop {
  1121. position: fixed;
  1122. bottom: 20px;
  1123. right: 20px;
  1124. z-index: 999;
  1125. opacity: 0;
  1126. visibility: hidden;
  1127. -webkit-transition: 0.5s;
  1128. -o-transition: 0.5s;
  1129. transition: 0.5s;
  1130. }
  1131. .gototop.active {
  1132. opacity: 1;
  1133. visibility: visible;
  1134. }
  1135. .gototop a {
  1136. width: 50px;
  1137. height: 50px;
  1138. display: table;
  1139. background: rgba(0, 0, 0, 0.5);
  1140. color: #fff;
  1141. text-align: center;
  1142. -webkit-border-radius: 4px;
  1143. -moz-border-radius: 4px;
  1144. -ms-border-radius: 4px;
  1145. border-radius: 4px;
  1146. }
  1147. .gototop a i {
  1148. height: 50px;
  1149. display: table-cell;
  1150. vertical-align: middle;
  1151. }
  1152. .gototop a:hover, .gototop a:active, .gototop a:focus {
  1153. text-decoration: none;
  1154. outline: none;
  1155. }
  1156. .fh5co-nav-toggle {
  1157. width: 25px;
  1158. height: 25px;
  1159. cursor: pointer;
  1160. text-decoration: none;
  1161. top: 25px !important;
  1162. }
  1163. .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  1164. background: #444;
  1165. }
  1166. .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  1167. outline: none;
  1168. border-bottom: none !important;
  1169. }
  1170. .fh5co-nav-toggle i {
  1171. position: relative;
  1172. display: inline-block;
  1173. width: 25px;
  1174. height: 2px;
  1175. color: #252525;
  1176. font: bold 14px/.4 Helvetica;
  1177. text-transform: uppercase;
  1178. text-indent: -55px;
  1179. background: #252525;
  1180. transition: all .2s ease-out;
  1181. }
  1182. .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  1183. content: '';
  1184. width: 25px;
  1185. height: 2px;
  1186. background: #252525;
  1187. position: absolute;
  1188. left: 0;
  1189. transition: all .2s ease-out;
  1190. }
  1191. .fh5co-nav-toggle.fh5co-nav-white > i {
  1192. color: #fff;
  1193. background: #000;
  1194. }
  1195. .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  1196. background: #000;
  1197. }
  1198. .fh5co-nav-toggle i::before {
  1199. top: -7px;
  1200. }
  1201. .fh5co-nav-toggle i::after {
  1202. bottom: -7px;
  1203. }
  1204. .fh5co-nav-toggle:hover i::before {
  1205. top: -10px;
  1206. }
  1207. .fh5co-nav-toggle:hover i::after {
  1208. bottom: -10px;
  1209. }
  1210. .fh5co-nav-toggle.active i {
  1211. background: transparent;
  1212. }
  1213. .fh5co-nav-toggle.active i::before {
  1214. top: 0;
  1215. -webkit-transform: rotateZ(45deg);
  1216. -moz-transform: rotateZ(45deg);
  1217. -ms-transform: rotateZ(45deg);
  1218. -o-transform: rotateZ(45deg);
  1219. transform: rotateZ(45deg);
  1220. background: #fff;
  1221. }
  1222. .fh5co-nav-toggle.active i::after {
  1223. bottom: 0;
  1224. -webkit-transform: rotateZ(-45deg);
  1225. -moz-transform: rotateZ(-45deg);
  1226. -ms-transform: rotateZ(-45deg);
  1227. -o-transform: rotateZ(-45deg);
  1228. transform: rotateZ(-45deg);
  1229. background: #fff;
  1230. }
  1231. .fh5co-nav-toggle {
  1232. position: absolute;
  1233. right: 0px;
  1234. top: 65px;
  1235. z-index: 21;
  1236. padding: 6px 0 0 0;
  1237. display: block;
  1238. margin: 0 auto;
  1239. display: none;
  1240. height: 44px;
  1241. width: 44px;
  1242. z-index: 2001;
  1243. border-bottom: none !important;
  1244. }
  1245. @media screen and (max-width: 768px) {
  1246. .fh5co-nav-toggle {
  1247. display: block;
  1248. }
  1249. }
  1250. .btn {
  1251. margin-right: 4px;
  1252. margin-bottom: 4px;
  1253. font-family: "Inconsolata", Arial, sans-serif;
  1254. font-size: 16px;
  1255. font-weight: 400;
  1256. -webkit-border-radius: 30px;
  1257. -moz-border-radius: 30px;
  1258. -ms-border-radius: 30px;
  1259. border-radius: 30px;
  1260. -webkit-transition: 0.5s;
  1261. -o-transition: 0.5s;
  1262. transition: 0.5s;
  1263. padding: 8px 20px;
  1264. }
  1265. .btn.btn-md {
  1266. padding: 8px 20px !important;
  1267. }
  1268. .btn.btn-lg {
  1269. padding: 18px 36px !important;
  1270. }
  1271. .btn:hover, .btn:active, .btn:focus {
  1272. box-shadow: none !important;
  1273. outline: none !important;
  1274. }
  1275. .btn-primary {
  1276. background: #DD356E;
  1277. color: #fff;
  1278. border: 2px solid #DD356E;
  1279. }
  1280. .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  1281. background: #e14b7e !important;
  1282. border-color: #e14b7e !important;
  1283. }
  1284. .btn-primary.btn-outline {
  1285. background: transparent;
  1286. color: #DD356E;
  1287. border: 2px solid #DD356E;
  1288. }
  1289. .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  1290. background: #DD356E;
  1291. color: #fff;
  1292. }
  1293. .btn-success {
  1294. background: #5cb85c;
  1295. color: #fff;
  1296. border: 2px solid #5cb85c;
  1297. }
  1298. .btn-success:hover, .btn-success:focus, .btn-success:active {
  1299. background: #4cae4c !important;
  1300. border-color: #4cae4c !important;
  1301. }
  1302. .btn-success.btn-outline {
  1303. background: transparent;
  1304. color: #5cb85c;
  1305. border: 2px solid #5cb85c;
  1306. }
  1307. .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  1308. background: #5cb85c;
  1309. color: #fff;
  1310. }
  1311. .btn-info {
  1312. background: #5bc0de;
  1313. color: #fff;
  1314. border: 2px solid #5bc0de;
  1315. }
  1316. .btn-info:hover, .btn-info:focus, .btn-info:active {
  1317. background: #46b8da !important;
  1318. border-color: #46b8da !important;
  1319. }
  1320. .btn-info.btn-outline {
  1321. background: transparent;
  1322. color: #5bc0de;
  1323. border: 2px solid #5bc0de;
  1324. }
  1325. .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  1326. background: #5bc0de;
  1327. color: #fff;
  1328. }
  1329. .btn-warning {
  1330. background: #f0ad4e;
  1331. color: #fff;
  1332. border: 2px solid #f0ad4e;
  1333. }
  1334. .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  1335. background: #eea236 !important;
  1336. border-color: #eea236 !important;
  1337. }
  1338. .btn-warning.btn-outline {
  1339. background: transparent;
  1340. color: #f0ad4e;
  1341. border: 2px solid #f0ad4e;
  1342. }
  1343. .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  1344. background: #f0ad4e;
  1345. color: #fff;
  1346. }
  1347. .btn-danger {
  1348. background: #d9534f;
  1349. color: #fff;
  1350. border: 2px solid #d9534f;
  1351. }
  1352. .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  1353. background: #d43f3a !important;
  1354. border-color: #d43f3a !important;
  1355. }
  1356. .btn-danger.btn-outline {
  1357. background: transparent;
  1358. color: #d9534f;
  1359. border: 2px solid #d9534f;
  1360. }
  1361. .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  1362. background: #d9534f;
  1363. color: #fff;
  1364. }
  1365. .btn-outline {
  1366. background: none;
  1367. border: 2px solid gray;
  1368. font-size: 16px;
  1369. -webkit-transition: 0.3s;
  1370. -o-transition: 0.3s;
  1371. transition: 0.3s;
  1372. }
  1373. .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  1374. box-shadow: none;
  1375. }
  1376. .btn.with-arrow {
  1377. position: relative;
  1378. -webkit-transition: 0.3s;
  1379. -o-transition: 0.3s;
  1380. transition: 0.3s;
  1381. }
  1382. .btn.with-arrow i {
  1383. visibility: hidden;
  1384. opacity: 0;
  1385. position: absolute;
  1386. right: 0px;
  1387. top: 50%;
  1388. margin-top: -8px;
  1389. -webkit-transition: 0.2s;
  1390. -o-transition: 0.2s;
  1391. transition: 0.2s;
  1392. }
  1393. .btn.with-arrow:hover {
  1394. padding-right: 50px;
  1395. }
  1396. .btn.with-arrow:hover i {
  1397. color: #fff;
  1398. right: 18px;
  1399. visibility: visible;
  1400. opacity: 1;
  1401. }
  1402. .form-control {
  1403. box-shadow: none;
  1404. background: transparent;
  1405. border: 2px solid rgba(0, 0, 0, 0.1);
  1406. height: 54px;
  1407. font-size: 18px;
  1408. font-weight: 300;
  1409. }
  1410. .form-control:active, .form-control:focus {
  1411. outline: none;
  1412. box-shadow: none;
  1413. border-color: #DD356E;
  1414. }
  1415. .row-pb-md {
  1416. padding-bottom: 4em !important;
  1417. }
  1418. .row-pb-sm {
  1419. padding-bottom: 2em !important;
  1420. }
  1421. .nopadding {
  1422. padding: 0 !important;
  1423. margin: 0 !important;
  1424. }
  1425. .fh5co-loader {
  1426. position: fixed;
  1427. left: 0px;
  1428. top: 0px;
  1429. width: 100%;
  1430. height: 100%;
  1431. z-index: 9999;
  1432. background: url(../images/loader.gif) center no-repeat #fff;
  1433. }
  1434. .js .animate-box {
  1435. opacity: 0;
  1436. }
  1437. /*# sourceMappingURL=style.css.map */