#content_about_pmi{
	margin-top: -10px;
	overflow: hidden;
}

#iframe_about_pmi{
	width: 100%;
    height: 100%;
    margin-top: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

#landing_menu .container{

	width: 1300px !important;
}

/* 
==========================================================================
========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700);
html,
button,
input,
select,
textarea {
    color: #222222;
}
html, body, h1, h2, h3, h4, h5, h6, p, div, a{
	font-family: 'Roboto', sans-serif;
}
.h1,.h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}

/* Bootstrap Resets. */
.navbar{
	margin: 0px;
    border-radius: 0px;
    background-color: rgba(88,31,76,1);
    color: #fff;
}
.navbar ul li{
	padding: 0px 55px;
    border-right: 1px solid rgba(173,119,53,1);
}
.navbar ul li:last-child{
    border-right: none;
}
.nav>li>a{
    color: #fff;
    text-shadow: none !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.2px;
    cursor: pointer;
}
.nav>li>a:focus, 
.nav>li>a:hover{
	background-color: rgba(88,31,76,1);
	color: rgba(173,119,53,1);
}
.gototop,
.goto_section{
	cursor: pointer;
}
.mar-left{
	margin-left: 50px;
}

/* General Styles. */
section.bg_section{
	color: #ffffff;
	min-height: 475px;
	margin: 25px 0px;
	background: rgba(88,31,76,1);
}
section.bg_left_right1{
	background: rgba(88,31,76,1);
	background: -moz-linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(88,31,76,1)), color-stop(50%, rgba(88,31,76,1)), color-stop(50%, rgba(80,20,68,1)), color-stop(100%, rgba(80,20,68,1)));
	background: -webkit-linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -o-linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#581f4c', endColorstr='#501444', GradientType=1 );
	background-position: -400px;
	background-size: 135%; 
}
section.bg_left_right2{
	background: rgba(88,31,76,1);
	background: -moz-linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(88,31,76,1)), color-stop(50%, rgba(88,31,76,1)), color-stop(50%, rgba(80,20,68,1)), color-stop(100%, rgba(80,20,68,1)));
	background: -webkit-linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -o-linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: linear-gradient(45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#581f4c', endColorstr='#501444', GradientType=1 );
	background-size: 145%;
}
section.bg_right_left1{
	background: rgba(88,31,76,1);
	background: -moz-linear-gradient(-45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(88,31,76,1)), color-stop(50%, rgba(88,31,76,1)), color-stop(50%, rgba(80,20,68,1)), color-stop(100%, rgba(80,20,68,1)));
	background: -webkit-linear-gradient(-45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: linear-gradient(135deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#581f4c', endColorstr='#501444', GradientType=1 );
	background-size: 135%;
}
section.bg_right_left2{
	background: rgba(88,31,76,1);
	background: -moz-linear-gradient(-45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(88,31,76,1)), color-stop(50%, rgba(88,31,76,1)), color-stop(50%, rgba(80,20,68,1)), color-stop(100%, rgba(80,20,68,1)));
	background: -webkit-linear-gradient(-45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	background: linear-gradient(135deg, rgba(88,31,76,1) 0%, rgba(88,31,76,1) 50%, rgba(80,20,68,1) 50%, rgba(80,20,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#581f4c', endColorstr='#501444', GradientType=1 );
	background-position: -400px;
	background-size: 135%; 
}
.bg_section h1{
	font-weight: 200;
	padding-top: 70px;
}
.bg_section h1 span{
	font-weight: 500;
}
.bg_section p{
	font-weight: 300;
	font-size: 16px;
	text-align: justify;
	padding: 5px 0px 0px;
}
.bg_section p .read_more{
	font-weight: 300;
    font-size: 12px;
    color: #ccc;
    display: block;
    text-align: right;
    padding: 0px;
}
.bg_section figure{
	margin: 20px 0px;
}
.bg_section figcaption{
	font-weight: 300;
	font-size: 14px;
}
.bg_section .pic{
	width: 400px;
}

.td_img{
	width: 30%;
	vertical-align: top;
}
.td_ico{
    width: 5%;
    padding: 65px 20px;
    text-align: right;
    vertical-align: top;
}
.tx_txt{
	width: 30%;
}
/* Callapse & Expanded Text */
.collapse_txt_content {
  position: relative;
  overflow: hidden;
  max-height: 228px;
  transition: max-height 500ms ease;
}
.collapse_txt_content::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
}
.read_more_trigger{
	cursor: pointer;
}
.expanded_txt_content .collapse_txt_content {
  max-height: 900px;
}
.expanded_txt_content .collapse_txt_content::before,
.expanded_txt_content .read_more_trigger {
  opacity: 0;
  visibility: hidden;
}
/* END of Callapse & Expanded Text */
.btn_container{
	width: 100%;
	text-align: center;
	margin: 10px 0px 20px;
}
.btn_cat {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;

	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;

	background: rgba(196,196,196,1);
	background: -moz-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 9%, rgba(254,254,254,1) 49%, rgba(196,196,196,1) 92%, rgba(196,196,196,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(196,196,196,1)), color-stop(9%, rgba(196,196,196,1)), color-stop(49%, rgba(254,254,254,1)), color-stop(92%, rgba(196,196,196,1)), color-stop(100%, rgba(196,196,196,1)));
	background: -webkit-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 9%, rgba(254,254,254,1) 49%, rgba(196,196,196,1) 92%, rgba(196,196,196,1) 100%);
	background: -o-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 9%, rgba(254,254,254,1) 49%, rgba(196,196,196,1) 92%, rgba(196,196,196,1) 100%);
	background: -ms-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 9%, rgba(254,254,254,1) 49%, rgba(196,196,196,1) 92%, rgba(196,196,196,1) 100%);
	background: linear-gradient(to right, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 9%, rgba(254,254,254,1) 49%, rgba(196,196,196,1) 92%, rgba(196,196,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#c4c4c4', GradientType=1 );

	border:2px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:rgba(88,31,76,1);

	font-size:14px;
	padding:8px 0px;
	text-shadow:1px 1px 0px #ccc;
	width: 100%;
}
.btn_cat:hover {
	background: rgba(196,196,196,1);
	background: -moz-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 8%, rgba(254,254,254,1) 51%, rgba(196,196,196,1) 91%, rgba(196,196,196,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(196,196,196,1)), color-stop(8%, rgba(196,196,196,1)), color-stop(51%, rgba(254,254,254,1)), color-stop(91%, rgba(196,196,196,1)), color-stop(100%, rgba(196,196,196,1)));
	background: -webkit-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 8%, rgba(254,254,254,1) 51%, rgba(196,196,196,1) 91%, rgba(196,196,196,1) 100%);
	background: -o-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 8%, rgba(254,254,254,1) 51%, rgba(196,196,196,1) 91%, rgba(196,196,196,1) 100%);
	background: -ms-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 8%, rgba(254,254,254,1) 51%, rgba(196,196,196,1) 91%, rgba(196,196,196,1) 100%);
	background: linear-gradient(to right, rgba(196,196,196,1) 0%, rgba(196,196,196,1) 8%, rgba(254,254,254,1) 51%, rgba(196,196,196,1) 91%, rgba(196,196,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#c4c4c4', GradientType=1 );

	color:rgba(173,119,53,1);
	text-decoration:none;
	text-shadow:0px 0px 2px #fff;
}
.btn_cat:active {
	position:relative;
	top:1px;
}
.section_line{
    width: 10%;
    text-align: center;
    margin: 40px auto 60px;
    height: 5px;
    background-color: #ccc;
}

/*///// HEADER //////*/
#topbar{
	background-color: rgba(88,31,76,1);
	color: #fff;
	font-weight: 300;
}
#topbar #NYTime{
	padding: 7px 0px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-left: 70px;
}
#landing_header #logo{
	padding: 10px 0px 5px;
    text-align: center;
}
#landing_header #logo img{
	/*
	width: 45%;
	margin: 0px 15px 
	*/
}
#landing_header #logo span{
	display: none;
	font-size: 34px;
    font-weight: 600;
    color: rgba(88,31,76,1);
    letter-spacing: 0.4px;
}
.landing_menu_fixed{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.9);
    color: rgba(88,31,76,1);
}
.landing_menu_fixed ul li{
    background-color: transparent;
}
.landing_menu_fixed ul li a{
    color: rgba(88,31,76,1) !important;
}
.landing_menu_fixed ul li a:hover{
	background-color: transparent;
    color: rgba(173,119,53,1) !important;
}

/*///// SLIDER //////*/
.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .item{
	height: 500px;
	overflow: hidden;
}
.carousel .carousel-inner .item img{
	height: 500px;
	width: 100%;
}
.landing_slider .caption_slider1{
	margin-bottom: 120px;
    margin-left: 70px;
    line-height: 40px;
    text-shadow: 2px 1px 0px #000;
    
    font-size: 30px;
    font-weight: 300;
    width: 350px;
    text-align: left;
}
.landing_slider .caption_slider1 b{
	font-size: 52px;
	font-weight: 700;
	line-height: 45px;
}
.landing_slider .caption_slider1 b:last-child{
	font-size: 38px;
	font-weight: 700;
}
.landing_slider .caption_slider2{
	margin-bottom: 150px;
    margin-left: 70px;
    line-height: 40px;
    text-shadow: 2px 1px 0px #000;
    
    font-size: 30px;
    font-weight: 300;
    width: 450px;
    text-align: left;
}
.landing_slider .caption_slider2 b{
	font-size: 52px;
	font-weight: 700;
	line-height: 45px;
}
.landing_slider .caption_slider3{
	margin-bottom: 150px;
    margin-left: 70px;
    line-height: 40px;
    text-shadow: 2px 1px 0px #000;
    
    font-size: 30px;
    font-weight: 300;
    width: 450px;
    text-align: left;
}
.landing_slider .caption_slider3 b{
	font-size: 52px;
	font-weight: 700;
	line-height: 45px;
	margin-left: 30px;
}

.landing_slider .caption_slider3 b:first-child{
	font-size: 32px;
	font-weight: 700;
	margin-left: 0px;
}
.line{
	background-color: rgba(88,31,76,1);
	width: 100%;
	height: 6px;
}
#leads_form_container{
    position: relative;
    margin-top: -450px;
}
#leads_form{
	background-image: url("../../img/about_pmi/bgform.png");
	background-repeat: no-repeat;
	width: 320px;
	height: 340px;
	margin-left: 100px;
}

#leads_form #name:before{
	content: ' ';
	background-image: url("../../img/about_pmi/icons/icon_user.png");   
    height: 100px;
    width: 100px;
	padding: 10px;

}
#leads_form #form_input{
	padding: 6px 30px 0px 50px;
}
#leads_form span{
	padding: 0px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1.2px;
}
#leads_form p{
	text-align: justify;
	padding: 30px 10px 10px 10px;
}
#leads_form #form_input .input-group{
	margin: 10px;
}
#leads_form #form_input .input-group-addon{
	padding: 0px;
	border: none;
	border-radius: 15px 0px 0px 15px;
	background: rgba(255,255,255,1);
}
#leads_form #form_input .form-control{
	height: 30px;
	border: none;
	border-radius: 0px 4px 4px 0px;
	background: rgba(255,255,255,.8);
}

#leads_form #form_input #btn_send{
	padding: 5px 70px;
    top: 18px;
    position: relative;
    left: 5px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-shadow: 0px 0px 0px;
    margin-top: 0px;
}
#form_processing{
	padding: 115px 60px;
	position: absolute;
	z-index: 10;
	top: 50px;
	width: 250px;
}
#form_data_sent{
    text-align: center;
    margin: 0px;
    padding: 80px 0px;
    position: absolute;
    z-index: 10;
    top: 50px;
    width: 250px;
}
#form_data_sent div{
    padding: 0px 20px;
}
#form_data_sent b{
	padding-bottom: 15px;
    display: block;
    font-size: 32px;
    font-weight: 600;
}
#form_data_sent a{
	margin-top: 65px !important; 
}
.floating_text{
	padding: 10px 55px 0px 0px;
}
.floating_text h3{
	font-weight: 200;
	padding-bottom: 10px;
}
.floating_text h3 span{
	font-weight: 500;
}
.floating_text p{
	padding: 0px;
    line-height: 20px;
}
.floating_text li p{
	padding: 0px;
    line-height: 18px;
    font-size: 15px;
    margin: 5px;
}

#why_us{
	display: none;
}

/*///// METALS //////*/
.metals {
  font-size: 0;
  text-align: center;
}
.metals .metal {
  display: inline-block;
  margin: 5px;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  width: 20%;
  cursor: crosshair;
}
.metals .metal:before {
	content: '';
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 40%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 40%);
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
	-webkit-transition-duration: 0.3s;
	      transition-duration: 0.3s;
}
.metals .metal img {
	display: block;
	max-width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.metals .metal .details {
	font-size: 16px;
	padding: 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	text-shadow: 1px 1px #000;
}
.metals .metal .details span {
	display: block;
	opacity: 0;
	position: relative;
	top: 100px;
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
	-webkit-transition-duration: 0.3s;
	      transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	      transition-delay: 0s;
}
.metals .metal .details .title {
	line-height: 1;
	font-weight: 600;
	font-size: 26px;
}
.metals .metal .details .info {
	line-height: 1.2;
	margin-top: 5px;
	font-size: 16px;
}
.metals .metal:focus:before,
.metals .metal:focus span, 
.metals .metal:hover:before,
.metals .metal:hover span {
	opacity: 1;
}
.metals .metal:focus:before, 
.metals .metal:hover:before {
	top: 0%;
}
.metals .metal:focus span, 
.metals .metal:hover span {
	top: 0;
}
.metals .metal:focus .title, 
.metals .metal:hover .title {
	-webkit-transition-delay: 0.15s;
	      transition-delay: 0.15s;
}
.metals .metal:focus .info, 
.metals .metal:hover .info {
	-webkit-transition-delay: 0.25s;
	      transition-delay: 0.25s;
}

/*///// FOOTER //////*/
#landing_footer{
	background-color: #17191B;
	text-align: center;
	color: #efefef;
}
#landing_footer .footer_text{
	padding: 50px 0px 30px;
	font-size: 16px;
	font-weight: 400;
}
#landing_footer .footer_text span{
	display: block;
	font-size: 16px;
	font-weight: 300;
}
#landing_footer .footer_corporate_info{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#landing_footer .footer_corporate_info a{
	color: #fff;
}
.section-copyright{
	background-color: #000002;
    border-top: 2px solid #333333;
    padding: 15px 0px 5px;
}
.section-copyright p{
	color: #efefef;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
}
#landing_footer .social_networks{
    text-align: center;
}
#landing_footer .social_div{
    display: inline;
    margin: 0px;
}
#landing_footer .social_button{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(102, 0, 51, 1);
    width: 35px;
    height: 35px;
    padding-top: 10px;
    margin: 10px;
    border-radius: 50%;
    display: inline-block;
}
#landing_footer .social_button:hover{
    color: rgba(102, 0, 51, 1);
    background-color: rgba(255, 255, 255, 1);
}
#landing_footer .gototop{
	text-decoration: underline;
	font-style: normal;
}
#landing_footer .footter_logos{
	width: 95px;
	margin-top: 120px;
}
#landing_footer .footter_logos.left{
	float: right;
}
#landing_footer .footter_logos.right{
	float: left;
}

/*   HOME VIDEO PRESENTATION */

#home_video_presentation {
	margin: 0px 0px;
	margin-bottom: -20px;
	background-color: #efefef;
}
#home_video_presentation .video_container{
	margin: 80px auto;
	border: 0px;
}
#home_video_presentation iframe{
	margin: auto;
	width: 100%;
	height: 304px;
}
#home_video_presentation h1{
	font-size: 30px;
	font-weight: 300;
	color: rgb(88, 31, 76);
	padding: 25px 0px 15px;
}
#home_video_presentation .video_text p {
	text-align: justify;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	padding: 2px 0px;
}

/*  *** */


/*///// RESPONSIVE STYLES //////*/
@media only screen and (max-width: 1450px) {     
	.landing_slider .caption_slider1,
	.landing_slider .caption_slider2,
	.landing_slider .caption_slider3{
		margin-left: -80px;
	}
	.metals .metal .details .info{
		font-size: 14px;
	}
}
@media only screen and (max-width: 1199px) {     
	.landing_slider .caption_slider1,
	.landing_slider .caption_slider2,
	.landing_slider .caption_slider3{
		margin-left: -100px;
	}
	.navbar ul li{
		padding-left: 25px;
		padding-right: 25px;
	}
	#landing_header #logo img{
		width: 60%;
	}
	section.bg_left_right1{
		background-size: 145%;
	}
	section.bg_right_left2{
		background-size: 145%;
	}
	.metals .metal .details .info{
		font-size: 13px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar ul li{
		padding-left: 0px;
		padding-right: 0px;
	}
	.bg_section .pic{
		width: 250px;
	}
	section.bg_left_right1{
		background-size: 155%;
	}
	section.bg_right_left2{
		background-size: 155%;
	}
	#leads_form{
		margin-left: 30px;
	}
	.bg_section figcaption{
		font-size: 12px;
	}
	.landing_slider .caption_slider1{
		width: 350px;
	}
	.landing_slider .caption_slider2{
		width: 400px;
	}
	.landing_slider .caption_slider3{
		width: 400px;
	}
	.landing_slider .caption_slider1 b,
	.landing_slider .caption_slider2 b,
	.landing_slider .caption_slider3 b{
		font-size: 40px;
	}
	.metals .metal {
		width: 40%;
	}
	.metals .metal .details .info{
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	#landing_header #logo span{
		font-size: 24px;
	}
	.landing_slider .caption_slider1,
	.landing_slider .caption_slider2,
	.landing_slider .caption_slider3{
		display: none;
	}	
	.carousel, 
	.carousel .carousel-inner, 
	.carousel .carousel-inner .item, 
	.carousel .carousel-inner .item img{
		max-width: none;
		height: 400px;
	}
	.carousel-indicators{
		z-index: -1;
	}
	#slider_static_image{
		width: 100%;
		height: 300px;
		position: relative;
		overflow: hidden;
	}
	#slider_static_image img{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	#slider_static_image p{
		color: #fff;
	    font-size: 18px;
	    font-weight: 400;
	    left: 20px;
	    position: absolute;
	    text-shadow: 2px 2px 0px #000;
	    top: 70px;
	    width: 90%;
	    z-index: 10;
	}
	#slider_static_image p b{
		font-size: 32px;
		font-weight: 600;
	}
	#slider_static_image p b:last-child{
		display: block;
	}
	#leads_form_container{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	#leads_form #form_input .form-control{
		background-color: rgba(1, 1, 1, 0.1);
	}
	#leads_form #form_input .input-group-addon{
		background-color: rgba(1,1,1,1);
	}
	section.bg_left_right1{
		background-size: 100%;
		background-position: 0px;
	}
	section.bg_right_left2{
		background-size: 100%;
		background-position: 0px;
	}
	#leads_form{
		margin: auto;
	}
	.td_ico{
		width: 1%;
		display: none;
	}
	.navbar-header{
		display: none;
	}
	.navbar{
		min-height: 10px;
	}

}
@media screen and (max-width: 400px) {
  #topbar .lol {
    	display: hide !important;
    	color: white;
    	font-size: 14px;
    	font-weight: bold;
    	position: absolute;
    	margin-left: 81%;
    	margin-top: -17px;
  	}
}


@media only screen and (max-width: 570px) {
	#topbar #NYTime{
		margin-left: 0px;
		font-size: 11px;
	}
	#landing_header #logo img{
		margin: 0px;
	}
	#landing_header #logo span{
		font-size: 16px;
	}
	.carousel-control.left,
	.carousel-control.right,
	.carousel-indicators{
		display: none;
	}
	.carousel, 
	.carousel .carousel-inner, 
	.carousel .carousel-inner .item, 
	.carousel .carousel-inner .item img{
		width: 100%;
		height: 360px;
	}
	#slider_static_image{
		height: 200px;
	}
	#leads_form_container{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	#leads_form #form_input .form-control{
		background-color: rgba(255, 255, 255, 0.9);
	}
	#leads_form #form_input .input-group-addon{
		background-color: rgb(88, 31, 76);
	}
	#leads_form{
		width: 290px;
	}
	#leads_form p{
		padding: 10px 5px 5px 5px;
	}
	#leads_form #form_input #btn_send{
		top: 5px;
		left: 0px;
	}
	.landing_menu_fixed{
		display: none;
	}
	#form_processing,
	#form_data_sent{
		width: 220px;
	}
	.bg_section p{
		font-size: 14px;
	}
	.td_img{
		display: block;
		width: 100%;
		text-align: center !important;
	}
	.tx_txt{
		display: block;
		width: 100%;
	}
	.metals .metal {
		width: 90%;
	}
	.mar-left{
		margin-left: 0px;
	}
	.floating_text{
		padding: 10px 0px;
	}
	.floating_text h3{
		text-align: left;
	}
}