@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-x: hidden;
}

.navbar {
    background-color: #FFFFEC;
    margin-bottom: 0px;
    border-radius: 0;
    font-weight: bold;

}

.navbar-default {
    background-color: #FFFFEC;
    border-color: #FFFFEC;
}

.navbar-default {
	background-color: #FFFFEC;
	padding: 12px 0;
}

.dw-btn {
    margin-left: 15px;
    margin-right: 15px;
    /*margin-bottom:15px;
    margin-top:15px; */
    width: 350px;
    height: 50px;
    vertical-align: middle;
    font: bold 18px Arial;

}

.dw-btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color: #fb9e25;
}

.dw-btn:active {
    position: relative;
    top: 1px;
}

#samples {
    margin-top: 13px;

}

#content {

}

#content h1 {
    margin-top: 26px;
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: bold;
    color: #00755E;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

h2 {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: normal;
    color: #00755E;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

.corerow {
    margin: 0;
    padding-bottom: 18px;
    margin-bottom: 13px;
    background-color: rgba(245, 247, 195, 0.7);

}

.footerrow {
    margin-bottom: 0;
    margin-top: 70px;
    background-color: #FFFFEC;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
}

.samplesrow {
    margin-bottom: 13px;

}

.testimonialsrow {
    margin-bottom: 13px;

}

.testimonialspart {
    background-color: #F1E6C1;

}

.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25', GradientType=0);
    background-color: #ffc477;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477', GradientType=0);
    background-color: #fb9e25;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.myButton2 {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: arial;
    font-size: 19px;
    font-weight: bold;
    padding: 7px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.myButton2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
    background-color: #f6f6f6;
}

.myButton2:active {
    position: relative;
    top: 1px;
}

#footer span.greytext {
    display: block;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

#footer a {
    font-size: 12px;
    text-align: center;
}

img {
    border: 0;
}

#illustration {
    width: 320px;
    float: left;
}

a:link, a:visited {

    color: #00755E;

}

a:hover {
    color: #00755E;

}

.scrbox {
    /*background-color: #F1E6C1;*//*#F1E6C1;*/
    /*padding: 8px;*/
}

.nopadding {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

/*
#dwlink {
    color: #bb6700;
}*/


/* hide all non-English by default */
.store-page-english{ display: inline; }
.store-page-french { display: none; }

/* show other language when body tag for language is set */
.lang-fr .store-page-french{ display: inline; }

/* hide English when another language is active */
.lang-fr .store-page-english { display: none; }

