/*
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

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/

/***** 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;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    left: 0;
    width: 100%;
    /* min-width: 900px;*/
    z-index: 1025;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 130%; /* font-size set to 130% for the default Kubrick Wordpress theme */
    /* Set font color here because we want black for the main body */
    color: white;
}

#panel {
	width: 100%;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 202;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	text-align: left;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	text-align: left;
	

}
#panel h2::first-letter{
	text-shadow: 0 0 4px #04DAFF, 0 -5px 4px #4566C3, 2px -10px 6px #04DAFF, 2px -15px 15px #04F2FD;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
}

#panel a:hover {
	color: white;
}


#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 289px;
	float: left;
	margin-bottom: 25px;
	padding: 0 15px;
	border-right: 1px solid #333;
	min-height: 220px;
}

#panel .content .border {
	border-left: 1px solid #333;
}

#panel .content .narrow {
	width:280px !important;
}

#panel .content form {
	margin: 0 0 10px 0;
	width:300px;
}

#panel .content label {
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

div#toppanel div#panel div.content  h3 {
	font-size: 23px;
	}

#panel .content input.field, #fscf_field1_3, #fscf_field1_4,#fscf_mail_to1,
#fscf_field1_2, #fscf_email1, #fscf_name1, 
#fscf_captcha_code1, 
div#wppb_register.wppb_holder form#adduser.user-forms  input.text-input  {
	border: 1px solid whitesmoke;
	background: #414141;
	margin-right: 5px;
	margin-bottom: 5px;
   width: 200px;
	color: white;
	  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 0 15px 15px 0;
}

#panel .content input:focus.field, #fscf_mail_to1:focus,
#fscf_field1_2:focus, #fscf_email1:focus, #fscf_name1:focus, 
#fscf_captcha_code1:focus,
div#wppb_register.wppb_holder form#adduser.user-forms  input.text-input:focus {
	background: #545454;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

#panel .content textarea:focus.field {
	background: #545454;
		border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

/* -------------------------------- Third party plugins --------------------------------- */

/* Profile builder (wppb) */
.registerAboutYourselfHeader {
    display: none !important;
}
div#wppb_modify p.aboutYourselfHeader strong {
    display: none;
}
div#wppb_modify.wppb_holder strong form#edituser.user-forms p.username input#user_login.text-input {
    color: gray;
}
div#wppb_modify {
    max-width: 600px;
}
div#wppb_modify .text-input {
    max-width: 250px;
}
div#wppb_modify .user-forms {
    margin-left: 10px;
}
div#wppb_modify .nameHeader, div#wppb_modify .contactInfoHeader {
    font-size: 1.25em;
    margin-left: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
div#wppb_modify input#updateuser.submit {
    margin-top: 10px;
}
#wppb_register p.errorHolder {
    background-color: red !important;
}

div#panel div#wppb_register.wppb_holder div.input-prepend {
	white-space: normal;
}

/* Fast Secure Contact Form */




.incomplete_email {
    border-color: red !important;
    box-shadow: 0 0 10px #000000 inset;
}
.incomplete_email_button {
    opacity: 0.4;
}

#panel .content  select option {
	background: #414141;
    color:whitesmoke;
}

#fscf_field1_3:focus, #fscf_field1_4:focus {
	background: #545454;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
  max-width: 300px !important;
  width: 285px !important;
  height: 300px !important;
}

input.field:focus {
    background: none repeat scroll 0 0 #640707;
}
#contact_click {
    text-shadow: 4px 0 5px #6F2201, 0 2px 5px #B91903, 4px 0 6px #480200;
}
div textarea#comment, .commentform-inputs input, input.subscribe-form-field {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(59, 94, 180, 0.698);
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    color: white;
    float: left;
    line-height: 1em;
    margin: 10px 4px 0 0;
    outline: 0 none;
    padding: 2px;
}
div textarea#comment:focus, .commentform-inputs input:focus, input.subscribe-form-field:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
div#panel input#s.search-query {
    background: none repeat scroll 0 0 #545454;
    color: white;
    width: 210px;
}


/* -- Tooltipsy -- */

.bubbletooltip_tip {
    background-color: #222222;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px #000000 inset;
    color: #FFFFFF;
    padding: 12px;
    position: relative;
    text-shadow: 0 0 3px #000000;
}
.bubbletooltip_tip:after {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #000000 transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: -20px;
    position: absolute;
    top: 10px;
    z-index: -1;
}
.bubbletooltip_tip_input {
    background-color: rgba(2, 109, 197, 0.75);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px #000000 inset;
    color: #FFFFFF;
    padding: 12px;
    position: relative;
    text-shadow: 0 0 3px #000000;
}
.bubbletooltip_tip_input:after {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent rgba(2, 109, 197, 0.5) transparent transparent;
    border-style: solid;
    border-width: 20px;
    content: "";
    left: -30px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.bubbletooltip_tip_input_textarea {
    background-color: rgba(2, 109, 197, 0.75);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px #000000 inset;
    color: #FFFFFF;
    padding: 12px;
    position: relative;
    text-shadow: 0 0 3px #000000;
}
.bubbletooltip_tip_input_textarea:after {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent  transparent transparent rgba(2, 109, 197, 0.5);
    border-style: solid;
    border-width: 20px;
    content: "";
    right: -30px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.bubbletooltip_tip_search {
    background-color: rgba(2, 109, 197, 0.75);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px #000000 inset;
    color: #FFFFFF;
    margin-left: -15px;
    padding: 12px;
    position: relative;
    text-shadow: 0 0 3px #000000;
}
.bubbletooltip_tip_search:after {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(2, 109, 197, 0.65) transparent transparent transparent ;
    border-style: solid;
    border-width: 20px;
    content: "";
    left: 20px;
    position: absolute;
    bottom: -35px;
    z-index: -1;
}

/* ------- Third party plugins --------------- */

/* ------------------------------  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 .submit {
	
	}

#panel .submit:hover {
	color: #04DAFF;
	}

div#panel input#fscf_submit1 {
	width: 74px;
}

div#panel input#fscf_submit1:hover,
  .btn:hover,
  #panel .content input.bt_login:hover,
  div#panel form#searchform.form-search input#searchsubmit:hover  {
	color: #04DAFF;
	}
	
div#panel form#searchform.form-search input#searchsubmit {
	margin-top: 10px;
} 
	
#panel .content input.bt_login, div#panel input#fscf_submit1, div#panel form#searchform.form-search input#searchsubmit{
	width: 74px;
	/*background: transparent url(../images/bt_login.png) no-repeat 0 0;*/
	background: transparent url(../images/spriteme3.png) no-repeat 0 0;
	background-position: -10px -254px;
	height: 24px;
	border : none;
}

#sa_subscribe_submit.subscribe {
	/*background: transparent url(../images/button.png) no-repeat 0 0;*/
	background: transparent url(../images/spriteme3.png) no-repeat 0 0;
	background-position: -10px -342px;	
	width : 152px;
	height: 24px;
	border: 0px;
	}
	
#panel .content input.bt_register, #addusersub {
	width: 94px;
	color: white;
	border : none;
	height: 24px;
	/*background: transparent url(../images/bt_register.png) no-repeat 0 0;*/
	background: transparent url(../images/spriteme3.png) no-repeat 0 0;
	background-position: -10px -298px;
	box-shadow: none;
}

#panel .content ul li {

}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	//right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
        /* font-size: 12px ;
        line-height: 18px ; */
}

.tab ul.login li.left {
  	/*background: url(../images/tab_l.png) no-repeat left 0;*/
	background: transparent url(../images/spriteme3.png) no-repeat 0 0;
	background-position: -10px -130px;  	
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	/*background: url(../images/tab_r.png) no-repeat left 0;*/
	background: transparent url(../images/spriteme3.png) no-repeat 0 0;
	background-position: -10px -192px;  	
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	width: 100%;
}

.tab ul.login li a:hover {
	width: 100%;
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}

.tab a.open {
	/*background: url(../images/bt_open.png) no-repeat left 0;*/
	background: transparent url(../images/spriteme3.png) no-repeat 0 0;
	background-position: -10px -10px;
}
.tab a.close {
	/*background: url(../images/bt_close.png) no-repeat left 0;*/
   background: transparent url(../images/spriteme3.png) no-repeat 0 0;
	background-position: -10px -70px;
}
.tab a:hover.open {
	/*background: url(../images/bt_open.png) no-repeat left -19px;*/
	background: transparent url(../images/spriteme3.png) no-repeat 0 0;
	background-position: -10px -29px;
	}
.tab a:hover.close {
	/*background: url(../images/bt_close.png) no-repeat left -19px;*/
		background: transparent url(../images/spriteme3.png) no-repeat 0 0;
	background-position: -10px -89px;
	}
/*
.tab a.open {
	background: url("../../../assets/img/sprite1.png") no-repeat -400px -1365px;
	width: 20px;
	height: 19px;
	}
.tab a.close {
	background: url("../../../assets/img/sprite1.png") no-repeat  -10px -1365px;
	width: 20px;
	height: 19px;
	}

.tab a:hover.open {
	background: url("../../../assets/img/sprite1.png") no-repeat  -400px -1384px;
	width: 20px;
	height: 19px;
	}
.tab a:hover.close {
		background: url("../../../assets/img/sprite1.png") no-repeat  -10px -1384px;
	width: 20px;
	height: 19px;
	}
*/

@media (max-width:900px) {
			#panel .content .left {
			float: none;
		}
}

@media (max-width:480px) {

		
		#toppanel {
				font-size: 120%;
			}
}