Reset CSS
/** {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
a > i {
-webkit-transition: initial;
-moz-transition: initial;
-o-transition: initial;
transition: initial;
}*/
h1, h2, h3, h4, h5, h6, a, p, span, .btn {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a, a:hover, a:active, a:focus, object, embed, button, button:active, button:focus {
outline: 0;
}
a:active {
outline: 0;
}
input::-moz-focus-inner {
border: 0;
}
::selection {
background: #CAE6FA;
}
::-moz-selection {
background: #CAE6FA;
}
/*====================================================
FORM STYLING
==================================================== */
::-webkit-input-placeholder {
color: #2f353e;
}
:-moz-placeholder {
color: #2f353e;
}
::-moz-placeholder {
color: #2f353e;
}
:-ms-input-placeholder {
color: #2f353e;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
textarea.form-control{
background: none;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
textarea:active,
textarea:focus,
textarea.form-control:active,
textarea.form-control:focus {
background: none;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
input, button, select, textarea {
font-size: 16px;
padding: 13px 10px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
color: #0080ff;
border-color: #0080ff;
}
textarea {
resize: none;
height: 110px;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
position: absolute;
left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
position: relative;
padding-left: 30px;
padding-right: 20px;
padding-top: 0px;
cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
content: '';
position: absolute;
left:0;
top: 0px;
width: 18px;
height: 18px;
border: 1px solid #aaa;
background: #fff;
border-radius: 9px;
box-shadow: none;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
border-radius: 0px;
width: 19px;
height: 19px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
/* content: '✔'; */
content: url('../images/icon-tick.png');
position: absolute;
top: -1px;
left: 3px;
font-size: 14px;
color: #000;
transition: all .2s;
border-radius: 4px;
width: 20px;
}
/* Independent styling for radio buttons */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
content: '';
top: 5px;
left: 5px;
width: 8px;
height: 8px;
background-color: #34495e;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
color: #999;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
/*border: 1px dotted blue;*/
}
.radio-form-control {
margin-bottom: 20px;
height: 74px;
padding-top: 40px;
}
select {
background: url('../images/icon-arrow-down.png') 100% 50% no-repeat;
background-size: 14px 10px;
background-position: right 10px top;
background-position-y: 50%;
text-indent: 0.01px;
text-overflow: "";
outline: none;
border: 0;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
border: 1px solid #cccccc;
padding-right: 35px;
padding: 12px 10px;
}
@-moz-document url-prefix() {
select, select:-moz-focusring, select::-moz-focus-inner {
color: transparent !important;
text-shadow: 0 0 0 #000 !important;
background-image: none !important;
border:0;
}
}
select::-ms-expand { /*remove ie11 dropdown arrow */
display: none;
}
select:active, select:focus {
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
}
/*====================================================
GLOBAL
==================================================== */
.group:after {
content: "";
display: table;
clear: both;
}
/*====================================================
VIDEO CONTAINER
==================================================== */
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*====================================================
RESPONSIVE ELEMENTS
==================================================== */
@media (max-width: 1199px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (min-width: 481px) and (max-width: 767px) {
}
@media (max-width: 480px) {
}
/*====================================================
RETINA IMAGES
==================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (min-moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
}