html,
button,
input,
select,
textarea {
    color: #222
}

body {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection,
::selection {
    background: #eb462b;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

p.chromeframe {
    text-align: center
}

body {
    font: 14px/20px "Roboto", Helvetica, Helvetica Neue, Arial;
    background: url("../img/bg.jpg") repeat
}

a {
    color: #eb462b;
    text-decoration: none
}

a:hover {
    color: #9f220f
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1em
}

h1.h2 {
    font-size: 1.5em
}

.wrapper {
    max-width: 1000px;
    width: 90%;
    background: #fff;
    padding: 4px;
    margin: 1% auto;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px #ccc
}

.header-container {
    background: #231f20
}

.header-container .logo {
    background: url("../img/hamar-laser-logo-new.png") no-repeat 20px 20px;
    display: block;
    height: 87px;
    width: 278px
}

.header-container .text {
    color: #fff;
    font-size: .6em;
    display: block;
    text-align: center;
    position: relative;
    top: 5px
}

.header-container h1.h2 {
    color: #fff;
    font-family: 'Coda', cursive;
    font-size: 1em;
    font-weight: normal
}

.header-container .header-columns {
    padding: 2% 0
}

.header-container .header-item {
    width: 41%;
    padding: 0 2%;
    display: inline-block;
    text-align: center
}

.header-container .flatness-icon,
.header-container .squareness-icon,
.header-container .straightness-icon,
.header-container .parallelism-icon {
    display: block;
    width: 62px;
    height: 29px;
    background: url(../img/sprite.png) no-repeat;
    margin: 0 auto
}

.header-container .flatness-icon {
    background-position: -5px -5px
}

.header-container .squareness-icon {
    background-position: -5px -37px
}

.header-container .straightness-icon {
    background-position: -5px -69px
}

.header-container .parallelism-icon {
    background-position: -5px -103px
}

#nav-toggle {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #cd2c13
}

#nav-toggle:hover {
    text-decoration: none
}

.wrapper {
    margin: 8px auto 25px auto
}

.content {
    padding: 2%
}

.content article {
    padding: 2% 0;
    border-bottom: 1px #ccc dashed
}

.content article:last-child {
    border: none
}

.content article .hamar_post_content {
    width: 72%;
    float: right
}

.content article .hamar_post_content section {
    display: none
}

.content article h1.hamar_post_title {
    padding: 0;
    margin: 0
}

.content article .post-thumbnail {
    width: 25%;
    float: left;
    padding-right: 2%;
    padding-bottom: 2%
}

.content article .post-thumbnail img {
    border: 3px solid #ccc;
    width: 100%;
    height: 100%
}

.content article .byline {
    font-size: .9em;
    font-family: 'Coda', cursive;
    margin: 5px 0;
    color: #999
}

.content article .byline time {
    color: #333
}

.content article .hamar_meta {
    font-size: .9em;
    font-family: 'Coda', cursive;
    margin: 5px 0;
    border-top: 1px dashed #ccc;
    padding-top: 8px
}

.content article .hamar_meta a {
    padding-left: 3px
}

.content article .hamar_meta .comments a {
    color: #333
}

.content article .tags-icon,
.content article .comment-icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("../img/sprite.png") no-repeat;
    position: relative;
    top: 5px;
    margin: 0 3px
}

.content article .tags-icon {
    background-position: -93px -5px
}

.content article .comment-icon {
    background-position: -75px -5px
}

.content .commentlist {
    list-style: none
}

.content .comment article {
    padding: 0;
    padding-bottom: 2%
}

.content .comment ul,
.content .comment ol {
    list-style: none
}

.content .page-navigation ol {
    padding: 0
}

.content .page-navigation ol li {
    display: inline-block;
    margin-right: 3px
}

.content .page-navigation ol li.hpn-current,
.content .page-navigation ol li a {
    padding: 5px 8px;
    background: #555;
    color: white
}

.content .page-navigation ol li a {
    display: block
}

.content .page-navigation ol li a:hover {
    background: #eb462b;
    text-decoration: none
}

.single .content .post-thumbnail,
.page .content .post-thumbnail {
    width: normal;
    float: none;
    padding-bottom: 2%
}

.single .content .post-thumbnail img,
.page .content .post-thumbnail img {
    border: none;
    width: 100%;
    height: 100%
}

.sidebar {
    width: 90%;
    margin: 0 auto;
    text-align: center
}

.sidebar a {
    color: #333
}

.sidebar a:hover {
    color: #eb462b
}

.sidebar .widget>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.sidebar .widget>ul li a {
    display: block;
    padding: 3px
}

.sidebar .widgettitle {
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 7px;
    margin-bottom: 0;
    color: #555;
    font-weight: 500
}

.respond-form {
    width: 80%;
    margin: 0 auto
}

.contact-inner input {
    width: 60%;
    padding: .3em
}

.contact-inner textarea#comment {
    width: 98%;
    height: 10em
}

.contact-inner .contact-submit {
    text-align: right
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    padding: 6px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear
}

input[type="submit"] {
    width: auto;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    padding: 8px 35px 8px;
    background-color: #eb462b;
    border: 1px solid #b62711
}

input[type="submit"]:hover {
    background-color: #d72e14
}

nav #searchform label,
nav #searchform #searchsubmit {
    display: none
}

nav #searchform input {
    display: inline-block
}

nav #searchform input#s {
    padding: 3px 5px;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 3%;
    padding-left: 30px;
    background: #fff url(../img/sprite.png) no-repeat -86px -34px
}

.footer-container {
    background: #f9f9f9;
    border-top: 1px solid #c9c9c9;
    text-align: center;
    font-size: 12px;
    padding: 10px
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

#nav {
    background: #eb462b
}

#nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none
}

#nav li {
    width: 100%;
    display: block
}

#nav a {
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
    font-family: 'Coda', cursive
}

#nav a:hover {
    background: #c42a12
}

.js #nav {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1
}

#nav.opened {
    max-height: 500px !important
}

#copyright a {
    color: #222
}

#copyright a:hover {
    color: #eb462b
}

@media only screen and (min-width: 480px) {
    .header-container h1.h2 {
        font-size: 1em
    }
    .header-container .header-item {
        width: 21%;
        padding: 0 2%;
        display: inline-block;
        text-align: center
    }
    .header-container .text {
        top: 31px;
        font-size: .7em
    }
    .header-container .logo {
        float: left
    }
    .sidebar {
        text-align: left
    }
}

@media only screen and (min-width: 768px) {
    .header-container h1.h2 {
        font-size: 1.3em
    }
    .header-container h1.title {
        margin-top: 0;
        background: url(../img/head-laser.png) no-repeat right center
    }
    .header-container .text {
        top: 31px;
        font-size: .9em;
        padding: 0 15px;
        display: inline
    }
    .wrapper {
        margin: 10px auto 45px auto
    }
    .content {
        width: 70%;
        float: left;
        border-right: 1px solid #c9c9c9
    }
    .content.full_width {
        width: 95%;
        border: none;
        margin: 0 auto
    }
    .content article .hamar_post_content section {
        display: block
    }
    .sidebar {
        width: 23.8%;
        padding: 0 1%;
        float: right;
        background: url("../img/side-bg.jpg") repeat-x top left
    }
    #searchform {
        margin: 3px 5px 2px 0
    }
    nav #searchform input#s {
        padding: 3px 5px;
        padding-left: 36px;
        width: auto;
        margin: 0;
        display: block;
        margin-bottom: 0;
        margin-top: 5px;
    }
    .nav-search {
        display: inline-block;
        float: right
    }
    .top-nav {
        display: inline-block;
        float: left
    }
    .js #nav {
        position: relative
    }
    .js #nav.closed {
        max-height: none
    }
    #nav-toggle {
        display: none
    }
    #nav li {
        display: inline-block;
        width: auto
    }
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both
}
.sidebar .hlblg_recmndationbar ul{
    padding: 0 0 0 25px;
}
.sidebar .hlblg_recmndationbar ul li{
    padding-bottom: 12px;
}
.sidebar .hlblg_recmndationbar a{
    color: #eb462b;
}
.hamar_single_post_content table td{
    border: #e6e6e6 thin solid;
    padding-left: 15px
}
.hamar_single_post_content table td ul{
    padding-left: 12px;
}
.hamar_single_post_content table td ul li{
    padding-bottom: 3px;
}


.hamar_single_post_content table{
    border-collapse: collapse;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    display: block;
    box-shadow: #0000001f 1px 1px 2px 1px;
    max-height: 600px;
}
.hamar_single_post_content table thead{
    
}

.hamar_single_post_content table td,
.hamar_single_post_content table th{
   min-width: 120px;
    height: 25px;
    border: dashed 1px #eb462b59;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 100px; */
    vertical-align: top;
    padding: 10px; 
}

#nav .goog-te-gadget-simple a{
    color: #333;
    padding: 3px 13px 0 2px;
}
#nav .goog-te-gadget-simple a:hover{
    background-color: #fff;
}
#nav .goog-te-gadget-simple{height: 22px;float: right;margin-right: 6px;margin-top: 5px;border: 0;margin-left: 1px;}
#nav .goog-te-gadget-simple img{
    float: left;
    margin-top: 3px;
}
.zal_tabimg{
    position: relative;
    margin-bottom: 40px;
}
.zal_tabimg span a{
    background-color: #eb462bbf;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    box-shadow: #79797973 0px -3px 4px 4px;
    color: #ffffff;
    font-size: 25px;
    border: #ffffffc2 1px solid;
}
.zal_tabimg span a:hover{
    color: #e8e8e8;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a {
        text-decoration: underline
    }
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after {
        content: ""
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr {
        page-break-inside: avoid
    }
    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}