@charset "utf-8";
/* Styles for FXCM Soft Geo Redirect */

@font-face {
    font-family: 'SGR-Opensans-semibold';
    src: url('../font/openSans//OpenSans-Semibold-webfont.eot');
    src: local('☺'),
		 url('../font/openSans/OpenSans-Semibold-webfont.eot') format('embedded-opentype'),
         url('../font/openSans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/openSans/OpenSans-Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SGR-Opensans-bold';
    src: url('../font/openSans/OpenSans-Bold-webfont.eot');
    src: local('☺'),
		 url('../font/openSans/OpenSans-Bold-webfont.eot') format('embedded-opentype'),
         url('../font/openSans/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/openSans/OpenSans-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fxcm-sgr-overlay-wrap{
	width:100%;
	height:0;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	overflow:hidden;
	transition:height 0s ease .3s;
	-webkit-transition:height 0s ease .3s;
}
	.fxcm-sgr-show-prompt .fxcm-sgr-overlay-wrap{
		height:100%;
		transition:height 0s ease 0s;
		-webkit-transition:height 0s ease 0s;
	}
.fxcm-sgr-overlay-bg{
	width:100%;
	height:100%;
	background-color:#283545;
	filter:alpha(opacity=0);
	opacity:0;
	transition:opacity .2s ease .1s;
	-webkit-transition:opacity .2s ease .1s;
	zoom:1;
}
	.fxcm-sgr-show-prompt .fxcm-sgr-overlay-bg{
		filter:alpha(opacity=50);
		opacity:0.5;
		transition:opacity .2s ease 0s;
		-webkit-transition:opacity .2s ease 0s;
	}

.fxcm-sgr{
	position:absolute;
	width:520px;
	left:50%;
	top:50%;
	margin-left:-260px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	text-align:left;
	background:url('../img/fxcm_logo.gif') 20px 20px no-repeat #fff;
	opacity:0;
	transition:opacity .2s ease 0s;
	-webkit-transition:opacity .2s ease 0s;
	overflow:hidden;
}
	.fxcm-sgr.rtl{
		direction:rtl;
		text-align:right;
		background-position:right 20px top 20px;
	}
	.fxcm-sgr.sgr-fit-to-width{
		left:20px;
		right:20px;
		width:auto;
		margin-left:0;
	}
	.fxcm-sgr.sgr-fit-to-height{
		top:20px;
		bottom:20px;
	}
		.fxcm-sgr.sgr-fit-to-height:before,
		.fxcm-sgr.sgr-fit-to-height:after{
			content:'';
			position:absolute;
			left:0;
			right:0;
			height:20px;
			background-image:url('../img/sgr-gradients.png');
			background-repeat:repeat-x;
			z-index:11000;
		}
			.fxcm-sgr.sgr-fit-to-height:before{
				top:60px;
				background-position:top left;
			}
			.fxcm-sgr.sgr-fit-to-height:after{
				bottom:0;
				background-position:bottom left;
			}
	.fxcm-sgr-show-prompt .fxcm-sgr{
		opacity:1;
		transition:opacity .2s ease .1s;
		-webkit-transition:opacity .2s ease .1s;
	}
.fxcm-sgr .fxcm-sgr-frame{
	padding-top:60px;
}
	.fxcm-sgr.sgr-fit-to-height .fxcm-sgr-frame{
		position:absolute;
		top:60px;
		bottom:0;
		left:0;
		right:0;
		padding:0;
		overflow-y:scroll;
	}
.fxcm-sgr *{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	font-family:'SGR-Opensans-semibold', Arial, sans-serif;
	font-weight:normal;
}
.fxcm-sgr a{
	color:#0059B3;
}
.fxcm-sgr a{
	color:#0059B3;
}
.fxcm-sgr .fxcm-sgr-inner{
	padding:20px;
	overflow:hidden;
}
.fxcm-sgr h2{
	color:#36444e;
	font-family:'SGR-Opensans-bold', Arial, sans-serif;
	font-size:16px;
	line-height:23px;
	margin:0;
}
	.fxcm-sgr.rtl h2{
		direction:rtl;
		text-align:right;
	}
.fxcm-sgr p{
	color:#36444e;
	font-size:14px;
	line-height:23px;
	margin:15px 0;
}
	.fxcm-sgr.rtl p{
		direction:rtl;
		text-align:right;
	}
	.fxcm-sgr.rtl p.switch-ltr{
		direction:ltr;
		text-align:left;
	}
.fxcm-sgr p strong,
.fxcm-sgr p a{
	font-family:'SGR-Opensans-bold', Arial, sans-serif;
	font-weight:normal;
}
.fxcm-sgr ul{
	display:block;
	margin:10px 42px 21px;
}
.fxcm-sgr ul li{
	list-style:square;
	font-size:14px;
	line-height:25px;
}
.fxcm-sgr .fxcm-sgr-close{
	position:absolute;
	top:10px;
	right:10px;
	text-decoration:none;
	display:block;
	background-image:url('../img/sgr-ico-close.png');
	background-color:#0C51A3;
    background-position:center center;
	background-repeat:no-repeat;
    height:18px;
    width:20px;
	margin:0 0 0 6px;
}
	.fxcm-sgr.rtl .fxcm-sgr-close{
		left:10px;
		right:auto;
	}
	.fxcm-sgr .fxcm-sgr-close:hover{
		background-color:#283545;
	}
.fxcm-sgr .fxcm-sgr-actions{
	margin-top:25px;
	overflow:hidden;
	position:relative;
}
.fxcm-sgr .fxcm-sgr-actions-bdr{
	position:absolute;
	border-right:1px dotted #BDC6D1;
	width:1px;
	height:100%;
	right:120px;
	top:0;
}
	.fxcm-sgr.rtl .fxcm-sgr-actions-bdr{
		right:auto;
		left:120px;
	}
	.fxcm-sgr.sgr-fit-to-width .fxcm-sgr-actions-bdr{
		position:static;
		right:auto;
		left:auto;
		top:auto;
		border-top:1px dotted #BDC6D1;
		width:100%;
		height:0;
		margin:15px 0;
	}
.fxcm-sgr .fxcm-sgr-btn-go{
	display:block;
    position:relative;
	background-color:#0C51A3;
	border-top:1px solid #3C73D3;
	border-bottom:1px solid #000A44;
	font-family:normal 'SGR-Opensans-bold', Arial, sans-serif;
    font-size:15px;
	line-height:23px;
	color:#fff;
	text-shadow:1px 1px 0 #202D3D;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;
	margin-right:141px;
    padding:5px 54px 5px 18px;
    cursor:pointer;
	overflow:hidden;
}
	.fxcm-sgr.rtl .fxcm-sgr-btn-go{
		text-align:right;
		direction:rtl;
    	padding:5px 18px;
		margin-right:0;
		margin-left:141px;
	}
	.fxcm-sgr .fxcm-sgr-btn-go:hover{
		background-color:#283545;
		border-top: 1px solid #8C9BAC;
		border-bottom: 1px solid #02080F;
		color:#e8a70b;
		text-shadow:1px 1px 0 #02080f;
	}
	.fxcm-sgr.sgr-fit-to-width .fxcm-sgr-btn-go{
		margin-left:0;
		margin-right:0;
	}
.fxcm-sgr .fxcm-sgr-ico-arrow-lg{
	display:block;
	background-image:url('../img/sgr-ico-arrow-right-lg.png');
	background-position:0px center;
	background-repeat:no-repeat;
   	position:absolute;
	right:10px;
	top:1px;
	height:30px;
	width:26px;
    font-size:0;
}
	.fxcm-sgr.rtl .fxcm-sgr-ico-arrow-lg{
		display:none;
	}
.fxcm-sgr .fxcm-sgr-btn-deny{
	position:absolute;
	top:0;
	right:0;
    display:block;
	background-color:#283545;
    color:#fff;
    cursor:pointer;
	font-family:'SGR-Opensans-semibold', Arial, sans-serif;
    font-size:12px;
	line-height:25px;
    padding:5px 8px;
	width:84px;
    text-decoration:none;
    text-shadow:1px 1px 0 #02080F;
    text-transform:uppercase;
	text-align:center;
	margin:0;
}
	.fxcm-sgr.rtl .fxcm-sgr-btn-deny{
		right:auto;
		left:0;
	}
	.fxcm-sgr .fxcm-sgr-btn-deny:hover{
		color:#e8a70b;
	}
	.fxcm-sgr.sgr-fit-to-width .fxcm-sgr-btn-deny{
		position:static;
		top:auto;
		right:auto;
		left:auto;
		float:right;
	}
		.fxcm-sgr.sgr-fit-to-width.rtl .fxcm-sgr-btn-deny{
			float:left;
		}