/*reset css*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
a 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;
    font-family: 'Open Sans', sans-serif;
}

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;
}


/*end of reset*/

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f3f2f2;
    /*background: #f3f2f2 url(../img/background.jpg) top center no-repeat;*/
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #baa8cf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#baa8cf', GradientType=0);
}

* {
    border: 1px solid black;
}

.container {
    width: 700px;
    margin: 0 auto;
}

.headimg {
    width: 100%;
    height: 215px;
    background: #f3f2f2 url(../img/header.jpg) top center no-repeat;
    background-size: cover;
}

.whitecontainer {
    width: 100%;
    background-color: white;
}

h1 {
    padding-top: 3.7%;
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    font-size: 150%;
    /*letter-spacing: 0.2px;*/
}

h1 span {
    color: #b93698;
}

h1 .bold {
    font-weight: bold;
}

h2 {
    padding-top: 0.9%;
    text-align: center;
    font-weight: lighter;
    font-size: 152%;
    color: #b93698;
}

.short {
    margin: 3.2% auto 2%;
    width: 9.7%;
    background: #b93698;
    height: 2px;
    border: none;
}

.chtobi {
    text-align: center;
    font-weight: lighter;
    font-size: 87.7%;
    line-height: 1.2;
}

.long {
    margin: 2.1% auto;
    width: 38.6%;
    background: #b93698;
    height: 2px;
    border: none;
}

form {
    margin-top: 5%;
    padding-left: 4.8%;
}

label {
    color: #b93698;
}

.star {
    color: #cc0000;
}

.nameinfo {
    padding-left: 10%;
}

.nameinfo label {
    margin-top: 1%;
    width: 8.2%;
    display: inline-block;
    text-align: right;
}

.nameinfo input {
    width: 31.3%;
    height: 27px;
    margin: 1px 50% 13px 14px;
    border-radius: 3px;
    padding: 3px;
    border-color: #e1e3e1;
}

.nameinfo h3 {
    font-weight: lighter;
    font-size: 75%;
    text-align: center;
}

.consultdate {
    padding-top: 4.9%;
    font-size: 92%;
}

.list {
    padding-top: 2.3%;
    width: 47%;
    margin: 0px 19%;
    line-height: 2;
}

.datelabel {
    color: black;
    padding-right: 14.5%;
}

.consulttime {
    padding-top: 4%;
    font-size: 92%;
}

.consulttime h3 {
    font-weight: lighter;
    font-size: 75%;
    padding-top: 2.5%;
    padding-left: 19.6%;
}

.timelabel {
    color: black;
    width: 8.2%;
    display: inline-block;
    text-align: right;
    padding-right: 33%;
}

.question {
    padding: 1%;
    display: inline-block;
    resize: none;
    height: 10%;
    width: 85.3%;
    margin: -5px auto;
    border-radius: 3px;
    border-color: #e1e3e1;
}

h4 {
    font-size: 88%;
    color: #b93698;
    margin: 1.6% 19.5%;
    font-weight: lighter;
}

.vash {
    padding: 3%;
    font-size: 92%;
    color: #b93698;
}

.descr {
    padding-left: 2%;
    color: #999;
    font-size: 78%;
}

.ask {
    margin-left: 19.5%;
}

.att {
    color: #C00;
    font-size: 72.5%;
    margin-top: 3.6%;
}

.longer {
    margin: 5.4% auto;
    width: 38.6%;
    background: #b93698;
    height: 2px;
    border: none;
}

.cta {
    text-transform: uppercase;
    font-size: 150%;
    text-align: center;
    margin-top: 6%;
}

.submitbutton {
    background-color: #b93698;
    color: white;
    border: none;
    border-radius: 20px;
    text-align: center;
    width: 177px;
    cursor: pointer;
    height: 35px;
}

.buttoner {
    margin: 3.4% 34.2%;
    padding-bottom: 7%;
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left: 25px;
    height: 21px;
    display: inline-block;
    line-height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -21px;
}

label.css-label {
    background-image: url(../img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.f700 {
    font-weight: 700;
}

.width200 {
    width: 200px;
}

@media screen and (max-width: 700px) {
    .container {
        width: 100%;
        overflow: hidden;
    }
    input[type=text] {
        width: 70%;
    }
    input[type=email] {
        width: 70%;
    }
    .buttoner {
        margin: 3.4% 19.2%;
    }
}
