@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: #555555;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    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%;
}

/* Bootstrap mobile view fix */

@media (max-width: 767px) {
  .container {
    max-width: 36.250em;
    width: 95%
    }
}

/* Bootstrap header fix */

@media (min-width: 768px) {header .container-fluid {width: 750px;}}
@media (min-width: 992px) {header .container-fluid {width: 970px;}}
@media (min-width: 1200px) {header .container-fluid {width: 1170px;}}


@media (min-width: 1200px) {
    body {
    font-size: 1.2em; 
    }
}


a:link, a:visited {
    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:hover {
    color: #6BA40A;
}


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


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 {
    margin-bottom: 2em;
}

p a:link, p a:visited {
    color: #6BA40A;
    border-bottom: 2px solid transparent;
}

p a:hover {
    border-bottom: 2px solid #6BA40A;
}


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: #333333;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 0.7em 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}



h1 {font-size: 3em;}  
h2 {font-size: 2.000em;} 
h3 {font-size: 1.500em;} 
h4 {font-size: 1.250em;} 
h5 {font-size: 1.125em;} 
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.desc {
    color: #777777;
    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;
}


/* List */


ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding: 0 0 1em 0.5em;
}

ul li:last-child {
    padding-bottom: 0;
}

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding: 0 0 1em 0.25em;
}

ol li:last-child {
    padding-bottom: 0;
}


/* Table */

.table-outer {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}



table {
    font-size: 0.85em;
    margin: 0 0 2em 0;
    width: 100%;
}

@media (min-width: 768px) {

table {
    font-size: 1em;
    }
}

table tbody tr {
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
    background-color: #F7F7F7;
}


table td {
    padding: 1.25em 1.25em;
}

table th {
    color: #333333;
    font-weight: bold;
    padding: 0 1.25em 1.25em 1.25em;
    text-align: left;
}








/* 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: #f7f7f7;

}


/* 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: #76B50B;
    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: #6BA40A;
}

.button-alt {
    display: inline-block;
    background-color: #333333;
    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: #222222;
}




/* Responsive youtube */


.youtube-container {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.youtube-16by9 {
    padding-bottom: 56.25%;
}

.youtube-4by3 {
    padding-bottom: 75%;
}



/* Header */


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

.header nav {
    display: none;
}


/* Sticky header */

.header {
    background-color: #ffffff;
    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 nav {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    }

.logo a {
    width: 217px;
    height: 56px;
    }

.header nav ul {
    padding: 0;
    margin: 0;
    }

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

.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 {

    }

}



/* 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: 4px;
  background-color: #333333;
}


#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: #76B50B;
}




/* Hero */


.hero {
    background: #14181E url(../images/intro-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 720px;
    display: table;
    position: relative;
}

.hero .canvas-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.hero .hero-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(1.1rem);
    -ms-transform: translateY(1.1rem);
    transform: translateY(1.1rem);
}


.hero h1 {
    color: #ffffff;
    font-size: 2.2em;
    line-height: 1.1;
    margin: 0 auto;
    padding: 0 1rem 1.5rem;
    max-width: 80rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.hero h2 {
    color: #ffffff;
    font-size: 1.35em;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 70rem;
    padding: 0 1em 2em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {

.hero h1 {
    font-size: 3.25em;
    padding: 0 2em 2rem;
    }

.hero h2 {
    padding: 0 8em 3rem;
    }
}


@media (min-width: 1024px) {

.hero {
    background-size: auto;
    background-attachment: fixed;
    }
}




/* Hero second */


.hero-second {
    background: #14181E no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 340px;
    display: table;
    position: relative;
    margin-top: 60px;
}

@media (min-width: 1024px) {

.hero-second {
    background-size: auto;
    background-attachment: fixed;
    }
}

.hero-second .canvas-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.hero-second .hero-second-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
}


.hero-second h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 1.5em;
    margin: 0 auto;
    padding: 0.3em 2em 0.35em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
}


@media (min-width: 1024px) {

.hero-second {
    margin-top: 80px;
    }

}





/* Double-box */

.double .double-item {
    max-width: 36.250em;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.double .left-item {
    background: #333333;
}

.double .left-item h2 {
    color: #ffffff;
}

.double .left-item p {
    color: #dddddd;
}

.double .right-item {
    background: #f7f7f7;
}




/* Competiton-box */


@media (min-width: 992px) {
.competiton .competiton-item h2 {
    padding: 2.4em 0 0 0;
    }
}

.competiton .competiton-circle {
    color: #76B50B;
}

.competiton .competiton-circle {
    display: block;
    margin: 0 auto 2em auto;
    text-align: center;
    background: #333333;
    color: #ffffff;
    border-radius: 100%;
    width: 14em;
    height: 14em;
    border: none !important;
}


.competiton .competiton-item h2 {
    color: #76B50B;
}


.competiton .competiton-circle h2 {
    font-size: 2em;
    color: #ffffff;
    margin: 0 0 0.3em;
    padding: 1.4em 0 0 0;
}

.competiton .competiton-circle p {
    color: #dddddd;
    padding: 0 1em;
}

@media (min-width: 768px) {

.competiton .competiton-circle {
    width: 17.5em;
    height: 17.5em;
    }

.competiton .competiton-circle h2 {
    font-size: 3em;
    }
}





/* Feature-box md circles */

@media (min-width: 768px) {

.feature.md-features .feature-item .icon {
    left: 0;
    position: absolute;
    }


.feature.md-features .feature-item {
     position: relative;
    padding-left: 6em;
    }
}



/* References */

.ref-double-content .ref-double-content-hr {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 2.25em;
    padding-bottom: 2.25em;
}


.ref-double-content .ref-double-content-img a {
    display: block;
}

@media (max-width: 991px) {

.ref-double-content .ref-double-content-img a {
    margin-bottom: 1.5em;
    }
}

.ref-double-content .ref-double-content-item p {
    margin-bottom: 1.0em;
}



/* Footer */

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

.footer nav ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.footer nav ul li {
    padding: 0;
}



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

.footer nav ul li a {
    display: block;
    font-size: 17px;
    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;
}

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

.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;
    }



}

/* Site specific */


table {
    font-size: 0.80em;
    font-weight: 300;
    margin: 0 0 2em 0;
    width: 100%;
}

@media (min-width: 768px) {

table {
    font-size: 0.833em;
    }
}

table tbody tr td:nth-child(2) {
    font-weight: 400;
}

p, ul li, ol li, ul {
    font-weight: 300;
}

.header nav ul li, .footer nav ul li {
    font-weight: 400;
}

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


/* Typekit fade */

.wf-loading {
  opacity: 0;
  visibility: hidden;
}
 
.ie.wf-loading {
  visibility: hidden;
}
 
.ie.wf-active {
  visibility: visible;
}
 
.wf-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.64s ease-in-out;
  -moz-transition: opacity 0.64s ease-in-out;
  transition: opacity 0.64s ease-in-out;
}



/* IE Warning */


.ie-warning {
    display: block;
    background-color: #ff0000;
    color: #eeeeee;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.ie-warning a {
    color: #ffffff;
    text-decoration: underline;
}


.ie-warning a:hover {
    color: #ffffff;
    text-decoration: underline;
}



/* Typography */

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



/* Blog */

.blog-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-nav ul li {
    margin: 0;
    padding: 0 0 5px 0;
}

@media (min-width: 1024px) {

.blog-list .blog-item, .blog-article .blog-item {
    border-right: 1px solid #dddddd;
    padding-right: 40px;
    }
}


.blog-list p {
    display: inline-block;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #dddddd;
}

.blog-list h3, .blog-article h3 {
    margin-bottom: 0.3em;
}

.blog-list img, .blog-article img {
    margin-bottom: 2em;
}


.blog-list .author_bar, .blog-article .author_bar {
    font-weight: 300;
    color: #777777;
    margin-bottom: 1em;
}

.blog-list .author_bar span, .blog-article .author_bar span {
    padding-right: 0.8em;
}

.pagination {
    display: block;
    text-align: center;
}

.pagination li  {
    text-align: center;
    display: inline-block;
    margin: 0 0.5em 0 0.5em;
}


.pagination li a {
    color: #dddddd;
    border: 1px solid #dddddd;
    display: inline-block;
    width: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
}

.pagination li a:hover {
    color: #6BA40A;
    border: 1px solid #6BA40A;
}


.pagination li a.active {
    color: #333333;
    border: 1px solid #333333;
}

/* Kontakt */



.contact_header .inner, .contact_body .inner {
    padding: 6%;
}

.contact_header h5 {
    margin: 0;
}

.contact_header .inner {
    background-color: #f9f9f9;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.contact_body .inner {
    border: 1px solid #dddddd;
}


@media (min-width: 768px) {

.contact_body .col-sm-7:first-child {
    border-right: 1px solid #dddddd;
}

.contact_body .contact_form {
    padding-right: 20px;
}

.contact_body .contact_info {
    padding-left: 20px;
}


    .contact_header .inner, .contact_body .inner {
        padding: 4%;
    }

}


@media (min-width: 992px) {




    .contact_header .inner, .contact_body .inner {
        padding: 3%;
    }

}



/* Dataform */

.dataform p {
    margin-bottom: 1.1em
}

.dataform label {
    cursor: pointer;
    display: block;
}

.dataform .required input, .dataform .required textarea, .required  input[type="checkbox"] + label:before {
    background-color: #FFF0F0;
    border: 1px solid #ff0000 !important;
}

.dataform .error {
    color: #ff0000;
}

.dataform label span.label_name {
    display: block;
    padding: 0 0 10px;
}

.dataform label input, .dataform textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    width: 100%;
}

input[type="text"]:focus, input[type="email"]:focus, .dataform textarea:focus {
    border-color: #333333;
    outline: 0 none;
}

.dataform input, .dataform textarea {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 18px;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04) inset, 0 -1px 1px #ffffff, 0 1px 0 #ffffff;
    outline: 0;
}

.dataform .submit {
    background-color: #6BA40A;
    border: medium none;
    color: #ffffff !important;
    display: block;
    font-size: 1em;
    padding: 17px 40px 14px 40px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    max-width: 320px;
}

.dataform .label_name strong {
    color: #6BA40A;
}

.kapcsolat strong {
    display: block;
}

.dataform .error {
    color: #ff0000;
    display: block;
    margin: 0 auto;
    text-align: center;
}



.dataform input[type="checkbox"] {
    left: -999em;
    position: absolute;
}

.dataform .checkbox_outer ul {
    line-height: 0;
    margin-bottom: 40px;
}



.dataform .checkbox_outer ul li label {
    line-height: 1.6 !important;
    text-indent: -2.5em;
    margin-left: 50px;
}



.dataform  input[type="checkbox"] + label:before {
    background-image: url("../images/svg/checkbox.svg");
    background-size: 60px 30px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 13px;
    border: 1px solid #dddddd;
    margin-right: 15px;
    margin-bottom: 5px;

}

.dataform  input[type="checkbox"]:hover + label:before {
    border: 1px solid #333333;
}


.dataform input[type="checkbox"] + label:before {
    background-position: 0 0;
}


.dataform input[type="checkbox"]:checked + label:before {
    background-position: 30px 0;
}


