/*
    Theme Name: Prime Energy
    Theme URI: http://www.codeincode.pl
    Author: www.codeincode.pl
    Author URI: http://www.codeincode.pl
    Description: Dedykowany szablon zaprojektowany dla Prime Energy. Wszelkie prawa zastrzeżone.
    Version: 1.0
    Text Domain: primeenergy
*/

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* klasy Wordpressa */
.entry{
    line-height:23px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    width: auto !important;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    *font-size: 11px;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* własny CSS */

*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size:17px;
    line-height: 25px;
    font-weight: normal;
    color:#777777;
    margin:0;
    padding:0;
    overflow-x:hidden;
}

a{
    text-decoration: none;
    cursor:pointer;
    color:#002461;
}

a:hover{
    color:#000D2E;
}

ul, img{border:0;padding:0;margin:0;list-style:none;}

h1, h2, h3, h4, h5{
    font-family: 'Lexend Deca', sans-serif;
    color:#002461;
}

h1{
    font-size:45px;
    line-height: 50px;
}

h2{
    font-size: 36px;
    line-height: 41px;
}

h3{
    font-size: 24px;
    line-height: 29px;
}

h4{
    font-size: 20px;
    line-height: 25px;
}

input, textarea, select, button {
    padding: 10px;
    border:0;
    border-radius: 5px;
    border:1px solid #eaeaea;   
    font-size:17px;
    margin-bottom: 5px;
    color: #002461;
    width:100%;
    outline:inherit;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

textarea {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
    font-size: 16px;
}

.container{
    width:1450px;
    margin:0 auto;
}

#header{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    z-index:999;
    padding: 10px 0;
    border-bottom:1px solid transparent;
}

#header.bg{
    border-bottom:1px solid #eee;
    background: #fff;
}

#header.bg .row-1 .left{
    margin-top: 0px;
}

#header.bg #menu{
    margin-top: 6px;
}

#header .row-1 .left{
    transition: .5s;
    -webkit-transition: .5s;
}

#header #menu{
    margin-top: 6px;
    float:left;
    transition: .5s;
    -webkit-transition: .5s;
}

#header #menu ul{
    display: table;
    margin: 0 auto;
}

#header #menu ul li{
    float:left;
    margin-right:30px;
}

#header #menu ul li:last-child{
    margin-right:0;
}

#header #menu ul li a{
    display: block;
    color:#002461;
    font-size:16px;
    font-weight: 600;
    padding:10px 0;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

#header #menu ul li a:hover, #header #menu ul li.current-menu-item > a{
    color:#F5405F;
}

#header #menu .headerseacrh a{
    background: url(media/img/search.svg) no-repeat center;
    background-size: 20px 20px;
    width: 20px;
    display: block;
    font-size: 0;
}

#header #menu .headercontact a{
    background: linear-gradient(180deg, rgba(62,120,188,1) 0%, rgba(0,21,91,1) 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

#header #menu .headercontact a:hover{
    background: linear-gradient(180deg, rgba(0,21,91,1) 0%, rgba(62,120,188,1) 100%);
    color: #fff;
}

#header #menu .headercontact.current-menu-item>a{
	color:#fff;
}

/** MENU DROPPY **/

#header #menu .sub-menu{
    display: none;
    position: fixed;
    z-index: 1001;
    margin-top: 3px;
    background:#fff;
    border-radius: 5px;
    border: 1px solid #eee;
}

#header.bg #menu .sub-menu{
    margin-top:20px;
}

#header #menu .sub-menu li{
    float:none;
    margin-right:0;
    position: relative;
    margin-left:0;
    border-bottom: 1px solid #eee;
}

#header #menu .sub-menu li:last-child{
    border-bottom: 0;
}

#header #menu .sub-menu li a, #header.bg #menu .sub-menu li a{
    font-size:15px;
    color:#002461;
    text-transform: none;
    padding:10px 20px;
}

#header #menu .sub-menu li.current-menu-item > a{
    background:#f5405f;
    color:#fff;
}

#header #menu .sub-menu li a:hover{
    background:none;
    color:#f5405f;
}

#header #menu .sub-menu li.sub a{
    padding-left:15px;
}

#header #menu .has-subnav span {
    background: url(media/img/down.svg) no-repeat center right;
    background-size: 10px 10px;
    padding-left: 20px;
    position: relative;
    top:1px;  
}

#banner{
    position: relative;  
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#banner img{
    max-width: 100%;
    height: auto;
}

#banner .content{
    position: absolute;
    width: 725px;
    z-index: 3;
    left: 50%;
    margin-left: -725px;
    top: 50%;
    transform: translate(0,-50%);
}

#banner .content h1{
    margin-bottom:30px;
}

#banner .content p{
    max-width: 600px;
    width: 100%;
}

#banner .content .buttons{
    margin-top: 40px;
}

#banner .content .buttons .btn:first-child{
    margin-right: 10px;
}

#footer{
    background: #0C1123;
    color: #E5E5E5;
}

#footer .row-1{
    padding:30px 0 50px 0;
    border-bottom: 1px solid #192446;
}

#footer .row-1 .map{
    background:url(media/img/map.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    margin-top:10px;
    display: block;
}

#footer .row-1 .phone{
    background:url(media/img/phone.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    display: block;
}

#footer .row-1 .mail{
    background:url(media/img/mail.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    display: block;
    margin-top: 10px;
}

#footer a {
    color:#E5E5E5;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 10px;
}

#footer .row-1 a{
    display: block;
}

#footer a:hover{
    color:#f5405f;
}

#footer .col-25, #footer .col-15{
    padding-right: 30px;
}

#footer h4.widget-title{
   color: #fff;
}

#footer .row-2{
    padding:20px 0;
    overflow: hidden;
    text-align: center;
}

#footer .social .linkedin {
    background: url(media/img/linkedin.svg) no-repeat center left;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    padding-left: 32px;
    font-size: 32px;
    text-decoration: none;
}

.mobile{
    display: none;
}

.btn{
    display: inline-block;
    padding:12px 40px;
    font-size:15px;
    font-weight: 600;
    text-align: center;  
    cursor: pointer;
    border-radius:5px;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn.white{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%);
    color:#000D2E;
}

.btn.white:hover{
    background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%);
}

.btn.red{
    background: rgb(245,64,95);
    background: linear-gradient(180deg, rgba(245,64,95,1) 0%, rgba(97,0,0,1) 100%);
    color:#fff;
}

.btn.red:hover{
    background: linear-gradient(360deg, rgba(245,64,95,1) 0%, rgba(97,0,0,1) 100%);
}

input[type="submit"]{
    display: inline-block;
    padding:13px 50px;
    font-size:15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background:#000D2E;
    border:2px solid #000D2E;
    color:#fff;
    width:auto;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius:5px;
    -webkit-appearance: none;
}

input[type="submit"]:hover{
    background:none;
    color:#000D2E;
}

.row{
    overflow: hidden;
}

.visible{
    display: block !important;
}

#menu-rwd {
    float: right;
    cursor: pointer;
    margin-top: 11px;
    display: none;
    background:url(media/img/menu.svg) no-repeat center;
    background-size:34px 34px;
    width:34px;
    height: 34px;
}

#page-title{
    background: url(media/img/pagetitle.jpg) no-repeat center;
    background-size: cover;
    padding:160px 0;
    text-align: center;
}

#page-title h1{
    margin:0;
    color: #002057;
    word-break: break-word;
    word-wrap: break-word;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}

.row{overflow: hidden;}
.col-15{float:left;width:15%;}
.col-20{float:left;width:20%;}
.col-25{float:left;width:25%;}
.col-30{float:left;width:30%;}
.col-33{float:left;width:33.3%;}
.col-35{float:left;width:35%;}
.col-39{float:left;width:39%;}
.col-40{float:left;width:40%;}
.col-45{float:left;width:45%;}
.col-50{float:left;width:50%;}
.col-55{float:left;width:55%;}
.col-60{float:left;width:60%;}
.col-61{float:left;width:61%;}
.col-65{float:left;width:65%;}
.col-67{float:left;width:67%;}
.col-70{float:left;width:70%;}
.col-75{float:left;width:75%;}
.col-80{float:left;width:80%;}
.left{float:left;}
.right{float:right;}

.wpcf7-form{
    margin-top:0;
}

span.wpcf7-not-valid-tip{
    margin:5px 0;
}

div.wpcf7-response-output{
    margin:0 !important;
    clear: both;
}

.wpcf7-form input[type="submit"]{
    margin:20px 0;
}

.wpcf7-not-valid{
    border:1px solid #f00;
    display: block;
}

.wpcf7-not-valid-tip{
    display: none !important;
}

.wpcf7-form p{
    margin:0 !important;
}

table{
    margin:0 auto;
    width:100%;
    border-collapse:collapse;
}

table,tr,td{
    border:1px solid #eee;
}

table td{
    padding:15px;
}

img{
    max-width: 100%;
    height: auto;
    display: grid;
}

#content #content-wrapper{
    margin: 60px 0;
}

#content.withoutmargin #content-wrapper{
    margin: 0;
}

#content.search li:first-child{
    margin-top: 30px;
}

input[type="checkbox"] {
    width: auto;
}

.wpcf7-checkbox .wpcf7-list-item-label{
    font-size:13px;
}

span.wpcf7-list-item{
    margin-left:0 !important;
}

ul.points{
    list-style: none;
    padding-left:5px;  
    padding-bottom: 10px;
}

ul.points li{
    margin-bottom:5px;
    display: flex;
}

ul.points li::before{
    position: relative;
    content: "\2022";
    color: #f5405f;
    font-weight: bold;
    display: inline-block;
    font-size:25px;
    line-height: 23px;
    margin-left: 10px;
    margin-right:15px;
    top: 2px;
}

ul.points.three{
	overflow:hidden;
}

ul.points.three li{
	float:left;
	width:33.3%;
	display:block;
	text-align:center;
}

#cn-close-notice{
    display: none;
}

#offer-section{
    margin-bottom: 50px;
}

#offer-section h2{
    text-align: center;
}

#offer-section .box{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0.5em silver;
    display: block;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 5px 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

#offer-section .box:nth-child(3n){
    margin-right: 0;
}

#offer-section .box:hover{
    box-shadow: 0 0 0.5em #B82B3E;
}

#offer-section .box.box1 h3{
    background: url(media/img/box1.svg) no-repeat top left;
    background-size: 60px;
    padding-top: 90px;
}

#offer-section .box.box2 h3{
    background: url(media/img/box2.svg) no-repeat top left;
    background-size: 60px;
    padding-top: 90px;
}

#offer-section .box.box3 h3{
    background: url(media/img/box3.svg) no-repeat top left;
    background-size: 60px;
    padding-top: 90px;
}

#offer-section .box.box4 h3{
    background: url(media/img/box4.svg) no-repeat top left;
    background-size: 60px;
    padding-top: 90px;
}

#offer-section .box.box5 h3{
    background: url(media/img/box5.svg) no-repeat top left;
    background-size: 60px;
    padding-top: 90px;
}

#offer-section .box.box6 h3{
    background: url(media/img/box6.svg) no-repeat top left;
    background-size: 60px;
    padding-top: 90px;
}

#offer-section .box.box7 h3{
    background: url(media/img/box7.svg) no-repeat top left;
    background-size: 60px;
    padding-top: 90px;
}

#offer-section .box.box8 h3{
    background: url(media/img/box8.svg) no-repeat top left;
    background-size: 60px;
    padding-top: 90px;
}

#offer-section .box.box9 h3{
    background: url(media/img/box9.svg) no-repeat top left;
    background-size: 60px;
    padding-top: 90px;
}

#about-section{
    background: #B82B3E;
    background-size: 50% 100%;
    color: #fff;
	 padding-top:60px;
}

#about-section .img img{
    object-fit: cover;
}

#about-section h3{
    color: #fff;
    margin-top: 0;
}

#about-section .btn.white{
    color: #b82b3e;
    margin-top: 30px;
}

#logo-section img{
    width: 120px;
    display: table;
    margin: auto;
}

#cta-section{
    background: url(media/img/cta-section.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0;
}

#cta-section .btn{
    margin-top: 30px;
}

#searchform{
    overflow: hidden;
}

.searchform .search-field {
    float: left;
    width: 90%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 50px;
}

.searchform button {
    float: left;
    width: 10%;
    background: linear-gradient(180deg, rgba(62,120,188,1) 0%, rgba(0,21,91,1) 100%);
    color: #fff;
    height: 50px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.searchform button:hover{
    background: linear-gradient(180deg, rgba(0,21,91,1) 0%, rgba(62,120,188,1) 100%);
    color: #fff;
}

.contactbox{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0.5em silver;
    display: block;
    padding: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.contactbox:hover{
    box-shadow: 0 0 0.5em #f5405f;
}

.contactbox p{
    margin: 0;
}

.contactbox span{
    font-weight: 600;
}

.contactbox.b1 .content{
    background: url(media/img/map-red.svg) no-repeat center left;
    background-size: 30px;
    padding-left: 50px;
}

.contactbox.b2 .content{
    background: url(media/img/phone-red.svg) no-repeat center left;
    background-size: 30px;
    padding-left: 50px;
}

.contactbox.b3 .content{
    background: url(media/img/mail-red.svg) no-repeat center left;
    background-size: 30px;
    padding-left: 50px;
}

/** BLOG **/

#content.archive{
    overflow: hidden;
    margin-bottom: 60px;
}

#content.archive #content-wrapper{
    margin: 45px 0 60px 0;
}

#content.archive .col-70{
    padding-right:40px;
}

#content.archive .col-30 .contactform{
    margin-top:15px;
}

.career{
    overflow: hidden;
    padding: 15px;
}

.career .post{
    margin-bottom: 30px;
    padding:30px;
    background:#fff;
    box-shadow: 0 0 0.5em silver;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.posts .post{
    float:left;
    width:32%;
    margin-right:2%;
    margin-bottom: 30px;
    padding:30px;
    background:#fff;
    box-shadow: 0 0 0.5em silver;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.posts .post:nth-child(3n){
    margin-right: 0;
}

.posts .post .img{
    background:#f5405f;
    border-radius: 5px;
    overflow: hidden;
}

.posts .post img:hover{
    opacity:0.3;
    transform: scale(1.2);
}

.posts .post .img img{
    display: grid;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    transition: all .5s ease-out;
}

.posts .post .img img:hover{
    opacity: 0.3;
}
.posts .post .content .date{
    background:url(media/img/calendar.svg) no-repeat top 3px left;
    background-size: 18px;
    color:#f5405f;
    margin-top:5px;
    padding-left:25px;
    display: block;
    font-weight: bold;
}

.career .post:hover, .posts .post:hover{
    box-shadow: 0 0 0.5em #B82B3E;
}

.career .post:nth-child(2n){
    margin-right: 0;
}

.career .post .content{
    padding:10px 0;
}

.posts .post .content{
    padding: 10px 0 0 0;
}

.career .post .content h4, .posts .post .content h4{
    margin-top:10px;
    margin-bottom: 15px;
}

.career .post .content h4 a, .posts .post .content h4 a{
    color:#002461;
    text-decoration: none;
}

.career .post .content h4 a:hover, .posts .post .content h4 a:hover{
    color: #f5405f;
}

#content.single #page-title .career{
    display: table;
    margin: auto;
    margin-top: 30px;
}

.career .post .content .city, #content.single-career #page-title .city{
    background: url(media/img/map-red.svg) no-repeat center left;
    background-size: 16px;
    padding-left: 24px;
    float: left;
    padding-right: 20px;
}

.career .post .content .type, #content.single-career #page-title .type{
    background: url(media/img/job-type.svg) no-repeat center left;
    background-size: 16px;
    padding-left: 24px;
    float: left;
    padding-right: 20px;
}

.career .post .content .document, #content.single-career #page-title .document{
    background: url(media/img/job-document.svg) no-repeat center left;
    background-size: 16px;
    padding-left: 24px;
    float: left;
    padding-right: 20px;
}

#content.single-career #page-title .type,
#content.single-career #page-title .city,
#content.single-career #page-title .document{
    color: #002057;
}

.career .post .content .btn{
    margin-bottom: 0;
}

.career .post .content .btn a{
    color: #fff;
}

#content.single-career .col-70, #content.offer .col-70{
    padding-right: 60px;
}

#content.single-career .col-30,#content.offer .col-30 , .contactform{
    background: #002461;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
}

#content.single-career .col-30 input[type=submit], #content.offer .col-30 input[type=submit], .contactform input[type=submit]{
    background: linear-gradient(180deg,rgba(245,64,95,1) 0%,rgba(97,0,0,1) 100%);
    color: #fff;
    border: none;
}

#content.single-career .col-30 h3, #content.offer .col-30 h3, .contactform h3{
    color: #fff;
}

#content.single-career .col-30 a, #content.offer .col-30 a, .contactform a{
    color: #fff;
}

#content.single-career .col-30 .btn-custom-doc, .contactform .btn-custom-doc{
    background: linear-gradient(180deg,rgba(245,64,95,1) 0%,rgba(97,0,0,1) 100%);
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

#content.single-career .col-30 span.custom-doc-name, .contactform span.custom-doc-name{
    display: block;
}

#content.single-career .col-30 .wpcf7 input[type=file], .contactform .wpcf7 input[type=file]{
    display: none;
}

#content.single-career .col-30 .filebtn, .contactform .filebtn{
    overflow: hidden;
    margin: 10px 0;
}

#content.single-career .col-30 .phone, #content.offer .col-30 .phone, .contactform .phone{
    background:url(media/img/phone-red.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    display: block;
}

#content.single-career .col-30 .mail, #content.offer .col-30 .mail, .contactform .mail{
    background:url(media/img/mail-red.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    display: block;
    margin-bottom: 30px;
}

#content.single-career .col-30 .phone:hover,
#content.single-career .col-30 .mail:hover,
#content.offer .col-30 .phone:hover,
#content.offer .col-30 .mail:hover,
.contactform .mail:hover, 
.contactform .phone:hover{
    color: #f5405f;
}

.contactform{
    margin: auto;
    max-width: 1000px;
    margin-top: 30px;
}

#blog-section{
    padding: 60px 0;
}


/*** O NAS ***/

.services .box h3{
    margin-top: 0;
    min-height: 40px;
    padding-left: 55px;
    display: flex;
    align-items: center;
}

.services .box{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0.5em silver;
    padding: 30px 20px;
}

.services .box1 h3{
    background: url(media/img/inzynieria.svg) no-repeat center left;
    background-size: 40px;
}

.services .box2 h3{
    background: url(media/img/wykonawstwo.svg) no-repeat center left;
    background-size: 40px;
}

.services .box3 h3{
    background: url(media/img/inneuslugi.svg) no-repeat center left;
    background-size: 40px;
}

.services .box4 h3{
    background: url(media/img/doradztwo.svg) no-repeat center left;
    background-size: 40px;
}

#slider_2354{
    margin-top:35px;
}

#slider_2354 .owl-item img{
    max-width:150px;
}

#slider_2354 .owl-item p{
    text-align: center;
    margin:0;
}

#realizations-slider{
    background: #b82b3e;
    padding:40px 0 80px 0;
}

#realizations-slider h2{
    color:#fff;
}

#realizations-slider .slider-controls{
    overflow: hidden;
}

#realizations-slider .slider-controls .title{
    float:left;
}

#realizations-slider .slider-controls .controls{
    float:right;
    margin-top:32px;
}

#realizations-slider .slider-controls .controls .prev{
    float:left;
    margin-right: 15px;
    cursor: pointer;
}

#realizations-slider .slider-controls .controls .next{
    float:left;
    cursor: pointer;
}

.bx-wrapper{
    background:none !important;
    box-shadow: none !important;
    border:0 !important;
    max-width: 100% !important;
}

#realizations-slider .slider{
    position: relative;
}

.realizations{
    overflow: hidden;
}

.realizations .item{
    float: left;
    width:32%;
    margin-right:2%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 1em silver;
    -webkit-transition: .5s;
    transition: .5s;
}

.realizations .item .content{
    padding:10px;
}

.realizations .item img{
    max-width:100%;
    height: auto;
    min-height: 300px;
}

.realizations .item .content h4{
    margin-top: 20px;
    margin-bottom: 15px;
}

#realizations-slider .bx-viewport{
    height: auto !important;
}



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}