/*
EcoFact
Készítette: netpeople.hu
info@netpeople.hu
Minden jog fenntartva.
(c) 2013-2014
*/

body {
    background: #fff;
    font: normal 15px 'Noto Sans', Helvetica, Arial, sans-serif;
    color: #2b424d;
    text-align: center;
    overflow-y: scroll;
}

.wrapper {
    width: 1140px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

/* UI elements */
.btn {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    padding: 15px 40px;
    border: none;
    border-radius: none;
    background: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-blue {
    font-size: 20px;
    font-weight: bold;
    background: #1a416d;
    color: #fff;
}

.btn-blue:hover {
    background: #1f4d81;
}

.btn-bordered {
    background: #1e60a9;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .1);
}

.btn-bordered:hover {
    background: #226bbb;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .05);
}

.btn-tiny {
    font-size: 15px;
    padding: .5em 1em;
}

/* Alerts */
.alert {
    width: 93.25%;
    position: relative;
    z-index: 400;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    border: 3px solid #444;
    border-radius: 5px;
    margin: 0 0 15px 0;
    padding: 10px 3%;
}

.alert-green {
    color: #427316 !important;
    border: 3px solid #427316;
}

.alert-red {
    color: #c11d1d !important;
    border: 3px solid #c11d1d;
}

.alert-warning {
    color: #db9807 !important;
    border: 3px solid #db9807;
}

/* Header section */
#header {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 600;
    float: left;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#header .logo {
    width: 290px;
    height: 100px;
    float: left;
    vertical-align: middle;
}

#header .logo img {
    width: 99%;
    height: auto;
    margin-top: 15px;
}

#header .flags {
    position: absolute;
    top: 5px;
    right: 0;
}

#header .flags a {
    margin-left: 5px;
}

#nav-toggle, .mobilenav {
    display: none;
}

/* Top navigation */
#menu {
    height: 100px;
    float: right;
}

#menu ul {
    width: 100%;
    height: 18px;
    float: left;
    list-style: none;
    margin-top: 40px;
}

#menu ul li {
    position: relative;
    float: right;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    border-right: 1px solid #2b424d;
}

#menu ul li:first-child {
    padding-right: 0;
    border-right: none;
}

#menu ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #2b424d;
}

#menu ul li.selected a {
    color: #8fbd00;
}

#menu ul li a:hover {
    color: #5e8ea5;
}

#menu ul li .badge {
    position: absolute;
    top: -24px;
    left: 10px;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 4px;
    background: #c40c0c;
    border: none;
    border-radius: 3px;
    color: #fff;
}

/* Featured block */
#featured {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 500;
    float: left;
    overflow: hidden;
    background: url(../img/featured-bg.png) right top no-repeat #93b821;
}

#featured .featured-body {
    width: 45%;
    float: left;
    margin-top: 75px;
}

#featured .featured-body h4 {    
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3em;
    color: #19416c;    
}

#featured .featured-body p {
    font-size: 30px;
    line-height: 1.7em;
    color: #19416c;
}

#featured .featured-body .btn {
    display: inline-block;
    margin-top: 15px;
}

#featured .bubble {
    max-width: 50%;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

/* Index page grids */
.main-grid {
    width: 100%;
    float: left;
    padding: 40px 0;
    text-align: center;
}

#services {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0% #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(top, #fff 0%, #f0f0f0 100%);    
}

#services .service-badge {
    width: 80%;
    float: left;
    margin: 20px 0 10px 8.5%;
    padding: 5px 12px;
    background: #e3e3e3;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #b20000;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.main-grid p.title {
    font-size: 70px;
    font-weight: bold;
    color: #1e60a9;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

.main-grid p.title a {
    font-size: 70px;
    font-weight: bold;
    color: #1e60a9;
}

.main-grid p.title-tiny {
    font-size: 60px;
    color: #8fbd00;
}

.main-grid .row {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.main-grid article {
    width: 30%;
    float: left;
    text-align: center;
    padding: 0 1.5%;
}

.main-grid .row-two article {
    width: 40%;
    padding: 0 5%;
}

.main-grid article .image {
    width: 100%;
    height: 110px;
    float: left;
    text-align: center;
}

.main-grid article .image img {
    max-width: 90%;
    height: 110px;
    vertical-align: middle;
    line-height: 110px;
}

.main-grid article h2 {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.main-grid article h2 a {
    font-size: 30px;
    line-height: 1.3em;
    color: #1e60a9;
}

.main-grid article .lead,
.main-grid article .lead div,
.main-grid article .lead p {
    margin-bottom: 10px;
}

.main-grid article div a {
    color: #1e60a9;
    font-size: 1.2em;
    text-decoration: underline;
}

/* News */
#news article h2 a {
    font-size: 22px;
    color: #2b424d;
}

#news article div a {
    font-size: 1em;
}

#news article .date {
    position: relative;
    display: block;
    text-align: left;
}

#news article .date em {
    position: relative;
    z-index: 500;
    padding: 0 10px;
    font-style: normal;
    background: #fff;
    color: #4e4e4e;
    display: inline-block;
}

#news article .date:before {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #333;
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
}

#news .more-news {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

#news .more-news .btn {
    padding-left: 80px;
    padding-right: 80px;
}

/* Business partners */
#partners {
    width: 100%;
    float: left;
    background: url(../img/grain-bg-light.png) repeat #b4b7b9;
    padding: 40px 0 60px 0;
    text-align: center;
}

#partners .wrapper {
    text-align: center;
}

#partners p.title {
    font-size: 50px;
    font-weight: bold;
    color: #2b424d;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

#partners .partner-grid {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

#partners .partner-grid .partner-item {
    width: 15.5%;
    height: 160px;
    line-height: 160px;
    vertical-align: middle;
    text-align: center;
    margin: 0 0.5%;
    float: left;
    background: #fff;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

#partners .partner-grid .partner-item img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    line-height: 160px;
}

#partners .partner-quotes {
    width: 100%;
    position: relative;
    float: left;
    margin: 15px 0 30px 0;
}

#partners .partner-quotes:before,
#partners .partner-quotes:after {
    font-family: 'Trebuchet MS', sans-serif;
    font-style: italic;
    font-size: 150px;
    color: #9ea1a2;
    position: absolute;
}

#partners .partner-quotes:before {
    content: '“';
    top: -8%;
    left: -8%;
}

#partners .partner-quotes:after {
    content: '“';
    bottom: -20%;
    right: -5%;
}

#partners .partner-quotes table td {
    padding: 2%;
}

/* Subscribe to newsletter */
#subscribe {
    width: 100%;
    float: left;
    background: #eceff2;
}

#subscribe .fb-box {
    width: 260px;
    height: 100%;
    float: right;
    padding: 40px 0;
    text-align: center;
    background: #fff;
}

#subscribe .pull-left {
    width: 35%;
    float: left;
    padding: 60px 0 0 0;
}

#subscribe .pull-left h2 {
    font-size: 40px;
    line-height: 1.3em;
    color: #2b424d;
    margin-bottom: 20px;
}

#subscribe .pull-right {
    width: 30%;
    float: left;
    padding: 40px 2.5% 20px 2.5%;
}

#subscribe .pull-right label {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#subscribe .pull-right label span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #2b424d;
}

#subscribe .pull-right .btn {
    width: 100%;
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 20px;
}

#subscribe .subscribe-form .alert {
    width: 92% !important;
}

/* Form elements */
.form-input {
    width: 91%;
    float: left;
    font: normal 16px 'Noto Sans', Helvetica, Arial, sans-serif;
    color: #2b424d;
    background: #fff;
    border: none;
    border-radius: none;
    outline: none;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .1);
    padding: 10px 4%;
}

.form-honeypot {
    display: none !important;
}

/* Contact us */
#contact {
    width: 100%;
    float: left;
    background: url(../img/grain-bg-dark.png) repeat #434343;
    padding: 40px 0;
    text-align: center;
}

#contact p.title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

#contact .contact-cols {
    width: 100%;
    float: left;
    padding: 30px 0;
}

#contact .contact-cols .col-1 {
    width: 20%;
    float: left;
    padding: 0 0 0 5%;
    padding-top: 50px;
}

#contact .contact-cols .col-1 p {
    position: relative;
    font-size: 19px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 45px;
}

#contact .contact-cols .col-1 p a {
    color: #fff;
}

#contact .contact-cols .col-1 p i.fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #5e7682;
    font-size: 48px;
    position: absolute;
    top: -15px;
    left: -70px;
    text-align: center;
}

#contact .contact-cols .col-2 {
    width: 25%;
    float: left;
}

#contact .contact-cols .col-2 h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
    color: #aadef7;
}

#contact .contact-cols .col-2 p {
    font-size: 16px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 20px;
}

#contact .contact-cols .col-3 {
    width: 48%;
    float: right;
    text-align: right;
}

#contact .contact-cols .col-3 #tiny-map {
    width: 90%;
    height: 350px;
    float: right;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

/* Breadcrumb navigation */
#breadcrumb {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 500;
    float: left;
    background: url(../img/featured-bg.png) right top no-repeat #93b821;
}

#breadcrumb span {
    float: left;
    margin-right: 5px;
    padding-right: 10px;
    line-height: 60px;
    font-size: 15px;
    color: #2b424d;
}

#breadcrumb span a {
    font-size: 15px;
    font-weight: bold;
    color: #2b424d;
}

#breadcrumb span a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: relative;
    top: 1px;
    left: 8px;
}

#breadcrumb .dd-services {
    width: 320px;
    height: 42px;
    background: #0d4965;
    position: absolute;
    top: 9px;
    right: 0;
    text-align: center;
    cursor: pointer;
}

#breadcrumb .dd-services .toggler {
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    padding: 0 20px;
}

#breadcrumb .dd-services .toggler i.fa {
    margin-left: 5px;
}

#breadcrumb .dd-services:hover ul {
    display: block;
}

#breadcrumb .dd-services ul {
    width: 90%;
    float: left;
    display: block;
    padding: 2% 5% 4% 5%;
    background: #0d4965;
    list-style: none;
    text-align: left;
    display: none;
}

#breadcrumb .dd-services ul li {
    width: 100%;
    float: left;
    margin: 7px 0;
}

#breadcrumb .dd-services ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

#breadcrumb .dd-services ul li a:hover {
    color: #ecf9ff;
}

/* Page views */
.page-body h3 {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px 0;
    color: #8fbd15;
}

.page-body h4 {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px 0;
    color: #1e60a9;
}


.page-body h5 {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px 0;
    color: #1e60a9;
}

.page-body p,
.page-body div,
.page-body li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #2b424d;
}

.page-body .stressed-text {
    font-weight: bold;
    color: #8fbd00;
}

.page-body .small-red-text {
    font-weight: bold;
    color: #b20000;
}

.page-body .huge-text {
    font-size: 2.5em;
    font-weight: bold;
    color: #b20000;
}

.page-body a {
    color: #1e60a9;
    font-weight: bold;
    text-decoration: underline;
}

.page-body table {
    width: 100% !important;
    float: left;
    margin-bottom: 10px;
    border-collapse: collapse;
}

.page-body table td {
    padding: 5px 0;
    vertical-align: middle;
    color: #5b5b5b;
}

.page-body img {
    max-width: 100%;
    border: none;
}

.page-body img.left,
.page-body img.right {
    border: none;
}

.page-body img.left { float: left; margin: 0 15px 15px 0; }
.page-body img.right { float: right; margin: 0 0 15px 15px; }

.page-body .image-left { float: left; margin: 6px 15px 10px 0; }
.page-body .image-right { float: right; margin: 0 0 10px 10px; }

.page-body ul,
.page-body ol {
    width: 95%;
    display: block;
    padding-left: 5%;
    margin-bottom: 10px;
}

.page-body ul li {
    list-style-type: disc;
}

.page-body ol li {
    list-style-type: decimal;
}

.page-body ul.custom-list {
    width: 97%;
    padding-left: 3%;
}

.page-body ul.custom-list li {
    width: 97%;
    position: relative;
    list-style: none;
    padding: 3px 0 3px 3%;
}

.page-body ul.custom-list li:before {
    content: '\f054';
    position: absolute;
    top: 5px;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #8fbd00;
}

.page-body ul.custom-list li ul li:before {
    content: '\f0da';
}

/* Page cols */
#page {
    width: 100%;
    min-height: 400px;
    float: left;
    padding-bottom: 40px;
}

h1.page-title {
    width: 100%;
    float: left;
    font-size: 36px;
    font-weight: bold;
    color: #1e60a9;
    padding: 15px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #222;
}

.page-content {
    width: 70%;
    float: left;
}

.page-sidebar {
    width: 26%;
    float: right;
}

.lead-image {
    width: 22%;
    float: left;
    margin: 0 10px 10px 0;
}

.lead-image img {
    width: 100%;
    float: left;
}

/* Page nodes */
.page-nodes {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.page-nodes article {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #e1e1e1;
}

.page-nodes article:last-child {
    border-bottom: none;
}

.page-nodes article h3 {
    display: block;
    margin-bottom: 5px;
}

.page-nodes article h3 a {
    font-size: 25px;
    font-weight: bold;
    color: #1e60a9;
}

.page-nodes article .date {
    font-size: 13px;
    font-weight: bold;
    color: #444;
}

.page-nodes article .lead {
    display: block;
    margin: 10px 0 20px 0;
}

.page-nodes article .lead h3 { font-size: 25px !important; }
.page-nodes article .lead h4 { font-size: 18px !important; } 
.page-nodes article .lead h5 { font-size: 16px !important; }
.page-nodes article .lead h6 { font-size: 15px !important; }

/* Page gallery */
.page-gallery {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
}

.page-gallery .gallery-item {
    width: 31% !important;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    float: left;
    margin: 2% 1%;
    text-align: center;
    vertical-align: middle;
}

.page-gallery .gallery-item img {
    max-width: 95%;
    height: auto;
    vertical-align: middle;
}

.page-gallery .partner-item {
    width: 15.5%;
    height: 160px;
    line-height: 160px;
    vertical-align: middle;
    text-align: center;
    margin: 1% 0.5% 1% 3.5%;
    float: left;
    background: #fff;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.page-gallery .partner-item img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    line-height: 160px;
}

/* Request callback */
.call-form {
    width: 86.5%;
    position: relative;
    float: left;
    margin: 0 3.5% 25px 0;
    padding: 5%;
    background: #f9f9f9;
    border: 5px solid #1e60a9;
}

.call-form:after {
    content: '\f095';
    font-family: 'FontAwesome';
    font-size: 220px;
    position: absolute;
    top: 60px;
    right: 20px;
    color: #e1e1e1;
    z-index: 1;
}

.call-form-wrapper {
    position: relative;
    z-index: 400;
}

.call-form .title {
    font-size: 20px;
    font-weight: bold;
    color: #1e60a9;
}

.call-form label {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.call-form label span {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.call-form .btn-blue {
    float: left;
    margin-top: 10px;
}

/* Newsletter subscribe */
.nl-form {
    width: 60%;
    float: left;
}

.nl-form label {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.nl-form label span {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.nl-form .form-input {
    border: 1px solid #e1e1e1;
}

.nl-form .btn-blue {
    float: left;
    margin-top: 10px;
}