/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

@font-face {
  font-family: 'Lato', Arial;
  src: url('../../fonts/Lato-Reg/fonts/Lato-Reg.eot');
  src: local('☺'), url('../../fonts/Lato-Reg/fonts/Lato-Reg.woff') format('woff'),
   url('../../fonts/Lato-Reg/fonts/Lato-Reg.ttf') format('truetype'),
    url('../../fonts/Lato-Reg/fonts/Lato-Reg.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Panel Tab/button */
.tab {
	height: 42px;
	position: relative;
    top: 0;
	max-width:960px;
	width:100%;
	margin:auto;
    z-index: 999;
}

.tab ul.login {
	display: block;
	float: right;
	clear: right;
	height: 29px;
	width: 354px;
	font-weight: bold;
	line-height: 29px;
	margin: 0;
	color: white;
	font-size: 12px;
	text-align: center;
	background-image: url(../../images/panel-image/tab.png);
	background-repeat: no-repeat;
	padding: 0px;
  font-family: 'Lato', sans-serif !important;
}

.tab ul.login li.left {
  	//background: url(../../images/panel-image/tab_l.png) no-repeat left 0;
  	height: 29px;
	width: 36px;
	width:36px\42px; /*ie9*/	
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	margin-top: 6px;
}

.tab ul.login li.right {
  	//background: url(../../images/panel-image/tab_r.png) no-repeat left 0;
  	height: 29px;
	width: 34px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	margin-top: 6px;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0px;
	display: block;
	float: left;
	height: 29px;
  	margin-top: 0px;
	margin-left:38px;
}
.tab ul.login li#toggle{
  margin-left: 0px;
}
.tab ul.login li a {
	color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.tab ul.login li a:hover {
	color: #000;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	//padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 115px;
	position: relative;
	top: 5px;
  text-align: center;
}
/*
.tab a.open {background: url(../../images/panel-image/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../../images/panel-image/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../../images/panel-image/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../../images/panel-image/bt_close.png) no-repeat left -19px;}
*/
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
   /*background: url("../../images/panel-image/header-image.png") no-repeat;
   background-size: 100%;*/

}

#panel {
	width: 100%;
	/*height: 325px;*/
	height: auto;
	color: #999999;
	/*background: #272727;*/
	background:#000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1, #panel h3 {
  color: #FFFFFF;
  font-family: 'Lato',sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 11px;
  text-transform: uppercase;
  letter-spacing:0;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	/*color: #15ADFF;*/
	color: #E8A031;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom:5px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content > div{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
}
#panel .content .left {
	/*width: 280px;*/
	float: left;
	padding: 0 38px 0 39px;
	
	border-left: 1px dotted #525252;
	/*width:38%;*/
	width:391px;
	
	margin:3px 0 10px;
	min-height:252px;
}
#panel .content .left:first-child{
	width:341px;
	padding: 0 11px;
}
#panel .content .left:first-child label{
	width: 73px;
}
#panel .left.right {
  /*width: 14%;*/
  width:246px;
  padding-left:35px;
}

#panel .content .left:first-child {
  border: none;
}



#panel .content form {
	margin: 6px 0 10px 0;
}

#panel .content label {
 
  color: #FFFFFF !important;
  display: block;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  
  
  width:91px;
  padding-top: 6px;
  text-transform: uppercase;
}
#panel label.invalid{
	background:transparent;
}
#panel .content label#jform_password2-lbl {
	padding-top:0;
	
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

#panel .content .left .sp-reg{
	margin:-21px -10px 0 -11px;
}
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../../images/panel-image/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../../images/panel-image/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

label {
	color: #999999 !important;
}

#form-login-remember {
  margin: 0 10px 0 82px;
  float: left;
}

#panel input#modlgn-remember {
  float: left;
  margin-right: 6px;
}

#panel input[type="text"], #panel input[type="password"] , #panel input[type="email"] {
    /*background: none repeat scroll 0 0 #111111;*/
    background: #121212;
    border-color: #353535 !important;
    /*float: right;
    width: 75%;*/
	height: 28px;
    margin-bottom: 9px;
	min-width:213px;

}

#panel input[type="checkbox"], .checkbox, input[type="radio"], .radio {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    clear: both;
    height: auto !important;
    margin-top: 12px !important;
}


#panel form ul {
    border-top: 1px solid #333333;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: none
}

.topsearch input, #toppanel .topsearch input[type=text] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 29px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
	padding:0px;
	width:165px;
	float:right;
}
.topsearch .inputbox:focus{
	color: #fff;
}

#panel input {
    margin-bottom: 6px;
}
#panel #form-login-buttons input {
	width:95px;
	height:28px;
	padding:0;
	text-align:center;
	margin-left:4px;
	margin-right:0;
	background-image:url(../../images/texture.png);
	background-repeat:repeat;
	background-position: 0 0;
	cursor:pointer;
}
#panel #form-login-buttons input:hover,#panel #form-login-buttons input:focus {
	background-color:#a97427;
}
#toppanel .link {
    display: block;
	float:right;
}

.link ul li {
    /*background: url("../../images/panel-image/link-bg.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/
    list-style: none outside none;
    padding: 0px 5px 0px 20px;
    display: inline;
}

.link ul li a {
    color: rgb(169, 116, 39);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.link .menu li a:hover {
	color: rgb(179, 134, 69);
}


#fpssContainer664.fpss-template-jj-rasper,
#fpssContainer664.fpss-template-jj-rasper .slides-wrapper {
	width: auto !important;
	max-height: 450px !important;
}
#fpssContainer664.fpss-template-jj-rasper .slide,
.fpss-template-jj-rasper img {
	width: 100% !important;
}

#panel #form-login-buttons span#fb-auth {
  display: none;
}

#panel .left.right .moduletable .custom {
  color: #E8A031;
  font-size: 13px;
  text-align: left;
}

#panel .left.right .moduletable .custom .forgot-link {
 
  margin: 11px 0 10px;
}

#panel .white-logo {
  margin-top: 32px;
}

#panel #login-form fieldset p {
  margin: 0 0;
  max-width: 330px;
  clear:both;
  overflow: hidden;
}

#panel #form-login-buttons {
  float: left;
  margin-left: 0;
  margin-top: 3px;
}

#panel dt {
  float: left;
  clear:left;
  /*width: 42%;*/
}

#panel dd {
  float: left;
  width: 58%;
}

#panel .star {
  display: none;
}

#panel button.validate {
  float: right;
  width:95px;
  height:28px;
  text-align:center;
  padding:0;
  margin:3px 0 0;
	background-image:url(../../images/texture.png);
	background-repeat:repeat;
	background-position: 0 0;
	cursor:pointer;
}
#panel button.validate:hover,#panel button.validate:focus {
	background-color:#a97427;
}
#panel .content #jform_name-lbl, #panel .content #jform_name, #panel #jform_email2,#panel #jform_email2-lbl,
 #jform_name-lbl,#jform_name, #member-registration .optional {
    display: none;
}

.search .button {
    float: right;
    height: 29px;
    padding: 0;
    text-indent: -999999px;
    width: 29px;
	margin:0px;
}

.search .button:hover {
    background:url(../../images/search-hover.png) no-repeat 14px 6px transparent; 
    transition:none !important;
}

.main-area {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.promo {
    float: left;
    margin: 20px 12px 0 0;
    max-width: 478px;
    width: 48%;
}

.promo img {
 
  max-width:100%;
  height:auto;
}

.news-content {
    background: url("../../images/content-bg.jpg") repeat;
    border-bottom: 2px solid rgb(255, 255, 255);
    float: left;
    margin-top: 55px;
    padding-bottom: 20px;
    width: 100%;
    font-family: 'Lato', Arial;
} 

.circle {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
div.circle-image {
	position:absolute;
	top:-80px;
	left:50%;
	margin-left:-37px;
}
.news {
    margin-bottom: 28px;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.news-text {
    margin: 0 auto;
	text-align:center;
}

.news-text a {
    background: none repeat scroll 0 0 rgb(196, 137, 59);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px rgb(205, 158, 96);
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    padding: 6px 30px;
    text-transform: uppercase;
	display:inline-block;
}

.news-text a:hover {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    color: rgb(196, 137, 59);
}

.content-text {
    float: left;
    width: 100%;
}

.content-text-left {
    float: left;
    width: 50%;
}

.content-text-right {
    float: left;
    margin-left: 22px;
    width: 44%;
}

.content-text p {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 20px;
    padding-right: 16%;
    color: #000000;
}

.content-text p span {
    font-weight: normal;
}


.bottom-content {
    background: url("../../images/bottom-content-bg.jpg") repeat;
    border-bottom: 2px solid rgb(255, 255, 255);
    float: left;
    padding-bottom: 40px;
    width: 100%;
}


.bottom-content .news-text a {
    background: none repeat scroll 0 0 rgb(198, 161, 109);
}

.bottom-content .news-text a:hover {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    color: rgb(198, 161, 109);
}

.videos {
    float: left;
    margin-left: 1%;
    width: 32.3%;
}

.video-pic {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.video-pic img {
    width: 100%;
}

.video_box.activated h4.nspHeader {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 22px;
    font-family: 'Lato', Arial;
}

.video_box.activated h4.nspHeader a:hover {
    color:#FFF;
}


.news_box.activated h4.nspHeader {
    font-family: 'Lato', Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0px;
	display:block;
}
#gkPageContent .nspCol2 {
  width: 46%;
  padding:0px 0px 20px 0px !important;
  margin:0px 2%;
}

.news_box .nspText.tleft.fleft{
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  padding-right: 0;
  color: #000000;

}


ul li.special {
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: bold;
  font-family: 'Lato',sans-serif;
}

ul li.special-link a{
    color: rgb(232, 160, 49) !important;
}    

.gkCols6.gkNoMargin.gkPage {
    font-family: 'Lato', Arial;
    max-width: 980px;
    width: 100%;
}

.box.gkmod-5:first-of-type h3 {
    background: url("../../images/small-logo.png") no-repeat;
    margin: 1px !important;
    min-height: 60px;
    text-indent: -9999px;
}
/******************Footer Content***********************/

.other-countries {
  color: #FFFFFF;
  float: left;
  margin-left: 1px;
  /*margin-right: 7%;*/
  width: 195px;
  padding:5px 0 0;
}

.us {
    background: url("../../images/new/globe-icon.png") no-repeat left center;
    font-size: 14px;
    font-weight: bold;
    padding-left: 24px;
}

.other-countries p {
    margin-top: 5px;
    padding-left: 21px;
	color:#cccccc;
}

.social-links {
  float: left;
  margin-left: 30px;
  width: auto;
}

.social-links ul {
    width: auto;
}

.social-links ul li {
    float: left;
    list-style: none outside none;
    padding: 0 5px;
}

.gkIsWrapper-gk_storebox.loaded {
  border-bottom: 4px solid #B07930;
  margin-top: 0px;
  position: relative;
  background:#000;

}

/***********css on 7th october***************/

#gkFooterNav {
  width: 100%;
}

.acymailing_module {
  float: left;
  width: 329px;
}

.acymailing_introtext {
  float: left;
  color:#fff;
  margin-top:6px;
  color:#999999;
}

table.acymailing_form {
  float: right;
  margin-bottom: auto;
  /*margin-left: 4% !important;*/
  margin-right: auto;
  margin-top: auto;
  width: 204px;
  height:28px;
}

td.acysubbuttons .button.subbutton.btn.btn-primary {
 background: url("../../images/mail-arrow.png") no-repeat right center;
 height: 15px;
 margin-left: 0;
 margin-right:6px;
 padding-left: 0;
 padding-top: 26px;
 text-indent: -9999px;
}

td.acyfield_email .inputbox {
  width: 100% !important;
}

table.acymailing_form tr {
  background: none repeat scroll 0 0 #121212;
  border: 1px solid #353535 !important;
  margin: 0;
  padding: 0;
}

td.acyfield_email .inputbox {
  border: none;
}
td.acyfield_email .inputbox:focus {
	border: 1px solid white;
}
#gkFooter td.acyfield_email .inputbox:focus {
	border: none;
}
.acymailing_module_form td {
	/*padding:2px !important;*/
	padding: 0!important;
	height: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#gkCopyrights {
  float: right;
  margin: 0 6% 0 0;
  padding: 19px 0;
}
#gkCopyrights a{
  color: #999;
}
#gkCopyrights a:hover{
  color: #E8A031;
  text-decoration:none;
}
/***8 october*/


li.mega_menu .childcontent .gkcol {
	width: 100% !important;
}


.gkMenu > ul li div.childcontent {
	min-width:100%;
	left:-9999em;
	-webkit-box-shadow:  0px 5px 4px 0px rgba(0, 0, 0, 0.3);        
	box-shadow:  0px 5px 4px 0px rgba(0, 0, 0, 0.3);
}

.gkMenu > ul li div.childcontent {
  background: none repeat scroll 0 0 #FFF;
}

.gkMenu > ul li.cstm_mega_menu div.childcontent {
 /* background: none repeat scroll 0 0 #222222;*/
 max-height: 260px;
}

.gkMenu > ul li .childcontent .childcontent-inner {
	max-width: 980px;
	padding:0px;
	margin:0 auto;
  width: 0px;
  /*background: none repeat scroll 0 0 #222;*/
}
.gkMenu > ul li:hover .childcontent .childcontent-inner{
  width: 100% !important;
}

.gkMenu > ul li.cstm_mega_menu div.childcontent .childcontent-inner {
  max-width:980px;
  min-height:206px;
  margin:0 auto;
  padding:19px 0 18px;
}


.aboutpage_section > .gkContentNoSidebar, .CstmShpPage_section > .gkContentNoSidebar{
  padding: 0 15px;
}

.aboutpage_section > .gkContentNoSidebar, .CstmShpPage_section > .gkContentNoSidebar {
  border-top: medium none !important;
  float: none !important;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  padding-top: 0px !important;
  background: none !important;
}

.aboutpage_section > .gkContentNoSidebar > #gkContentWrap > section,
.CstmShpPage_section > .gkContentNoSidebar > #gkContentWrap > section {
  margin-bottom: 0;
  padding-top: 20px;
}

.item-page .aboutpage > header {
  display: none;
}

/*********************DARK LAYOUT CSS****************************/



/***********29 october***********/

input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="email"]:focus, textarea:focus {
  background: none;
}

.gkMenu > ul > li > a {
  color: #666666;
  display: block;
  font-family: 'Lato',sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: auto;
  line-height:15px;
  padding: 27px 0px 27px 0px;
  border-bottom:4px solid transparent;
}
.gkMenu > ul > li {
  padding:0px 6px;
}

span.form-text {
  font-size: 12px;
  color:#999;
  float:left;
  width:209px;
  margin:9px 10px 0 0;
}

#gkBottom1 .box .header, #gkBottom2 .box .header {
  
  font-family: 'Lato',sans-serif;
  font-size: 12px;
  font-weight: bold;
}


.gkMenu a:hover, .gkMenu a:active, .gkMenu a:focus, .gkMenu li.active > a {
  border-bottom: 4px solid #831F18;
  color: #000;
  padding-bottom: 0x;
}
.gkMenu > ul li div.childcontent a {
  border-bottom: none !important;
} 
