/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Centreside Roofing
	Version:		1.0
	Last change:	03.18.15 [Created]
	Assigned to:	Joan Capuyan (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:	#787878 (Light Black)
	Header h1:	#f66b35 (Orange)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/Lato/Lato-Bol-webfont.eot');
    src: url('../fonts/Lato/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-Bol-webfont.woff') format('woff'),
         url('../fonts/Lato/Lato-Bol-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/Lato/Lato-Lig-webfont.eot');
    src: url('../fonts/Lato/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-Lig-webfont.woff') format('woff'),
         url('../fonts/Lato/Lato-Lig-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-Lig-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayRegular';
    src: url('../fonts/Raleway/raleway-regular-webfont.eot');
    src: url('../fonts/Raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/Raleway/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/Raleway/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayBold';
    src: url('../fonts/Raleway/raleway-bold-webfont.eot');
    src: url('../fonts/Raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/Raleway/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/Raleway/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'RalewaySemibold';
    src: url('../fonts/Raleway/raleway-semibold-webfont.eot');
    src: url('../fonts/Raleway/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/Raleway/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/Raleway/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
html { overflow-y: scroll; }

body {
	font-size: 16px;
	color: #787878;
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'RalewayBold', Arial, Helvetica, sans-serif;
    color: #f66b35;
}

h1 {
	font-size: 1.750em; /*28px*/
	text-transform: uppercase;
	color: #f66b35;
}

h2 {
	font-size: 1.625em; /*26px*/
} 

h3 {
	font-size: 1.500em; /*24px*/
} 

h4 {
	font-size: 1.375em; /*22px*/
} 

h5 {
	font-size: 1.250em; /*20px*/
} 

h6 {
	font-size: 1.125em; /*18px*/
}

a {
	text-decoration: none;
	color: #f66b35;
	font-family: 'RobotoBold', Arial, Helvetica, sans-serif;
}

a:hover, 
a:focus { 
	text-decoration: none; 
	outline: none;
	color: #b75027;
}

input, 
button, 
textarea, 
select {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	outline: none;
	-webkit-appearance: none;
}

pre,
tt,
code,
kbd,
samp,
var {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

ol {
	padding-left: 0;
}

ol li {
	list-style-position: inside;
}

ol ol li { 
	list-style-type: lower-alpha;
}

ol ol ol li { 
	list-style-type: lower-roman;
}

ul {
	padding-left: 0;
}

.main-content ul li,
.pre-footer-wrapper ul li {
	background: transparent url('../images/li_bg1.png') no-repeat left 5px;
	list-style-type: none;
	padding-left: 23px;
	margin-bottom: 5px;
	list-style-position: inside;
	overflow: hidden;
}

q { font-style: italic; }

abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

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%;
}

.ie7 .valign-item,
.ie7 .valign-helper {
	display: inline;
	zoom: 1;
}

.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; }

.gform_validation_container {
	height: 0;
	width: 0;
	overflow: hidden;
}

/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header-wrapper {
	background-color: #f66b35;
}

.header-pad {
	padding: 20px 0 27px;
}

.logo-wrapper {
	margin-bottom: 20px;
}

.logo {
	text-align: center;
}

.logo img {
	width: 100%;
	max-width: 330px;
}

.phnum-wrapper,
.fax,
.address {
	text-align: center;
	margin-bottom: 5px;
}

.phnum-wrapper a,
.fax span {
	font-family: 'LatoBold', Arial, Helvetica, sans-serif;
	font-size: 1.375em;
	color: #f6f6f6;
}

.fax a {
	font-family: 'LatoBold', Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	color: #f6f6f6;
}

.phnum {
	background: transparent url('../images/phone-icon.png') no-repeat left center;
	padding-left: 22px;
}

.fax span {
	background: transparent url('../images/print-icon.png') no-repeat left center;
	padding-left: 27px;
}

.address span {
	font-family: 'LatoLight', Arial, Helvetica, sans-serif;
	font-size: 1.063em;
	color: #f6f6f6;
	background: transparent url('../images/address-icon.png') no-repeat left top;
	padding-left: 23px;
}

/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Slicknav */
.slicknav_btn {
	width: 122px;
	display: block;
	margin: auto;
  	float: right;
  	margin: 14px 15px 0 0;
}

.innerpage-outer-wrapper .slicknav_btn {
	height: 50px;
}

.slicknav_menutxt {
    font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.875em;
    color: #fff;
}

.slicknav_btn:hover .slicknav_menutxt,
.slicknav_open .slicknav_menutxt {
	color: #f99248;
}

.slicknav_icon {
	width: 27px;
	margin: 8px 10px 0 0;
	float: left;
}

.slicknav_icon-bar {
	width: 27px;
	background-color: #fff;
	height: 4px;
	display: block;
	margin-bottom: 5px;
}

.slicknav_btn:hover .slicknav_icon-bar,
.slicknav_open .slicknav_icon-bar {
	background-color: #f99248;
}

.slicknav_nav {
	background: #f66b35;
	background-size: cover;
	padding: 20px 0;
	margin-top: 0;
	position: absolute;
	width: 100%;
	top: 65px;
	left: 0;
}

.slicknav_nav ul {
	padding-left: 0;
}

.slicknav_nav ul li > a {
	width: 100%;
    font-family: 'exomedium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 10px 20px;
}

.slicknav_nav ul li a {
	color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: 'RalewayRegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.000em;
}

.slicknav_nav ul li.menu-item-has-children > a {
	padding: 10px 40px 10px 40px;
}

.slicknav_nav ul li {
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	padding: 0;
}

.slicknav_nav ul li.current-menu-item a {
	color: #005298;
}

.submenu-dropdown, .submenu-dropup {
	position: absolute;
	top: 6px;
	right: 0;
	width: 50px;
	font-size: 21px;
}

.header-menu-wrapper { 
	height: 65px;
	position: relative;
	z-index: 100;
	background-color: #d75e2e;
  	width: 100%;
}

.slicknav_nav ul li a:hover, 
.slicknav_nav ul li.current-menu-item a, 
.slicknav_nav ul li.slicknav_open > a > a, 
.slicknav_nav ul li.slicknav_open > a > span {
	color: #b75027;
}

/* Structure and General Styling */
.top-menu {
	background: transparent;
	position: absolute;
	width: 100%;
	top: 0;
	height: 65px;
}

.top-menu .menu,
.top-menu .menu li,
.top-menu .menu a {
	display: block;
}

.top-menu .menu li,
.top-menu .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top-menu .menu ul {
 display: none;
 position: absolute;
}

.top-menu .menu li {
	float: left;
	position: relative;
	z-index: 100;
	background-color: #d75e2e;
	background: none;
}

.top-menu .menu > li {
	height: 65px;
	padding: 0 37px;
	border-left: 1px solid #c3552a;
}

.top-menu .menu > li:first-child {
	border-left: 0;
}

.top-menu .menu > li:hover,
.top-menu .menu > .current-menu-item,
.top-menu .menu > .current-menu-ancestor {
	background: #b75027;
}

.top-menu .menu li:hover > ul { display: block; }
.top-menu .menu > li:hover > ul {  left: 0; }
.top-menu .menu a {
	color: #FFFFFF;
	font-family: 'RalewayRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.125em;
	text-transform: uppercase;
}

.top-menu .menu-item-152 > a {
	background: transparent url('../images/menu-home-icon.png') no-repeat left 23px;
	padding-left: 25px;
}

.top-menu .menu-item-142 > a {
	background: transparent url('../images/menu-who-we-are-icon.png') no-repeat left 23px;
	padding-left: 22px;
}

.top-menu .menu-item-722 > a {
	background: transparent url('../images/menu-services-icon.png') no-repeat left 23px;
	padding-left: 26px;
}

.top-menu .menu-item-712 > a {
	background: transparent url('../images/menu-projects-icon.png') no-repeat left 23px;
	padding-left: 29px;
}

.top-menu .menu-item-122 > a {
	background: transparent url('../images/menu-contact-icon.png') no-repeat left 23px;
	padding-left: 21px;
}

.top-menu .menu a:hover,
.top-menu .menu a:active,
.top-menu .menu a:focus {
 color: #fff;
 text-decoration: none;
}

/* Top-level Styling */
.top-menu {
	display: none;
}

.top-menu .menu {
	margin: 0 auto;
	padding: 0;
	height: 65px;
	position: relative;
	width: 
}

.top-menu .menu > li > a {
	line-height: 65px;
}

.top-menu .menu > li:hover > a,
.top-menu .menu > .current-menu-item > a,
.top-menu .menu > .current-menu-ancestor > a {
	color: #ffffff;
}
 
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
.top-menu .menu ul,
.top-menu .menu ul > li {
 	width: 100%;
}

.top-menu .menu ul > li > a {
	background: #d75e2e;
	border-top: 1px solid #FFFFFF;
	font-size: 14px;
	padding: 10px 10px 8px;
}

.top-menu .menu ul > li:hover > a,
.top-menu .menu ul > .current-menu-item > a,
.top-menu .menu ul > .current-menu-item:hover > a,
.top-menu .menu ul > .current-menu-ancestor > a {
	background: #b75027;
	color: #ffffff;
}

.top-menu .menu li > ul li:hover > ul {
	left: 100%;
	top: 0;
}

/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
/* Slick Banner */
.banner-wrapper {
	position: relative;
	background-color: #92401f;
	z-index: 0;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
	z-index: 0;
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 0;
	position: relative;
	text-align: center;
}

.banner-slide {
	overflow: hidden;
}

.banner-slide-container {
	height: 100%;
	position: absolute;
	left: 0;
  	right: 0;
  	width: 768px;
  	margin: auto;
  	display: none;
  	z-index: 5;
}

.banner-slide-inner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner-image {
	z-index: 3;
}

.banner-desc-section {
	z-index: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.banner-desc-wrapper {
	background: transparent url('../images/banner-desc-bg.png') repeat left top;
	text-align: left;
}

.banner-desc-wrapper.opacity-zero {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important";

	/* IE 5-7 */
	filter: alpha(opacity=0) !important;

	/* Netscape */
	-moz-opacity: 0 !important;

	/* Safari 1.x */
	-khtml-opacity: 0 !important;

	/* Good browsers */
	opacity: 0 !important;
}

.banner-desc {
	position: relative;
    padding: 0;
}

.banner-desc-container {
	z-index: 1;
	position: relative;
	padding: 30px 15px;
}

.banner-desc .text {
    font-family: 'RalewayRegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.563em;
    color: #fff;
    position: relative;
    z-index: 1;
	width: 100%;
	margin: 0 auto 15px;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.45);
    max-height: 27px;
    overflow: hidden;
}

.banner-content {
	color: #f8f8f8;
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	max-height: 65px;
	overflow: hidden;
	margin-bottom: 15px
}

.banner-desc-container .read-more a {
	font-family: 'LatoBold', Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #f8f8f8;
	text-transform: uppercase;
	background: transparent url('../images/banner-readmore-bg.png') no-repeat right 2px;
	padding-right: 16px;
}

.banner-desc-container .read-more a:hover {
	color: #f66b35;
	background: transparent url('../images/banner-readmore-bg.png') no-repeat right -13px;
}

.banner-nav {
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 45%;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 45%;
	width: 42px;
	height: 42px;
	color: transparent;
	border: 0 none;
}

.slick-prev {
	left: 15px;
	background: transparent url('../images/banner-left-btn.png') no-repeat 0 0;
}

.slick-prev:hover {
	background: transparent url('../images/banner-left-btn.png') no-repeat 0 -48px;
}

.slick-next {
	right: 15px;
	background: transparent url('../images/banner-right-btn.png') no-repeat 0 0;
}

.slick-next:hover {
	background: transparent url('../images/banner-right-btn.png') no-repeat 0 -48px;
}

.banner-left-gradient {
	width: 254px;
	height: 100%;
	background: transparent url('../images/gradient-left.png') repeat-y top left;
	position: absolute;
  	left: 0;
  	top: 0;
  	display: none;
  	z-index: 1;
}

.banner-right-gradient {
	width: 254px;
	height: 100%;
	background: transparent url('../images/gradient-right.png') repeat-y top right;
	position: absolute;
  	right: 0;
  	top: 0;
  	display: none;
  	z-index: 1;
}

/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
.mid-wrapper {
	z-index: 1;
	position: relative;
}

.front-page .mid-pad {
	background-color: #f8f8f8;
}

.content-pad .content {
	padding: 36px 0 30px 0;
}

.content-pad .front-page {
	padding: 36px 0 0 0;
}

.main-front-page {
	margin-bottom: 30px;
	position: relative;
}

.content-bg, .content-bg1 {
	background: transparent url('../images/homepage_content_bg.png') no-repeat left bottom;
	width: 315px;
	height: 306px;
	position: absolute;
	margin-left: -78px;
	bottom: 0;
	z-index: 0;
}

.content-bg {
	display: block;
}

.content-bg1 {
	display: none;
}

.main-front-page .content-container {
	padding-bottom: 38px;
}

.content-container {
	position: relative;
	z-index: 1;
}

.main-front-page h1.page-title {
	padding-bottom: 17px;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #d3d3d3;
}

.main-front-page h1.page-title span {
	font-family: 'RalewayRegular', Arial, Helvetica, sans-serif;
	color: #646464;
}

a.readmore-btn {
	width: 142px;
	height: 41px;
	line-height: 41px;
	text-transform: uppercase;
	font-family: 'RalewayRegular', Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	background-color: #f66b35;
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

a.readmore-btn:hover,
a.readmore-btn:active {
	background-color: #b75027;
	color: #fff;
}

.readmore-btn:focus {
	color: #fff;
}

.why-choose-us-inner {
	background-color: #f66b35;
	color: #fff;
    font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
    font-size: 1.000em;
    padding: 43px 18px 46px;
}

.why-choose-us-container {
	background: #f66b35 url('../images/sidebar_bg.png') no-repeat right bottom;
}

.why-choose-us-inner h2 {
    font-family: 'RalewaySemibold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 36px;
}

.why-choose-us-inner ul {
	padding-left: 0;
}

.why-choose-us-inner ul li {
	background: transparent url('../images/li_bg.png') no-repeat left 4px;
	padding-left: 28px;
	list-style-type: none;
}

a.why-choose-read-more {
	width: 142px;
	height: 41px;
	line-height: 41px;
	text-transform: uppercase;
	font-family: 'RalewayRegular', Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	background-color: #b75027;
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

a.why-choose-read-more:hover,
a.why-choose-read-more:active {
	background-color: #913f1f;
	color: #fff;
}

.why-choose-read-more:focus {
	color: #fff;
}

/* Sub-page */
.sub-page-content-wrapper {
	position: relative;
	z-index: 1;
}

.sub-page {
    font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
    position: relative;
}

.sub-page .main-content {
	position: relative;
}

.sub-page .banner-desc-wrapper {
	display: none;
}

.sub-page .content-pad .content {
	padding-bottom: 50px;
}

.main-sub-page.sub-page-col,
.main-sub-page.projects-page,
.error-page  {
	padding-bottom: 42px;
}

.main-sub-page {
	margin-bottom: 40px;
}

.main-sub-page.projects-page {
	margin-bottom: 0;
	min-height: 365px;
}

.page-template-template-projects-php .content-pad .content {
	padding-bottom: 0;
}

.sub-page h1 {
	margin: 0 0 18px;
	padding-bottom: 22px;
	border-bottom: 1px solid #d8d8d8;
}

.services-single-page h1.page-title {
	margin: 0;
  	padding-bottom: 2px;
  	border: 0 none;
}

.titan-breadcrumb {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 18px;
	padding-bottom: 22px;
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	color: #f66b35;
	font-size: 0.750em;
}

.titan-breadcrumb a {
	color: #000;
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
}

.titan-breadcrumb a:hover {
	color: #f66b35;
}

.titan-breadcrumb span.arrow {
	background: transparent url('../images/breadcrumb-arrow.png') no-repeat center;
	width: 7px;
	height: 11px;
	display: inline-block;
	margin: 0 12px;
}

.page-thumb {
	float: left;
	margin-bottom: 22px;
	width: 100%;
}

/* Services Page */
.sub-page .services-wrapper {
	border: 0 none;
	padding-right: 0;
}

.service-list {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #d8d8d8;
}

.service-list:first-child {
	border-top: none;
}

.service-img {
	margin-bottom: 20px;
}

.service-desc {
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 22px;
}

.service-desc ol li,
.service-desc ul li {
	line-height: 22.8571434020996px;
}

.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6 {
	margin-top: 0;
	margin-bottom: 13px;
}

.services-wrapper .service-title {
	font-size: 1.375em;
	text-transform: none;
	max-height: 50px;
	overflow: hidden;
	font-family: 'RalewayBold', Arial, Helvetica, sans-serif;
	margin-top: 0;
	line-height: 25px;
}

.services-read-more {
	display: inline-block;
	width: 142px;
	height: 41px;
	line-height: 41px;
	background-color: #f66b35;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-family: 'RalewayRegular', Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}

.services-read-more:hover {
	background-color: #b75027;
	color: #fff;
}

.services-read-more:focus {
	color: #fff;
}

/* Sidebar */
.sidebar-wrapper {
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	color: #fff;
	max-width: 338px;
	margin: auto;
	position: static;
}

.sidebar-pad {
	background: #f66b35 url('../images/sidebar_bg.png') no-repeat 57% 95%;
	padding-top: 22px;
}

.quicklinks-pad h2,
.sidebar-services-pad h2 {
	color: #fff;
	font-family: 'RalewaySemibold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 21px 0;
	padding: 0 21px;
}

.quicklink-list {
	padding: 23px;
	border-top: 1px solid #c3552a;
}

.sidebar-service-list {
	padding: 20px 21px;
	border-top: 1px solid #c3552a;
}

.quicklink-list:hover,
.quicklink-list.active,
.sidebar-service-list:hover,
.sidebar-service-list.active {
	background-color: #b75027;
}

.quicklinks-icon,
.quicklinks-content,
.sidebar-service-icon,
.sidebar-service-content {
	float: left;
}

.quicklinks-icon {
	width: 51px;
	margin-right: 15px;
}

.sidebar-service-icon {
	width: 40px;
	margin: 4px 15px 0 0;
}

.quicklinks-content,
.sidebar-service-content {
	width: 72%;
}

.quicklink-desc {
	height: 43px;
	overflow: hidden;
}

.sidebar-service-title {
	max-height: 50px;
  	overflow: hidden;
}

.quicklink-title {
	max-height: 25px;
  	overflow: hidden;
}

.quicklink-title a,
.sidebar-service-title a {
	font-family: 'RalewaySemibold', Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	text-transform: uppercase;
	color: #fff;
}

.content {}
.entry-meta,
.entry-utility {
	display: none;
}

/*forms*/
.gform_wrapper {}
.gform_wrapper .gfield_required, 
.gform_wrapper .validation_message, 
.gform_wrapper .validation_error {
	color: #c00;
}

.gform_wrapper .validation_message {
	display: none;
}

.gform_wrapper .validation_error {	padding: 0 0 15px 0; }

.gform_wrapper .gform_edit_link {
	font-size: 80%;
	padding: 10px 0;
}

.gform_wrapper .gform_edit_link { font-size: 70%; }

.gform_wrapper .gform_heading {
	padding: 10px 0 15px 0;
	font-weight: bold;
}

.gform_wrapper .gfield.gform_validation_container {
	visibility: hidden;
	position: absolute;
	width: auto;
}

.gform_wrapper .gform_body input, 
.gform_wrapper .gform_body select, 
.gform_wrapper .gform_body textarea {
	padding: 0 7px;
	width: 200px;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.750em;
	background: #f3f3f3;
	border: 1px solid #d9d9d9;
	color: #787878;
	border-radius: 0;
}

.gform_wrapper .gform_body label { 
    font-family: 'RalewayBold', Arial, Helvetica ,sans-serif;
	color: #787878;
	font-size: 1.125em;
	font-weight: normal;
	margin-bottom: 2px;
}

.gform_wrapper .gform_body input { 
	height: 22px;
	width: 100%;
	line-height: 20px;
	background-color: #f3f3f3;
}

.gform_wrapper .gform_body textarea {
	width: 100%;
	height: 194px;
}

.gform_wrapper .gform_body input:focus,
.gform_wrapper .gform_body textarea:focus {
	border: 1px solid #f66b35;
}

.gform_footer {
	position: relative;
	float: right;
	width: 100%;
	margin-bottom: 30px;
}

.gform_wrapper .gform_footer input {
	margin-top: 0;
	display: inline-block;
	font-family: "RalewayRegular", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #fff;
	width: 142px;
	height: 41px;
	text-align: left;
	padding: 0;
  	border: 0 none;
  	text-align: center;
  	background-color: #f66b35;
  	text-transform: uppercase;
}

.gform_wrapper .gform_footer input:hover {
	background-color: #b75027;
}

.gform_wrapper .gform_footer .submit-wrapper:hover input {
	color: #fff;
}

.page-template-template-contact-us-php .footer-gmap-wrapper {
	display: none;
}

.page-template-template-contact-us-php .sub-page .footer-wrapper {
	margin-top: 0;
}

#field_2_5 {
	width: 100%;
}

#field_2_1, 
#field_2_3,
#field_2_5 {
	margin-left: 0;
}

.main-sub-page .gform_wrapper li,
.main-sub-page .gform_wrapper ul,
.main-sub-page .contact-details li,
.main-sub-page .contact-details ul {
	margin: 0;
	list-style: none;
	background: none;
	padding-left: 0;
}

.gform_wrapper ul,
.contact-details ul { 
	padding: 0;
}

.contact-info ul li {
	line-height: 21px;
}

.contact-info ul li > div {
	margin-bottom: 12px;
}

.contact-info table tr td.value {
	font-family: 'RobotoBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.main-sub-page .gform_wrapper li {	
	padding: 0 0 21px 0;
	float: none;
	line-height: 21px;
}

.gform_wrapper li.gfield_error input,
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #c00;
}

/* contact */
.contact-page .sub-page-content-wrapper {
	padding-bottom: 42px;
}

.contact-page.main-sub-page {
	margin-bottom: 0;
}

.page-template-template-contact-us-php .content-pad .content {
	padding-bottom: 0;
}

.google-maps {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 100%;
}

.google-maps iframe {
	width: 100%;
	height: 194px;
	border: 1px solid #f66b35;
	overflow: hidden;
}

.gform_wrapper .gform_body li.gform_hidden { padding: 0px; }
.gform_wrapper .gform_body li.gfield.clear { clear: both; }

.contact-info h2 { margin-top: 1em; }

.contact-info h4 {
	margin: 0;
	font-family: 'RalewayBold', Arial, Helvetica ,sans-serif;
	color: #787878;
	font-size: 1.125em;
}

.contact-info span,
.contact-info ul li div > div {
	font-size: 0.875em;
	font-family: 'RobotoRegular' ,Arial, Helvetica ,sans-serif;
	font-weight: normal;
	color: #787878;
}

.contact-info ul li div > div {
	line-height: 18px;
	margin-top: 3px;
}

.contact-info a {
	font-size: 0.875em;
	font-family: 'RobotoBold' ,Arial, Helvetica ,sans-serif;
	color: #f66b35;
}

.contact-info a:hover {
	color: #f66b35;
}

.contact-info table { margin: 0; }
.contact-info table tr td { padding: 0 12px 0 0; }

/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
/* Pre-Footer */
.pre-footer-container {
	padding: 50px 0 37px 0;
}

.front-page .services-wrapper h2 {
	font-family: 'RalewaySemibold', Arial, Helvetica, sans-serif;
	color: #f66b35;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.services-wrapper {
	border-right: 1px solid #dcdcdc;
	padding-right: 30px;
	margin-bottom: 30px;
}

.our-projects-container > a {
	color: #f66b35;
	font-family: 'RalewayRegular', Arial, Helvetica, sans-serif;
	font-size: 1.875em;
	text-transform: uppercase;
	float: none;
	width: 100%;
	margin-top: 0;
	text-align: center;
	display: block;
}

.our-projects-container > a span {
	font-family: 'RalewayBold', Arial, Helvetica, sans-serif;
}

.proj-img {
	background: transparent url('../images/gallery_bg.png') no-repeat center;
	width: 290px;
	height: 287px;
	background-size: 290px;
	margin: auto;
}

.our-projects-wrapper h3.widget-title {
	margin: 0;
	padding: 0;
}

.our-projects-wrapper .ngg-widget {
	padding: 0;
	margin: 34px 0 0 30px;
	transform: rotate(9deg) ;
	-webkit-transform: rotate(9deg) ;
	-moz-transform: rotate(9deg) ;
	-o-transform: rotate(9deg) ;
	-ms-transform: rotate(9deg) ;
}

.our-projects-wrapper .ngg-widget > a {
	display: block;
	width: 232px;
	height: 175px;
	background-color: #464646;
	position: relative;
	overflow: hidden;
}

.our-projects-wrapper .ngg-widget > a:hover span.magnify {
	width: 232px;
	height: 175px;
	display: block;
}

.our-projects-wrapper .ngg-widget > a:hover img {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

	/* IE 5-7 */
	filter: alpha(opacity=30);

	/* Netscape */
	-moz-opacity: 0.3;

	/* Safari 1.x */
	-khtml-opacity: 0.3;

	/* Good browsers */
	opacity: 0.3;
}

.our-projects-wrapper .ngg-widget img {
	border: 0 none;
	margin: 0;
	padding: 0;
	height: 175px;
	min-width: 232px;
	width: auto;
}

span.magnify {
	background: transparent url('../images/magnifying-glass.png') no-repeat center;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	cursor: pointer;
}

.footer-wrapper {
	background-color: #6a6a6a;
}

.footer-pad { padding: 20px 15px; }

.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.750em;
	text-align: center;
}

.footer,
.licence-section {
	margin-bottom: 23px;
}

/* copyright */
.footer .copyright {
	padding: 0;
	color: #ffffff;
	text-align: center;
}

/* footer-menu */
.footer .footer-menu {
	padding: 0;
}

.footer .footer-menu ul {
	margin: 0;
	padding: 0;
}

.footer .footer-menu ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #969696;
	background: none;
}

.footer .footer-menu ul li:first-child {
	padding-left: 0px;
	border-left: none;
}

.footer .footer-menu ul li a { 
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
}

.footer .footer-menu ul li a:hover {
	color: #f66b35;
}

.licence-section {
	text-align: center;
}

.licence-image {
	margin-bottom: 10px;
}

.licence-text-container {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
	font-size: 0.813em;
	color: #fff;
}

.licence-text-container span {
	font-family: 'RobotoBold', Arial, Helvetica, sans-serif;
}

/* titan badge */
.titan-badge {
	text-align: center;
}

.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: block;
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
}

.titan-badge span a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.000em;
}

.titan-badge img {
	margin-top: 5px;
}

/* woocommerce */
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 24px;
	line-height: 24px;
	font-size: 1em;
	width: 149px;
	background: url('../images/rating.png') no-repeat;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	background: url('../images/rating-active.png') no-repeat;
}

/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
.gallery-wrapper {	width: 960px; }

.ngg-albumtitle {
	height: 33px;
	overflow: hidden;
	text-transform: capitalize;
}

.content-wrapper .ngg-galleryoverview,
.content-wrapper .ngg-albumoverview {
	margin: 20px 0 0;
}

.content-wrapper .ngg-gallery-thumbnail-box {
	margin: 25px 0;
	width: 100%;
}

.content-wrapper .ngg-gallery-thumbnail {
	float: none;
	text-align: center;
	margin: auto;
}

.ngg-gallery-thumbnail a { 	display: block; }

.ngg-gallery-thumbnail {
	display: block;
	float: left;	
	overflow: hidden;	
	width: 247px;
}

.content-wrapper .ngg-gallery-thumbnail img {
	padding: 0;
	margin: 0;
	border: 0 none;
	width: 247px;
	height: 176px;
}

.ngg-pagination { 
	float: none;
}

.content-wrapper .ngg-navigation { 
	float: none;
	padding: 15px 0;
}

.content-wrapper .ngg-pagination span,
.content-wrapper .ngg-pagination a,
.content-wrapper .ngg-navigation span,
.content-wrapper .ngg-navigation a,
.content-wrapper .ngg-navigation a.page-numbers, 
.content-wrapper .ngg-navigation a.next, 
.content-wrapper .ngg-navigation a.prev, 
.content-wrapper .ngg-navigation span.page-numbers, 
.content-wrapper .ngg-navigation span.next, 
.content-wrapper .ngg-navigation span.prev {
	padding: 0;
	display: inline-block;
	background-color: #f66b35;
	line-height: 41px;
	width: 38px;
	height: 41px;
	text-align: center;
	border: 0;
	margin: 0 0 0 8px;
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
}

.content-wrapper .ngg-navigation span,
.content-wrapper .ngg-navigation a:hover,
.content-wrapper .ngg-navigation a.page-numbers:hover, 
.content-wrapper .ngg-navigation a.next:hover, 
.content-wrapper .ngg-navigation a.prev:hover, 
.content-wrapper .ngg-navigation span.page-numbers:hover, 
.content-wrapper .ngg-navigation span.next:hover, 
.content-wrapper .ngg-navigation span.prev:hover {
	color: #fff;
	background-color: #b75027;
}

.content-wrapper .ngg-navigation a {
	color: #fff;
}

.featured-gallery-wrapper .ngg-gallery-thumbnail {
	height: 90px;
	width: 99px;
}

/* Compact Album */
.content-wrapper .ngg-album-compactbox {
	border: 0 none;
	border-radius: 0;
	z-index: 1;
	padding: 0px !important;
}

.content-wrapper .ngg-album-compactbox:before,
.content-wrapper .ngg-album-compactbox:after {
	bottom: 0;
	border-bottom: 0;
	border-radius: 0;
}

.content-wrapper .ngg-album-compactbox .Thumb {
	border: 0 none !important;
	width: 247px;
	height: 176px;
}

.content-wrapper .ngg-thumbnail {
	position: relative;
}

.content-wrapper .ngg-album-compactbox:hover .Thumb,
.content-wrapper .ngg-thumbnail:hover img {
	/* 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;
}

.content-wrapper .ngg-album-compactbox:hover span.magnify,
.content-wrapper .ngg-thumbnail:hover span.magnify {
	width: 247px;
	height: 176px;
	display: block;
}

.content-wrapper .ngg-album-compact,
.content-wrapper .ngg-album {
	float: none;
	padding: 0 !important;
	margin: 25px auto !important;
	text-align: left;
	width: 247px;
}

.content-wrapper .ngg-album-compact {
	padding: 0 !important;
}

.ngg-album-gallery-image-counter {
	display: none;
}

.content-wrapper .ngg-album-compact h4 {
	font-size: 1.125em;
	font-weight: normal;
	font-family: 'RalewayBold', Arial, Helvetica, sans-serif;
}

.content-wrapper .ngg-album-compact h4 .ngg-album-desc {
	height: auto;
	max-height: 40px;
	font-family: 'RalewayBold', Arial, Helvetica, sans-serif;
}

.content-wrapper .ngg-album-compact h4:hover .ngg-album-desc,
.content-wrapper .ngg-album-compact h4:active .ngg-album-desc,
.content-wrapper .ngg-album-compact h4:focus .ngg-album-desc,
.content-wrapper .ngg-album-compact h4 .ngg-album-desc:hover,
.content-wrapper .ngg-album-compact h4 .ngg-album-desc:active,
.content-wrapper .ngg-album-compact h4 .ngg-album-desc:focus {
	color: #f66b35;
}

.content-wrapper .ngg-album {
	padding: 0;
	margin-bottom: 0;
	border: 0 none;
}

.content-wrapper .gallery_link {
	background-color: #222222;
	width: 247px;
	height: 176px;
	display: block;
}

.content-wrapper .ngg-thumbnail img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.content-wrapper .ngg-albumtitle {
	font-size: 1.125em;
	font-weight: normal;
	font-family: 'RalewayBold', Arial, Helvetica, sans-serif;
	line-height: 20px;
	max-height: 40px;
	height: auto;
}

.content-wrapper .ngg-albumtitle a {
	font-family: 'RalewayBold', Arial, Helvetica, sans-serif;
}

.content-wrapper .ngg-albumtitle:hover a,
.content-wrapper .ngg-albumtitle a:hover,
.content-wrapper .ngg-albumtitle a:focus {
	color: #f66b35;
}

/*------------------------------------------------------------------
	[ 9 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination {
	margin-top: 30px;
}

.titan-pagination ul {
	float: right;
}

.titan-pagination ul li {
	float: left;
	margin-left: 8px;
	background: none;
	padding: 0;
}

.titan-pagination ul li a,
.titan-pagination ul li span {
	padding: 0;
	display: inline-block;
	background-color: #f66b35;
	line-height: 41px;
	width: 38px;
	height: 41px;
	text-align: center;
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
}

.titan-pagination ul li span,
.titan-pagination ul li a:hover {
	color: #fff;
	background-color: #b75027;
}

.titan-pagination ul li a {
	color: #fff;
}

.licence-no-image {height: 54px;}
/*------------------------------------------------------------------
	[ Media Queries ]
-------------------------------------------------------------------*/
@media (min-width: 480px) {
	/* Sub-page */
	.page-thumb {
		margin: 0 22px 22px 0;
		width: 250px;
	}
}

@media (min-width: 600px) {
	/* Service Page */
	.service-img {
		margin: 0 22px 0 0;
		float: left;
	}

	/* Gallery */
	.content-wrapper .ngg-gallery-thumbnail-box {
		margin: 20px;
		width: 247px;
  	}

  	.content-wrapper .ngg-album-compact, 
  	.content-wrapper .ngg-album {
  		margin: 20px !important;
		width: 247px;
		float: left;
  	}

  	.content-wrapper .ngg-galleryoverview, 
  	.content-wrapper .ngg-albumoverview {
		width: 575px;
  		margin: 20px auto;
	}

	.content-wrapper .ngg-album-compact h4 .ngg-album-desc {
		height: 40px;
	}

	.content-wrapper .ngg-albumtitle {
		height: 40px;
	}

	.content-wrapper .ngg-navigation {
		margin-right: 21px;
		float: right;
	}
}

@media (min-width: 640px) {
	
}

@media (min-width: 768px) {
	/* Header */
	.logo-wrapper {
		margin-bottom: 0;
	}

	.headinfo-wrapper {
		margin-top: 12px;
	}

	.phnum-wrapper {
		margin-right: 10px;
	}

	.phnum-wrapper, 
	.fax {
		float: left;
	}

	.phnum-wrapper, 
	.fax, 
	.address {
		text-align: right;
	}

	.phnum-wrapper {
		border-right: 1px solid #f99248;
	  	padding-right: 10px;
	}

	.contact-numbers,
	.address {
		float: right;
	}

	.address {
		width: 100%;
	}

	/* Banner */
	.banner-pad {
		margin: 0 auto;
		position: relative;
	}

	.banner-slide-container {
		display: block;
	}

	.banner-desc .text {
		max-height: 33px;
		font-size: 2.000em;
	}

	.banner-nav {
		width: 750px;
		left: 0;
		right: 0;
	}

	/* Content */
	.why-choose-us-wrapper {
		margin: -59px 0 -24px 0;
	}

	.main-sub-page {
		margin-bottom: 0;
	}

	.sub-page .content-pad .content {
		padding-bottom: 0;
	}

	.content-bg {
		display: none;
	}

	.content-bg1 {
		display: block;
	}

	.main-front-page {
		margin-bottom: 0;
	}

	/* Sub-page */
	.page-thumb {
	  margin-bottom: 22px;
	  width: 100%;
	}

	/* Sidebar */
	.sidebar-wrapper {
		float: right;
		width: 312px;
		margin: 25px 0 42px 0;
	}

	/* Projects */
	.content-wrapper .ngg-gallery-thumbnail {
		float: left;
	}

	.ngg-pagination,
	.ngg-navigation { 
		float: right;
	}

	/* Service Page */
	.service-img {
		margin-bottom: 20px;
		float: none;
	}

	/*Pre-Footer*/
	.services-wrapper {
		margin-bottom: 0;
	}

	.our-projects-wrapper {
		padding-left: 30px;
	}

	.our-projects-container > a {
		text-align: left;
	}

	.our-projects-wrapper .ngg-widget {
		margin: 23px 0 0 33px;
	}

	.proj-img {	
		width: 325px;
		background-size: 325px;
		float: left;
		margin-top: 15px;
	}

	.our-projects-wrapper .ngg-widget > a {
		width: 263px;
		height: 197px;
		overflow: hidden;
	}

	.our-projects-wrapper .ngg-widget img {
		height: 197px;
		min-width: 263px;
		width: auto;
	}

	.our-projects-wrapper .ngg-widget > a:hover span.magnify {
		width: 263px;
		height: 197px;
	}

	/* Contact Us */
	.gform_footer {
		margin-bottom: 0;
	}

	/* Sidebar */
	.sidebar-wrapper.fixed {
		position: fixed;
		top: 0;
	}

	/* Footer */
	.footer {
		float: left;
	}

	.footer, .licence-section {
	  margin-bottom: 0;
	}

	.footer-wrap {
		padding-top: 40px;
		padding-bottom: 10px;
	}

	.footer .copyright {
		text-align: left;
	}

	.footer .footer-menu {
		padding: 0;
	}

	.footer .footer-menu ul {
		float: left;
		text-align: left;
	}

	.licence-image {
		float: left;
  		margin: 0 15px 0 0;
	}

	.licence-text {
		text-align: left;
		float: left;
		margin-top: -3px;
	}

	.licence-text:first-child {
		padding-top: 3px;
	}

	.titan-wrapper {
		float: right;
		margin-top: 0;
	}

	.titan-badge {
	  text-align: right;
	}

	.titan-badge span {
		margin-right: 0;
		display: inline-block;
	}

	.titan-badge img {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	/* Header */
	.logo {
	  text-align: left;
	}

	.headinfo-wrapper {
		margin-top: 21px;
	}

	.headinfo {
		float: right;
	}

	/* Menu */
	.top-menu-mobile {
		display: none;
	}

	#top-menu {
		display: block;
		width: 970px;
		margin: auto;
		left: 0;
		right: 0;
		padding: 0 15px;
	}

	/* Banner */
	.banner-pad {
		width: 992px;
	}

	.banner-slide-container {
	  	width: 992px;
	}

	.banner-desc-container {
		padding: 30px 240px;
	}

	.banner-left-gradient,
	.banner-right-gradient {
		display: block;
	}

	.banner-nav {
		width: 970px;
	}

	/* Sub-page */
	.page-thumb {
		margin: 0 22px 22px 0;
		width: 250px;
	}

	.sidebar-wrapper {
		width: 323px;
	}

	/* Service Page */
	.service-img {
		margin: 0 22px 0 0;
		float: left;
	}

	.content-wrapper .ngg-galleryoverview, 
	.content-wrapper .ngg-albumoverview {
		width: 100%;
	}

	.content-wrapper .ngg-album-compact, 
	.content-wrapper .ngg-album,
	.content-wrapper .ngg-gallery-thumbnail-box {
		margin: 25px 99px 25px 0 !important;
	}

	.content-wrapper .ngg-album-compact.last-gallery-small,
	.content-wrapper .ngg-album.last-gallery-small,
	.content-wrapper .ngg-gallery-thumbnail-box.last-gallery-small {
		margin-right: 0 !important;
	}

	.content-wrapper .ngg-galleryoverview br, 
	.content-wrapper .ngg-albumoverview br {
		display: none;
	}

	.content-wrapper .ngg-navigation {
		margin-right: 0;
	}

	/* Contact Us */
	#field_2_1, 
	#field_2_3,
	#field_2_5 {
		margin-left: 0;
	}

	.main-sub-page .gform_wrapper li,
	.main-sub-page .contact-details li {
		margin: 0 0 0 4%;
	}

	.main-sub-page .gform_wrapper li {
		width: 48%;
		float: left;
	}

	.contact-info ul li { 
		width: 48%; 
		float: left;
	}

	.contact-info ul li:first-child {
		margin-left: 0;
	}


	/* Sidebar */
	.quicklinks-content, 
	.sidebar-service-content {
	  width: 73%;
	}

	/* Footer */
	.footer {
		padding-top: 6px;
	}

	.titan-badge span {
		margin-right: 10px;
	}
}

@media (min-width: 1200px) {
	/* Menu */
	#top-menu {
		width: 1170px;
	}

	#menu-top-menu > li {
	  padding: 0 57px;
	}

	/* Banner */
	.banner-pad {
		width: 1200px;
	}

	.banner-slide-container {
	  	width: 1200px;
	}

	.banner-nav {
		width: 1170px;
	}

	/* Sub-page */
	.main-sub-page.sub-page-col {
		width: 71%;
	}

	.sidebar-wrapper {
		width: 338px;
	}

	.quicklinks-content, 
	.sidebar-service-content {
	  width: 74%;
	}

	/* Projects */
	.content-wrapper .ngg-album-compact, 
	.content-wrapper .ngg-album,
	.content-wrapper .ngg-gallery-thumbnail-box {
		margin: 25px 50px 25px 0 !important;
	}

	.content-wrapper .ngg-album-compact.last-gallery-desktop,
	.content-wrapper .ngg-album.last-gallery-desktop,
	.content-wrapper .ngg-gallery-thumbnail-box.last-gallery-desktop {
		margin-right: 0 !important;
	}

	.content-wrapper .ngg-album-compact.last-gallery-small,
	.content-wrapper .ngg-album.last-gallery-small,
	.content-wrapper .ngg-gallery-thumbnail-box.last-gallery-small {
		margin-right: 50px !important;
	}

	.content-wrapper .last-gallery-desktop.last-gallery-small {
		margin-right: 0 !important;
	}

	.content-wrapper .ngg-galleryoverview br, 
	.content-wrapper .ngg-albumoverview br {
		display: block;
	}

	/* Pre-Footer */
	.our-projects-container > a {
		margin-top: 100px;
		width: 149px;
		text-align: left;
		float: left;
		line-height: 30px;
	}

	.proj-img {
		float: right;
  		margin-top: 0;
	}
}