@charset "UTF-8";
@font-face {font-family: 'MyriadPro-cond';src: url('../FONTS/myriadproboldcond.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'MyriadPro-Light';src: url('../FONTS/myriadprolight.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'MyriadPro-Lbold';src: url('../FONTS/MyriadWebPro-Bold.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'optima-bold';src: url('../FONTS/Optima-Regular.ttf') format('truetype');font-weight: normal;font-style: normal;}

html,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,sub,sup,var,dl,dt,dd,ol,fieldset,form,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 {
	font-weight:normal;
	line-height:normal;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

body{margin: 0px;border:0; height: 100%; width:100%; }

a {
border:inherit;
cursor:pointer;
text-decoration:none;
color:inherit;
font-family:"geneva";

}
a:hover{-webkit-transition:all .5s linear;
-moz-transition:all .5s linear;
-o-transition:all .5s linear;}
ul {
list-style:none;
margin:0;
padding:0;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

h1,h2,ul li {
letter-spacing:-.03em;
}

input {
background-color:#fff;
padding-top:9px;
padding-left:10px;
padding-bottom:6px;
border:1px solid #909090;
margin-bottom:4px;
border-radius:6px;
box-shadow:0px 1px 3px #b2b0b0 inset;
vertical-align:central;
-webkit-transition:all .3s linear;
-moz-transition:all .3s linear;
-o-transition:all .3s linear;
}
.error{border:1px solid #ff0000;}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 26px;
cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left:0; top: -6px;
width: 18px;
height: 18px;
background:linear-gradient(#e8e8e8,#a3a3a3);
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #888;
display: inline-block;
cursor: pointer;
vertical-align: middle;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '✔';
position: absolute;
left:0; top: -6px;
width: 18px;
height: 18px;
text-align:center;
color: #fff;
line-height: 1.75;
border-radius:3px;
border:1px solid #777;
display: inline-block;
-webkit-transition:all .05s ease;
-moz-transition:all .05s ease;
-o-transition:all .05s ease;
}

[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}

[type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background:linear-gradient(#a0e02f,#62ad13);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
}

[type="checkbox"]:disabled:checked + label:after {
color: #999;
}

[type="checkbox"]:disabled + label {}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
outline-width:0;border:1px solid #90d914;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
position: absolute;
left: -9999px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
position: relative;
padding-left: 26px;
cursor: pointer;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
content: '';
position: absolute;
left:0; top: -6px;
width: 18px;
height: 18px;
background:linear-gradient(#e8e8e8,#a3a3a3);
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:1px solid #888;
display: inline-block;
cursor: pointer;
vertical-align: middle;
}

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
content: '✔';
position: absolute;
left:0; top: -6px;
width: 18px;
height: 18px;
text-align:center;
color: #fff;
line-height: 1.75;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:1px solid #777;
display: inline-block;
-webkit-transition:all .05s ease;
-moz-transition:all .05s ease;
-o-transition:all .05s ease;
}

[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}

[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background:linear-gradient(#a0e02f,#62ad13);
}

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
}

[type="radio"]:disabled:checked + label:after {
color: #999;
}

[type="radio"]:disabled + label {}

[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
outline-width:0;border:1px solid #90d914;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s
}


label{
color:#888;
vertical-align:middle;
padding-right:10px;
font-family:"MinionPro_Regular_ligt",Verdana, Geneva, sans-serif;

}

textarea {
resize:none;
color:#666;
background-color: #fff;
padding-top:10px;
padding-left:10px;
padding-bottom:7px;
border:1px solid #909090;
border-radius:6px;
box-shadow:0px 1px 3px #777 inset;
font-family:"MinionPro_Regular",Verdana, Geneva, sans-serif;
vertical-align:central;
-webkit-transition:all .3s linear;
-moz-transition:all .3s linear;
-o-transition:all .3s linear;
width:400px; height:200px;
margin-bottom:4px;
}

select {
padding-top:3px;
padding-left:10px;
padding-bottom:3px;
padding-right:10px;
border:1px solid #909090;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#fff;
font-family:"geneva";
vertical-align:central;
background:linear-gradient(#5b5959,#585656);
-webkit-transition:all .3s linear;
-moz-transition:all .3s linear;
-o-transition:all .3s linear;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
cursor:pointer;
}


button {
font-family:"Geneva";
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:6px;
border:1px solid #fff;
text-decoration:none;
background:linear-gradient(rgba(198,198,198,0.6),rgba(168,169,166,0.6));
color:rgba(0,0,0,0.4);
display:inline-block;
cursor:pointer;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
padding-top:3px;
padding-left:5px;
padding-bottom:1px;
padding-right:5px;
}

button:hover {
color:rgba(255,255,255,1);
text-shadow:0 1px 0 #538501;
background:linear-gradient(#c4f751,#9dd343);
}

button:active {
background:linear-gradient(rgba(113,178,4,0.9),rgba(81,129,0,0.9));
box-shadow:1px 1px 6px #666 inset, 0 1px 0 rgba(255,255,255,0.4);
}

::selection,::-moz-selection {
background:transparent;
color:inherit;
}

input:focus,textarea:focus,select:focus{
outline-width:0;
border:1px solid rgba(172,228,72,1);
}
a:focus{
	border:0px;;outline-width:0;
}
button:focus{outline-width:0;text-shadow:0 1px 0 #666;color:#fff;
background:linear-gradient(rgba(129,205,3,0.9),rgba(123,181,0,0.9));}



