/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

.some-css-selector {font-size:13px;}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

* {
	text-transform: none !important;
}

h2 {
	font-family: 'Oswald', sans-serif;
}

h2.subheader-maintitle {
	letter-spacing: 2px;
}

.selectbox {
	height: 3em;
}

.filebox {
	padding: 5px !important;
}

.itemThumbnail .overlay__inner a:hover {
	background: none;
	border-color: white;
	width: 48px;
}

.itemThumbnail .overlay__inner a:hover:before {
	opacity: 1;
}

.jx-knightlab {
	display: none !important;
}

.team_member:hover {
	z-index: 99;
}

.ptcarousel--frames-modern {
  padding-top: 0;
}

.very-small-header {
	font-size: 2em;
}

.hg-portfolio-carousel .portfolio-item:last-child {
	margin-bottom: 10px;
}

#page_wrapper {
	overflow: visible;
}

.products-fit-background {
	background: whitesmoke;
}

.details.recentwork_carousel__details.index-page h4 {
	font-weight: 400;
	line-height: 1em;
}

.languages.drop {
	margin-top: 3px;
}

.el-devimages__laptop {
  width: 100%;
}

.el-devimages--type-img .el-devimages__laptop {
  background: none;
}

.el-devimages--type-img .el-devimages__laptop-img,
.el-devimages--type-vector .el-devimages__laptop-img {
  position: relative;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
