/*

Theme Name: spotbase child

Template: spotbase

Author: Diva Zucker

Version: 1.0

Updated: 2014-08-10 16:56:20

*/



@charset "UTF-8";

@import url('../spotbase/style.css');

p {
	font-size:16px;
}

h1{
 margin:0 !important;	
}

#Footer .footerMenu-global {

	padding: 0px 0 75px;

}

#Footer h4{
	font-weight: bold;
	font-size: 14px;
	text-transform: none;	
}

.pageContainer{
	float:none;	
	width:100%;
}

.footercontainer {
	width: 100%;
	height: 100%;
	background: #4b4b4b;
	bottom: 0;
	padding-bottom: 60px;
}

#Header a.ForgotPassword {
  margin-left: 110px;
}
#logo .Logo {
	background: url("images/iTrader_logo_phone.png") no-repeat;
	background-position: 50px 12px;
    background-size: 150px;
}
#footerlogo{
	background-position-y: 5px;
	height: 171px;
	width: 150px;
	float: right;
	padding-top: 75px;
	margin-left: 50px;
}

#footerlogo p{
	color: #fff;
	text-align: center;
	font-size: 22px;
    display: none;
}
#btn_submit{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(149, 131, 63);
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(215,189,94) 47%, rgb(230,213,122) 49%, rgb(244,237,149) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(215,189,94) 47%, rgb(230,213,122) 49%, rgb(244,237,149) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(215,189,94) 47%, rgb(230,213,122) 49%, rgb(244,237,149) 100%);
    width: 148px;
    height: 33px;
    margin: 30px 130px 0px 0px;
}
#btn_submit p{
    font-size: 17px;
    font-family: "OpenSansHebrew";
    color: rgb(75, 75, 75);
    font-weight: bold;
    line-height: 0.2;
    width: 60px;
    height: 17px;
    margin: 15px auto;
}
#text_container{
    margin:0px 0px 0px 0px;
}
#msg_warrper{
    border-radius: 3px;
    background-color: rgb(240, 240, 240);
    width: 420px;
    height: 160px;
    margin: 200px auto;
    padding-top: 40px;
}
#msg_warrper_deposit{
    border-radius: 3px;
    background-color: rgb(240, 240, 240);
    width: 420px;
    height: 100px;
    padding-top: 40px;
    margin: 200px auto;
}
#msg_warrper h2{
    font-size: 25px;
    font-family: "OpenSansHebrew";
    color: rgb(75, 75, 75);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
#msg_warrper h3{
    font-size: 20px;
    font-family: "OpenSansHebrew";
    color: rgb(75, 75, 75);
    line-height: 1.2;
    text-align: center;
}
#text_container{
    margin: 0px auto;
    text-align: center;
}
/*General Button*/
.generalBtn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f1e78f), color-stop(1, #d7bd5e) );
	background:-moz-linear-gradient( center top, #f1e78f 5%, #d7bd5e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e78f', endColorstr='#d7bd5e');
	background-color:#f1e78f;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	display:inline-block;
	color:#050505;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	line-height:50px;
	height:50px;
	text-decoration:none;
	text-align:center;
	padding:0 10px;
}
.generalBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d7bd5e), color-stop(1, #f1e78f) );
	background:-moz-linear-gradient( center top, #d7bd5e 5%, #f1e78f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7bd5e', endColorstr='#f1e78f');
	background-color:#d7bd5e;
}.generalBtn:active {
	position:relative;
	top:1px;
}

#spotPackageContainer_openAccount {
	border: 1px solid #DAD8D8;
	border-radius: 5px;
}

/*Inner Page design*/
.platformcontainer {
	width: 900px;
}

/*Account types content container*/
div.track{
  border-radius: 2px;
  box-shadow: 0px 0px 9.6px 0.4px rgba(104, 101, 103, 0.15);
  margin-bottom: 25px;
  padding: 10px 30px 0 0;
}

/*Account types ribbons*/
.silver{
	padding-top: 9px;
	background: url(/wp-content/themes/spotbasechild/images/silver.png) no-repeat 20px 0;	
}
.gold{
	padding-top: 9px;
	background: url(/wp-content/themes/spotbasechild/images/gold.png) no-repeat 20px 0;	

}
.platinum{
	padding-top: 9px;
	background: url(/wp-content/themes/spotbasechild/images/platinum.png) no-repeat 20px 0;	
}

/*Right border in Account Types Page*/
.silver .track{
  border-right: 5px solid #d3d3d3;
}
.gold .track{
  border-right: 5px solid #f0bd2d;
}
.platinum .track{
  border-right: 5px solid #373737;
}
.vip{
  background: url(/wp-content/themes/spotbasechild/images/vip_banner.png) no-repeat;
  height:172px;
  width:770px;
  color:#ffffff;
}

.vip h2{
	font-size:30px;
	padding: 25px 30px 0 0;	
}

.vip p{
	font-size:16px;
	font-weight:bold;
	padding:0 30px 0 0;
	margin-top:5px;
}

.vip p.banner_btn{
	padding-top:10px;
}

.vip a{
  background: url(/wp-content/themes/spotbasechild/images/banner_btn.png) no-repeat 0 0;
	height: 31px;
	width: 300px;
	padding: 4px 20px 5px 45px;
	font-size: 16px;
	color: #4d4d4d;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-shadow: 10px 10px 40px -9px rgba(255,255,255,1);
	-moz-box-shadow: 10px 10px 40px -6px rgba(255,255,255,1);
	box-shadow: 0px 0px 16px -2px rgba(255,255,255,1);
}


/*How to Trade Page Design*/

div.howToTrade1, div.howToTrade2, div.howToTrade3, div.howToTrade4{
	width:770px;
	border-right: 5px solid #d3d3d3;
}

.howToTrade1{height:160px;}
.howToTrade2{}
.howToTrade3{}
.howToTrade4{}

howToTrade p{
	float:right;	
}

.howToTradeImg1{
	float:right;
	display:inline;
	margin: -155px 335px 0 0;
}

.howToTradeImg2{
	margin: -98px 309px 0 0;
}

/*Tooltips image*/
.howToTradeImg3{
	background:url(../../uploads/2014/10/howToTrade3.png);
	width:706px;
	height:314px;
}

.howToTradeImg3 a{
	text-decoration:none;	
	position:absolute;
}
.howToTradeImg3 a span{	
	width:30px;
}

.tool1{
	margin: 17px 128px 0 0;
}
.tool2{
	margin: -4px 358px 0 0;
}
.tool3{
	margin: 24px 464px 0 0;
}
.tool4{
	margin: 92px 182px 0 0;
}
.tool5{
	margin: 167px 285px 0 0;
}
.tool6{
	margin: 20px 545px 0 0;
}

#popUp{
    width: 507px;
    height: 415px;
    left: 36%;
    top:15%;
    position: fixed;
    z-index: 500;
}
#browserPopUp{
    width: 270px;
    height: 88px;
    left: 44%;
    top: 53%;
    background-color: #A1A1A1;
    position: fixed;
    z-index: 500;
}
#rech3{
    color:#BE2323;
    background-color: #A1A1A1;
}
#popUp iframe{
    width:100%;
    height:100%;
	background:#fff;
}
#btn_close{
    font-size:20px;
    cursor: pointer;
    width: 20px;
    float: left;
}

#blanket{
	width:100%;
	height:100%;
	background-color:#111;
	opacity:0.85;
	z-index: 9999;
	position:fixed;
	top:0;
	left:0;
}

[tip]{
	position:relative;
}
[tip]:after{
	content:attr(tip);
	width:200px;
	color:#fff;
	background:#333;
	background:rgba(51,51,51,0.9);
	padding:5px;
	position:absolute;
	left:-9999px;
	opacity:0;
	bottom:100%;
	white-space:pre-line;
	-webkit-transition:0.25s linear opacity;
	border:#8ebeff 1px solid;
	border-radius:2px;
}

[tip]:hover:after{
	left:5px;
	opacity:1;
}

.howToTradeImg5{
	border: 1px solid #8EBEFF;
	border-radius: 5px;	
}

/*END How to Trade Page Design*/



/*Inner page main title*/

.box{
    padding-bottom: 35px;
    margin: 0 32px;
    border-bottom: 2px solid #e6e6e6;
}

.box h1 {
	text-align: right;
	font-weight:bold;
    font-size:35px;
	text-transform:none;
}

.post h2 {
	font-size:25px;
	font-weight:bold;
}

.post h3 {
	font-size:20px;
	font-weight:bold;
}

.post ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
.post .accountTypes ul li{
	font-size:16px;	
	list-style-type: none;
	background: url(/wp-content/themes/spotbasechild/images/bullet_big.png) no-repeat right 4px;
	padding: 0 26px 12px 0;	
}

.post .accountTypes p{
	margin-bottom: 30px;	
}

.post .track h2{
	text-align: right;
	font-weight: normal;
	font-size: 30px;	
}

.post .track h3{
	font-weight:bold;
	font-size:16px;
	padding: 10px 0;
}

.post .track ul li{
	font-size:14px;	
	list-style-type: none;
	padding: 0 20px 12px 0;		
}

.post .silver .track ul li{
	background: url(/wp-content/themes/spotbasechild/images/bullet_silver.png) no-repeat right 4px;
}
.post .gold .track ul li{
	background: url(/wp-content/themes/spotbasechild/images/bullet_gold.png) no-repeat right 4px;
}
.post .platinum .track ul li{
	background: url(/wp-content/themes/spotbasechild/images/bullet_platinum.png) no-repeat right 4px;
}



span.local{
	display: none;
}
/*END Inner Page design*/


/*Dropdown Menu*/

ul#menu-topnav ul.sub-menu{
	display:none;
  	position: absolute;
  	top: 100%;
  	right: 0;
  	z-index: 598;
  	width: 100%;
}

ul#menu-topnav li:hover > ul.sub-menu{
	display:block;
}

ul#menu-topnav li ul.sub-menu li{
	display: block;
	width: 100%;
}

ul#menu-topnav li ul.sub-menu li a{
	background-color: rgba(42, 41, 42, 0.9);
	font-size:16px;
	padding: 10px 0;
	margin-right: -40px;
	color:#ffffff;
	font-weight:normal;
}

ul#menu-topnav li ul.sub-menu li a:hover{
	background-color: rgba(42, 41, 42, 1);
}

ul#menu-topnav li ul.sub-menu li:after{
	content:'';
}

#menu-topnav li.current-menu-item a > ul.sub-menu li a{
	font-weight:normal;
	color:#ffffff;
}


/*END Dropdown Menu*/

/*Logged in top navigation*/
#userSection {
	width: 750px;
}


/*END Logged in top navigation*/

#spotPackageContainer_platform_zones #zonesNav{
	margin-top: -10px;
}
#spotPackageContainer_forgotPassword{
  width: 805px !important;
}
/*MTE Override Styles*/
#inner_tabs {
    width: 816px !important;
}

div.tabcontent {
    overflow: hidden!important;
}

.vid_container .tab_tit{
    width: 100%;
    font-size: 30px !important;
}
div#legal{
    font-size: 12px !important;
}

.pp_inline  div.container{
    overflow: hidden !important;
}

#inner_tabs .tabcontent, .vid_container .lsn_tit, .vid_container .lsn_inf{
    font-family: 'Open Sans Hebrew', Arial, tahoma !important;
}

.vid_container .lsn_inf {
    font-size: 14px !important;
    color:#000 !important;
}

.ebk_container.rtl {
	margin-right: 0;
}
.vid_container.rtl {
	margin-right: 0px !important;
	overflow:hidden !important;
}

.vid_container ul.btns li{
	float:right !important;	
}

.vid_container h1 , ul.tabs li a{
	font-family: 'Open Sans Hebrew', Arial, tahoma !important;
}

ul.tabs li a{
	font-size:16px !important;	
}

div.facebook #pp_full_res .pp_inline {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.vid_container .tmb{
    right:inherit !important;
}
.vid_container.rtl .tmb {
    left: 60px !important;
}

.vid_container ul.btns li {
    width:100%;
}

.vid_container .ply_icn{
    left:104px !important;
}

p.lsn_inf{
	padding-right: 0px;
}
ul.mte-list{
    padding-right: 48px;
}

ul.mte-list li{
    list-style: circle;
}

.vol_group{
	margin-top:-35px;	
}
/*END MTE Override Styles*/


.page-list-ext {
	padding: 0 37px 0 21px;
}

p.gmap{
	padding-top:60px;
}

#menu-topnav li a{
	text-transform:none;
}

.zoneContainer_positions .positionProductTab .bgStart span {
	font-size: 12px !important; /*Can't override - my account spot class*/
}

/* DATE & TIME */
.wp-picker-container {
    width: 100%;
}

/* Widget */
.date-time {
    padding: 12px 5px;
    line-height: 1.5em;
	font-weight:bold;
	height:45px;
	background:#f0f0f0;
}
.widget_date_time {
    text-align: center;
	
    /* background:#f0f0f0; */
	border: 1px solid #dbd8d8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.widget_date_time .date{
float:left;

}

.digit{
float:left;
margin:0;
padding:0;
background:url(/wp-content/themes/spotbase/images/clock.png);
width:34px;
height:37px;
color:#ffffff;
font-size:30px;
padding-top:7px;
margin-right:2px;
}


.widget_date_time .time{
direction: ltr;
float:right;
}

.dayinheb{
font-size:35px;
font-weight:bold;
}
.dateinheb{
font-size:16px;
line-height:20px;
}

.widget_date_time .time:nth-letter(1),.widget_date_time .time:nth-letter(2),.widget_date_time .time:nth-letter(3),.widget_date_time .time:nth-letter(4)
{ 
background:url(/wp-content/themes/spotbase/images/clock.png);
}


.rightSide .widget.widget_lead_widget {
    /*border-bottom: 2px solid #d9d9d9;*/
    width: 274px;
}

.contentcontainer {
    background: #F0F0F0;
}

.platformcontainer {
    width: 870px;
    background: #FFFFFF;
    border-right: 2px solid #e8e8e8;
    height: auto;
}
.ifreamplatformcontainer {
    width: 675px;
    background: #FFFFFF; 
    direction: rtl;
}

/* Leadbox form sidebar */

aside #needHelp {
      padding: 13px 28px 0 0;
	  font-family: 'Open Sans Hebrew', Arial, tahoma !important;
	  border-bottom-left-radius: 5px;
  	  border-bottom-right-radius: 5px;
	  margin-right: 2px;
	  background-color: #d0d0d0;
	  width: 242px; 
		-webkit-box-shadow: 3px 3px 6px 0px rgba(184,184,184,1);
		-moz-box-shadow: 3px 3px 6px 0px rgba(184,184,184,1);
		box-shadow: 3px 3px 6px 0px rgba(184,184,184,1);

}

#needHelp input[type='text']{
    height: 34px;
    border-style: solid;
    border-width: 1px;
    border-color:   border-color: #9c9c9c;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 2px 3px 0px rgba(1, 0, 0, 0.15);
    text-indent: 2px;
    font-size: 11px;
    display: block;
    color:#7b7b7b;
    font-size: 16px;
	padding-right: 5px;
  	font-family: 'Open Sans Hebrew', Arial, tahoma !important;
}
#needHelp input#prefixLead{
    display: none;
}

#needHelp input.medBG,input.lb_email {
    width: 204px;
	margin-bottom: 9px;
}

#needHelp input.tny{
    width:50px;
    display: inline;
    float:left;
    margin-left: 31px;
}
#needHelp input.mid{
    width:143px;
    display: inline;
    margin-left: 3px;
}

#needHelp input[type='checkbox']{
    display: inline;
}

#needHelp div#agree_trading{
    display: block;
    font-size: 14px;
    margin-right: -42px;
    padding-top: 15px;
    padding-bottom: 15px;
}


#content-2{
    text-align:center;
}

.breadcrumbs{
    margin: 30px 34px 10px 0;
    font-size: 14px;
    color: #a48100;
}

.breadcrumbs a{
    color:#a48100;
}

/*Daily review Calendar*/
.calendar-archives {
    width:500px !important;
}


/* Academy Page */
.academy-buttons{
    margin-right: 45px;
}
.academy_main{
    margin-right: 60px;
}
.academy-buttons a{
    display: inline;
    float:right;
    margin: 0 13px;
}

div.aca-button{
    width:146px;
    height:185px;
    margin: 0px 5px;
}
div.icon1{
    background: url(/wp-content/themes/spotbase/images/academy/icon_1.png) no-repeat;
}

div.icon1:hover{
    background: url(/wp-content/themes/spotbase/images/academy/icon_1_hover.png) no-repeat;
}

div.icon2{
    background: url(/wp-content/themes/spotbase/images/academy/icon_2.png) no-repeat;
}

div.icon2:hover{
    background: url(/wp-content/themes/spotbase/images/academy/icon_2_hover.png) no-repeat;
}

div.icon3{
    background: url(/wp-content/themes/spotbase/images/academy/icon_3.png) no-repeat;
}

div.icon3:hover{
    background: url(/wp-content/themes/spotbase/images/academy/icon_3_hover.png) no-repeat;
}

div.icon4{
    background: url(/wp-content/themes/spotbase/images/academy/icon_4.png) no-repeat;
}

div.icon4:hover{
    background: url(/wp-content/themes/spotbase/images/academy/icon_4_hover.png) no-repeat;
}

/* App Page */
a.app_img img{
    display: inline;
    padding: 20px 0 0 15px;
}


div#mainslider img.ls-bg{ margin-top:-87.5px !important; }


ul.main_banner_bull li{
    background: url("/wp-content/themes/spotbase/images/main_banner_bull.png") no-repeat;
}

/* Refer a friend page */

.refer-friend_main{
    margin: 50px 95px 25px 0;
}

#spotPackageContainer_referAFriend {
	width: 814px !important;
}

#spotPackageContainer_referAFriend .referMethod {
	margin-left:10px !important;	
	text-align: center !important;
}

#spotPackageContainer_referAFriend .referMethod .actionBtn{
	width: 100% !important;
	margin: 0px -4% 0 0 !important;
}
#spotPackageContainer_referAFriend .referMethod .actionBtn button{
	background: url("/wp-content/themes/spotbase/images/button-bg.png") repeat-x 0 -21px !important;
	color: #000 !important;
	font-size:16px !important;
	font-weight:bold !important;
	position: relative !important;
	margin: 0 auto !important;
}

#spotPackageContainer_referAFriend .referHistoryContainer .bonusHistoryTable{
	width: 771px !important;
}

#spotPackageContainer_referAFriend .referHistoryContainer{
	width: 771px !important;
}

#spotPackageContainer_referAFriend .referHistoryContainer .totalHistory .title{
	letter-spacing: 0px !important;
}

#spotPackageContainer_referAFriend .referHistoryContainer .totalHistory .iconeHolder, #spotPackageContainer_referAFriend .referHistoryContainer .totalHistory .contentsHolder{
	margin-right: 20px !important;
}

#spotPackageContainer_referAFriend .referHistoryContainer .totalHistory td:first-child .iconeHolder{
	border-left: 1px solid #d2d2d2 !important;
}

#spotPackageContainer_referAFriend .referMethod .title{
	display: none !important;
}

#spotPackageContainer_referAFriend .referMethod .referMethodDescription{
	font-size: 17px !important;
	line-height: 23px !important;
}
#spotPackageContainer_referAFriend .referMethod .referMethodName {
	font-size: 29px !important;
	margin-bottom: 5px !important;
}

#spotPackageContainer_referAFriend .referMethod .icone{
	margin-right: 71px !important;	
}



/* Spot Follow */

#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetails .unfollowForm .followDetailContainer{
	line-height:9px !important;	
	margin-top: -5px !important;
}

#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetails .followDetail{
	line-height: 16px !important;
}
#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetails .unfollowForm .value{
	font-size:15px !important;	
}

div.nameAndRank div.name{
	font-weight:bold !important;	
}

div.followDetailContainer div.title{
	font-weight:bold !important;
}

.spotPackageContainer .plainForm .captchaTd .borderCapcha img {
	margin-left: 12px !important;
	margin-top: 5px !important;
	
}

#spotPackageContainer_platform_zones #tradingPlatform_pairs .tradeBox .payoutOverview .detailBlock.payoutPresentage{
		margin-top:-5px;
}

#spotPackageContainer_platform_zones #tradingPlatform_pairs .tradeBox .asset2{width: 95px;}

#spotPackageContainer_platform_zones .tradeBox .positionControls .exiryControl {
	/*padding-right: 15px !important;*/
}

/*#spotPackageContainer_platform_zones .tradeBox .positionControls .label {
	width: 33px !important;
}
*/

a.gold_btn{
	background-image:url(/wp-content/uploads/2014/10/gold_btn.png);
	width: 171px;
	height:66px;
	display:block;
	color: #000;
	text-decoration: none;
	padding: 23px 13px 0 0;
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
}

a.gold_btn:hover{
	opacity:0.9;	
}

a.gold-btn span{
	padding:10px 10px 0 0 !important;
	text-decoration:none;
	color:#000;
	font-size:20px;	
}

/*Personal Training Design*/

.personalTrain{
	width: 788px;
	height: 1071px;	
	/*background-image:url(/wp-content/themes/spotbase/images/personal_trainer/personal_trainer_bg.png);*/
	border-radius:0 !important;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.personalTrain > div{
	text-align: center;
	width: 100%;
	padding-top: 30px;
	color: #3E3A3A;	
}

.personalTrain > div h2{
	text-align: center;
	font-size:40px;	
	font-weight:normal;
	line-height: 45px;
}

.personalTrain > div p{
	line-height: 30px;
	font-size: 24px !important;
}

/*Trading Bonus Page*/
.tb-grid{
	margin-bottom:20px;
}
div.tb-grid .rc, div.tb-grid .lc{
	width: 374px;
	height: 273px;
	float: right;
	margin-left: 30px; 
	margin-top: 45px;
}

div.tb-grid .rc img, div.tb-grid .lc img{
	border-radius:5px;
}

div.tb-grid .rc > p > strong, div.tb-grid .lc > p > strong{
	font-size:20px;	
}

div.tb-grid .rc > p, div.tb-grid .lc > p{
	font-size:17px;	
}

div.tb-grid .rc > p a, div.tb-grid .lc > p a{
	color:#a48100;
}

.tbl_img img{
    margin: -40px 0 0 -45px;
}
.tbl_img{
    width: 120px;
}
.parh_num p {
    margin: -65px 0px;
	padding-left: 15px;
font-size: 21px;
font-weight: 600;
}
#p_top_text{

}
.parh_num2 p {
    margin: -80px 0px;
	font-size: 21px;
font-weight: 600;
}
.parh_num{
    width: 5px;
}
.li_container p{
    margin-bottom: 0px;
    margin-top: 0px;
}
.li_container{
    padding: 10px 0 0 0;
    width: 415px;
}
.li_container > li,.li_container > p{
font-size:17px;
}
.p_head{
font-size: 21px;
font-weight: 600;
}
#p_head1{font-size: 21px;
font-weight: 600;}
#p_head2{font-size: 21px;
font-weight: 600;}
#p_footer{font-size: 21px;
font-weight: 600;}
#p_footer2{font-size: 21px;}
#where2send p{
    background-color: #fff3c5;
    padding: 6px 14px 5px 5px;
    width: 360px;
}
#where2send a {
    color:#a48100;
}

#li_text_secur a{
    color:#a48100;
}
#li_text_secur{
font-size:17px;
}
#openaccount-main > img{
	margin: 60px 140px;	
}

/* Contact us page */

a.goldlink{
	color:#a48100;
}

/* withdrawal page */

#wrapper-withdrawal{
direction: rtl;
margin: 0;
}
#wrapper-withdrawal label.error{
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
margin-top: 12px;
display:block;
background-image: none;
width: 290px;
}
#wrapper-withdrawal .title-sum{
color: #888;
font-size: 16px;
font-weight: bold;
line-height: 18px;
padding: 4px 0;
margin-bottom: 15px;
}
#wrapper-withdrawal #withdrawalForm .wrapper-amount label.amount{
font-size: 15px;
margin-left: 15px;
}
#wrapper-withdrawal #withdrawalForm #btnsbmt{
background-color: #ECDF85;
font-family: 'Open Sans Hebrew',tahoma !important;
font-size: 20px;
display: block;
color: #4d4d4d;
cursor: pointer;
margin: 15px 46px 0 0;
width: 153px;
}
#wrapper-withdrawal .generalFormSuccessWithdrawal{
background: #e1ffd5;
width: 310px;
margin-bottom: 15px;
display:none;
}
#wrapper-withdrawal .generalFormSuccessWithdrawal .successText{
font-size: 13px;
font-weight: 700;
}

body.tradingplatform  > div.maincontent > div.contentcontainer > div > div > div.box {
	display:none;
}

.zoneContainer_positions .noTradingMessage .text{
	background-image:none !important;
}

/* My Account */

#spotPackageContainer_myAccount .formTitle{
	font-size:25px;
	font-weight:bold;
}
/* widthdrawal */
.withdrawalFormContainer  .ifollow{
font-size: 13px !important;
color: red !important;
}


@media screen and (max-width: 1300px)  {

#float_contact_wrapper{
    top: 50%;
}

}


/* Articles */

.post .loginPopupRegister a
{
    color: white !important;
}

.post a {
	color:#a48100 !important;
}
#post-309 div.page-list-ext-item-content {
	font-color:#424242 !important;
	font-weight:normal !important;
	font-size:17px !important;
	line-height:28px !important;
}
#post-309 .page-list-ext {
	margin:0 !important;
	padding:0 !important;
}
#post-309 h3 a {
	color:#424242 !important;
	text-decoration:none;
}
#post-309 h3 a:hover {
	text-decoration:underline;
}

/* contact us */
.contact_form .successfully_sent{
	border: none;    
	color: #398f14;    
	font-weight: bold;    
	font-size: 20px;
	}

.contact_form .fieldwrap{
	height: 80px;	
	margin-bottom: 0px;
	}
	
.contact_form .wpcf7-textarea{
		
}
	
.contact_form .contactsubject {	
	margin-bottom: 0px;
}
	
.gap_saver{	
	height: 222px;
}

.button_gap{	
	height: 197px;
}
	
.contact_form .error_check_again,
.contact_form .error_try_later{    
	font-size: 17px;    
	line-height: 28px;	
	color: #424242;
}
	
.contact_form{
		font-family: 'Open Sans Hebrew',Arial,tahoma !important;
}

.contact_form .inquiries_button_gap{
	height: 357px;
}

.contact_form #captcha_input{
	width: 145px;
	text-align: center;
}

.contact_form .divcapcha {
    height: 36px;
}

.contact_form #siimage ,
.contact_form #btn_refresh{
    height: 100%;
	vertical-align: middle;
}

.contact_form #siimage{
	width: 168px;
}

.contact_form .divcapcha {
    text-align: right;
}

.contact_form .divcapcha{
	padding-bottom: 4px;
}

.contact_form .captcha_container{
	height: 69px;	
}
#Footer .listContainer {
    color: white;
}

/* SALE TRADERS - TERMS */

.sale_treaders_terms h3,
.sale_treaders_terms h2 {
	margin:15px 0 10px 0 !important;
}


.sale_treaders_terms ul {
    margin:auto !important;
    padding:0 50px 0 0 !important;
}
.sale_treaders_terms ul li {
	list-style:circle !important;
    padding-bottom:10px !important;
}
.sale_treaders_terms ol li {
    list-style:decimal !important;
}
.sale_treaders_terms ol {
    padding-right:5px !important;
}

div.post .sale_treaders_terms {
    font-size:16px;
    line-height:23px;
}/* forgot password correction to spot error message*/.fieldError.hidden.captchaError {    margin-top: 0px !important;}