html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
}

body {
	color: #373737;
	margin: 0px;
	padding: 0px;
	font: 400 14px/26px 'Bitter', Georgia, "Times New Roman", Times, serif;
	background: #FFF url(../images/background.png);
	border-top: 16px solid #000;
}

/* HTML 5 Standard Styles */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

#container {
	background: #FFF;
}

.preloader {
	background: #fff url(../images/loading.gif) center center no-repeat;
	display:inline-block; 
}


.display-none {
	display: none;
}

/*----------------------------------------------------------------- General Styles for all Media Size types ------------------------------------------------------------------*/

.top {
	position: relative;
	top: -10px;
}

.clear {
	clear: both;
	height: 60px;
	background: url(../images/border.png) repeat-x left center;
}

.clearfix {
	clear: both;
	height: 0px;
	visibility: hidden;
}
small {
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
}

a {
	text-decoration: none;
	color: #C3151B;
}

a:focus {
	outline: none;
}

img {
	border-style: none;
}

/*-------------------------------------------------------------- Standard layout (screen resolutions above 1200px wide) ------------------------------------------------------------------*/
	
#wrapper {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.red {
	color: #C30A24;
	font-family: 'Bitter', Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
}

h1 {
	margin: 0px 0px 30px;
	color: #000;
	font: 700 34px/44px 'Bitter', Georgia, "Times New Roman", Times, serif;
}

h1 span {
	display: block;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
}

h2 {
	margin: 0px 0px 20px;
	color: #000;
	font: 700 28px/56px 'Bitter', Georgia, "Times New Roman", Times, serif;
}

h2 span a {
	font-size: 13px;
	float: right;
	background: #C30A24;
	color: #FFF;
	text-decoration: none;
	padding: 0px 15px;
	position: relative;
	top: 22px;
	font-weight: normal;
	line-height: 28px;
	border-radius: 4px;
}

h2 span a:hover {
	background: #000;
	text-decoration: none;
	color: #FFF;
}

h3 {
	font: 400 16px/26px 'Bitter', Georgia, "Times New Roman", Times, serif;
}

h4 {
	background: #EFEFEF;
	position: relative;
	top: -8px;
	margin: 0px;
	padding: 12px 0px;
	font: 400 13px 'Bitter', Georgia, "Times New Roman", Times, serif;
}

/* Header */

header {
	height: 200px;
	background: url(../images/border.png) repeat-x left 134px;
}

.logo {
	float: left;
	position: relative;
	top: 51px;
}

/* Content */

section {
	clear: both;
	padding: 30px 0px 90px;
	overflow: hidden;
}

.column {
	width: 340px;
	float: left;
	text-align: center;
	margin: 20px 0px 0px;
}

.column.left {
	margin-right: 90px;
}

.column p {
	text-align: justify;
}

.columnFeatured {
	width: 340px;
	float: left;
	text-align: center;
	margin: 20px 0px 0px;
}

.columnFeatured.left {
	margin-right: 90px;
}

.columnFeatured img {
	width: 340px;
	height: auto;
}

article {
	width: 740px;
	float: left;
}

/* Sidebar */

aside {
	width: 280px;
	float: right;
	background: #EFEFEF;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 4px;
}

aside ul  {
	list-style: none;
	margin: 10px 0px;
	padding-left: 16px;
}

aside li {
	background: url(../images/icons/bullet.png) no-repeat left center;
	padding-left: 22px;
	margin-bottom: 8px;
}

#top-slide {
	width:100%;
	height:auto;
	position:absolute;
	top:-700px;
	z-index:99999;
	color:#FFFFFF;
	background: #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#top-slide h2 {
	color: #FFF;
	text-decoration: none;
}

a.top-slide-button {
	position:absolute;
	top:0px;
	width:110px;
	height:30px;
	display:block;
	background: #000;
	right: 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

a.top-slide-button span {
	width:16px;
	height:30px;
	background:url(../images/icons/newsletter.png) no-repeat left center;
	display:block;
	margin:0px 0px 0px 7px;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
}

a.top-slide-button-up {
	background:#000 url(../images/slide-up.png) no-repeat center;
	display:block;
	width:100%;
	text-align:center;
	padding:50px 0 10px 0;
	clear:both;
}
.newsletter-input {
	width:240px;
	height:30px;
	border:1px solid #666;
	margin:20px 0px 0px;
	color:#FFFFFF;
	padding:0px 0px 0px 5px;
	background: #000;
	border-radius: 3px;
}

.newsletter-submit {
	border:none;
	margin:15px 0 0 0px;
	padding:8px 15px;
	cursor:pointer;
	color:#FFFFFF;
	background: #C30A24;
	background: -moz-linear-gradient(top, #C30A24 0%, #C30A24 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C30A24), color-stop(100%,#C30A24));
	background: -webkit-linear-gradient(top, #C30A24 0%,#C30A24 100%);
	background: -o-linear-gradient(top, #C30A24 0%,#C30A24 100%);
	background: -ms-linear-gradient(top, #C30A24 0%,#C30A24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C30A24', endColorstr='#C30A24',GradientType=0 );
	background: linear-gradient(top, #C30A24 0%,#C30A240 100%);
	font: 700 13px/100% 'Bitter', Georgia, "Times New Roman", Times, serif;
	border-radius: 3px;
}

.newsletter-submit:hover {
	text-decoration: none;
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top, #333333 0%,#333333 100%);
	background: -o-linear-gradient(top, #333333 0%,#333333 100%);
	background: -ms-linear-gradient(top, #333333 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 );
	background: linear-gradient(top, #333333 0%,#333333 100%);
}

/*main menu*/

a.show-menu-button, a.hide-menu-button { 
	display:none;
}

.menu {
	float:right;
	padding:108px 0px 0 0;
}

ul#main-menu {
	list-style:none; 
	margin:0; 
	padding:0px;
}

ul#main-menu li {
	position:relative;
	float:left;
	padding:0px;
	margin: 0px 0px 0px 50px;
}

ul#main-menu li a {
	color:#2b2b2b;
	font: 400 18px 'Bitter', Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-bottom: 4px;
}

ul#main-menu li.active a {
	border-bottom: 10px solid #C3151B;
}

ul#main-menu li a:hover {
	color:#C3151B;
}

.left12 {
	width:45%;
	float:left;
	padding:10px 0 0 40px;
}


/* Breadcrumbs */

ul.breadcrumbs {
	margin: 0px 0px 50px;
	list-style: none;
	padding: 0px;
	font-size: 13px;
}

ul.breadcrumbs li {
	display: inline;
	margin: 0px 6px 0px 0px;
	padding: 0px;
	color: #000;
}

ul.breadcrumbs li a {
	background: #000;
	color: #FFF;
	text-decoration: none;
	padding: 6px 10px;
	border-radius: 3px;
}

ul.breadcrumbs li a:hover {
	background: #C3151B;
	color: #FFF;
}




/* ---------------------------- */
/*          Portfolio
/* ---------------------------- */

.portfolio-item {
	margin-bottom: 20px;
	float: left;
}

.portfolio div.item {
	display: block;
	padding: 0;
	margin: 5px 10px 30px;
	float: left;
	position: relative;
	width: 280px;
}

.portfolio .item-photo img {
	height: auto;
	width: 280px;
}

.portfolio .item-photo a {
	display:block;
	position:relative;
	z-index: 5;
}

.portfolio .item-photo a img {
	padding: 0;
	display: block;
}

ul#portfolio-filters {
	display: block;
	list-style: none;
	margin: 0px 0px 20px;
	padding: 0px;
}

#portfolio-filters li {
	display: inline;
}

#portfolio-filters li.filter-name {
	margin-right: 20px;
}

#portfolio-filters a {
	font-size: 13px;
	padding: 0px 15px;
	border-radius: 3px;
	margin: 7px;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background: #000;
	line-height: 34px;
}

#portfolio-filters a:hover {
	color: #000;
	background: #EFEFEF;
}

#portfolio-filters li.current a {
	color: #FFF;
	background: #C30A24;
}


/* image hover */

.overlay_fade {
	position:relative;
	/* Modify the width and the height according to your images sizes */
	width:280px;
	height:auto;
	overflow:hidden;
	float:left;
	margin: 0px;
	padding: 0px;
}

.overlay_fade img {
	width:100%;
	height:100%;
	border:none;
}
	
.overlay_fade .overlay_zoom {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
	-webkit-transition:opacity .4s ease-in;
	-moz-transition:opacity .4s ease-in;
	-o-transition:opacity .4s ease-in;
	-ms-transition:opacity .4s ease-in;
	transition:opacity .4s ease-in;
	background: url(../images/icons/preview.png) no-repeat center center;
}

.overlay_fade:hover .overlay_zoom {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000)"; /* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);   /* IE6 & 7 */      
	zoom: 1;
}
	
.overlay_fade .zoom_black {
	background-color:rgba(0, 0, 0, 0.7);
}

/* Isotope */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* Contact Form */

#contact {
	display: block;
}

#contact fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#contact label {
	display: block;
	padding-bottom: 3px;
}

#contact input  {
	padding: 12px;
	border-radius: 4px;
	background: #FFFFFF;
	margin: 0px 0px 6px;
	font: 14px Arial, Helvetica, sans-serif;
	width: 90%;
	color: #555;
	border: 1px solid #E9E9E9;
}

#contact textarea {
	padding: 12px;
	border-radius: 4px;
	margin: 0px 0px 6px;
	font: 14px Arial, Helvetica, sans-serif;
	width: 90%;
	color: #555;
	border: 1px solid #E9E9E9;
}

#contact input.submit {
	border-radius: 4px;
	background: #C30A24;
	background: -moz-linear-gradient(top, #C30A24 0%, #C30A24 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C30A24), color-stop(100%,#C30A24));
	background: -webkit-linear-gradient(top, #C30A24 0%,#C30A24 100%);
	background: -o-linear-gradient(top, #C30A24 0%,#C30A24 100%);
	background: -ms-linear-gradient(top, #C30A24 0%,#C30A24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C30A24', endColorstr='#C30A24',GradientType=0 );
	background: linear-gradient(top, #C30A24 0%,#C30A240 100%);
	font: 700 14px/100% 'Bitter', Georgia, "Times New Roman", Times, serif;
	margin: 6px 0px 0px;
	width: 160px;
	cursor: pointer;
	color: #FFF;
	border-style: none;
	padding: 10px 0px 11px;
}

#contact input.submit:hover {
	text-decoration: none;
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top, #333333 0%,#333333 100%);
	background: -o-linear-gradient(top, #333333 0%,#333333 100%);
	background: -ms-linear-gradient(top, #333333 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 );
	background: linear-gradient(top, #333333 0%,#333333 100%);
}

#message { 
	margin: 10px 0;
	padding: 0; 
}

.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FBE3E4 url(../images/icons/error.gif) no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
}

.loader { 
	padding: 0 10px; 
}

#contact #success_page h2 {
	background: url(../images/icons/success.gif) no-repeat left 10px;
	margin: 0px;
	padding-left: 22px;
}

/* Footer */

#footer-wrapper {
	background: url(../images/background.png);
	height: 280px;
}

footer {
	font-size: 16px;
	text-align: center;
	margin: 0px auto;
	width: 1200px;
	color: #666;
	padding-top: 10px;
}

#bottom-right a {
	color: #666;
	text-decoration: none;
}

#bottom-right a:hover {
	text-decoration: none;
}

#bottom-left {
	float: left;
	font-size: 12px;
}

#bottom-right {
	float: right;
	text-align: left;
}

#bottom-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#bottom-right li {
	margin-bottom: 24px;
}

#bottom-right li.phone  a {
	background: url(../images/icons/phone.png) no-repeat left center;
	line-height: 36px;
	padding: 18px 0px 18px 42px;
}

#bottom-right li.facebook a {
	line-height: 36px;
	background: url(../images/icons/facebook.png) no-repeat left center;
	padding: 18px 0px 18px 42px;
}

#bottom-right li.linkedin a {
	line-height: 36px;
	background: url(../images/icons/linkedin.png) no-repeat left center;
	padding: 18px 0px 18px 42px;
}

/* Client Carousel */

.es-carousel-wrapper{
	padding:10px 34px;
	position:relative;
	margin-top: 20px;
}

.es-carousel{
	overflow:hidden;
}

.es-carousel ul{
	display:none;
	margin: 0px;
	padding: 0px;
}

.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}

.es-carousel ul li img {
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}

.es-nav span{
	position:absolute;
	top:50%;
	left:0px;
	background:transparent url(../images/slides/scroller-nav.png) no-repeat left top;
	width:23px;
	height:23px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
}

.es-nav span.es-nav-next{
	right:0px;
	left:auto;
	background-position:top right;
}

.es-nav span:hover {
	position:absolute;
	top:50%;
	left:0px;
	background:transparent url(../images/slides/scroller-nav-hover.png) no-repeat left top;
	width:23px;
	height:23px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
}

.es-nav span.es-nav-next:hover {
	right:0px;
	left:auto;
	background-position:top right;
}




/*--------------------------------------------- Screen resolutions below 1200px wide for tablets in landscape mode and netbooks ----------------------------------------------*/

@media only screen and (max-width: 1200px){
	
#wrapper {
	width: 960px;
}

h1, h2 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
}

/* Content */

article {
	width: 580px;
}

.column {
	width: 300px;
	float: left;
	text-align: center;
	margin: 20px 0px 0px;
}

.column.left {
	margin-right: 30px;
}

.columnFeatured {
	width: 300px;
	float: left;
	text-align: center;
	margin: 20px 0px 0px;
}

.columnFeatured.left {
	margin-right: 30px;
}

.columnFeatured img {
	width: 300px;
	height: auto;
}

aside {
	width: 300px;
}

/* Portfolio */

.portfolio div.item {
	margin: 5px 10px 30px;
	width: 300px;
}

.portfolio .item-photo img {
	height: auto;
	width: 300px;
}

.overlay_fade {
	width:300px;
	height:auto;
}

footer {
	width: 960px;	
}

}

/*--------------------------------------------- Screen resolutions below 960px wide for tablets in portrait mode ----------------------------------------------*/

@media only screen and (max-width: 960px){
	
#wrapper {
	width: 728px;
}

h1, h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

input.newsletter-input {
	margin: 0px;
}

/* Header */

.logo {
	float: left;
	padding-bottom: 25px;
	display: block;
}

/* Menu */

ul#main-menu li {
	margin: 0px 0px 0px 30px;
}

ul#main-menu li a {
	padding-bottom: 5px;
	font-size: 14px;
}

/* Content */
		
article {
	width: 100%;
	float: none;
	clear: both;
	margin-bottom: 20px;
}

.column {
	width: 220px;
}

.column.left {
	margin-right: 34px;
}

.columnFeatured {
	width: 220px;
}

.columnFeatured.left {
	margin-right: 34px;
}

.columnFeatured img {
	width: 220px;
	height: auto;
}

/* Portfolio */

.portfolio div.item {
	margin: 5px 10px 20px;
	width: 162px;
}

.portfolio .item-photo img {
	height: auto;
	width: 162px;
}

.overlay_fade {
	width: 162px;
	height: auto;
}

/* Sidebar */

aside {
	width: 100%;
	float: none;
	clear: both;
	padding-top: 20px;
	background: #FFF;
	padding-right: 0px;
	padding-left: 0px;
}

footer {
	width: 728px;
}
	
}
		
/*--------------------------------------------------- Screen resolutions below 728px wide for mobile devices (i.e. iPhone, Motorola Atrix, Blackberry) ----------------------------------------------*/

@media only screen and (max-width: 728px){
	
body {
	border-top: none;
}

#wrapper {
	width: 100%;
}

h1, h2 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
}

.clear {
	clear: both;
	height: 10px;
	background: url(none);
}

/* Header */

header {
	height: 200px;
	background: url(none);
}
	
.logo {
	text-align: center;
	float: none;
	width: 96%;
	padding: 0px 2%;
}

.logo img {
	margin: 0px auto;
	clear: both;
	float: none;
	width: 90%;
	padding-top: 10px;
}

h1 span {
	display: none;
}

h2 span a {
	display: none;
}

/* Content */

section {
	width: 90%;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
		
.column {
	width: 100%;
	float: none;
}
		
.column.left {
	padding-right: 0px;
	margin-bottom: 15px;
}

.columnFeatured {
	width: 100%;
	float: none;
}
		
.columnFeatured.left {
	padding-right: 0px;
	margin-bottom: 15px;
}

.columnFeatured img {
	width: 100%;
}

article {
	float: none;
	clear: both;
}

/* Sidebar */
	
aside {
	float: none;
	clear: both;
}

a.show-menu-button {
	position:absolute;
	top:0px;
	right:120px;
	width:98px;
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	color:#FFFFFF;
	background: #000;
	text-decoration: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

a.hide-menu-button{
	display:block;
	color:#FFFFFF;
	background:url(../images/slide-up.png) no-repeat left;
	padding:0 0 0 30px;
	clear:both;
	float:left;
	margin:25px 0 0 20px;
	text-decoration: none;
}

.menu {
	float:left;
	padding:20px 0 30px 0;
	width:100%;
	position:absolute;
	top:-500px;
	z-index:99999;
	background: #000;
}

ul#main-menu {
	list-style:none;
	margin:0px;
	padding:0px 20px;
}

ul#main-menu li {
	width:100%;
	padding:10px 0px;
	height:auto;
	border-bottom:1px solid #333;
	margin: 0px;
}

ul#main-menu li a {
	color:#fff;
	font-size:20px;
	display:block;
}

ul#main-menu li a:hover {
	color: #C3151B;
}

ul#main-menu li.active a {
	border-bottom: none;
	color: #C3151B;
}

/* Portfolio */

.portfolio div.item {
	margin: 5px 0px 10px;
	width: 100%;
}

.portfolio .item-photo img {
	height: auto;
	width: 100%;
}

.overlay_fade {
	width: 100%;
	height: auto;
}

.left12 { 
	width:90%; 
	float:left; 
	padding:5% 0 0 5%;
}

#contact #success_page h2 {
	font-size: 16px;
}

/* Footer */

#footer-wrapper {
	background: url(../images/background.png);
	height: 400px;
}

footer {
	width: 100%;
}

#bottom-left {
	float: none;
	clear: both;
	text-align: center;
}

#bottom-right {
	float: none;
	clear: both;
	margin: 20px 0px 0px 35px;
}
	
}
