/*
Theme Name: aftertheimage
*/

/*
  font-family: "univia-pro",sans-serif;  font-weights: 400, 500, 600, 700
  font-family: "proxima-nova-soft",sans-serif; font-weights: 400, 700

*/


/* css for basic items---------------------------------------------------------------------------------------------------*/
html,body {
	width: 100%;
	}
body {
	padding: 0;
	margin: 0;
    font-family: "proxima-nova-soft", sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	font-weight: 400;
	background-color: #f7f7f7;
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
img {
	padding: 0;
	margin: 0;
	border: 0;
	}
a,
a:visited,
a:active {
	color: #be3a34;
	text-decoration: none;
	outline: none;
    transition: all 0.2s linear;
    }
a:hover {
	color: #acf122;
	text-decoration: none;
	outline: none;
    transition: all 0.2s linear;
   	}
ul {
	padding: 0 0 35px 15px;
	margin: 0;
	list-style: url(images/bullet.png);
	}
ul li {
	padding: 0 0 10px 0px;
	margin: 0;
	float: none;
	}
ol {
	padding: 0 0 35px 15px;
	margin: 0;
	}
ol li {
	padding: 0 0 10px 0;
	margin: 0;
	float: none;
	}
p {
	padding: 0 0 35px 0;
	margin: 0;
	}
b,
strong {
	font-weight: 700;
	}
em {
	font-style: italic;
	}	
hr {
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	height: 1px;
	border: none;
	border-top: 1px solid #333333;
	}
h1 {
 	padding: 0 0 25px 0;
	margin: 0 0 0 0;
    font-family: "univia-pro", sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	color: #333333;
	}
h2 {
 	padding: 0 0 20px 0;
	margin: 0 0 0 0;
    font-family: "univia-pro", sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	}
h3 {
 	padding: 0 0 10px 0;
	margin: 0 0 0 0;
    font-family: "univia-pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	}

.content-container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 3% 0 3%;
	width: 94%;
	max-width: 1200px;
  	}
.desktop {
	display: inherit !important;
	}
.mobile {
	display: none !important;
	}
#mobile-logo,
#mainnav-navbar,
#mobilenav ul,
#mobilenav {
	display: none;
	}

/* --------------------------------------------------------------------------------------------------------------- */
/* css for horizontal and vertical centering --------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */

.vert-center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------------------- */
/* css for header ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

header {
	position: fixed;
	width: 100%;
	top: 0; 
	height: 113px;
	z-index: 99999;
	transition: top 0.2s ease-in-out;
	background: url(images/bg-top.jpg) center center;
	}
	#logo {
		position: relative;
		float: left;
		margin-top: 55px;
		width: 265px;
		height: 51px;
		background-image: url(images/aftertheimage.png);
		background-repeat: no-repeat;
		background-size: cover;
		}
		#logo a {
			display: block;
			width: 265px;
			height: 51px;
			}
	#mainnav {
		position: absolute;
		right: 4%;
		top: 81px;
		font-family: "univia-pro", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 16px;
		height: 44px;
		}
		#mainnav ul {
			display: inline-block;
			margin: 0;
			list-style: none;
			}
		#mainnav ul li {
			padding: 0 15px 0 15px;
			float: left;
			background: url(images/div.png) no-repeat right top 2px;
			}
			#mainnav ul li.end {
				padding: 0 0 0 15px;
				float: left;
				background: none;
				}
		#mainnav ul li a {
			display: block;
			height: 45px;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			}
		#mainnav ul li.current-menu-item a,
		#mainnav ul li a:hover {
			color: #acf122;
			}

		/* css for sub navigation  ---------------------------------------------------------------------------------- */
		#mainnav ul li.nav1 .sub-menu {
			display: none;
			position: absolute;
			top: 45px;
			left: -100px;
			margin: 0 0 0 0px;
			padding: 0 0 10px 0;
			width: 320px;
			text-align: left;
			white-space: normal;
			z-index: 9; 
			}
		#mainnav ul li.nav1:hover .sub-menu {
			}
			#mainnav ul.sub-menu li {
				padding: 0 15px 0 15px;
				float: left;
				background: url(images/div-sub.png) no-repeat right top;
				}
				#mainnav ul.sub-menu li.end {
					padding: 0 0 0 10px;
					float: left;
					background: none;
					}
				#mainnav ul.sub-menu li a,
				#mainnav ul.sub-menu li a:visited,
				#mainnav ul.sub-menu li a:active {
					display: block;
					padding: 0 0 15px 0;
					height: auto;
					border: 0;
					font-family: "proxima-nova-soft", sans-serif;
					font-size: 16px;
					line-height: 16px;
					color: #222;
					}	
				#mainnav ul.sub-menu li.current-menu-item a,
				#mainnav ul.sub-menu li a:hover {		
					color: #be3a34;
					}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for basics ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#topblock-secondary {
	margin-top: 163px;
	}	
	#topblock-secondary .col2 {
		margin-top: 27px;
		}		
.fade1,
.fade2,
.fade3,
.fade4 {
	display: none;
	}	
.fade2 {
	max-width: 800px !important;
	}	
.fade3 {
	max-width: 960px !important;
	}		
.fade4 {
	max-width: 1140px !important;
	}	
.home,	
#contact,		
#clients,		
#about,
#services {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: top 0.2s ease-in-out;
	background-repeat: no-repeat;
	background-position: center top;
	}
	.home {
		background-image: url(images/HomeBACKGROUND_v2.jpg);
		}
	#about {
		background-image: url(images/About_9_v2.jpg);
		}
	#services {
		background-image: url(images/SERVICESBackground_9_v2.jpg);
		}
	#clients {
		background-image: url(images/Clients_BACKGROUND_v2.jpg);
		}
	#contact {
		background-image: url(images/ContactBackground_v2.jpg);
		}
	#contact .content-container,
	#clients .content-container,
	#about .content-container,
	#services .content-container {
		padding: 0;
		margin: 0 auto 0 auto;
		max-width: 1280px;
		width: 100%;
		height: 100%;
		}
#home {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: top 0.2s ease-in-out;
	background-image: url(images/bg-home.jpg);
	background-repeat: no-repeat;
	}
.single-column {
	position: relative;
	padding: 70px 0 70px 0;
	width: 100%;
	}
#topblock {
	margin: 123px auto 0 auto;
	padding: 30px 0 0px 0;
	min-height: 450px;
	}		
#topblock h1 {
	margin: 0 auto 0 auto;
	font-weight: 500;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	}
#topblock h2 {
	margin: 0 auto 0 auto;
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	}
	#topblock .green {
		color: #666600;
		}
	#topblock .red {
		color: #BE3A34;
		}
.two-column {
	clear: both;
	position: relative;
	padding: 10px 0 30px 0;
	width: 100%;
	}
	#about .two-column {
		padding: 0; 
		}
	.two-column .col1 {
		width: 32.4%;
		padding-right: 2%;
		float: left;
		}
		.two-column .col1 h1 {
			color: #be3a34;			
			font-weight: 500;
			font-size: 36px;
			line-height: 36px;
			text-transform: uppercase;
			}
		.two-column .col1 h2 {
			color: #be3a34;
			font-weight: 500;
			font-size: 30px;
			line-height: 36px;
			}
		.two-column .col1 .bio {
			margin: 0;
			padding: 55px 0 0 0;
			}	
			.two-column .col1 .bio img {
				max-width: 290px;
				height: auto;
				}
	.two-column .col2 {
		width: 50.6%;
		padding-right: 15%;
		float: left;
		}
		.two-column .col2 span {
			font-size: 28px;
			line-height: 36px;
			font-weight: 500;
			color: #be3a34;
			}
		.two-column ul {
			margin: 0 0 0 35px;
			list-style: url(images/bullet.png);
			font-size: 26px;
			line-height: 30px;
			}	
		.two-column ul li {
			font-family: "univia-pro", sans-serif;
			font-weight: 500;
			padding: 0 0 10px 5px;
			}
		.two-column .col2 h1 {
			padding: 0 0 12px 0;
			font-size: 26px;
			line-height: 30px;
			font-weight: 500;
			}
		.two-column .col2 h2 {
			padding: 0 0 3px 0;
			font-size: 28px;
			line-height: 36px;
			font-weight: 500;
			}
.carousel {
	position: relative;
	padding: 60px 0 110px 0;
	margin: 0 auto 0 auto;
	}
	.carousel h1 {
		text-align: center;
		padding: 0 0 60px 0;
		font-size: 36px;
		line-height: 36px;
		color: #e5e1d9;
		}
	.full {
		max-width: 790px;
		margin: 0 auto 0 auto;
		}
		.full ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
		.full ul li {
			margin: 0;
			padding: 0;
			}
			.full ul li a {
				color: #fff;
				}
	.pic {
		width: 67%;
		padding-right: 7%;
		float: left;
		}
	.home-caption {
		margin-top: 20%;
		width: 26%;
		float: left;
		font-size: 18px;
		line-height: 22px;
		color: #fff;
		}	
		.home-caption span {
			text-transform: uppercase;
			}			
		.pic img {
			padding: 0 0 2px 0;
			}
.pic {
	text-align: center;
	margin: 0 0 7px 0;
	}
	.pic img {
		width: 100%;
		height: auto;
		}
.third {
	position: relative;
	float: left;
	width: 31.33334%;
	padding-right: 3%;
	}	
	.third-end {
		padding-right: 0;
		}
form {
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
	}		
input[type='email'],
input[type='text'] {
	padding: 0 0 0 10px;
	margin: 0 20px 10px 0;
	height: 22px;
	width: 100%;
	max-width: 165px;
	border-radius: 0 !important;
	border: none;
	outline: none;
	background: #fff;
	font-size: 14px;
    line-height: 14px;
	color: #222;
	}
input[type='submit'] {
	padding: 0 25px 0 10px;
	margin: 0 0 10px 0;
	height: 22px;
	border-radius: 0 !important;
	border: none;
	background: #fff;
	font-family: "univia-pro", sans-serif;
	font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
	text-align: left;
	color: #be3a34;
	text-transform: uppercase;
	cursor: pointer;
	}
#portfolio {
	width: 100%;
	margin-top: 70px;
	min-height: 800px;
	}
	#portfolio .content-container {
		padding: 0 0 0 3%;
		max-width: 1280px;
		}
	#portfolio hr {
		margin-left: 1.5%;
		margin-right: 4.5%;
		margin-bottom: 70px;
		}	
#portfolio a {
	transition: none;
    transition: color 0.2s linear;
    color: #444;
	}	
.isotope {
	margin: 0 auto 0 auto;
	text-align: center;
	}		
.button-group {
	font-family: "univia-pro", sans-serif;
	font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
	float: left;
	margin-left: 1.5%;
	}
	.button-group {
		position: relative;
		}
	.button {
		padding: 2px 10px 2px 0px;
		cursor: pointer;
		z-index: 9999;
		}	
		.button:hover {
			color: #be3a34;
			}
	.button-drop {
		display: none;
		position: absolute;
		padding: 10px 10px 10px 10px;
		top: 54px;
		left: -9px;
		width: 250px;
		z-index: 9998;
		background: #fff;
		font-family: "proxima-nova-soft", sans-serif;
		font-size: 13px;
		line-height: 18px;
		}
	.button-title {
		padding: 15px 30px 15px 0px;
		height: 22px;
		cursor: pointer;
		white-space: nowrap;
		}
		.button-title span {
			display: inline !important;
			}
.bloggrid {
	display: inline-block;
	padding-right: 1.5%;
	padding-left: 1.5%;
	max-width: 380px;
	}
	.bloggrid img {
		width: 100%;
		height: auto;
		}
	.blogend {
		padding-right: 0;
		}
.blog-post {
	margin: 0 0 30px 0;
	text-align: left;
	}
.blog-post p {
	padding: 0;
	}
.blog-post .title {
	padding: 5px 0 0 0;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	}
.blog-post .description {
	font-size: 14px;
	line-height: 16px;
	}

.client-title {
	padding: 0 0 3px 0;
	float: left;
	font-size: 16px;
	line-height: 16px;
	}
	.client-title span {
		color: #be3a34;
		}
.navigation {
	padding: 3px 0 0 0;
	margin: 0;
	float: right;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	}	
	.navigation .nav-div,
	.navigation .prev,
	.navigation .next {
		float: left;
		}
.page {
	padding: 5px 0 5px 0;
	border-top: 1px solid #444;
	width: 100%;
	text-align: right;	
	float: right;
	font-size: 14px;
	line-height: 14px;
	}
.two-column .detail {
	width: 31.9%;
	padding-right: 2.5%;
	}
.two-column .detail-work {
	width: 65.6%;
	padding-right: 0;
	}
.two-column .detail-work p {
	padding: 0 0 15px 0;
	}
.two-column .detail-work img {
	max-width: 100%;
	height: auto;
	}
.full-work img {
	width: 100%;
	height: auto;
	}	
.full-work p {
	padding: 0 0 15px 0;
	}
.two-column .detail h1 {
	padding: 0px 0 25px 0;
	font-size: 26px;
	line-height: 32px;
	color: #444444;
	}		
.two-column .detail p {
	padding: 0 35px 25px 0;
	font-size: 16px;
	line-height: 24px;
	}		
.categories {
	font-size: 17px;
	line-height: 24px;
	font-family: "univia-pro", sans-serif;
	font-weight: 500;
	}
.contact h2 {
	padding-bottom: 25px !important;
	font-size: 32px !important;
	line-height: 40px !important;
	}
.contact {
	font-size: 22px;
	line-height: 34px;
	font-family: "univia-pro", sans-serif;
	font-weight: 400;
	min-height: 900px;
	}	
.clients {
	}	
.contact-form {
	padding: 40px 0 40px 0;
	}	
.contact p {
	padding: 0 0 10px 0;
	}			
.contact input[type='email'],
.contact input[type='text'] {
	height: 42px;
	max-width: 500px;
	border: 1px solid #444;
	font-size: 20px;
    line-height: 20px;
	}
.contact textarea {
	padding: 10px 0 0 10px;
	margin: 0 20px 10px 0;
	height: 150px;
	width: 100%;
	max-width: 500px;
	border-radius: 0 !important;
	border: 1px solid #444;
	outline: none;
	background: #fff;
	font-size: 20px;
    line-height: 20px;
	color: #222;
	}
.contact input[type='submit'] {
	padding: 0 20px 0 20px;
	margin: 0 0 10px 0;
	height: 42px;
	border-radius: 0 !important;
	border: 1px solid #444;
	background: #fff;
    font-size: 20px;
    line-height: 20px;
	}

#mc_embed_signup_scroll,	
#mc_embed_signup {
	margin: 0 !important;
	padding: 0 !important;
	}			
#footer input[type='email'],
#footer input[type='text'] {
	padding: 0 0 0 10px !important;
	margin: 0 20px 10px 0 !important;
	height: 22px !important;
	width: 100% !important;
	max-width: 165px !important;
	border-radius: 0 !important;
	border: none !important;
	outline: none !important;
	background: #fff !important;
	font-size: 14px !important;
    line-height: 14px !important;
	color: #222 !important;
	}
#footer input[type='submit'] {
	padding: 0 25px 0 10px !important;
	margin: 0 0 10px 0 !important;
	height: 22px !important;
	border-radius: 0 !important;
	border: none !important;
	background: #fff !important;
	font-family: "univia-pro", sans-serif !important;
	font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
	text-align: left !important;
	color: #be3a34 !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	}




/* -------------------------------------------------------------------------------------------------------------- */
/* css for footer ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#footer {
	position: relative;
	padding: 60px 0 0 0;
	min-height: 225px;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	background: #d83d2f;
	}
	#footer .col1 {
		margin-top: -21px;
		}
		#footer .col1 img {
			margin-bottom: 74px;
			}
		#footer .col1 ul {
			clear: both;
			margin: 0;
			padding: 0;
			list-style: none;
			font-weight: 500;
			}
		#footer .col1 ul li {
			padding: 0 20px 0 0px;
			float: left;
			}
		#footer .col1 ul li a {
			display: block;
			height: 30px;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			}
		#footer .col1 ul li a:hover {
			color: #acf122;
			}
	#footer h3 {
		color: #fff;
		}
		#footer .col2 h3 {
			padding: 0 0 37px 0;
			}
	#footer a {
		color: #fff;
		}	
	#footer a:hover {
		color: #acf122;
		}	
	#footer .col3 ul {
		margin: 29px 0 0 0;
		padding: 0;
		list-style: none;
		}
	#footer .col3 ul li {
		float: left;
		padding: 0 10px 0 0;
		}
	#footer .col1 .third {
		width: 17%;
		}	
#copyright {
	background: #f7f7f7;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
	margin: 0 auto 0 auto;
	text-align: center;
	}
	#copyright .content-container {
		max-width: 1280px;
		width: 100%;
		padding: 10px 0 10px 0;
		background: #f7f7f7;
		}
	
	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for misc items --------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}
.alignright {
	margin: 5px 0 10px 15px;
	float: left;
	}
.alignleft {
	margin: 5px 15px 10px 0;
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.bg-green {
	background-color: #aaa335;
	}



@media only screen
and (min-width : 768px) 
and (max-width : 1280px) {


	
#footer .col1 {
	margin-top: -11px;
	}
	.col1 img {
		width: 80%;
		height: auto;
		}

.bloggrid img,
.bloggrid {
	max-width: 325px;
	}

.pic {
	padding-left: 7%;
	padding-right: 3%;
	width: 60%;
	}
.home-caption {
	padding-right: 5%;
	margin-top: 20%;
	width: 25%;
	}				


}



/* Mobile portrait and landscape ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 768px) {

.nav-down {
	top: 0px !important;
	}
h1 {
	font-size: 30px;
	line-height: 30px;
	}
h2 {
	font-size: 22px;
	line-height: 26px;
	}
h3 {
	font-size: 15px;
	line-height: 17px;
	}
#logo {
	margin-top: 58px;
	width: 225px;
	height: 43px;
	}
p {
	padding: 0 0 20px 0;
	}
span.desktop,
.desktop {
	display: none !important;
	}
.mobile {
	display: inherit !important;
	}
.content-container {
	padding: 0 5% 0 5%;
	width: 90%;
  	}
#mainnav {
	display: none;
	}
#mobile-navbar { 
	display: inherit;
	position: fixed;
	right: 5%;
	top: 60px;
	width: 40px;
	height: 40px;
	background: url(images/mobile-nav.png) no-repeat left 5% center;
	cursor: pointer;
	z-index: 99999;
	}
#mobilenav {
	display: none;
	position: fixed;
	top: 113px;
	left: 0px;
	width: 100%;
	background-color: #aaa335;
	z-index: 99998;
	}
	#mobilenav ul {
		display: inherit;
		margin: 5px 0 25px 0;
		padding: 0;
		list-style: none;
		}
	#mobilenav ul li {
		padding: 0;
		float: none;
		}
	#mobilenav ul li a {
		padding: 12px 5% 12px 5%;
		display: inline-block;
		font-family: "univia-pro", sans-serif;
		font-size: 22px;
		line-height: 22px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		}
	#mobilenav ul li a:hover {
		color: #acf122;
		}

.single-column {
	padding: 60px 0 60px 0;
	}
.two-column {
	padding: 60px 0 60px 0;
	}
	#clients {
		background-image: none;
		}
	#contact {
		background-image: none;
		}

#topblock {
	margin: 123px auto 0 auto;
	padding: 20px 0 0px 0;
	min-height: 390px;
	}		
#topblock h1,
#topblock h2 {
	padding-left: 0;
	padding-right: 0;
	}
#topblock h1 {
	font-size: 30px;
	line-height: 30px;
	}
#topblock h2 {
	font-size: 22px;
	line-height: 30px;
	}
	.carousel h1 {
		font-size: 26px;
		line-height: 30px;
		}

		
.pic {
	min-width: 100%;
	min-height: auto;
	}
.home-caption {
	min-width: 100%;
	margin-top: 20px;
	}
#topblock-secondary .col2 {
	margin-top: 0;
	}	
#home,		
#about,
#services {
	display: none;
	}
.two-column {
	padding: 10px 0 20px 0;
	}
	.two-column .col1 {
		width: 100%;
		padding-right: 0;
		float: none;
		}
		.two-column .col1 h1 {
			font-size: 30px;
			line-height: 36px;
			}
		.two-column .col1 h2 {
			padding: 0 0 10px 0;
			font-size: 26px;
			line-height: 30px;
			}
		.two-column .col1 .bio {
			padding: 0 0 40px 0;
			text-align: center;
			}	
			.two-column .col1 .bio img {
				max-width: 300px;
				height: auto;
				}
	.two-column .col2 {
		width: 100%;
		padding-right: 0;
		float: none;
		}
		.two-column ul {
			font-size: 24px;
			line-height: 28px;
			}	
		.two-column .col2 h1 {
			font-size: 22px;
			line-height: 28px;
			}
		.two-column .col2 h2 {
			font-size: 22px;
			line-height: 28px;
			}
	.button-title {
		padding: 15px 15px 15px 0px;
		font-size: 14px;
		}

.bloggrid img,
.bloggrid {
	max-width: 325px;
	}
.bloggrid {
	min-height: 325px;
	}
.two-column .detail h1 {
	padding: 0 0 25px 0;
	}
.two-column .detail p {
	padding: 0 0 25px 0;
	}		
.page,
.categories {
	display: none;
	}

.navigation {
	padding: 3px 0 4px 0;
	font-size: 16px;
	line-height: 16px;
	}	


#footer .col1 {
	text-align: center;
	margin: -21px auto 0 auto;
	}
	#footer .footer-nav {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
		}
	#footer .col1 img {
		margin-bottom: 17px;
		max-width: 263px;
		height: auto;
		}
	#footer .col1 ul {
		margin: 0 auto 0 auto;
		padding: 0;
		display: table;
		}
	#footer .col1 ul li {
		padding: 0 10px 0 10px;
		display: block;
		}
	#footer .col1 ul li a {
		height: 25px;
		}
	#footer .col2 .address,
	#footer .col2 h3 {
		display: none;
		}
	#footer .col3 .formfield {
 		margin-left: 60px;		
		}	
	#footer .col3 ul {
		margin: 0 auto 20px auto;
		padding: 0;
		display: table;
		}
	#footer .col3 ul li {
		padding: 0 10px 0 10px;
		display: inline-block;
		}
#footer .third-end,
#footer .third {
	width: 100%;
	text-align: center;
	}
	#footer .col1 .third {
		}
form {
	margin: 10px 0 20px 20px;
	}
	.formfield {
		margin: 0 auto 0 auto;
		width: 300px;
		text-align: left;
		}
#copyright {
	background: #d83d2f;
	color: #fff;
	}
	#copyright .content-container {
		background: #d83d2f;
		}

}