/*-------------MORE----------------*/

.more
{
display: inline-block;
color: #ffffff;
line-height: 24px;
padding-right: 20px;
background:  url(../images/arrow.png) right bottom no-repeat;
vertical-align: top;
transition: color 0.3s;
}

.more:hover
{
color: #fb361a;
transition: color 0.5s;
}

/*-------------BUTTON----------------*/

.button,
.button_map
{
display: inline-block;
height: 39px;
font-family: Roboto;
font-size: 14px;
color: #ffffff;
line-height: 39px;
font-weight: 300;
padding: 0px 20px;
border: none;
background-color: #ac2512;
cursor: pointer;
transition: background 0.3s;
}

.button:hover,
.button_map:hover
{
background-color: #a11603;
transition: background 0.5s;
}

.button_map
{
padding-left: 50px;
background-image: url(../images/loupe.png);
background-position: 16px 10px;
background-repeat: no-repeat;
}

/*-------------FORM----------------*/

.form_field
{
height: 37px;
font-family: Roboto;
font-size: 14px;
color: #ffffff;
line-height: 37px;
font-weight: 300;
padding: 0px 14px;
border: 1px solid #333333;
background: #000000;
}

textarea.form_field
{
line-height: normal;
padding: 8px 14px;
}

.form_field:focus
{
border-color: #5a5a5a;
}

input.error,
textarea.error
{
color: #fb361a;
border-color: #ac2512;
}

label
{
display: block;
}

/*-------------CONTACT----------------*/

.contact .details
{
float: left;
width: 280px;
line-height: 180%;
}

.contact .form
{
float: right;
width: 360px;
}

.contact .form_field
{
width: 259px;
margin-top: 6px;
}

.contact textarea.form_field
{
width: 309px;
height: 140px;
}

.contact input.error,
.contact textarea.error
{
margin-bottom: 3px;
}

.contact .button
{
margin-top: 8px;
}

/*-------------GALLERY----------------*/

.projects .sigplus-gallery ul
{
width: 264px;
height: 380px;
margin: 0px 1px 1px 0px !important;
}

.projects .sigplus-gallery img
{
margin: 0px !important;
padding: 0px !important;
transition: opacity 0.3s;
}

.projects .sigplus-gallery a:hover img
{
opacity: 0.2;
transition: opacity 0.5s;
}

.projects div.boxplus-imagecaption.boxplus-overlaycaption
{
height: 20px !important;
background-color: #e12e14 !important;
}

#boxplus .boxplus-viewer > .boxplus-thumbs > ul
{
visibility: visible;
}

/*-------------LIST----------------*/

ul.list
{
margin-left: 32px;
}

ul.list li
{
list-style: none;
margin-bottom: 26px;
}

/*-------------TEXT----------------*/

.color_s1
{
color: #fb361a;
}