body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #6b6b6b;
    min-width: 1170px !important;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 1170px !important;
    max-width: none !important;
}

h1 {
    text-align: center;
    color:  #ffffff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.clearfix {
    clear: both;
}
/* === HEADER === */

header {
    padding-top: 23px;
    margin-bottom: -6px;
    margin-bottom: 18px;
}
.wrap-logo {
    margin-left: 28px;
}
.wrap-showcase {
    background: url(/img/default_bg_image.png) 50% 50% no-repeat, #005197; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/img/default_bg_image.png) 50% 50% no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTE5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzdjY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url(/img/default_bg_image.png) 50% 50% no-repeat, -moz-linear-gradient(top, #005197 0%, #037ccd 100%); /* FF3.6+ */
    background: url(/img/default_bg_image.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005197), color-stop(100%,#037ccd)); /* Chrome,Safari4+ */
    background: url(/img/default_bg_image.png) 50% 50% no-repeat, -webkit-linear-gradient(top, #005197 0%,#037ccd 100%); /* Chrome10+,Safari5.1+ */
    background: url(/img/default_bg_image.png) 50% 50% no-repeat, -o-linear-gradient(top, #005197 0%,#037ccd 100%); /* Opera 11.10+ */
    background: url(/img/default_bg_image.png) 50% 50% no-repeat, -ms-linear-gradient(top, #005197 0%,#037ccd 100%); /* IE10+ */
    background: url(/img/default_bg_image.png) 50% 50% no-repeat, linear-gradient(to bottom, #005197 0%,#037ccd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005197', endColorstr='#037ccd',GradientType=0 ); /*IE6-8 */
    height: 190px;
}
.wrap-showcase.nethouse-showcase {
    background: url(/img/N_bg.jpg);
}
.wrap-showcase h1 {
    padding-top: 39px;
}
span.domain, p#domain-data-info span {
    font-weight: 700;
}
p#domain-data-info, p#actions {
    display: inline-block;
}
p#actions {
    margin-left: 25px;
}
.wrap-domain-block {
    text-align: center;
}
.wrap-domain-block p {
    color:  #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    margin-top: 41px;
}
.submit-btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding: 16px 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    background: #76c304;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #589203 0 2px 0;
    -moz-box-shadow: #589203 0 2px 0;
    box-shadow: #589203 0 2px 0;
    text-decoration: none;
}
.submit-btn.nethouse-btn {
    padding: 15px 50px;
    margin-top: -15px;
    display: block;
    font-weight: 300;
    color: #555;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-box-shadow: inset #ccc 0 -2px 0,#555 0 1px 6px -1px;
    -webkit-box-shadow: inset #ccc 0 -2px 0,#555 0 1px 6px -1px;
    box-shadow: inset #ccc 0 -2px 0,#555 0 1px 6px -1px;
}
.submit-btn.nethouse-btn:active {
    position: relative;
    transform:translate(0px, 4px);
    -webkit-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    -moz-transform: translate(0px, 4px);
}
/* === MAIN === */

.wrap-service {
    padding-top: 20px;
}
.wrap-service-blocks {
    width: 540px;
    height: 260px;
    margin-left: 30px;
    margin-top: 30px;
    float: left;
}
.wrap-nethouse {
    background: url(/img/nethouse.png) 50% 50% no-repeat;    
}
.wrap-majordomo {
    background: url(/img/majordomo.png) 50% 50% no-repeat; 
}
.wrap-siteaudit {
    background: url(/img/siteaudit.png) 50% 50% no-repeat;
}
.wrap-registrant {
    background: url(/img/registrant.png) 50% 50% no-repeat;
}
.wrap-pronethouse {
    background: url(/img/pronethouse.png) 50% 50% no-repeat;
}
.wrap-text-block {
    height: 100px;
    position: relative;
    top: 160px;
}
.wrap-text-block p {
    color:  #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    padding: 15px;
}
.wrap-text-block p span {
    color:  #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.wrap-nethouse .wrap-text-block, .wrap-pronethouse .wrap-text-block {
    background-color: #d9e5ee;
}
.wrap-majordomo .wrap-text-block {
    background-color: #ffe8d9;
}
.wrap-registrant .wrap-text-block {
    background-color: #d9e5ee;
}
.wrap-siteaudit .wrap-text-block {
    background-color: #e2e9f9;
}
/* === FOOTER === */
footer {
    margin-top: 93px;
    margin-bottom: 50px;
}

footer .copyright {
    color:  #555555;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}
footer .copyright.copy-nethouse, footer .copyright.copy-nethouse a {
    font-weight: 300;
    font-size: 15px;
    color: #999;
}
footer .copyright.copy-nethouse a:hover {
    text-decoration: underline;
}
footer .copyright a {
    text-decoration: none;
    color: #0088cc;
}
footer .copyright {
    display: inline-block;
    margin-left: 30px;
}