/* --------------------------------------
    RESET
----------------------------------------*/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html { overflow-y: scroll; }
body {
   font-family: 'Electrolize', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    background: /* url(../images/25-pixel-baseline.png) left top repeat, */ url(../images/bg.jpg) left top repeat ;
}

p { margin-bottom: 25px; }
p.intro {
font-size: 18px;
 }
.conclusion { 

    font-family: 'Baumans', cursive; 
    font-size: 30px;
	color:#d02565;
 }
.creme {
 color: #cac2a9;
 font-size:20px;
}

/* links */
a:link, a:visited {
    color: #cac2a9;
    text-decoration: underline;
    outline: 0;
}
a:hover, a:focus, a:active {
    color: #d02565;
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
   font-family: 'Baumans', cursive;
}
h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.9px;
    color: #d02565;
    margin-left: -2px;
}
h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}

/* Lists */
ul, ol {
	margin-bottom: 25px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dl { margin-bottom: 25px; }
dt {
    font-weight: bold;
    color: #046416;
}
dd {
    padding-left: 20px;
}

blockquote {
	margin: 25px 0;
 	padding-left: 40px;
    padding-right: 30px;
    background: url(../images/quote.png) no-repeat 3px 0;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}


strong, b {
    font-weight: bold; 
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
mark {
    background-color: #FDD2B3;
}

/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */

/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */
#header-wrap {
    background: url(../images/header-bg.png);
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}
header {
    position: relative;
    width: 940px;
    height: 70px;
    margin: 0 auto;
}
.content-wrap {
    width: 940px;
    margin: 0 auto;
}
.content-wrap section {
    position: relative;
    padding: 125px 0 25px 0;
    background: url(../images/section-sep.png) repeat-x left 25px;
}
.content-wrap section section {
    background: none;
    margin: 0;
}
.content-wrap section .row {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.content-wrap section .row .col {
    float: left;
    margin: 0;
    padding: 0;
    width: 290px;
}
.content-wrap section .row .mid  {
    margin-left: 35px;
    margin-right: 35px;
}
.content-wrap section .no-bottom-margin{
    margin-bottom: 0;
}
.content-wrap section .primary {
    float: left;
    width: 620px;
}
.content-wrap section .primary p.intro {
    /* margin: 15px 0 10px 0; */
    margin: 15px 0 25px 0;
}
.content-wrap section aside {
    float: right;
    width: 285px;
}
.content-wrap section aside h2 {
    margin: 12.5px 0 12.5px 0;
}

.content-wrap section aside ul.link-list {
    font-size: 16px;
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    background: url(../images/section-sep.png) repeat-x left top;
}
.content-wrap section aside ul.link-list li {
    background: url(../images/section-sep.png) repeat-x left bottom;
    padding-left: 3px;
}
.content-wrap section aside ul.link-list li a {
    display: block;
    color: #3B3B3B;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
.content-wrap section aside ul.link-list li a:hover,
.content-wrap section aside ul.link-list li a:focus,
.content-wrap section aside ul.link-list li a:active {
    color: #285935;
}
.content-wrap section aside .testimonials {
    margin: 0 0 25px 0;
}
.content-wrap section aside .testimonials blockquote {
    font-style: italic;
    font-size: 16px;
    padding-left: 27px;
    background: url(../images/quote-open.png) no-repeat left 5px;
    margin: 12.5px 0;
}
.content-wrap section aside .testimonials blockquote p {
    margin-bottom: 0;
}
.content-wrap section aside .testimonials blockquote cite {
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
}

.content-wrap section .back-to-top {
    display: block;
    position: absolute;
    bottom: -65px;
    right: 10px;
    height: 43px;
    width: 43px;
    background: url(../images/back-to-top.png);
    text-indent: -9999px;
    z-index: 9999;
}
.ie7 .content-wrap section .back-to-top {
    bottom: -70px;
}

footer {
    position: relative;
    background: url(../images/section-sep.png) repeat-x left 25px;
    width: 940px;
    margin: 0 auto;
    padding-top: 125px;
}

/* -------------------------------------------
    Header
-------------------------------------------- */

/* Logo */
header img {
    position: absolute;
    background: url(../images/logo.png) no-repeat;
    height: 50px;
    width: 400px;
    display: block;
    top: 13px;
    left: 0;
}
header hgroup h1 a {
    text-indent: -9999em;
    display: block;
    height: 31px;
    width: 130px;
}
header hgroup h3  {
    text-indent: -9999em;
    height: 0;
}

/* Main Navigation */
header nav {
    float: right;
    margin-top: 25px;
}
header nav ul {
    font-family: 'Electrolize', sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	margin-right: -5px;
    padding: 0;
    list-style: none;
}
header nav ul li {
    float: left;
}
header nav ul a:link, header nav ul a:visited {
    color: #c5c4c4;
    margin-right: 20px;
	text-decoration: none;
    text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);
}
header nav ul a:hover,
header nav ul a:active {
    color: #d02565;
	text-decoration: none;
}


.slideshow {
float: right;
margin-top: 30px;
margin-bottom: 13px;
width: 402px;
height: 255px;
-moz-box-shadow: 0px 1px 25px 5px #cac2a9;
-webkit-box-shadow: 0px 1px 25px 5px #cac2a9;
-o-box-shadow: 0px 1px 25px 5px #cac2a9;
box-shadow: 0px 1px 25px 5px #cac2a9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}



/* -----------------------------------------
    Main Section
------------------------------------------ */
section#main {
    width: 940px;
    background: none;
}
section#main h1 {
    margin-top: 10px;
    margin-bottom: 15px;
}
section#main .intro-box {
    float:left;
    width:460px;
    min-height: 300px;
}
section#main .row .col h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.col img {
-moz-box-shadow: 0px 1px 10px 2px #cac2a9;
-webkit-box-shadow: 0px 1px 10px 2px #cac2a9;
-o-box-shadow: 0px 1px 10px 2px #cac2a9;
box-shadow: 0px 1px 10px 2px #cac2a9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.cadre {
-moz-box-shadow: 0px 1px 10px 2px #cac2a9;
-webkit-box-shadow: 0px 1px 10px 2px #cac2a9;
-o-box-shadow: 0px 1px 10px 2px #cac2a9;
box-shadow: 0px 1px 10px 2px #cac2a9;
}


/* -----------------------------------------
   Services
------------------------------------------- */
section#services h1 {
   margin: 0 0 25px 0;
}
section#services .row .col img.align-left {
    margin-top: 13px;
    margin-right: 12px;
}

/* ---------------------------------------
    Portfolio
----------------------------------------- */
section#portfolio ul.folio-list {
    margin: 25px 0;
    padding: 0;
    width: 970px;
    list-style: none;
}
section#portfolio ul.folio-list li {
    float: left;
    margin-right: 29px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 294px;
    height: 230px;
    max-height: 250px;
}
section#portfolio ul.folio-list li .thumb {
    margin: 0 0 5px 0;
    padding: 0;
   
    width: 294px;
    height: 205px;
}
section#portfolio ul.folio-list li .thumb img {
    margin-top: 18px;
    margin-left: 18px;
	-moz-box-shadow: 0px 1px 10px 2px #cac2a9;
-webkit-box-shadow: 0px 1px 10px 2px #cac2a9;
-o-box-shadow: 0px 1px 10px 2px #cac2a9;
box-shadow: 0px 1px 10px 2px #cac2a9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
section#portfolio ul.folio-list li .thumb img:hover {
    margin-top: 18px;
    margin-left: 18px;
	-moz-box-shadow: 0px 1px 10px 2px #d02565;
-webkit-box-shadow: 0px 1px 10px 2px #d02565;
-o-box-shadow: 0px 1px 10px 2px #d02565;
box-shadow: 0px 1px 10px 2px #d02565;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
section#portfolio ul.folio-list li h3.entry-title {
    font-size: 14px;
    line-height: 25px;
    margin-left: 16px;
}



/* ---------------------------------------------------
    Contact
----------------------------------------------------- */

label { display: inline-block; float: left; height: 18px; line-height: 18px; width: 155px; font-size: 0.8em; }

input, textarea, select { width:400px; margin: 0; padding: 5px; color: #fff; background: #cac2a9; border: 1px solid #cac2a9; margin: 5px 0; font:0.7em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }   

input:focus, textarea:focus, select:focus { border: 1px solid #d02565; background-color: #cac2a9; color:#333; }

input.submit { float:right; margin-right:55px; width:110px; cursor: pointer; border: 1px solid #222; background:#cac2a9; color:#000;-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }

input.submit:hover { background:#d02565;color:#fff; }

fieldset { padding:10px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }

legend { padding:3px 8px; font-size:15px;font-weight:normal; color:#fff; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }



span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */





.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }



#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }



/* ----------------------------------------------------
    Footer
----------------------------------------------------- */
footer p.footer-text {
    font-family: 'Baumans', cursive; 
    font-size: .75em;
    padding: 5px 10px;
    margin-bottom: 0;
    clear: both;
}
footer .footer-content {
    position: relative;
    width: 900px;
    top: -105px;
}

