/*reset*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*font-smoothing*/

html,
html a {
    text-rendering: optimizeLegibility !important;
    -webkit font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/* font declarations*/

/*fonts*/

@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot?v=4.0.3');
    src: url('fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* stylesheet main structure*/

body,
html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background:#efefef;
}
/*links*/

a:link {
    color: #666666;
}
/* unvisited link */

a:visited {
    color: #666666;
}
/* visited link */

a:hover {
    color: #000;
}
/* mouse over link */

a:active {
    color: #666666;
}
/* selected link */

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0px auto;
    margin-bottom: 100px;
}
.section {
    width: 100%;
    display: block;
    margin: 0px auto;
}
.section:after {
    content: "";
    display: table;
    clear: both;
}
.wrapper .section:nth-child(3){margin-top:10px;}
.container {
    width: 90%;
    max-width: 960px;
    margin: 0px auto;
    border-radius: 10px;
    display: block;
    position: relative;
}
.container-inside {
    margin: 20px;
    padding-top: 20px;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
.header {
    width: 100%;
    position: relative;
    display: block;
    margin: 0px auto;
    overflow: auto;
}
.footer {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0px;
    margin: 0px auto;
    padding: 10px 0px;
    clear: both;
    background: #222222;
    color: #fff!important;
}
/*logo icon styles*/

.branding {
    height: 55px;
    display: block;
    margin: 10px 20px;
    position: relative;
}
.icon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    float: left;
    clear: none;
}
.icon a {
    font-size: 30px;
    line-height: 50px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    display: block;
    font-family: 'FontAwesome';
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.icon a:hover {
    text-decoration: none!important;
    color: #fff;
}
.branding .icon {
    background: #61c34a;
}
.logotype {
    margin: 0px 10px;
    display: block;
    float: left;
    clear: none;
}
.logotype a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    line-height: 50px;
    font-size: 24px;
    letter-spacing: 1px;
    text-decoration: none !important;
    color: #fff;
}
.logotype a:hover {
    color: #eee;
    text-decoration: none !important;
}
/* menu styles*/

.menu {
    width: 100%;
    display: block;
    margin: 0px auto;
    clear: both;
}
.menu:after {
    content: "";
    display: table;
    clear: both;
}
.menulist {
    list-style-type: none;
}
.menulist:after {
    content: "";
    display: table;
    clear: both;
}
.menulist li {
    margin: 0px;
    display: block;
    position: relative;
    float: left;
    clear: none;
}
.menulist:nth-child(1) {
    border-left: 1px solid #222;
}
.menulist li a {
    height: 40px;
    display: block;
    color: #000;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 20px;
    border-right: 1px solid #222;
}
.menulist li a:hover {
    text-decoration: none;
    color: #000000;
    background-color: #fffffe!important;
}
.menulist li a:active {
    background-color: #fffffe!important;
}
#mobile {
    display: none;
    border-left: 0px !important;
}
/*2 columns*/

.twocol {
    display: block;
    float: left;
    clear: none;
    width: 50%;
    
}
.twocol img {
    width: 80%;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
}
.twocol:after {
    content: "";
    display: table;
    clear: both;
}
/*social shares*/

ul.social {
    list-style-type: none;
    display: block;
    margin: 0px auto;
}
ul.social:after {
    content: "";
    display: table;
    clear: both;
}
ul.social li {
    float: left;
    clear: none;
    margin-right: 20px;
    margin-bottom:20px;
    opacity: 0.8;
}
ul.social li:hover {
    opacity: 1;
}
ul.social li .icon {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 999px;
    float: left;
    clear: none;
}
ul.social li .icon a {
    font-size: 15px!important;
    line-height: 35px;
    text-shadow: none!important;
    width: 35px;
    height: 35px;
    display: block;
    font-family: 'FontAwesome';
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.linkedin {
    background: #007bb6;
}
.facebook {
    background: #3b5998;
}
.twitter {
    background: #00aced;
}
.pinterest {
    background: #cb2027;
}
.gplus {
    background: #dd4b39;
}
.email {
    background: #999;
}
.instagram {
    background: #e2c67c;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyYzY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2UyYzY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2UyYzY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzg0NTQxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzg0NTQxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDU0MWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e2c67c 0%, #e2c67c 70%, #e2c67c 70%, #84541a 70%, #84541a 71%, #84541a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2c67c), color-stop(70%, #e2c67c), color-stop(70%, #e2c67c), color-stop(70%, #84541a), color-stop(71%, #84541a), color-stop(100%, #84541a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2c67c 0%, #e2c67c 70%, #e2c67c 70%, #84541a 70%, #84541a 71%, #84541a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2c67c 0%, #e2c67c 70%, #e2c67c 70%, #84541a 70%, #84541a 71%, #84541a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2c67c 0%, #e2c67c 70%, #e2c67c 70%, #84541a 70%, #84541a 71%, #84541a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e2c67c 0%, #e2c67c 70%, #e2c67c 70%, #84541a 70%, #84541a 71%, #84541a 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e2c67c', endColorstr='#84541a', GradientType=0);
    /* IE6-8 */
}
/*page styles*/

/*text styles*/

h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
    margin: 0px 0px;
    margin-bottom: 10px;
}
h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #000;
    margin: 5px 0px;
}
h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: lighter;
    color: #000;
    margin: 5px 0px;
    padding: 2px;
}
h4 {
    font-size: 21px;
    line-height: 24px;
    color: #222;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
h4 a {
    text-decoration: underline;
}
h4 a:hover {
    color: #000;
    background-color: #666666;
}
p {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    margin-bottom: 20px;
}
strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}
small {
    font-size: 12px;
    color: #999;
}
.footer p{margin-bottom:0px;}
/*contact form*/

.formwrap, form ul li {
    display: block;
    margin: 20px auto;
    padding: 0px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-8 */
}
form {
    margin: 20px;
}
/*inputs*/

form input[type=text],
form input[type=number],
form input[type=textarea],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=time],
form input[type=datetime],
form input[type=month],
form input[type=week],
form input[type=time],
form input[type=select],
form input[type=color],
form input[type=tel] {
    padding: 5px;
    border: 1px solid #dfdfdf;
    
    margin: 0px;
    margin-bottom: 10px;
    -webkit-appearance: none!important;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
}
form input[type=text],
form input[type=textarea],
form input[type=password],
form input[type=email],
form input[type=url]
{
    
    width: 90%;
    
}
form input[type=radio] {
    margin-right: 10px;
}
form input[type=textarea] {
    height:100px;
}
form p {
    margin-bottom: 5px;
}
form p span{margin-left:5px;}
form input[type=submit] {
    background: rgb(116, 216, 79);
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none!important;
    font-size: 18px;
    padding: 0px;
    margin-top: 10px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border: 0px;
    border-radius: 10px;
    opacity: 0.8;
}
form input[type=submit]:hover {
    opacity: 1;
}
/*validation styles*/

form input:required:invalid,
input:focus:invalid {
    border-right: 10px solid #ff4242;
}
form input:required:valid {
    border-right: 10px solid #74d84f;
}
fieldset.required input{    border-right: 10px solid #ff4242;
}

/*form list item styles*/
form ul{list-style-type:none;width:100%;}
form ul:after {
    content: "";
    display: table;
    clear: both;
}
form ul li{width:100%;float:left; clear:none;margin-bottom:10px;border-radius:10px; border:1px solid #dfdfdf;}
form ul li .inside{margin:10px;}
form ul li .inside h3.title{font-weight:bold;color:#0fb4e7}
form ul li img{width:20%;min-width:150px;display:inline;float:left;margin-bottom:10px;margin-right:10px;}
form ul li .inside .optin{margin:5px;display:inline-block; background:rgba(116,216,79, 0.8);border-radius:5px;padding:5px 10px;}
form ul li .inside .optin:hover{background:rgba(116,216,79, 1);}
form ul li .inside .optin p{margin-bottom:0px;}
form ul li .inside .hidden{padding:10px 0px; margin:10px 0px;width:100%;display:block; float:left; clear:both;border-top:1px dotted #dfdfdf; border-bottom:5px solid #ff0000;}
form ul li .inside .hidden p{color:#222;}

/* media queries section*/

/* Landscape phone to portrait tablet */

@media (max-width: 767px),
(max-device-width: 767px) {
    /*header stuff*/
    .social {
        display: block;
    }
    .container,
    .header {
        width: 90%;
    }
    .twocol {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        margin: 15px auto !important;
    }
    .twocol img {
    width: 40%;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
        min-width:200px;
}
    /*slider stuff*/
    /*page stuff*/
    .footer {
        width: 100%;
    }

}
/* Landscape phones and down */

@media (max-width: 500px),
(max-device-width: 500px) {
    /*header stuff*/
    .container,
    .header,
    .menu {
        width: 100%;
    }
    .branding {
        margin: 10px;
    }
    .twocol {
        margin: 0px;
    }
    /*menu stuff*/
    .menu {
        float: left;
        border-top: 0px;
        margin: 0px;
    }
    .menulist li {
        width: 100%;
        height: 40px;
        margin: 0px;
        clear: both;
        border-bottom: 1px dotted #000;
        border-right: 0px!important;
        border-left: 0px!important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-bottom-left-radius: 0px;
        -moz-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
    }
    .menulist li a {
        display: block;
        width: 90%;
        height: 40px;
        line-height: 40px;
        margin: 0px auto;
        margin-bottom: 10px;
        border-right: 0px!important;
        border-left: 0px!important;
    }
    .menulist {
        width: 100%;
        margin: 0px;
        height: 40px;
        overflow: hidden;
        margin-bottom: 0px;
        z-index: 99;
    }
    .menulist:hover {
        height: auto;
        display: block;
    }
        .menulist li:nth-child(1) {
        border-left: 0px;
    }
    #mobile {
        display: block;
        height: 40px;
        border-left: 0px!important;
        border-right:0px !important;
    }
    .twocol img {
        display: none!important;
    }
    h1,
    h2,
    h3 {
        text-align: center!important;
    }
    h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .footer .container p {
        text-indent: 10px;
    }
    form ul li img{float:none!important;display:block;margin:0px auto;}
    /*slider stuff*/
    /*page stuff*/
}