﻿h2 {
	color: #CB3734 !important;
}

.content-holder-med.auto {
    height: auto !important;
}

@media (max-width: 799px) {
    .content-holder-med.first {
        margin-top: -3% !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 799px) {
    .content-holder-med {
        margin-bottom: 0 !important;
    }
}

.content-holder-fill
{
    ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
    filter: alpha(opacity=20) !important;
    opacity: .20 !important;
}

.content-holder-fill.and1x2 {
    height: 100%;
}

@media (max-width: 799px) {
.content-holder-fill.and1x2 {
    padding-bottom: 6% !important;
}
}

.project-header.and1x2 {
    height: 100%;
    margin-bottom: -6%;
}

@media (min-width: 1303px) {

    .project-header.and1x2 {
        margin-bottom: -17%;
    }
}

@media (min-width: 400px) and (max-width: 799px) {

    .project-header.and1x2 {
        margin-bottom: -9%;
    }
}


@media (min-width: 800px) and (max-width: 1302px) {

    .project-header.and1x2 {
        margin-bottom: -2%;
    }
}


.content-holder-fill:hover
    {
        ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        filter: alpha(opacity=100) !important;
        opacity: 1.0 !important;
		background: none !important;

    }

.content-holder-med:hover
    {
        ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        filter: alpha(opacity=100) !important;
        opacity: 1.0 !important;

    }

.content-holder-med.and2x2 {
    width: 95%;
    height: 100%;
}

.project-header.and2x2 {
    width: 700px;
    height: 440px;
}

.content-holder-med.and2x2:hover {
    background: none !important;
}


@media (max-width: 1302px) {

    .project-header.and2x2 {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 400px) and (max-width: 1302px) {

    .project-header.and2x2 {
        margin-bottom: -3%;
    }
}

@media (max-width: 799px) {

    .project-header.and2x2 {
        padding-bottom: 6%;
    }
}

.project-header.and2x2 img
{
    width: 100%;
}


.project-footer-container.remove-perm {
    background: none;
}

@media (max-width: 1302px) {
    .project-footer-container.remove {
        background: none;
    }
}



.content-holder-med:hover {
    background: none !important;
}



@media (min-width: 1303px) and (max-width: 1621px) {
	.content-holder-fill.nexttolast {
		margin-top: -14px !important;
        margin-bottom: -253px !important;
	}
}


/* CONTACT FORM */


.input-box-text {
    clear: left;
    font-size: .90em;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #260e03;
}

.form-text-input {
    border: 1px solid #b1c3d4;
    padding: 0 7px;
    width: 95%;
    margin-bottom: 25px;
    min-height: 2.2em;
    line-height: 1.7em;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; */
    background: #f0f6fb;
}

@media (max-width: 900px) {
    .form-text-input {
        width: 100%;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
    }
}

.contact-form {
	width: 103%;
	float: left;
    position: relative;
    margin-bottom: 7%;
    color: #260e03;
}

@media (max-width: 900px) {
    .contact-form {
	width: auto;
	float: left;
    position: relative;
    margin-bottom: 7%;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #260e03;
    width: 103%;
}
}

.form-submit {
    background-color: #CB3734;
    border: 1px solid #CB3734;
    cursor: pointer;
    margin-top: 4px;
    width: 99.5%;
    font-family: Rajdhani Bold;
    font-size: 1.0em;
    height: 2.0em;
    line-height: 2.0em;
    color: #fff;
    letter-spacing: .05em;
}

@-moz-document url-prefix() { 
  .form-submit {
     line-height: 1.9em;
  }
}

@media (max-width: 900px) {
    .form-submit {
        cursor: pointer;
        margin-top: 10px;
        padding: 0px;
        width: 101%;
}
}

.contact-form-container
{
	float: left;
	position: relative;
	width: 45.5%;
	height:auto;
	margin-right: 40px;
}

@media (max-width: 900px) {
    .contact-form-container {
        float: left;
	    position: relative;
	    width: 95%;
	    height:auto;
	    margin-right: 5%;
    }
}

.contact-form-container2
{
	float: left;
	position: relative;
	width: 46.5%;
	height:auto;
}

@media (max-width: 900px) {
    .contact-form-container2 {
        float: left;
	    position: relative;
	    width: 95%;
	    height:auto;
	    margin-right: 40px;
    }
}
