/*
Theme Name: Babilon Web Solutions Téma
Description: Egyedi téma Babilon Web Solutions számára
Version: 1.0
Author: Seress 'Ratzee' Richárd
*/
@import url('css/bootstrap.min.css');

@font-face {
  font-family: 'Sosa';
  src: url('fonts/sosa-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/sosa-regular-webfont.woff') format('woff'), url('fonts/sosa-regular-webfont.ttf')  format('truetype'), url('fonts/sosa-regular-webfont.svg#sosa-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    padding-top: 75px;   
    background-color: #f5faf0;
}

#megoldasaink,#rolunk,#top,#blog,#kapcsolat {
    padding-top: 75px; 
    margin-top: -75px;   
}
#rolunk {
    margin-bottom: 75px;   
}
#referenciak {
    padding-top: 75px; 
    margin-top: -185px;   
}

.navbar-default {
    background: none;
    /*background-image: url('img/header.jpg');*/
    background-color: #a1d06a;
    min-height: 75px;
}

.navbar .navbar-collapse {
  text-align: center;
}
header .navbar-header {
    height: 73px;   
}
header .navbar-toggle {
    margin-right: 32px;
    margin-top: 18px;
    background-color: rgba(255, 255, 255, 0.50);
}
header .navbar-nav {
    /*background-image: url('img/header.jpg');*/
    margin: 0px;
    margin-top: 10px;
}
header .navbar-nav>li a {
    color: white !important;
    font-family: 'Arail', sans-serif;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.32);  
    
}
header .navbar-nav> li {
    border-left: 1px solid #b8db8f; 
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
header .navbar-nav> li:first-child {
    border: none; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
header .navbar-brand {
    /*padding: 8px 5px 0px 30px;*/
    padding: 0px;
    padding-left: 15px;
}
header .navbar-brand  img{
    width: 280px;
    height: 58px;
    margin: 5px 0px 0px 5px;
}
/* Blue Titles */
h1.blue-title {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: Arial;
    font-weight: bold;
    font-size: 45px;
    text-transform: uppercase;
    color: #186a6d;
    margin-bottom: 55px;
    position: relative;
    letter-spacing: -2px;
}
h1.blue-title a {
    color: #186a6d;
}
h1.blue-title a:hover {
    text-decoration: none;   
}
h1.blue-title.sign-right {
    margin-right: 20px;   
    text-align: right;
}
/*
h1.blue-title.sign-right:after {
    content: " ";
    height: 11px;
    width: 32px;
    position: absolute;
    right: 0px;
    bottom: -15px;
    background-image: url(img/sign-right.png);
}
h1.blue-title.sign-right:before {
    content: attr(data-number);
    font-size: 24px;
    color: #cbe5ad;
    position: absolute;
    top: -5px;
    right: -20px;
}*/
h1.blue-title.sign-left {
    margin-left: 20px;
    text-align: left;
}/*
h1.blue-title.sign-left:after {
    content: " ";
    height: 11px;
    width: 32px;
    position: absolute;
    left: 0px;
    bottom: -15px;
    background-image: url(img/sign-left.png);
}
h1.blue-title.sign-left:before {
    content: attr(data-number);
    font-size: 20px;
    color: #cbe5ad;
    position: absolute;
    top: -4px;
    left: -20px;
}*/
/****/
/* Solutions */
.solution-wrapper {
    background-color: #f5faf0;
    border-bottom: 1px solid #e4f2d5;
}
.solution { 
    margin-bottom: 50px;
}
.solution .img-wrapper {
    display: inline-block;
    border-top: 3px solid #cce5ae;
    padding: 0px;
}
.solution .img-wrapper img {
    margin-top: 1px;
    width: 100%;
    height: auto;
}
.solution .img-wrapper.left-sign:after {
    content: " ";
    height: 11px;
    width: 32px;
    position: absolute;
    left: 0px;
    bottom: -15px;
    background-image: url(img/sign-left.png);
}
.solution .text-wrapper {
    display: inline-block;
}
.solution .text-wrapper h3 {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: Arial;
    font-weight: 300;
    color: #a1d06a;
    /*color: #747672;*/
    font-size: 33px;
    padding-bottom: 10px;
    border-bottom: 1px solid #186a6d;
    /*border-bottom: 1px solid #747672;*/
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
    color: #186a6d;
}
.solution .text-wrapper h3.right {
    padding-left: 5px;
}
.solution .text-wrapper h3.right:after {
    content: " ";
    position: absolute;
    right: 0px;
    width: 20%;
    height: 3px;
    background-color: #186a6d;
    bottom: -3px;
}
.solution .text-wrapper h3.left {
    padding-right: 5px;
}
.solution .text-wrapper h3.left:after {
    content: " ";
    position: absolute;
    left: 0px;
    width: 20%;
    height: 3px;
    background-color: #186a6d;
    bottom: -3px;
}
.solution .text-wrapper .text {
    font-size: 14px;   
    color: rgb(51, 51, 51);
}
.solution .button {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background-color: #a1d06a;
    padding: 6px 10px 6px 10px;
    display: inline-block;
    height: 31px;
    position: relative;
    margin-right: 18px;
    margin-top: 15px;
}
.solution .button:after {
    content: " ";
    display: block;
    width: 18px;
    height: 31px;
    position: absolute;
    right: -18px;
    top: 0px;
    background-image: url(img/solution/button-after.jpg);
}
.solution .button:hover {
    cursor: pointer;
    background-color: #cbe4ab;  
}
/****/
/* Why Us */
.whyus .tick {
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}
.whyus .tick .number{
    position: absolute;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: Arial;
    font-weight: 300;
    color: #297376;
    font-size: 20px;
    padding: 3px 8px 3px 8px;
    background-color: #f3f9ef;
    top: 0px;
    left: 10px;
    letter-spacing: 2px;
}
.whyus .text h3 {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: Arial;
    font-weight: 300;
    color: #297376;
    margin-top: 0px;
}
.whyus .text {
    font-size: 12px;
    text-align: justify;
}
.whyus .wrapper {
    margin-bottom: 20px;
}
/****/
/* Blog */
#blog-wrapper {
    background-color: white;   
    padding-bottom: 20px;
}
.blog h1 .index {
    position: absolute;
    top: -23px;
    font-size: 26px;
    left: 2px;   
}
.blog .wrapper {
    margin-bottom: 20px;   
}
.blog .wrapper .img-wrapper {
    display: inline-block;
    padding: 0px;
    padding-right: 10px;
}
.blog .wrapper .img-wrapper img {
    width: 100%;
    height: auto;
    margin-top: 1px;
    border-top: 3px solid #cbe5ad;
}
.blog .wrapper .text h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.blog .wrapper .text h3 a {
    color: #a1d06a; 
}
.blog .wrapper .text h3 a:hover {
    text-decoration: underline;
}
.blog .wrapper .text {
    padding: 0px;
    font-size: 12px;
    text-align: justify;
}
.blog .wrapper .socials {
    border-top: 1px solid #e3f1d2;
    margin-top: 15px;
}
.blog .wrapper .socials .date{
    color: #a1d06a;
     border-right: 1px solid #e3f1d2;
}
.blog .wrapper .socials .share {
    color: #80ba47;
}
.blog .wrapper .socials .date,.blog .wrapper .socials .share{
    display: inline-block;
    padding: 7px;
}
/*****/
.server {
    border-top: 5px solid #a1d06a;
    border-bottom: 5px solid #a1d06a;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
.server .wrapper {
    bottom: -5px;
    position: absolute;
    width: 100%;
}
.server .wrapper .container {
    padding: 0px;
}
.server .wrapper h1 {
    margin: 0px;
}
.server .wrapper .title-wrapper {
    background-color: #f5faf0;
    display: inline-block;
    padding: 35px;
    padding-bottom: 13px;
}
/****/
/* References */
#referenciak .title-wrapper,.references-wrapper .title-wrapper{
    background-color: #f5faf0;
    display: inline-block;
    padding: 35px;
    padding-bottom: 27px;
    position: relative;
}
#referenciak .title-wrapper h1 {
    margin: 0px;   
}
.references-wrapper {
    background-color: #f5faf0;
}
.references-wrapper .filters {
    text-align: center;   
     margin-bottom: 25px;
}
.references-wrapper .filters .filter {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background-color: #a1d06a;
    padding: 6px 20px 6px 20px;
    display: inline-block;
    height: 31px;
    position: relative;
    margin-right: 18px;
    margin-top: 15px;
}
.references-wrapper .filters .filter a{
    color: white;
}
.references-wrapper .filters .filter a:hover{
    text-decoration: none;
}
.references-wrapper .references {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 25px;
}
#referenciak .references-wrapper .references .reference {
    background-color:  white;
    border: 1px solid #dcedc8;
    width: 259px;
    display: inline-block;
    margin-bottom: 3px;
}
.references-wrapper .references .reference {
    background-color:  white;
    border: 1px solid #dcedc8;
    width: 221px;
    display: inline-block;
    margin-bottom: 3px;
    vertical-align: top;
    padding: 5px;
    /*min-height:  271px;*/
}
.references-wrapper .references .reference a {
    color: black;
    text-decoration: none;   
}
.references-wrapper .references .reference a .title {
    color: #428bca !important;
}
.references-wrapper.masonry .references {
    margin: 0px auto;   
}
.references-wrapper.masonry .references .reference {
    height: auto !important;
    width: auto !important;
    max-width: 240px;
    min-height: 0px;
    margin: 5px;
}
.references-wrapper.masonry .references .reference .image {
    height: auto !important;
    width: auto !important;
}
.references-wrapper.masonry .references .reference .image img{
    position: static !important;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.references-wrapper .references .reference .image {
    text-align: center;
    height: 150px; 
    overflow: hidden;
}
.references-wrapper .references .reference .image img{
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: none;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");   
}
#referenciak .references-wrapper .references .reference .info {
    width: 230px;
}
.references-wrapper .references .reference .info {
    margin: 0px auto;
    border-top: 1px solid #dcedc8;
    margin-top: 5px;
}
.references-wrapper .references .reference .info .title {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: Arial;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    margin: 10px 0px 10px 0px;
}
.references-wrapper .references .reference .info .title a {
    color: #277477;
}
.references-wrapper .references .reference .info .text {
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    margin-bottom: 10px;
}
/****/
/* Office */
.office {
    border-top: 5px solid #a1d06a;
    border-bottom: 5px solid #a1d06a;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
.office .wrapper {
    bottom: -5px;
    position: absolute;
    width: 100%;
}
.office .wrapper .container {
    padding: 0px;
}
.office .wrapper h1 {
    margin: 0px;
}
.office .wrapper .title-wrapper {
    background-color: white;
    display: inline-block;
    padding: 35px;
    padding-bottom: 13px;
    float: right;
    margin-bottom: -75px;
}
/****/
/* They Said */
.they-said {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-color: white;
    border-bottom: 1px solid #d9ecc3;
}
.they-said .container{
    padding: 0px;
}
.they-said .slider-wrapper .slide-left,.they-said .slider-wrapper .slide-right {
    font-size: 51px;
    color: #cbe5ad;
    background-color: #f5faf0;
    border: 1px solid #d9ecc3;
    border-radius: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-top: 65px;
    cursor: pointer;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.they-said .slider-wrapper .slide-right {
    position: absolute;   
    right: 10px;
}
.they-said .slider-wrapper .slide .image {
    text-align: center;
}
.they-said .slider-wrapper .slide .image img {
    width: 90%;
    height: auto;    
}
.they-said .slider-wrapper .slide .text-wrapper {
    padding-left: 0px;
    padding-top: 20px;
}
.they-said .slider-wrapper .title {
    color: #186a6d;
    font-size: 22px;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: Arial;
    font-weight: 300;
    position: relative;
    margin-left: 25px;
    margin-bottom: 15px;
}
.they-said .slider-wrapper .title:before {
    content: ',,';
    color: #a1d06a;
    font-size: 72px;
    position: absolute;
    left: -28px;
    top: -77px;
    font-family: "Times New Roman", Georgia, Serif;
    letter-spacing: -5px;
}
.they-said .slider-wrapper .text-wrapper {
    font-size: 12px;
    font-family: Arial;   
}
.they-said .slider-wrapper .text-wrapper .text {
    text-align: justify;
    margin-bottom: 15px; 
    font-size: 14px;
}
.they-said .slider-wrapper .author .name {
    color: #a1d06a;
    font-size: 14px;
    border-right: 1px solid #a1d06a;
    padding-right: 5px;
    display: inline-block;
    font-weight: bold;
}
.they-said .slider-wrapper .author .position {
    padding-left: 5px;  
    display: inline-block; 
    font-weight: bold;
    font-size: 11px;
}
.they-said .slider-wrapper {
    position: relative;      
}
.they-said .slider-wrapper .slide {
    position: relative;
    top: 0px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: none;
}
.they-said .slider-wrapper .slide.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/****/
/* Contact */
.contact {
    background-color: #f5faf0;
    position: relative;
}
.contact .form-wrapper {
    background-color: #f5faf0;
    position: relative;
    z-index: 10;
    padding: 0px 25px 25px 25px;
    display: inline-block;
    height: 515px;
}
.contact .form-wrapper h1 {
    margin-top: 20px;   
}
.contact .form-wrapper .attr {
    display: inline-block;
    width: 150px;
    text-align: right;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: Arial;
    font-weight: 300;
    font-size: 17px;
    vertical-align: middle;
    width: 105px;
}
.contact .form-wrapper input[type=text],.contact .form-wrapper textarea {
    height: 35px;
    outline: none;
    margin-left: 10px;
    margin-bottom: 5px;
    border: none;
    border-top: 2px solid #dfefcd;
    width: 270px;
    padding: 5px;
    margin-right: 10px;
}
.contact .form-wrapper textarea {
    height: 145px;
    resize: none;   
}
.contact .button {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background-color: #a1d06a;
    padding: 6px 10px 6px 10px;
    display: inline-block;
    height: 31px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 115px;
}
.contact .button:after {
    content: " ";
    display: block;
    width: 18px;
    height: 31px;
    position: absolute;
    right: -18px;
    top: 0px;
    background-image: url(img/solution/button-after.jpg);
}
.contact .button:hover {
    cursor: pointer;
    background-color: #cae4ab;  
}
.contact #googlemaps {
    padding-top: 5px;
    border-top: 1px solid #b0b4ad;
    position: absolute;
    top: 75px;
    height: 436px;
}
.contact #googlemaps .gmnoprint a, .gmnoprint span {
    display:none;
}
.contact #googlemaps .gmnoprint div {
    background:none !important;
}
.contact #googlemaps .gm-style-cc {
    display:none;   
}
.contact-page {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    display: inline-block;
    padding: 30px;
    position: absolute;
    right: 0px;
    z-index: 20;
    bottom: -160px;
    background-color: #f5faf0;
}
.contact-page h4{
    color: #277476;   
}
.contact-page p {
    text-align: center;
}
/****/
/* Side */
.side {
    background-color: white;   
}
.side .solutions a {
    color: white;   
}
.side .solutions img {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 1px;
    border-top: 3px solid #d0e7b4;
    padding-bottom: 1px;
    border-bottom: 1px solid #a1d06a;
}
.side .solutions .img-wrapper {
     position: relative;
     margin-bottom: 15px;
     padding: 0px;
}
.side .solutions h1 {
    margin: 20px 0px 20px 0px;
    background-color: #f5faf0;
    display: inline-block;
    padding: 15px;
    padding-bottom: 30px;
    float: right;
    margin-right: -15px;
    border-left: 1px solid #d0e7b4;
}
/*.side .solutions h1:after {
    content: " ";
    height: 11px;
    width: 32px;
    position: absolute;
    right: 14px;
    bottom: 14px;
    background-image: url(img/sign-right.png);
}*/
.side .solutions .img-wrapper:after {
    content: "";
    height: 2px;
    width: 30%;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background-color: #a1d06a;
}
.side .solutions .img-wrapper .title {
    position: absolute;
    bottom: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;   
    /*font-family: 'Oswald', sans-serif;*/
    font-family: Arial;
    font-weight: 400;
    padding: 10px;
    border-top: 1px solid #a1d06a;
    font-size: 18px;
}
.side .solutions .text {
    font-size: 12px;
    margin-bottom: 25px;   
}
h1.blue-title.side {
    font-size: 30px;
}
.side .offer h1 {
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a1d06a;
    position: relative;
    padding-bottom: 5px;
}
.side .offer h1:after {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    bottom: -3px;
    background-color: #a1d06a;
}
.side .offer .text {
    font-size: 12px;   
}
.side .offer .button {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background-color: #186a6d;
    padding: 6px 10px 6px 10px;
    display: inline-block;
    height: 31px;
    position: relative;
    margin-right: 18px;
    margin-top: 15px;
    float: right;
}
.side .offer .button:hover {
    background-color: #cae4ab;
    cursor: pointer;
}
.side .offer .button:after {
    content: " ";
    display: block;
    width: 18px;
    height: 31px;
    position: absolute;
    right: -18px;
    top: 0px;
    background-image: url(img/solution/button-after.jpg);
}
.side .they-said {
    margin-top: 30px; 
    padding: 0px;
    border: none;
}
.side .they-said h1 {
    margin: 0px 0px 30px 0px; 
    background-color: #f5faf0;
    display: inline-block;
    padding: 15px;
    padding-bottom: 30px;
    margin-left: -15px;
    border-right: 1px solid #d0e7b4;
}
.side .they-said h1:after {
    content: " ";
    height: 11px;
    width: 32px;
    position: absolute;
    left: 16px;
    bottom: 14px;
}

.side .they-said .img-wrapper {
    padding: 0px;   
}
.side .they-said img {
    width: 100%;  
    height: auto; 
}
.side .they-said .title {
    color: #186a6d;
    font-size: 22px;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: Arial;
    font-weight: 300;
    position: relative;
    padding-right: 0px;
    padding-left: 45px;
    padding-top: 10px;
}
.side .they-said .title:before {
    content: ',,';
    color: #a1d06a;
    font-size: 90px;
    position: absolute;
    left: 0px;
    top: -75px;
    font-family: "Times New Roman", Georgia, Serif;
    letter-spacing: -5px;
}
.side .they-said .text {
    font-size: 12px; 
    margin: 10px 0px 10px 0px;
    text-align: justify;
    margin-bottom: 40px;   
    padding-left: 45px;
    padding-right: 20px;
}
.side .they-said .author {
    margin-bottom: 40px;   
}
.side .they-said .author .name {
    color: #a1d06a;
    font-size: 12px;
    border-right: 1px solid #a1d06a;
    padding-right: 5px;
    display: inline-block;
    font-weight: bold;
}
.side .they-said .author .position {
    padding-left: 5px;  
    display: inline-block; 
    font-weight: bold;
    font-size: 11px;
}
/****/
/* Page */
.page-wrapper {
    font-family: Arial;
    font-size: 12px; 
    padding-right: 40px;  
}
.page-wrapper .blue-title {
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    color: #186a6d;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.page-wrapper img {
    /*border-top: 3px solid #d0e7b4;
    padding-top: 1px;*/
    max-width: 100%;
    height: auto;
}
.page-wrapper img.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.page-wrapper img.alignright{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.page-wrapper img.aligncenter{
    display: block;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-wrapper h2 {
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 21px;
    color: #186a6d;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-wrapper li h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 22px;   
}
.page-wrapper hr {
    border: none;
    height: 5px;
    width: 100%;
    background-color: #cbe5ad;   
}
.page-wrapper ul {
    list-style: none;
    display: table;
    padding-left: 0px;
}
.page-wrapper ul li {
    display: inline-block;
    margin-bottom: 10px;
    min-height: 60px;
    vertical-align: top;
    padding-right: 30px;
    width: 50%;
}
/*.page-wrapper ul li:before {
    position: absolute;
    content: ' ';
    display: inline-block;
    height: 45px;
    width: 47px;
    background-image: url('img/tick2.png');
    left: -60px;
    top: -5px;
}*/
/****/
/* Footer */
footer .info .symbol {
    font-family: Sosa;
    vertical-align: top;
}
footer .info {
    min-height: 275px;
    background-image: url(img/footer.jpg);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: white;
    padding-top: 20px;
    padding-left: 10px;
}
footer .info  h3{
    margin: 0px;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
footer .info  .socials {
    text-align: center;
    margin-top: 15px;
}
footer .info  .socials a{
    margin: 5px;
    display: inline-block;
}
footer .info  .section {
    display: inline-block;
    /*width: 230px;*/
    vertical-align: top;
    border-right: 1px dashed #a9d7e4;
    /*margin-right: 20px;*/
    min-height: 230px;
}
footer .info  .section:last-child {
    border: none;
}
footer .info  .section ul {
    list-style-image: url('img/li.png');
    padding-left: 13px;
}
footer .copyright{
    font-family: Arial;
    height: 72px;
    color: #80ba47;
    background-color: white;
    padding-top: 30px;
}
footer .copyright .right a {
    color: #80ba47;
    font-weight: normal;
}
footer .copyright .right{
    float: right;   
    color: #80ba47;
    display: inline-block;
    font-weight: bold;
}
footer .section a {
    color: white;   
}
footer .section a:hover {
    text-decoration: underline;
}
footer .widget {
    list-style: none;
}
/****/
.green-box-wrapper {
    position: absolute;
    /*bottom:-20px;*/
    top: 35%;
    width:100%;
}
.green-box {
    background-color: #a1d06a;
    color: white;
    padding: 20px;
    position: relative;
}
.green-box h1 {
    margin-top: 0px;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 33px;
}
.green-box .navigation {
    position: absolute;
    right: 5px;
    top: -30px;
    cursor: default;
}
.green-box .navigation .circle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
}
.green-box .navigation .circle.active {
    background-color: #9ccb65;
}
.green-box .navigation .circle:hover {
    cursor: pointer;   
}
.container-fluid,.container {
    padding: 0px;
}
.container-fluid.slideshow-container {
    position:relative; 
    height: 550px; 
    overflow: hidden;
}
.container-fluid .slideshow {
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
.container-fluid .slideshow img {
    /*position: absolute;
    top: 50%;
    transform: translate(0%,-50%);*/
    width: 100%;
    height: auto;
}
#szolgaltatasaink {
    background-color: #f5faf0;
    padding-bottom: 50px;
    border-bottom: 0px;
}
#szolgaltatasaink .wrapper {
    display: inline-block;
    min-height: 450px;
}
#szolgaltatasaink .wrapper a {
    color: black;
}
#szolgaltatasaink .wrapper a:hover {
    text-decoration: none;   
}
#szolgaltatasaink .wrapper .img-wrapper {
    padding: 0px;
}
#szolgaltatasaink .wrapper img {
    width: 100%;
    height: auto;
}
#szolgaltatasaink .wrapper h3 {
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    color: #a2d169;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #186a6d;
    text-transform: uppercase;
}
#szolgaltatasaink .slide .text-wrapper {
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
}
#szolgaltatasaink .slide-right,#szolgaltatasaink .slide-left {
    background-color: white;   
}
#karrier_table p {
	margin: 0 0 0px;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    header .navbar-nav>li a{
        font-size: 9px;
    }
    header .navbar-nav> li,header .navbar-nav> li:first-child {
        border-bottom: none;   
    }
    .container {
        width: 100%;
        padding-right: 10px;   
        padding-left: 10px;
    }
}
@media (max-width: 380px) {  
    header .navbar-brand img {
        width: 210px !important;   
    }
    .contact .form-wrapper {
        padding: 0px;   
    }
    .contact .form-wrapper input {
        display: block;
        width: 80%;
    }
}
@media (max-width: 467px) {  
    .contact .form-wrapper .attr{
        text-align: left;
        margin-left: 10px;  
    }
}
@media (max-width: 768px) {  
    .green-box-wrapper {
        position: static;
    }
    h1.blue-title {
        font-size: 26px;   
    }
    .green-box h1 {
        font-size: 20px;
    }
    .solution .text-wrapper h3 {
        margin-top: 15px;   
    }
    .blog {
        padding-left: 0px;
        padding-right: 0px;   
    }
    .blog .wrapper .text{
        padding: 10px;   
    }
    .blog .wrapper .img-wrapper {
        padding: 0px;   
    }
    h1.blue-title.sign-left {
        margin-left: 30px;   
    }
    h1.blue-title.sign-right {
        margin-right: 30px;   
    }
    .server h1.blue-title.sign-left {
        margin-left: 0px;   
        font-size: 40px;
    }
    .they-said .slider-wrapper {
        padding-top: 115px;   
    }
    .they-said .slider-wrapper .slide-left,.they-said .slider-wrapper .slide-right {
        position: absolute;
        top: 8px;
        margin-top: 0px;
    }
    .they-said .slider-wrapper .slide-right {
        right: 15px;   
    }
    .contact #googlemaps {
        position: static;
    }
    footer .info  .section {
        border-right: none;   
        border-bottom: 1px dashed #a9d7e4;
        padding: 30px;
    }
    footer .copyright {
        text-align: center;  
        padding-top: 10px; 
    }
    footer .copyright .right {
        text-align: center;   
        margin-bottom: 15px;
    }
    .side .solutions h1 {
        margin-right: -15px;   
    }
    .side .they-said h1 {
        margin-left: -15px;   
    }
    #referenciak {
        margin-top: -90px !important;   
    }
    .page-wrapper .blue-title {
        font-size: 30px;   
    }
    .container-fluid.slideshow-container {
        height: 435px;   
    }
    .page-wrapper ul li {
        width: 100%;
    }
    #szolgaltatasaink .wrapper {
        padding: 0px;
        width: 100%;
    }
    #szolgaltatasaink .slide-center {
        padding: 0px;   
    }
}
@media (max-width: 900px) {
    .contact-page {
        position: static;   
        width: 100%;
    }
}
@media (max-width: 992px) {  
    footer .info  .section.sm {
        border-right: none;   
    }
    footer .info  .section {
        text-align: center;   
    }
    footer .info  .section ul{
        list-style: none;
    }
}
@media (max-width: 1200px) {
    .server .wrapper .title-wrapper {
      margin-left: 10px;
    }
    .container-fluid.slideshow-container {
        height: 410px;   
    }
    header .navbar-brand,header .navbar-brand:hover {
        margin-left: 20px !important;
        height: 100%;
    }
    header .navbar-brand img{
        width: 240px;
        height: auto;
        margin-left: -10px;
        margin-top: 10px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    header .navbar-nav>li a{
        font-size: 13px;
    }
    header .navbar-brand {
        margin-left: 5px !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    header .navbar-nav>li a{
        font-size: 13px;
    }
    .container {
        width: 1070px;   
    }
}