body {
background-color: #E9E9E9;
}
.site-footer {
background: #000;
}
.site-header {
padding: 1.5em 5.55% 0;
/*background: transparent -moz-linear-gradient(center bottom , rgb(53, 73, 18) 0%, rgb(112, 154, 39) 100%) repeat scroll 0% 0%;
*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#627d4d+0,1f3b08+100;Olive+3D */
background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top,  #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* IE10+ */
background: linear-gradient(to bottom,  #627d4d 0%,#1f3b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */

}
.main {
background: #E9E9E9;
}
.featured-image {
background-position: 50% top;
}
.entry .featured-image:after {
        opacity: 0
    }

/* Slider */

div.nslider-arrow-navigation a.nslider-arrow-left, div.nslider-arrow-navigation a.nslider-arrow-right {
background-color: rgba(0, 0, 0, 0.51);
}
div.nslider-arrow-navigation a {
width: 100px;
}

.cform textarea, .cform input {
	width: 65%;
}


.cform input.sendbutton {
background: #000 -moz-linear-gradient(center top , #000 1%, #000 100%) repeat scroll 0% 0%;
}
.cform input.sendbutton:hover {
background: green;
}

span.ccfic-caption {
text-align: center;
}

/* Contact Form */

.your_name {
width: 48%;
float: left;
}
.your_name input {
width: 100%;
}
.your_email {
width: 48%;
float: left;
margin-left: 4%;
}
.your_email input {
width: 100%;
}
center.ss-title input {
    width: 100%;
}
.btn_send input {
width: 100%;
background: dimgrey;
color: white;
border-left: none!important;
}
textarea, input, input:focus, textarea:focus {
    border: none;
    border-left: 10px solid silver;
    border-bottom: 1px solid silver;
    outline: none;
}
textarea {
max-width: 100%;
}
input:focus {
	border-left: 10px solid #627d4d;
}
textarea:focus {
	border-left: 10px solid #627d4d;
}
input[type="file"],  input[type="file"]:focus {
background: white;
color: #8F8F8F;
border: 1px solid #627d4d;
margin: 1px;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):not([type=image]),textarea {
    max-width: 100%;
}
div.wpcf7 img.ajax-loader {
width: 22px;
}



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .cform {
        width:100%;
    }
    .cform label {
            color: #555;
            display: block;
            margin: 0;
            text-align: center;
            vertical-align: top;
            width: 100%;
    }
    .cform input, .cform input[type="text"] {
            width:90%;
            text-align: center;
    }
    .cform textarea {
            width:90%;
    }
    #cforms_captcha6, #cforms_captcha5, #cforms_captcha4, #cforms_captcha3, #cforms_captcha2, #cforms_captcha {
            height: 2em;
            width: 40%;
            padding: 0;
            margin: 0 auto;
            text-align: center;
            display: inline-block
    }
    img.captcha {
            vertical-align: text-bottom;
            margin: .5em !important;
            display: inline-block;
    }
    .captcha-reset {
            vertical-align: top;
            color: #777;
            margin: auto;
            display: inline-block;
            width: 21px;
            height: 21px;
            border: none;
    }
    .cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
            padding: 10px 20%;
            margin: 0 auto;
            display: block;
            font-size: 2em;
            cursor: pointer;
            width: auto;
    }
    .cform input.cf_upload {
            width: 90%;
            background: #f9f9f9;
            border: 2px solid #888;
    }
  }



/*
.sing-tit-cont {
    position: relative;
    margin: -69px 0px 0px 10%;
    padding: 3% 3% 1%;
    width: 80%;
    background: rgb(66, 95, 17) none repeat scroll 0% 0%;
    color: white;
}
body.admin-bar .navbar-fixed-top {
    background-color: rgb(66, 95, 17);
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}
.navbar-sub {
    background: #A2A2A2 none repeat scroll 0% 0%;
}

/////
.site-header {
background: #678E23;
}
.site-branding {
padding: 0 0 0px;
}
*/