/* 
	Theme Name: Abhitabh
	Description: Abhitabh custom theme.
	Author: Husayn Versee
	Version: 1.0.0
*/

@font-face {
    font-family: 'humanst521_btbold';
    src: url('fonts/hum521b-webfont.eot');
    src: url('fonts/hum521b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hum521b-webfont.woff') format('woff'),
         url('fonts/hum521b-webfont.ttf') format('truetype'),
         url('fonts/hum521b-webfont.svg#humanst521_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chevin-lightregular';
    src: url('fonts/chevinlig-webfont.eot');
    src: url('fonts/chevinlig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chevinlig-webfont.woff') format('woff'),
         url('fonts/chevinlig-webfont.ttf') format('truetype'),
         url('fonts/chevinlig-webfont.svg#chevin-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}



html,body{
	padding: 0;
	margin: 0;
}
body{
	text-transform:uppercase;
}
body .contact-content{
	text-transform: uppercase;
}
.prevent-scroll{
	overflow: hidden;
}
.black{
	background-color: #000;
}
.main{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sidebar{
	width: 244px;
	display: inline-block;
	float: left;
	position: fixed;
	padding-left: 13px;
}
.sidebar .logo-small a {
	font-size: 14px;
}
.sidebar .logo-small a span{
	color: #989898;
}
.menu-item{
	margin-top: -13px;
}
.menu-item a,.logo-small,.logo-small a{
	text-decoration: none;
	font-family: 'humanst521_btbold';
	font-weight: normal;
	font-style: normal;
}
.animation {
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 1s;
}
@-webkit-keyframes example {
	from {transform: translate(0);}
	to {transform: translate(-130%);}
  }
  
  /* Standard syntax */
  @keyframes example {
	from {transform: translate(0);}
	to {transform: translate(-130%);}
  }
.menu-item.small{
	margin-top: -6px;
}
.white .menu-item a{
	color: #E1E1E1;
}
.white .menu-item a:hover, .white .logo-small,.white .logo-small a, .white .menu-selected a{
	color: #C7C7C7;
}
.black .menu-item a{
	color: #6D6D6D;
}
.black .menu-item a:hover, .black .logo-small,.black .logo-small a, .black .menu-selected a{
	color: #C7C7C7;
}

.modal{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000000000;
	display: none;
}
.black .modal{
    background: #000;
}
.black.hot-body .modal {
	background: rgba(0, 0, 0, .5);
}
.white .modal{
    background: #fff;
}
.content:not(.hot) {
	padding-left: 270px;
}
.hot-body .top-menu {
	z-index: 100000;
}
.hot-body .sidebar {
	display: none;
}
.aid {
	color: blue;
    text-align: center;
    font-size: 50PX;
    display: inline;
		POSITION: ABSOLUTE;
		font-weight: bold;
}
.aidbutton {
	position: fixed;
	top: 0;
	z-index: 100000;
	background: green;
	color: white;
}
.hot-body .hotstr {
	text-decoration: none;
    font-family: 'humanst521_btbold';
    font-weight: normal;
    font-style: normal;
    font-size: 90px;
    position: absolute;
    top: 69vh;
		width: 100%;
		letter-spacing: -3px;
    text-align: center;
}

.arrow-down {
    position: absolute;
    top: 79vh;
    width: 100%;
		text-align: center;
		color: 	#ff0000;		
}

.hot-body .top-menu {
    width: 100vw;
    top: 0;
    position: fixed;
	padding-top: 10px;
	display: block;
}
.content:not(.hot) img{
	height: 300px;
}
.content .social-icons img {
	height: 48px !important;
	width: 48px;
	max-width: 100%;
	border: 0 !important;
}
.black .content:not(.hot) img{
	border: 1px solid #3a3b3b;
}
.white .content:not(.hot) img{
	border: 1px solid #bcbebf;
}
.large-img img{
	max-width: 85vw;
  	max-height: 85vh;
	margin: 0 auto;
	cursor: pointer;
}
.black .large-img img{
	border: 1px solid #3a3b3b;
}
.controls{
	font-family: 'humanst521_btbold';
	font-weight: normal;
    font-style: normal;
    font-size: 12px;
}
.social-icons {
	padding-top: 10px;
    margin-right: 12px;
	display: inline-block;
}
.controls.arrow{
	font-family: 'chevin-lightregular';
	font-size: 25px;
}
.black .controls, .black .contact-content, .black .contact-content a{
	color:#4a4b4b;
}
.black .controls.leftarr,.black .controls.rightarr{
	color:#909090;
}
.white .large-img img{
	border: 1px solid #bcbebf;
}
.white .controls{
	color:#d9dbda;
}
.white .contact-content, .white .contact-content a{
	color:#9a9999;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:20px;
}
.white .controls.leftarr,.white .controls.rightarr{
	color:#A0A0A0;
}
.controls{
	position: fixed;
	cursor: pointer;
}
.controls.meta{
	width: 660px;
	letter-spacing: 0.02em;
}
.white .controls.meta.adv .photoname{
	color: #CDCDCD;
}
.black .controls.meta.adv .photoname{
	color: #969696;
}

.bgchange{
	position: fixed;
	bottom: 15px;
	margin-left: 15px;
}
.circle {
    width: 10px;
	height: 10px;
	position: relative;
	bottom: 2px;
	border: 2px solid #737373;
	border-radius: 50%;
	display: inline-block;
	margin-right: 7px;
}
.circle.black{
	background: #000;
}
.circle.white{
	background: #fff;
}
.selectcol{
	font: 11px Tahoma, Geneva, sans-serif;
	position: relative;
	top: -4px;
	margin-right: 20px;
}
.black .selectcol{
	color: #7B7B7B;
}
.white .selectcol{
	color: #bcbebf;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.hot-body .modal {
	top: 0;
}
.modal .loading{
	position: fixed;
	top: 50%;
	left: 50%;
  	-webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
.top-menu{
	display: none;
	text-align: center;
}
/*Responsive CSS*/
 .mobile .content:not(.contact-content) img{
	height: 333px;
	margin-top: 15px;
	margin-right: 5px;
} 

.mobile .sidebar{
	display: none;
}
.mobile .content{
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}
.mobile .top-menu{
	display: block;
}
.top-menu .logo-small {
	letter-spacing: 1px;
}
.slash{
	color: #989898;
}
.top-menu .small{
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 20px;
}

/*IPad Landscape*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	.menu-item.small a,.logo-small{
		font-size: 14px;
	}
	.top-menu .small{
		padding-right: 7px;
	}
	.mobile .content img{
		height: 100px !important;
	}
}
@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
	/* iPhone only */
    .home-menu {
		position: absolute;
		bottom: 0 !important;
	}
	
}


/*Homepage CSS*/
.home-menu {
	position: absolute;
	bottom: 5%;
	margin-left: 10px;
}
.home-logo.logo-small{
	color: #B8B8C7;
	opacity: 0.5;
	margin-bottom: 17px;
}
.home-menu .menu-item a{
	opacity: 0.5;
	color: #B8B8C7;
	font-size: 90px;
}
.home-menu .menu-item{
	margin-top: -35px;
}
.home-menu .menu-item.home-small{
	margin-top: -22px;
}
.home-menu .menu-item.home-small a, .home-logo.logo-small{
	font-size: 20px;
}
.home{
	overflow: hidden;
}
/*Contact Page*/
.contact-content{
	font-family: 'humanst521_btbold';
	font-size: 16px;
	margin-left: 30px;
}
.contact-content a{
	text-decoration: none;
}
/*TODO fix to have calc here*/
.contact-content img{
	height: 39% !important;
}
.contact-img{
	display: inline;
}
.contact-info{
	width: 200px;
	padding-top: 20px;
	letter-spacing: 0.03em;
}