style.css 770 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*-----------------------------------------------------------------------------
  2. KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
  3. Screen Stylesheet
  4. version: 1.0
  5. date: 07/27/11
  6. author: themepunch
  7. email: support@themepunch.com
  8. website: http://www.themepunch.com
  9. -----------------------------------------------------------------------------*/
  10. .boxedcontainer { max-width: 1170px; margin:auto; padding:0px 30px;}
  11. /*********************************************
  12. - SETTINGS FOR BANNER CONTAINERS -
  13. **********************************************/
  14. .tp-banner-container{
  15. width:100%;
  16. position:relative;
  17. padding:0;
  18. }
  19. .tp-banner{
  20. width:100%;
  21. position:relative;
  22. }
  23. .tp-banner-fullscreen-container {
  24. width:100%;
  25. position:relative;
  26. padding:0;
  27. }