/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Project Name
	Version:		1.0
	Last change:	10.11.10 [Created]
	Assigned to:	NetCorp (You Name)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination

	

	[Color codes]
	Background:	#262626 (Dark Grey)
	Content:	#3b3b3b (Light Black)
	Header h1:	#a70d00 (Dark Red)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldItalic';
    src: url('../fonts/Roboto-BoldItalic-webfont.eot');
    src: url('../fonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background: #06183c;
	color: #000;
	font-family: 'RobotoRegular';
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	color: #002b68;
	font-family: 'RobotoBold';
	text-transform: uppercase;
}
h1 {
	font-size: 32px;
	margin-bottom: 20px;
} 

h2 {
	font-size: 30px;
	margin-bottom: 20px;
} 

h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

 h4 {
	font-size: 18px;
	margin-bottom: 20px;
 }

 h5 {} h6 {}
a {}
a:hover, 
a:focus { 
	text-decoration:none; 
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

input, 
button, 
textarea, 
select {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}

pre,
tt,
code,
kbd,
samp,
var {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}


textarea {
	resize:none;
	overflow-y:auto;
}

.valign-parent {
	height: 100px;
	white-space: nowrap;
}
.valign-item {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.valign-helper {
	display: inline-block;
	vertical-align: middle;
	height:100%;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

ol {
	color: #06183c;
    list-style-type: decimal;
	font-size: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 30px;
}
ol li {
	color: #06183c;
	margin-bottom: 10px; 
}
ol li ol {
	list-style-type: lower-latin;
}

.last-item {
	margin-right: 0px !important;
}

/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header {}

.header-wrapper {
	background: #0c3075 url("../images/header-bg.jpg") no-repeat top center;
	border-bottom: 1px solid #ffffff;
}

.header-pad {
	height: 149px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.logo-wrapper {
	padding-top: 14px;
}

.headinfo {
	padding-top: 32px;
}

.phnum {
	color: #feec21;
	font-family: 'RobotoBoldItalic';
	font-size: 25px;
	padding-bottom: 5px;
	text-align: right;
	text-transform: uppercase;
}
.phnum a {
	color: #feec21;
}
.address {
	color: #ffffff;
	font-family: 'RobotoBoldItalic';
	font-size: 15px;
	padding-right: 5px;
	text-align: right;
	text-transform: uppercase;
}


/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper { height:48px; position:relative; z-index:100; }

#main-nav {
	height: 48px;
	position: absolute;
	top: 101px;
	left: 382px;
	width: 574px;
	z-index: 900;
}

#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
	display: block;
}
#menu-top-menu li,
#menu-top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu-top-menu ul {
	display: none;
	position: absolute;
	z-index: 100;
}
#menu-top-menu li {
	float: left;
	position: relative;
	z-index: 100;
}
#menu-top-menu li:hover > ul {
	display: block;
}
#menu-top-menu > li:hover > ul {
	left: 0;
}
#menu-top-menu a {
	color: #FFFFFF;
	font-family: 'RobotoBold';
	font-weight: normal;
	text-transform: uppercase;
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
 
/* Top-level Styling */
#top-menu {
	background: #ea2932;
	bottom: 0;
	height: 48px;
	position: absolute;
	width: 100%;
}
#menu-top-menu {
	height: 48px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#menu-top-menu > li {
	height: 48px;
}
#menu-top-menu > li > a {
	border-left: 1px solid #97070d;
	font-size: 14px;
	padding: 18px 10px 16px;
}
#menu-top-menu > li:first-child > a {
	border-left: none;
}
#menu-top-menu > li:hover > a,
#menu-top-menu > .current-menu-item > a,
#menu-top-menu > .current-menu-item:hover > a,
#menu-top-menu > .current-menu-ancestor > a {
	color: #ffffff;
	background: #b21118;
}
 
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
 
#menu-top-menu ul {
	background: transparent;
	width: 151px;
}
#menu-top-menu ul > li {
	width: 146px;
}
#menu-top-menu ul > li > a {
	background: #ea2932;
	border-top: 1px solid #97070d;
	font-size: 14px;
	padding: 10px 14px 7px;
}
#menu-top-menu ul > li:hover > a,
#menu-top-menu ul > .current-menu-item > a,
#menu-top-menu ul > .current-menu-item:hover > a,
#menu-top-menu ul > .current-menu-ancestor > a {
	background: #b21118;
	color: #ffffff;
}
#menu-top-menu li > ul li:hover > ul {
	left: 146px;
	top: 0;
}
/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.banner {
	
}
.banner-wrapper {
	background: #093172;
}

.banner-pad {
	height: 581px;	
	margin-left: -800px;
	position: relative;
	left: 50%;
	width: 1600px;
}
.banner-info {
	background: url("../images/banner-info-bg.png") no-repeat;
	height: 209px;
	position: absolute;
	top: 104px;
	left: 793px;
	*left: 793px;
	width: 482px;
}

.banner-info h2 {
	color: #ffffff;
	font-family: 'bebasregular';
	font-size: 48px;
	margin-bottom: 0px;
	padding-top: 28px;
	padding-left: 30px;
	padding-right: 30px;
}

.banner-info p {
	color: #ffffff;
	font-family: 'RobotoRegular';
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.banner-info a {
	color: #feec21;
	display: block;
	font-family: 'RobotoBold';
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}

.banner-info a:hover { 
	color: #ea2932;
}

.banner-overlay-1 {
	background: #ffffff;
	border-top: 1px solid #000;
	height: 183px;
	position: absolute;
	top: 397px;
	left: 0;
	width: 1600px;
	z-index: 800;
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

  /* IE 5-7 */
  filter: alpha(opacity=40);

  /* Netscape */
  -moz-opacity: 0.4;

  /* Safari 1.x */
  -khtml-opacity: 0.4;

  /* Good browsers */
  opacity: 0.4;
}

.banner-overlay-left {
	background: url("../images/banner-overlay-left.png") repeat-y;
	height: 581px;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	z-index: 9000;
}
.banner-overlay-right {
	background: url("../images/banner-overlay-right.png") repeat-y;
	height: 581px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	z-index: 9000;
}

#inner-banner-pad {
	height: 331px;
}

.license-logo {
	height: 104px;
	position: absolute;
	top: 0; 
	left: 1171px;
	*left: 1171px;
	width: 104px;
	z-index: 800;
}


/*------------------------------------------------------------------
	[ Lead Ins ]
-------------------------------------------------------------------*/
.leadins-wrapper  {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#leadins {
	margin: 0 auto;
	position: absolute;
	top: -170px;
	left: 0;
	z-index: 900;
}

.leadin-item {
	height: 155px;
	margin-right: 2px;
	position: relative;
	width: 318px;
}

.leadin-item a h3 {
	color: #ffffff;
	font-family: 'RobotoBold';
	font-size: 32px;
	height: 43px;
	padding-top: 15px;
	padding-left: 20px;
	position: absolute;
	top: 50px;
	left: 0;
	text-transform: uppercase;
	width: 298px;
}
.leadin-item a:hover h3 {
	cursor: pointer;
}

#leadin-1 a h3 {
	background: url("../images/leadin-heading-bg.png") no-repeat;	
}
#leadin-2 a h3 {
	background: url("../images/leadin-heading-bg2.png") no-repeat;	
}
#leadin-3 {
	margin-right: 0px;
}

#leadin-3 a h3 {
	background: url("../images/leadin-heading-bg3.png") no-repeat;	
}

.leadin-item a:hover h3 {
	background-position: bottom left !Important;
}

.mid-border {
	background: #061a42 url("../images/mid-border.jpg") no-repeat top center;
	height: 13px;
}

/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
.content {}
.entry-meta,
.entry-utility {
	display: none;
}

.mid-wrapper {
	background: #ffffff;
}

.main-content {
	margin: 0 auto;
	width: 960px;
}

#home-excerpt {
	padding-top: 34px;
	width: 525px;
}
#home-excerpt h1 {
	color: #002b68;
	font-family: 'RobotoBoldItalic';
	font-size: 32px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#home-excerpt h1 span {
	color: #aeaeae;
	display: block;
	font-size: 24px;
}

.read-more {
	background: url("../images/read-more.gif") no-repeat;
	display: block;
	height: 43px;
	margin-top: 20px;
	text-indent: -9999px;
	width: 131px;
}
.read-more:hover {
	background-position: bottom left;
}

.home-services{
	background: #ea2932;
	min-height: 211px;
	padding-bottom: 20px;
	width: 397px;
}
.home-services ol {
	color: #ffffff;
}
.home-services h2 {
	background: #a60c14;
	color: #ffffff;
	font-family: 'RobotoBold';
	font-size: 28px;
	margin-top: 8px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 234px;
}
.home-services ul li {
	background: url("../images/list-icon-1.gif") no-repeat 0px 0px;
	color: #ffffff;
	font-family: 'RobotoBold';
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-left: 30px;
}
.home-services ul, .home-services p {
	color: #ffffff;
	font-family: 'RobotoBold';
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
}
#front-page {
	padding-bottom: 20px;
}
/*------------------------------------------------------------------
	[ Our Brands ]
-------------------------------------------------------------------*/
.our-brands-wrapper {
	background: url("../images/our-brands-bg.gif") repeat-x;
}

.our-brands {
	height: 145px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.our-brands h3 {
	color: #ffffff;
	font-family: 'RobotoBold';
	font-size: 24px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
}

#brand-carousel {
	margin-top: 30px;
	margin-left: 10px;
	width: 914px;
}


.our-brands .prev {
	background: url("../images/caro-nav-left.gif") no-repeat;
	cursor: pointer;
	display: block;
	height: 24px;
	position: absolute;
	top: 77px;
	left: 0px;
	text-indent: -9999px;
	width: 25px;
	z-index: 900;
}
.our-brands .next {
	background: url("../images/caro-nav-right.gif") no-repeat;
	cursor: pointer;
	display: block;
	height: 24px;
	position: absolute;
	top: 77px; 
	right: 0px;
	text-indent: -9999px;
	width: 25px;
	z-index: 900;
}


.brand-item {
	float: left;
	margin-right: 42px;
	margin-left: 42px;
}


/*------------------------------------------------------------------
	[ Inner Pages ]
-------------------------------------------------------------------*/

.page-content {
	max-height: 9999px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-text-size-adjust: 100% !Important;
}

.page-content ul li, .contact-content ul li, #home-excerpt ul li {
	background: url("../images/list-icon-2.gif") no-repeat 0px 2px;
	color: #002b68;
	font-family: 'RobotoBold';
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 27px;
}

.page-img {
	background: url("../images/img-holder.gif") no-repeat;
	height: 202px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 312px;
}
.page-img img {
	padding: 5px 5px 5px 5px;
}

/*------------------------------------------------------------------
	[ Services ]
-------------------------------------------------------------------*/
.contact-link {
	background: url("../images/contact-link.gif") no-repeat;
	display: block;
	height: 43px;
	text-indent: -9999px;
	width: 178px;
}
.contact-link:hover {
	background-position: bottom left;
}


.inner-page-info {
	width: 531px;
}
.service-images  {
	width: 408px;
}

.service-img {
	background: url("../images/inner-page-img-holder.gif") no-repeat;
	height: 242px;
	margin-bottom: 10px;
	width: 402px;
}
.service-img img {
	padding-top: 4px;
	padding-left: 4px;
}

.service-gallery {
	width: 400px;
}

.service-gallery div {
	background: url("../images/gallery-img-holder.gif") no-repeat;
	height: 67px;
	margin-left: 8px;
	position: relative;
	width: 94px;
}
.service-gallery div:first-child {
	margin-left: 0px !important;
}

.service-gallery div a {
	display: block;
}
.service-gallery div a .gallery-thumb-overlay {
	background: #d31f2b;
	display: none;
	height: 59px;
	position: absolute;
	top: 4px;
	left: -4px;
	width: 86px;
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

.service-gallery div a .gallery-thumb-overlay-2 {
	background: url("../images/zoom.png") no-repeat;
	display: none;
	height: 24px;
	position: absolute;
	top: 22px;
	left: 30px;
	width: 24px;
	z-index: 200;
}
.service-gallery div a:hover .gallery-thumb-overlay-2 {
	display: block;
} 

.service-gallery div a:hover .gallery-thumb-overlay  {
	display: block;
}
.service-gallery div a img {
	padding: 4px 4px 4px 4px;
}


/*------------------------------------------------------------------
	[ Products ]
-------------------------------------------------------------------*/
#products-content  ul {
	overflow: hidden;
}

#products-content  ul li {
	float: left;
	width: 450px;
}

.products-info {
	min-height: 200px;
}


/* contact */
.google-maps {
	overflow: hidden;
}
.google-maps iframe {
	width: 440px;
	height: 200px;
	border: 1px solid #d2d2d2;
	overflow: hidden;
}
.contact-details table {
	width: 100%;
}
/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
#footer {
	background: #06183c url("../images/footer-bg.jpg") no-repeat top center;
}

.footer-pad {
	margin: 0 auto;
	padding: 20px 0 0px 0;
	position: relative;
	width: 960px;
}
.footer {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
/* copyright */
.footer .copyright {
	width: 490px;
	float: left;
	padding: 0 0 5px 0;
}
/* footer-menu */
.footer .footer-menu {
	width: 490px;
	float: left;
	padding: 0 0 10px 0;
}
.footer .footer-menu ul {
	margin:0;
	padding:0;
}
.footer .footer-menu ul li {
	list-style:none;
	float:left;
	display:block;
	margin:0;
	padding:0 10px;
	border-left:1px solid #888888;
}
.footer .footer-menu ul li:first-child {
	padding-left:0px;
	border-left:none;
}
.footer .footer-menu ul li a {
	color:#ffffff;
}
.footer .footer-menu ul li a:hover {
	color:#ed424a;
}
.footer-left {float: left;width: 550px;}
.footer-right {float: right;padding-top: 0px;text-align: right;}
.footer-right a {color: #fff;font-weight: bold;}

.license-number {
	position: absolute;
	top: 35px;
	left: 320px;
}
/* netcorp badge */
.titan-badge {
	height: 44px;
	float: right;
	padding: 0 0 10px 20px;
	display: none;
}
.titan-badge .titan-title {
	float:left;
	display:block;
	padding:10px 5px 0 0;
}
.titan-badge a.titan-logo {
	float:right;
	display:block;
}
.titan-badge span {
	display: inline-block;
	margin: 15px 15px 0 0;
	float: left;
}
.titan-badge img {
	float: left;
}
.titan-badge a {
	color: #ffffff;
}
.titan-badge a:hover {
	color: #ed424a;
}

/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
html > body .ngg-album {
	border:none;
	float:left;
	display:block;
	margin-right:20px;
}
.ngg-album .ngg-thumbnail {
	margin-right:5px;
}
.ngg-album .ngg-thumbnail img {
	
}

.ngg-album .ngg-description {
	clear:both;
}

.ngg-albumoverview {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 920px;
}

.ngg-gallery-thumbnail img {
	border:none;
	background-color:#FFFFFF;
}
.ngg-gallery-thumbnail img:hover {
	border:none;
	background-color:#CCCCCC;
}
.ngg-navigation {
	float: left;
	height:50px;
	padding-top: 20px;
	width: 960px;
}
.ngg-navigation a.page-numbers:hover, 
.ngg-navigation a.prev:hover, 
.ngg-navigation a.next:hover, .ngg-navigation .current {
	background-color:#ea2932;
	color: #ffffff;
}

.ngg-gallery-thumbnail {
	background: url("../images/prod-gallery-img-holder.gif") no-repeat;
	float: left;
	height: 115px;
	margin-right: 16px;
	margin-bottom: 22px;
	position: relative;
	width: 170px;
}
.ngg-gallery-thumbnail a {
	display: block;
}
.ngg-gallery-thumbnail a img {
	margin-top: 5px;
	margin-left: 5px;
}
.ngg-galleryoverview {
	padding: 5px 20px 0px 20px;
}

.ngg-navigation a, .ngg-navigation span {
	background: #ffffff;
	border-top: 1px solid #ea2932;
	border-right: 1px solid #ea2932;
	border-bottom: 1px solid #ea2932;
	color: #ea2932;
	display: block;
	float: left;
	font-family: 'RobotoBold';
	font-size: 14px;
	padding: 5px 12px 5px 12px;
	text-align: center;
}
.ngg-navigation .prev {
	border-left: 1px solid #ea2932;
}


.gallery-overlay {
	background: #d31f2b;
	display: none;
	height: 105px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 160px;
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

.ngg-gallery-thumbnail a:hover .gallery-overlay {
	display: block;
}
.ngg-gallery-thumbnail a:hover {
	cursor: pointer;
}
.gallery-overlay-2 {
	background: url("../images/zoom-2.png") no-repeat;
	display: none;
	height: 32px;
	position: absolute;
	top: 40px;
	left: 72px;
	width: 32px;
	z-index: 200;
}
.ngg-gallery-thumbnail a:hover .gallery-overlay-2 {
	display: block;
}

.products-gallery {
	padding-top: 20px;
}

.product-gallery-content {
	background: url("../images/gallery-bg.gif") repeat-y;
	height: 265px;
	overflow: hidden;
}

.gallery-top {
	background: url("../images/gallery-top.gif") no-repeat;
	height: 16px;
	width: 960px;
}
.gallery-bottom {
	background: url("../images/gallery-bottom.gif") no-repeat;
	height: 16px;
	width: 960px;
}


.ngg-albumcontent .ngg-thumbnail a img {
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	padding: 4px;
}

.ngg-album .ngg-thumbnail img:hover {
	background: #ea2932;
}
.ngg-albumtitle {
	margin-bottom: 10px;
}
.ngg-albumtitle a {
	color: #ea2932;
	font-family: 'RobotoBold';
	font-size: 16px;
}
.ngg-albumtitle a:hover {
	color: #b21118;
}

.ngg-album-compact {
	float: left;
	margin-right: 20px;
}
.ngg-album-compact h4 {
	text-transform: none;
}
.ngg-album-compact h4 a {
	color: #ea2932;
	font-family: 'RobotoBold';
	font-size: 16px;
}
.ngg-album-compact h4 a:hover {
	color: #b21118;
}

.ngg-album-compactbox .ngg-album-link a img {
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	padding: 4px;
}
.ngg-album-compactbox .ngg-album-link a:hover img {
	background: #ea2932;
}
/*------------------------------------------------------------------
	[ 8 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination ul li {
	float: left;
	margin: 0 2px;
}

.titan-pagination ul li a,
.titan-pagination ul li span {
	padding: 2px 3px;
	display: inline-block;
}

/*------------------------------------------------------------------
	[ 9 Ticket  Changes ]
-------------------------------------------------------------------*/

.our-brands  .caroufredsel_wrapper {
	height:50px !important;
}
.brand-item img {
	max-height:41px;
	max-width:120px;
}
.gform_wrapper .gform_body textarea {height: 254px;}