/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;

}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/*-----------------------------------------------------------------------
 Typography Section 
-------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
header, footer, aside, section, article, nav {
    display: block;
}
iframe, object {
    display: block;
    max-width: 100%;
}
#mid_container img {
    display: block;
    height: auto;
    max-width: 100%;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    width: 100%;
}
.description {
    display: block;
    overflow: hidden;
}
a {
    outline: medium none;
    text-decoration: none;
}
a img {
    border: medium none;
}
:focus {
    outline: medium none;
}
a:hover {
    color: #de4a4a;
}
a, a:hover, a:visited, a:active {
    border: medium none;
    outline: medium none;
}
a:link, a {
    color: #555555;
    text-decoration: none;
}
html, body {
    height: 100% !important;
    min-height: 100% !important;
    vertical-align: top;
}
body, p {
    color: #737373;
    font-family:arial;
    font-size: 13px;
    line-height: 20px;
}
body {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
	background-color: #FFFFFF;
    height: 100% !important;
}
body, html, p, span{
     -webkit-font-smoothing: subpixel-antialiased;
}
h1, h2, h3, h4, h5, h6 {
    color: #454545;
    letter-spacing: 0;
    font-family: arial;

}
h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 7px;
}
h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}
h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 7px;
}
h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 7px;
}
h5 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 7px;
}
h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 7px;
}
p {
    padding-bottom: 24px;
}
pre {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  background: -webkit-linear-gradient(top, #ffffff 50%,#fafafa 50%);
  background: -o-linear-gradient(top, #ffffff 50%,#fafafa 50%);
  background: linear-gradient(top, #ffffff 50%,#fafafa 50%);
  background-size: 42px 42px;
  padding: 21px 15px 20px;
  margin: 15px 0;
  display: block;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  line-height: 21px !important;
border:1px solid #e8e8e8
}
table {
    border-collapse: separate;
    border-left: 1px solid rgba(204, 204, 204, 0.2);
    border-spacing: 0;
    border-top: 1px solid rgba(204, 204, 204, 0.2);
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    padding: 5px;
}
table, td, th {
    vertical-align: middle;
}
th {
    background-color: rgba(204, 204, 204, 0.3);
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    border-right: 1px solid rgba(204, 204, 204, 0.2);
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}
td {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    border-right: 1px solid rgba(204, 204, 204, 0.2);
    padding: 10px;
}
td span {
    font-style: italic;
}
tr:nth-child(2n+1) {
    background-color: rgba(204, 204, 204, 0.1);
}
tr:nth-child(2n) {
    background-color: rgba(204, 204, 204, 0.2);
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
blockquote {
    color: #777777;
    font-style: italic;
    font-weight: bold;
    line-height: 25px;
}

blockquote p {
    float: left;
    font-size: 15px;
    margin-right: 10px;
    overflow: hidden;
}
blockquote p:nth-child(2) {
    float: inherit !important;
    overflow: hidden;
}
blockquote p:nth-child(1) {
    display: block;
    float: left;
    margin-right: 25px;
}
blockquote p:nth-child(2) {
    float: left;
}
blockquote i {
    color: #e5e5e5;
    font-size: 36px !important;
    overflow: hidden;
}
blockquote p {
    font-size: 15px;
    font-style: italic;
}

blockquote.alignleft {
    float: left;
    width: 250px;
}
blockquote.alignright {
    float: right;
    width: 250px;
}
blockquote p {
    padding-bottom: 0;
}
hr {
    border: 1px solid #EEEEEE;
    color: #EEEEEE;
    width: 100%;
}
.hr {
    background-color: #EEEEEE;
    border: medium none;
    clear: both;
    display: block;
    height: 1px;
    opacity: 0.9;
    overflow: hidden;
    width: 100%;
}
hr.custom_hr {
    background-color: rgba(127, 127, 127, 0.1);
    border: 1px solid rgba(127, 127, 127, 0.1);
    border-radius: 5px;
    height: 10px;
    width: 100%;
}
.vspace {
    clear: both;
    display: table;
    height: 0;
    margin-bottom: 30px;
    width: 100%;
}
p:empty {
}
ul li {
    margin-bottom: 8px;
}
#mid_container_wrapper ul {

}
#mid_container_wrapper ul {
    list-style: disc outside none;
    margin: 0 0 18px 18px;
}
#mid_container_wrapper ul ul {
    margin-bottom: 0;
}
ol {
    clear: both;
    list-style: decimal outside none;
    margin: 0 0 18px 18px;
}
ol li{
    margin-bottom: 8px;
}
ol ol {
    list-style: upper-alpha outside none;
}
ol ol ol {
    list-style: lower-roman outside none;
}
ol ol ol ol {
    list-style: lower-alpha outside none;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 0 24px;
}
dt {
    float: left;
}
.portfolio_aside dt {
    background: none repeat scroll 0 0 rgba(127, 127, 127, 0.3);
    padding: 5px 15px;
    width: 45%;
}
.portfolio_aside dd {
    background: none repeat scroll 0 0 rgba(127, 127, 127, 0.2);
    display: table;
    margin-bottom: 1px;
    padding: 5px 15px;
    width: 37.2%;
}
dd {
    display: inline-table;
    text-align: left;
}
strong {
    font-weight: bold;
    line-height: 100%;
}
cite, em, i {
    font-style: italic;
}
big {
    font-size: 131.25%;
}
ins {
    text-decoration: none;
}
pre {
     background: none repeat scroll 0 0 rgba(204, 204, 204, 0.1);
    border: 1px solid rgba(204, 204, 204, 0.4);
    color: #333;
    font-family: Consolas,Lucida Console,"Courier New",monospace;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 30px;
    white-space: pre-wrap;
}
abbr, acronym {
    border-bottom: 1px dotted #666666;
    cursor: help;
}
sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
input#s, input#searchsubmit {
}
input#searchsubmit {
}
input[type="text"], textarea, input {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px 10px;
}
.wpcf7 textarea {
width: 90%;
height: 15em;
}


input[type="submit"] {
	
    background-color: #de4a4a;
    color: #ffffff;
    border: 2px solid #de4a4a;
    border-radius: 2px;
    padding: 13px 37px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}



input[type="text"]:focus, textarea:focus, input:focus {
}
.search_form, .widget_search {
    width: 100%;
}
.search_form input {
    background-color: rgba(204, 204, 204, 0.1);
    border: 1px solid rgba(204, 204, 204, 0.2);
    border-radius: 3px;
    box-shadow: none;
    color: #000000;
    padding: 10px 15px;
    width: 80%;
}
.search_form button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 20px;
}
#sidebar .search_form button {
    background-color: rgba(127, 127, 127, 0.1);
    border-color: rgba(127, 127, 127, 0.2);
    color: #757575;
}
#sidebar .search_form input {
    background-color: rgba(127, 127, 127, 0.1);
    border-color: rgba(127, 127, 127, 0.2);
    color: #757575;
}
.alignright {
    float: right;
    margin: 0 0 15px 20px;
    width: auto;
}
.alignleft {
    float: left;
    margin: 0 20px 15px 0;
    width: auto;
}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
    width: auto;
}
.alignnone {
    width: auto;
    margin-bottom: 15px;
}
.wp-caption {
}
.wp-caption.alignnone{
    width: auto!important;
}
.wp-caption img {
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin: 0;
}
.wp-caption-text {
padding:10px 0;
display:block;
}
.gallery-caption {
}
a img {
    border: medium none;
    display: block;
}
img{
	max-width:100%;
}
