/*
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Tinos:400,700,400italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', Arial;
	font-size: 15px;
}
strong, b {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
img
{
  	max-width:100%
}

#wrap{
	height: 100%;
	width: 100%;
}

.container{
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.clear{
	clear: both;
}


/*Header*/
.redline{
	background: #FF4848;
	width: 100%;
	height: 4px;
}

.header{
	width: 100%;
}

.header .logo{
	float: left;
	display: block;

	margin: 9px 0 0 0;
}

.header .headerright{
	float: right;
	display: block;
	background: url(/skin/toprightbox.jpg) no-repeat top;
	width: 269px;
	min-height: 165px;
  	margin: 0 5px 0 0px;
}

.phoneinformation{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin-top: 47px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 23px;
}

.phonenumber{
	float: left;
	display: block;
	font-size: 29px;
	color: #fff;
	font-weight: 600;
	background: url(/skin/phone-icon.png) transparent no-repeat;
	text-decoration: none;
	padding: 0 0 0 33px;
	margin: 0 0 0 27px;
}
/*Navigation*/

.navigation{
	background: url(/skin/nav.jpg) transparent repeat-x;
	min-height: 58px;
}

.navigation div#cat_721633_divs{
	float: left;
	width: 100%;
}

.navigation ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation ul li{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.navigation ul li:hover ul{
	display: block;
}

.navigation ul li a{
	float: left;
	margin: 0;
	padding: 20px;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation ul li a img
{
	display:none;
}

.navigation ul ul{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	background: #000;
	width: 200px;
}
.navigation ul ul li{
	width: 100%;
}

.navigation ul ul li a{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	float: none;
	display: block;
	padding: 14px 20px;
}

.navigation ul li a:hover, .navigation ul li.selected a, .navigation ul li:hover li a:hover{
	color: #FF3333;
	text-decoration: underline;
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation ul li:hover li a{
	color: #fff;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation ul li:hover a{
	color: #FF3333;
	text-decoration: underline;
	opacity: 1;
	filter: alpha(opacity=100);
}

navigation ul li.selected a a{
	color: #fff;
	text-decoration: none;
}

/*Splash*/
.splash{
	width: 100%;
	background: url(/skin/splashback.jpg) transparent;
	background-size: cover;
	padding: 12px 0;
}
#slider{
	float: left;
	left: 50%;
	margin-left: -468px;
	position: relative
}

#slider .nivo-caption {
	position: absolute;
	left: 60px;
	top: 60px;
	background: none;
	color: #fff;
	z-index: 8;
	padding: 5px 10px;
	opacity: 1;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 56px;
	width: 484px;
	line-height: 1.3;
	font-weight: 600;
}

#slider .nivo-caption span{
	font-weight: 700;
}


#slider .nivo-directionNav a {
	display:block;
	width:34px;
	height:60px;
	text-indent:-9999px;
	border:0;
	opacity: 1; /* NEW */
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#slider .nivo-directionNav a.nivo-prevNav {
	background: url(/skin/leftbutton.png) transparent no-repeat;
	left: 0;
}

#slider .nivo-directionNav a.nivo-nextNav {
	background: url(/skin/rightbutton.png) transparent no-repeat;
	right: 0;
}


.slidecontent{
	display: none;
}

/*Main*/
.main{
	width: 100%;
}

.content {
	float: left;
	width: 640px;
	padding: 0 30px 30px 0;
}

.sidebar{
	width: 269px;
	float: right;
	background: url(/skin/sidebarback.jpg) #fff no-repeat bottom;
	min-height: 450px;
}

.sidebar{
	display: block;
}

.sidebar form{
	float: left;
	display: block;
	width: 215px;
	position: relative;
	left: 50%;
	margin-left: -108px;
}

.sidebar input[type="text"]{
	float: left;
	display: block;
	width: 195px;
	padding: 11px 10px 12px;
	margin: 0 0 5px;
	border: 0;
	font-weight: 300;
	font-style: italic;
	color: #1D1D1D;
}

.sidebar input[type="submit"]{
	float: right;
	display: block;
	border: 0;
	background: #FF3333;
	border-radius: 10px;
	border-bottom: 1px solid #E41421;
	padding: 7px 28px 7px 27px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0 0 0;
	cursor: pointer;
}

.sidebar textarea{
	float: left;
	display: block;
	width: 195px;
	padding: 11px 10px 12px;
	margin: 0 0 5px;
	border: 0;
	font-weight: 300;
	font-style: italic;
	font-family: 'Arial';
	color: #1D1D1D;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #1D1D1D;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:    #1D1D1D;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    #1D1D1D;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
     color:    #1D1D1D;
}



.sidebar .formdescription{
	font-weight: 600;
	background: #FF3333 url(/skin/mailwhiteicon.png) no-repeat 26PX 9px;
	font-size: 20px;
	color: #fff;
	padding: 0 0 0 27px;
	line-height: 1.6;
	margin: 10px 0 15px 0;
	text-align: center;
}

.sidebar .formdescription span{
	float: left;
	font-weight: 700;
}

.content h1{
	color: #790303;
	font-size: 27px;
	font-weight: 700;
	padding: 35px 0 20px;
	margin: 0 0 25px;
	border-bottom: 1px solid #F7F7F7;
}

.content p{
	line-height: 1.6;
	margin: 0 0 15px;
  	text-align: justify;
}

#about-us .content p{
	line-height: 1.6;
	margin: 0 0 15px;
  	text-align: justify;
}

.content h2{
	line-height: 1.6;
	margin: 16px 0;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.content h3{
	line-height: 1.6;
	margin: 0 0 15px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.content ul, .content ol{
	list-style: disc;
	margin: 0 0 28px 25px;
	width: 100%;
}
.content ul:before,
.content ul:after,
.content ol:before,
.content ol:after
{
	display:block;
	content:"";
	clear:both;
}
.content li{
	line-height: 1.6;
	/* margin: 0 0 15px; */
	font-size: 15px;
	color: #000;
	font-weight: 400;
	float: left;
	width: 45%;
	min-height: 30px;
	padding: 0px 32px 0px 0px;
}

#special-offers .content li{
	line-height: 1.6;
	margin: 0 0 25px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	float: left;
	width: 45%;
	min-height: 58px;
	padding: 0px 32px 0px 0px;
}

.system-error-message li{
	width: 100%;
}

.content .rightimages{
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #FF4848 !important;
}



/*featured*/
.featured{
	background: #1F1F1F url(/skin/featuredback.jpg) repeat-x;
}

.featured ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.featured ul li{
	float: left;
	margin: 0;
	padding: 0;
}

.featured ul li a{
	float: left;
	margin: 0 15px 60px 0;
	padding: 0;
	width: 222px;
	height: 198px;
	color: #fff;
	text-decoration: none;

}

.featured ul li a img{
	float: left;
	width: 222px;
	height: 198px;
}

.featured ul li a span{
	float: left;
	display: block;
	width: 207px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 0;
	padding-left: 15px;
	margin: 0 0 2px 0;
}

.featured ul li.brightblue a span{
	background: #48C9FF;
}
.featured ul li.blue a span{
	background: #4942FF;
}
.featured ul li.red a span{
	background: #FF4147;
}
.featured ul li.darkred a span{
	background: #D51F58;
}
.featured ul li.green a span{
	background: #009F00;
}
.featured ul li.orange a span{
	background: #E97535;
}
.featured ul li.black a span{
	background: #484848;
}
.featured ul li.darkblue a span{
	background: #21307D;
}

.featured ul li.last a {
	margin-right: 0;
}

.featured h3{
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	font-family: 'Open Sans', Arial;
	float: left;
	margin: 20px 0 30px;
}

.featured .viewlist{
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	font-family: 'Open Sans', Arial;
	float: right;
	font-style: italic;
	text-decoration: none;
	margin: 26px 0;
}

/*testimonial*/

.testimonial{
	background: #126CA4;
	color: #fff;
	line-height: 1.6;
	font-size: 17px;
	display: none;
}
.testimonial div
{
    text-align: right;

}


.testimonial .container{
	padding: 30px 0 20px;
}

.testimonial .container strong{
	font-weight: 700;
}
.testimonial .container p:before,
.testimonial .container p:after{
  	content:"";
  	display: inline-block;
}
.testimonial .container p:before
{
	background: url(/skin/quote.png) no-repeat;
  	height:21px;

	width: 41px !important;
	position: absolute;
	top: 0;
	left: 0;
}
.testimonial .container p:after
{
	background: url(/skin/quote2.png) no-repeat;
  	height:21px;
  	width:31px;
	bottom: 0;
	margin: 0px 0 0 10px;
}

.testimonial .container p {
	margin: 0 0 10px 0px;
	position: relative;
	padding: 0 0 0 40px;
	text-align: justify;
}

.testimonial .container p img{
    position: relative;
    top: 2px;
    margin-top: -5px;
    padding: 0 15px;
}
/*Footer*/
.footer{
	width: 100%;
}

.footer h3{
	font-size: 17px;
	font-weight: 600;
	color: #790303;
	margin: 0 0 10px;
}

.footercolumn{
	float: left;
	width: 25%;
	margin: 20px 0 30px;
}

.footercolumn.social{
	width: 33%;
	float: right;
	text-align: right;
}

.footercolumn.contact{
	width: 30%;
}

.footercolumn.ads{
	width: 100%;
	text-align: center;
}

.footercolumn.ads img{
	margin: 0 20px 20px;
}


.footercolumn ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footercolumn ul li{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

.footercolumn ul li a{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #000;
}

.footeraddress{
	line-height: 1.6;
	background: url(/skin/addressicon.png) transparent no-repeat 0 7px;
	padding: 0 0 0 30px;
	float: left;
	margin: 0 0 10px;
}

.footeremailaddress{
	line-height: 1.6;
	text-decoration: none;
	color: #000;
	background: url(/skin/mailicon.png) transparent no-repeat 0 7px;
	padding: 0 0 0 30px;
	float: left;
	margin: 0 0 10px;
}

.footerphonenumber{
	line-height: 1.6;
	text-decoration: none;
	color: #000;
	background: url(/skin/red-phoneicon.png) transparent no-repeat 0 2px;
	padding: 0 0 10px 30px;
	margin: 0 0 10px;
	float: left;
}

.licenseabn{
	line-height: 1.6;
}

.footerhr{
	width: 200px;
	float: left;
	border-color: #fafafa;
	opacity: 0.2;
}


.copyright{
	font-size: 17px;
	font-weight: 600;
	color: #790303;
	float: left;
}
.footerlinks {
	float: right;
	position: relative;
	z-index: 800;
}

.footerlinks ul{
	float: left;
	margin: 0;
	padding: 0;
}

.footerlinks ul li{
	font-size: 17px;
	font-weight: 600;
	color: #790303;
	float: left;
	margin: 0;
	padding: 0;
}

.footerlinks li a{
	font-size: 17px;
	font-weight: 600;
	color: #790303;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	text-decoration: none;
	border-left: 1px solid #790303;
}

.footerlinks .first a{
	border: 0;
}

.bottompainting{
	float: right;
	position: relative;
	bottom: 44px;
	margin-bottom: -73px;
	z-index: 1;
	right: -2px;
}

.system-message, .system-error-message{
	padding: 36px;
	line-height: 1.6;
}

span.label
{
  	display:inline-block;
  	width: 150px;
  	float: left;
  	clear: both;
  	margin: 0px 0px 10px 0px;
  	font-weight: bold;
}

.left
{
   float: left;
}

.testi
{
    padding: 10px;
    position:relative;
    margin: 0 0 3px 0;
    background: #f7f7f7;  border: 1px solid #e5e5e5;
}
.outer-testi
{
    margin: 0 0 25px 0;

}
.outer-testi p
{
	 color: #888;
    padding: 0px 42px;
    font-family: 'Tinos', serif;
    font-size: 16px;
    font-style: italic;
	 text-align: right;
}
.testi p
{
    color: #888;
    padding: 0px 27px;
    font-family: 'Tinos', serif;
    font-size: 16px;
    font-style: italic;
    text-align: justify;
}
.testi p stong
{
}

.testi::after,
.testi p::after,
.testi::before,
.testi p::before{
  content: " ";
  clear:both;
}
.testi p::after
{
   	background: url(/skin/gray-quote2.png);

   	display: inline-block;
   	height: 12px;
   	width: 16px;

   	bottom: 28px;
   	right: 54px;
   	margin: 0 0 0 5px;
}
.testi::before
{
  	background: url(/skin/gray-quote.png);
  	display: block;
  	height: 12px;
  	width: 16px;
  	position:absolute;

}

#home .home-testi,
#special-effects .home-testi
{
	display:block;
}
#about-us .about-testi,
#special-offers-1 .special-offer-1-testi
{
	display:block;
}
#services .services-testi,
#special-offers-2 .services-testi
{
	display:block;
}
#gallery .gallery-testi,
#special-offers-3 .gallery-testi
{
	display:block;
}
#testimonials .testimonial-page-testi,
#strata-projects .testimonial-page-testi
{
	display: block;
}
#testimonials .testimonial-page-testi
{
	display: block;
	height: 1px;
	overflow: hidden;
  	background: none;
}
#special-offers .special-offer-testi,
#stripping .special-offer-testi
{
	display:block;
}
#contact-us .contact-us-testi,
#varnishing .contact-us-testi
{
	display:block;
}
#commercial-projects .Commercial-testi,
#before-and-after .Commercial-testi
{
	display:block;
}
#exterior-projects .exterior-projects-testi
{
  	display:block;
}
#feature-walls .feature-walls-testi
{
	display:block;
}
#interior-and-exterior .interior-and-exterior-painting-testi
{
	display:block;
}
#interior-projects .interior-projects-testi
{
	display:block;
}
#strata-painting-gallery .moss-testi,
#moss .moss-testi
{
	display:block;
}
#exterior-painting-gallery .plaster-damage-testi,
#plaster-damage .plaster-damage-testi
{
	display:block;
}
#commercial-painting-gallery .residential-and-commercial-testi,
#residential-and-commercial .residential-and-commercial-testi
{
	display:block;
}
.gallery-featured
{
}
.gallery-featured ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.gallery-featured ul li
{
    width: 100%;
    padding: 0;
    margin: 0 21px 35px 0;
    background: #f8f8f8;  border: 1px solid #e4e4e4;
}
.gallery-featured ul li a
{
    width: 90%;
    height: auto;
    padding: 20px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    margin: 0px auto;
    position: relative;
}
.gallery-featured ul li a:before,
.gallery-featured ul li a:after
{
	display:block;
	content:"";
	clear:both;
}
.gallery-featured ul li a span
{

    display: block;
    padding: 13px 0px;
    font-size: 19px;
    color: #0086B2;
    float: left;
    text-align: left;
}
.gallery-featured ul li a span strong
{
    text-transform: uppercase;

    font-size: 24px;
}
.gallery-featured ul li a img
{
    float: right;
    border: 7px solid #fff;  box-shadow: 1px 1px 0 #CACACA;
}
.right_services_list
{
    position: absolute;

    bottom: 5px;
    left: 0;
}
.right_services_list p {
padding: 8px 5px;
color: #fff;
width: 182px;
text-align: center;
display: block;
text-transform: uppercase;
font-size: 17px;
text-decoration: none;
background-color: #001b4a;
border-top: 1px solid #93b8cb;
border-bottom: 1px solid #00173f;
border-left: 1px solid #485b7d;
border-right: 1px solid #001843;
float: left;
}







/* Trial Navigation */


.trial-navigation {
    /*border-top: 2px solid #2477AB;*/
    margin: 0 0 15px 0;
}
.trial-navigation ul {
list-style: none;
margin: 0px 0px 0px 0px;
padding-left: 0;
}
.trial-navigation li {
background: url(/skin/Menutab.png) no-repeat center top;
margin-right: 2px;
float: left;
position: relative;
border-radius: 0 0 12px 12px !important;
}
.trial-navigation a {
font-weight: bolder;
display: block;
line-height: 2.65em;
padding: 0 29.6px;
text-decoration: none;
color: #075586;
}
.trial-navigation a img
{
	display:none;
}
.trial-navigation ul ul {
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
margin: 0;
position: absolute;
top: 2.65em;
left: 0;
width: 188px;
z-index: 99999;
}
.trial-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.trial-navigation ul ul a {
	background: #121212;
	border-bottom: 1px dotted #ddd;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
.trial-navigation ul ul li:hover
{
	border-radius:0px;
}
.trial-navigation li:hover > a, .trial-navigation ul ul :hover > a, .trial-navigation a:focus {
	background: #c7c7c7;
	color:#000;
	border-radius: 0 !important;
}
.trial-navigation li:hover > a, .trial-navigation a:focus {
	background: url(/skin/menuc.png) no-repeat center center;
	color:#fff;
	border-radius: 0 0 12px 12px !important;
}
.trial-navigation ul li:hover > ul {
	display: block;
}
.trial-navigation .current_page_item > a, .trial-navigation .current_page_ancestor > a {
	background: url(/skin/menuc.png) no-repeat center center;
	color:#fff;
}
.trial-navigation ul ul .current_page_item > a, .trial-navigation ul ul  .current_page_ancestor > a {
	background: #c7c7c7;
	color:#000;
}
ul.special li {
	width: 100%;
	float: none;
}

#before-and-after table.photogalleryTable tr td:nth-child(2)
{
  	padding-right:0px;
  	padding-left:0px;
}
#before-and-after table.photogalleryTable td {
	padding: 6px;
  	text-align: center;
}
#before-and-after table.photogalleryTable td a img {
  	border:none;
  	padding:0;
  	/*height: 175px;*/
}
table.photogalleryTable td a img {
	border: 1px solid #9B9B9B;
	padding: 2px;
}


/*=========== Specail Offer=================*/
#special-offers ul.special-offers-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#special-offers ul.special-offers-list li
{
    width: 100%;
    padding: 0 10px 0 0;
}
#special-offers ul.special-offers-list li a
{
    display: block;

    text-decoration: none;
}
#special-offers ul.special-offers-list li a span{
	display: block;
	font-size: 18px;
	font-weight: 800;
	padding: 13px 0;
	padding-left: 15px;
	margin: 0 0 2px 0;
	color: #fff;
}
#special-offers ul.special-offers-list li.brightblue a span{
	background: #48C9FF;
}
#special-offers ul.special-offers-list li.blue a span {
	background: #070387;
}
#special-offers ul.special-offers-list li.red a span {
	background: #C90006;
}
h1.heading-1 {
	font-size: 22px !important;
}

.img-left {
	float: left;
	margin: 10px 20px 10px 0;
}
.img-right {
	float: right;
	margin: 10px 0 10px 20px;
}
@media (max-width: 991px) {
	.trial-navigation li {
		margin: 0 2px;
	}
	.trial-navigation a {
		padding: 0 15px;
	}
	#wrap {
		overflow: hidden;
	}
	.img-left,
	.img-right {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.bottompainting {
		display: none;
	}
	.container {
		width:100%;
	}
	.header .logo {
		margin-left: 2%;
	}
	#slider {
		margin-left: -50%;
	}
	.content {
	    padding-left: 2%;
		padding-right: 3%;
	    width: 65%;
	}
	.sidebar {
		width: 30%;
		min-height: auto;
		padding-bottom: 35px;
	}
	.sidebar .formdescription {
		font-size: 14px;
		background-image: none;
		padding: 10px 0;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.sidebar form {
		width: 92%;
		padding: 0 4%;
		margin: 0;
		left: 0;
	}
	.sidebar input[type="text"],
	.sidebar textarea {
		width: 96%;
		padding: 5% 2%;
	}
	.sidebar input[type="text"],
	.sidebar textarea,
	.sidebar input[type="submit"] {
		float: none;
		font-size: 12px;
	}
	.sidebar input[type="submit"] {
		display: block;
		margin: 20px auto;
	}
	.featured {
		padding-left: 2%;
		padding-right: 2%;
	}
	.featured ul li {
		width: 25%;
	}
	.featured ul li a,
	.featured ul li a span {
		width: 100%;
	}
	.featured ul li a {
		margin: 0;
		overflow: hidden;
	}
	.featured ul li a img {
		height: auto;
		width: 100%;
	}
	.testimonial .container p {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 0;
		text-indent: 40px;
	}
	.testimonial div {
		text-align: center;
	}
	.footer {
		padding: 2% 0;
	}
	.footercolumn,
	.footercolumn.contact,
	.footercolumn.social {
		width: 25%;
		float: left;
		margin: 0;
		padding: 0 2%;
	}
	.footercolumn.contact {
		width: 38%;
	}
	.footercolumn .socialmedialink {
		display: block;
		margin-bottom: 10px;
	}
	.footercolumn.ads {
		display: none;
	}
	.copyright,
	.footerlinks {
		float: none;
		display: block;
		margin-bottom: 10px;
		padding: 0 2%;
	}
	.footerlinks .first a {
		margin-left: 0;
		padding-left: 0;
	}
	.embed-container {
		display: block;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#outerImageContainer {
	    max-width: 90%;
	    overflow: hidden;
	    height: auto !important;
		font-size: 0 !important;
	}
	#imageDataContainer {
	    max-width: 90%;
	    overflow: hidden;
	}
	#lightboxImage {
	    max-width: 100%;
	}
}

@media (max-width: 767px) {
	.trial-navigation a {
		padding: 0 8px;
	}
	.content li {
		width: 100%;
	}
}

@media (max-width: 665px) {
	.trial-navigation li {
		margin: 0 2px;
		width: auto;
	}
	.trial-navigation a {
		padding: 0 7px;
		text-align: center;
	}
	.trial-navigation ul li:hover > ul,
	.trial-navigation ul li ul.secondary-nav {
		display: none;
	}
	.header {
		margin-bottom: 20px;
	}
	.header .headerright {
		display: none;
	}
	.header .logo {
		float: none;
	}
	.header .logo img {
		display: block;
		margin: 0 auto;
	}
	.content {
		padding-left: 2%;
		padding-right: 2%;
		width: 96%;
	}
	.sidebar {
		width: 100%;
		background: url('/skin/splashback.jpg') transparent;
		background-size: cover;
		padding-bottom: 0;
	}
	.sidebar .formdescription {
		font-size: 18px;
		padding: 12px 0;
	}
	.sidebar form {
		width: 92%;
		padding: 0 4%;
		margin: 0;
		left: 0;
	}
	.sidebar input[type="text"],
	.sidebar textarea {
		width: 96%;
		padding: 2%;
		margin-bottom: 10px;
	}
	.sidebar input[type="text"],
	.sidebar textarea,
	.sidebar input[type="submit"] {
		font-size: 16px;
	}
	.featured ul li {
		width: 50%;
	}
	.featured ul li a {
		height: 250px;
	}
	.footercolumn,
	.footercolumn.contact,
	.footercolumn.social {
		width: 46%;
	}
	.footercolumn.social {
		width: 96%;
		text-align: left;
		margin-bottom: 20px;
	}
	.footercolumn .socialmedialink {
		float: left;
		margin: 0 15px 0 0;
	}
	.footeremailaddress {
		word-break: break-all;
	}
	.footerhr {
		display: none;
	}
	span.label {
	  	display: inline;
	  	width: auto;
		margin: 0 5px 10px 0;
	}
}

@media (max-width: 480px) {
	.trial-navigation li a {
		padding: 0 13px;
	}
	.trial-navigation li:nth-child(-n+4) a {
		padding: 0 16px;
	}
	.featured ul li {
		width: 100%;
	}
	.featured h3 {
		display: block;
		width: 100%;
		text-align: center;
	}
	.featured .viewlist {
		display: none;
	}
	.footercolumn,
	.footercolumn.contact,
	.footercolumn.social {
		width: 96%;
		text-align: left;
	}
	.footercolumn h3 {
		margin: 20px 0 10px 0;
	}
	.footercolumn ul li {
		display: inline;
		width: auto;
		margin-right: 15px;
	}
	.footerphonenumber {
		margin-bottom: 0;
	}
	.footerlinks ul li {
		float: none;
		display: block;
		width: 100%;
	}
	.footerlinks li a {
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		border: none;
	}
	.copyright,
	.footerlinks li a {
		font-size: 14px;
	}
	.gallery-featured ul li a img {
		float: left;
	}
	#imageData #imageDetails {
	    float: left;
	    text-align: center;
	    width: 100%;
	}
	#imageData #bottomNav {
	    float: left;
	    width: 100%;
	}
}
