style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. /*
  2. Author: W3layout
  3. Author URL: http://w3layouts.com
  4. License: Creative Commons Attribution 3.0 Unported
  5. License URL: http://creativecommons.org/licenses/by/3.0/
  6. */
  7. /* reset */
  8. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
  9. article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
  10. ol,ul{list-style:none;margin:0;padding:0;}
  11. blockquote,q{quotes:none;}
  12. blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
  13. table{border-collapse:collapse;border-spacing:0;}
  14. /* start editing from here */
  15. a{text-decoration:none;}
  16. .txt-rt{text-align:right;}/* text align right */
  17. .txt-lt{text-align:left;}/* text align left */
  18. .txt-center{text-align:center;}/* text align center */
  19. .float-rt{float:right;}/* float right */
  20. .float-lt{float:left;}/* float left */
  21. .clear{clear:both;}/* clear float */
  22. .pos-relative{position:relative;}/* Position Relative */
  23. .pos-absolute{position:absolute;}/* Position Absolute */
  24. .vertical-base{ vertical-align:baseline;}/* vertical align baseline */
  25. .vertical-top{ vertical-align:top;}/* vertical align top */
  26. .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
  27. nav.vertical ul li{ display:block;}/* vertical menu */
  28. nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
  29. img{max-width:100%;}
  30. /*end reset*/
  31. .wrap{
  32. width:100%;
  33. margin:0 auto;
  34. }
  35. body{
  36. color: #333;
  37. background:url(../images/bg2.png);
  38. font-family:Arial, Helvetica, sans-serif;
  39. }
  40. /**** Header ****/
  41. #header{
  42. background-image:url(../images/noise.png);
  43. background-color:#2A3F44;
  44. padding-bottom: 8px;
  45. }
  46. .logo{
  47. float:left;
  48. padding-top:5px;
  49. }
  50. .header_right{
  51. float:right;
  52. width:80px;
  53. padding-top:20px;
  54. }
  55. #socialiconsContainer{
  56. float:right;
  57. }
  58. #socilaiconLink a{
  59. background-image:url(../images/noise.png);
  60. background-color:#2A3F44;
  61. height:40px;
  62. width:40px;
  63. background-image:url(../images/share.png);
  64. display:block;
  65. cursor:pointer;
  66. }
  67. /**** Contact Form ****/
  68. #contactFormContainer{
  69. float:right;
  70. }
  71. #contactLink a{
  72. background-image:url(../images/noise.png);
  73. background-color:#2A3F44;
  74. height:40px;
  75. width:40px;
  76. background-image:url(../images/mail.png);
  77. display:block;
  78. cursor:pointer;
  79. }
  80. #contactLink:hover a{
  81. background-image:url(../images/mail-hover.png);
  82. }
  83. /********** Social Icons **************/
  84. .social-icons {
  85. margin:10px 0px;
  86. }
  87. .social-icons ul li:first-child, ol li:first-child {
  88. margin-top: 0px;
  89. margin-left:0;
  90. }
  91. .social-icons li {
  92. display:inline-block;
  93. width:40px;
  94. height: 40px;
  95. background: none;
  96. padding: 0px;
  97. margin-bottom:5px;
  98. margin-left:8px;
  99. }
  100. .social-icons li a {
  101. height:40px;
  102. width: 40px;
  103. display: block;
  104. text-indent: -9999px;
  105. background:rgba(0, 0, 0, 0.5) url(../images/social-icons.png);
  106. }
  107. .social-icons a.facebook:hover {
  108. background-position: 0px top;
  109. }
  110. .social-icons a.facebook {
  111. background-position: 0px bottom;
  112. }
  113. .social-icons a.twitter {
  114. background-position: -40px bottom;
  115. }
  116. .social-icons a.twitter:hover {
  117. background-position: -40px top;
  118. }
  119. .social-icons a.googleplus {
  120. background-position: -440px bottom;
  121. }
  122. .social-icons a.googleplus:hover {
  123. background-position: -440px top;
  124. }
  125. .social-icons a.rss {
  126. background-position: -400px bottom;
  127. }
  128. .social-icons a.rss:hover {
  129. background-position: -400px top;
  130. }
  131. .social-icons a.pinterest {
  132. background-position: -480px bottom;
  133. }
  134. .social-icons a.pinterest:hover {
  135. background-position: -480px top;
  136. }
  137. .social-icons a.dribbble {
  138. background-position: -160px bottom;
  139. }
  140. .social-icons a.dribbble:hover {
  141. background-position: -160px top;
  142. }
  143. .social-iconst a.dribbble:hover {
  144. background-position: -160px top;
  145. }
  146. .social-icons a.vimeo {
  147. background-position: -120px bottom;
  148. }
  149. .social-icons a.vimeo:hover {
  150. background-position: -120px top;
  151. }
  152. .social-icons a.in {
  153. background-position: -360px bottom;
  154. }
  155. .social-icons a.in:hover {
  156. background-position: -360px top;
  157. }
  158. /***** Search box ************/
  159. .search_box{
  160. margin:0 10px 20px 10px;
  161. width:230px;
  162. position:relative;
  163. border: 1px solid rgba(255,255,255,0.6);
  164. outline:none;
  165. background:#eee;
  166. }
  167. .text-box{
  168. width:80%;
  169. padding:10px;
  170. font-size:1.1em;
  171. color: #555;
  172. background:none;
  173. border:none;
  174. outline: none;
  175. }
  176. .search_box:hover{
  177. outline: none;
  178. background-position: 0 -3em;
  179. }
  180. .search_box input[type="submit"]{
  181. border:none;
  182. cursor:pointer;
  183. background: url(../images/search.png) no-repeat 0px 14px;
  184. position: absolute;
  185. width: 25px;
  186. right:0px;
  187. height: 30px;
  188. }
  189. /**** End Search Box ****************/
  190. /*** End Header ***/
  191. /*menu*/
  192. .drp-dwn{
  193. margin:0px 10px;
  194. }
  195. .drp-dwn select {
  196. padding: 4px;
  197. outline: none;
  198. display: block !important;
  199. width: 100%;
  200. color: #000;
  201. border: 1px solid rgb(92, 72, 87);
  202. background: rgba(255, 255, 255, 0.59);
  203. cursor: pointer;
  204. }
  205. .right-content{
  206. float:right;
  207. width:86%;
  208. }
  209. /**** Details Page *****/
  210. .content{
  211. width:90.8%;
  212. padding:2% 4%;
  213. }
  214. .content h3 a{
  215. font-size:1.1em;
  216. color:#347280;
  217. padding-bottom:5px;
  218. }
  219. .box1 h3 a:hover{
  220. text-decoration:underline;
  221. color:#444;
  222. }
  223. .box1 span{
  224. font-size:0.8em;
  225. color:#666;
  226. display:block;
  227. }
  228. .box1 span.comments{
  229. color:#F03E14;
  230. font-size:1em;
  231. text-decoration:underline;
  232. cursor:pointer;
  233. display:inline;
  234. }
  235. .box1 span.comments:hover{
  236. text-decoration:none;
  237. }
  238. .box1{
  239. border-bottom:1px solid #D8D8D8;
  240. }
  241. .blog-img{
  242. width:95%;
  243. margin:10px 0;
  244. position: relative;
  245. border:2px solid #fff;
  246. }
  247. .blog-data{
  248. width:100%;
  249. }
  250. .blog-data span a{
  251. color:#EB7F1A;
  252. font-size:1em;
  253. }
  254. .blog-data span a:hover{
  255. text-decoration:underline;
  256. }
  257. .blog-data p{
  258. font-size:0.8em;
  259. line-height:1.8em;
  260. color:#6D6B6B;
  261. font-family:Arial, Helvetica, sans-serif;
  262. }
  263. /****** Comment Area ******/
  264. .comments-area h3{
  265. color: rgb(80, 80, 80);
  266. font-size: 1.2em;
  267. text-transform: uppercase;
  268. padding: 0px 0px 7px 0px;
  269. margin-bottom: 15px;
  270. border-bottom: 5px solid #D5D5D5;
  271. }
  272. .comments-area h3 img{
  273. vertical-align:middle;
  274. padding-right:5px;
  275. }
  276. .comments-area{
  277. margin-top:20px;
  278. color: #666;
  279. }
  280. .comments-area p{
  281. position: relative;
  282. padding: 8px 0;
  283. }
  284. .comments-area label{
  285. display: block;
  286. font-size:0.9em;
  287. padding-bottom: 5px;
  288. }
  289. .comments-area span{
  290. color: #F05F3D;
  291. position: absolute;
  292. left: 4px;
  293. top: 33px;
  294. font-size: 1em;
  295. }
  296. .comments-area input[type="text"],.comments-area textarea{
  297. padding:8px 15px;
  298. width:88%;
  299. color: #444;
  300. border:1px solid #ccc;
  301. font-family: Arial, Helvetica, sans-serif;
  302. font-size: 0.8em;
  303. background:#FFF;
  304. -webkit-appearance:none;
  305. outline: none;
  306. display: block;
  307. }
  308. .comments-area input[type="submit"]{
  309. font-size:1.1em;
  310. text-transform:uppercase;
  311. padding:8px 25px;
  312. color:#F05F3D;
  313. cursor:pointer;
  314. background: #d7d7d7;
  315. border:1px solid #EEE;
  316. cursor:pointer;
  317. }
  318. .comments-area [type="submit"]:hover{
  319. color: rgb(80, 80, 80);
  320. background:#FFF;
  321. }
  322. .comments-area textarea{
  323. width: 88%;
  324. height: 100px;
  325. }
  326. /*---comment box--*/
  327. .comment{
  328. position:relative;
  329. margin:25px 0;
  330. }
  331. .comment h2{
  332. margin:0;
  333. border:1px solid #C4C4C4;
  334. padding:10px 15px;
  335. }
  336. .comment h2 a,
  337. .comment h2{
  338. font-weight:normal;
  339. font-size:12px;
  340. color:rgb(155, 155, 155);
  341. margin:0 0 10px 0;
  342. }
  343. .comment box{
  344. float:left;
  345. }
  346. .comment box div{
  347. padding:5px;
  348. border:none;
  349. }
  350. .comment h2{
  351. font-size: 1em;
  352. padding: 7px;
  353. }
  354. .comment h2 span{
  355. color:#F05F3D;
  356. }
  357. .comment ul.list{
  358. margin:0;
  359. padding:0;
  360. list-style:none;
  361. }
  362. .comment .list li{
  363. display:block;
  364. padding:10px 0;
  365. border: 1px solid #DDD;
  366. margin:0 0 18px 0;
  367. }
  368. .comment .preview,
  369. .comment .data{
  370. float:left;
  371. }
  372. .comment .preview{
  373. width:50px;
  374. padding:0 5px;
  375. border-right: 1px solid #ccc;
  376. }
  377. .comment .preview img{
  378. background: #fff;
  379. }
  380. .comment .preview img,
  381. .comment .preview a{
  382. display:block;
  383. padding: 3px;
  384. }
  385. .comment .data{
  386. width:60%;
  387. padding:0 5px;
  388. }
  389. .comment .data .title{
  390. color:#666;
  391. font-size:16px;
  392. margin:0 0 5px 0;
  393. }
  394. .comment .data a{
  395. color:#F05F3D;
  396. }
  397. .comment .data .title a{
  398. font-size:12px;
  399. }
  400. .comment .data p{
  401. margin:0;
  402. padding:0;
  403. font-size:0.7em;
  404. line-height:1.8em;
  405. color:#6D6B6B;
  406. font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  407. }
  408. .leave-reply{
  409. margin: 10px 0;
  410. }
  411. .leave-comment a{
  412. font-size: 1.1em;
  413. }
  414. .leave-reply{
  415. color: #F05F3D;
  416. margin: 10px 0;
  417. font-size: 1em;
  418. padding: 7px;
  419. background: #ddd;
  420. }
  421. /*--respond---*/
  422. #respond{
  423. color: #666;
  424. position: relative;
  425. }
  426. #reply-title{
  427. color: #777;
  428. font-size: 1em;
  429. }
  430. a#cancel-comment-reply-link{
  431. color:#F05F3D;
  432. }
  433. .comment-notes{
  434. color:rgb(155, 155, 155);
  435. }
  436. #commentform p{
  437. position: relative;
  438. padding: 8px 0;
  439. font-family: Arial, Helvetica, sans-serif;
  440. font-size:0.8em;
  441. }
  442. #commentform label{
  443. display: block;
  444. padding-bottom: 5px;
  445. font-size:0.9em;
  446. }
  447. #commentform span{
  448. color:#F05F3D;
  449. position: absolute;
  450. font-size:1em;
  451. }
  452. #commentform input[type="text"]{
  453. padding: 10px 15px;
  454. width:88%;
  455. color: #555;
  456. border:1px solid #CCC;
  457. font-family: Arial, Helvetica, sans-serif;
  458. font-size:1em;
  459. color: rgb(155, 155, 155);
  460. outline: none;
  461. display: block;
  462. }
  463. #commentform input[type="submit"]{
  464. color:#F05F3D;
  465. background: #fff;
  466. padding:8px 12px;
  467. border:1px solid #CCC;
  468. cursor:pointer;
  469. font-size:1.1em;
  470. }
  471. #commentform [type="submit"]:hover{
  472. color:#666;
  473. }
  474. #commentform textarea{
  475. padding: 10px 15px;
  476. width:88%;
  477. color: #555;
  478. font-size:0.8em;
  479. outline: none;
  480. height: 100px;
  481. display: block;
  482. border:1px solid #CCC;
  483. font-family: Arial, Helvetica, sans-serif;
  484. color: rgb(155, 155, 155);
  485. font-size:1em;
  486. }
  487. /**** End Comment Area ****/
  488. /**** Contact Form ***/
  489. .span_2_of_3 h2,.span_1_of_3 h2{
  490. font-size:1.5em;
  491. color:rgb(155, 155, 155);
  492. margin:0 0 10px 0;
  493. text-transform:uppercase;
  494. text-decoration:underline;
  495. }
  496. .span_2_of_3 {
  497. width:92%;
  498. padding:0% 4%;
  499. }
  500. .span_1_of_3 {
  501. width:92%;
  502. padding:4%;
  503. }
  504. .contact-form{
  505. position:relative;
  506. }
  507. .contact-form div{
  508. padding:5px 0;
  509. }
  510. .contact-form span{
  511. display:block;
  512. font-size:0.8125em;
  513. color: #333;
  514. padding-bottom:5px;
  515. font-family :verdana, arial, helvetica, helve, sans-serif;
  516. }
  517. .contact-form input[type="text"],.contact-form textarea{
  518. padding:8px;
  519. display:block;
  520. width:92%;
  521. background:#fcfcfc;
  522. border:1px solid #ECECEC;
  523. outline:none;
  524. color:#464646;
  525. font-size:1em;
  526. border:1px solid #CCC;
  527. font-family:Arial, Helvetica, sans-serif;
  528. }
  529. .contact-form textarea{
  530. resize:none;
  531. height:100px;
  532. }
  533. .contact-form input[type="submit"]{
  534. font-size:1em;
  535. padding:8px 20px;
  536. color:#FFF;
  537. border:none;
  538. cursor:pointer;
  539. background-image:url(../images/noise.png);
  540. background-color:#2A3F44;
  541. text-decoration: none;
  542. text-transform:uppercase;
  543. outline: 0;
  544. font-family:Arial, Helvetica, sans-serif;
  545. }
  546. .contact-form input[type="submit"]:hover{
  547. background:#292929;
  548. }
  549. .company_address p{
  550. font-size:0.8em;
  551. color:#333;
  552. padding:3px 0;
  553. font-family :verdana, arial, helvetica, helve, sans-serif;
  554. }
  555. .company_address p span{
  556. text-decoration:underline;
  557. color:#333;
  558. cursor:pointer;
  559. }
  560. .map{
  561. border:1px solid #C7C7C7;
  562. margin:10px 0;
  563. }
  564. .copy_right{
  565. padding:5px 0;
  566. text-align:center;
  567. }
  568. .copy_right p{
  569. font-size:0.8123em;
  570. color: #444;
  571. line-height:1.6em;
  572. }
  573. .copy_right p a{
  574. color:#222;
  575. font-size:1em;
  576. text-decoration:underline;
  577. }
  578. .copy_right p a:hover{
  579. color:#F05F3D;
  580. text-decoration:none;
  581. }