﻿/* Content home page 50%+50% */
#contentwrapper {position: relative; width:100%;margin:0 auto;min-height:460px;max-width:950px;}


#Content2 {float: right;margin:25px 0px;padding: 10px;min-height:350px;width: 48%;}
#Content2Wrapper {width:100%;}

#Content3 {float: left;padding: 10px;margin:25px 0px;width: 48%;min-height:350px;}
#Content3Wrapper {width:100%;}

#Content2,
#Content3 {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    background-color: #f7f6f5;
}

#Content1 {display: none;}
#Content4 {display:none;}
#Content5 {display:none;}
#Content6 {display:none;}
#Content7 {display:none;}

@media only screen and (min-width : 950px) {

}

@media only screen and (max-width : 950px) {
    #Content2,
    #Content3 {width: 97%;margin: 16px auto;float: none;}
    }

#Content2Wrapper h1,
#Content2Wrapper h2,
#Content3Wrapper h1,
#Content3Wrapper h2{margin-top:0;}

.contactForm ol li input[type="text"], .contactForm ol li textarea {-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: inset 0px 2px 3px 0px rgba(207,207,207,1);-moz-box-shadow: inset 0px 2px 3px 0px rgba(207,207,207,1);box-shadow: inset 0px 2px 3px 0px rgba(207,207,207,1);}
.contactForm ol li .btnSend{background-color:#270f58;border: 1px solid #270f58;color:#fff; background-image:none; border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;height: 28px;width: 96px;}