/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-02-12, 15:39:41
    Author     : marcin
*/

header .top:before{
      content: "New website design coming soon ";
    width: 100%;
    display: block;
    text-align: center;
    background: #e34ba8;
}

 header .logo .b1 {
   width: 300px;
 }
/* Tablet Fix */
@media (max-width:768px){
  header .logo .b1 {
    height: 40px;
  }
}
@media (min-width:1600px){
  header .logo .b1 {
    width: 500px;
 }
}
@media (max-width:1024px){
    header .logo .b1 {
    width: 240px;
  }
    footer .col-sm-6 {
    width: 100%!important;
}
    .footer-bottom .email, .footer-bottom .phone{
    width: 100%;
    text-align: center;
  }
  .footer-bottom .email {
        margin-bottom: 15px;
  }
  .footer-bottom .col-sm-6{
    display:grid;
  }
  .footer-bottom .madeby{
    display: block!important;
       text-align: center!important;
    margin-top: 15px;
  }
}

.case-studies .prel{
  margin-bottom: 30px;
}

.text-white{
  color:#fff!important;
}

.btn.custom1 {
    font-family: Roboto,sans-serif;
}

.news-post .sidebar{
  display:none;
}
.news-post .content-text{
  width:100%;
}

.slider .item:before{
  background-image:none!important;
}

.project-name img {
    max-width: 150px!important;
}

footer .footer-bottom {
    background: #eceef1;
    color: #e13ea2;
}
footer .footer-bottom a {
    color: #e13ea2;
  border-bottom: 3px solid #e13ea2;
}

.content-text ul li:before {
    font: normal normal normal 8px/1 FontAwesome;
  color: #e13ea2;
  top: -2px;
    position: relative;
}

.content-text ol li::marker {
    color: #e13ea2;
    font-weight: 600;
}

.content-text ol li {
margin-bottom: 5px;
}


.blue-banner .btn {
    background-color: #e1b9d1;
}

.blue-banner ul li{
  color:#fff;
}

.content-text h1{
        color: #e13ea2;
}

.project-image-gradient {
    background-color: #272b40;
}

.banner{
  background: url(/webroot/files/ckeditor/Projects/Robotic_Incremental_Sheet_Forming/Project-1-3.jpg?time=15827247644448);
}

.new_articles{
  display:none;
}

#map{
  display:none;
}

.content-text h2, .content-text h3{
  margin-bottom:20px;
}

h2:first-of-type, h3:first-of-type {
    margin-top:40px;
    margin-bottom:20px;
}

.heading, h1, h2, h3, h4, h5, h6 {
    margin-top:40px;
    margin-bottom:20px;
}

.projects-section {
    background-color: #eceef1!important;
    background-image: unset;
}
.projects-section .heading.border {
    color: #f51ba6;
}

.content-text a {
    color: #e13ea2;
}

.content-text a:hover {
    color: #272b40;
}

/* Responsive Video */

.video-responsive {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}

.main-video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}

/* Tables in blogs */

.news-post tr, .news-post td, .news-post th {
    border: 1px solid black;
    padding: 15px;
}

.content-text h2 strong {
    color: #e13ea2;
}

.news-post .slick-slide img {
    //max-width: 850px;
    margin: auto;
}