/* font-family: "KelsonSansRegular"; */
@font-face {
    font-family: 'k-regular';
    src: url("../fonts/KelsonSansRegular/KelsonSansRegular.eot");
    src: url("../fonts/KelsonSansRegular/KelsonSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/KelsonSansRegular/KelsonSansRegular.woff") format("woff"),
    url("../fonts/KelsonSansRegular/KelsonSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "KelsonSansLight"; */
@font-face {
    font-family: 'k-light';
    src: url("../fonts/KelsonSansLight/KelsonSansLight.eot");
    src: url("../fonts/KelsonSansLight/KelsonSansLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/KelsonSansLight/KelsonSansLight.woff") format("woff"),
    url("../fonts/KelsonSansLight/KelsonSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "KelsonSansBold"; */
@font-face {
    font-family: 'k-bold';
    src: url("../fonts/KelsonSansBold/KelsonSansBold.eot");
    src: url("../fonts/KelsonSansBold/KelsonSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/KelsonSansBold/KelsonSansBold.woff") format("woff"),
    url("../fonts/KelsonSansBold/KelsonSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight/RobotoLight.eot");
    src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'k-light', sans-serif;
    font-weight: normal;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: 'k-regular', sans-serif;
    font-weight: normal;
}
h1 {
    text-transform: uppercase;
}
h1, h2 {
    font-size: 3.5em;
    text-align: center;
}
h3{
    font-size: 2.8em;
    text-transform: uppercase;
}
h4{
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
}
h5{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
h6{
    font-size: 2.4em;
    padding-top: 25px;
    text-align: center;
}
body {
    min-width: 1100px;
    color: #3e3e3e;
    font-size: 10px;
    font-weight: 300;
    font-family: "RobotoLight", sans-serif;
}
.clearfix {
    clear: both;
}
.wrapper {
    width: 1100px;
    margin: -18px auto;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex_end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex_top {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex_stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.button {
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #ff067f;
    color: #ff067f;
    background-color: #fff;
       box-sizing: border-box;
    text-decoration: none;
    transition: all 0.5s;
}
.button:hover {
    color: #fff;
    background-color: #33bf52;
    border-color: #33bf52;
}
.button_blue {
    color: #fff;
    background-color: #2a85da;
    border-color: #2a85da;
}
.button_transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.button_transparent:hover{
    color: #ff067f;
    background-color: #fff;
    border-color: #fff;
}
.button_gray {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
}
.button_red {
    color: #fff;
    background-color: #ff067f;
    border-color: #ff067f;
}
.button_red:hover{
    background-color:  #2a85da;
    border-color:  #2a85da;
}
.button_green {
    color: #fff;
    background-color: #33bf52;
    border-color: #33bf52;
}
.button_green:hover{
    background-color:  #ff067f;
    border-color:  #ff067f;
}

.button_transparent-blue {
    color: #2a85da;
    background-color: transparent;
    border-color: #2a85da;
}
.button_transparent-blue:hover{
    color: #fff;
    background-color: #2a85da;
    border-color: #2a85da;
}
.button_transparent-green {
    color: #ff067f;
    background-color: transparent;
    border-color: #ff067f;
}
.button_transparent-green:hover{
    color: #fff;
    background-color: #ff067f;
    border-color: #ff067f;
}
.button_transparent-red {
    color: #ff067f;
    background-color: transparent;
    border-color: #ff067f;
}
.button_transparent-red:hover{
    color: #fff;
    background-color: #ff067f;
    border-color: #ff067f;
}
.button_transparent-gray {
        color: #999999;
    background-color: transparent;
    border-color: #999999;
}

.button_full {
    width: 100%;
    display: block;
}
.c_red{
    color: black;
}
.c_error{
    color: #a50e0e;
}
.c_success{
    color: #79a50e;
}
.c_blue{
    color: #2a85da;
}
.c_dark{
    color: white;
}
.c_green{
    color: #496724;
}
.c_gold{
    color: #a2712f;
}
.c_white{
    color: white;
}
.c_golden{
    color: goldenrod;
}
::-moz-selection{
    color: #fff;
    background-color: #ff067f;
}
::selection{
    color: #fff;
    background-color: #ff067f;
}
input[type="text"],input[type="email"],input[type="password"]{
    font-family: 'k-light', sans-serif;
    display: block;
    text-transform: uppercase;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    border: 2px solid #999;
    text-align: center;
    font-size: 2.4em;
    transition: all 0.5s;
       box-sizing: border-box;
            margin-bottom: 25px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus{
    border-color: #d9e477;
    box-shadow: none;
    color: #496823;
    outline: 0;
}
input[type="text"].error,input[type="email"].error,input[type="password"].error{
    border-color: #b71d1d;
    color: #b71d1d; 
    background-image: url('../img/error.png');
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
input[type="submit"]{
    cursor: pointer;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
input[type="submit"]:focus{
    box-shadow: none;
    outline: 0;
}
input[type="checkbox"]{
    display: none;
}
input[type="checkbox"]+label::before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: 3px 7px 4px 0;
    cursor: pointer;
    background-image: url('../img/checkbox.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
input[type="checkbox"]:checked+label::before{
    background-image: url('../img/checkbox_checked.png');
}
input[type="checkbox"]+label{
    display: inline-block;
}
p{
    font-size: 1.6em;
}
.select {
    width: 100%;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    border: 1px solid #ff3f92;
    height: 40px;
    background-image: url('../img/dropdown.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.select > select {
    width: 110%;
    background-color: rgba(0,0,0,0);
     color: #ff3f92;
    outline: none;
    border: none;
    height: 40px;
    padding-left: 10px;
}

.select > select > option {
    height: 40px;
}
input, textarea {
    color: #000;
}
::-webkit-input-placeholder {color:#999;}
::-moz-placeholder          {color:#999;}/* Firefox 19+ */
:-moz-placeholder           {color:#999;}/* Firefox 18- */
:-ms-input-placeholder      {color:#999;}
.placeholder {
    color: #999;
}
.tac{
    text-align: center;
}
.error{
    color: #d30808;
}