/* CSS Document */
@import '../fonts/gotham/stylesheet.css';
html, body {
  position: relative;
  height: 100%;
}

body {
    margin: 0;
    padding: 0;
    /* make it look decent enough */
    background: #FFFFFF;
    color: #656565;
    font-family: "GothamBook", sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 14px;
	/* to stop flickering of text in safari */
    -webkit-font-smoothing: antialiased;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}


.TabHr {
    margin-top: 0px;
    margin-bottom: 40px;
    border-top: 1px solid #eee;
}
@media (max-width: 768px) {
.TabHr {
    margin-top: 0px;
    margin-bottom: 20px;
}
}

hr {
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
}

.btn-default {
	transition: background 0.5s;
}
.btn-PorfolioTab{
    border-color: #eee;
    border-bottom-color: transparent!important; 
}

.btn {
    border-radius: 0px;
/*	margin: 5px 10px;*/
}

.btn-primary {
    background-color:#0E92FF;
    border-color:transparent;
}

.btn-primary:hover {
    background-color:#00B3FF;
    border-color:transparent;
}

@media (max-width: 768px) {
    .btn, .btn-group {
        width:100%;
    }
	.btn {
		margin: 5px 0px;
	}
	
	.yearList .btn, .btn-group {
        width:20%;
    }
}



a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}
a:hover {
    color: red;
	text-decoration: none;
}


.blue-TXT{
	color: #0083d7;
}

.purple-TXT{
	color: #0083d7;
}
.red-TXT{
	color: #e20a16;
}
.yellow-TXT{
	color: #ffbf00;
}
.green-TXT{
	color: #5da526;
}

.grey-TXT{
	color:#838383;
}
h1, h2, h3, h4, h5, h6{
	font-family: "GothamLight", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;

}

/*XS*/
@media (max-width:768px){
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}

	h1 {
		font-size: 20px;
		margin-top: 10px;
	}

}
/*SM*/
@media (min-width: 769px) and (max-width:992px){
	h1 {
		font-size: 28px;
	}
}


.flot_left{
	float: left;
}

.blackBg{
	background-color: #000000;
}

.lightGreyBg{
	background-color: #e8e8e8;
}

.lightBlueBg{
	background-color: #2386c2;
}

.lightCyenBg{
	background-color: #4ac3d6;
}
.lightGreenBg{
	background-color: #3eb8a1;
}

#menuToggle {
    display: block;
    position:fixed;
    width: 100%;
    height: 50px;
    background-color: #1a1a1a;
    z-index: 100;
    -webkit-user-select: none;
    user-select: none;
}
.menuTopSpace{
	display: block;
	height: 50px;
}

#burgerBN {
    display: block;
    width: 51px;
    height: 51px;
    position: absolute;
    top: -4px;
    left: 0px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 200; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
.hamburger_container {
    width: 50px;
    height: 50px;
    padding: 15px 0px 0px 11px;
    background-color: #FF0004;
}

.hamburger_container span {
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #FFFFFF;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: 
		transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  
		opacity 0.55s ease;
}
.hamburger_container span:first-child {
    transform-origin: 0% 0%;
}
.hamburger_container span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#burgerBN:checked ~ .hamburger_container span{
    opacity: 1;
    transform: rotate(45deg) translate(-7px, -13px);
}
/*
 * But let's hide the middle one.
 */
#burgerBN:checked ~ .hamburger_container 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
 */
#burgerBN:checked ~ .hamburger_container span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-3px, 11px);
}


.brand {
	margin-left: 35px;
	padding-top: 6px;
	width: 200px;
	float: left;
}

/*XS*/
@media (max-width:768px){
/*
	.brand {
		margin-left: 0px;
		margin-right: 20px;
		float: right;
	}
*/
}
.btn-store {
    font-size: 12px;
    color: #191919;
    font-weight: 700;
    letter-spacing: 0.8px;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
	
    margin: 0 12px;
	margin-top: 6px;
    border-radius: 4px;
    background-color: #f2d200;
    text-transform: uppercase;
}

.navRightContainer{
	position: relative;
	padding-right: 50px;

}

/*XS*/
@media (max-width:768px){
	.navRightContainer{
		padding-right: 10px;
	}
}

/*SM*/
@media (min-width: 769px) and (max-width:992px){
	.navRightContainer{
		padding-right: 10px;
	}
}
/*MD*/
@media (min-width: 993px) and (max-width:1200px){
	.navRightContainer{
		padding-right: 20px;
	}
}

.memberBN{
	cursor: pointer;
	padding: 14px 20px;
	background-color:#1a1a1a;
	transition: background-color 0.5s;
}

.memberBN:hover{
	background-color: #646464;
}

.topMenuActive{
	background-color: #646464;
}

.contactBN{
	cursor: pointer;
	padding: 14px 20px;
}

.contactBN:hover{
	background-color: #646464;
}

.award_listBN{
	cursor: pointer;
	padding: 5px 10px;
}


.memberlogin_topMenu {
	position: absolute;
	width: 300px;
	height: 0px;
	left: 0px;
	top: 50px;
	padding: 0px 20px;
	background-color: #646464;
	color: #FFFFFF;
	overflow: hidden;
	transition: height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
/*	transform-origin: 100% 0%;
    transform: none;*/
/*    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);*/
}


.memberlogin_topMenu input{
	margin-bottom: 10px;
}
.forgetPass{
	display: block;
	width: 100%;
	text-align: right;
	padding-top: 10px;
	color: #FFFFFF;
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

nav {
	position: relative;
	margin-top: 0px;
	height: 50px;
	 -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.menueTitle a {
    text-decoration: none;
    color: #FFFFFF;
    transition: color 0.3s ease;
}

#menu {
    position: absolute;
	width: 100%;
	padding: 50px;
    background-color:#232323;
  
    transform-origin: 0% 0%;
    transform: translate(0, -100%);
/*    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);*/
}


#menu ul {
	color:#FFFFFF;
    list-style-type: none;
}

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

/*XS*/
@media (max-width:768px){
	#menu ul {
		padding-left: 0px;
	}
	#menu li {
		font-size: 18px;
		text-align: center;
	}
}


.menueTitle{
	background-color: #000000;
	border-right: 10px #232323 solid;
}
.menueDetails{
	display: table;
	background-color: #000000;
}

.menueDetailsContent{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


.thumbnail {	
    background-color:transparent;
    border:none;
    border-radius: 0px;
}



.thumbnail .menuCaption {
    padding: 9px;
	text-align: center;
}


/*  =================    education_BN     ===============*/
.education_BN a:hover {
    color: #0083d7;
}

.education_BN.active a{
	color: #0083d7;
}


.education_thumbnail, .education_thumbnail:visited, .education_thumbnail:active {
	color: #0083d7;
	background-color: transparent;
	transition: all 0.5s;
}

.education_thumbnail:hover {
	background-color: #0083d7;
	color: #fff;
}

/*  =================    education_BN     ===============*/

/*  =================    Production_BN     ===============*/

.Production_BN a:hover {
    color: #c64885;
}

.Production_BN.active a{
	color: #c64885;
}

.Production_thumbnail, .Production_thumbnail:visited, .Production_thumbnail:active{
	color: #c64885;
	background-color: transparent;
	transition: all 0.5s;
}

.Production_thumbnail:hover {
	background-color: #c64885;
	color: #fff;
}

/*  =================    Production_BN     ===============*/


/*  =================    Studio_BN     ===============*/

.Studio_BN a:hover {
    color: #e20a16;
}

.Studio_BN.active a{
	color: #e20a16;
}

.Studio_thumbnail, .Studio_thumbnail:visited, .Studio_thumbnail:active{
	color: #e20a16;
	background-color: transparent;
	transition: all 0.5s;
}

.Studio_thumbnail:hover {
	background-color: #e20a16;
	color: #fff;
}

/*  =================    Studio_BN     ===============*/


/*  =================    Products_BN     ===============*/

.Products_BN a:hover {
    color: #ffdd00;
}

.Products_BN.active a{
	color: #ffdd00;
}

.Products_thumbnail, .Products_thumbnail:visited, .Products_thumbnail:active{
	color: #b98700;
	background-color: transparent;
	transition: all 0.5s;
}

.Products_thumbnail:hover {
	background-color: #ffdd00;
	color: #000;
}

/*  =================    Products_BN     ===============*/



/*  =================    About_BN     ===============*/

.About_BN a:hover {
    color: #5aa321;
}

.About_BN.active a{
	color: #5aa321;
}

.About_thumbnail, .About_thumbnail:visited, .About_thumbnail:active{
	color: #5aa321;
	background-color: transparent;
	transition: all 0.5s;
}

.About_thumbnail:hover {
	background-color: #5aa321;
	color: #fff;
}

/*  =================    About_BN     ===============*/


/*  =================    Contact_BN     ===============*/

.Contact_BN a:hover {
    color: #bebebe;
}

.Contact_BN.active a{
	color: #bebebe;
}

.Contact_thumbnail, .Contact_thumbnail:visited, .Contact_thumbnail:active{
	color: #bebebe;
	background-color: transparent;
	transition: all 0.5s;
}

.Contact_thumbnail:hover {
	background-color: #bebebe;
	color: #fff;
}

/*  =================    Contact_BN     ===============*/

.footer{
	width: 100%;
	padding-bottom: 30px;
	background-color: #5d5d5d;
}

.copyright{
	width: 100%;
	padding: 10px;
	background-color: #000000;
}
.copyright_Txt{
	padding-top: 10px;
}
.socialMediaIcon i{
	cursor: pointer;
	font-size: 30px;
	margin: 0px 5px;
}

.socialMediaIcon i:hover{
	color: #FFFFFF;
}


/*XS*/
@media (max-width:768px){
	.socialMediaIcon {
		text-align: center;
	}
	.copyright_Txt{
		text-align: center;
	}
}






/*  =================    Studio_BN     ===============*/

.thumbnailGallery, .thumbnailGallery:visited, .thumbnailGallery:active{

	background-color: transparent;
	transition: all 0.5s;
}

.thumbnailGallery:hover {
	background-color: #eee;
}


/*  =================    Studio_BN     ===============*/



.LG_Space{
	display: block;
	height: 30px;
}

.greyBg{
	background-color: #696969;
}
.darkgreybg{
	background-color: #111119;
}
.whiteTXT{
	color: #FFFFFF;
}
.lightGreyTXT, .lightGreyTXT a{
	color: #C1C1C1;
}
.padding_top{
	padding-top: 30px;
}

.padding_bottom{
	padding-bottom: 30px;
}
.padding_topx2{
	padding-top: 60px;
}

.paddingAdd{
	padding:60px;	
}

.mt{
	margin-top: 30px;
}

.mb{
	margin-bottom: 30px;
}
.paddingSMTop{
	padding-top: 60px;
}

/*XS*/
@media (max-width:768px){
	.padding_topx2{
		padding-top: 20px;
	}
	.padding_XStop{
		padding-top: 30px;
	}
	.paddingSMTop{
		padding-top: 0px;
	}

}

