@charset "utf-8";

/* CSS Document */

body {
	margin: 0px;
	background-attachment: fixed;
	background-position: center top;
	padding: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #262420;
	background-image: url(bg1.jpg);
}
.maincontainer {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(black.png);
}
.slider {
  max-width: 1910px;
  height: 770px;
  margin: 1px auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(slider.jpg)no-repeat center;
      background-size: cover;
    animation:fade 24s infinite;
-webkit-animation:fade 24s infinite;

} 
.slide2 {
  background: url(slide1.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 24s infinite;
-webkit-animation:fade2 24s infinite;
}
.slide3 {
    background: url(slide2.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 24s infinite;
-webkit-animation:fade3 24s infinite;
}
.slide4 {
    background: url(slide3.jpg)no-repeat center;
      background-size: cover;
    animation:fade4 24s infinite;
-webkit-animation:fade4 24s infinite;
}
.slide5 {
    background: url(slide5.jpg)no-repeat center;
      background-size: cover;
    animation:fade5 24s infinite;
-webkit-animation:fade5 24s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  20% { opacity: 1}
  40% { opacity: 0}
  60% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 1}
  60% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 1}
  90% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade5
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  90% { opacity: 1}
  100% { opacity: 0}
}

/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  opacity: 0.9;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
	font-family: "Montserrat", Helvetica;
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
	text-transform: uppercase;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
	color: #c79936;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
  opacity: 0;
}

.openbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  position: fixed;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
img {
	width: 100%;
}
td, textarea, input, select {
	font-family: "Montserrat", Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
p a {
	color: #9D8966;
	text-decoration: none;
}
.menufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 20px;
}
.menubg {
	background-image: url(pro_drop_1/blank.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menubg:hover {
	background-image: url(pro_drop_1/blank_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menubg2 {
	background-image: url(pro_drop_1/blanka.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menubg2:hover {
	background-image: url(pro_drop_1/blank_overa.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tableDetail {
	font-size: 10px;
	font-family: Verdana;
	color: #49394E;
}
.text1 {
	font-family: "Montserrat", Helvetica;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
}
.text2 {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: normal;
	color: #000099;
}
.text2 a {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
.text2 a:hover {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: normal;
	color: #000033;
	text-decoration: underline;
}
.text3 {
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: normal;
	color: #7A6143;
}
.text3 a {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: normal;
	color: #7A6143;
	text-decoration: none;
}
.text30 {
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: bold;
	color: #999900;
	text-transform: capitalize;
}
.text19 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B0B058;
}
.text18 {
	font-family: "Montserrat", Helvetica;
	font-size: 1.5em;
	font-weight: bold;
	color: #00CC99;
}
.text4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.text5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003C7D;
}
.text25 {
	font-family: Montserrat, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #030;
}
.text6 {
	position: absolute;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.text6 strong {
	font-weight: 600;
}
.text7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	text-transform: none;
}
.text8 {
	font-family: Montserrat, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.text9 {
	font-family: "Montserrat", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
.social {
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
.social2 {
	width: 98%;
	float: left;
	margin-bottom: 8px;
}
.socialfix {
    width: 48px;
	position: fixed;
	bottom: 0;
	padding: 8px;
	margin-bottom: 8.0em;	
}
.designed_by {
	font-family: Arial;
	font-size: 8.5px;
	font-weight: lighter;
	color: #000000;
}
input {
	background-color: transparent;
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #b7b7b7;
	padding: 8px;
	margin: 8px;
}
textarea {
	width: 90%;
	background-color: transparent;
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #b7b7b7;
	padding: 8px;
	margin: 8px;
}
.text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	color: #4C9B8F;
	font-style: normal;
}
.text11 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #030;
}
.text12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #F60;
	font-style: italic;
}
h1 {
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 36px;
	margin: 0px;
	font-style: normal;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Montserrat, Helvetica;
	text-align: center;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFCC;
	font-family: "Montserrat", Helvetica;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #cda800;
	font-style: normal;
	border: 1px;
	border-radius: 10px;
	font-family: "Montserrat", Helvetica;
	padding: 0px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.text14 {
	font-family: "Montserrat", Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-align: center;
}
.text14 a {
	font-family: "Montserrat", Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.text14 a:hover {
	font-family: "Montserrat", Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #900;
	text-decoration: underline;
}
.text15 {
	font-family: Calibri, "Futura Md BT", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.homecontainer {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.contactcontainer {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	text-align: left;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
p {
	font-family: "Montserrat", Helvetica;
	font-size: 1.0em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
.text16 {
	font-family: Montserrat, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.white {
	background-image: url(white.png);
	background-repeat: repeat;
}
.font21 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.whitetable {
	border-radius: 10px;
	border: 1px solid #FFF;
	background-attachment: fixed;
	background-image: url(white.png);
	background-repeat: repeat;
}
.curvetable {
	border-radius: 10px;
	border: 1px solid #FFF;
}
#cf {
	position: relative;
	height: 225px;
	width: 240px;
	margin: 0 auto;
}
#cf img {
	position: absolute;
	left: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#cf img.top:hover {
	opacity: 0;
}
.imgright {
	float: right;
	width: 30%;
	margin: 5px;
}
.footer {
	width: 100%;
	height: 70px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #000000;
}
.header {
	background-color: #262324;	
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;

	padding-top: 10px;
	height: 50px;
}
.header2 {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(white.png);
}
.space {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.button {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.row1 {
	-webkit-column-count: 3;
	/* Chrome, Safari, Opera */
	-moz-column-count: 3;
	/* Firefox */
	column-count: 3;
}
.onehalf {
	width: 49%;
	float: left;
	height: auto;
	padding-left: 3px;
	padding-right: 3px;
}
.twohalf {
	width: 49%;
	float: left;
	height: auto;
}
.fullwidth {
	width: 900px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	height: auto;
}
.leftsidebar {
	width: 625px;
	float: left;
	height: auto;
	margin: 0px;
	padding: 5px;
}
.none {
	width: auto;
}
.mainmenu {
	background-attachment: scroll;
	background-image: url(mainmenu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}
.rightcontent {
	width: 290px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	text-align: justify;
}
li {
	font-family: "Montserrat", Helvetica;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.newimage {
	padding: 3px;
}
h5 {
	font-family: "Montserrat", Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
h5 a {
	font-family: "Montserrat", Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #004c97;
}
h5 a:hover {
	font-family: "Montserrat", Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
	opacity: 0.5;
}
.mobile23 {
	padding: 0.1em;
	width: 24%;
}
.mobile3rd {
	padding: 0.1em;
	width: 24%;
}
.newcontainer {
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(black.png) !important;
	width: 93%;
	padding-left: 4.0em;
	padding-right: 0.7em;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.newcontainer .span_1_of_3 {
    width: 31%;	
}
.menu_container {
	display: block;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	bottom: 0px;
	height: 36px;
}
.menu_container a {
	text-decoration: none;
	color: #FDFDFD;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	height: 36px;
	line-height: 36px;
	font-family: "Montserrat", Helvetica;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	text-transform: uppercase;
}
.menu_container ul {
	padding: 0;
	list-style: none;
	float: none;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.menu_container ul li.current-menu-item {
	background-color: #ddd;
}
.menu_container>ul>li {
	display: block;
	float: left;
	position: relative;
	margin-right: 12px;
	margin-left: 12px;	
	z-index: 9999;
}
.menu_container ul li:hover {
	color: #000;
	background-color: #3B2A10;
}
.menu_container>ul>li>ul a {
	font-size: 1.0em;
}
.menu_container>ul>li>ul {
	background-color: #333333;
	position: absolute;
	display: none;
	top: 100%;
	width: 280px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}
.menu_container>ul>li:hover>ul {
	display: block;
}
.menu_container>ul>li>ul>li {
	position: relative;
}
.menu_container>ul>li>ul>li>ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	border: 1px solid #eee;
	width: 140px;
}
.menu_container>ul>li>ul>li:hover>ul {
	display: block;
	background-color: #fff;
}
.menu_container>ul>li>ul>li>ul>li {}
.content {
	clear: both;
}
.title {
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
}
pre {
	background-color: #fafafa;
	padding: 20px;
	overflow: auto;
	border: 1px solid #f1f1f1;
	color: #000;
}
.responsive_menu select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(85, 85, 85);
	vertical-align: middle;
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: none;
}
.nofull select {
	width: auto;
}
label {
	float: left;
	line-height: 36px;
	font-weight: 800;
	font-size: 12px;
}
.note {
	color: #999;
	font-size: 14px;
}
.download_button {
	padding: 15px 0;
	background: #F2F2F2;
	display: block;
	margin: 30px auto;
	width: 100%;
	max-width: 200px;
	text-align: center;
	color: #4988C6;
	text-decoration: none;
	font-weight: 800;
	font-size: 12px;
	border-bottom: 3px solid #ddd;
}
.download_button:active {
	position: relative;
	top: 3px;
	border-bottom: 0;
}
.download_button:hover {
	background-color: #eaeaea;
}
.greenbar {
	font-family: "Montserrat", Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #98f0a5;
	background-color: #3cb64e;
	text-transform: capitalize;
	padding: 3px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#pagewrap {
	padding: 5px;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(white.png);
	background-repeat: repeat;
}
#content {
	width: 300px;
	float: left;
	padding: 5px 5px;
}
#middle {
	width: 300px;
	/* Account for margins + border values */
	float: left;
	padding: 5px 5px;
}
#sidebar {
	width: 300px;
	padding: 5px 5px;
	float: left;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/


/* for 980px or less */

@media screen and (max-width: 980px) {
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
}

/* for 700px or less */

@media screen and (max-width: 768px) {
	.mobile3rd {
	padding: 0.1em;
	width: 24%;
}
}

/* for 480px or less */

@media screen and (max-width: 480px) {
	#sidebar {
		display: none;
	}
}
#content, #middle, #sidebar {
	margin-bottom: 5px;
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 2px;
	margin-top: 0;
}
.col:first-child {
	margin-left: 2px;
}

/* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 75%;
	margin-left: 3px;
	margin-right: 2px;
}
.span_2_of_4 {
	width: 49%;
	font-size: 1.0 em;
	margin-top: 20px;
	text-align: left;
}
.span_1_of_4 {
	padding: 0.1em;
	width: 23.5%;
}

/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 65%;
	font-size: 1.0 em;
	text-align: left;
	padding: 0.2em;
}
.span_1_of_3 {
	padding: 0.2em;
	width: 32.5%;
}

/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 48%;
	text-align: justify;
	font-size: 0.3 em;
	margin-right: 5px;
	margin-left: 5px;
}

/*  GO FULL WIDTH AT LESS THAN 1366 PIXELS */

@media only screen and (max-width: 1366px) {
	.span_2_of_3 {
		padding: 0;
		width: 69%;
	}
	.span_1_of_3 {
	padding: 0;
	width: 32%;
	margin-left: 3px;
	margin-right: 3px;
	}
	.header {
		width: 100%;
	}
	.maincontainer {
		width: 90%;
	}
	.menu_container>ul>li {
	margin-right: 7px;
	margin-left: 7px;	
}
.menu_container a {
	   font-size: 1.0em;	
	}
	.span_2_of_4 {
	margin-top: 10px !important;
}
}

/*  GO FULL WIDTH AT LESS THAN 1024 PIXELS */

@media only screen and (max-width: 1024px) {
	.text1 {
	    font-size: 0.8em;	
	}
	.span_1_of_3 {
		width: 32%;
	}
	.span_2_of_3 {
		width: 81%;
	}
	.span_3_of_4 {
		width: 74%;
	}
	.header {
		width: 100%;
	}
	.maincontainer {
		width: 96%;
	}
	.span_1_of_2 {
	width: 48%;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}
.menu_container a {
	   font-size: 0.9em;	
	}
	.menu_container>ul>li {
	margin-right: 3px;
	margin-left: 3px;	
}
.span_2_of_4 {
	margin-top: 3px !important;
}
}

/*  GO FULL WIDTH AT LESS THAN 768 PIXELS */

@media only screen and (max-width: 768px) {
	.slider {
	   	width: 100% !important;
		height: 350px;
		margin-bottom: 8px;
	}
	.openbtn {
  opacity: 1;
}
	.newcontainer .span_1_of_3 {
    width: 96%;	
}
	.social {
	   display: none;	
	}
	.social2 {
	   width: 70%;	
	}
	.newcontainer {
    width: 84%;	
	padding-left: 0;
	padding-right: 0;
    background-image: none;
}
textarea {
	width: 80%;
}
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
		padding: 0.1em;
	}
	.span_2_of_2 {
		width: 100%;
	}
	.span_1_of_2 {
		width: 99%;
	}
	.button {
		width: 100%;
	}
	.maincontainer {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		padding: 3px;
		text-align: left;
	}
	.header {
		width: 98%;
		margin-right: auto;
		margin-left: auto;
	}
	.span_3_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 49%;
	}
	    .menu_container {
	    display: none !important;	
	}
	#main {
  position: relative;
}
		.mobile23 {
	width: 60%;
}
    .mobile3rd {
	width: 30%;
	float: right !important;	
}
	
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
			.mobile23 {
	width: 70%;
}
    .mobile3rd {
	width: 20%;
	float: right !important;	
}
	.social2 {
		width: 90%;
	} 
	.maincontainer {
	width: 76%;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-image: none;
}
	.slider {
	   	width: 100% !important;
		height: 300px;
		margin-bottom: 8px;
	}
	.span_1_of_4 {
		width: 96%;
		text-align: center;
	}
	.span_1_of_3 {
		width: 100%;
		text-align: center !important;
	}
	.copyrightfoot {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.header {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
	.homecontainer {
	width: 64%;
	padding-right: 1px;
	}
	.newcontainer {
	width: 76%;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-image: none !important;
}
   .text1 {
	    font-size: 1.0em;
		
   }
   p {
	    text-align: justify !important;   
	}
	
}
