/* 
@import url(font-awesome.min.css);
@import url(fontastic.css);
*/


/* 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, fig caption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* Remove IOS input effects */
input.text,
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, fig caption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


html, body {
    height: 100%;
}


ol, ul {
	list-style: none;
}


blockquote, q {
	quotes: none;
}


block quote:before, block quote:after,
q:before, q:after {
	content: ‘’;
	content: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Box model */

*,:before,:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


/* Remove gray highlight when tapping links in mobile safari */
html {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


img,
embed, object, video {
max-width: 100%;
}


img {
vertical-align: middle;
}


/* Global */

body {
    background-color: #ffffff;
	color: #4B514A;
    font-family: 'Nunito', sans-serif;
	font-weight: 300;
    font-size: 1.125em;
	line-height:1.6;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:100%;
}




a:link {
	color: inherit;
	text-decoration : none;
	-webkit-transition: all 0.3s ease-in;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-in;  /* FF4+ */
	-ms-transition: all 0.3s ease-in;  /* IE10? */
	-o-transition: all 0.3s ease-in;  /* Opera 10.5+ */
	transition: all 0.3s ease-in;  
}

a:visited {
	color: inherit;
    text-decoration : none;
}

a:hover {
	color: #00928F;
}


strong, b {
	color: inherit;
	font-weight: 600;
}


em, i {
	font-style: italic;
}


sub {
	font-size: 0.7em;
	position: relative;
	top: 0.5em;
}


sup {
	font-size: 0.7em;
	position: relative;
	top: -0.5em;
}


p {
    font-weight: 300;
	margin-bottom: 2em;
}

p a:link {
	color: #00928F;
	border-bottom: 2px solid transparent;
}

p a:hover {
	border-bottom: 2px solid #00928F;
}


blockquote {
	border-left: solid 6px rgba(0, 0, 0, 0.8);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}


h1,h2,h3,h4,h5,h6 {
	color: #4C8F8E;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 0.7em 0;
    text-transform: uppercase;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* h1 {font-size: 3em;}  48 */
/* h2 {font-size: 2.250em;} 36 */
/* h3 {font-size: 1.500em;} 24 */
/* h4 {font-size: 1.250em;} 20 */
/* h5 {font-size: 1.125em;} 18 */
/* h6 {font-size: 1em;} 16 */





h1 {font-size: 2.667em;}
h2 {font-size: 2.000em;}
h3 {font-size: 1.333em;}
h4 {font-size: 1.111em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}


h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
	text-decoration: none;
}




.text-italic {font-style: italic;}
.text-underline {text-decoration: underline;}
.text-strike {text-decoration: line-through;}
.text-thin {font-weight: 100;}
.text-light {font-weight: 300;}
.text-regular {font-weight: 400;}
.text-medium {font-weight: 500;}
.text-sbold {font-weight: 600;}
.text-bold, strong {font-weight: 700;}
.text-ubold {font-weight: 900;}
.text-uppercase {text-transform: uppercase;
}


p.lead {
    color: #4C8F8E;
    font-weight: 300;
    font-size: 1.111em;
}




code {
	background: rgba(1, 1, 1, 0.05);
	border-radius: 0.25em;
	border: solid 1px rgba(1, 1, 1, 0.15);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}


pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}


hr {
	border: 0;
	border-bottom: solid 1px rgba(1, 1, 1, 0.15);
}

hr.short {
    display: inline-block;
    background: #76B50B;
    border: medium none;
    width: 70px;
    height: 5px;
}

hr + p {
	margin-top: 0.65em;
}


/* Margin-paddings */

.pad-top-xs {padding-top: 1.250em;}
.pad-vert-xs {padding-bottom: 1.250em; padding-top: 1.250em;}
.pad-bottom-xs {padding-bottom: 1.250em;}
.marg-top-xs {margin-top: 1.250em;}
.marg-vert-xs {margin-bottom: 1.250em; margin-top: 1.250em;}
.marg-bottom-xs {margin-bottom: 1.250em;}

.pad-top-sm {padding-top: 2.500em;}
.pad-vert-sm {padding-bottom: 2.500em; padding-top: 2.500em;}
.pad-bottom-sm {padding-bottom: 2.500em;}
.marg-top-sm {margin-top: 2.500em;}
.marg-vert-sm {margin-bottom: 2.500em; margin-top: 2.500em;}
.marg-bottom-sm {margin-bottom: 2.500em;}

.pad-top-md {padding-top: 3.750em;}
.pad-vert-md {padding-bottom: 3.750em; padding-top: 3.750em;}
.pad-bottom-md {padding-bottom: 3.750em;}
.marg-top-md {margin-top: 3.750em;}
.marg-vert-md {margin-bottom: 3.750em; margin-top: 3.750em;}
.marg-bottom-md {margin-bottom: 3.750em;}

.pad-top-lg {padding-top: 5.625em;}
.pad-vert-lg {padding-bottom: 5.625em; padding-top: 5.625em;}
.pad-bottom-lg {padding-bottom: 5.625em;}
.marg-top-lg {margin-top: 5.625em;}
.marg-vert-lg {margin-bottom: 5.625em; margin-top: 5.625em;}
.marg-bottom-lg {margin-bottom: 5.625em;}



/* Background */

.background-grey {
    background-color: #F6F8F8;

}


/* Icon */


.icon:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.icon {
    display: inline-block;
	text-align: center;
    line-height: inherit;
}


/* Sm icon */

.icon.sm {

}

.icon.sm:before {
    font-size: 1.75em;
}

.icon.sm-circle:before {
    font-size: 1.25em;
}

.icon.sm-circle {
    background: #76B50B;
    color: #ffffff;
    border-radius: 100%;
	margin: 0 0 1.5em;
	width: 3em;
	height: 3em;
	line-height: 3em;
}



/* Md icon */

.icon.md {

}

.icon.md:before {
    font-size: 3em;
}

.icon.md-circle:before {
    font-size: 1.75em;
}

.icon.md-circle {
    background: #76B50B;
    color: #ffffff;
    border-radius: 100%;
	margin: 0 0 1.5em;
	width: 4.5em;
	height: 4.5em;
	line-height: 4.5em;
}



/* Lg icon */

.icon.lg {

}

.icon.lg:before {
    font-size: 5.25em;
}

.icon.lg-circle:before {
    font-size: 2.75em;
}

.icon.lg-circle {
    background: #76B50B;
    color: #ffffff;
    border-radius: 100%;
	margin: 0 0 1.5em;
	width: 8.5em;
	height: 8.5em;
	line-height: 8.5em;
}


/* Button */

.button {
    display: inline-block;
    background-color: #00928F;
    color: #ffffff !important;
    border: none !important;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    padding: 1.1em 1.75em;
    text-align: center;
}

.button:hover {
    background-color: #007E7B;
}

.button-alt {
    display: inline-block;
    background-color: #222222;
    color: #ffffff !important;
    border: none !important;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    max-width: 320px;
    padding: 1.1em 1.75em;
    text-align: center;
}

.button-alt:hover {
    background-color: #444444;
}







/* Header */


.logo a {
    display: inline-block;
    text-decoration: none;
    width: 102px;
    height: 41px;
}

.header nav {
    display: none;
}


/* Sticky header */

.header {
	background-color: #00928F;
    padding: 0.7em 0; 
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
 
.header--hidden {
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}



@media (min-width: 992px) {

.logo {
	display: table-cell;
    vertical-align: middle;
    }

.header {
    padding: 0.9em 0.7em; 
}


.header nav {
    font-weight: 600;
	text-align: right;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    }

.logo a {
	width: 102px;
	height: 41px;
	}

.header nav ul li {
    display: inline-block;
    padding-right: 1.5em;
    position: relative;
    white-space: nowrap;
    font-size: 0.889em;
	}

/*
.header nav ul li:after {
    background-color: #76B50B;
    content: "";
    height: 0.8em;
    position: absolute;
    right: 0.50em;
    top: 0.45em;
	transform: rotate(30deg);
    width: 2px;
}
*/

.header nav ul li:last-child {
    padding: 0;
    }

.header nav ul li:last-child:after {
	content: none;
    }

.header nav a {
    color: #ffffff;
    }

.header nav a:hover {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    }

}


@media (min-width: 1200px) {

.header nav ul li {
    padding-right: 1.9em;
  }
}

/* Hamburger */

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
}


@media (min-width: 992px) {
    #cd-menu-trigger {
    display: none;
    }
}

#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #76B50B;
  display: none;
}


#cd-menu-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 24px;
  height: 3px;
  background-color: #ffffff;
}


#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 7px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 7px;
}

#cd-menu-trigger:hover .cd-menu-icon {
  background-color: #ffffff;
}







.hero-slider .index-hero {
  height:320px !important;
}


.hero-slider .secondary-hero {
  height:240px !important;
}

@media (min-width: 768px) {
.hero-slider .index-hero {
  height:520px !important;
  }

.hero-slider .secondary-hero {
  height:420px !important;
  }
}


@media (min-width: 1441px) {
.hero-slider .index-hero {
  height:520px !important;
  }

.hero-slider .secondary-hero {
  height:420px !important;
  }

}










/* Double-box */


.double-item a, .double-item a img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 1200px) {

.double-box .left-item {
  padding-right: 2.5%
  }


.double-box .right-item {
  padding-left: 2.5%
  }


.double-box .short-article {
  width: 85%
  }

}




/* Double-box */

.double-contact h4 {
  color: #333333;
  text-transform: none;
  }


.double-contact img {
  width: 40%;
  padding-right: 5%;
  padding-bottom: 20px;
}


@media (min-width: 768px) {

.double-contact img {
  width: 30%;
  padding-right: 5%;
  float: left;
  }

}


@media (min-width: 1024px) {

.double-contact img {
  width: 40%;
  padding-right: 5%;
  float: left;
  }

}



/* Feature-box */


.feature-box-sm .feature-item .icon {
	line-height: 1;
    left: 0;
    position: absolute;
}


.feature-box-sm .feature-item {
	position: relative;
    padding-left: 3.4em;
}





/* Footer */

footer {
    background-color: #222222;
    color: #ffffff;
    width: 100%;
}

footer nav a {
    color: #e7e7e7;
}

@media (min-width: 0px) and (max-width: 991px) {

footer nav ul li a {
    display: block;
    font-size: 16px;
    padding: 18px 0px 16px 0px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNnB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCA2IDExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDExIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01LjM0MiwwLjExMWwtNS4zNDMsNS4zNDZsNS4zNDMsNS4zNDJjMC4wNzYsMC4wNzQsMC4xNzIsMC4xMTEsMC4yNzEsMC4xMTENCgljMC4wOTgsMCwwLjE5Ny0wLjAzNywwLjI3My0wLjExMWMwLjE0OC0wLjE1LDAuMTQ4LTAuMzk1LDAtMC41NDVMMS4wODUsNS40NTdsNC44MDItNC44MDJjMC4xNDgtMC4xNDksMC4xNDgtMC4zOTQsMC0wLjU0NA0KCUM1LjczNi0wLjAzNyw1LjQ5Mi0wLjAzNyw1LjM0MiwwLjExMXoiLz4NCjwvc3ZnPg0K) no-repeat scroll 97% 52% / 6px auto;
    border-bottom: 1px solid #333333;
    }

footer .dbn_logo {
    margin-top: 20px;
    }

}

@media (min-width: 992px) {


footer nav {
	text-align: center;
    }

footer nav ul li {
    display: inline-block;
    padding-right: 1.5em;
    position: relative;
    white-space: nowrap;
	}


footer nav ul li:last-child {
    padding: 0;
    }

}




/* Second footer */

.second-footer {
    background-color: #333333;
	text-align: center;
    border-bottom: 7px solid #00928F;
    font-size: 16px;
}

.second-footer-item {
	padding: 20px 0;
	position: relative;
    color: #BABABA;
}

.second-footer .dbn-logo a {
	width: 64px;
	height: 64px;
}

.second-footer p {
	color: #777777;
    margin: 0.5em 0; 
}

.second-footer a {
    color: #ffffff !important;
}

.second-footer p a {
    margin: 0 0.75em; 
}

.second-footer p, .second-footer a  {
    display: inline-block;
}



@media (min-width: 768px) {

.second-footer p {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    }


.second-footer .dbn-logo {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    }



}





/* Typography */

#typography h1, #typography h2, #typography h3, #typography h4, #typography h5, #typography h6 {
	margin: 2rem 0;
}


