
/*
# AKS ENGINEERING
Theme Name: AKS ENGINEERING STYLE SHEET
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the STYLE SHEET created for AKS Engineering.
Author: Frank Ektoras
Author URI: http://frankektoras.com/
*/

/*
       TABLE OF CONTENTS
             
             - body  
             - Typography
             - Navigation
             - Carousel-items
             - contact-form
             - Enquire Button
             - Modal
             - index Page Elements
               -video

             -
             -
             -
             -
             -
             -
             -
             -
             -
             -
             -
             -
             -









*/


/*===colors===

red #873A3A
darkGrey #36363B
white #ffff
lightGray #dadede
earth #bbb6bb


text #151517

*/




/*==============================BODY-STYLES===============================================================================
==================================================================================================================*/



*{
	margin:0;
	padding:0;
}

body{
	font-family: font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#1F1F21;

}

.animateUp{
 -webkit-transition: all 500ms cubic-bezier(0.550, 0.085, 0.540, 0.655); 
   -moz-transition: all 500ms cubic-bezier(0.550, 0.085, 0.540, 0.655); 
     -o-transition: all 500ms cubic-bezier(0.550, 0.085, 0.540, 0.655); 
        transition: all 500ms cubic-bezier(0.550, 0.085, 0.540, 0.655); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.540, 0.655); 
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.540, 0.655); 
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.540, 0.655); 
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.540, 0.655); /* custom */

}
.effect{
	border-bottom: solid 1px lightGray;
	box-shadow: 0 0 10px lightGray;
	
}



/*===navigation==============*/
.navbar-custom{
	
	margin-left:20%;
	padding-top:10px;

	
	

}
nav.navbar-default{
	
	background: #F5F5F5;
	border:none;
	font-size: 18px;
	transition: 1s all ease;
}



.navbar .navbar-nav > li > a {
	   background-color: transparent;
       color:#111;
	    font-weight: 500;
	 
}



.navbar .navbar-nav > li > a:hover {
	  background-color: transparent;
       color:#873a3a;
      
	   

	   
}
	


.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
     color:#873a3a;
     
     
}

/*========Carousel===========*/
#myCarousel{
	
	margin-top:50px;
}
.carousel-inner{
	position:relative;
	
	
}

.item img{
	width:100%;
}


.item .carousel-caption-wrapper{
	position:absolute;
    width:100%;
	height:100%;
	top: 0;
	left:0;
	background: rgba(5, 5, 5, 0.37);
	
	
} 



.item .carousel-caption{
	position:absolute;
	width:50%;
	top:35%;
	left:18%;
	margin:0;
	
} 

/*.item .carousel-info-container{
	background: rgba(237, 237, 237, 0.21);
	padding: 30px;
}
*/
.item .carousel-caption h1{
	padding-bottom: 10px;
	font-size: 2.3em;
	text-shadow: none;
    z-index: 9999;
    color: white;
    
	

	
}

.item .carousel-btn{
	background:#fff;
	color:#111;
	font-weight: bold;
	border-radius: 4px;
	
}
  
.item .carousel-btn:hover{
	background:#873a3a;
	color:#fff;
   
	
}
  
.item .carousel-btn:active{
	background:lightGray;
	color:white;
   
	
}
  





.carousel-control .icon-prev, 
.carousel-control .icon-next {
    font-size: 70px;
    margin-top: -20px; 
}










/*========typographuy===========*/

h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-style: bold;
	font-weight: 700;
	line-height: 1.3em;
	padding-bottom: 20px;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
		
}
h1{
	padding-bottom: 30px;
}


.right{
	text-align: right;
}

.center{
	text-align: center;
}
.left{
	text-align: left;
}

p {
padding-bottom: 20px;
-webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}


/*==Thimbnail-Index======*/
p.thumbnail-text{

    font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	font-style: normal;
	padding-bottom: 20px;

}

.quotes{
 font-size: 20px;
}
.machine-nlx-content p{
	font-size: 20px;
	font-weight: bold;
	padding-top: 15%;
    color:rgba(62, 59, 59, 0.51);

}

.services-index-wrapper h1,
.services-index-wrapper p{
	color:white;
}

.hero-heading h1{
	font-size: 36px;
}


.hero-heading p{
	padding-bottom:15px;
	margin: 0;

}


/*==Services  H4======*/

.industry-wrapper h4{
	color:white;
	font-size: 24px;
	line-height: 1.2;
	padding-left: 20px ;


}



a{
	color:gray;
}

a:focus{
	color:#873a3a;
}


/*===lists=======*/



.industry-wrapper > ul{
	margin-left: 30px;
}

.industry-wrapper > ul > li{
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 5px;
}

a.contact-email-text{
	color:#fff;
	text-decoration: none;

}

a.contact-email-text:hover{
	color:#eee;

}


.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}





.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}






/*=========credentials=============*/
.credentials-heading h1{
	padding-bottom: 60px;

	
}

.credentials{
	padding-bottom: 40px;
	opacity:0;
}
.cred-container{
  display:table;
   width:60px;
   height:60px;
   background: #fff;
   border-radius:100%;
   color:white;
   margin:0 auto 10px; 
  
 
}
.cred-content{
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 20px;
}



.cred-content  span{

	font-weight: bold;
	font-size: 36px;
    margin-left:25%;
    color:#873a3a;
    
   

}

.credentials p{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
    text-align:center;
   
}





/*===========Google maps=========================*/


#map{
	
	height:365px;
	margin-left:-15px; 
}





/*====================== contact-form=====================================================================
===========================================================================================================*/


/*==contactform==*/
#aksContactForm{
	
	margin-top:30px;

}

.form-group{
	padding:5px 0;
}



/*======================Enquire Button=============================================================================
===========================================================================================================*/
p.enquire-text{
	padding:15px 0 0 150px;
	font-size: 19px;
	font-weight: 500;
	color:white;
	line-height: 1.5em;
}




.enquire-btn{
	background-color:transparent;
   border:solid 2px white;
   font-weight: bold;
   font-size: 1.3em;
   color:white;
   -webkit-font-smoothing: antialiased;
   text-rendering:optimizelegibility;

}

.enquire-btn:hover{
	background-color:transparent;
	border:solid 2px lightGray;
	color:lightGray;
}

.enquire-btn:focus{
	background-color:transparent;
	border:solid 2px white;
	color:white;
	
}


/*======== buttons==========*/

.aks-services-index-btn{
   background-color:transparent;
   border:solid 2px white;
   font-weight: bold;
   color:white;
   -webkit-font-smoothing: antialiased;
   text-rendering:optimizelegibility;
}

.aks-services-index-btn:hover{
     border-color: lightgray;
     color:lightGray;
}

.aks-services-index-btn:focus{
      border-color: white;
     color:white;
}


.aks-btn{
   background-color:transparent;
   border:solid 2px black;
   font-weight: bold;
   color:black;
   -webkit-font-smoothing: antialiased;
   text-rendering:optimizelegibility;
}

.aks-btn:hover{
    border:solid 2px #873a3a;
    color:#873a3a;
}

.aks-btn:active{
	border:solid 2px black;
	color:white;
}

.btn:focus{
  outline: none !important;
}

.hero-heading button{
	margin: 10px 0
}
.readmore-btn{
   background-color:transparent;
   border:solid 2px #873a3a;
   font-weight: bold;
   color:#873a3a;
   -webkit-font-smoothing: antialiased;
   text-rendering:optimizelegibility;
}

.readmore-btn:hover{
    border:solid 2px #383838;
    color:#383838;
}

.readmore-btn:active{
	border:solid 2px black;
	color:black;
}




/*=========================================Modal===========================================================================
========================================================================================================================*/
.modal{
	background-color: rgba(221, 221, 221,.86);

}


.modal-body{
	position:absolute;
	top:30%;
	left:30%;
}



/*----FORM_MODAL-----------*/

#emailSuccess.modal-content{
	height: 800px;


}

#emailSuccess .success-header {

	height: 100px;
	margin-bottom: 10px;

}

#emailSuccess h2{ 
	color:green;
	font-size: 6em;
	font-weight: 600;
	line-height: 1.4;
	margin-left:20%;

	 

}

div.modal-body-contact-form-success{
	height:80px;
	padding:10px 10px 30px 30px;
	font-size: 1.2em;
	font-weight: 600em;
}

div.success-header.close{
	position:absolute;
	top:0;
	right:10px;
}



/*======Images==========================
========================================*/

img{
	max-width: 100%;
	height:auto;
	

}


img.img-index{
	max-width:100%;
    border:solid 1px lightGray;
}

img.machinenlx{
	max-width:40%;
}

img.logo{
	max-width: 70%;
	min-width: 15%;
	margin: 0;
}

img.cnc-machines{
	max-width:100%;
	
}



img.index-products-image{
	max-width: 80%;
	margin: 0 auto;
}

 img.cnc-machine-lg{
	max-width: 100%;
	margin: 0 0 20px;
	
}


img.img-quality{
	max-width: 8%;
	margin: 0 48%;
	
}

.work-image img{
	max-width:100%;
	
}

img.machines,
img.machine-screen,
img.img-index{
	margin: 0 0 25px;
}



img.contact-icons{
	margin: 0 auto;
	padding-bottom: 10px;
}
.aks-cnc-machine-images{
	margin-bottom:25px;
}



img.about-warehouse-image-lg{
	width:100%;

	max-height:600px;

}

img.aks-main-entrance{
	max-width:100%;
}

.hero-image{
	margin-top:60px; 
}

section#aksHeader{
	
	padding-top: 40px;
}


section{
	margin-bottom: 0 ;
}

/*=================================================index page elements======================================================================================
============================================================================================================================================================*/
section#aksHeader,
section#aks-contact-heading,
section#aks-main-intro,
section#product-images,
section#aks-cnc-main-info{

	background: #F5F5F5;
}

section#aks-services-info,
section#horizontal_milling{     
   background:rgba(224, 224, 224, 0.58);

}

section#contact-info-sections,
section#milling-Info,
section#servicesIndex,
section#enquire{
  background-color: #873a3a;
  color:white;
}



section#indexMachines,
section#ourTeam,
section#map-background,
section#machine_images,
section#aks_projects{
 background: #fcfcfc;
}



section#aks-about-main-info{
     background:rgba(201, 200, 200, 0.35);
}





section#credentials,
#footerSection{

	background:#383838;
	color:white;
}




section#hero{
	background: url('../../images/index/index-image-bg.jpg')  no-repeat fixed;
	background-size: cover;
    min-height: 400px;
    padding:50px 0 100px;
}
	




section#cnc_machine_bg{
	width:100%;
	margin-top: 110px;
	min-height:480px;
	background: url('../../images/index/carousel/machines.jpg')no-repeat ;
	background-size: cover;
	
}


section#CNC-machines-info{
	position:relative;
	width:100%;
	height:700px;
	background: rgba(201, 200, 200, 0.15) url('../../images/cnc/machine-bg.jpg')no-repeat;
	background-position:top left;
	
}



	
section#our-work{
	height:480px;
	width:100%;
	background: url('../../images/about-us/work-bg.jpg')100% 0 no-repeat;
	background-size: cover;

	
}





/*===SECTION CONTEAINERS + WRAPPERS============
=================================================*/

.flexbox{
    display:flex;
    flex-wrap:wrap;
}







.index-heading-products-wrapper,
.index-heading-machine-wrapper{
	padding-bottom: 40px;
}

.index-products-content{
	padding-top: 30px;
}

.index-machine-content{
	padding-bottom: 30px;
}

.logo-wrapper{
	padding: 7px 0;

}



.cnc-machine-image-wrapper{
	padding: 30px 0 ;
}






#cnc-image-wrapper,
.horrizontal-milling-image-wrapper,
.horrizontal-milling-info-wrapper{
      padding-bottom: 50px;
}



#container-about-main-info-wrapper{
	
	padding:250px 0 100px;
   
}



#container-wrapper-projects{
	padding:80px 0 0;
}


#container-wrapper{
	padding:100px 0;
}

#container-credentials-wrapper{
	padding:120px 0;
}

#container-info-wrapper{
	padding:250px 0 100px;
}


#container-index-machine-wrapper{
	padding: 100px 0 0;
}


.thumbnail-content-work h2:after,
.thumbnail-content-team h2:after{
    display: block;
    content: "";
    height: 4px;
    background: #873a3a;
    width: 20%;
    margin: 0.8em 40%;
	
}



#enquire-wrapper{
	padding: 30px 0;
}


/*==Services========*/
.milling-content{
	margin-bottom: 20px
}


.index-services-wrapper,
.products-index-wrapper,
.cnc-milling-wrapper,
.indunstial-cnc-machines-wrapper{
	padding: 40px;
	
}
.services-content{
	padding:60px 0 0;
}

.industry-wrapper{
	background: #873a3a;
	padding:60px 80px;
    color:white;
}

#productImageContainer{
	padding-bottom: 60px;
}

#enquire-wrapper{
	padding: 30px 0 ;
}

.container-team{
	padding-top: 60px;
}

.our-team-image img{
	max-width: 100%;
	margin: 0 0 0 5%;
	
	
}
.our-team-info{
    margin: 100px 0 0 ;
}

.quality-wrapper{
	
	margin: 60px 0 0 0;
}



.quality-content{
	margin:40px 0 0 0;
}


.contact-content img{
	opacity:0;
}


/*===Work section======*/

/* section#our-work .row{
 	background: rgba(245, 245, 245, 0.87);

}*/

.work-content{
 
  padding:30px;
}


#cnc-machines-container-wrapper{
   position:relative;
	padding:100px 0;
	top:14%;
	left:0;
}


#CNC-machines-info .industrial-machines-info{
	margin-left: 38%;
}

.machine-info-container{
	
	padding:25px;
	background: rgba(255,255,255,0.84);
	transform: translateY(80px);
	transition: all 0.9s ease-in-out;
	opacity:0;

	/*background: #873a3a;
	color:#fff;*/
}

.aks-cnc-machine-images{
	opacity:0;
	transform: translateY(40px);
	transition: all 0.9s ease-in-out;
}

.aks-field{
	opacity:0;
	transform: translateY(180px);
	transition: all 0.9s ease-in-out;
}

.grid {
	opacity:0;
	transform: translateY(180px);
	transition: all 0.9s ease-in-out;
}
 .is-showing{
	opacity: 1;
	transform: translateY(0px);
}


/*========================================FOOTER STYLES=======================================================================
======================================================================================================================*/
#footerSection{
	margin: 0 auto; 

}

.left-heading{
	color:white;
	font-size: 20px;
	font-weight: 700;
	padding-bottom:20px;
	
}

#footerSection ul{
	list-style-type: none;

}

#footerSection li{
	
	margin:0 0 5px;
	padding-bottom:5px;
	font-size: 14px;

}

#footerSection p{
	color:white;
	font-size: 14px;
}

#footerSection a:hover{
	color:lightGray;
	text-decoration: none;
}



.footer-sections{
	padding-bottom: 20px;
}

.copyright{
	padding: 20px 0;
	text-align:center;
}

.copyright span{
	color:#873a3a;
}




/*========MEDIA QUERIES=================================================================
========================================================================================================================*/

@media (max-width: 1900px) {
    .work-content{
	 background: rgba(245, 245, 245, 0.87);
}

.item .carousel-caption{
	top:25%;
}

#CNC-machines-info .industrial-machines-info{
	margin-left: 35%;
}

}
/* Landscape tablets and medium desktops------------------------------992px--1199px--------------------------------------
------------------------------------------------------------------------------------------------------------------------ */
@media (max-width: 1300px) {
*{
	margin: 0;
	padding: 0;
}


.item .carousel-caption h1{
	font-size:30px;
	
}


section#our-work{
	background-position: 80%;
}

.work-content{
	 background: rgba(245, 245, 245, 0.87);
}


img.logo{
	max-width: 100%;
	margin-right:5%:

}


.hero-heading h1,
.hero-heading p{
	text-align: center;
}
.hero-image img{
	max-width: 80%;
	margin: 4% 15%;
}
.flexbox .hero-image{order:1;}
.flexbox .hero-heading{order:2;}


.index-products-content,
.index-machine-content{
	padding-top: 0;
}

.grid figure {
		display: inline-block;
		float: none;
		margin: 0 auto;
		width: 100%;


}

.quality-content{
	margin: 0;
}

#footerWrapper{
	
	padding:80px 0 50px 0px;

}
.footer-sections{
	width:23%;
}

#team-image{
	background-position: 0 100px;
}

.work-info-content{

	padding:7px;	
}
#cnc-machines-container-wrapper{
	top:5%;
}

#CNC-machines-info .industrial-machines-info{
	margin-left: 45%;
}

}
/* Portrait tablets and small desktops -----------------------------768px to 991px ------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 992px){
.navbar-default .navbar-collapse{
	margin-left: -10%;
}

.industry-wrapper{

	padding-left: 10px;

}
.industry-wrapper ul{
	width:100%;

}

#map{
	height:300px;
}
#myCarousel{
	margin-top:10%;
}
.item .carousel-caption{
	top:10%;
}
.item .carousel-caption h1{
	font-size: 26px;
	
}
    
#container-about-main-info-wrapper{
   padding-top:120px;
}


.our-team-info{
	margin: 0; 
}

.work-info-content{

	padding:7px;	
}



#CNC-machines-info .industrial-machines-info{
	margin-left: 15%;
}


}









/*===========768px nedia queries==========*/
@media (max-width: 768px){
*{
	margin: 0;
	padding: 0;
}

.navbar-default .navbar-collapse{
	margin-left: 0;
}


#container-about-main-info-wrapper{
   padding-top:220px;
}


.item .carousel-caption{
	top:15%;
}
.item .carousel-caption h1{
	font-size: 20px;
	
}

.navbar-custom{
	margin-left: -5%;
	padding-top: 0; 
}

img{
	max-width: 100%;
	height:auto;
}
img.logo {
    max-width: 90%;
}

img.index-products-image{
	max-width: 100%;
}

.services-content{
   padding: 0;
}



.industry-wrapper ul > li {
	padding-bottom: 10px;
}

.hero-image{
	max-width: 50%;
	margin: 4% auto;
}



.hero-heading h1, 
.hero-heading p,
.index-machine-content p,
.index-products-content p {
	text-align: center;
}

.flexbox .index-machine-image,
.flexbox .hero-image{ order:1;}

.flexbox .hero-heading,
.flexbox .index-machine-content{ order:2;}

.index-products-content,
.index-machine-content{
	padding: 5px;
	margin: 0 ;
}
.index-machine-content 
.index-products-image,
.index-machine-image img{
	max-width: 100%;
	padding-bottom: 25px;
}



.grid figure {
		display: inline-block;
		float: none;
		margin: 0 auto;
		max-width: 60%;


}

.contact-form{
	padding:2%;

}

#footerSection{
	padding: 0 20px;
}

.footer-sections{
	width:100%;
	margin: 0 auto;
}

}/* END OF MEDIA QUERY (min-width: 768px) and (max-width: 991px)*/






/* Landscape phones and portrait tablets ------------------481px--767px------------------------
----------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {

#cnc-machines-container-wrapper{
	top:0;
}

#CNC-machines-info .industrial-machines-info{
	margin-left: 10%;
}

/*====nav==============*/

.navbar .navbar-nav > li > a:hover {
	  background-color: #E8E8E8;
       color:#555555;
      
	   

	   
}

	
img.logo{
	max-width: 50%;
	
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #873a3a;
     color:#fff;
     
     
}
.navbar-default .navbar-toggle{
    border-color:#873a3a;

}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background:transparent;
    
}

.navbar-default .navbar-toggle .icon-bar {
	background:#873a3a;

}
#myCarousel{
	display:none;
}


#container-about-main-info-wrapper{
   padding-top:200px;

}

img.img-quality{
	max-width:20%;
	margin-bottom:5%; 
}

section#hero{
	padding:300px 0 100px;
}

}



/* Portrait phones and smaller ======================480px==========*/
@media (max-width: 480px) {

.aks-cnc-machine-images{
	padding:0 30px 0;
}


section#aks-about-main-info{
  height:550px;
  margin-bottom: 0;
}
 
#container-about-main-info-wrapper{
  padding:160px 0 100px;
}

#aks-about-main-info .main-info{
	padding:35px 2px ;
}

section#cnc_machine_bg{
	background: url('../../images/cnc/machines-small.jpg')no-repeat; 
	margin-top: 160px; 
	height:280px;
	
}


#CNC-machines-info .machine-info-container{
	padding:15px;
}
#CNC-machines-info .industrial-machines-info{
	margin-left: 0;
}


.cred-container{
	width:70px;
	height:70px;
}

.credentials span, 
.credentials p{
	font-size:24px;
}

.our-team-image img{
	max-width: 70%;
	margin-left: 0 auto;
}

.navbar-custom{
	margin-left:0; 
	
}

section#hero{
	padding:280px 0 100px;
}

#aks-main-intro p{
	font-size: 20px;
}
#products-image-hover{
	padding:0 10%;
}
.grid{
	max-width: 90%;
}

img.logo{
	max-width: 60%;
}

.cnc-machine-image-wrapper img,
.machine-info-wrapper img,
.cnc-image-screen-wrapper img,
.our-team-images img,
.our-work-images img{
	margin-bottom:25px; 
}



img.img-quality{
	max-width: 20%;
}

img.machine-icon{
	max-width: 20%;
	
}

.index-machine-content,
.index-products-content{
	padding-top: 0;
}
.index-heading-products-wrapper,
.index-heading-machine-wrapper{
	padding-bottom: 15px;
}
	
#enquire-wrapper{
	text-align: center;
}




.milling-content,
.index-services-wrapper,
.products-index-wrapper{
	padding: 5px;
}
#header-wrapper{
	margin: 0;
}
#container-wrapper{
	padding: 40px 3px;
}



#footerSection{
	padding: 0 auto;
}

.footer-sections{
	width:100%;
	margin: 0 auto;
}

.contact-form{
	padding:2%;

}

p.enquire-text{
	padding-left: 5px;
}

}/* END OF MEDIA QUERY (min-width: 480px)  */



