/* html5reset.css - 01/11/2011 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
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;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.container {

        
        width: 100%;

}



.footer {

    background-color: #cce7d4;
    width: 100%;
    height: 100px;
    margin-top: 20px;

}

.maincontentcontainer {
    width: 100%;
    
}


.maincontent {
    clear: both;
    width: 85%;
    font-size: 0.8125em;
    max-width: 92.3em;
   margin-left: auto;
   margin-right: auto;
    padding: 1em 0px;
    color: #333;
    line-height: 1.5em;
    position: relative;
    
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.group {
    zoom: 1;
}

a.menu-contact {
    float: none;
}

.wraptt {
    margin-left: 25px;
}

.da-thumbs li a div span {
    display: block !important;
    padding: 10px 0 !important;
    margin: 40px 20px 20px 20px !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    color: rgba(255,255,255,0.9) !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2) !important;
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3) !important;
}

.menu-btn {
    float: right;
    margin-right: 30px;
  
}

.menu-btn div {
 position: absolute;
 left: 100%;
 top: 64%;
 padding-right: 8px;
 margin-top: -0.50em;
 line-height: 1.2;
 font-size: 18px;
 font-weight: 200;
 vertical-align: middle;
 z-index: 99;
}

.menu-btn span {
 display: block;
 width: 19px;
 height: 3px;
 margin: 4px 0;
 background: rgb(0,0,0);
 z-index: 99;
}

.responsive-menu{
 display: none;
}

.expand {
 display: block !important; 
}

.menu-btn {


    display: none;

}