/*   
Template Name: Unify - Responsive Bootstrap Template
Description: Business, Corporate, Portfolio and Blog Theme.
Version: 1.2
Author: Html Stream
Website: http://htmlstream.com/preview/unify
*/

/*Import Google Fonts*/
@import url(//fonts.googleapis.com/css?family=Monda:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800,400);

* {
 /*
	border-radius:0 !important;
  */
}

body { 
    padding:0;
	color:#333; 
    font-size:13px;
    line-height:1.6;
	background:#fff;
  font-weight:normal !important; 
	font-family:'Open Sans', sans-serif;
}

p, a, li { 
	color:#555;
	line-height:1.6; 
	/*cursor: none !important;*/
}

a,
a:focus, 
a:hover, 
a:active {
   outline:0 !important;
}
a:hover {
	color:#72c02c;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	color:#555; 
	margin-top:5px; 
	text-shadow:none; 
	text-shadow:0 0 1px #f6f6f6;
	font-weight:normal !important; 
	font-family:'Open Sans', sans-serif; 
} 
h1 i, h2 i, h3 i, h4 i, h5 i {
	margin-right:7px;
}

/*Block headline*/
.heading {
	padding:5px 20px 5px 20px;
	border-left:4px solid #27c5f2; 
}

.headline {
	display:block;
	margin:10px 0 25px 0;
	/*border-bottom:1px dotted #e4e9f0;*/
}
.headline h2,
.headline h3, 
.headline h4 {
	color:#585f69;
	margin:0 0 -2px 0;
	padding-right:10px;
	display:inline-block;
	text-shadow:0 0 1px #f6f6f6;
	border-bottom:2px solid #72c02c;
}

/*Purchase*/
.purchase {
	padding:30px 0 20px;
	box-shadow:inset 0 0 4px #eee;
	background:url(../img/breadcrumbs.png) repeat;
}
.purchase .container {
	padding:0 20px;
}
.purchase .container .span9 {
	margin-right:20px;
}
.purchase span {
	color:#666;
	display:block;
	font-size:32px;
	line-height:35px;
	margin-bottom:12px;
}
.btn-quick-reg {
	color:#fff;
	font-size:22px !important;
	cursor:pointer;
	
	font-weight:bold;
	border-radius:2px;
	background:#72c02c;
	display:inline-block;
	text-decoration:none;
	padding:12px 28px 9px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #f6a002;
  height:60px;
}
.purchase a.btn-buy {
	color:#fff;
	font-size:16px;
	cursor:pointer;
	margin-top:22px;
	font-weight:bold;
	border-radius:2px;
	background:#72c02c;
	display:inline-block;
	text-decoration:none;
	padding:12px 28px 9px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #51a00b;
}
.purchase a.btn-buy:hover {
	color:#fff;
	background:#68af28;
	text-decoration:none;
	box-shadow:0 0 5px #c0c2c1;
} 

/*Service*/
.service { 
	margin-bottom:10px;
	padding:15px 15px 10px;
}
.service:hover {
	border-radius:2px;
	box-shadow:0 0 8px #ddd;
	background:#fcfcfc;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color:#656565;
}
.service i {
	float:left;
	padding:10px;
	color:#72c02c;
	font-size:45px;  
	text-align:center;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service i.icon-cogs {
	font-size:37px;
}
.service .desc {
	width:75%;
	float:right;
}
.service .desc h4 {
	font-size:22px;
	line-height:25px;
}

.ie7 .service .circle i  {
	padding-bottom:45px !important; /*ie7*/
}

/*Blockquote*/
blockquote:hover {
	border-left-color:#72c02c; 
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.hero {
	padding:18px;
	margin:20px 0;
	color:#566c8a;
	font-size:16px;
	background:#fcfcfc;
	border-left:4px solid #94c564; 
	font-family:'Open Sans', sans-serif;
}
.hero h1, .hero p { 
	text-shadow:1px 1px 0 #fff;
}

.hero-unify p {
	font-size:13px;
	line-height:20px;
}


/* Recent Work  */
.recent-work a {
	text-align:center;
	background:#fcfcfc;
	display:inline-block;
}

.recent-work a:hover {
	text-decoration:none;
}

.recent-work a:hover strong {
	color:#555;
}

.recent-work em.overflow-hidden {
	display:block;
}

.recent-work a span {
	display:block;
	padding:10px;
	border-bottom:solid 2px #eee;
}

.recent-work a strong {
	color:#555;
	display:block;
}

.recent-work a i {
	color:#777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity:0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom:solid 2px #72c02c;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top:6px;
}
.work .details {
	padding:10px;
}
.work .caption {
	display:block;
	padding-top:5px;
	color:#585f69 !important;
	font-size:18px !important;
}
.work .caption:hover {
	cursor:pointer;
	color:#444 !important;
	text-decoration:underline;
}

/* Testimonials */
.testimonial-body {
	padding:10px;
	margin-top:5px;
	background:#fcfcfc;
	border:1px solid #f5f5f5;
}
.testimonial-author{
	padding-top:15px;
	padding-left:20px;
}
.testimonial-author .arrow {
  width:0;
  height:0;
  position:absolute;
  margin-top:-16px;
  margin-left:20px;
  border-top:15px solid #fcfcfc;
  border-bottom:15px solid transparent;
  border-right:15px solid transparent;
}

.testimonial-author .name {
	color:#585f69;
	font-weight:bold;
}

.testimonal-arrow a {
	margin:0;
	top:-22px;
	float:right;
	color:#72c02c;
	font-size:25px;
	position:relative;
	display:inline-block;
	text-decoration: none;
	padding:0 9px !important;
}
.testimonal-arrow a:hover {
	color:#fff;
	text-decoration:none;
	background:#72c02c !important;
}

/*Carousel Arrow */
.carousel-caption {
	padding:10px 15px;
}
.carousel-arrow a.carousel-control {
	font-size:40px;
	height:inherit;
}
.carousel-arrow a.left {
	left:0;
}
.carousel-arrow a.right {
	right:0;
}

/*Clients (Flexslider)*/
.clients {
	box-shadow:none !important;
	margin-bottom:0 !important;    
}
.clients li {
	float:left;
	overflow:hidden;
	margin-left:1px;
	position:relative;
	background:#fafafa;
}
.clients li:hover {
	background:#f6f6f6;
}
.clients li img.color-img {
	top:0;
	left:0;
	display:none;
	position:absolute;
}
.clients li:hover img.color-img { 
	display:block;
}
.clients li img {
    filter:gray; /* IE6-9 */
	float:none !important;
	margin:0 auto !important;
}
.clients li img:hover {
    filter:none;
}
.clients, 
.flexslider.home {
    border:0px;
    overflow:hidden;
    margin-top:10px;      
    margin-bottom:30px;      
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.flexslider { 
	margin-top:10px !important;
}
.flexslider .flex-direction-nav a {
	margin-top:-10px !important;
}

/*Pegination*/
.pagination ul {
	box-shadow:none;
}
.pagination li a {
	color:#777;
	padding:5px 15px;
	border-radius:0 !important;
}

/*Footer*/
.footer {
	margin-top:40px;
	padding:20px 10px;
	background:#585f69;
	color:#dadada;
} 
.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5 {
	text-shadow:none;
	font-weight:normal !important; 
} 
.footer p,
.footer a {
	font-size:14px;
} 
.footer p {
	color:#dadada;
} 
.footer a {
	color:#72c02c;
}
.footer a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.footer h4, 
.footer h3 {
	color:#e4e4e4;
	background:none;
	text-shadow:none;
}

/*Blog Posts*/
.footer .posts {
	padding:0 15px;
}
.footer .blog-list {
	margin:0;
	padding:0;
	color:#dadada;
	list-style:none;
}
.footer .blog-list li {
	padding:0 0;
	margin-bottom:7px; 
}
.footer .blog-list li span {
	color:#818488;
}
.footer .dl-horizontal,
.footer .dl-horizontal:hover {
	border:none !important;
	background:none !important;
}
.footer .dl-horizontal a {
	color:#dadada;
}
.footer .dl-horizontal a:hover {
	color:#a8f85f !important;
}
.footer .dl-horizontal img {
	border-color:#888 !important;
}

/*Copyright*/
.copyright {
	font-size:12px;
	padding:5px 10px;
	background:#000000;
	border-top:solid 1px #777;	
}
.copyright .span12 {
font-size:10px;
padding-top:10px;
}
.copyright .lga-logo {
padding-top:20px;
text-align:center;
}
.copyright .credits {
padding-top:20px;
padding-bottom:30px;
}

.copyright p {
	color: #FFF;
}
.copyright a {
	margin:0 5px;
	color:#72c02c;
}
.copyright a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.copyright .span8 {
	padding-top:15px;
}
.copyright .span4 {
	padding-top:10px;
}

/*Home Page "Main page" (Default)
------------------------------------*/
/*Thumbnail*/
.thumbnail-style { 
	padding:5px; 
	border-radius:2px; 
}
.thumbnail-style:hover { 
	box-shadow:0 0 8px #ddd; 
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
	margin:5px 0 0 0;
}
.thumbnail-style h3 a {
	font-size:20px;
}
.thumbnail-style h3 a:hover {
	color:#72c02c;
	text-decoration:none;
}
.thumbnail-style .thumbnail-img {
	position:relative;
}
.thumbnail-style a.btn-more {
	right:-10px;
	bottom:10px;
	color:#fff;
	padding:1px 6px;
	position:absolute;
	background:#72c02c;
	display:inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration:none;
	box-shadow:0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
	right:10px;
}

.thumbnail-kenburn img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Welcome Block*/
.servive-block .span3 {
    border-left: 4px solid #94c564;
    padding-top:20px;
	text-align:center;
	
	background:#fafafa;
  cursor:pointer;
	border-radius:2px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.rtl .servive-block .span3{
    border-left: none;
    border-right: 4px solid #94c564;
}

.servive-block-in .span3 {
padding-bottom:20px;
}
.servive-block .span3 {
margin-bottom:10px;
}

.servive-block .span3:hover {
	border-radius:2px;
	box-shadow:0 0 8px #ddd;
}
.servive-block .span3 h4 a:hover {
	color:#72c02c;
	text-decoration:none;
}

.servive-block span {
	color:#72c02c;
  font-size:17.5px;
}

.servive-block .span3:hover h4 {
	color:#72c02c;
}

.servive-block .span3 i {
color: #72c02c;
position: relative;
top: 2px;
margin-right: 7px;
font-size: 18px;
}
.servive-block-in .span3 i {
/*	color:#72c02c;*/
}
.servive-block-in .span3:hover i {
	/*color:#565656;*/
}

/*Breadcrumbs*/
.breadcrumbs {
	padding:10px 0 6px;
	box-shadow:inset 0 0 4px #eee;
	background:url(../img/breadcrumbs.png) repeat;
}
.breadcrumbs h1 {
	color:#686868;
	font-size:30px;
	text-shadow:0 1px 0 #f1efef;
}
.breadcrumbs .container {
	padding:0 15px;
}

.breadcrumb { 
	top:9px;
	padding-right:0;
	background:none;
	position:relative;
}

.breadcrumbs .divider {
padding: 0 5px;
color: #ccc;
}

.breadcrumb a {
	color:#777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color:#72c02c;
	text-decoration:none;
}

/*Home Page "Options"
------------------------------------*/
/*Accardion*/
.acc-home a.accordion-toggle { 
	color:#686868; 
	font-size:18px; 
	background:none; 
	padding:5px 15px;
	background:#fafafa;
	border-bottom:solid 1px #eee; 
	text-decoration:none !important;
}
.acc-home a.active,
.acc-home a.accordion-toggle:hover { 
	color:#92d556; 
	text-decoration:none !important;
}
.acc-home .accordion-group { 
	border:none;
	margin:0 !important; 
}
.acc-home .accordion-heading, 
.acc-home .accordion-inner { 
	border:none;
}
.acc-home .accordion-inner { 
	border:none;
	padding-top:3px;
}
.acc-home .collapse.in { 
	margin-top:-1px;
	margin-bottom:20px;
	background:#fdfdfd;
	border-bottom:solid 1px #72c02c; 
}

/*Posts*/
.posts .dl-horizontal { 
	margin-bottom:0;
	padding:3px;
	background:#fdfdfd;
	border-right:solid 2px #eee;
}
.posts .dl-horizontal:hover { 
	border-right:solid 2px #72c02c;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.posts .dl-horizontal dt { 
	width:56px; 
	float:left;
}
.posts .dl-horizontal dt img { 
	width:50px; 
	height:50px; 
	border:solid 3px #eee;
}
.posts .dl-horizontal dd { 
	margin-left:66px;
}
.posts .dl-horizontal dd p { 
	margin:0;
}
.posts .dl-horizontal a {
	font-size:15px;
	line-height:14px !important; 
}
.posts .dl-horizontal a:hover { 
	color:#72c02c; 
	text-decoration:none;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color:#72c02c;
	border-color:#72c02c !important;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

/*Home Page "Options"
------------------------------------*/
/*Slider*/
.slider-inner .da-slider {
	box-shadow:none;
	border-bottom:2px solid #ddd;
}

/*Carousel*/
.carousel-control { 
	color:#fff; 
	border:none; 
	margin-top:0;
	border-radius:2px; 
}
.carousel-control:hover { 
	opacity:1;
	color:#72c02c; 
}

/*Tabs*/
.nav-tabs { 
	background:none !important;
}
.nav-tabs a { 
	font-size:14px;
	padding:5px 15px !important; 
}
.nav-tabs li.active a, 
.nav-tabs li.active a:hover,
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus { 
	color:#fff;
	border:none; 
	background:#72c02c; 
}
.nav-tabs > li > a { 
	border:none;
	border-radius:0; 
}
.nav-tabs > li > a:hover { 
	color:#fff; 
	background:#72c02c; 
}
.tab-content { 
	padding:7px 10px;
	border-top:solid 2px #72c02c; 
}

/*Home Page "Options"
------------------------------------*/
/*Right Sidebar*/
.who li { 
	margin-bottom:6px;
}
.who li i { 
	color:#72c02c; 
	position:relative; 
	top:2px; 
	margin-right:7px; 
	font-size:18px;
}
.who li:hover i, 
.who li:hover a { 
	color:#777;
}
.who li:hover a:hover {
	text-decoration:none;
}

/*Home Page "Options"
------------------------------------*/
/*Service Blocks*/
.service-alternative .service:hover { 
	background:#76ca2c;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color:#fff;
}

/*About Page
------------------------------------*/
.team ul { 
	text-align:right;
}
.team ul li {
	padding:0 !important;
	margin:0 !important;
}
.team ul li a,
.team ul li a:hover {
	text-decoration:none;
}
.team ul li i {
	color:#aaa;
	font-size:20px;
	padding:4px;
	background:#f7f7f7;
}
.team ul li i.icon-facebook {
	padding:4px 10px;
}
.team ul li i:hover {
	color:#fff;
	background:#72c02c;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.team .thumbnail-style {
	padding:12px;
}
.team .thumbnail-style small {
	display:block; 
	font-size:12px;
}
.team .thumbnail-style h3 {
	margin-bottom:10px;
}
.team .thumbnail-style:hover h3 a {
	color:#72c02c !important;
}

/*Icons Page
------------------------------------*/
.icon-page li { 
	color:#555; 
	margin:5px 0;
	font-size:14px; 
	font-family:Arial; 
}
.icon-page li i { 
	font-size:14px; 
	margin-right:5px;
}
.icon-page li:hover { 
	color:#72c02c;
}

/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.pricing {
	position:relative;
	border-radius:3px;
	margin-bottom:15px;
	box-shadow:0 0 5px #eee;
}
.pricing:hover {
	box-shadow:0 0 15px #b5b5b5;
}
.pricing:hover h4 {
	color:#55c931;
}
.pricing-head {
	text-align:center;
}
.pricing-head h3,
.pricing-head h4 {
	margin:0;
	line-height:normal;
	font-weight:bold !important;
}
.pricing-head h3 span, 
.pricing-head h4 span {
	display:block;
	margin-top:5px;
	font-size:12px;
	font-style:italic;
}
.pricing-head h3 {
	color:#fafafa;
	padding:12px 0;
	font-size:35px;
	font-family:Arial;
	background:#55c931;
	border-radius:3px 3px 0 0;
	text-shadow:0 1px 0 #32a20f;
	border-bottom:solid 1px #41b91c;
}
.pricing-head h4 {
	color:#bac39f;
	padding:5px 0;
	font-size:70px;
	font-family:Arial;
	background:#fbfef2;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-head h4 i {
	top:-8px;
	font-size:28px;
	font-style:normal;
	position:relative;
}
.pricing-head h4 span {
	top:-10px;
	font-size:28px;
	font-style:normal;
	position:relative;
}
	
/*Pricing Content*/
.pricing-content li {
	color:#888;
	font-size:12px;
	padding:7px 15px;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-content li i {
	top:2px;
	color:#72c02c;
	font-size:16px;
	margin-right:5px;
	position:relative;
}

/*Pricing Footer*/
.pricing-footer {
	color:#777;
	font-size:11px;
	line-height:17px;
	text-align:center;
	padding:0 20px 19px;
	border-radius:0 0 3px 3px;
}
.pricing-footer a,
.pricing-footer button {
	color:#fff;
	border:none;
	margin-top:5px;
	font-size:16px;
	padding:6px 15px;
	text-align:center;
	border-radius:2px;
	background:#55c931;
	display:inline-block;
	text-transform:uppercase;
	text-shadow:0 1px 0 #38b312;
	border-bottom:solid 2px #41b91c;
}
.pricing-footer a:hover,
.pricing-footer button:hover {
	cursor:pointer;
	background:#40ba1a;
	text-decoration:none;
	box-shadow:0 0 3px #999;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
	z-index:9;
	margin-top:-15px;
	box-shadow:0 0 15px #b5b5b5;
}
.price-active h4 {
	color:#55c931;
}

.no-space-pricing .pricing:hover {
	-webkit-transition:box-shadow 0.3s ease-in-out;
	-moz-transition:box-shadow 0.3s ease-in-out;
	-o-transition:box-shadow 0.3s ease-in-out;
	transition:box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
	color:#55c931;
	padding:15px 0;
	font-size:80px;
	-webkit-transition:color 0.5s ease-in-out;
	-moz-transition:color 0.5s ease-in-out;
	-o-transition:color 0.5s ease-in-out;
	transition:color 0.5s ease-in-out;
}

/*Gallery Page
------------------------------------*/
.gallery .thumbnail,
.gallery .thumbnail:hover {
	padding:0;
	border:none;
	box-shadow:none;
}
.gallery .thumbnails {
	margin-bottom:6px;
}

/*Registration and Login Page
------------------------------------*/
.quick-reg  {
	overflow:hidden;
	margin:0px auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
  padding:0px 10px 10px;
}

.reg-page,
.login-page  {
	overflow:hidden;
	margin:0 auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
}

/*Registration*/
.reg-page {
/*
	min-width:50%;
	max-width:50%;
  */
  max-width: 600px;
	padding:30px 50px 30px;
}
.reg-page h3 {
	margin-bottom:25px;
}

/*Login*/
.login-page {
/*
	min-width:25%;
	max-width:25%;
  */
  max-width: 400px;
	padding:35px 30px 30px;
}
.login-page h3 {
	margin:0 0 25px 0;
}
.login-page input.login-inputs {
	width:86%;
}
.login-page .checkbox {
	margin-top:7px;
}
.login-page .checkbox input {
	margin-right:6px !important;
}
.login-page button {
	margin:0 0 5px 0;
}

/*Login Page v1.1*/
.log-page {
	max-width: 310px;
	padding: 20px;
	margin: 0 auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
}

/*404 Page
------------------------------------*/
.page-404 p {
	top:70px;
	color:#777;
	font-size:300px;
	line-height:180px;
	text-align:center;
	position:relative;
}
.page-404 p i {
	font-style:normal;
	text-shadow:0 0 3px;
}
.page-404 p span {
	display:block;
	font-size:32px;
	position:relative;
}

/*Clients Page
------------------------------------*/
.clients-page { 
	overflow:hidden;
}
.clients-page p { 
	overflow:auto;
}
.clients-page p a { 
	overflow:auto;
	text-decoration:underline;
}
.clients-page a.img-hover {
	display:block;
	position:relative;
}
.clients-page img { 
	float:left;
	margin-right:20px;
	background:#fafafa;
	border:solid 1px #eee;
	width:120px;
	height:120px;
}
.clients-page img.img-colorful {
	display:none;
}
.clients-page a:hover img.img-colorful,
.clients-page:hover img.img-colorful {
	top:0; 
	left:0;
	display:block;
	position:absolute;
}

/*Privacy Page
------------------------------------*/
.privacy {}
.privacy a {
	text-decoration:underline;
}
.privacy a:hover {
	color:#72c02c;
	text-decoration:none;
}

/*Portfolio Page
------------------------------------*/
.portfolio-columns .span3 {
	margin-bottom:1.8%;
}
.portfolio-columns .span4 {
	margin-bottom:2.3%;
}
.portfolio-columns .span6 {
	margin-bottom:2.2%;
}

/*Portfolio Item Page
------------------------------------*/
.portfolio-item h3 { 
	margin-top:0;
}
.portfolio-item li {
	padding:3px 0;
} 
.portfolio-item p a {
	text-decoration:underline;
}
.portfolio-item p a:hover {
	text-decoration:none;
}

/*Blog Page
------------------------------------*/
.blog-page ul,
.blog-page li {
	margin:0 !important;
	padding:0 !important;
}
.blog h3, .blog h2 {
	color:#72c02c;
}
.blog ul {
	color:#555;
	font-size:12px;
}
.blog li {
	margin-right:7px !important;
}
.blog li i {
	color:#666;
}
.blog li a:hover {
	color:#72c02c;
	text-decoration:none;
}
.blog ul.blog-info {
	border-top:solid 1px #eee;
}
.blog .blog-img { 
	margin:10px 0;
}

/*Blog Tags*/
ul.blog-tags a {
	font-size:13px;
	padding:2px 5px;
	background:#f7f7f7;
	margin:0 2px 5px 0;
	display:inline-block;
	text-shadow:0 1px 0 #fff;
}

.blog-tags .active {
	color:#72c02c;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color:#72c02c;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
ul.blog-tags a i {
	color:#777;
}
.blog ul.blog-tags {
	border-bottom:solid 1px #eee;
	padding-bottom:4px !important;
}
.blog ul.blog-tags a {
	font-size:10px;
	display:inline;
	padding:2px 3px;
	margin-right:2px;
	background:#f4f4f4;
}

/*Blog Ads*/
.blog-ads li {
	display:inline;
}
.blog-ads li img {
	opacity:0.6;
	width:60px;
	height:60px;
	margin:0 2px 8px;
}
.blog-ads li img:hover {
	opacity:1;
	box-shadow:0 0 0 4px #72c02c;
}

/*Blog Latest Tweets*/
.blog-twitter p {
}
.blog-twitter p span {
	color:#777;
	display:block;
	font-size:11px; 
}
.blog-twitter p a {
	color:#72c02c;
	text-decoration:none;
}
.blog-twitter p a:hover {
	text-decoration:underline;
}

/*Blog Item Page
------------------------------------*/
.blog-item .media img {
	top:3px;
	width:54px;
	height:54px;
	position:relative;
}
.blog-item h4.media-heading {
	position:relative;
}
.blog-item h4.media-heading span {
	top:3px; 
	right:0;
	color:#777;
	font-size:12px;
	position:absolute;
}
.blog-item h4.media-heading span a {
	color:#72c02c;
}

/*Contact Page
------------------------------------*/
.map {
	width:100%; 
	height:350px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 25px;
}

/*Coming Soon Page
------------------------------------*/
.coming-soon-page {
	background: #585f69;
}

.coming-soon-border {
	border-top: solid 3px #72c02c;
}

.coming-soon-logo  {
	margin-top: 10px;
	padding-top: 15px;
	border-top: solid 1px #4c5159;
}

.coming-soon-logo a {
	display: block;
	text-align: center;
}

.coming-soon,
.coming-soon-plugin {
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}  

.coming-soon-plugin {
	min-height: 260px;
}

.coming-soon h1,
.coming-soon p {
	color: #fff;
}

.coming-soon h1 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	text-shadow: none;
}

.coming-soon p {
	font-size: 16px;
	line-height: 22px;
}

.coming-soon input {
	box-shadow: none;	
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
}

.coming-soon-copyright {
	padding: 5px 0;
}

.coming-soon-copyright p {
	color: #fff;
	text-align: right;
}

/*One Page
------------------------------------*/
.one-page {
	padding-left: 0;
	padding-right: 0;
}

.one-page h1,
.one-page h2 {
	color: #fff;
	font-size: 30px;
	text-shadow: none;
	margin-bottom: 20px;
}

.one-page p {
	color: #fff;
}

.one-page .one-default p,
.one-page .one-default h1,
.one-page .one-default h2,
.one-page .one-grey p,
.one-page .one-grey h1,
.one-page .one-grey h2 {
	color: #555;
}

.one-page .one-page-inner {
	padding: 30px 20px;
	min-height: 300px;
}

.one-page .one-page-btn {
	font-size: 20px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;  
	margin-bottom: 15px;
}

.one-page .btn-u {
	margin-bottom: 15px;	
}

.one-page .one-default {
	background: #fff;
}
.one-page .one-grey {
	background: #fafafa;
}
.one-page .one-blue {
	background: #3498db;
}
.one-page .one-red {
	background: #e74c3c;
}
.one-page .one-orange {
	background: #e67e22;
}
.one-page .one-green {
	background: #2ecc71;
}

/*Search Page
------------------------------------*/
.search-page h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.booking-blocks {
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #fafafa;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.booking-blocks:hover {
	border-radius:2px;
	background: #fafafa;
	box-shadow:0 0 8px #ddd;
}

.booking-blocks p a {
	color: #72c02c;
}

.booking-blocks .booking-img {
  width: 140px;
  margin-right: 10px;
}

.booking-blocks .booking-img li {
  color: #777;
}

.booking-blocks .booking-img li i {
  color: #78ccf8;
  font-size: 12px;
  margin-right: 5px;
}

.booking-blocks .booking-img img {
  float: left;
  width: 140px;
  height: auto;
  margin: 5px 10px 10px 0;
}

.booking-blocks h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.booking-blocks ul.inline li {
  padding: 0;
}

.booking-blocks ul.inline li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.booking-blocks ul.inline li i:hover {
  color: #f8be2c;
}

/*Others (Global classes)
------------------------------------*/
.color-red { color:#c00;}
.color-green { color:#72c02c;}
.color-blue { color:#3498db;}

.pull-lft { text-align:left;}
.pull-rgt { text-align:right;}

.rgt-img-margin { margin:4px 0 5px 8px;}
.lft-img-margin { margin:5px 20px 5px 0;}

.overflow-hidden { overflow:hidden;}
.padding-left-5 { padding-left:5px;}
.img-width-200 { width:200px;}

/*Image Border*/
.img-border {
	border:solid 3px #fff;
}

/*Background light-style*/
.bg-light { 
	padding:10px 15px; 
	border-radius:3px;
	margin-bottom:10px; 
	background:#fcfcfc; 
}
.bg-light:hover { 
	padding:9px 14px;
	border:solid 1px #e5e5e5;
}

/*Link read-more*/
a.read-more {
	font-weight:bold;
	text-decoration:none;
}
a.read-more:hover { 
	color:#72c02c; 
	text-decoration:none;
}

/*Link color-green-style*/
.linked:hover {
	color:#72c02c;
	text-decoration:none;
}

/*CSS3 Hover Effects*/
.hover-effect {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.hover-effect-kenburn {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
	-webkit-transform: scale(2) rotate(5deg);
	-moz-transform: scale(2) rotate(5deg);
	-o-transform: scale(2) rotate(5deg);
	-ms-transform: scale(2) rotate(5deg);
	transform: scale(2) rotate(5deg);
}

/*Spaces*/
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-40, 
.margin-bottom-50, 
.margin-bottom-60 { 
	clear:both;
}   
.margin-bottom-5 {
	margin-bottom:5px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}

.top-2 {
	top:2px;
}

/*Button Style*/
.btn {
	box-shadow: none;
}

.btn-u {
	border:0;
	font-size:14px;
	cursor:pointer;
	padding:5px 13px;
	position:relative;
	background:#72c02c;
	display:inline-block;
	color:#fff !important;
	text-decoration:none !important;
}
.btn-u:hover {
	color:#fff;
	background:#5fb611;
	text-decoration:none;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.btn-u-small {
	padding:3px 12px;
}
.btn-u-large {
	font-size:18px;
	padding:10px 25px;
}
a.btn-u {
	padding:4px 13px;
	vertical-align:middle;
}
a.btn-u-small {
	padding:2px 12px;
}
a.btn-u-large {
	font-size:18px;
	padding:6px 25px;
}

/*Buttons Color*/
.btn-u-blue {
	background: #3498db !important;
}
.btn-u-blue:hover {
	background: #2980b9 !important;
}

.btn-u-red {
	background: #e74c3c !important;
}
.btn-u-red:hover {
	background: #c0392b !important;
}

.btn-u-orange {
	background: #e67e22 !important;
}
.btn-u-orange:hover {
	background: #d35400 !important;
}

.btn-u-sea {
	background: #1abc9c !important;
}
.btn-u-sea:hover {
	background: #16a085 !important;
}

.btn-u-green {
	background: #2ecc71 !important;
}
.btn-u-green:hover {
	background: #27ae60 !important;
}

.btn-u-yellow {
	background: #F1C40F !important;
}
.btn-u-yellow:hover {
	background: #F39C12 !important;
}

/*Social Icons*/
.social-icons {
	float: right;
	margin: 9px 0 0;
} 

.rtl .social-icons {
	float: left;
}
.social-icons li {
	float:right;
	display:inline;
	list-style:none;
	margin-left:5px;
	margin-bottom:0;
	text-indent:-9999px;
}

.rtl .social-icons li{
    float:right;
}

.social-icons li a, a.social-icon {
	width:28px;
	height:28px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
	background-position:0 -38px;
}

.social_amazon {background: url(../img/icons/social/amazon.png) no-repeat;}
.social_behance {background: url(../img/icons/social/behance.png) no-repeat;}
.social_blogger {background: url(../img/icons/social/blogger.png) no-repeat;}
.social_deviantart {background: url(../img/icons/social/deviantart.png) no-repeat;}
.social_dribbble {background: url(../img/icons/social/dribbble.png) no-repeat;}
.social_dropbox {background: url(../img/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(../img/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(../img/icons/social/facebook.png) no-repeat;}
.social_forrst {background: url(../img/icons/social/forrst.png) no-repeat;}
.social_github {background: url(../img/icons/social/github.png) no-repeat;}
.social_googleplus {background: url(../img/icons/social/googleplus.png) no-repeat;}
.social_jolicloud {background: url(../img/icons/social/jolicloud.png) no-repeat;}
.social_last-fm {background: url(../img/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(../img/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(../img/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(../img/icons/social/pintrest.png) no-repeat;}
.social_rss {background: url(../img/icons/social/rss.png) no-repeat;}
.social_skype {background: url(../img/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(../img/icons/social/spotify.png) no-repeat;}
.social_stumbleupon {background: url(../img/icons/social/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(../img/icons/social/tumblr.png) no-repeat;}
.social_twitter {background: url(../img/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(../img/icons/social/vimeo.png) no-repeat;}
.social_wordpress {background: url(../img/icons/social/wordpress.png) no-repeat;}
.social_xing {background: url(../img/icons/social/xing.png) no-repeat;}
.social_yahoo {background: url(../img/icons/social/yahoo.png) no-repeat;}
.social_youtube {background: url(../img/icons/social/youtube.png) no-repeat;}

/*Glyphicons*/
.glyphicons-demo {
    text-align: ;
}

.glyphicons-demo .glyphicons {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    margin-right: 20px;
    text-align: left;
    width: 150px;
}

.glyphicons-demo .glyphicons i:before {
    color: #666666;
    line-height: 55px !important;
}

.glyphicons-demo a:hover {
	color: #72c02c;
	text-decoration: none;
}

/*Style Switcher*/
i.style-switcher-btn {
  display:none !important;
	right: 0;
	top: 37px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	z-index: 55555;
	position: fixed;
	padding: 7px 9px;
	background: #585f69;
}

i.style-switcher-btn:hover {
	background:#707985;
}

i.style-switcher-btn-option {
	top: 38px;
	background: #9097a0;
}

i.style-switcher-btn-option:hover {
	background: #707985;
}

.style-switcher {
	right: 0;
	top: 37px;
	display: none;
	z-index: 555555;
	position: fixed;
	background: #585f69;
	padding: 15px 15px 15px 20px;
}

.style-switcher-inner {
	background: #9097a0;
}

.style-switcher .theme-close {
	top: 10px;
	right: 6px;
	position: absolute;
}

.style-switcher .theme-close i {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 7px;
	background: #464e5b;
}

.style-switcher .theme-close i:hover {
	color: #464e5b;
	background: #fff;
 }

.style-switcher .theme-heading {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.style-switcher ul {
	margin-bottom: 0;
}

.style-switcher li {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #c00;
	margin-right: 5px;
	display: inline-block;
	border: solid 1px #70747a; 
}

.style-switcher li:hover,
.style-switcher li.theme-active {
	margin-right: 3px;
	border: solid 2px #fff;
}

.style-switcher li.theme-default {
	background: #72c02c;
}
.style-switcher li.theme-blue {
	background: #3498db;
}
.style-switcher li.theme-orange {
	background: #e67e22;
}
.style-switcher li.theme-red {
	background: #e74c3c;
}
.style-switcher li.theme-light {
	background: #ecf0f1;
}

/*Revolution Slider*/
.bg-black-opacity {
	background: url(../img/sliders/revolution/bg-text.png) repeat;
	padding: 7px;
	text-shadow: none !important;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;


  
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  color:#687074; 
  border-bottom:solid 1px #eee;
  
  
  
 
}
.bs-docs-sidenav > li:first-child > a {
  	border-top:solid 2px #72c02c;
}
.bs-docs-sidenav > li:last-child > a { 
	border-bottom:solid 2px #687074; 
}
.bs-docs-sidenav > .active > a {
	color:#ffffff !important;
  	background:#72c02c !important;
	filter:none !important;
}
/* Chevrons */
.bs-docs-sidenav [class^="icon-chevron"] {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

.rtl .bs-docs-sidenav [class^="icon-chevron"]{
    float: left;
  -webkit-transform: rotate(180deg);  /* Chrome, Safari 3.1+               */
     -moz-transform: rotate(180deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(180deg);  /* IE 9 */
       -o-transform: rotate(180deg);  /* Opera 10.50-12.00 */
          transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}

.bs-docs-sidenav > li > a:hover {
    color:#ffffff;
  background:#687074 !important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
	filter:none !important;
}
.bs-docs-sidenav a:hover [class^="icon-chevron"] {
  opacity: .5;
}
.bs-docs-sidenav .active [class^="icon-chevron"],
.bs-docs-sidenav .active a:hover [class^="icon-chevron"] {
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}




/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {


  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }


}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
 
  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

}

.trading-academy li, #collapse_the-binary-basics ol>li{
	margin-top:5px;  
	text-shadow:0 0 1px #f6f6f6;
	font-weight:normal !important; 
	font-family:'Open Sans', sans-serif;
  
   
	color:#72c02c;
	
	
  font-size:18px;
	
	

}

#collapse_the-binary-basics ol>li p{
    font-size: 13px;
}
.trading-academy p {
font-size:13px;
}

#mask {
  display:none;
	position: fixed;
	background: #fff url(../img/loader.gif) 50% 40% no-repeat;
	opacity: .8;
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	z-index: 99999;
}


.wizard-steps {
list-style:none;
display:table;
width:100%;
position:relative;
margin:0;
padding:0;
padding-bottom:20px;
}

.wizard-steps li {
display:table-cell;
text-align:center;
width:1%;
}

.wizard-steps li .step {
border:5px solid #ced1d6;
color:#546474;
font-size:15px;
border-radius:100%;
background-color:#FFF;
position:relative;
z-index:2;
display:inline-block;
width:40px;
height:40px;
line-height:30px;
text-align:center;
}

.wizard-steps li:before {
display:block;
content:"";
width:100%;
height:1px;
font-size:0;
overflow:hidden;
border-top:4px solid #ced1d6;
position:relative;
top:21px;
z-index:1;
}

.wizard-steps * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}



.wizard-steps li:last-child:before {
max-width:50%;
width:50%;
}

.wizard-steps li:first-child:before {
max-width:51%;
left:50%;
}

.rtl .wizard-steps li:first-child:before{
    max-width:51%;
    right:50%;
}

.wizard-steps li.active:before,.wizard-steps li.complete:before,.wizard-steps li.active .step,.wizard-steps li.complete .step {
border-color:#72c02c;
}

.wizard-steps li.complete .step {
cursor:default;
color:#FFF;
-webkit-transition:transform ease .1s;
transition:transform ease .1s;
}

.wizard-steps li.complete .step:before {
display:block;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
line-height:30px;
text-align:center;
border-radius:100%;
content:"\f00c";
background-color:#FFF;
z-index:3;
font-family:FontAwesome;
font-size:17px;
color:#f1a634;
}

.wizard-steps li.complete:hover .step {
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1);
/* border-color:#ced1d6; */
}

.wizard-steps li.complete:hover:before {
/* border-color:#ced1d6; */
}

.wizard-steps li .title {
display:block;
margin-top:4px;
max-width:100%;
color:#949ea7;
font-size:14px;
z-index:104;
text-align:center;
table-layout:fixed;
word-wrap:break-word;
}

.wizard-steps li.complete .title,.wizard-steps li.active .title {
color:#2b3d53;
}

.form-required {
padding-left: 10px;
}

.table-hover {
font-size:16px;
}
.table-hover th{
color: #72c02c;
font-weight:normal;
font-size:14px;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fafafa;
}

#no-positions a{
	color:#72c02c;
	text-decoration:none;
}

#no-positions {
display:none;
}

#positions {
display:none;
}


.table-row-open, .table-row-pending {
border-left: solid 8px  #faf2c7;
border-bottom: solid 4px #faf2c7;
white-space:nowrap;
}

.table-row-won, .table-row-approved {
border-left: solid 8px #e1f0d6;
border-bottom: solid 4px #e1f0d6;
white-space:nowrap;
}


.table-row-lost {
border-left: solid 8px  #c6e2f4;
border-bottom: solid 4px #c6e2f4;
white-space:nowrap;
}

.table-row-tie {
border-left: solid 8px  #e3e3e3;
border-bottom: solid 4px #e3e3e3;
white-space:nowrap;
}

.table-row-sold {
border-left: solid 8px  #e8bbed;
border-bottom: solid 4px #e8bbed;
white-space:nowrap;
}


.table-row-canceled {
border-left: solid 8px  #f1dede;
border-bottom: solid 4px #f1dede;
white-space:nowrap;
}



#trading_activity_filter label, #trading_onetouch_filter label, #deposits_withdrawals_filter label {
padding-left: 15px;
}

#trading_activity, #trading_onetouch, #deposits_withdrawals, #trading_ladder {
min-height:400px;
}

.tableLoading {
display:none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;


	
	background: #fff url(../img/loader.gif) 50% 40% no-repeat;
	opacity: .8;
	filter: alpha(opacity=80);
	
	z-index: 99999;
}

.form-no-space input[class*="span"],
.form-no-space select[class*="span"],
.form-no-space textarea[class*="span"] {
  display: block !important;
}


.accountSettings {
overflow: hidden;
margin: 0 auto;
background-color: #fff;

max-width: 600px;

}

.bonusPackages {
	display: none;
}

.additional {
    text-align:center;
    /*margin: 48px 0 0 100px;*/
    margin-left: 100px;
}

.additional h3 {
    display: inline-block;
    margin-bottom:5px;
    border-bottom: 2px solid #72c02c;
}

#creditCardForm ul.nav-tabs {
    padding-left: 10px;
}

#infoForm {
    padding:4px 0;
}

.accountSettings .accordion-inner {
padding-top:10px;
}

.accountSettings .row-fluid .input-prepend {
    margin-left: 2px;
}

.accountSettings .altpay {
    margin: 20px 0;
    font-size: 14px;
}

.accordion-icons {
width:22px !important;
display:inline-block !important;
}

.carousel3d {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
}

.carousel3d figure.carousel-spinner {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-height: 122px;

    -webkit-transform-origin: 50% 50%   -200px;
    -moz-transform-origin: 50% 50%      -200px;
    -ms-transform-origin: 50% 50%       -200px;
    -o-transform-origin: 50% 50%        -200px;
    transform-origin: 50% 50%           -200px;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

figure.carousel-spinner img {
    width: 90%;
    position: absolute;
    left: 5%;
    -webkit-transform-origin: 50% 50%   -200px;
    -moz-transform-origin: 50% 50%      -200px;
    -ms-transform-origin: 50% 50%       -200px;
    -o-transform-origin: 50% 50%        -200px;
    transform-origin: 50% 50%           -200px;

    outline: 1px solid transparent;
}

.carousel-left, .carousel-right{
    cursor: pointer;
    color: #72c02c;
    font-size: 20px;
}


figure.carousel-spinner img:nth-child(1) { -webkit-transform: rotateY(0deg);    transform: rotateY(0deg);    }
figure.carousel-spinner img:nth-child(2) { -webkit-transform: rotateY(-40deg);  transform: rotateY(-40deg); }
figure.carousel-spinner img:nth-child(3) { -webkit-transform: rotateY(-80deg);  transform: rotateY(-80deg); }
figure.carousel-spinner img:nth-child(4) { -webkit-transform: rotateY(-120deg); transform: rotateY(-120deg); }
figure.carousel-spinner img:nth-child(5) { -webkit-transform: rotateY(-160deg); transform: rotateY(-160deg); }
figure.carousel-spinner img:nth-child(6) { -webkit-transform: rotateY(-200deg); transform: rotateY(-200deg); }
figure.carousel-spinner img:nth-child(7) { -webkit-transform: rotateY(-280deg); transform: rotateY(-240deg); }
figure.carousel-spinner img:nth-child(8) { -webkit-transform: rotateY(-320deg); transform: rotateY(-280deg); }
figure.carousel-spinner img:nth-child(9) { -webkit-transform: rotateY(-360deg); transform: rotateY(-320deg); }


.fixed300{ width: 280px; padding: 10px; float: left; }
.fixed600{ width: 630px; padding: 10px; float: left; }

.borderBig {
    border: 18px solid #eee;
}

.rtl .fixed300, .rtl .fixed600{
    float: right;
}


.package-box {

margin: 5px;
background-color: #fafafa;
border: solid 1px #eee;
box-shadow: 0 0 7px #eee;
cursor:pointer;

}



.packages-head h3 {
  color:#72c02c;
	padding:5px;
	font-size:13px;
	font-family:Arial;
  
  background:#F1F1F1 !important; 
	text-shadow:0 1px 0 #FFFFFF !important;
	border-bottom:solid 1px #E7E7E7 !important;
	border-radius:3px 3px 0 0;
  /*
  text-shadow:0 1px 0 #838281 !important;
  background:#C2C1BF !important;
  border-bottom:solid 1px #BBB8B2 !important;
  color:#fafafa;
  background:#f6b759;
	text-shadow:0 1px 0 #C9772B;
	border-bottom:solid 1px #B9801C;
  */
  height:35px;
  margin:0;
	line-height:normal;
	font-weight:bold !important;
  
}



.package-selected h3{
  	font-size:16px;
	font-family:Arial;
  margin:0;
	line-height:normal;
	font-weight:bold !important;
  
}
.package-selected {
  height:45px;
}


.packages-head-name {
float:left;



}
.packages-head-bonus {
float:right;
text-align:right;



}
.packages-head-name span{
display:block;
font-size:14px;
font-weight:normal;
}
.packages-head-bonus span{
display:block;
font-size:14px;
font-weight:normal;
}

.packages-content{
margin:0;
 
}
.packages-content li {
	/*color:#888;*/
  color:#505050;
	font-size:11px;
	padding:2px 12px;
	border-bottom:solid 1px #f5f9e7;
}
.packages-content li i {
	top:2px;
	color:#ACB1A8;
	font-size:14px;
	margin-right:5px;
	position:relative;
}

.rtl .packages-content li i {
    margin-right: 0;
    margin-left: 5px;
}

.package-active {

box-shadow: 0 0 15px #C4C4C4 !important;

margin-left:3px !important;
margin-right:3px !important;

cursor:default !important;

}

.package-active h3{

  color:#fafafa;
  background:#72c02c !important;
	text-shadow:0 1px 0 #32a20f !important;
	border-bottom:solid 1px #3A7C26 !important;
  
}
.package-active li {
font-size:13px;

}
.package-active li i {
	
	color:#72c02c;
  
	
  
}


.packages-footer {
 padding: 5px;
 padding-left:33px;
 font-size:12px;
 font-weight:normal !important ;
}
	
.lpEmtStarRating, .lpPoweredByDiv {
display:none !important;
}


@media (max-width: 768px) {
  .helpSideTab {
    display:none !important;
  }
  i.style-switcher-btn {
    display:block !important;
  }
}

/* Desktop
------------------------- */
@media (max-width: 1600px) {

  .helpSideTab.letstalk {
  display:none !important;
  }


}

/* Desktop
------------------------- */
@media (min-width: 1600px) {
  .helpSideTab.letstalk img {
    /*width: 70%;*/
  }
}

.helpSideTab {
  
  text-align:center;
	
	top: 35%;
  margin-top:-139px;
  /*
	color: #000000;
  */
  color:#ffffff;
	font-size: 14px;
  
	
	z-index: 1000;
	position: fixed; 
  
  right: 0px;
	
	
  width:112px;
  
  
}


.helpSideTab.letstalk {
left: 12px;
cursor: pointer;
width: 285px;
text-align: left;
bottom: 25px;
top: auto;
}
 

.liveChatBtn, .callMeBtn {
 background: url(../img/sidew3.png) no-repeat;
 cursor: pointer;
 width:112px;
 height:139px;
 padding-left:7px;
 /*margin-left: 115px;*/
}

.teamViewerBtn {
	background: url(../img/teamViewerBtn.png) no-repeat;
	cursor: pointer;
	width:112px;
	height:139px;
	padding-left: 7px;
	margin: 0 0 0 1px;
	background-position-y: 0%;
}

.teamViewerBtn:hover {
	 background-position-y: 101%;
}

.teamViewerBtn a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.teamViewerBtn:hover span {
	text-shadow: 0px 0px 5px rgba(251, 247, 193, 0.16);
}

.teamViewerBtn span {
	position: absolute;
	bottom: 21px;
	width: 100%;
	text-align: center;
	left: 9px;
	padding: 0 29px;
	color: #fff;
	line-height: 15px;
	box-sizing: border-box;
}

/*.teamViewerBtn img {*/
	/*height: 139px;*/
/*}*/

.lpInviteChatTbl {
position: fixed; 
  
  left: 10px;
  bottom:10px;
}

.liveChatBtn:hover, .callMeBtn:hover {
  
text-shadow: 0 0 14px #B1B1B1;
	
  
}

.helpSideTab .disabled {
color: rgb(73, 73, 73) !important;
text-shadow: 0 1px 0 #727272 !important;
cursor: default !important;
}

.helpSideTab i {
display:block;
font-size: 60px;
padding-top:25px;
padding-bottom:5px;
/*
color:#5fb611;
*/
color:#ffffff;
}



.center {
text-align:center;
}

#so_loading {
width:872px;
height:786px;
/* border-left: 4px solid #94c564; */ 
background: #fff url(../img/loader.gif) 50% 40% no-repeat;
}


ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 8px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 12px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
}
ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:30px;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    
    color:#fff;
    background:#72c02c;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}

.rtl ol > li:before{
    right: -2em;
    margin-right: 0;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.footer ul {

list-style-type: none;
padding: 0px;
margin: 0px;

}

.footer li {
border-bottom: 1px dotted #e4e9f0;
}

.footer li a {

color:#dadada;
text-decoration:none;
font-size:12.5px;
}
.social-icons li {
border-bottom: none;
}

.depositBtn {
width: 80%;
height: 50px;
margin-top: 13px;
text-transform: uppercase;
font-size: 19px;
text-shadow: 0 1px 0 #f6a002;
}

.placeholder
{
  color: #aaa !important;
}

#homevid {
/*cursor:pointer;*/
}

.vtut{
    width: 307px;
    border-radius: 5px;
    background: #ededed;
    margin: 0 50px 30px 0;
    padding: 8px;
    cursor: pointer;
}

.vtut > h2{
    width:100%;
    position: relative;
    padding: 0 19px;
    margin-left: -19px;
    font-size: 15px;
    background: #72c02c;
    color: #fff;
    line-height: 25px;
    border-radius: 2px;
}

.rtl .vtut > h2{
    margin-right: -19px;
}

.trading-academy a:nth-child(3n+4) .vtut{
    clear: left;
}

.vtut > h2:before,
.vtut > h2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

.vtut > h2:before {
    border-width: 0 10px 10px 0;
    border-right-color: #636363;
    left: 1px;
}

.vtut > h2:after {
    border-width: 0 0 10px 10px;
    border-left-color: #636363;
    right: 1px;
}

.vtut .vpreview{
    float:left;
    /*margin: 0px 0 5px;*/
    border: 2px solid #cccccc;
}

.vtut .icon-lock{
    float: right;
    font-size: 18px;
    line-height: 26px;
}

.vtut .summary{
    margin-right: 10px;
    float: right;
    width: 45%;
}
.trading-academy iframe{
    /*border: 1px solid #ccc;*/
    /*border-radius: 2px;*/
}

.playbtn {
    margin:0 auto;
    width:2em;
    height:2em;
    border-radius:50%;
    position:relative;
    border: 0.3em solid #2c2c2c;
}

.playbtn::before {
    position: absolute;
    content: "";
    top: 0.25em;
    left: 0.75em;
    width: 0em;
    height: 0em;
    border-top: 0.8em solid rgba(44, 44, 44, 0);
    border-bottom: 0.8em solid transparent;
    border-left: 0.8em solid #2C2C2C;
}

.play_border {
    position: absolute;
    left: 45%;
    top: 38%;
    margin:5px;
    border: 0.1em solid rgba(0,0,0,0.4);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 7em;
    height: 7em;
    -webkit-box-shadow: 0em 0em 0.4em 0.2em rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0em 0em 0.4em 0.2em rgba(0, 0, 0, 0.5);
    box-shadow: 0em 0em 0.4em 0.2em rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    background: rgba(114, 192, 44, 0.7);


    visibility: hidden;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    /* IE 5-7 */
    filter: alpha(opacity=0);

    /* Netscape */
    -moz-opacity: 0;

    /* Safari 1.x */
    -khtml-opacity: 0;

    /* Good browsers */
    opacity: 0;
}
.play_border:hover{
    border-color: transparent;
    -webkit-box-shadow: 0em 0em 0.4em 0.2em rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0em 0em 0.4em 0.2em rgba(0, 0, 0, 0.4);
    box-shadow: 0em 0em 0.4em 0.2em rgba(0, 0, 0, 0.4);
    background: rgba(241, 196, 15, 0.7);
}
.play_border:hover .play_button{
    /*border-left: 3em solid rgba(0, 0, 0, 1);*/
}
.play_border:active,.play_border:focus{
    -webkit-box-shadow: 0em 0em 0.4em 0.2em rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0em 0em 0.4em 0.2em rgba(0, 0, 0, 0.4);
    box-shadow: 0em 0em 0.4em 0.2em rgba(0, 0, 0, 0.4);
}
.play_button {
    position: relative;
    top: 1.6em;
    left: 2.1em;
    margin: 2px 0 0 3px;
    width: 0.7em;
    height: 3.5em;
    border-right: 0.9em solid rgba(255,255,255,0.8);
    border-left: 0.9em solid rgba(255,255,255,0.8);
    border-top: none;
    border-bottom: none
}

.paused .play_button {
    position: relative;
    top: 1.5em;
    left: 2.3em;
    width: 0;
    height: 0;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
    border-left: 3em solid rgba(255,255,255,0.8);
    border-right: none;
}

#video-container{
    position: relative;
}

#video-container.paused .play_border, #video-container:hover .play_border{

    visibility: visible;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* IE 5-7 */
    filter: alpha(opacity=100);

    /* Netscape */
    -moz-opacity: 1;

    /* Safari 1.x */
    -khtml-opacity: 1;

    /* Good browsers */
    opacity: 1;
}

#video-container.idle .play_border{
    visibility: hidden;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    /* IE 5-7 */
    filter: alpha(opacity=0);

    /* Netscape */
    -moz-opacity: 0;

    /* Safari 1.x */
    -khtml-opacity: 0;

    /* Good browsers */
    opacity: 0;
}

.floatdir{
    float:none;
}

.ltr .floatdir{
    float:left;
}

.rtl .floatdir {
    float:right;
}

.ltr .floatopp{
    float:right;
}

.rtl .floatopp{
    float:left;
}

.rtl .pull-right{
    float:left;
}

.rtl .pull-left{
    float:right;
}

.rtl .pie-chart-footer .control .key span{
 float:left;
}

.asset_info{
    display:none;
/*    max-height: 0;
    overflow: hidden;
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;*/
}

.asset_info p{
    font-size: 13px;
}
.asset_info{
    color: #000;
}

.regulated {

    width: 100%;
    background-color:#fcfcfc;
    z-index: 10000;
    border:1px solid #e9e9e9;
    color:#324b2e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.regulated .stamp img {
    display:block;
    width:100%;
    height:100%;
}
.regulated .stamp {
    max-height:206px;
    max-width: 251px;
    margin: 22px auto 100px auto;
    font-style: normal;
}
.regulated .stamp .win-btn {
	width: 202px;
	height: 48px;
	margin: 22px auto 14px auto;
}
.regulated span {
	color: #488116 !important;
	font-weight: bold;
}
.regulated .r-text {
    max-width: 80%;
    overflow: hidden;
    margin: 0 auto 22px auto;
    font-family: 'Open Sans';
    height: 200px;
}
.regulated .r-text .scroll-bar.vertical{
    background: rgb(226, 226, 226);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*.regulated .r-text .viewport {

}*/
.regulated .r-text h2 {
    margin-top:0;
    font-size: 17px;
    line-height: 18px;
    font-weight: bold !important;
}
.regulated .r-text p {
    font-family: 'Open Sans';
    color:#555555;
    font-size: 14px;
}
.regulated .r-text strong {
	font-size: 17px;
	line-height: 1.4;
}
.regulated .r-text b {
	font-size: 15px;
}
ol.countstuff > li{
    margin-top:5px;
    text-shadow:0 0 1px #f6f6f6;
    font-weight:normal !important;
    font-family:'Open Sans', sans-serif;
    color:#72c02c;
    font-size:18px;
}

ol.countstuff > li p{
    font-size: 13px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block !important;     
}

.row-fluid .leverate-rates-ticker-container .leverate-rates-animated-row{
left: 112px;
}

.row-fluid .leverate-ticker-light .sirix-ticker-logo-wrapper {
	background: none;
}

.row-fluid .leverate-ticker-light .sirix-ticker-logo-wrapper .sirix-ticker-logo {
	background: url(../img/reuters_h.png) no-repeat center center;
	width: 110px;
	background-size: 90%;
	margin: 0;
	height: 100%;
	border-right: 1px solid #ccc;
}

.row-fluid .leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item{
width:auto;
margin: 6px 25px 0;
}

h1.h1er {
	display: inline;
	margin: 0;
 font-size: 24.5px;
}

h1.h1er + h3 {
	display: inline;
	line-height: 1.1;
}

.sec_box {
	margin-top: -10px;
	box-shadow: 0 0 1px 1px #ccc;
	text-align:left;
	margin-bottom: 30px;
}
.sec_box:after {
	content: '';
	position: absolute;
	z-index:-99;
	border-radius:50%;
	bottom:-5px;
	box-shadow: 0 0 10px #000;
}

.sec_box h2 {
	padding: 5px;
	word-wrap: break-word;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
}

.sec_box ul{
padding: 5px;
}

.sec_box.deposit_trust h2 {
background: #72c02c;
color: #fff;
text-transform: uppercase;
}
.sec_box.deposit_trust .icon-ok {
	color: #72c02c;
}

.sec_box.deposit_trust ul {
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 3em;
}
.sec_box.deposit_transparency {
	text-align: left;
	padding-bottom: 10px;
}

.sec_box.deposit_transparency h2 {
	height: 60px;
	background: url(../img/grey.png) no-repeat top center;
	background-size: cover;
	color: #4e851c;
}

.sec_box.deposit_transparency  img{
		margin: 2px 5px 5px;
		max-height: 42px;
}

.sec_box.eu_reg {
text-align:center;
padding: 10px;
color: #0a5aa0;
font-size: 15px;
}

.sec_box.eu_reg img {
display: block;
margin: 0 auto 5px;
width: 25%;
}

h2 {
	font-size: 24.5px;
}

#socialconnect {
	display: none;
}


.fbsignin {
	background: url(../img/fb-sign-in.png) no-repeat;
	width: 182px;
	height: 33px;
	background-position: 0 0;
}

.fbsignin:hover {
	background-position: -182px 0;
}

.social-connect {
	cursor: pointer;
}

/*SO css fix*/

#spotPackageContainer_platform_zones input[type="text"] {
	 padding: 0;
}

#spotPackageContainer_platform_positions label {
	display:inline-block;
}


/* Live Chat Popup & Promotion */

#spotPackageContainer_platform_zones #tradingPlatform_forex .tradeBox .positionControls .platform_field {
	border:0;
}

.promotion-wrapper, .live-chat-wrapper * {
  padding:0;
  margin:0;
}

.cover-promotion, .cover-live-chat, .cover-doc-verify { 
  position:fixed; 
  left:0; 
  top:0; 
  width:100%; 
  height:100%; 
  background-color:black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;opacity:0.8;
  z-index: 1011;
}

.cover-doc-verify {
	z-index: 1001;
}

.live-chat {
  width:600px;
  height:300px;
  position: fixed;
  left:50%;
  top:50%;
  margin-left:-300px;
  margin-top:-150px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background:url(https://www.onetwotrade.com/themes/onetwotrade/assets/img/chat_popup/pattern.png) repeat 0 0 transparent;
  z-index: 1012;
}



.promotion-popup {
	height:225px;
	width:427px;
	background:url(https://env.onetwotrade.com:50525/themes/onetwotrade/assets/img/promotion/promotion_banner.jpg) no-repeat 0 0 transparent;
	position: fixed;
	left:50%;
	margin-left:-213px;
	top: -225px;
	z-index:1002;
	display: none;
}

.promotion-popup .close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	height: 22px;
	width: 20px;
	position: relative;
	z-index: 2;
}

.promotion-popup .click {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}

.live-chat .man {
 background:url(https://www.onetwotrade.com/themes/onetwotrade/assets/img/chat_popup/man.png) no-repeat 0 0 transparent;
  height:315px;
  width:265px;
  position:relative;
  top:-15px;
  float:left;
  margin:0 0 0 14px;
  
}

.live-chat>div {
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-weight: 400;
}

.live-chat .top {
  width:110px;
  float:right;
  margin-bottom:36px;
  padding:0;
}
.live-chat .top .nothanks {
  
  color:#b86d14;
  font-size: 12px;
  margin:13px 8px 0 0;
  float:left;
}
.live-chat .top .close {
 background:url(https://www.onetwotrade.com/themes/onetwotrade/assets/img/chat_popup/close.png) no-repeat 0 0 transparent;
  height:26px;
  width:26px;
  float:left;
  margin:10px 0 0 0;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;opacity:1;
}


.live-chat .middle {
  float:right;
  width:320px;
  margin-bottom: 25px;
}

.live-chat .middle h1 {
  color:#e1810f;
  font-size: 30px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-weight: bold !important;
  line-height: 31px;
  margin-bottom: 15px;
}

.live-chat .middle h3 {
  color:#444444;
  font-size: 15px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-weight: 600 !important;
  letter-spacing: -0.5;
  line-height: 20px;
}

.live-chat .bottom {
  width:320px;
  float:right;
}

.live-chat .bottom .chatnow {
  height:58px;
  width:188px;
  background:url("https://www.onetwotrade.com/themes/onetwotrade/assets/img/chat_popup/btn.png") no-repeat 0 0 transparent;
  float:right;
  margin:0 37px 0 0;
}

.showintro a {
	font-weight: bold;
	color:#72c02c;
}

/* home slider */

.home-banner {
	position: relative;
}

.cycle-slideshow {
	position:relative;
}
.cycle-pager {
	position:absolute;
	bottom:0;
	left:0;
	z-index: 1111;
	margin: 0 auto; 
	display: table; 
	text-align: center;
	width:100%;
}
.cycle-pager span {
	font-size:50px;
 	list-style:none; 
 	display: inline-block; 
 	zoom: 1; 
 	*display:inline;
 	cursor: pointer;
 	color:#484848;
 	line-height: 20px;
	height: 20px;
}
.cycle-pager span.cycle-pager-active {
	color:#DEA228;
}

.cycle-slideshow span img {
	position: absolute;
	top:0;
	left:0;
	width:100%;
}

.banner_1, .banner_2, .banner_3 {
	width:100%;
	height:455px;
}



/* Document verification popup */

.doc-verify {
  width: 600px;
  max-width: 100%;
  height: 600px;
  max-height: 100%;
  position: fixed;
  left:50%;
  top:50%;
  margin-left:-300px;
  margin-top: -243px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background:url(https://www.onetwotrade.com/themes/onetwotrade/assets/img/chat_popup/pattern.png) repeat 0 0 transparent;
  z-index:1002;
  overflow-y: auto;
}

@media (max-width: 600px) {
	.doc-verify {
		margin: 0 auto !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		height: initial !important;
	}

	.doc-verify .bottom, .doc-verify .left-bottom {
		width: 100% !important;
		position: relative !important;
		float: left !important;
	}

	.doc-verify .bottom a, .doc-verify .left-bottom a {
		margin: 10px auto !important;
		float: none !important;
		display: block !important;
	}
}

.doc-verify>div {
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.doc-verify p {
	padding-bottom:5px;
}

.doc-verify ul {
	margin-left: 17px;
	list-style-type: decimal;
}


.doc-verify .top {
  width:37px;
  float:right;
  margin-bottom:36px;
  padding:0;
}
.doc-verify .top .nothanks {
  
  color:#b86d14;
  font-size: 12px;
  margin:13px 8px 0 0;
  float:left;
}
.doc-verify .top .close {
 background:url(https://www.onetwotrade.com/themes/onetwotrade/assets/img/chat_popup/close.png) no-repeat 0 0 transparent;
  height:26px;
  width:26px;
  float:left;
  margin:10px 0 0 0;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;opacity:1;
}


.doc-verify .middle {
  margin-bottom: 25px;
  padding: 20px;
  display: block;
}

.doc-verify .middle h1 {
  color:#e1810f;
  font-size: 30px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-weight: bold !important;
  line-height: 31px;
  margin-bottom: 15px;
}

.doc-verify .middle h3 {
  color:#444444;
  font-size: 15px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-weight: 600 !important;
  letter-spacing: -0.5;
  line-height: 20px;
}

.doc-verify .bottom {
  width: 230px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.doc-verify .left-bottom {
  width: 230px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.doc-verify .left-bottom .doc-submit {
  height:58px;
  width: 300px;
  background: url("/themes/onetwotrade/assets/img/sd_btn.png") no-repeat 0 0 transparent;
  float:left;
  margin: 0 0 19px 37px;
}

.doc-verify .bottom .chatnow {
  height:58px;
  width:188px;
  background:url("https://www.onetwotrade.com/themes/onetwotrade/assets/img/chat_popup/btn.png") no-repeat 0 0 transparent;
  float:right;
  margin: 0 37px 19px 0;
}


.bonus_display{position:absolute; display: inline; font-size: 16px; margin-left: 20px;color:#697177;margin-top:10px;margin-left:20px;font-weight:bold;}
.bonus_display span{display: inline; font-size: 16px; color:#B7B7B7;}

@media (max-width: 740px) {
	.ticker-home { display:none !important; }
	.responHiddenForm { display:none !important; }
}



/* Packages */

.package { position:relative; overflow:hidden; font-family: 'Open Sans', sans-serif; margin-bottom: 10px;  /* float: left; */ /* width: 100%; */}

.package .bg, 
.package .features-list ul li    { background-repeat: no-repeat; background-position: 0 0; background-color: transparent; }
.package .bg.green      		 { background-image: url("../img/packages/green-bg.png"); width: 105px; float: left; height: 100%; position: absolute; font-size: 15px; color: white; text-align: left; padding: 12px 12px 12px 8px; line-height: 18px; text-transform: uppercase; background-repeat: repeat; background-position: center; box-sizing: border-box;}
.package .bg.gray       		 { background-image: url("../img/packages/gray-bg.png");  width: 178px; float: right; background-repeat: repeat; border: 1px solid #c5c5c5; }
.package .gray .sum 		 	 { color: #DDA127; font-weight: 800; font-size: 25px; font-family: 'Open Sans', sans-serif; height: 20px; line-height: 20px; margin-top: 9px; }
.package .gray .bonus 		 	 { font-size: 16px; margin-bottom: 2px;}
.package .bg.orange     		 { background-image: url("../img/packages/orange-bg.png"); background-repeat: repeat; }
.package .features-list 		 { float:left; width: 278px; border:1px solid #c5c5c5; border-top:0; display: -webkit-box;}
.package .features-list	ul		 { margin: 10px 25px; }
.package .features-list ul li    { background-image: url("../img/packages/li-arrow.png"); list-style:none; text-align: left; padding-left: 22px; background-position: 0px 5px; }
.package span.gold { color:#fff82c; text-shadow: 1px 1px #3f7d08; }
.package span.platinum { color:#212121; text-shadow: 1px 1px #A6A6A6; }

.package.executive .features-list { border-bottom:0; }

.package .package-footer { text-align: center; font-size: 14px; color: white; font-weight: 600; float:left; width:100%; height:24px; line-height: 24px; }

.package .package-head-wrapper { overflow: hidden; float: left; width: 100%; position: relative; }
.package .bonus .notes { font-size: 10px; line-height: 11px; float: left; width: 100%; margin-bottom: 7px; }

.package.corporate .bg.gray { display:none }
.package.corporate .bg.green { position:relative; line-height:36px; width:100%; background:url("../img/packages/orange-bg.png") repeat 0 0 transparent; text-align:center; }

.package.highlight .bg.gray  { background:url("../img/packages/orange-bg.png") repeat 0 0 transparent; color:black; }
.package.highlight .sum { color:white; }
.package.highlight .features-list { background-color:black; }
.package.highlight .features-list ul li { color:white; }
.package.highlight .bg.green { border: 0;   border-bottom: 1px solid white;}
.package.highlight .bg.gray { border: 0;  /* height: 58px; */  border-bottom: 1px solid white; width: 179px;}
.package.highlight .features-list { border-color:black; }
.package.highlight .package-footer { color:black; }

/*3d deposit*/

.iframe-wait-msg { text-align: center; position: absolute; top: 0; left: 0px; height: 530px; width: 100%; background-color: #E9E9E9; line-height: 510px; font-size: 40px; }
.td-deposit-iframe { height:580px; }

.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 0px;
}

#recaptcha_response_field:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	border-color: #cccccc !important;
}

@media (max-width: 767px) {
	.breadcrumbs {
		display: none;
	}

	#bonus_display {
		display: none !important;
		text-indent: -99999px;
	}

	.promoCodeField {
		display: none !important;
	}

	#depositAmount {
		width: calc(100% - 28px);
	}

	#creditCardForm ul.nav-tabs {
		display: none;
	}

	.tab-content {
		border: 0 !important;
		padding: 0 !important;
	}

	.cardInfoHeadline {
		display: none;
	}

	.depositImage {
		display: none !important;
	}

	.cardsFloat {
		display: none;
	}

	#newTermsModal {
		display: none !important;
	}

	.modal-backdrop {
		display: none !important;
	}
}

.depositSection {
	margin: 0 auto;
	float: none;
}

.hide.in {
	display: block;
}

.modal#showVideoModal {
	height: 80%;
	width: 80%;
	margin: 0;
	left: 10%;
	right: 10%;
}

.modal#showVideoModal .modal-body {
	max-height: initial;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
}

.modal#showVideoModal .modal-body iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

#the-world-of-assets img {
	cursor: pointer;
}

.modal#showLoginModal {
	width: 911px;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 0;
	border: 0;
	padding: 20px;
	overflow-y: initial;
}

.modal#showLoginModal .modal-body {
	position: relative;
	padding: 0 30px 30px 30px;
	overflow-y: inherit;
	float: left;
	color: #5d5d5d;
}

.modal#showLoginModal .modal-body .subheadline {
	margin-bottom: 30px;
}

.modal#showLoginModal .close {
	/*position: absolute;*/
	/*top: 15px;*/
	/*right: 15px;*/
	font-size: 25px;
	float: right;
}

.modal#showLoginModal .login {
	width: 361px;
	float: left;
	padding-right: 50px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	height: 207px;
}

.modal#showLoginModal .login .btn-u, .modal#showLoginModal .createAccount .btn-u {
	width: 100%;
	text-align: center;
	height: 37px;
	max-width: 310px;
	box-sizing: border-box;
	padding: 7px 0;
}

.modal#showLoginModal .createAccount {
	float: left;
	width: 450px;
	padding-left: 50px;
	box-sizing: border-box;
	height: 207px;
}

.modal#showLoginModal .createAccount .paragraph {
	height: 170px;
}

.modal#showLoginModal .createAccount .paragraphBottom {
	height: 37px;
}

.modal#showLoginModal .forgotPassword {
	margin-top: 25px;
	width: 100%;
	float: left;
}

@media(max-width: 979px) {
	.dropdown-backdrop {
		display: none !important;
	}
}

