body { } strong { font-weight: 500; } h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 100; color: #555; line-height: 50px; } h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; } img { max-width: 100%; } .btn-link-1 { display: inline-block; height: 50px; margin: 0 5px; padding: 16px 20px 0 20px; background: #19b9e7; font-size: 16px; font-weight: 300; line-height: 16px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; } .btn-link-2 { display: inline-block; height: 50px; margin: 0 5px; padding: 15px 20px 0 20px; background: rgba(0, 0, 0, 0.3); border: 1px solid #fff; font-size: 16px; font-weight: 300; line-height: 16px; color: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; } /***** Top content *****/ .inner-bg { padding: 40px 0 170px 0; } .top-content .text { color: #fff; } .top-content .text h1 { } .top-content .description { margin: 20px 0 10px 0; } .top-content .description p { opacity: 0.8; } .top-content .description a { } .top-content .description a:hover, .top-content .description a:focus { border-bottom: 1px dotted #fff; } .top-content .top-big-link { margin-top: 35px; } form .form-bottom textarea { height: 100px; } form .form-bottom button.btn { min-width: 105px; } form .form-bottom .input-error { border-color: #19b9e7; } form.registration-form fieldset { display: none; } /***** Media queries *****/ @media (min-width: 992px) and (max-width: 1199px) {} @media (min-width: 768px) and (max-width: 991px) {} @media (max-width: 767px) { .top-content .top-big-link { margin-top: 25px; } .top-content .top-big-link a.btn { margin-top: 10px; } .form-bottom { padding-bottom: 25px; } form .form-bottom button.btn { margin-bottom: 5px; } } @media (max-width: 415px) { h1, h2 { } } /* Retina-ize images/icons */ @media only screen and (-webkit-min-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) { }