.snp-theme10 {
    font: 19px/1.5 Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #c7c3c2;
    max-width: 700px;
    background-color: #ffffff;
    border-radius: 10px;
    border-left-color: #79bb49;
    border-left-width: 20px;
    border-left-style: solid;
    position: relative;
}
.snp-theme10 .snp-body {
    padding: 45px 0px 35px 45px;
}

.snp-theme10:after { /* arrow */
    position: absolute;
    left: 0px;
    top: 45px;
    width: 0; 
    height: 0; 
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #79bb49;
    content: ' ';
}

.snp-theme10 .snp-body p {
    margin-bottom: 20px;
    font-size: 19px;
    padding-right: 20px;
}
.snp-theme10 .snp-features {
    font-size: 19px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.snp-theme10 .snp-features li {
  margin-top: 5px;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
}

.snp-theme10 .snp-features li span { 
   border-radius: 50%;
   background-color: #79bb49;  
   display: inline-block;
   width: 14px;
   height: 14px;
   margin-right: 15px;
   margin-left: 2px;
   background-image: url(gfx/tick_light.png);
   background-repeat: no-repeat;
   background-position: 5px 3px;
}

.snp-theme10 .snp-privacy {
    font-size: 15px;
    padding-left: 28px;
    padding-right: 20px;
    background: url(gfx/locker.png) no-repeat;
}
.snp-theme10 .snp-close {
    font-size: 15px;
    padding-left: 28px;
}
.snp-theme10 .snp-privacy a, .snp-theme10 .snp-close a {
    text-decoration: underline;

    transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
.snp-theme10 .snp-privacy a:hover {
    color: #000;
}
.snp-theme10 .snp-form {
    margin-bottom: 18px;
    padding-top: 23px;
    border-top: 1px solid #dcdad9;
    padding-right: 40px;
}
.snp-theme10 .snp-fieldset {
    float: left;
    display: inline-block;
    padding-right: 15px;
    width: 100%;
}
.snp-theme10 .snp-field {
    display: block;
    width: 100%;
    height: 43px;
    background-color: #e9e9e9;
    border: 1px solid #c4c4c4;
    border-right-color: #e4e4e4;
    border-bottom-color: #e4e4e4;
    font: 15px/1.5 Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 50px;
    color: #595959;
    margin-bottom: 10px;
    border-radius: 5px;
    background-repeat: no-repeat;
}
.snp-theme10 textarea.snp-field {
    height: 96px;
    padding-left: 10px;
}
.snp-theme10 select.snp-field {
    padding-left: 10px;
}
.snp-theme10 .snp-field-name {
    background-image: url(gfx/input-name.png);
    background-position: 17px 13px;
}
.snp-theme10 .snp-field-email {
    background-image: url(gfx/input-email.png);
    background-position: 17px 15px;
}
.snp-theme10 .snp-field-phone {
    background-image: url(gfx/input-phone.png);
    background-position: 14px 12px;
}
.snp-theme10 .snp-field-address {
    background-image: url(gfx/input-address.png);
    background-position: 18px 13px;
}
.snp-theme10 .snp-field-website {
    background-image: url(gfx/input-website.png);
    background-position: 13px 16px;
}

.snp-theme10 .snp-field ::-webkit-input-placeholder {
    color: #969696;
}
.snp-theme10 .snp-field :-moz-placeholder {
    color: #969696;
}
.snp-theme10 .snp-field :-ms-input-placeholder {
    color: #969696;
}
.snp-theme10 .snp-submit { 
    padding: 0 35px;
    margin: 0;
    border: 0;
    float: right; 
    display: inline-block;
    
    min-height: 45px;
    line-height: 33px;
    text-align: center;
    color: #2f6309;
        
    font-size: 19px;
    font-weight: bold;
    font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;

    background: #79bb49;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: 2px solid #508c24;


}
.snp-theme10 .snp-submit:active {
    position: relative;
    top: 2px;
}
.snp-theme10 .snp-error {
    color: #CC0000 !important;
    border: 1px solid #CC0000 !important;
}
.snp-theme10 .snp-error::-webkit-input-placeholder { color: #CC0000; }
.snp-theme10 input.snp-error:-moz-placeholder { color: #515151; }
.snp-theme10 .snp-error.placeholder { color: #515151; }

.snp-theme10 .snp-text {
    font-size: 31px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    color: #595959;
    padding-right: 20px;
}

.snp-theme10 .snp-text2 {
    font-size: 31px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 25px;
    color: #595959;
}
.snp-theme10 .snp-right {
    float: right;
    margin-left: 30px;
    margin-right: 35px;
    margin-bottom: 20px;
}
.snp-theme10 img {
    max-width: 100%;
}
@media only screen and (max-width: 780px) {
    .snp-theme10 .snp-right, .snp-theme10 br {
	display: none;
    }
    .snp-theme10 .snp-left {
	display: none;
    }
    .snp-theme10 .snp-body {
	padding: 10px 0px 10px 25px;
    }
    .snp-theme10 .snp-text {
	margin-bottom: 10px;
	font-size: 21px;
	padding-right: 10px;
    }
    .snp-theme10 .snp-text2 {
	font-size: 21px;
	margin-bottom: 10px;
    }
    .snp-theme10 .snp-submit {
	font-size: 15px;
	line-height: 25px;
	padding: 0 10px;
    }
    .snp-theme10 .snp-form {
	padding-right: 10px;
	padding-top: 10px;
    }
    .snp-theme10 .snp-privacy {
	/*font-size: 10px;*/
    }
}