html {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  position: relative;
  font-weight: normal;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
	cursor: pointer !important;
}

a:hover {
	cursor: pointer !important;
}

body {
	padding: 0;
	margin: 0;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	position:relative;
	height: auto;
	font-weight: normal;
}

#home {
	font-family: 'Tahoma';
	font-size: 70px !important;
	line-height: 0.99em;
	padding: 100px 75px !important;
	width: calc(100% - 150px);
	height: auto;
	background-color: #fff;
	z-index: 5;
	position: relative;
	letter-spacing: -0.02em;
}

#contact h1 {
	font-weight: normal !important;
	font-size: 70px !important;
	Left: auto !important;
	bottom: auto !important;
	width: 100% !important;
	position: relative !important;
	letter-spacing: normal !important;
}

#work_wrapper {
	width:100%;
	height: auto;
	position: relative;
	margin:0;
	padding:0;
}

.credit {
	position: absolute;
	top: 245px;
	left: -85px;
	font-family:'Tahoma';
	font-size: 20px;
	letter-spacing: 0.03em;
	z-index: 999999;
	width: 380px;
	heigh: 20px;
	text-align: right;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

#logo {
	position: fixed;
	top: 60px;
	right: 80px;
	font-family:'Tahoma';
	font-size: 20px;
	letter-spacing: 0.03em;
	z-index: 999999;
	width: 380px;
	height: 20px;
	text-align: right;
}

.work {
	position: relative;
	padding: 0px;
	width: 100%;
	margin-bottom: 100px;
}

.work img {
	height: auto;
	max-height: calc(100% - 280px);
	max-width:auto;
	min-width: auto;
	width: auto;
	position: absolute;
	top:0;
	left: -14%;
	right:0;
	bottom: 0;
	margin: auto;
	display: block;
	z-index: 1;
}

.work h1,
.work h2 {
	font-family:'Tahoma';
	position: absolute;
	width: 100%;
	margin: 0;
	padding:0;
	bottom: 50px;
	right: 90px;
	display: block;
	text-align: right;
	letter-spacing: -0.03em;
	/*	border: 1px solid #fff;*/
	z-index: 2;
	line-height: 0.80em;
	font-weight: normal;
}

.work h2 {
	bottom: 20px;
}

#contact {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 80px 0 0 0;
	width: 100%;
	height: auto;
	z-index: 5;
	position: relative;
	background-color: #222;
	overflow: hidden;
}

#contact h1 {
	font-size: 60px !important;
	padding: 0 0px 60px 0 !important;
	font-family:'Tahoma';
	line-height: 0.88em;
	display: block;
	text-align: left;
	Left: 80px;
	/*bottom: -65px;*/
	width: calc(100% - 80px);
	position: absolute;
	letter-spacing: -0.02em;
	color: #fff;
	z-index: 2;
	font-weight: normal;
}

#contact a:link,
#contact a:visited,
#contact a:active {
	color:#888;
}

#contact a:hover {
	text-decoration: none;
}

#contact h1 a:hover {
	text-decoration: none;
}

#contact img {
	position: absolute;
	height: auto;
	max-height: calc(100% - 170px);
	left: 85px;
	bottom: 80px;
	display: block;
	z-index: 1;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	margin-bottom: 80px;
}

#work_details {
	font-family: 'Tahoma';
	font-size: 50px;
	line-height: 1.2em;
	/*width: calc(100% - 160px);*/
	padding: 0 80px;
	height: auto;
	background-color: #fff;
	z-index: 5;
	position: relative;
	letter-spacing: -0.01em;
	margin-top: 40px;
}

.work_details_smaller {
	width: 100%;
	/*max-width: 1200px;*/
}

#work_details a:link,
#work_details a:visited,
#work_details a:active {
	color: #777;
}

#work_details a:hover {
	text-decoration: none;
}

#work_details img {
	display: block;
	width: auto;
	max-width:100%;
	min-width:100%;
	max-height: none;
	position: relative;
	margin: 70px 0 0 0;
	padding:0;
	left: auto;
}

.gif {
	max-width: calc(30% - 60px) !important;
	min-width: calc(30% - 60px) !important;
	float: left;
	margin: 60px 60px 0 0 !important;
}

a {
	font-family: Tahoma;
}

/* Smartphone */
@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 900px) {
	
#home {
	font-size: 70px !important;
	line-height: 0.99em;
	padding: 150px 20px !important;
	width: 100% !important;
	height: 100% !important;
	letter-spacing: normal;
}
	
#logo {
	top: 60px;
	right: 80px;
	font-size: 50px;
	letter-spacing: 0.03em;
	z-index: 2;
	width: 500px !important;
	height: 40px;
}
	
.work h1,
.work h2 {
	font-weight: normal !important;
	font-size: 130px !important;
	position: relative !important;
	width: 100% !important;
	margin: 0px 0 0px 0 !important;
	padding: 0 0 20px 0 !important;
	bottom:auto !important;
	right:auto !important;
	text-align: left;
	z-index: 2;
	line-height: 0.80em;
	letter-spacing: normal;
}		
	
.work {
	margin-bottom: 200px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
}
	

.work img {
	width: auto !important;
	max-width:100% !important;
	min-width:100% !important;
	max-height: none !important;
	position: relative !important;
	margin: 0px 0 60px 0 !important;
	top:0;
	left:0 !important;
	right:0;
	bottom: 0;
	margin: 0;
	display: block;
}
	
#contact {
	margin: 0px 0 0 0 !important;
	height: auto !important;
}
	
#work_details {
	font-size: 60px !important;
	width: calc(100% - 80px) !important;
	padding: 0 0px !important;
	margin: 60px 40px 60px 40px !important;
}
	

.gif {
	max-width: 100% !important;
	min-width: 100% !important;
	margin: 60px 0px 0 0 !important;
}
	
.credit {
	display: none !important;
	position: relative;
	top: auto;
	left: auto;
	font-size: 20px;
	letter-spacing: 0.03em;
	z-index: 999999;
	width: auto;
	height: auto;
	text-align: right;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
	
	
}

/* END Smartphone */

.home2 {
	background-color: #fbf4ee !important;
}

.first-block {
	color: white !important;
	background-color: black !important;
	/*background-image: url("/images/Slidshow2.jpeg");*/
	/*background-position: center;*/
}

.first-block a {
	color: white;	
}

.home2 a {
	color: black !important;
}

#callback-form {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -350px !important;
	margin-top: -360px;
	width: 700px;
}

#home a {
	text-decoration: underline;
}

#home a:hover {
	text-decoration: none;
}
.footer-header {
	
}
.footer-text {
	margin: -30px 0 0 0;
	font-size: 30px;
}