/* CSS file */

@font-face {
font-family: lato;
src: url(fonts/lato-regular.ttf);
}


* {
    box-sizing: border-box;
}

body {
background-color: #edeff3;
margin: 0;
max-width: 1800px;
margin-left: auto;
margin-right: auto;
} 

h1 {
    
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}


h2 {
    font-family: lato;
    font-size: 15px;
    text-align: center;
    
}

h3 {
    font-family: 'Oswald', sans-serif;
    color: #2f57ad;
    font-size: 17px;
}


h4 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 30px;
    color: #4a4d54;
}

h5 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;

}

h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 21px;
    line-height: 1;
    margin: 0 2%;
    margin-bottom: 25px;
    color: #526ea7
}

p {
    font-family: Sans-Serif;
    font-size: 14px;
    font-weight: 100;
    color: #323232;
}

.headerline {
height: 2px;
width: 125px;
margin: 0px auto 25px auto;
background: #4870c8;
}

a {
    text-decoration: none;
    
}

.menu-title {

width: 100%;
padding: 0px 2%;

}

.menu-title-home {
    
width: 100%;
padding: 0px 2%;
}

.menu-title h4, .menu-title-home h4{
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 30px;
    color: #4a4d54;
    display: flex;
    align-items: center;
    justify-content: center;



}

.menu-title h6, .menu-title-home h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 26px;
    line-height: 2.0;
    color: #526ea7

}

.menu-title-home h6{


  margin: 20px 0;
}


.contacts-title {
width: 100%;
height: auto;

}
.contacts-title h4{
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 30px;
    color: #4a4d54;
    line-height: 0.1;
    display: flex;
    align-items: center;
    justify-content: center;


}

/*-----------------Top nav---------------*/

.topnav {
  overflow: hidden;
  background-color: #f2f4f8;
  margin-right: 15px;
}

.topnav a {
  float: right;
  display: block;
  color: #444040;
  text-align: center;
  padding: 16px 10px;
  margin: 0 5px;
  text-decoration: none;
  font-size: 20px;
  font-family: helvetica, Sans-Serif;
  padding-bottom: 7px;
  margin-top: 20px;
  margin-bottom: 22px;
}


.activenav {
  border-bottom: solid 3px #16569fd1;
  color: blue;
}


.topnav a:hover {
  color: #4440408f;
  text-decoration: none;
  /*border-bottom: solid 3px #16569fa1;*/
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  
}

.image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 50px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 8px;
    z-index: 600;
    position: relative;
    
}

.topnav .icon {
  display: none;
}

/*----------End of top nav----------*/

.language-block {
    /*position: fixed; *//* Set the navbar to fixed position */
    overflow: auto;
    top: 0; /* Position the navbar at the top of the page */
    background: #6d757c;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    width: 100%;
    color: #fff;
    z-index: 500;
    font-weight: 100;
    font-family: helvetica, Sans-Serif;
}

.language-block a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.language-block a:hover {
    text-decoration: none;
}

.language-block ul {
    list-style-type: none;
}

.top-contact {
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-left: 40px;
    
}

.top-contact img {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    height: 16px;
}

.top-contact a {
    
    font-size: 14px;
}


.carousel-item {
  height: 80vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*----------------------------------*/

.title {
  position: absolute;
  top: 40%;
  color: white;
  text-align: left;
  width:90%;
  margin-left: 5%;
  margin-right: 5%;
}

.title_small {
  position: absolute;
  color: #fff;
  text-align: left;
}


.title h7 {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.4);
}

.title h8 {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 25px;
  font-size: 2.5rem;
  background: rgba(0, 0, 0, 0.4);
  line-height: 60px
}


.logo {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 55px;
    margin-right: 20px;
    margin-left: 40px;
    margin-top: 13px;
    margin-bottom: 8px;
    
}


/*Menu header*/

.top-header, .top-header-services, .top-header-industries, .top-header-diesel, .top-header-ship-repair, .top-header-projects, .top-header-contacts, .top-header-welding, .top-header-supplies {
    height: 200px;
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}


.top-header {
  background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/services-top-background.png");  
}

.top-header-services {
    background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/services-background.png");   
}

.top-header-industries{
    background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/industries-background.png");    
}
    
.top-header-diesel{
     background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/diesel-engine-background.png");   
}
    

.top-header-ship-repair {
     background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/ship_repairs-background.png" );

}

.top-header-projects {
    
    background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/projects-background.png" );
}


.top-header-contacts {
    
    background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/contacts-background.png" );
}

.top-header-welding {
    
     background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/welding-background.png" );
    
}

.top-header-supplies {
         background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/supplies-background.png" );

}

.top-header h3, .top-header-services h3, .top-header-industries h3, .top-header-ship-repair h3, .top-header-diesel h3, .top-header-projects h3, .top-header-contacts h3, .top-header-welding h3, .top-header-supplies h3  {
    
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}



/*responsive gallery*/

.gallery-container {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}

.galleryItem {
    display: inline-block;
    background-color: #fff;
	color: black;
	font: 10px/1.5 Helvetica, Verdana, sans-serif;
	width: 337px;
	/*border: 2px solid #014a99;*/      /* border around blocks on home page*/
	margin-left: 1.2%;
	margin-right: 1%;
	margin-bottom: 30px;

}

.galleryItem h3 {
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 5px;
	font-size: 17px;
	color: #2f57ad;
}

.galleryItem p {

	text-align: justify;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: normal;
}
 
 
.galleryItem img {
    max-width: 100%;
}

/*________________________Industries______________________________*/

.industry-gallery-container {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;

}

.industry-galleryItem {
    display: inline-block;
    background-color: #fff;
	color: black;
	font: 10px Helvetica, Verdana, sans-serif;
	width: 370px;
	/*border: 2px solid #4653a9;*/
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	
}

.industry-galleryItem img {
	max-width: 100%;
	float: left;
}

/*

.industry-galleryItem:hover {
   border: 2px solid #D5D3CC;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
} 

*/
.industry-item-overlay {
    
 position: absolute;
   /*top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
  width: 370px;
  height: 316px;
  opacity: 0;
  transition: .3s ease;
  background-color: #dddddd30;
    
}

.industry-item-overlay a {
display: block;    
text-align: center;
vertical-align: middle;
text-decoration: none;
font-size: 20px;
color: white;
padding-top: 316px;

}

.industry-galleryItem:hover .industry-item-overlay{
    
    opacity: 1;
    /*border-color: lightgray;
    transition-duration: .4s ;*/
}

/*Link presently is off */
/*Read more industry link*/
.ind-more a {
    color: rgba(56, 94, 167, 0.7);
    width:100%;
    margin-bottom: 10px;
    margin-top: auto;
    margin-left: 30px;
    text-decoration: none;
    text-align: center;
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    vertical-align: bottom;
    
}


.ind-more a:hover {
    color: #4653a9;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
 
 
 
 
.industry-galleryItem h3 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}
 

/* Read more link*/

h9{
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 100;
}

/*Read more link*/
.more a {
    display: block;
    color: rgba(56, 94, 167, 0.7);
    width:50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
}

.more a:hover {
    color: #4653a9;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.about_us {
    width: 75%;
	margin: 35px auto;
	margin-top: 10px;
	overflow: hidden;
	font-family: helvetica;
    font-size: 17px;
    font-weight: 100;
    color: #323232;
    line-height: 25px;
}

.border-divider{
border-bottom: 3px solid #014a99;
height: 1px;
width: 100%;
margin-top:15px;
margin-bottom: -5px;

}

/*------------Service menu-------------------*/

.service-gallery-container{
    max-width:1220px;
    margin: 20px auto;

    padding: 2px;
    clear: both;

}

.service-galleryItem {
    display: inline-block;
    background-color: #014a99;
	color: black;
	font: 10px/1.5 Helvetica, Verdana, sans-serif;
	/*min-width: 48%;*/
	width: 585px;
	height: 219px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border: 2px solid #014a99;*/
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
	

}

.service-item-overlay {
    
 position: absolute;
   /*top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
  width: 585px;
  height: 219px;
  opacity: 0;
  transition: .3s ease;
  background-color: #dddddd30;
    
}

.service-item-overlay a {
display: block;    
text-align: center;
vertical-align: middle;
text-decoration: none;
font-size: 20px;
color: white;
padding-top: 100px;

}

.service-galleryItem:hover .service-item-overlay{
    
    opacity: 1;
    /*border-color: lightgray;
    transition-duration: .4s ;*/
}



 .service-galleryItem a {
        display: block;
        height: 100%;
        text-align: center;
    }
    
.service-galleryItem h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	margin: 8px;
	color: #eaeaea;
}
 

.service-headerline {
clear: both;
height: 1px;
width: 99.5%;
margin: 1px auto 1px auto;
background: #eaeaea;
}

.services-list { 
    width: 320px;
    height:160px;
    float: left; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    color: #ffffff; 
    text-align: left;
    margin-top: 10px;
    
}

.services-list li {
    font-family: 'lato', sans-serif;
    line-height: 1.5;
    color: #eaeaea;
    font-size: 15px;
    list-style: square;
}

.service-galleryItem img {
   
    max-width: 230px;
    max-height: 230px;
    margin-top: 2px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 2px;
    float: left; 
    
}

/*Read more buton link*/

.services-more {
    float: right;
}

.services-more a {
    display: block;
    width: 150px;
    color: #eaeaea;
    margin-right: 4%;
    padding-top: 3px;
    margin-bottom: 4px;
    text-decoration: none;
    text-align: right;
    font-size: 14px;
    font-weight: 50;
}

.services-more a:hover {
color: gray;


}

/*_______________Projects___________________*/

.text-container{
    
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

}

.text-container ul {
    
    list-style: square;
    margin-left: 40px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.text-container h6{
    margin-top: 27px;
    text-align: left;

    
}

.text-container p {
    
    font-size: 16px;
}
.spdescription img {
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*__________________Contacts__________________*/

.map_container {
    
    margin-top: 20px;
    height: 300px;
    width: 100%;

}

/*Responsive contacts*/



.contact-wrap {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}


.contact-item {
    vertical-align: top;
    display: inline-block;
	color: black;
	font: 10px/1.5 Helvetica, Verdana, sans-serif;
	width: 31%;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
}

.contact-item a {
    color: #5f5f61;
    font-size: 14px;
    font-family: "Helvetica";
    display: inline-block;
    text-align: center;
}

.contact-item p {
    color: #5f5f61;
    font-size: 14px;
    font-family: "Helvetica";
}

.contact-item i {
    color: #5f5f61;
}



.contact-item h3 {
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 20px;
}
 
.contact-item img {
    clear: both;
    max-width: 99%;
    margin: auto;
    padding: 5px;
    height: 40px;
    width: auto;
}

.contacts {
    width: 100%;
    background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), url("images/gears_background.png");

    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 100%;
     height: auto;
     padding-top: 1px;
     padding: 15px 10%;

}


.contacts h4{
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 2.2;
    text-decoration: none;

}


/*_____________Ourbrands________________*/

.ourbrands-wrap {
    
    /*border-top: 3px solid #014a99;*/

    width:100%;
    background-color: rgb(178, 178, 178);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px
}


.ourbrands-container {

    max-width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    padding-top: 20px;

}


.ourbrands-item {
    display: inline-block;
    text-align: center;
    width: 20%;
    margin-left: 2%;
    margin-right: 2%;
}


.ourbrands-item img {
    
  width: auto;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.ourbrands-item h3 {

    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 25px;
}


.ourbrands-item h4 {
    
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 13px;

    
}


/*__________________FOOTER__________________*/

.footer-wrap {
    height: auto;
    /*border-top: 3px solid #014a99;*/
    background-color: rgba(30, 30, 31, 0.81);
    width: 100%;
    padding-bottom: 30px;
    padding-top: 15px;
    overflow: auto;
}


.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    max-width: 90%;
    margin-left: 8%;
    margin-right: 2%;
}


.footer-item {
    
    margin-left:1.5%;
    margin-right: 1.5%;
    margin-top: 1%;
    width: 22%;
    height: auto;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
}

.footer-item p1 {
    display: block;
    font-family: helvetica;
    font-size: 15px;
    font-weight: 600;
    color: lightgray;
    margin-bottom: 10px;
    text-align: left;

}

.footer-item p2{
    
    display: block;
    color: lightgray;
    text-align: left;
    font-family: helvetica;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    text-decoration: none;

}

.footer-item img{
    
    display: block-inline;
    height: 50px;
}



/*-------------------------------*/



.copy {
    font-family: helvetica;
    font-size: 12px;
    font-weight: 100;
    color: gray;
    margin-top: 20px;
    color: #ffffff;
    text-align: center;

}


.top-space {
    height: 100px;
    width: 100%;
}



.icon img {
    height: auto;
    width: 30px;
    margin: 2px;
    margin-top: 10px;
    
}


.not-active {
  pointer-events: none;
  cursor: default;

   opacity: 0.5;

}


/* MEDIA QUERIES*/

@media only screen and (max-width : 1221px),
only screen and (max-device-width : 1221px){
    .industry-gallery-container {max-width:95%; margin: 0 2.5%}
	.industry-galleryItem h3 {font-size: 12px;}
	.industry-galleryItem {max-width:30.80%; margin: 2% 1%}
	.industry-galleryItem img {width: 100%}
    .industry-item-overlay {display: none;}
    .industry-galleryItem: hover a{}
	.menu-title h6 {font-size: 24px; line-height: 2.0;}

}




@media only screen and (max-width : 1112px),
only screen and (max-device-width : 1112px){
    .service-gallery-container {max-width: 650px; margin: 1px auto;clear: both; }
    .service-galleryItem {width:650px; margin-left:auto; margin-right: 15%;}
	.service-item-overlay {width:650px;}
	.menu-title h6 {font-size: 24px; line-height: 2.0;}

}




@media only screen and (max-width : 940px),
only screen and (max-device-width : 940px){
	.galleryItem h9 {font-size: 16px;}
	.title h8 {font-size: 27px;}
  	.title h7 {font-size: 17px;}
	.ourbrands-item {width: 95%;}
	.contact-item {width: 100%;}
	.contact-item h9 {font-size: 13px;}
	.contact-item h3 {font-size: 28px;}
	.contact-item a {font-size: 20px;}
	.contact-item p {font-size: 20px;}
	.contact-item i {font-size: 25px;}
	.text-container {width:90%; margin-left: auto; margin-right: auto;}
	.text-container li ul{width:80%; margin-left: 3%;}
	.text-container h6 {font-size: 20px; text-align: center;}
    .text-container p {font-size: 13px;}
    .gallery-container{width: 100%;}
    .galleryItem {width:90%; margin-left: 5%; margin-right: 5%;}
    .industry-gallery-container {max-width:95%; margin: 0 2.5%}
	.industry-galleryItem h3 {font-size: 12px;}
	.industry-galleryItem {max-width:30.8%; margin: 2% 1%}
	.industry-galleryItem img {width: 100%}
    .industry-item-overlay {display: none;}
    .industry-galleryItem: hover a{}
	.menu-title h6 {font-size: 24px; line-height: 2.0;}
}


@media only screen and (max-width : 736px){
    .industry-gallery-container {max-width:95%; margin: 0 2.5%}
	.industry-galleryItem h3 {font-size: 12px;}
	.industry-galleryItem {max-width:30.80%; margin: 2% 1%}
	.industry-galleryItem img {width: 100%}
    .industry-item-overlay {display: none;}
    .industry-galleryItem: hover a{}
    
    
}
 
 
 
@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
    .galleryItem {width:80%; margin-left: 10%; margin-right: 10%;}
	.galleryItem h9 {font-size: 16px;}
	.galleryItem p {font-size: 15px;}
	.ourbrands-item {width: 95%;}
	.contact-item {width: 100%;}
	.contact-item h9 {font-size: 12px;}
	.contact-item p {font-size: 15px;}
	.service-gallery-container {max-width: 600px; margin: 1px auto;clear: both; }
    .service-galleryItem {width:600px; margin-left:auto; margin-right: auto;}
	.service-item-overlay {width:600px;margin-left:auto; margin-right: auto;}
	.services-list{width: 330px;}
	.services-list li {font-size:14px;}
	.menu-title h6 {font-size: 19px; line-height: 2.0;}
}
	
 

 
 
@media only screen and (max-width : 600px),
only screen and (max-device-width : 600px){
    .galleryItem {width:90%; margin-left: 5%; margin-right: 5%;}
	.galleryItem h9 {font-size: 16px;}
	.galleryItem p {font-size: 13px;}
	.ourbrands-item {width: 95%;}
	.contact-item {width: 100%;}
	.contact-item h9 {font-size: 12px;}
	.contact-item p {font-size: 13px;}
	.footer-item {width: 90%;}
	.language-block a {font-size:10px;}
	.footer-item {width:90%;}
	.footer-item p1{text-align: center;}
	.footer-item p2{text-align: center;}
	.footer-item {text-align: center;}
	.footer-container{text-align: center;}
	.top-contact {font-size: 10px; margin-left:0px;}
	.copy { margin-bottom: 15px;}
	.service-gallery-container {max-width: 500px; margin: 0px auto;clear: both; }
    .service-galleryItem {width:500px; margin-left:auto; margin-right: auto;}
	.service-item-overlay {width:500px;margin-left:auto; margin-right: auto;} 
	.services-list{width: 200px;}
	.services-list li {font-size:12px;}
	.menu-title h6 {font-size: 19px; line-height: 1.5;}
	
    .industry-gallery-container {min-width:90%; padding: 3% 5%;}
	.industry-galleryItem {min-width:100%; margin: 3% 0%}
	.industry-galleryItem img {width: 100%}
	.industry-galleryItem h3 {font-size: 15px;}
    .industry-item-overlay {display: none;}
    .industry-galleryItem: hover a{}
}



@media only screen and (max-width : 500px),
only screen and (max-device-width : 500px){
    
    .service-gallery-container {max-width: 100%; margin: 0px auto;clear: both; }
    .service-galleryItem {width:100%; margin-left:auto; margin-right: auto;}
	.service-item-overlay {width:100%;margin-left:auto; margin-right: auto;} 
	.services-list{width: 200px;}
	.services-list li {font-size:12px;}
	.menu-title h6 {font-size: 17px; line-height: 2.0;}

}

@media only screen and (max-width : 435px),
only screen and (max-device-width : 435px){
 
.services-list li {font-size:10px;}
.services-list {width:180px;}
.services-more h9 {display: none;}
    
}

@media only screen and (max-width : 414px),
only screen and (max-device-width : 414px){
    
    .menu-title h6 {
    font-size: 18px; line-height: 2.5;}

	.service-gallery-container {max-width: 375px; margin: 0px auto;clear: both; }
    .service-galleryItem {width:375px; height: 184px; margin-left:auto; margin-right: auto;}
	.service-item-overlay {width:375px;margin-left:auto; margin-right: auto;}
.services-list li {font-size:10px;}
.services-list {width:190px; margin-left: -15px;}
.service-galleryItem img {width:180px; margin-top:1px;}
.services-more h9 {display: none;}
.contacts {padding: 10px 3%}
.contacts h4 {font-size: 16px; text-decoration: none; line-height: 2.5; }


}

@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
    
.service-gallery-container {max-width: 320px; margin: 0px auto;clear: both; }
    .service-galleryItem {width:320px; margin-left:auto; margin-right: auto;}
	.service-item-overlay {width:320px;margin-left:auto; margin-right: auto;}
.services-list li ul{display: none;}
.services-list {display: none;}
.service-galleryItem img {margin-left: 18%; width: 200px; margin-top:1px;}
.services-more h9 {display: none;}
.h3 {font-size: 13px; text-align: center; margin-left: 20px;}
    .galleryItem {width:95%; margin-left: 2.5%; margin-right: 2.5%;}
	.galleryItem h3 {font-size: 18px;}
	.galleryItem p {font-size: 18px;}
	.galleryItem h9 {font-size: 16px;}
	 h7 {display: none;}
	 h8 {display: none;}
	 h3 {font-size: 15px;}
	.contact-item {width: 100%;}
	.contact-item h3 {font-size: 18px;}
	.contact-item p {font-size: 18px;}
	.contact-item h9 {font-size: 12px;}
	.footer-item {width:90%;}
	.footer-item p1{text-align: center;}
	.footer-item p2{text-align: center;}
	.footer-item {text-align: center;}
	.footer-container{text-align: center;}

	.contacts h4{ font-size: 15px; text-align: center; line-height: 1.8;}
	.services-more h9 {display: none;}
	.menu-title h4 {font-size: 20px;}
}


/*_______________________Services items_____________________________*/

.services-bottom-text {
    
    height: auto;
    background-color: blue;
    background-image: radial-gradient( rgb(1, 74, 153),rgba(1, 74, 153, 0.82) ), 
    url("images/gears_background.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 100%;
    width: 100%;
    text-align: center;
    line-height: 1.7;
    clear: both;
    text-decoration: none;
    margin-top: 15px;
    padding: 1px 10%;
}

.services-bottom-text h4, .services-bottom-text a:link {
    color: white;
    text-decoration: none;
}



.services-container {
    width:97%;
   /* max-width:1500px;*/
    height:auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;

}

.services-container ul {
    font-family: helvetica, Sans-Serif;
        list-style: square;
        margin-left: 25px;
        font-weight: 100;
        line-height: 1.7;
        padding-top: 25px;

}

.services-container img {
    height: 30%;
    max-height: 430px;
    margin-right: 15px;
    margin-top: 15px;
}

.right-text {

        width:100%;
        text-align: justify;

}

.right-text p {
    width:100%;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-right: 20px;
    
}

.li-header h4{
    font-family: helvetica, Sans-Serif;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    margin: 0px;
}


.services-li-container ul{

    
}


@media only screen and (max-width : 1115px),
only screen and (max-device-width : 1115px){

  .services-container img {
        max-height: 360px;
}  

.right-text p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
}


@media only screen and (max-width : 415px),
only screen and (max-device-width : 415px){
    
 .services-container {
    width:100%;
    height:auto;
    display: block;
    margin: 0px;
    
}

.services-container img {
    width: 100%;
     margin: 10px 0px;

}

.right-text p {
display: none;
}


.right-text ul li{
width:98%;
margin:0 -20px;

}

.services-bottom-text h4, .services-bottom-text a:link {
    font-size: 15px;
    text-decoration: none;

}
.services-bottom-text{
    margin-top: -4px;
}

.top-header-diesel h3 {
    font-size: 25px;
    margin: auto 0;
}

}


/*Bootstrap adjustments*/

.carousel-caption {

    top: 50%;
    transform: translateX(0%) translateY(-50%);

    background-position: bottom left;
    background-attachment: fixed;
    display: block!important;
    
}

.carousel-caption h3 {
background:rgba(0, 0, 0, 0.4); 
    font-size: 2.5rem!important;
    
}

.carousel-caption p {
    background:rgba(0, 0, 0, 0.4); 
    font-size: 1.6rem!important;
}

.col-lg-12 h6{
 text-align:left;
    line-height: 1.5rem;
    
}
 
 .col-lg-12 ul {
     line-height: 1.5rem;
     
 }
 
 .col-lg-12 li {
     margin-bottom: 2.5rem;
 }
 
 .services-bottom-text a{ 
     
     font-size: inherit!important;
 }
 
  .col-lg-12{
     margin: 0 5%;
 }
 
 @media only screen and (max-width : 415px),
only screen and (max-device-width : 415px){
   .col-lg-12{
     margin: 0 0;
 }
 
.carousel-caption {

    top: 40%;
    transform: translateX(0%) translateY(-50%);

    background-position: bottom left;
    background-attachment: fixed;
    display: block!important;
    
}
 
.carousel-caption h3 {
background:rgba(0, 0, 0, 0.4); 
    font-size: 2.0rem!important;
    
}

.carousel-caption p {
    background:rgba(0, 0, 0, 0.4); 
    font-size: 1.1rem!important;
} 

}
 
 .language-warning{
     
     background: rgba(84, 134, 186, 0.59);
     
 }
 
 .language-warning p {
     line-height: 2;
     margin: 0;
     font-family: sans-serif;
     color: white;
     text-align: center;
     font-size: 18px;
 }
 
 .image-thumbnails {
     width: 100%;
     padding: 10px 2%;

 }
 
 .col-sm-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-bottom: 10px !important;
}
 
 /* Style the images inside the grid */
 .col-sm-2 img {
    opacity: 0.8; 
    cursor: pointer; 

}

.col-sm-2 img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
