*{
  margin: 0;
  padding: 0;
}

body {
  font-family: 'oswald_regularregular' !important;
  color:#262626;
}
.login {
  text-align: right;
}

.bottom-image > img {
  margin-top: 80px !important;
  max-width: 90%;
}
.login > img {
  margin-top: 9px;
  vertical-align: top;
}
.login p {
  display: inline-block;
  font-size: 18px;
  margin: 6px 0 0 10px;
  color: #262626;
}
.login a {
  color: #262626;
}
#navigation nav.navbar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  float: right;
  margin: 20px 0 10px;
  min-height: auto;
  text-align: right;
}
#navigation nav ul li a {
  color: #262626;
  font-size: 15px;
}
#navigation ul li {
  margin-left: 25px;
}
.nav.navbar-nav a:active,.active {
  border-bottom: 1px solid #f00 !important;
}
.banner {
  background: #c4c9cd url("../images/gold-silver.png") no-repeat scroll right 40px bottom / 66% auto;
  height: 100vh;
  padding: 200px 0 80px;
}
.nav.navbar-nav.navbar-right a {
  font-size: 14px !important;
}
.banner h2 {
  font-size: 26px;
  font-family: 'oswaldlight';
  text-transform: uppercase;
}
.banner h1 {
  color: #262626;
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
}
.banner p {
  color: #262626;
  font-family: "poppinsregular";
  font-size: 16px;
  margin: 16px 0;
}
.hi-section {
  padding: 90px 0;
}
.list1 {
  list-style-image:url("../images/map.png") !important;
  padding-left: 20px !important; 
}
.list2 {
  list-style-image: url("../images/mail1.png") !important;
  padding-left: 20px !important;
}
.list3 {
  list-style-image: url("../images/phone1.png") !important;
  padding-left: 20px !important;
}
.hi-content11 {
  color: #262626;
  font-family: "poppinsregular";
  font-size: 14px;
  margin: 16px 0;
  max-width: 100% !important;
}
.firstcharacter {
  color: #e3364d;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.hi-section h2 ,.double-text {
  color: #717579;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.hi-section p {
  color: #262626;
    font-family: "poppinsregular";
    font-size: 14px;
    margin: 16px 0;
	max-width:60%;
}
.top-content > h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.nav.navbar-nav.pull-left a {
  text-transform: uppercase;
}
.right-image > img {
  display: table;
  margin-top: -50px;
  max-width: 100%;
  vertical-align: bottom;
}
.hi-content {
  color: #262626;
    font-family: "poppinsregular";
    font-size: 14px;
    margin: 16px 0;
	max-width:100% !important;
}
.parallex-part {
  background-attachment: fixed;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/parallex.jpg");
  background-origin: padding-box;
  background-repeat: repeat;
  background-size: cover;
  padding: 70px 0;
}
.parallex-part h1 {
  border: 6px solid #42414b;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  text-transform:uppercase;
}
.top-content h4 {
  text-transform: uppercase;
}
.sim-button {
  cursor: pointer;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
  width: 170px;
}
.button3 {
	color:#262626;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 2px solid #262626;
	overflow: hidden;
}
.button3 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button3 span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button3:hover{
	background-color: #e3364d;
	border-color:#e3364d;
	color:#fff;
}
.button3:hover > span{
	opacity: 0;
	-webkit-transform: translate(0px,40px);
	transform: translate(0px,40px);
}
.button3::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.button3:hover::after{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}






.grey_button {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #262626;
  border-radius: 0;
  color: #262626;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  padding: 13px 25px;
}
.grey_button:hover {
  background: #e3364d none repeat scroll 0 0;
  border: 2px solid #e3364d;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  padding: 13px 25px;
}

.banner h6 {
  color: #262626;
  font-size: 16px;
  margin: 0;
}
.center {
  text-align: center;
}
.center img {
  display: inline-block;
  margin-top: 30px;
}
.gold-img {
  margin-top: 110px;
}
.but_sell_inner {
  background: #ffffff none repeat scroll 0 0;
  margin-top: 0;
}
.but_sell_inner h2 {
  font-size: 25px;
  margin: 0;
  padding: 33px 15px 12px 43px;
  text-transform: uppercase;
}
.but_sell {
  background: #ffc400 none repeat scroll 0 0;
  padding-bottom: 56px;
}
.but_sell_inner hr {
  background: #878a8c none repeat scroll 0 0;
  display: inline-block;
  height: 2px;
  margin: 0;
  width: 100%;
}
.red-line {
  background: #e3364d none repeat scroll 0 0;
  border: medium none;
  height: 1px;
  width: 60px;
}

.white {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  padding: 28px 0;
  width: 100%;
  /*-webkit-box-shadow: 3px 3px 30px 0px rgba(163,163,163,1);
-moz-box-shadow: 3px 3px 30px 0px rgba(163,163,163,1);
box-shadow: 3px 3px 30px 0px rgba(163,163,163,1);*/
}
.border-right {
  border-right: 2px solid #878a8c;
  text-align: center;
}
.icon, .icon_desc {
  display: inline-block;
}
.icon_desc h3 {
  border-bottom: 2px solid #878a8c;
  font-size: 21px;
  margin: 0 0 25px;
  padding-bottom: 7px;
  padding-right: 20px;
  width: 60px;
}
.icon_desc {
  margin-left: 20px;
}
.rating > p {
  color: #262626;
  display: inline-block;
  font-size: 20px;
  margin-right: 30px;
}
.icon {
  vertical-align: top;
}
.border-right + .border-right {
  border-right: medium none;
}
.footer-image {
  display: none;
}
.proceed button {
  line-height: 30px;
  margin-bottom: 0;
  padding: 13px 75px;
}
.center.proceed {
  margin-top: 20px;
}
.three_boxes {
  background: rgba(0, 0, 0, 0) linear-gradient(#c5cace, #fff) repeat scroll 0 0;
  padding: 100px 0 0;
}
.top-content {
  margin-top: 20px;
  margin-bottom:20px;
}
.full-length {
  background: #262626 none repeat scroll 0 0;
  border: 0 none;
  height: 1px;
  width: 100%;
}
.reasons-part {
  background: rgba(0, 0, 0, 0) url("../images/transparent.png") no-repeat scroll center top;
  padding-top:60px;
}
.three_boxes p {
  text-align: left;
}
.tab-content h4 {
  font-family: "poppinsregular";
  font-size: 16px;
  font-weight: normal !important;
  text-transform: uppercase;
}
.tab-content p {
  font-family: "poppinsregular";
  font-weight: normal !important;
}

.tab-content li {
    color: #262626;
	font-family: "poppinsregular";
    list-style-position: inside;
	margin-bottom:5px;
}
.product-image {
  display: block;
  margin: 40px auto auto;
  max-width: 55%;
}
.tab-pane.fade.in.active {
  border-bottom: 0 none !important;
}
.tab-content {
  background: #fff none repeat scroll 0 0;
  padding: 20px 35px 40px;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0;
  color: #262626;
  font-size: 15px;
  line-height: 1.42857;
  margin-right: 0;
  border: 0 none !important;
  padding: 20px;
}
.nav-tabs > li {
  border: 0 none !important;
  float: left;
  margin-bottom: -2px;
}
.nav.nav-tabs {
  display: table !important;
  width: 100%;
}
.nav-tabs > li {
  border: 0 none !important;
  display: table-cell !important;
  float: none;
  margin-bottom: -2px;
  width: auto !important;
}
.inner_icon {
  background: #ffc400 none repeat scroll 0 0;
  border: 5px solid #ffffff;
  border-radius: 50%;
  height: 162px;
  padding-top: 21px;
  display: inline-block;
  text-align: center;
  width: 162px;
}
.center .inner_icon img {
  display: inline-block;
  margin: -34px 0 0 20px;
  width: 76%;
}
.three_boxes .center h4 {
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  margin: 20px 0 10px;
  width: 100%;
}
.three_boxes .center p {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 0;
}
.more_item {
  background: #ffffff none repeat scroll 0 0;
  position: relative;
}
.three_boxes .more_para {
  margin: 0 0 20px;
  font-size: 14px;
  text-align: left;
}
.three_boxes .grey_button {
  float: left;
}

.absolute {
  bottom: -120px;
  position: absolute;
  right: 0;
}
.three_boxes p.margin {
  margin-left: 20%;
  width: 60%;
}
.relative > h3 {
  background: #e6e6e7 none repeat scroll 0 0;
  border-radius: 50px;
  font-size: 18px;
  height: 50px;
  left: 39px;
  margin: 0;
  padding: 15px 28px;
  position: absolute;
  top: 43px;
  width: 240px;
}
.why {
  background: #fff;
}
.support {
  background: #fff none repeat scroll 0 0;
  padding: 60px 0;
}
.support h3 {
  color: #262626;
  font-size: 25px;
  font-weight: 700;
  margin: 9px 0 0;
}
.support h2 {
  color: #262626;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.btn.btn-default.white_button {
  background: #ffc400 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #262626;
  font-size: 20px;
  font-weight: 700;
  padding: 11px 60px 15px;
}
.left_support {
  border-right: 2px solid #1e1e1e;
}
.right_support p {
  color: #262626;
  font-size: 20px;
  line-height: 32px;
  margin: 17px 0 0 50px;
}
.right_support p a {
  color: #1e1e1e;
  text-decoration: underline;
}
.main-banner {
  background: #f2f2f2 url("../images/texture.jpg") no-repeat scroll 0 0;
  padding-bottom: 60px;
}
.main-banner img {
  margin-top: -19px;
}
footer {
  background: #c4c9cd none repeat scroll 0 0;
  padding: 60px 0;
}
.footer_text h2 {
  color: #262626;
  font-size: 30px;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.footer_text p {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.footer_text .col-xs-1 > img {
  display: block;
  margin: auto;
  padding: 6px 0 0 !important;
}
.btn.btn-default.yellow_button {
  background: #11091b none repeat scroll 0 0;
  border: medium none transparent;
  border-radius: 0;
  color: #fff;
  height: 42px;
  min-width: 90px;
}
.footer_text > h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.footer_left ul {
  display: inline-block;
  margin: 38px 0 0;
  padding-left: 15px;
  width: 100%;
}
.footer_left ul li {
  display: inline-block;
  margin-right: 40px;
}
.footer_left ul li:last-child {
  margin: 0;
}
.margin-zero img {
  margin: 20px 0 0 0;
}
.line {
  background: rgba(0, 0, 0, 0) url("../images/line.jpg") no-repeat scroll 26px 0;
  padding-bottom: 50px;
}
.footer_left ul li a {
  color: #262626;
  font-size: 17px;
  font-weight: 400;
}
.footer-top {
  padding: 38px 0;
}
.footer_right h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 39px;
  text-transform: uppercase;
}
.text-box input {
  border: 1px solid #929598;
  border-radius: 0;
  float: left;
  font-size: 14px;
  height: 43px;
  line-height: 9px;
  padding: 5px 10px;
  width: 200px;
}
.text-box form button.grey_button {
  float: right;
  height: 43px;
  margin: 0;
  padding: 0;
  width: 60px;
}
.footer_right ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer_right ul li a {
  border-bottom: 0 none;
  display: inline-block;
  text-align: center;
}
.footer_right ul li a i {
  color: #272e34;
  font-size: 17px;
}
.footer_text ul {
  display: block;
  list-style: outside none none;
  padding-left: 0;
}
.footer_text li a {
  border-bottom: 1px solid;
  color: #262626;
  font-family: "poppinsregular";
}

.footer_text li {
  margin-bottom: 8px;
}
.footer-botttom {
  padding: 16px 0;
  background: #f2f2f2;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.footer-botttom > p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.bottom-list a {
  border-bottom: 0 none !important;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
.banner-_heading {
  box-shadow: 0 1px 3px #c1c1c1;
  margin-top: 15px;
}
.banner-_heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
}
.login-section {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 75px 0;
}
.white_section {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  padding: 50px 0;
  width: 100%;
}
.left_login img {
  display: inline-block;
  margin-top: 100px;
}
.left_login {
  text-align: center;
}
.right_login form label {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 9px;
}
.right_login form input {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  height: 43px;
}
.right_login form textarea {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  height: 106px;
}
.right_login form .form-group {
  margin-bottom: 30px;
}
.right_login form input.buy {
  background: #ffc400 none repeat scroll 0 0;
  color: #262626;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
}
.right_login form input[type="checkbox"] {
  height: 20px;
  margin-right: 15px;
  margin-top: 0px;
  vertical-align: top;
  width: 20px;
}
.right_login form .form-group label p {
  display: inline-block;
  margin-left: 5px;
}
.half_width {width: 50%; display: inline-block;float: left;}
.right_login .checkbox label {
  margin-bottom: 0;
}
.right_login .checkbox.form-group {
  margin-bottom: 0;
}
.half_width a {
  color: #262626;
  font-size: 14px;
  font-weight: 700;
}
.half_width a.register_now {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffc400;
  margin-left: 0;
  text-decoration: underline;
}
.half_width a.forgot_password {
  float: right;
}
.right_login.registration .half {
  float: left;
  width: 48%;
}
.right_login.registration .half:nth-child(2n) {
  float: right;
}
.half_width p.new_user {
  color: #262626;
  display: inline-block;
  font-size: 14px;
}
.contact_logo {
  border-left: 5px solid #ffc400;
  padding: 10px 0 10px 58px;
}
.get_in_touch {
  
  padding: 0 0 0 58px;
}
.get_in_touch h4 {
  color: #262626;
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0 13px;
}
.get_in_touch > h5 {
  color: #262626;
  font-size: 17px;
  margin: 0 0 48px 0;
}
.contact_icon, .contact_desc {
  display: inline-block;
}
.contact_desc > p {
  font-size: 17px;
  line-height: 25px;
  margin-left: 22px;
}
.contact_icon {
  margin-top: 16px;
  vertical-align: top;
}
.email_address {
  margin-bottom: 35px;
}
.email_address:last-child {
  margin: 0;
}
.about_main p {
  color: #2c3338;
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}
.about_main h2 {
  color: #262626;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.about_main {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 56px 0;
  text-align: center;
}
header {
  padding: 10px 0;
}
.about-inner h2 {
  color: #2c3338;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-align: center;
}
.about-inner {
  background: rgba(0, 0, 0, 0) url("../images/aureta-lleft.png") no-repeat scroll 0 0;
  padding: 70px 0 0;
  background-position: bottom left;
}
.about-inner ul li p {
  color: #2c3338;
  font-size: 14px;
  line-height: 22px;
}
.about-inner ul li h5 {
  color: #2c3338;
  font-size: 21px;
  line-height: 22px;
  margin: 0 0 12px;
}
.about-inner ul li {
  background: rgba(0, 0, 0, 0) url("../images/rounded.png") no-repeat scroll 0 0;
  display: inline-block;
  width: 100%;
  padding-left: 73px;
  margin-bottom: 25px;
}
.register_now h2 {
  color: #2c3338;
  font-size: 30px;
  margin: 0 0 25px;
  text-align: center;
}
.register_now p {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 78px;
  text-align: center;
}
.register_now {
  padding: 55px 0 63px;
  background: #f2f2f2;
}
.register_left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  text-align: left;
}
.register_left .yellow-botton {
  background: #ffc400 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  width: 230px;
}
.register_right p {
  border: 10px solid #ffffff;
  font-size: 20px;
  height: 280px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 46px 39px;
  text-align: left;
}
.year {
  background: #ffc400 none repeat scroll 0 0;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
  height: 96px;
  line-height: 20px;
  padding-top: 8px;
  text-align: center;
  width: 30px;
  word-break: break-all;
}
.blocking {
  display: inline-block;
  margin-top: 30px;
}
.year_desc > p {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  text-align: left;
}
.year_desc {
  display: inline-block;
  float: right;
  margin-top: 8px;
  width: 92%;
}
.what_we_do_about {
  background: none;
}
.what_we_do_about ul li:nth-child(2), .what_we_do_about ul li:nth-child(3) {
  float: left;
  width: 50%;
}
.what_we_do_register {
  background: #262626 none repeat scroll 0 0;
}
.what_we_do_register .register_right img {
  border: 10px solid #ffffff;
  padding: 10px;
  width: 100%;
}
.what_we_do_register h2 {
  color: #ffffff;
  margin-bottom: 60px;
  text-align: left;
}
.what_we_do_register .register_left p {
  color: #ffffff;
}
.what_we_do_register .text p {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  margin-bottom: 7px;
}
.what_we_do_register .text p:last-child {
  margin-bottom: 0;
}
.what_we_do_register .text {
  border: 10px solid #ffffff;
  padding: 10px 10px;
}
.zero_margin {
  background: #ffffff none repeat scroll 0 0;
  
}
.zero_margin .but_sell_inner {
  margin: 0;
  
}
.white_portion li {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50%;
}
.white_portion > ul {
  background: #f2f2f2 none repeat scroll 0 0;
  border-bottom: 1px solid #ffc400;
  display: inline-block;
  left: 0;
  padding: 15px 0;
  position: absolute;
  top: -60px;
  width: 100%;
}
.white_portion li a {
  color: #1e1e1e;
  font-size: 20px;
}
.convert {
  background: #f2f2f2 none repeat scroll 0 0;
  padding-bottom: 35px;
  position: relative;
}
.logo img {
  display: block;
  margin: auto;
  max-width: 75%;
}
.white_portion li.active a {
  border-bottom: 3px solid #1e1e1e;
  padding-bottom: 14px;
}
.white-por {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  padding: 50px 20px;
  width: 100%;
}
.white-por .buy_sell .radio {
  display: inline-block;
  margin-right: 20px;
}
.pricing form h5 {
  color: #2c3338;
  font-size: 17px;
}
.pricee input {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  height: 43px;
  margin-bottom: 15px;
}
.pricee ul li {
  border: 1px solid #b7b7b7;
  display: inline-block;
  height: auto;
  margin-right: 10px;
  width: 126px;
  text-align: center;
  padding: 6px 0;
  float: none;	
}
.pricee ul li a {
  color: #000;
}
.pricee ul {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.arrow {
  text-align: center;
}
.arrow img {
  display: iline-block;
  float: none;
  margin-top: 15px;
}
.pricee button.grey_button {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.pricee p {
  color: #000000;
  font-size: 14px;
  line-height: 15px;
}
.how_it_works h2 b, .how_it_works p {
  color: #ffffff;
  padding: 0;
}
.how_it_works p {
  color: #ffffff;
  margin-bottom: 110px;
  padding: 0;
}
.how_it_works ul li h5 {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  margin: 0;
}
.how_it_works ul li p {
  color: #ffffff;
  display: inline-block;
  float: right;
  margin-bottom: 0;
  width: 87%;
}
.how_it_works ul {
  margin-top: 50px;
}
.how_it_works h2 {
  background: rgba(0, 0, 0, 0) url("../images/how_icon.png") no-repeat scroll 0 0;
  margin: 0;
    min-height: 121px;
    padding-top: 60px;
  background-position: left top;
}
.how_it_works ul li {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.how_it_works {
  background: #262626 url("../images/four-images.png") no-repeat scroll center bottom content-box border-box;
  padding: 60px 0;
}

@media only screen and (max-width:1280px){
    .banner {
  height: auto;
  padding: 200px 0 80px;
}
}
@media only screen and (max-width:1199px){
    .btn.btn-default.yellow_button {
  min-width: 28%;
}
    .right-image > img {
  margin-top: 0;
}
	.nav.navbar-nav.navbar-right {
  margin: 0 !important;
}
#navigation nav ul li a {
  font-size: 15px;
}
.nav > li > a {
  padding: 10px 5px;
}
.half_width {width: 100%;}
.half_width a.forgot_password {float: left;}
.footer_left ul li{margin-right: 30px;}
.footer_right ul li{margin-right: 5px;}
.how_it_works {background: #000;}
}

@media only screen and (max-width:991px){
    .banner {
  height: auto;
  padding: 140px 0 80px;
}
    .right-image > img {
  display: table;
  margin-top: 0;
  max-width: 100%;
  vertical-align: bottom;
}
    .banner {
  background: #c4c9cd url("../images/gold-silver.png") no-repeat scroll right 40px bottom / 60% auto;
  height: auto;
}

#navigation nav.navbar {
  margin: 20px 0 10px;
}
.footer_left ul li {margin-right: 20px;}
.footer_right h5 {margin: 10px 0;}
.footer_right ul, .footer_left ul {
  text-align: left;
}
.btn.btn-default.yellow_button {
  width: 35%;
  min-width:auto;
}
.text-box input {
  width: 65%;
}
.footer-top {padding-bottom: 0;}
#navigation ul li{margin-left: 5px;}
.absolute {position: static;}
.three_boxes p.margin {margin-left: 0;width: 100%;}
.why .relative {margin-bottom: 40px;}
.left_support .more_button button {margin-top: 18px;}
.footer-botttom{margin-top: 20px;}
.register_right p{text-align: center;padding: 30px;margin-top: 30px;height: auto;}
.what_we_do_about ul li:nth-child(2), .what_we_do_about ul li:nth-child(3) {width: 100%;}
.what_we_do_register .text {margin: 20px 15px 0;}
}

@media only screen and (max-width:767px){
    .logo img {
  width: 100%;
}
.logo {
  max-width: 150px !important;
}
    .banner {
  height: auto;
  padding: 140px 0 80px;
}
	.footer-image {
  display: table-row;
}
.list1, .list2, .list3 {
  list-style-image: none !important;
  list-style-position: outside;
  list-style-type: none !important;
  padding-left: 0 !important;
}
.navbar-toggle {
  margin-bottom: 20px;
  margin-top: 10px;
}
.three_boxes .center {margin-bottom: 40px;}
.border-right + .border-right{border-bottom:none;}
.left_login img {margin-top: 0;margin-bottom: 30px;}
.right_login form label{margin-bottom:10px;}
.login-section {padding: 35px 20px;}
.footer_logo_bottom {text-align: center;}
.footer_logo_bottom img {display: inline;}
.footer_text h2 {margin-bottom: 10px;}
.footer_left ul{margin: 3px 0 10px;}
.footer_text h2, .footer_text p {
  text-align: center;
}
.footer_text h4{
  text-align: center;
}
.footer_text li {
  text-align: center;
}
.footer_text ul {
  text-align: center !important;
}
.footer_text {
  margin-bottom: 25px;
}
.logo {float: left;z-index: 99;}
.banner .gold-img {margin: 0;}
.but_sell_inner {margin-top: 0;}
.but_sell_inner h2 {text-align: center;}
.support {text-align: center;}
.full_width_div {float: left;width: 50%;}
.right_support p {margin: 17px 0 0}
.main-banner img {margin-top: 0;}
.navbar-inverse .navbar-toggle {
  background: #d81e3a none repeat scroll 0 0;
  border-color: #d81e3a;
  border-radius: 0;
}
.nav.navbar-nav.pull-left {
  float: none !important;
  text-align: center;
}
.nav.navbar-nav.navbar-right a {
  text-align: center;
}
#navigation ul li {
  display: table;
  margin: auto;
  text-align: center;
  width: auto !important;
}

.right-image > img {
  margin: auto;
}
.but_sell {padding:0 15px 56px 15px;}
.how_it_works p{padding: 0 15px;}
.about_main, .what_we_do_about.about-inner  {padding: 56px 15px;}
.what_we_do_register h2{padding: 0 15px;margin-bottom: 20px;}
.get_in_touch{padding: 0;}
.nav.navbar-nav{margin:0;}
#navigation nav.navbar {
  margin-top: -60px;
  text-align: left;
  width: 100%;
}
.border-right {border-bottom: 2px solid #878a8c;border-right: medium none;margin-bottom: 30px;padding-bottom: 30px;text-align: center;}
.white_portion ul li.border-right {border-bottom: medium none;border-right: 2px solid #878a8c;margin-bottom:0;}
.arrow img {
  float: none;
  margin-bottom: 20px;
  margin-top: 15px;
  transform: rotate(90deg);
}
.pricee ul li {margin-bottom:15px;}
.pricee ul {margin-bottom:0px;}
}

@media only screen and (max-width:500px){
}

@media only screen and (max-width:560px){
    .nav-tabs > li {
  display: block !important;
}
.right_login.registration .half {width: 100%;}
.right_login.registration .half:nth-child(2n) {float: left;}
.full_width_div {float: left;width: 100%;}
.how_it_works h2 {padding: 60px 15px 0}
}

@media only screen and (max-width:360px){
    .hi-section h2, .double-text {
  font-size: 27px;
}
	.right-image > img {
  display: block;
  max-width: 70%;
  vertical-align: bottom;
}
.grey_button {width: 100%;}
.proceed button {padding: 13px 0;width: 90%;}
.three_boxes h2 {padding-top: 0;}
}