/*
Theme Name: Amix Basic Framework
Theme URI: http://www.crazyxhtml.com
Description: Designed by <a href="http://www.crazyxhtml.com">CrazyXhtml</a>.
Version: 3.5
Author: <a href="http://www.crazyxhtml.com">CrazyXhtml</a>
Author URI: http://www.crazyxhtml.com
License: GNU General Public License
License URI: license.txt
Tags: dark, light
*/

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

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

img {
	vertical-align: middle;
}

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[href], label[for], select,
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 .clearfix {
	zoom: 1;
}

strong {
	font-weight: bold;
	color: #000;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

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

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 3px;
}

input[type=reset], input[type=button], input[type=submit], button, .btn{
	padding: 10px 15px;
  -webkit-border-radius: 3px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border: 0px;
	background-color: #004C98;
	color: #fff;
}
input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover, button:hover, .btn:hover{
	background-color: #0080FF;
	color: #fff;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], textarea{
     border: 1px solid #ccc;
     padding: 5px;
     color: #000;
}

input, textarea, select, button {
     outline: none;
     font-family:Arial, Helvetica, sans-serif;
     font-size: 14px;
}

/* Normalized Styles
------------------------------------------------------------------------------*/
body,
html {
	margin:0;
	padding:0;
	height:100%;
	min-width: 1100px;
}
body {
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", arial, serif;
	line-height: 150%;
	background:url("../images/texture.png") repeat;
	-webkit-text-size-adjust: none;
}

a{
	text-decoration: none;
	color: #004C98;
}

a:hover {
	text-decoration: none;
	color: #0080FF;
}


/* main
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 1100px;
	background-color: #fff;
	border: 2px solid #D3D1D8;
	margin: 5px auto ;
	-moz-box-shadow: 0px 0px 5px 3px #333;
	-webkit-box-shadow: 0px 0px 5px 3px #333;
	box-shadow: 0px 0px 5px 3px #333;
}
.clear{clear: both;}
#wrapper{
	min-height:100%;
	position:relative;
}

/* Header
------------------------------------------------------------------------------*/

#header {
	margin: 4px 4px 2%;
	border-bottom: 4px solid #888;
	position: relative;
}
#header a img{
	width: 100%;
	height: auto;
	display: block;
	padding: 0 0 4px;
}

/* Content
------------------------------------------------------------------------------*/
#main{
	margin-bottom: 2%;
	margin-left: 220px;
	position: relative;
	min-height: 460px;
}
#content {
	position:relative;
	width: 96%;
	padding: 0 2%;
	margin:20px 0 33px;
}
#sidebar {
	position: fixed;
	width: 200px;
	margin-bottom: 2%;
	font-size: 115%;
	line-height: 175%;
}
.sidebar-box {
	background-color: #ddd;
	padding: 10%;
	margin-bottom: 5%;
}
.sidebar-box a:hover{color: #0080FF;}
a.facebook img{
	width:25px;
	margin:10px 0 0 0;
	border: 0px;
	padding: 0px;
}
::-webkit-input-placeholder {
   color: #333;
}
:-moz-placeholder { /* Firefox 18- */
   color: #333;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #333;
}
:-ms-input-placeholder {
   color: #333;
}
.line-w{height: 5px;background: #ffffff;text-indent: -9999px;margin: 10px -20px;display: none;}
#main p{overflow: hidden;margin: 0 0 23px;}
#main p.last{margin: 0 0 48px;}
.flashcontent{
	overflow: hidden;
	width: 550px;
	height: 400px;
	background: #888;
	margin: 10px auto 16px;
	text-align: center;
}
h1, h2, h3 {
	color: #004C98;
}
.breadcrambs li a:hover{text-decoration: underline;color: #0080FF;}
h1.title {
	line-height: 125%;
	margin: 0 0 18px;
	border-bottom:7px solid #004C98;
	padding: 0 0 21px;
	font-size: 2em;
	font-weight: bold;
}
a:hover{color: #004C98;}
h2{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 20px;
}
td, th {
	padding: 6px;
}
.table .row .text a{text-decoration: underline;}
.table .row .text a:hover{text-decoration: underline;    color: #0080FF;}
.table{width: 100%;margin: 0 auto;}
.table .row{padding: 6px 0;overflow: hidden;}
.table .row .text{
	padding: 0 6px ;
	float: left;
	width: 36%;
}

.tri_photos{
	width: 100%;
	margin: 0 auto 15px;
	vertical-align:top;
	font-size:0;
	text-align: center;
}
.tri_photos li{
	display: inline-block;
	width: 150px;
	height: 100px;
	border: 1px solid #888;
	text-align: center;
	padding: 4px;
	margin: 0 17px 11px 0;
}
.tri_photos .images img {
	max-width: 150px;
	max-height: 100px;
}
.tri_photos .images{
	background: #303030;
}
#content.about{margin: 30px 0 21px;}
.breadcrambs{
	vertical-align: top;
	overflow: hidden;
	margin: 0 0 20px;
}
.breadcrambs li {display: inline-block;}
.breadcrambs li a{font-size: 80%;text-decoration: underline;}
a.b_top:hover{text-decoration: none;color: #004C98;}
h2.title{
	background-color: #ddd;
	color: #004C98;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	width: 100%;
	clear: both;
	margin: 1% 0 2% 0;
}
.box_project{
	border-top: 1px solid #999;
	margin-left: 15px;
	padding-bottom: 2%;
	clear: both;
}
h4{
	font-weight: bold;
	margin: 20px 0 22px;
	color: #000;
}
p.project_text{font-size: 90%;}
a.b_top{font-weight: bold;font-size: 80%;text-decoration: underline;}
#main.gallery p{margin: 0 0 13px;}
#main.gallery .flashcontent{margin: 0 auto;}
.clear{clear: both;}
.images_box{
	float: right;
	width: 300px;
	height: 200px;
	display: table;
	border: 1px solid #888;
	text-align: center;
	padding: 4px;
	margin: 0 auto;
}
.images_box .images{
	display: table-cell;
	vertical-align: middle;
	background-color: #303030;
}
.images_box .images img {
	max-width: 275px;
	max-height: 180px;
}
#main.contact p{margin: 0 0 16px;}
#main.contact h2{margin: -14px 0 22px;}
.project_bid .description{
	font-size: 110%;
	float: left;
	width: 63%;
}
.project_bid .description h5{
	font-weight: bold;
}
.project_bid .description span.city{font-size: 90%;display: block;}
.project_bid .description span.address{
	color: #bb0000;
	font-size:90%;
	display: block;
}
.project_bid {
	width:100%;
	border-bottom: 2px solid #999;
	margin-bottom: 2%;
	overflow: hidden;
}
.project_bid .text{margin: 16px 0 0;overflow: hidden;}
.project_bid .text p{font-size: 80%;}
.million{float: right;font-weight: bold;}
.project_bid .text p a{text-decoration: underline;}
.project_bid .text p a:hover {
	color: #0080FF;
}
#main .project_bid .text p{margin: 0 0 16px;}
.menu_trigger{
	width: 31px;
	height: 31px;
	left:2px;
	background: url("../images/btn_mobile_menu.png") no-repeat;
	text-indent: -9999em;
	display: none;
	top:0;
	position: absolute;
	z-index: 100;
}
#nav.mobile{display: none;}
.box_mobile_menu{position: relative;    margin: 4px 0 0 0;}
.content-slider li{
	background-color: #ed3020;
	text-align: center;
	color: #FFF;
}
.content-slider h3 {
	margin: 0;
	padding: 70px 0;
}
.item_slider{
	margin:0 auto 30px;
	width: 474px;
}
.item_slider img{
	width: 100%;
	height: auto;
}

small { font-size: 80%; }

/********Project Gallery**********/

.project_cat { }
.project_cat_title {
	background-color: #ddd;
	color: #004C98;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	width: 100%;
	clear: both;
	margin: 1% 0 2% 0;
}
.project_cat_title a {
	text-decoration: none;
}
.project_cat_title a:hover {
	text-decoration: none;
	color: #004C98;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
	text-align: center;
	width: 53%;
	margin-left: 36%;
	color: #888;
	clear: both;
	position: relative;
	border-top: 1px solid #888888;
}
#footer p{margin: 13px 0;font-size: 75%;}
