
body {
  /*min-height: 2000px;*/
  padding-top: 68px;
}

div.home-img-circles{
	text-align: center;
}

div.home-img-circles h2{
	text-align: center;
}
div.product{
	border-left:1px solid rgb(221, 221, 221);
	padding-left: 20px;
}

div.product_order h4.panel-title{
	font-size:27px;
/*	border:1px solid rgb(221, 221, 221);
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;*/

}

div.product h2{
	text-align: center;
}

div.product_sub{
	margin-top: 20px;
	position: relative;
}

span.option_remove{
	padding-top: 10px;
}

span.image_upload{
	width: 100%;
	color:white;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size:25px;
	background-color: #5CB85C;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

span.digital_upload{
	width: 100%;
	color:white;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size:20px;
	background-color: rgb(8, 176, 241);
	margin-bottom: 20px;

	float: left;
	text-align: center;

}

span.digital_upload:hover{
	background-color: #2996dd;
	color:#3f3f3f;
}

span.image_upload:hover{
	background-color: #659b65;
	color:#3f3f3f;
}



div#basic,div#advanced{
	margin-top: 20px;
}

span.shipping_additional{
	border:1px solid rgb(221, 221, 221);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px;
	margin-left: 10px;
}

div.shipping_data{
	margin-top:20px;
}

span.icon-remove{
	color:#D2322D;
}
h4.shipping_sub{
	margin-bottom: 15px;
}
div.shipping_remove_wrapper{
	margin-top: 15px;
	}

	table.optionTable{
		margin-bottom: 0;
	}

	span.product_price{
		padding: 10px;
		font-size: 17px;
		position: absolute;
		right: 0;
		z-index: 5;
		top:20px;
		background-color: rgb(66, 139, 202);
		color:white;
		font-weight: bold;

-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-left-radius: 30px;

-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;

-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomleft: 30px;

-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;

border-top-left-radius: 30px;
border-bottom-left-radius: 30px;

border-top-right-radius: 0px;
border-bottom-right-radius: 0px;

	}

	button.product_submit{
		padding:10px;
		font-size:20px;
	}

	div.product_image{
		width:100%;
		background-color:#ededed;
		height:200px;
	}

	span.product_extra_span{
		float:right;
	}

	li.product_extra_item{
		border-left:none;
		border-right: none;
		font-weight:bold;
	}

	a.product_buy{
		padding:15px;
	}

	div.product_payment{
/*	padding-top:5px;
	padding-right:5px;
	padding-left:5px;*/
	/*display: none;*/
}

button.product_pay{
	padding:15px;
	/*margin-bottom:20px;*/

}

label.credit_card_expiration{
	font-size: 10px;
}

.card_expiration{
	font-size:11px;
	padding:3px;
}


span.glyphicon-4x{
	font-size:80pt;
}

ul.nav_register_login{
	margin-right: 10px;
}


/*REGISTER & LOGIN MODAL*/

.or-box
{
	position: relative;
	border-top: 1px solid #dfdfdf;
	padding-top: 20px;
	margin-top:20px;
}
.or
{
	color: #666666;
	background-color: #ffffff;
	position: absolute;
	text-align: center;
	top: -8px;
	width: 40px;
	left: 95px;
}
.btn-facebook
{
	background-color: #3F639E;
	color: #fff;
	font-weight:bold;
}
.btn-google
{
	background-color: #454545;
	color: #fff;
	font-weight:bold;
}

button.panel_close{
	margin-top: -28px;
	font-size:30px;
	opacity: 10;
}


div.product_payment .form-control{
	/*font-weight: 700;*/
}

div.product_payment{
	padding:10px;
}

div.payment-modal-header{
	background-color:rgb(66, 139, 202);
	color:white;
}

span.form-error{
	color:rgb(169, 68, 66);
}

div.fileupload-buttonbar{
	margin-left:0px;
	margin-right:0px;
}
div.fileupload-progress{
	margin-left:0px;
	margin-right:0px;
	padding:10px;
}


.jumbotron_contact {
	background: #358CCE;
	color: #FFF;
	border-radius: 0px;
}
.jumbotron-sm-contact {
	padding-top: 24px;
	padding-bottom: 24px;

}
.jumbotron_contact small {
	color: #FFF;
}
.contact_h1 small {
	font-size: 24px;
}

span.total_price{
	font-size:15px;
}

span.total_price_label{
	font-size: 12px;
	padding:5px;
}
.paymentModal-title small a{
	color:black;
}

input.user_info{
	color:black;
}

div.fullname_input{
	margin-bottom: 15px;
}

div.user_address{
	margin-bottom: 10px;
}
div.user_address_need{
	display: none;
}

div.register_step2, div.register_step3{
	display: none;
}

div.product_images{
	padding: 10px;
}

div.product_images:nth-of-type(odd) {
	background: rgb(249, 249, 249);

	/*border:1px solid rgb(128, 128, 128);*/

   /* margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid rgb(238, 238, 238);*/
}



#ccbox {
	background: transparent url("../files/images_files/cards.png");
	margin: 0 0 10px 0;
	padding: 0 0 0 150px;
	width: 0;
	height: 23px;
	overflow: hidden;
}

hr.address_line{
	margin-top: 5px;
	margin-bottom: 10px;
}

a#addnewaddress{
	margin-top: 10px;
}



/*3D BUTTONS*/
.btn3d {
	transition: all .08s linear;
	position: relative;
	outline: medium none;
	-moz-outline-style: none;
	border: 0px;
	margin-top: 15px;
	top: 0;
}
.btn3d:focus {
	outline: medium none;
	-moz-outline-style: none;
}
.btn3d:active {
	top: 9px;
}
.btn3d.btn-default {
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #adadad, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-primary {
	box-shadow: 0 0 0 1px #428bca inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #357ebd, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-success {
	box-shadow: 0 0 0 1px #5cb85c inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4cae4c, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-info {
	box-shadow: 0 0 0 1px #5bc0de inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #46b8da, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-warning {
	box-shadow: 0 0 0 1px #f0ad4e inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #eea236, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-danger {
	box-shadow: 0 0 0 1px #c63702 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #c24032, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d:active.btn-default {
	box-shadow: none;
}
.btn3d:active.btn-primary {
	box-shadow: none;
}
.btn3d:active.btn-success {
	box-shadow: none;
}
.btn3d:active.btn-info {
	box-shadow: none;
}
.btn3d:active.btn-warning {
	box-shadow: none;
}
.btn3d:active.btn-danger {
	box-shadow: none;
}



/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

 .btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
 .btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
 .btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
 .btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
 .btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
 .btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
 .btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
 .btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
 .btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
 .btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
 .btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
 .btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}

 .btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
 .btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
 .btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}

 .btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)}
 .btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
 .btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}


 select.select_extra_price{
 	margin-bottom: 10px;
 }

 div.qrpay_result{
 	margin:15px;
 	display: none;
 }

 div.user_address_wrapper{
 	margin-bottom: 10px;
 }

 select#new_country{
 	margin-bottom: 10px;
 }



 div.popin{
/*	margin-top: 20px;
	background: rgb(255, 255, 255);
padding: 15px;
box-shadow: 0 0 20px rgb(153, 153, 153);
border-radius: 2px;
margin-bottom: 20px;*/

}



.map_canvas {
/*  width: 565px;
height: 400px;*/
box-shadow: 0 0 20px rgb(153, 153, 153);
margin: 10px 20px 10px 0;
height:400px;

}

.product_type{
	padding: 25px;
}
.product_type:hover,.type_clicked{
	color:#428BCA;
	cursor:pointer;
	border:1px solid #428BCA;
	padding: 24px;


}

div.product_start{
	margin-top: 20px;
	display: none;
}

a.product_buy{
	margin-bottom: 20px;
}


div.main_message h1{
	color:white;
}

div.main_message p.main_text{
	color:white;
}

div.navbar-forwapp{
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	border-top:#2F83C1 4px solid;
	border-bottom: solid 1px rgb(234, 234, 234);
}

a.main_btn{
	/*font-size: 30px;*/
	color: white;
	background-color: rgb(47, 131, 193);
}

.blue-icon{
	color:rgb(49, 112, 143);
}

/* Flexible iFrame */

.Flexible-container {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Flexible-container-stats {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}

.Flexible-container-stats iframe,
.Flexible-container-stats object,
.Flexible-container-stats embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.view_box{
	background-color: #27A9E3;
	-webkit-animation:all 0.2s ease-in;
	transition:all 0.2s ease-in;

}


div.sale_box{
	background-color: #57ACBA;
	-webkit-animation:all 0.2s ease-in;
	transition:all 0.2s ease-in;

}
div.profit_box{
	background-color: #FFB848;
	-webkit-animation:all 0.2s ease-in;
	transition:all 0.2s ease-in;

}

div.view_box:Hover  {

	background-color: #1d84af;
}

div.sale_box:Hover  {

	background-color: #3d838e;
}

div.profit_box:Hover  {

	background-color: #db9b3b;
}

span.box_data{
	float:right;
	font-size: 30px;
	font-weight: bold;
	margin-top: 12px;
}

span.box_data_small{
	font-size:20px;
	float:right;
	clear:right;
}

div.footer_box h3{
	text-align: left;
}

div.footer_box ul{
	text-align: left;
}

div.last_marketing_box{
	margin-bottom: 50px;
}

div.footer_bottom p{
	font-size:12px;
	color:grey;

}

div.details{
	margin-bottom: 20px;
}

div.settings_left{
	border-right:1px solid rgb(238, 238, 238);
}
span.order_status_label{
	font-size:13px;
}
/*3D BUTTONS*/

/*label.card_label{
	float:left;
	}*/
/*
div#ccbox{
	float:right;
	}*/

/*p.name{
	width:60px;
	}*/
	/*REGISTER & LOGIN MODAL*/
	.main_text_xs {

		font-size: 16px !important;
	}

	.main-title {

		font-size: 57px !important;
		color: #fff;
	}

	.main-title-xs {

		color: #fff;
	}

	.center {

		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: auto;
		margin-top: auto;
	}


	.navbar-private {

		padding-top: 13px;
	}

	.navbar-right-private {

		padding-top: 12px;
	}

	.fa-private-15x {

		font-size: 10em !important;
	}

	.main-slider {

		padding-top: 100px;
	}

	.main_text {

		color: #fff;
	}

	div.graphs{
		float:left;
	}

	div.stats_box{
		padding:30px;
		color:white;
	}


	.slide-wrap {

		height: 503px;
	}

	a.brand_tagomy{
		font-weight: bold;
		color:rgb(119, 119, 119);
	}

	span.brand_tag{
		color:rgb(47, 131, 193);
	}
	li.mobile_login_text a{
		font-size: 12px;
	}

	@media (max-width:320px) {

		body > .container{
			padding:0px 15px 0px !important;
		}
	}
	.modal-footer{
		padding:19px 8px 20px !important;
	}

	.carousel-wrapper {

		margin-top: 68px;
	}

	.home-section-3 {

		margin-left: 53px;
	}

	.get-qrcode {

		background-color: #39AEE5 !important;
		color: #fff !important;
	}

	.qrcode-private {

		margin-top: 27px;
		width: 318px;
		padding-left: 42px;
		padding-right: 74px;
		background-color: #fff;
		border: 1px solid #E6E6E6;
		padding-bottom: 20px;
		padding-top: 20px;
		box-shadow: 5px 5px 30px #B6B6B6;
	}

	div.address_information{
		border-left:1px solid rgb(238, 238, 238);
	}

	div.guest_top_right{

	}

	a.top_guest_links{
		font-size:14px;
		border-right:1px solid rgb(238, 238, 238);
	}

	span.user_email,span.user_pass{
		display: block;
		margin:5px;
	}


	div#productContent{
		margin-top: 15px;
	}

	div#collapseOne{
		position: relative;
	}

span.user_email,span.user_pass{
	display: block;
	margin:5px;
}

.stats-top-section {

	margin-right: -0.7em !important;
}
.stats-maps
{
  position: relative;
}
.stats-maps:before, .stats_box:before , .stats_box:after , .stats-maps:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 17px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.stats-maps:after , .stats_box:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 18px;
  left: auto;
}
.box {

	background:#FFF;

}

.stats-sm span.box_data {

	font-size: 20px;
}

.product-sale-title {

	margin-bottom: 10px;
	margin-top: 10px;
}

ul#myTab li a{
	font-size:11px;
	padding:8px 7px;
}

ul.list-group-detail li:first-child{
	border-top:none;
}

div.signup_panel{


	padding: 15px;
}

div.login_panel{
	padding: 15px;
}

a.close_button{
	position:absolute;

	right: 10%;
top: 2%;
color:grey;
font-size: 30px;
}

a.register_or_login{
	font-size: 11px;
color: rgb(70, 70, 70);
margin-top:5px;
}

div.register_or_login{
	display: none;
	background-color: #f5f5f5;
	padding-top: 10px;
	position: relative;
}

ul.register_login{
	margin-left: 15px;
}

div.register_step2{
	padding-right:10px;
	padding-left:10px;
}

a.digital_type{
	font-size:18px;
	font-weight: bold;
	text-transform: uppercase;
}

div.slider-caption-1{
left: 34%;
top: 60%;
width: 355px;
height: 200px;
}

div.slider-caption-2{
	left: 20%;
top: 11%;
/*border: 1px solid green;*/
width: 400px;
}

div.slider-caption-3{
	/*left: 20%;*/
/*top: 11%;*/
/*border: 1px solid green;*/
/*bottom:10%;*/
/*width: 300px;*/
top:60%;
}

div.slider-caption-4{
	/*left: 20%;*/
/*top: 11%;*/
/*border: 1px solid green;*/
/*bottom:10%;*/
/*width: 300px;*/
left:13%;
bottom:-6%;
}

span.bold_text{
	background-color:rgb(47, 131, 193);
	padding:5px;
}

span.marketing_text{
	color:#2F83C1;
	font-weight: bold;
}

@media (min-width: 768px){

	
}


@media (max-width: 1199px) and (min-width: 992px){
	div.slider-caption-1{
left: 30%;
top: 57%;
width: 330px;
height: 200px;
}

div.slider-caption-3{
	/*left: 20%;*/
/*top: 11%;*/
/*border: 1px solid green;*/
/*bottom:10%;*/
/*width: 300px;*/
top:50%;
}

.navbar-forwapp-right{
	font-size:15px;
}

}

img.featurette-image{
	width:300px;
}


div.pricing_wrapper{
	text-align:left;
}


#pricing-bracket {
    display: block;

    margin: 0px auto 50px;
    text-align: center;
}

#pricing-bracket p.lead{
	text-align: left;
}

#pricing-bracket img {
    position: relative;
    float: left;
    width: 21px;
    margin: 18px -10px 0 -11px;
    z-index: 10;
}

#pricing-bracket .transaction-rate, #pricing-bracket .transaction-fee {
    position: relative;
    float: left;
    width: 30%;
    height: 55px;
    padding: 10px 0;
    color: #FFF;
    background: #48BBF1;
    z-index: 5;
}

#pricing-bracket .transaction-rate {
    margin-right: 1px;
    border-radius: 6px 0 0 6px;
}

#pricing-bracket .transaction-fee {
    border-radius: 0 6px 6px 0;
}

#pricing-bracket .transaction-rate h4, #pricing-bracket .transaction-fee h4 {
    margin: 0;
    color: #FFF;
    line-height: 1em;
}

#pricing-bracket .transaction-rate p, #pricing-bracket .transaction-fee p {
    margin: 0px;
    color: #EEEEEE;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
}

#pricing-bracket .btn {
    float: right;
    width: 35%;
    height: 55px;
    border-radius: 6px;
    line-height: 36px;
    font-size: 18px;
}

div.pricing_wrapper{
	
	
}

div.home_wrapper{
	margin-top: 30px;
}

div.request_demo_wrapper{
	border-bottom:1px solid #eee;
	/*background-color: #509ED7;*/
	padding-bottom:30px;
	margin-bottom:30px;
	clear:both;
}

div.notification_wrapper{
	margin-top: 50px;
}

i.mobile{
	float: left;
	margin:3px;
}

.slider_title{
font-family: 'Kaushan Script', cursive;
	font-size:30px;
	color:white;
	/*background-color: #348FD1;*/

	width:100%;

	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

p.home_lead{
	/*font-family: 'Kaushan Script', cursive;*/
	/*font-size:0px;*/
}

.btn-slider{
/*	font-family: 'Copse', serif;*/
}

.slider_title_1{
	font-size:35px;
}
.slider_title_2{
	font-size:40px;
}

div.lang_dropdown{
	margin-top: 7px;
}

div.demo-modal-header{

    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #3290CC;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     color:white;
 
}

.navbar .divider-vertical {
height: 30px;
margin: 10px 8px;
border-right: 1px solid #ffffff;
border-left: 1px solid #D8D8D8;
}

.navbar-inverse .divider-vertical {
border-right-color: #222222;
border-left-color: #111111;
}

@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
    display: none;
  }
  .jumbotron_contact, div#homeSlider{
  	margin-top:-10px;
  }
  #pricing-bracket .transaction-fee p,#pricing-bracket .transaction-rate p, #pricing-bracket .transaction-fee p{
  	font-size:10px;
  }


.desktop-desktop-height {
	height: 10px;
}
.desktop-top-fix {
	margin-top: -10px;

}

