@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');


/*------- custom CSS files -------*/
@import url(pointer.css);
@import url(ionicons.min.css);
@import url(font-awesome.min.css);

/*------- Font Face ------- */
@font-face {
    font-family: 'QuadonBlackItalic';
    src: url('../fonts/Quadon/QuadonBlackItalic.eot');
    src: url('../fonts/Quadon/QuadonBlackItalic.eot') format('embedded-opentype'),
         url('../fonts/Quadon/QuadonBlackItalic.woff2') format('woff2'),
         url('../fonts/Quadon/QuadonBlackItalic.woff') format('woff'),
         url('../fonts/Quadon/QuadonBlackItalic.ttf') format('truetype'),
         url('../fonts/Quadon/QuadonBlackItalic.svg#ERMscript') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body {
  height: 100%;
  min-height: 18em;
  overflow:hidden;
}


/*------- SplitPane -------*/
.split-pane {
	padding-top:2em;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 9em;
	font-size: 2em;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}

.split-pane > div {
  position: relative;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.classic-side {
	background-image: url("../img/classic_cars.jpg");
}

.electric-side {
	background-image: url("../img/electric_cars.jpg");
}

/*------- Text size ------- */
.small {
	font-size: 0.7em;
}

.bigleft {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-family: 'QuadonBlackItalic', sans-serif;
	margin-bottom:0.3em;
}

.bigright {
  font-size: 1.9em;
  letter-spacing: 1px;
  font-family: 'QuadonBlackItalic', sans-serif;
  margin-bottom:0.3em;
}

/*------- Icons -------*/
.icon-services {
	font-size:1.6em;
}


/*------- Logo -------*/
#logo {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-logo {
	width: 10.5em;
}


/*------- Buttons -------*/
.split-pane button, .split-pane a.button {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  background: none;
  border: 1px solid white;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  border-radius: 10rem;
  width: 15em;
  padding: 0.7em;
  font-size: 0.5em;
  line-height: 1.5em;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: white;
  display: inline-block;
  outline:none;
  cursor: none;
  
}
.split-pane button:hover, .split-pane a.button:hover {
  text-decoration: none;
  background: #fe4c35;
  border-color: #fe4c35;
  /*padding-right: 4.1rem;*/
	cursor: none;
}
.uiux-side.split-pane button:hover, .split-pane a.button:hover {
  color: white;
}
.frontend-side.split-pane button:hover, .split-pane a.button:hover {
  color: white;
}


/*------- Social Media Icons -------*/
#social-nav {
  position: absolute;
  opacity: 1;
  right: 2rem;
  bottom: 1rem;
  z-index: 999;
}
#social-nav ul {
  margin: 0;
  padding: 0;
}
#social-nav ul li {
  display: block;
  margin: 0 0.5rem;
  position: relative;
  text-align: center;
  float: left;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#social-nav ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1em;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem !important;
  position: relative;
  margin: 0 0.5rem;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
}
#social-nav ul li a:hover {
  color: #fe4c35;
}
#social-nav ul li a i {
  position: relative;
  top: 0;
  left: 0;
}

/*------- Copyright -------*/
.copyright {
  position: absolute;
  left: 3rem;
  bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.5rem;
  z-index: 999;
}

.satoi {text-decoration: none; color:rgba(255, 255, 255, 0.7);}
	
a:hover, a:active, a:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #fe4c35;
}


/*------- Media Queries -------*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
#logo {
    top:47%;
  }
  .home-logo {
	  width: 10em;
  }
    .small {
	padding-top:0.6em;
	line-height: 0.8em;
	}
}


/* Landscape tablets and medium desktops (max-width: 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
 #logo {
    top:6em;
  }
  .home-logo {
	  width: 9em;
  }
  .small {
	padding-top:0.6em;
	line-height: 0.8em;
	}
 }


/* Medium Devices, portrait tablets and small desktops @media only screen and (max-width: 991px) */
@media (min-width: 768px) and (max-width: 991px) {
	
  #logo {
    top:6em;
  }
  .home-logo {
	  width: 8em;
  }
  
 /*Text resize*/ 	
  .icon-services {
	font-size:1.5em;
	}
  
  .small {
	font-size: 0.65em;
	line-height: 2.1em;
	}

  .bigleft {
    font-size: 1.7em;
    line-height:0.9em;
	margin-bottom:0.4em;
    }

  .bigright {
    font-size: 1.7em;
    line-height:0.9em;
	margin-bottom:0.4em;
    } 
}


/*Medium-small Devices, Landscape phones and portrait tablets @media screen and (max-width: 767px)*/
@media (max-width: 767px) {
	 	
  .split-pane {
    padding-top: 2em;
    height: 50%;
	}
	
/*Logo resize*/ 
  #logo {
    top:50%;
  }
  
  .home-logo {
	width: 8em;
  }
	
/*Text resize*/ 	
  .icon-services {
	font-size:1.3em;
	}
  
  .small {
	font-size: 0.65em;
	line-height: 1.9em;
	}

  .bigleft {
    font-size: 1.6em;
    line-height:0.9em;
	margin-bottom:0.4em;
    }

  .bigright {
    font-size: 1.6em;
    line-height:0.9em;
	margin-bottom:0.4em;
    } 
	
	/*Buttons resize*/
  .split-pane button, .split-pane a.button {
	margin-bottom: 3em;
    }
}

/* Only for phone in landscape mode @media screen and (max-device-width: 667px) and (orientation: landscape) */	
@media screen and (max-width: 667px) and (orientation: landscape) {
	.col-sm-6 {
    width: 50%;
  }
	
	.split-pane {
    padding-top: 2em;
    height: 100%;
	}
	
	#logo {
    top:4em;
	}

  .home-logo {
	width: 5em;
	}
	
	/*Text resize*/ 	
  .icon-services {
	font-size:1.1em;
	}
  
  .small {
	font-size: 0.5em;
	line-height: 2em;
	}

  .bigleft {
    font-size: 1.2em;
    line-height:0.9em;
	margin-bottom:0.4em;
    }

  .bigright {
    font-size: 1.2em;
    line-height:0.9em;
	margin-bottom:0.4em;
    }
	
/*Buttons resize*/
  .split-pane button, .split-pane a.button {
	width: 15em;
    font-size: 0.4em;
    line-height: 1.6em;
	padding-top: 0.75em;
	margin-bottom: 4em;
    }
	
/*Social icons resize*/ 	
  #social-nav {
    bottom: 0.2em;
	}
	
	.copyright {
    margin-bottom:0.5em;
    font-size:0.6em;
	}
}



/*Extra Small Devices, Phones Portrait phones and smaller @media only screen and (max-width: 480px)*/
@media (max-width: 480px) {


.split-pane {
    padding-top: 2em;
    height: 50%;
	}
 
/*Logo resize*/ 
  #logo {
    top:50%;
	}

  .home-logo {
	width: 5em;
	}
	
/*Text resize*/ 	
  .icon-services {
	font-size:1.1em;
	}
  
  .small {
	font-size: 0.5em;
	line-height: 2em;
	}

  .bigleft {
    font-size: 1.2em;
    line-height:0.9em;
	margin-bottom:0.5em;
    }

  .bigright {
    font-size: 1.2em;
    line-height:0.9em;
	margin-bottom:0.5em;
    }
	
/*Buttons resize*/
  .split-pane button, .split-pane a.button {
	width: 15em;
    font-size: 0.4em;
    line-height: 1.6em;
	padding-top: 0.75em;
	margin-bottom: 4em;
    }

/*Social icons resize*/ 	
  #social-nav {
    position: absolute;
    width: 100%;
    bottom: 1em;
    right: 0;
    text-align: center;
	}
  #social-nav ul li {
    display: inline-block;
    float: none;
	}
  
  .copyright {
    position: absolute;
    left: 0;
    right:0;
    margin-bottom:0;
    text-align: center;
    font-size:0.6em;
	}
}
