/* CSS Resets */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	margin:0;
	padding:0
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
	display:block
}
a img {
	border:0
}
figure {
	position:relative
}
figure img {
	width:100%
}

body
{
	font-family:'gotham_mediumregular';
}

/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */


/*.container {
padding-left: 20px;
padding-right: 20px;
}*/

.container {
}
.row {
	width: 100%;
	max-width: 1000px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}
.row .onecol {
	width: 4.85%;
}
.row .twocol {
	width: 13.45%;
}
.row .threecol {
	width: 22.05%;
}
.row .fourcol {
	width: 30.75%;
}
.row .fivecol {
	width: 39.45%;
}
.row .sixcol {
	width: 48%;
}
.row .sevencol {
	width: 56.75%;
}
.row .eightcol {
	width: 65.4%;
}
.row .ninecol {
	width: 74.05%;
}
.row .tencol {
	width: 82.7%;
}
.row .elevencol {
	width: 91.35%;
}
.row .twelvecol {
	width: 100%;
	float: left;
}
.last {
	margin-right: 0px;
}
img, object, embed {
	max-width: 100%;
}
img {
	height: auto !important;
}
body {
	margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(../images/background.JPG) top center no-repeat #f9f9f9;
}
* {
	padding:0px;
	margin:0px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.nbrdr{ border-bottom:none !important;
padding-bottom:0px !important;}

.white {
	background-color:#ffffff;
}
.shadow {
	margin-left:0% !important;
}
.clear {
	clear:both;
	width:100%;
	height:0px;
}
 @font-face {
 font-family: 'gotham_lightregular';
 src: url('gotham-light-webfont.eot');
 src: url('gotham-light-webfont.eot?#iefix') format('embedded-opentype'), url('gotham-light-webfont.woff') format('woff'), url('gotham-light-webfont.ttf') format('truetype'), url('gotham-light-webfont.svg#gotham_lightregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'gotham_boldregular';
 src: url('gotham-bold-webfont.eot');
 src: url('gotham-bold-webfont.eot?#iefix') format('embedded-opentype'), url('gotham-bold-webfont.woff') format('woff'), url('gotham-bold-webfont.ttf') format('truetype'), url('gotham-bold-webfont.svg#gotham_boldregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'gotham_mediumregular';
 src: url('gotham-medium-webfont.eot');
 src: url('gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), url('gotham-medium-webfont.woff') format('woff'), url('gotham-medium-webfont.ttf') format('truetype'), url('gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
    font-family: 'gotham_blackregular';
    src: url('gotham-black-webfont.eot');
    src: url('gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-black-webfont.woff') format('woff'),
         url('gotham-black-webfont.ttf') format('truetype'),
         url('gotham-black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a:hover, a:active, a:link, a:visited  { outline:0;}
.green-bg {
	background:url(../images/green-touch-big.jpg) bottom right no-repeat;
}

.skyscraper {
	text-align:center;
	background:none !important;
	line-height:1px
	
	}

.main-con {
	float:left;
	width:100%;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:30px;
}
#drop_icon {
	display:none;
	text-decoration:none;
}
.header {
	padding-left:0;
	padding-right:0;
}
.header .row .twelvecol{
	padding-left:0;
	padding-right:0;
}	
.logo-part {
	float:left;
	width:30%;
}
.logo {
	float:left;
	padding-top:25px;
	width:100%;
}
.navigation {
	float:right;
	width:68%;
}
.nav-top {
	width:100%;
	float:left;
	text-align:right;
}
.nav-top ul {
	margin:0px;
	padding:0px;
	float:right;
}
.nav-top ul li {
	list-style:none;
	padding:22px 0px 23px 0px;
	float:left;
	line-height:10px;
	color:#7f7d86;
	font-family: 'gotham_lightregular';
	font-size:11px;
}
.nav-top ul li a {
	display:block;
	padding:0px 12px 0px 12px;
	border-right:1px solid #7f7d86;
}
.nav-top ul li a:link {
	color:#7f7d86;
	text-decoration:none;
}
.nav-top ul li a:hover {
	color:#000000 !important;
	text-decoration:none;
}
.nav-top ul li a:active {
	color:#7f7d86;
	text-decoration:none;
}
.nav-top ul li a:visited {
	color:#7f7d86;
	text-decoration:none;
}
.article h2 a:link {
	color:#0092cc;
	text-decoration:none;
}
.article h2 a:active {
	color:#0092cc;
	text-decoration:none;
}
.article h2 a:hover {
	color:#000000 !important;
	text-decoration:none;
}
.article h2 a:visited {
	color:#0092cc;
	text-decoration:none;
}
.news_cat a{
	color:#0092CC;
	text-decoration:none;
}
.news_cat a:hover {
	color:#000000 !important;
	text-decoration:none;
}

.nav-bottom {
	width:100%;
	float:right;
}
.nav-bottom ul {
	margin:0px;
	padding:0px;
	float:right;
}
.nav-bottom ul li {
	list-style:none;
	margin:0px;
	float:left;
	color:#37353c;
	font-size:14px;
	font-family: 'gotham_lightregular';
	font-weight:normal;
	line-height:50px;
	letter-spacing:-0.5px;
}

.nav-bottom ul li a {
	display:block;
	padding:0px 12px 0px 12px;
	border-right:1px solid #e9e9e9;
}

.dropdown-nav {
	background:#FAFAFA;
	position: absolute;
	width:1064px;
	display:none;
	z-index:1000;
	left:-52px;
	top:100%;
	padding:10px 20px 20px 20px;
	box-shadow:0px 1px 4px #939393;
	float:left;	
	/*Dharmesh */
}

.drop{ left:300;}	
	
.nav-bottom ul li:hover .dropdown-nav { display:block;} 	

.dropdown-nav-inner { float:left; width:100%;}

.dropdown-nav-inner ul {
	float:left;
	list-style:none;
	}
	
.dropdown-inner-box {
	float:left;
	width:196px;
	min-height:190px;
	padding-right: 10px;
	}	

.dropdown-inner-box ul {
	padding:0 0 10px 0;
	
	}
	
.dropdown-inner-box a { padding:0 !important; line-height:30px; font-size:13px; text-transform:uppercase; font-family: 'gotham_lightregular';}

.dropdown-inner-box ul li a { padding:0; line-height:17px;}	
	
.dropdown-inner-box ul li {
  background: url("../images/drop-aerrow.png") no-repeat scroll left 4px transparent;
    display: block;
    float: none;
    font-family: 'gotham_lightregular';
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 6px;
    padding: 0 15px 0 13px;
    text-align: left;
    
	
	}	

.dropdown-inner-box ul li a { text-transform:none !important; font-size:13px;}

.top-last {
	border-right:none !important;
	padding:0px 0px 0px 12px !important;
}
.last-nav {
	padding:0px 0px 0px 12px !important;
	border-right:none !important;
}
.nav-bottom ul li a:link {
	color:#37353c;
	text-decoration:none;
}
.nav-bottom ul li a:hover {
	color:#0097d2 !important;
	text-decoration:none;
}
.nav-bottom ul li a:active {
	color:#37353c;
	text-decoration:none;
}
.nav-bottom ul li a:visited {
	color:#37353c;
	text-decoration:none;
}
.nav-bottom ul li a.active {
	color:#0097d2 !important;
	text-decoration:none;
}
.content {
	background:url(../images/banner-bg.png) top center no-repeat;
}
.banner-inner {
	width:100%;
	float:left;
}
.banner-inner-text {
	float:left;
	padding-top:24px;
	padding-bottom:24px;
	width:100%;
}
.banner-inner-text h1 {
	font-family: 'gotham_mediumregular';
	font-weight:normal;
	line-height:24px;
	font-size:20px;
	color:#ffffff;
	padding:0px 0px 4px 0px;
	margin:0px;
}
.banner-inner-text p {
	font-size:17px;
	line-height:22px;
	padding:0px 30px 0px 0px;
	color:#ffffff;
	font-family: 'gotham_lightregular';
}
.banner-inner-box {
	float:left;
	padding-top:34px;
	width:100%;
}
.box {
	float:left;
	width:23.8%;
	margin-right:1.6%;
}
.box.last-cl{
	margin-right:0;	
}
.box h1, .box h2, .box p {
	padding-left:22px !important;
	padding-right:22px !important;
	font-weight:normal !important;
}
.box h1, .box h2 {
	letter-spacing:-1px;
}
.one {
	background-color:#0097d2;
	margin-left:0px;
}
.one h2 {
	font-family: 'gotham_boldregular';
	font-size:24px;
	color:#ffffff;
	line-height:27px;
	text-transform:uppercase;
}
.one h1 {
	font-family: 'gotham_boldregular';
	font-size:53px;
	line-height:37px;
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom:8px;
}
.one p {
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:-0.2px;
	font-size:13px;
	line-height:16px;
	color:#ffffff;
	font-weight:normal;
}
.two {
	background-color:#fd0100;
	margin-left:2.1%;
}
.two h2 {
	font-family: 'gotham_boldregular';
	font-size:20px;
	color:#ffffff;
	line-height:24px;
	padding-bottom:6px;
	text-transform:uppercase;
}
.two h1 {
	font-family: 'gotham_boldregular';
	font-size:37px;
	line-height:24px;
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom:8px;
}
.two p {
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:-0.2px;
	font-size:13px;
	line-height:16px;
	color:#ffffff;
	font-weight:normal;
}
.three {
	background-color:#b3ce00;
	margin-left:2.1%;
}
.three h2 {
	font-family: 'gotham_boldregular';
	font-size:24px;
	padding-bottom:5px;
	color:#ffffff;
	line-height:27px;
	text-transform:uppercase;
}
.three h1 {
	font-family: 'gotham_boldregular';
	font-size:42px;
	line-height:29px;
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom:8px;
}
.three p {
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:-0.2px;
	font-size:13px;
	line-height:16px;
	color:#ffffff;
	font-weight:normal;
}
.four {
	background-color:#85a100;
	margin-left:2.1%;
}
.four h1 {
	font-family: 'gotham_boldregular';
	font-size:26px;
	line-height:18px;
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom:8px;
}
.four p {
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:-0.2px;
	font-size:13px;
	line-height:16px;
	color:#ffffff;
	font-weight:normal;
}
.main-content {
	float:left;
	width:100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.banner-image {
	float:left;
	width:100%;
	line-height:1px;
	margin-bottom:21px;
}
.main-content-inner {
	float:left;
	width:100%;
	background-color:#ffffff;
	margin-bottom:20px;
}

.main-content-inner-two {
	float:left;
	width:100%;
	background-color:#ffffff;
	margin-bottom:0px;
}
.main-content-inner-four {
	float:left;
	width:100%;
	background-color:#ffffff;
	margin-bottom:20px;
}
.main-content-inner-five {
	float:left;
	width:100%;
	background-color:#ffffff;
}
.main-content-two {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.main-content-three {
	float:left;
	width:100%;
	margin-bottom:0px;
}
.main-content-left-inner {
	float:left;
	width:90.16%;
	margin-left:4.92%;
	margin-right:4.92%;
}
.main-content-left-inner-two {
	float:left;
	width:95.23%;
	margin-left:4.77%;
}
.white-bg {
	float:left;
	width:93.8%;
	margin-left:3.1%;
	margin-right:3.1%;
}
.main-content-inner-title {
	float:left;
	width:100%;
}
.main-content-inner-title h1 {
	font-family: 'gotham_lightregular';
	font-size:22px;
	line-height:25px;
	color:#36353B;
	/*text-transform: capitalize;*/
	margin:13px 0 9px 0;
}
.main-content-inner-text {
	float:left;
	width:100%;
}
.main-content-inner-text p {
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F7D86;
	line-height:20px;
	padding-bottom:15px;
	padding-right:350px;
}
.main-content-inner-text-two {
	float:none;
	width:auto;
padding-right:291px;
}
.register-img {
/*	float:right;
	margin-right:45px;*/
}
.main-content-inner-text-two p {
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F7D86;
	line-height:20px;
	padding-bottom:15px;
	/*padding-right:291px;*/
}
.exp {
	float:right;
	margin:5px 0 0 0;
}
.industries {
	width:100%;
	float:left;
}
.industries-btm {
	border-top:none !important;
	padding-top:0 !important;
	margin-top:20px;
}
.indus {
	float:left;
	width:23.4%;
	margin-left:2.1%;
	background-color:#ffffff;
	padding-bottom:10px;
}
.indus-first {
	margin-left:0;
}
.indus-second {
}
.indus-image {
	float:left;
	width:100%;
	line-height:1px;
}
.indus-image img {
	width:100%;
}
.indus-text {
	float:left;
	width:100%;
}
.indus-text h1 {
	font-family: 'gotham_lightregular';
	font-size:18px;
	line-height:25px;
	color:#36353B;
	text-transform:uppercase;
	margin:12px 0 12px 20px;
}

.indus-text h1 a:link {
	color:#36353B;
	text-decoration:none;
}
.indus-text h1 a:hover {
	color:#0097d2 ;
	text-decoration:none;
}
.indus-text h1 a:active {
	color:#36353B;
	text-decoration:none;
}
.indus-text h1 a:visited {
	color:#36353B;
	text-decoration:none;
}

.sub-cate-text h1 a:link {
	color:#36353B ;
	text-decoration:none;
}
.sub-cate-text h1 a:hover {
	color:#0097d2 !important;
	text-decoration:none;
}
.sub-cate-text h1 a:active {
	color:#36353B ;
	text-decoration:none;
}

.sub-cate-text h1 a:visited {
	color:#36353B ;
	text-decoration:none;
}
.news-article-text h1 a:visited {
	color:#36353B ;
	text-decoration:none;
}

.news-article-text h1 a:link {
	color:#36353B;
	text-decoration:none;
}
.news-article-text h1 a:hover {
	color:#0097d2 !important;
	text-decoration:none;
}
.news-article-text h1 a:active {
	color:#36353B;
	text-decoration:none;
}
.news-article-text h1 a:visited {
	color:#36353B;
	text-decoration:none;
}


.indus-text ul {
	margin:-2px 0px 0px 17px;
	padding:0px;
}
.indus-text ul li {
	font-family: 'gotham_lightregular';
	background:url(../images/arrow.png) top left no-repeat;
	clear:both;
	color:#787d86;
	display:list-item;
	list-style:none outside none;
	margin:0 0 9px;
	padding:0 0 0 21px;
	font-size:14px;
	font-weight:normal;
	line-height:15px;
}
.indus-text ul li a:link {
	color:#787d86;
	text-decoration:none;
}
.indus-text ul li a:hover {
	color:#0097d2 !important;
	text-decoration:none;
}
.indus-text ul li a:active {
	color:#787d86;
	text-decoration:none;
}
.indus-text ul li a:visited {
	color:#787d86;
	text-decoration:none;
}
.main-content-left {
	float:left;
	width:63%;
	background-color:#ffffff;
}
.main-content-left-two {
	float:left;
	width:65%;
	background-color:#ffffff;
}
.main-title {
	float:left;
	width:100%;
}
.sidebar-title {
	float:left;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:-13px;
}
.sidebar-title-two {
	margin-bottom:0px;
}
.product-border {
	border-top:1px #e9e9e9 solid;
}
.sidebar-title h1 {
	font-family: 'gotham_lightregular';
	font-size:22px;
	line-height:25px;
	color:#36353b;
	text-transform: capitalize;
	margin:13px 0px 13px 0px;
}
.sidebar-title h2 {
    font-family: 'gotham_blackregular';
	font-size:22px;
	line-height:25px;
	color:#7F7D86;
	margin:13px 0px 13px 0px;
}
.sidebar-text {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float:left;
}
.sidebar-product {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float:left;
	text-align:center;
	padding-bottom:15px;
}
.sidebar-text p {
	color: #666666;
	font-family: 'gotham_mediumregular';
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 15px;
	padding-top: 10px;
	font-weight:normal;
}
.sidebar-text ul {
	margin:10px 10px 0px 10px;
	padding:0px;
}
.sidebar-text ul li {
	font-family: 'gotham_lightregular';
	background:url(../images/arrow.png) top left no-repeat;
	clear:both;
	color:#787d86;
	display:list-item;
	list-style:none outside none;
	margin:0 0 9px;
	padding:0 0 10px 21px;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	border-bottom:1px #e9e9e9 solid;
}
.last-brdr {
	border-bottom: none!important
}
.sidebar-text ul li a:link {
	color:#787d86;
	text-decoration:none;
}
.sidebar-text ul li a:hover {
	color:#0097d2 !important;
	text-decoration:none;
}
.sidebar-text ul li a:active {
	color:#787d86;
	text-decoration:none;
}
.sidebar-text ul li a:visited {
	color:#787d86;
	text-decoration:none;
}
.twenty {
	margin-top:20px;
}
.filter {
	float:left;
	width:90%;
	margin:0 5% 0 5%;
	margin-bottom:9px;
}
.filter input {
	float:left;
}
.filter span {
	float:left;
	color: #787D86;
	font-family: 'gotham_lightregular';
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-weight:normal;
	padding-left:5px;
}
.checkbox {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
.main-title h1 {
	font-family: 'gotham_lightregular';
	font-size:22px;
	line-height:25px;
	color:#36353B;
	margin:13px 0 9px 0;
}
.main-title h2 {
	font-weight:normal;
	font-family: 'gotham_blackregular';
	font-size:15px;
	line-height:12px;
	color:#7F7D86;
	text-transform: capitalize;
	margin:-5px 0 17px 0;
}
.main-text {
	float:left;
	width:100%;
	/*min-height: 150px;*/
	
}
.main-text h1 {
	color: #0097D2;
	font-family: 'gotham_lightregular';
	font-size: 18px;
	line-height: 18px;
	margin: 5px 0 12px;
	text-transform: none;
}

.main-text h1 a:link { color:#0097d2; text-decoration:none;}
.main-text h1 a:hover { color:#36353b !important; text-decoration:none;}
.main-text h1 a:active { color:#0097d2; text-decoration:none;}
.main-text h1 a:visited { color:#0097d2; text-decoration:none;}


.main-text h2 {
   color: #7F7D86;
    font-family: 'gotham_blackregular';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 10px;
    text-transform: uppercase
}
.main-title h3 {
	color: #7F7D86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 13px;
	font-weight: bold;
	text-transform: none;
}
.main-text p {
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F7D86;
	line-height:20px;
	padding-bottom:15px;
}
.main-text p span {
	color:#36353b;
}
.main-content-right {
	float:right;
	width:35%;
	background-color:#ffffff;
	line-height:1px;
}
.main-contact {
	width:100%;
	float:left;
	background: url(../images/contact-us.jpg) top right no-repeat;
	background-size: 100% auto;
	min-height: 200px;
}
.main-contact-text {
	float:left;
	width:100%;
}
.main-contact-text h1 {
	font-family: 'gotham_mediumregular';
	font-size:20px;
	color:#0092cc;
	/*line-height:15px;*/
	font-weight:normal;
	/*margin:45px 0 7px 22px;*/
	line-height: 20px;
    margin: 35px 0 7px 22px;
}
.main-contact-text p {
	font-family: 'gotham_mediumregular';
	font-size:12px;
	color:#7f7d86;
	line-height:16px;
	font-weight:normal;
	margin:0 150px 0 22px;
	width:192px;
}
.share {
	float:left;
	width:91.14%;
	margin-right:8.86%;
	margin:20px 8.86% 24px 0;
}
.share-icons {
	float:right;
}
.share-icons ul {
	margin:0px;
	padding:0px;
}
.share-icons ul li {
	margin:0px 0pc 0 7px;
	padding:0px;
	float:left;
	text-align:right;
	display:inline;
	list-style:none;
}
.share-title {
	/*width:150px;*/
	background:url(../images/sharewith.jpg) right center no-repeat #e9e9e9;
	float:right;
	padding-right:7px;
	margin:0 4px 0 0;
}
.share-title h1 {
	font-family: 'gotham_mediumregular';
	color:#0097d2;
	text-align:center;
	line-height:24px;
	font-size:11px;
	margin: 0 5px;
}
.bottom-content {
}
.middle {
	float:left;
	width:100%;
}
.content-left {
	float:left;
	margin-left:0px;
	width:42.6%;
	padding-right:3.1%;
	padding-left:3.1%;
	background-color:#ffffff;
	margin-top:24px;
}
.article {
	float:left;
	width:100%;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:5px;
}
.content-left h1 {
	color:#36353b;
	font-size:22px;
	line-height:53px;
	font-family: 'gotham_lightregular';
	font-weight:normal;
}
.article h2 {


	color:#0092ce;
	font-family:'gotham_blackregular';
	font-size:16px;
	line-height:18px;
	padding-top:20px;	
	
}
.article span {
	color:#36353b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:33px;
	padding-bottom:5px;
}
.content-right {
	line-height:1px;
	float:left;
	width:49.8%;
	background-color:#ffffff;
	margin-top:24px;
	margin-left:1.4%;
}
.content-right h1 {
	color:#36353b;
	font-size:22px;
	line-height:53px;
	padding-left:31px;
	font-family: 'gotham_lightregular';
	font-weight:normal;
	width:94%;
	padding-left:6%;
}
.image-one {
	width:100%;
	float:left;
	text-align:center;
	margin-top:24px;
}
.image-two {
	float:left;
	width:100%;
	margin-top:21px;
}
.sub-image {
	width:32.2%;
	float:left;
	margin-left:1.6%;
}
.categories {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.categories-last {
	margin-bottom:0px;
}
.sub-cate {
	float:left;
	width:49%;
	background-color:#ffffff;
}
.sub-cate-img {
	float:left;
	width:29%;
	line-height:1px;
}
.sub-cate-img img {
	width:100%;
}
.sub-cate-text {
	float:left;
	width:64%;
	margin-left:3%;
	margin-right:3%;
}
.sub-cate-text h1 {
	font-family: 'gotham_lightregular';
	font-size:18px;
	line-height:25px;
	color:#36353B;
	text-transform:uppercase;
	margin:12px 0 8px 0;
}
.sub-cate-text p {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	padding-bottom:15px;
}
.sub-cate-text span {
	color:#35363b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:26px;
	float:right;
	text-align:right;
}
.sub-cate-text span a {
	padding:5px 7px;
}
.sub-cate-text span a:link {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.sub-cate-text span a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more--hover.jpg) repeat-x;
}
.sub-cate-text span a:active {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.sub-cate-text span a:visited {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.sub-cate-second {
	margin-left:2%;
}
.cat-btm {
	margin-bottom:0px;
}
.sidebar-icons {
	float:left;
	width:100%;
	text-align:center;
	line-height:1px;
	margin:18px 0 18px 0;
}
.sidebar-icons ul {
	margin:0px;
	padding:0px;
}
.sidebar-icons ul li {
	margin:5px;
	display:inline;
	list-style:none;
}
.product {
	float:left;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:#e9e9e9 1px solid;
}
.last-product {
	margin-bottom:0px;
}
.product-img {
	float:left;
	width:30%;
	line-height:1px;
}
.product-img img {
	/*width:100%;*/
	width: 120px;
}
.product-text {
	float:left;
	width:67%;
	margin-left:3%;
	margin-right:0%;
}
.product-title {
	float:left;
	width:100%;
}
.product-title h1 {
	font-family: 'gotham_lightregular';
	font-size:18px;
	line-height:20px;
	color:#36353B;
	text-transform:uppercase;
	margin:0px 0 19px 0;
}
.product-dis {
	float:left;
	width:100%;
}
.product-dis p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.product-disponible {
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#36353B;
	padding: 0 0 10px 0;
}
.contact-us {
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
.contact-us span {
	color:#35363b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:26px;
	margin: 0 0 0px 22px;
	padding-bottom:19px;
	float:left;
}
.contact-us span a {
	padding:5px 7px;
}
.contact-us span a:link {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.contact-us span a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more--hover.jpg) repeat-x;
}
.contact-us span a:active {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.contact-us span a:visited {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.product-disponible span {
	text-transform:uppercase;
	color:#0097d2;
}
.product-more {
	width:100%;
	margin-top:5px;
	float:left;
}
.product-more span {
	color:#35363b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:26px;
	float:right;
	text-align:right;
}
.product-more span a {
	padding:5px 7px;
}
.product-more span a:link {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.product-more span a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more--hover.jpg) repeat-x;
}
.product-more span a:active {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.product-more span a:visited {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.product-disponible-btm {
	padding-bottom:17px;
}
.product-one {
	margin-top: 10px !important;
}
.other-products {
	float:left;
	width:100%;
	margin-bottom:23px;
}
.other-products-btm {
	border-bottom:none;
	margin-bottom:0px;
}
.other-one {
	float:left;
	/*width:21.9%;*/
	width:21%;
	margin:0 4% 0 0;
}
.last-product {
	margin: 0 0 0 0;
}
.oth-text {
	width:100%;
	text-align:center;
	float:left;
}
.oth-text h1 {
	font-family: 'gotham_mediumregular';
	font-size:13px;
	line-height:24px;
	color:#7F7D86;
}
.oth-text h1 a:link {
	color:#0097d2;
	text-decoration:none;
}
.oth-text h1 a:hover {
	color:#7F7D86;
!important;
	text-decoration:none;
}
.oth-text h1 a:active {
	color:#0097d2;
	text-decoration:none;
}
.oth-text h1 a:visited {
	color:#0097d2;
	text-decoration:none;
}
.oth-img {
	float:left;
	width:100%;
	text-align:center;
}
.oth-img img {
	/*width:100%;*/
	width:100px;
}
.contact-image {
	float:left;
	width:90%;
	margin:0 5% 0 5%;
	text-align:center;
}
.contact {
	width:90%;
	margin:5px 5% 10px 5%;
	float:left;
}
.contact span {
	color:#35363b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:26px;
	float:left;
}
.contact span a {
	padding:5px 7px;
}
.contact span a:link {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.contact span a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more--hover.jpg) repeat-x;
}
.contact span a:active {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.contact span a:visited {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.slider {
	width:100%;
	float:left;
	line-height:1px;
	margin:0 0 20px 0;
}
.video {
	width:100%;
	float:left;
	line-height:1px;
	margin:0 0 30px 0;
}
.video iframe {
	width:100%;
	height:300px;
}
.footer {
	background-color:#FFF;
	margin-top:51px;
}
.footer-top {
	width:100%;
	float:left;
	margin-top:24px;
	border-bottom: 1px #eaeaea solid;
}
.footer-links {
	width:50%;
	float:left;
}
.footer-links ul {
	margin:0px;
	padding:0px;
	float:left;
}
.footer-links ul li {
	list-style:none;
	padding:22px 0px 23px 0px;
	float:left;
	line-height:10px;
	color:#7f7d86;
	font-family: 'gotham_lightregular';
	font-size:11px;
}
.footer-links ul li a {
	display:block;
	padding:0px 12px 0px 12px;
	border-right:1px solid #7f7d86;
}
.footer-zero {
	padding:0px 12px 0px 0px !important
}
.footer-links ul li a:link {
	color:#7f7d86;
	text-decoration:none;
}
.footer-links ul li a:hover {
	color:#000000 !important;
	text-decoration:none;
}
.footer-links ul li a:active {
	color:#7f7d86;
	text-decoration:none;
}
.footer-links ul li a:visited {
	color:#7f7d86;
	text-decoration:none;
}

.footer-copyright a:link {
	color:#7f7d86;
	text-decoration:none;
}
.footer-copyright a:hover {
	color:#000000 !important;
	text-decoration:none;
}
.footer-copyright a:active {
	color:#7f7d86;
	text-decoration:none;
}
.footer-copyright a:visited {
	color:#7f7d86;
	text-decoration:none;
}


.footer-social {
	width:50%;
	float:right;
	margin-top:7px;
	text-align:right;
}
.footer-bottom {
	width:100%;
	float:left;
	margin-top:-15px;
}
.follow-us {
	float:left;
	width:100%;
}
.follow-us-facebook {
	float:left;
	height:30px;
	width:30px;
	background:url(../images/facebook2.jpg) no-repeat;
	cursor:pointer;
	margin-left:45%;
}
.follow-us-facebook:hover {
	background:url(../images/facebook1.JPG) no-repeat;
}
.follow-us-twitter {
	float:left;
	height:30px;
	width:30px;
	background: url(../images/twitter2.JPG) no-repeat;
	cursor:pointer;
	margin-left:4px;
}
.follow-us-twitter:hover {
	background: url(../images/twitter1.jpg) no-repeat;
}
.follow-us-youtube {
	float:left;
	height:30px;
	width:30px;
	background: url(../images/youtube2.jpg) no-repeat;
	cursor:pointer;
	margin-left:4px;
}
.follow-us-youtube:hover {
	background: url(../images/youtube1.jpg) no-repeat;
}
.footer-copyright {
	float:left;
	width:100%;
	text-align:center;
	line-height:18px;
	font-size:11px;
	color:#7f7d86;
	font-family: 'gotham_lightregular';
	margin:10px 0px 0px 0px;
	padding-bottom:30px;
}
.inline-one {
	padding-top:0px !important;
}
.inline-two {
	padding-bottom:23px !important;
	border-bottom:none !important;
}
.pagination {
	width:auto;
	display:table;
	text-align:center;
	margin:0px auto 30px;
	padding:16px 0px 0px 0px;

	
}

/*.pagination a {
	padding-bottom:0px;
	}*/


.pagination a:link {
	background:#ffffff;
	color:#0097d2;
	border-bottom:2px #e9e9e9 solid;
	padding-bottom:7px;
}

.pagination a:active,
.pagination a:visited {
	background:#ffffff;
	color:#0097d2;
	border-bottom:2px #e9e9e9 solid;
}


.pagination a:hover {
	background: url(../images/arrow-two.png) bottom center no-repeat;
	color:#0097d2;
	border-bottom:2px #0097d2 solid;
}





.pagination a {
	display:inline;
	text-align:center;
	background:#0097D2;
	font-size:13px;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	width:25px;
	height:17px;
	color:#FFF;
	margin:0px 0px -2px 0px;
	*margin:0px 0px -5px 0px;
	padding:5px 10px 0px 10px;
	border-bottom:2px #e9e9e9 solid;
}


 

.pagination a.act, .pagination a.act:hover {
	background:#0097d2;
	color:#ffffff;
	border-bottom:2px #e9e9e9 solid;

	

}

.pagination a.active, .pagination a.active:hover {
	background:#0097d2;
	color:#ffffff;
	border-bottom:2px #e9e9e9 solid;

	

}



.pagination a img {
	margin:0px 0px 0px 0px;
}

.pagination a.first_a {
	margin-left:0px;
    width: 50px;
}

.pagination a.last_a {
	margin-right:0px;
    width: 50px;
}


.main-content-three-left {
	float:left;
	width:63%;
	background:#ffffff;
	padding:30px 0 0 0;
	margin-top:20px;
}
.main-content-three-right {
	float:right;
	width:35%;
	background:#ffffff;
	line-height:1px;
	margin-top:20px;
}
.news-article {
	float: left;
	margin-left: 4.92%;
	margin-right: 4.92%;
	width: 90.16%;
}
.news-article-image {
	float:left;
	width:100%;
	line-height:1px;
}
.news-article-image img {
	width:100%;
}
.news-article-text {
	float: left;
	width: 100%;
	padding-bottom:5px;
}
.news-article-text h1 {
	color: #36353B;
	font-family: 'gotham_lightregular';
	font-size: 18px;
	line-height: 25px;
	margin: 12px 0 2px;
	text-transform: uppercase;
}
.news-article-text p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.news-article-text span {
	color: #35363B;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	padding:12px 0 0px 0;
	text-align: left;
}
.news-article-text span a {
	padding:5px 7px;
}
.news-article-text span a:link {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.news-article-text span a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more--hover.jpg) repeat-x;
}
.news-article-text span a:active {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.news-article-text span a:visited {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.news-article-left {
	float:left;
	margin:0 5.46% 20px 0;
	width:47.27%;
}
.news-article-right {
	float:right;
	margin:0 0 20px 0;
	width:47.27%;
}
.main-text-image {
	float:left;
	width:100%;
	margin:0 0 14px 0;
}
.top-social-icons {
	float:left;
	width:100%;
	line-height:1px;
	text-align:left;
	margin:0 0 15px 0;
}
.main-content-four-left {
	float:left;
	width:63%;
	background:#ffffff;
	padding:0 0 0 0;
	margin-top:20px;
}
.next-article {
	float:left;
	width:100%;
}
.next-article ul {
	margin:0;
	padding:0px;
}
.next-article ul li {
	font-family: 'arial';
	background:url(../images/arrow.png) top left no-repeat;
	clear:both;
	color:#0097d2;
	display:list-item;
	list-style:none outside none;
	margin:0 0 9px;
	padding:0 0 10px 21px;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	border-bottom:1px #e9e9e9 solid;
}

.next-article ul li span a:link {
	color:#0097d2;
	text-decoration:none;
}
.next-article ul li span a:hover {
	color:#0097d2;
	text-decoration:none;
}
.next-article ul li span a:active {
	color:#0097d2;
	text-decoration:none;
}
.next-article ul li span a:visited {
	color:#0097d2;
	text-decoration:none;
}


.next-article ul li a:link {
	color:#787d86;
	text-decoration:none;
}
.next-article ul li a:hover {
	color:#0097d2;
	text-decoration:none;
}
.next-article ul li a:active {
	color:#787d86;
	text-decoration:none;
}
.next-article ul li a:visited {
	color:#787d86;
	text-decoration:none;
}
.main-title h1.date-space {
	margin-bottom:4px;
}
.download {
	float:left;
	width:100%;
	padding-bottom:18px;
}
.download h1 {
	font-family: 'gotham_lightregular';
	font-size:18px;
	line-height:25px;
	color:#36353B;
	text-transform: capitalize;
	margin:0px 0 9px 0;
}
.download h2 {
	font-family: 'gotham_blackregular';
	font-size:12px !important;
	line-height:10px  !important;
	color:#787D86  !important;
	margin:0px 0 0px 0  !important;
	text-transform: none  !important;
}
.download h2 a:link {
	color:#0097d2;
	text-decoration:none;
}
.download h2 a:hover {
	color:#787d86;
	text-decoration:none;
}
.download h2 a:active {
	color:#0097d2;
	text-decoration:none;
}
.download h2 a:visited {
	color:#0097d2;
	text-decoration:none;
}
.download-title {
	float:left;
	width:100%;
	padding:0;
}
.download-title h1 {
	background: url(../images/pdf.png) no-repeat scroll left center transparent;
	color: #36353B;
	font-family: 'gotham_lightregular';
	font-size: 18px;
	line-height: 25px;
	padding: 12px 0 8px 37px;
	text-transform:uppercase;
}

.download-text {
	float:left;
	width:100%;
	
	}
	
.download-text p {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

.download-btn {
    border-bottom: 1px solid #E9E9E9;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 20px;
    width: 100%;
}	

.brdr-zero {
	margin-bottom:0px;
	border-bottom:none;
	
	}

.download-btn span {
	color: #35363B;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	padding:12px 0 0px 0;
	text-align: left;
}
.download-btn span a {
	padding:5px 7px;
}
.download-btn span a:link {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.download-btn span a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more--hover.jpg) repeat-x;
}
.download-btn span a:active {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}
.download-btn span a:visited {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/more.jpg) repeat-x;
}


.download-here {
	float:left;
	width:100%;
	
	}
	
.dwnld-space {
	padding-top:19px;
	
	}
	
.sitemap {
	float:left;
	width:100%;
	}

.sitemap-title {
	float:left;
	width:100%;
	}	
	
.sitemap-title h1 {
    color: #36353B;
    font-family: 'gotham_lightregular';
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 9px;
    text-transform: capitalize;
}

.sitemap-title h1 a:link {
	color:#0097d2;
	text-decoration:none;
}
.sitemap-title h1 a:hover {
	color:#787d86;
	text-decoration:none;
}
.sitemap-title h1 a:active {
	color:#0097d2;
	text-decoration:none;
}
.sitemap-title h1 a:visited {
	color:#0097d2;
	text-decoration:none;
}


.sitemap-text {
	float:left;
	width:100%;
	}	
	
.sitemap-text ul {
	margin:0;
	padding:0px;
}
.sitemap-text ul li {
	font-family: 'gotham_mediumregular';
	background:url(../images/arrow.png) top left no-repeat;
	clear:both;
	color:#0097d2;
	display:list-item;
	list-style:none outside none;
	margin:0 0 9px;
	padding:0 0 10px 21px;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	border-bottom:1px #e9e9e9 solid;
}
.sitemap-text ul li a:link {
	color:#787d86;
	text-decoration:none;
}
.sitemap-text ul li a:hover {
	color:#0097d2;
	text-decoration:none;
}
.sitemap-text ul li a:active {
	color:#787d86;
	text-decoration:none;
}
.sitemap-text ul li a:visited {
	color:#787d86;
	text-decoration:none;
}

.contact-left {
	float:left;
	width:49%;
	background:#ffffff;
	}
	
.contact-left-inner {
	float:left;
	margin:0 6.33% 0 6.33%;
	width:87.34%;
	}	
	
 .contact-right-inner {
	float:left;
	margin:0 6.33% 0 6.33%;
	width:87.34%;
	}		
.contact-right {
	float:right;
	width:49%;
	background:#ffffff;
	}	
	
.contact-text {
	width:100%;
	float:left;
	padding-bottom:15px;
	}	

.contact-text h1 {
    color: #0097d2;
    font-family: 'gotham_lightregular';
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
    /*text-transform: capitalize;*/
}

.contact-text h2 {
    color: #666666;
    font-family: 'arial';
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

.contact-text h2 span { color:#0097d2;}

.contact-text h2 a:link { color:#666666; text-decoration:none;}
.contact-text h2 a:hover { color:#0097d2; text-decoration:none;}
.contact-text h2 a:active { color:#666666; text-decoration:none;}
.contact-text h2 a:visited { color:#666666; text-decoration:none;}

.fax { margin-top:10px;}	

	.contact-text span {
    color: #666666;
    font-family: 'arial';
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
	padding:10px 0 15px 0;
}


.contact-text p {
	color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
	padding:0px 8px 15px 0;
	
	}	
	
.director {
	float:left;
	width:100%;
	padding-bottom:8px;
	}
	
.director h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0097d2;
	text-transform: none;
}

.director h2 {
   color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.director h1 span { text-transform:uppercase;}	

.form {
	float:left;
	width:100%;
	
	}

.form h1 {
    color: #0097d2;
    font-family: 'gotham_lightregular';
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 9px;
}
	

.form-left {
	float:left;
	width:48.3%;
	}
	
	
	
.form-right {
	float:right;
	width:48.3%;
	}	
	
.form-section {
	float:left;
	width:100%;
	padding-bottom:10px;
	
	}
	
.form-section label {
    clear: both;
    color: #666666;
    display: block;
    font-family: 'arial';
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}		

.input-field {
	float:left;
	width:100%;
	margin:5px 0 15px 0;
}

	

.input-field input {
    background: url(../images/input-small.png) repeat-x;
    border: 1px solid #d8d8d8;
    color: #7F7D86;
    font-family: 'arial';
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: 95%;
}

.input-field select {
    background: url(../images/input-small.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #D8D8D8;
    color: #7F7D86;
    font-family: 'gotham_mediumregular';
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    padding: 8px 5px;
    width: 99%;
}


.form .form-right .input-field select {
 background: url(../images/input-small.png) repeat scroll 0 0 transparent;
}

.form .form-right .input-field .new-label {
	float: left;
} 

.form .form-right .input-field .g-recaptcha {
	float: right;
	width: auto !important;
}

.input-field select[name="list"]
{
	background:#F9F9F9;
}


.input-field select option {
	line-height:30px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 0px 2px 0px;
}



.input-field textarea {
    background: url(../images/input-big.png) top left repeat-x #f9f9f9;
    border: 1px solid #d8d8d8;
	border-radius:3px;
	overflow:auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    color: #7F7D86;
    font-family: 'arial';
    font-size: 12px;
    font-weight: normal;
    height:166px;
    line-height: 18px;
    padding: 0 5px;
    width: 95%;
	resize:none;
}

.main_contact_raw
{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px;
}

.form-section .main_contact_raw label
{
	clear:none;
	float:left;
	line-height:30px;
	width:20%;
	margin:0px;
	padding:0px;
}

.form-section .main_contact_raw .input-field
{
	float:right;
	margin:0px;
	padding:0px;
	width:75%;
}




	
	.input-button {
	float:left;
	width:100%;
	margin:5px 0 0px 0;
}

.input-button input {
    background: none repeat scroll 0 0 #0097D2;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    margin: 0 3px 0 0;
    padding: 0 10px;
    border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


	
	
.capcha_main_raw .input-field input	
{
	float:right;
	width:60%;
	margin:0 3px 0 0;
}


.capcha_main_raw .input-field img
{
	float:left;
	width:31%;
	height:30px;
}
	
/*.category_title	{
	 color: #36353B;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 19px;
	padding:25px 0 15px 0;
    text-transform: uppercase;
	border-bottom:1px solid #E9E9E9;
	
	
}*/

/*dpz */

.category_title	h1{
	 color: #36353B;
    font-family: 'gotham_lightregular';
    font-size: 18px !important;
    line-height: 20px;
    margin: 0 0 15px 0 !important;
    text-transform: uppercase;
}
.category_title	{
	margin: 0 0 19px;
	padding:25px 0 15px 0;
    border-bottom:1px solid #E9E9E9;
	
}

/*dpz */

.category_title img{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	padding:0;
}	
.menuu{
	display:none;	
}
	
.logo_menu{
	    clear: both;
    display: block;
    padding: 20px 0 0 0;
    text-align: center;
    width: 18%;	
}

.intro{
	font-size:14pt !important;
	font-family: 'gotham_lightregular' !important;
	line-height: 25px !important;
}
.positin { position:relative;}

.reg_mark{
float:left;
width: 100%;
text-align: center;
margin-bottom: 20px;	
}

/* 20/6/2014 */

.main-content-inner.green-bg.updated {
	width: 63%;
}

.main-content-inner.green-bg.updated .white-bg {
  float: left;
  margin-left: 4.92%;
  margin-right: 4.92%;
  width: 90.16%;
}

.main-content-inner.green-bg.updated .main-content-inner-text p {padding-right: 200px;}

.discover a, 
.discover a:active, 
.discover a:link, 
.discover a:visited {
padding-left: 20px;
background: url(../images/blu-arrow.png) top left no-repeat;
color: #0097d2 !important;
}


.product-disponible .discover a:hover { 
color:#7f7d86 !important;
}

.footer-social .stArrow {
display: none !important;
}

.top-social-icons .stArrow {
	display: none !important;
}

.main-title.category_title img {
  float: right;
  height: auto;
  margin: 37px 0 10px 15px;
  max-width: 75px;
}

/* Smaller screens */

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

 @media handheld, only screen and (max-width: 1000px) {
	
	
/*
	.industries-btm {
	margin-top:21px;
	
	}
*/
	
.main-content-inner {
 float:left;
 width:100%;
 background-color:#ffffff;
 margin-bottom:20px;
}
 .banner-inner-box {
 float:left;
 padding-top:10px;
 margin-left:0;
 width:100%;
}
 .box {
 margin-top:40px;
 float:left;
 width:23%;
 margin:20px 1%;
}
 .one {
 background-color:#0097d2;
 margin-left:0%;
}
 .two {
 background-color:#fd0100;
 margin-left:6%;
}
 .three {
 background-color:#b3ce00;
 margin-left:0%;
}
 .four {
 background-color:#85a100;
 margin-left:6%;
}
 .logo {
 float:left;
 padding-top:25px;
 width:100%;
}
 .banner-inner-text h1 {
 font-family: 'gotham_mediumregular';
 font-weight:normal;
 line-height:24px;
 font-size:20px;
 color:#ffffff;
 padding:0px 0px 4px 0px;
 margin:0px;
}
 .banner-inner-text p {
 font-size:17px;
 line-height:22px;
 padding:0px 30px 0px 0px;
 color:#ffffff;
 font-family: 'gotham_lightregular';
}
.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
 width: auto;
 float: none;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 20px;
 padding-right: 20px;
}
}

 @media handheld, only screen and (max-width: 999px) {
 .exp {
 margin:5px 0 5px 20px;
}
}
 @media only screen and (max-width: 931px) {
 .main-content-four-left {
 float:left;
 width:100%;
 background:#ffffff;
 padding:0 0 0 0;
 margin-top:20px;
}
 .sub-cate-text h1 {
 font-family: 'gotham_lightregular';
 font-size:18px;
 line-height:20px;
 color:#36353B;
 text-transform:uppercase;
 margin:12px 0 6px 0;
}
}



 @media only screen and (max-width: 931px) {
 .sub-cate-img {
 float:left;
 width:29%;
 line-height:1px;
}
.sub-cate-img img {
width:100%;
}
 .sub-cate-text {
 float:left;
 width:64%;
 margin-left:3%;
 margin-right:3%;
}
 .sub-cate-text span {
 color:#35363b;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:26px;
 margin-bottom:5px;
 margin-top:5px;
 float:right;
 text-align:right;
}
 .sidebar-title h1 {
 font-family: 'gotham_lightregular';
 font-size:22px;
 line-height:25px;
 color:#36353b;
 text-transform: capitalize;
 margin:13px 0px 13px 0px;
}

 
 
 .main-content-three-right img {
	 display:none;
}

.leader img {
	 display:none;
}

 }
 @media only screen and (max-width: 900px) {
 .industries-btm {
 margin-top:0px;
}
 .indus {
margin:0px 0px 21px 3%;
 width:48.5%;
}
 .indus-first {
margin:0px 0px 21px 0px;
}
 .indus-second {
margin:0px 0px 21px 0px;
}
}
body {
	font-size: 0.8em;
	line-height: 1.5em;
}
	
	

/* Mobile */

@media handheld, only screen and (max-width: 850px) {
 body {
 font-size: 16px;
 -webkit-text-size-adjust: none;
}
 .row, body, .container {
 width: 100%;
 min-width: 0;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 0px;
 padding-right: 0px;
}
 .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
 width: auto;
 float: none;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 20px;
 padding-right: 20px;
}
/* .logo-part {
 float:left;
 width:100%;
}
 .logo {
 float:left;
 padding-top:25px;
 width:100%;
 text-align:center;
}
 .navigation {
 float:right;
 width:95%;
 padding-right:5%;
}*/
 .nav-bottom {
 width:100%;
 float:right;
}
 .nav-bottom ul {
 margin:0px;
 padding:0px;
 float:right;
}
 .nav-bottom ul li {
 list-style:none;
 margin:0px;
 float:left;
 color:#37353c;
 font-size:14px;
 font-family: 'gotham_lightregular';
 font-weight:normal;
 line-height:50px;
}
 .nav-bottom ul li a {
 display:block;
 padding:0px 12px 0px 12px;
 border-right:1px solid #e9e9e9;
}
 .main-content-right {
 float:right;
 width:100%;
 margin-left:0;
 margin-top:20px;
}
 .main-content-left {
 float:left;
 width:100%;
}
 .main-content-left-two {
 float:left;
 width:95%;
 background-color:#ffffff;
}
 .sidebar-title {
 float:left;
 margin-bottom:-13px;
}
 .sidebar-text {
 float:left;
}
 .sub-cate-second {
 margin-left:3%;
}
 .sub-cate {
 float:left;
 width:48.5%;
 background-color:#ffffff;
}
 .sidebar-title h1 {
 font-family: 'gotham_lightregular';
 font-size:22px;
 line-height:25px;
 color:#36353b;
 text-transform: capitalize;
 margin:13px 0px 13px 0px;
}


.main-content-right img {
	 display:none;
 }
 
 .sidebar-product img {
	display:block;
	
	}
 .share img {
	display:block;
	
	}	
	.positin { position:static;}		

}
 @media handheld, only screen and (max-width: 800px) {

.main-content-inner.green-bg.updated {
	width: 100%;
}
.main-content-inner.green-bg.updated .main-content-inner-text p {
  padding-right: 0;
}

 .news-article-left {
 float:left;
 margin:0 5% 20px 0;
 width:47.5%;
}
 .news-article-right {
 float:right;
 margin:0 0 20px 0;
 width:47.5%;
}
 .main-content-three-left {
 float:left;
 width:100%;
 background:#ffffff;
 padding:20px 0 0 0;
 margin-top:20px;
}
 .main-content-three-right {
 float:right;
 width:100%;
 background:#ffffff;
 line-height:1px;
 margin-top:20px;
}
 .green-bg {
 background:#ffffff;
}
.main-content-inner-text-two{
float: none;
padding-right: 0px !important;	
}
.p-class{
	padding-right: 0px !important;
}
 .register-img {
 /*float:right;
margin:0 0 0 25px;*/
}
 .main-content-inner-text-two p {
 font-size:12px;
 font-weight:normal;
 font-family: Arial, Helvetica, sans-serif;
 color:#7F7D86;
 line-height:20px;
 padding-bottom:15px;
 padding-right:0px;
}
 .main-content-right {
 float:right;
 width:100%;
 background-color:#ffffff;
 margin-left:0;
 margin-top:20px;
}
 .main-content-left {
 float:left;
 width:100%;
 background-color:#ffffff;
}
 .main-content-inner-text p {
 font-size:12px;
 font-weight:normal;
 font-family: Arial, Helvetica, sans-serif;
 color:#7F7D86;
 line-height:20px;
 padding-bottom:15px;
 padding-right:0;
}
 .footer {
 background-color:#FFF;
 margin-top:0px;
}
 .content-left {
 float:left;
 margin-left:0%;
 width:93.8%;
 background-color:#ffffff;
 margin-top:24px;
}
 .content-right {
 float:left;
 width:100%;
 background-color:#ffffff;
 margin:0px;
}
 .footer-links {
 width:100%;
 float:left;
 line-height:38px;
 color:#7f7d86;
 font-family: 'gotham_lightregular';
 font-size:10px;
 text-align:center;
 letter-spacing:-0.2px;
}
 .footer-links a:link {
color:#7f7d86;
text-decoration:none;
}
.footer-links a:hover {
color:#000000 !important;
text-decoration:none;
}
.footer-links a:active {
color:#7f7d86;
text-decoration:none;
}
.footer-links a:visited {
color:#7f7d86;
text-decoration:none;
}
 .footer-social {
 width:100%;
 float:right;
 margin-top:24px;
 text-align:center;
 margin-bottom:20px;
}
 .footer-bottom {
 width:100%;
 float:left;
 margin-top:0px;
}
 .follow-us {
 float:left;
 width:100%;
 margin-top:15px;
}
 .follow-us-facebook {
 float:left;
 height:30px;
 width:30px;
 background:url(../images/facebook2.jpg) no-repeat;
 cursor:pointer;
 margin-left:43%;
}
 .image-two {
 float:left;
 width:100%;
 margin-top:21px;
}
 .sub-image {
 width:100%;
 float:left;
 text-align:center;
 margin-left:0%;
}

.contact-left {
	float:left;
	width:100%;
	background:#ffffff;
	}
	
.contact-right {
	float:right;
	width:100%;
	background:#ffffff;
	}
	
.form-left {
	float:left;
	width:100%;
	}
	
	
	
.form-right {
	float:right;
	width:100%;
	}	
	
.input-button input {
    background: none repeat scroll 0 0 #0097D2;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    margin: 0 11px 0 0;
    padding: 0 10px;
    border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


.navigation {
 float:right;
 width:100%;
 padding-right:0px;
}
 .nav-bottom {
 width:100%;
 float:right;
}
 .nav-bottom ul {
 margin:0px;
 padding:0px;
 float:right;
}
 .nav-bottom ul li {
 list-style:none;
 margin:0px;
 float:left;
 color:#37353c;
 font-size:14px;
 font-family: 'gotham_lightregular';
 font-weight:normal;
 line-height:50px;
}
 .nav-bottom ul li a {
 display:block;
 padding:0px 12px 0px 12px;
 border-right:1px solid #e9e9e9;
}
 .nav-bottom ul li a.active {
color:#000000 !important;
text-decoration:none;
}
 #mobile_drop a {
 color: #FFF;
 display:block;
 padding:0px;
 font-family: 'gotham_boldregular';
 background:#0097d2;
 line-height:36px;
 font-size:15px;
 text-align:center;
}
#mobile_drop {
 text-transform:uppercase;
 text-decoration:none;
 font-family: 'gotham_boldregular';
 clear:both;
 margin-bottom:20px;
/*background:url(../images/Menu-bg.png) no-repeat bottom #acd589;*/
	}
 #mobile_drop ul {
 display:none;
 width:100%;
 margin-bottom:10px;
}
 #mobile_drop ul li {
 float: left;
 margin: 0 0 0 0%;
 padding: 0;
 width: 100%;
 border:none;
 text-transform:none;
}
 #mobile_drop ul li a {
 text-align:center;
 display:block;
 text-transform:uppercase;
 padding:0px;
 float:none;
 line-height:34px;
 font-size:13px;
 background:#ffffff;
 color:#0097d2;
}
 #mobile_drop ul li a:hover {
 color: #ffffff !important;
 background:#0097d2;
}
 .last-nav {
padding:0px 0px 0px 0px !important;
 border-right:none !important;
}

.menuu{
	   background:#0176A2;
    display: inline-block;
    font-size: 0;
    height: 36px;
    width: 100%;
	
}
.menuu a {
	float:left;
	width:118px;
	height:36px;
	background:url(../images/res-menu.jpg) no-repeat;
			
}

.nav-bottom{
	display:none;
}

.logo-part{
	width:100%;
	float:left;
	text-align:center;
}	
.logo{
	text-align:center;
	padding-bottom:20px;	
}
body{
	background-image:none;	
}
.nav-top{
	background:#0097d2;	
}
.nav-top ul li{
	  border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin: 12px 0;
    padding: 1px 10px;
}
.nav-top ul li:last-child{
	border:none;

}
.nav-top ul li a,
.nav-top ul li a:link,
.nav-top ul li a:visited,
.nav-top ul li a:active {
	color:#FFF;
}
.nav-top ul li a{
	padding:0;
	border:none;
	
}

.top-last {
	padding:0px 0px 0px 0px !important;
}


.nav-top { display:none;}

		
}


 @media handheld, only screen and (max-width: 650px) {
 .other-one {
 float:left;
 width:47%;
 margin:7px 6% 7px 0%;
}
 .last-pr {
 margin:7px 0 7px 0;
}
 .sub-cate-text h1 {
 font-family: 'gotham_lightregular';
 font-size:18px;
 line-height:25px;
 color:#36353B;
 text-transform:uppercase;
 margin:12px 0 6px 0;
}
 .sub-cate-text span {
 color:#35363b;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:26px;
 margin-bottom:5px;
 margin-top:5px;
 float:right;
 text-align:right;
}
 .sub-cate-second {
 margin-left:0%;
}
 .sub-cate {
 float:left;
 width:100%;
 background-color:#ffffff;
}
 
 .content-left h1 {
 color:#36353b;
 font-size:22px;
 line-height:53px;
 padding-left:0px;
 font-family: 'gotham_lightregular';
 font-weight:normal;
}
 .article h2 {
 padding-left:0px;
 color:#7F7D86;
    font-family: 'gotham_blackregular';
 font-size:16px;
 line-height:24px;
}
 .article span {
 padding-left:0px;
 color:#36353b;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:33px;
 padding-bottom:28px;
}
 .content-right h1 {
 color:#36353b;
 font-size:22px;
 line-height:53px;
 padding-left:0px;
 font-family: 'gotham_lightregular';
 font-weight:normal;
}
 .follow-us-facebook {
 float:left;
 height:30px;
 width:30px;
 background:url(../images/facebook2.jpg) no-repeat;
 cursor:pointer;
 margin-left:40%;
}


 .box {
 float:left;
 width:46%;
 margin:20px 2%;
}
}

 @media handheld, only screen and (max-width: 500px) {
 .exp {
 margin:5px 0 5px 0px;
 width:100%;
}
}
 @media handheld, only screen and (max-width: 500px) {
 .indus {
 float:left;
 width:100%;
 margin-left:0;
 border-bottom:1px solid #e9e9e9;
}
}
 @media handheld, only screen and (max-width: 450px) {
 .banner {
 background:none;
}
 .banner-inner-text {
 float:left;
 padding-top:24px;
 padding-bottom:24px;
 width:95%;
 background:#0097d2;
 padding-left:5%;
}
 .box h1, .box h2, .box p {
padding-left:10px !important;
padding-right:22px !important;
font-weight:normal !important;
}
 .follow-us-facebook {
 float:left;
 height:30px;
 width:30px;
 background:url(../images/facebook2.jpg) no-repeat;
 cursor:pointer;
 margin-left:35%;
}
 .box {
 
 float:left;
 width:100%;
 margin:10px 0;
 
}
 .one {
 background-color:#0097d2;
 margin-left:0%;
}
 .two {
 background-color:#fd0100;
 margin-left:0%;
}
 .three {
 background-color:#b3ce00;
 margin-left:0%;
}
 .four {
 background-color:#85a100;
 margin-left:0%;
}

.capcha_main_raw .input-field input {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 88%;
}

.main_contact_raw
{
	margin:0px 0px 10px 0px;
}

.form-section .main_contact_raw label
{
	width:100%;
}

.form-section .main_contact_raw .input-field
{
	width:100%;
}

.capcha_main_raw .input-field input
{
	width:95%;
	margin:10px 0px 0px 0px;
}


}
 @media handheld, only screen and (max-width: 400px) {
 .news-article-left {
 float:left;
 margin:0 0 20px 0;
 width:100%;
}
 .news-article-right {
 float:right;
 margin:0 0 20px 0;
 width:100%;
}
 .main-title h2 {
 font-weight:normal;
    font-family: 'gotham_blackregular';
 font-size:15px;
 line-height:18px;
 color:#7F7D86;
 text-transform: capitalize;
 margin:-5px 0 17px 0;
}


.form-section .main_contact_raw label
{
	clear:none;
	float:left;
	line-height:30px;
	width:100%;
	margin:0px;
	padding:0px;
}
}
 @media handheld, only screen and (max-width: 360px) {
.nav-top ul li{
	padding-right:3px;
	padding-right:3px;
}
.nav-top ul li a{
	padding:0 !important;	
}


 .footer-zero {
padding:0px !important
}
 .footer-links {
 width:100%;
 float:left;
 text-align:center;
}
 .footer-links ul {
 width:100%;
 margin:0px;
 padding:0px;
 float:left;
}
 .footer-links ul li {
 list-style:none;
 width:100%;
 padding:0px;
 float:left;
 line-height:30px;
 color:#7f7d86;
 font-family: 'gotham_lightregular';
 font-size:11px;
}
 .footer-links ul li a {
 display:block;
 padding:0px;
 border-right:none;
}

.input-button input {
    background: none repeat scroll 0 0 #0097D2;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    margin: 0 0px 0 0;
    padding: 0 10px;
    border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


.nav-top { padding-top:40px;}

}
 @media handheld, only screen and (max-width: 320px) {
 .follow-us-facebook {
 float:left;
 height:30px;
 width:30px;
 background:url(../images/facebook2.jpg) no-repeat;
 cursor:pointer;
 margin-left:33%;
}
}
#frminquiry label.error {
    float: left !important;
    width: 100% !important;
    color: red;
}

.msgcls{
color: red;
    float: left;
    font-size: 13px;
    padding-top: 5px;
	padding-bottom:5px;
    width: 100%;
	font-family: 'arial';
	}
	.msgcls1{
color: green;
    float: left;
    font-size: 13px;
    padding-top: 5px;
	padding-bottom:5px;
    width: 100%;
	font-family: 'arial';
	}


/* thankyou */
.thnk-u { float:left; width:100%; padding:10px 0 10px 0; text-align:center;}

.thnk-u h1 { font-size:24px; line-height:30px; color:#0097D2; font-family: 'gotham_mediumregular'; font-weight:normal; text-align:center; margin-bottom:0px;}

.thnk-u h2 { font-size:20px; line-height:30px; color:#7F7D86;     font-family: 'gotham_blackregular'; font-weight:normal; text-align:center;}

.thnk-u h3 { font-size:15px; line-height:20px; padding-bottom:10px; color:#666666; font-family: 'gotham_mediumregular'; font-weight:normal; text-align:center;}

.mmenu li.top-spc {
    border-top: 1px solid #31859C;
    margin-top: 3px;
}
	
/* Smaller screens */
/*
.main-text ul,
.main-text ol{
		margin-bottom: 15px;
		}
*/		
.main-text ul, .main-text ol {
    margin-bottom: 0;
    padding: 10px 0;
}	
.contact-text .p-class ul li,
.contact-text .p-class ol li,
.main-text ul li, 
.main-text ol li ,
.main-content-inner-text-two ul li,
.main-content-inner-text-two ol li{
	 background: url("../images/arrow.png") no-repeat scroll left top transparent;
    clear: both;
    color: #787D86;
    display: list-item;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    list-style: none outside none;
  /*  margin: 0 0 9px;
    padding: 0 0 0 21px;*/	
    margin: 0;
    padding: 0 0 6px 21px;
}

.main-text ol li,.main-content-inner-text-two ol li{
		 background: none repeat scroll 0 0 transparent;
    list-style: decimal inside none;
    padding-left: 0;
}


/*dpz */
.tick ul li{
		margin-bottom: 15px;
}


.tick ul li{
	 background: url("../images/tick.png") no-repeat scroll left top transparent;
    clear: both;
    color: #787D86;
    display: list-item;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    list-style: none outside none;
    margin: 0 0 8px;
    padding: 0 0 0 20px;	
}


/*dpz */


.main-content-inner-text-two h2 {
   color: #7F7D86;
    font-family: 'gotham_blackregular';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 10px;
    text-transform: uppercase
}
.p-class{
font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F7D86;
	line-height:20px;
	padding-bottom:15px;
	/*padding-right:291px;*/
}

.s-class{
font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F7D86;
	line-height:20px;
	padding-bottom:15px;
	}
.p-class p{
		font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F7D86;
	line-height:20px;
	padding-bottom:15px;
	padding-right:0 !important;
}
.n-class{
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F7D86;
	line-height:20px;
	padding-bottom:15px;
	padding-right:0 !important;
}
.n-class span {
	color:#36353b;
}
.p-class a, .n-class a{
	  color: #7F7D86;
	  text-decoration: none;
	  border-bottom: 1px solid #0097D2;
}
.p-class a:hover, .n-class a:hover {
	  text-decoration: none;
	  border-bottom: 1px solid #7F7D86;
}

.row-visible {
	overflow: visible;

}

.padd{
	padding-top: 0px;
}
.leader{
	width: 100%;
	/*margin: 15px 0 -36px 0;*/
	text-align: center;
	float:left;
}
.leader img{
	text-align: center;
}
.lead-home{
	margin: 51px 0 0;
}


.main-text p.shrt-des {
    font-family: 'gotham_lightregular';
    border-bottom: 1px solid #E9E9E9;
    line-height: 18px;
    margin: 0 0 10px;
    font-size: 14px;
    padding: 5px 0 10px;
}
.cat_title{
color: #0097D2;
font-size: 14px;
}


.green-title {
    clear: both;
    color: #008000;
    float: left;
    font-family: 'gotham_boldregular';
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 10px;
}


 .youtube {
    float: left;
    padding: 0 0 20px;
    width: 100%;
}