article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html, button, input, select, textarea { font-family:"Nunito Sans",sans-serif;color:#555;font-size:14.5px;outline:none;-webkit-appearance:none;border-radius:0;}
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #111; color: #fff; text-shadow: none; }
::selection { background: #111; color: #fff; text-shadow: none; }

::-webkit-input-placeholder { color:#888;}
:-moz-placeholder { color: #888;}
::-moz-placeholder { color: #888 ;}
:-ms-input-placeholder {color:#888;}
::-webkit-textarea-placeholder { color:#888;}
:-ms-textarea-placeholder {color:#888;}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {display:block;height:1px;border:0;border-top:1px solid #eaeaed;margin:15px 0;}
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ===== Primary Styles ========================================================
   Author: Court & Red Ltd.
   ========================================================================== */
/* Sticky Footer */   
body {background:#f7f7f7;overflow:hidden;overflow-y:scroll;}

/* Standards */
.green {color:#1f7c1b;} .blue {color:#1e3ca0;} .dark {color:#0410c4;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.hidden { display: none !important; visibility: hidden; }
.clearfix:after {content:"";display:table;clear:both;}
a, button {text-decoration:none;transition:all .3s ease-in-out;}
h1, h2, h3, h4, h5, h6 {font-weight:800;letter-spacing:1px;margin:15px 0;color:#222;}
h1 {font-size:26px;} h2 {font-size:24px;} h3 {font-size:22px;} h4 {font-size:18px;} h5 {font-size:14px;} h6 {font-size:12px;}
.btn {display:inline-block;background:#1f7c1b;color:#fff;font-weight:800;padding:12px 35px;}
.btn:hover {opacity:0.9;}
.background {background:#fff;}
p {line-height:24px;}

/* Messages */
#success {padding:15px;background:#f3f9f0;color:#468847;margin-bottom:35px;}
#errors {padding:15px;background:#fdf0ee;color:#a83b31;margin-bottom:35px;}

/* Header */
header {background:#fff;}
header .logo {width:175px;margin-top:18px;}
.header {position:relative;}
.header:after {content:'';background:#eaeaed;width:100%;height:1px;position:absolute;top:100%;left:0;z-index:10;}

/* Navigation */
nav > ul {float:right;}
nav > ul > li {float:left;position:relative;}
nav > ul > li > a {display:block;padding:35px 20px;color:#222;font-weight:800;text-transform:uppercase;letter-spacing:1px;font-size:13px;}
nav > ul > li > a > i {margin-left:4px;}
nav > ul > li:last-child > a {padding:35px 0 35px 20px;}
nav > ul > li:hover > a {color:#1f7c1b;}
nav > ul > li.active > a {color:#1f7c1b;}
nav > ul > li > ul {display:none;position:absolute;top:100%;left:0;width:185px;background:#fff;border:1px solid #eaeaed;border-top:0;z-index:25;}
nav > ul > li:hover > ul {display:block;}
nav > ul > li > ul > li {position:relative;}
nav > ul > li > ul > li > a {display:block;padding:10px 20px;color:#222;}
nav > ul > li > ul > li:hover > a {color:#1f7c1b;}

/* Mobile */
.menu-btn {display:none;float:right;padding:45px 0;}
.menu-btn span {display:block;background:#555;width:25px;height:2px;position:relative;transition:all .3s ease-in-out;}
.menu-btn span:before {content:'';position:absolute;background:#555;width:100%;height:2px;top:-8px;transition:all .3s ease-in-out;}
.menu-btn span:after {content:'';position:absolute;background:#555;width:100%;height:2px;top:8px;transition:all .3s ease-in-out;}

.menu-mobile {display:none;position:absolute;width:100%;background:#fff;z-index:9;}
.menu-mobile ul {list-style:none;padding:15px 0;margin:0;}
.menu-mobile ul li a {display:block;padding:8px 0;color:#222;font-weight:800;text-transform:uppercase;letter-spacing:1px;font-size:12px;}
.menu-mobile ul li a:hover {color:#1f7c1b;}
.menu-mobile ul li a.active {color:#1f7c1b;}
.menu-mobile ul ul {padding:0 0 0 20px;}
.menu-mobile ul ul li a {padding:5px 0;}

/* Homepage */
.home {background:#fff;padding:35px 0;}
.home.first {padding:0 0 35px;}
.home.second {padding:0 0 35px;margin-top:-25px;}
.home .item {margin-bottom:30px;}
.home .item img {width:100%;border:1px solid #eaeaed;}
.banner {position:relative;}
.banner:before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.2);z-index:5;}
.banner .sorted {position:absolute;top:0;left:0;width:100%;height:100%;z-index:6;}
.banner .sorted .align {position:absolute;top:50%;margin-top:-70px;padding:0 45px;}
.banner .sorted .align h1 {color:#fff;font-size:32px;}
.banner .sorted .align h4 {color:#fff;margin:-12px 0 12px 0;font-size:22px;}
.banner img {width:100%;}

/* Breadcrumb */
.breadcrumb {padding:25px 0;font-size:12px;position:relative;}
.breadcrumb:after {content:'';background:#eaeaed;width:100%;height:1px;position:absolute;top:100%;left:0;z-index:8;}
.breadcrumb span {margin:0 4px;}
.breadcrumb a {color:#1f7c1b;}

/* Page */
.page {background:#fff;padding:35px 0 55px;}
.page .title {font-size:26px;font-weight:800;letter-spacing:1px;color:#222;padding-bottom:35px;}
.page .title.padded {padding-bottom:20px;}
.page .section {position:relative;padding:15px 0;}
.page .section:before {content:'';background:#eaeaed;width:100%;height:1px;position:absolute;top:0;left:0;z-index:8;}
.page .section:after {content:'';background:#eaeaed;width:100%;height:1px;position:absolute;top:100%;left:0;z-index:8;}
.page .section.clients {padding:0 0 15px;margin:-15px 0 35px;}
.page .section.clients:before {content:none;}
.page .content a {color:#1f7c1b;}
.page .content ul li {line-height:24px;}
.page .content ol li {line-height:24px;}
.page .content ul ul, .page .content ol ul {margin-top:0;}
.page .content img {width:100%;max-width:100% !important;height:auto !important;}
.page .item {margin-bottom:30px;}
.page .item img {width:100%;}
.page .item img.bordered {border:1px solid #eaeaed;}

/* Contact */
.contact {padding-top:35px;}
.contact .form {border:1px solid #eaeaed;padding:5px;margin-bottom:15px;}
.contact .form span {display:block;}
.contact .form input {border:none;width:100%;padding:0;}
.contact .form select {border:none;width:100%;padding:0;}
.contact .form textarea {border:none;width:100%;padding:0;}
.contact .last button {border:none;background:#1f7c1b;color:#fff;font-weight:800;padding:12px 35px;margin-bottom:15px;}
.contact .last button:hover {opacity:0.9;}
.map {height:288px;}

/* Info */
.contact-info {padding-top:15px;}
.contact-info .social a {display:inline-block;width:40px;height:40px;line-height:40px;font-size:18px;color:#fff;margin-top:8px;text-align:center;}
.contact-info .social a.facebook {background:#395794;}
.contact-info .social a.twitter {background:#52a8e6;}
.contact-info .social a.instagram {background:#8d0f41;}
.contact-info .social a.linkedin {background:#0077B5;}

/* Newsletter */
.newsletter {position:relative;text-align:center;padding-bottom:50px;}
.newsletter:after {content:'';background:#eaeaed;width:100%;height:1px;position:absolute;top:100%;left:0;z-index:8;}
.newsletter p {margin-top:-6px;}
.newsletter input {border:1px solid #cfcfd6;padding:12px 15px;width:100%;max-width:500px;text-align:center;margin-bottom:15px;}
.newsletter button {background:#1f7c1b;border:none;font-weight:800;color:#fff;padding:12px 15px;width:100%;max-width:500px;text-align:center;}
.newsletter button:hover {opacity:0.9;}

/* Footer */
footer {padding:35px 0 0;}
footer .social {padding-top:50px;}
footer .social a {display:inline-block;padding:0 22px;color:#555;}
footer .social i {margin-right:4px;}
footer .social .facebook i {color:#395794;}
footer .social .twitter i {color:#52a8e6;}
footer .social .instagram i {color:#8d0f41;}
footer .social .linkedin i {color:#0077B5;}
.footer {padding:35px 0;text-align:center;}
.footer a {color:#1f7c1b;}

@media only screen and (max-width:990px){
nav ul {display:none;}
.menu-btn {display:block;}
.banner .sorted .align h1 {font-size:22px;}
.banner .sorted .align h4 {font-size:16px;}
.contact {padding-top:20px;}
}

@media only screen and (max-width:767px){
.banner .sorted .align {padding:0 25px;margin-top:-65px;}
footer .social a {padding:0 15px;}	
}

@media only screen and (max-width:500px){
.banner .sorted .align h1 {font-size:16px;}
.banner .sorted .align h4 {font-size:12px;}
}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}