@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}
.wraper {
	width: 100%;
}
body {
	-webkit-text-size-adjust: none;
	background-image: url(../images/index/sg_background_tile_100x100.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
.main_nav {
	position: absolute; /*for floating the nav on top*/
	z-index: 100;
}
#nav_wrapper {
	position: fixed;
	top: 0px;
	width: 1024px;
	z-index: 150;
}
#navbars {
	float: right;
	margin: 20px 20px 0px 0px;
	width: 6%;
}
#page {
	width: 100%;
}
#sgp_container {
	margin: 0px auto 0px auto;
	width: 1024px;
	position: relative;
	overflow: visible;
	top: 0px;
	background-color: white;
}
.dropdown a img {
	border-width: 0px;
	width:100%;
}
.dropdown-menu {
    margin-left: -150px !important;
}
.container {
	overflow: hidden;
	margin:0px !important;
	width: 1024px !important;
	position: relative;
}
p, h1 {
	margin: 0 !important;
}
/****Index Css****/

.index_container {
	background: #FFF;
}
._top_11 {
	clear: both;
	margin: auto;
	width: 96%;
	padding: 3% 0px;
}
._top_11 img {
	width: 100%;
}
._top_12 {
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom: 15px;
}
.top_12_left {
	float: left;
	width: 25%;
	position: relative;
}
.top_12_left2 {
	float: right !important;
	margin-top: 10%;
}
.top_12_left img {
	width: 100%;
}
.top_12_right {
	float: left;
	width: 67%;
	margin-left: 3%;
	margin-top:30px;
}
.top_12_right img {
	width: 100%;
}
.top_12_right p {
	color: #000000;
	font-family: "Open Sans";
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0;
	padding: 5% 0px 4% 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
}
.top_12_text {
	font-size: 18px;
	line-height: 22px;
}
._learn_more {
	float: right;
	width: 16%;
}
._learn_more img {
	width: 100%;
}
._last_bottom_list {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
._last_bottom_list img {
	width: 100%;
}
._box1_last {
	float: left;
	width: 27%;
}
._box2_last {
	float: left;
	width: 38%;
	margin: 0px 4%
}
._social_icon {
	float: left;
	width: 100%;
	text-align: center;
	margin: 2% 0px 5% 0px;
	clear:both;
}
._social_icon img {
	display: inline-block;
	vertical-align: top;
	width: 19%;
}
/***Slider***/

 @media (max-width:1024px) {
.container {
	width: 100% !important;
	margin:0px !important;
}
#nav_wrapper {
	width: 100%;
}
#sgp_container {
	width: 100%;
}
.top_12_text {
	font-size: 18px;
	line-height: 22px;
}
}
 @media (max-width:768px) {
.top_12_text {
	font-size: 13px;
	line-height: 18px;
}
}
@media (max-width:737px) {
}
@media (max-width:667px) {
}
@media (max-width:600px) {
}
 @media (max-width:480px) {
}
@media (max-width:414px) {
}
