/* ELEMENTS */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
select,
textarea {
    width:100%;
    padding:5px 10px;
    font-size: 90%;
    letter-spacing: 1pt;
    border:1px solid #ccc;

    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;

    box-shadow: none;
}

h1,
h2,
h3{
    font-weight: 300;
}
h1 small,
h2 small,
h3 small {
    display:block;
    margin-top:5px;
    font-size:50%;
    font-weight: 300;
}

a {
    color:#d0086e;
}

/*alignment*/
.centered {
    text-align: center;
}
.rightalign {
    text-align: right;
}
.leftalign {
    text-align: left;
}

/*divider*/
hr.small {
    width:30px;
    margin:20px 0px 20px;
    border-width: 2px;
}
.centered hr.small{
    margin:20px auto 0px;
}

/*framebutton*/
.framebutton {
    display: inline-block;
    margin:15px 0px 0px;
    padding:5px 20px;
    background-color: transparent;
    background-image: none;
    border:2px solid #555;
    color:#555;
    text-decoration: none;
    text-transform: uppercase;
}
.framebutton.white {
    color:#fff;
    border-color: #fff;
}
.framebutton.green {
    color:#357c3a;
    border-color: #357c3a;
}

/*greenblocks*/
.row .greenblock {
    padding:80px;
    background-color: #45a04b;
    color: #fff;
}

.row .greenblock:nth-child(even) {
    background-color: #357c3a;
}
.row .greenblock p{
    font-size:80%;
}
.row .greenblock h1,
.row .greenblock h2,
.row .greenblock h3 {
    font-weight: 800;
    font-size: 150%;
    text-transform: uppercase;
}
.row .greenblock h3 {
    font-weight: 600;
    font-size: 110%;
}
.row .greenblock hr{
    margin-top:10px;
    margin-bottom:-10px;
    border-color:#fff;
}
.row .greenblock a{
    display: inline-block;
    margin:15px 0px 0px;
    padding:5px 20px;
    background-color: transparent;
    background-image: none;
    border:1px solid #fff;

    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
}

/*greyblocks*/
.row .greyblock {
    padding:80px;
    background-color: #f0f0f0;
}
.row .greyblock:nth-child(even) {
    background-color: #e0e0e0;
}
.row .greyblock p{
    font-size:80%;
}
.row .greyblock h1,
.row .greyblock h2,
.row .greyblock h3 {
    font-weight: 800;
    font-size: 150%;
    text-transform: uppercase;
}
.row .greyblock h3 {
    font-weight: 600;
    font-size: 110%;
}
.row .greyblock hr{
    margin-top:10px;
    margin-bottom:-10px;
    border-color:#ccc;
}
.row .greyblock a{
    display: inline-block;
    margin:15px 0px 0px;
    padding:5px 20px;
    background-color: transparent;
    background-image: none;
    border:1px solid #666;

    color:#666;
    text-decoration: none;
    text-transform: uppercase;
}

/*whiteblocks*/
.row .whiteblock {
    padding:80px;
    background-color: #f8f8f8;
}
.row .whiteblock:nth-child(even) {
    background-color: #eeeeee;
}
.row .whiteblock p{
    font-size:80%;
    line-height: 150%;
}
.row .whiteblock h1,
.row .whiteblock h2,
.row .whiteblock h3 {
    font-weight: 800;
    font-size: 150%;
    text-transform: uppercase;
}
.row .whiteblock h3 {
    font-weight: 600;
    font-size: 110%;
}
.row .whiteblock hr{
    margin-top:10px;
    border-color:#ccc;
}
.row .whiteblock a{
    display: inline-block;
    margin:15px 0px 0px;
    padding:5px 20px;
    background-color: transparent;
    background-image: none;
    border:1px solid #666;

    color:#666;
    text-decoration: none;
    text-transform: uppercase;
}

/* slimblocks */
.row .greenblock.slim,
.row .greyblock.slim,
.row .whiteblock.slim {
    padding:20px;
}

/*round icons*/
i.fa.round {
    display:inline-block;
    padding:10px;
    margin:0px 0px 10px;
    border:1px solid #555;
    border-radius: 50%;

    -webkit-box-shadow: 0px 0px 1px #555;
    -moz-box-shadow: 0px 0px 1px #555;
    box-shadow: 0px 0px 1px #555;;
}
i.fa.round.green {
    border-color:#357c3a;
}
i.fa.round.white {
    border-color:#fff;
}

/*widgetkit grids*/
.referencegrid {
    margin:10px 10px 10px 0px !important;
}
.referencegrid .uk-panel img {
    max-width: 100%;
    height:auto;
}

/*redblocks*/
.row .redblock {
    padding:80px;
    background-color: #93383c;
    color: #fff;
}

.row .redblock:nth-child(even) {
    background-color: #882327;
}
.row .redblock p{
    font-size:80%;
}
.row .redblock h1,
.row .redblock h2,
.row .redblock h3 {
    font-weight: 800;
    font-size: 150%;
    text-transform: uppercase;
}
.row .redblock h3 {
    font-weight: 600;
    font-size: 110%;
}
.row .redblock hr{
    margin-top:10px;
    margin-bottom:-10px;
    border-color:#fff;
}
.row .redblock a{
    display: inline-block;
    margin:15px 0px 0px;
    padding:5px 20px;
    background-color: transparent;
    background-image: none;
    border:1px solid #fff;

    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
}

/* Quotes */
#quotesCarousel {
    padding:40px 0px;
    text-align:center;
}

#quotesCarousel blockquote,
#quotesCarousel blockquote *{
    color:#fff;
    border:none;
}

#quotesCarousel blockquote {
    display: inline-block;
    max-width:500px;
    font-size:200%;
    line-height:100%;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
#quotesCarousel blockquote p{
    font-weight: 600 !important;
}
#quotesCarousel blockquote small{
    font-size:50%;
    font-weight: 300;
}

/* Services */
.uk-grid.services .uk-panel {
    margin-bottom:20px;
    line-height: 120%;

}
.uk-grid.services .uk-panel-title {
    margin-bottom:5px;
}
.uk-grid.services * + .uk-margin {
    margin-top:0px;
}

/* RSFORM */
.rsform label {
    display:none;
}
.form-group {
    width:100%;
    float:none;
    margin-left:0px !important;
    margin-right:0px!important;
}
.form-group > div {
    width:100%;
    margin:0px;
}
.form-group:not(.full) {
    float:left;
    width:50%;
}

/* geometryheader*/
#geometryheader .container {
    padding:120px 20px;
}
#geometryheader * {
    color:#fff !important;
}