@charset "utf-8";
/* CSS Document */

body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 13px; color: #333; }
.h1, .h2, .h3, h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; }
.h4, .h5, .h6, h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; }
.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 400; line-height: 1.1; color: inherit; margin: 0; padding: 0; }
a, a:hover, a:focus, a:active { transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; text-decoration: none; }
.ad-info { position:relative; }
.ad-info h2 { font-size: 36px; font-weight: 300; line-height: 42px; margin: 35px 0 30px; text-transform: uppercase; }
.ad-info h3 { font-size: 18px; font-weight: 300; color: #777; line-height: 28px; margin-bottom: 30px; }
h4 { font-size: 18px; font-weight: 700; margin: 0; }
.control-btn { padding: 0; }
.text-blue { color: #2f8bbf !important; }
.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 0; position: relative; padding: 2px 12px; font-size: 14px; line-height: 1.32857143; transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; }
.btn:before { left: 0; }
.btn:after { right: 0; }
.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #F0AD4E; border-top: 1px solid #E8A341; border-bottom: 1px solid #D09135; }
.btn-warning:before, .btn-warning:after { content: ""; position: absolute; display: block; width: 1px; top: 0; bottom: 0; background: #005b7c; background: -moz-linear-gradient(top, #E8A341 0%, #D09135 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8A341), color-stop(100%, #D09135)); background: -webkit-linear-gradient(top, #E8A341 0%, #D09135 100%); background: -o-linear-gradient(top, #E8A341 0%, #D09135 100%); background: -ms-linear-gradient(top, #E8A341 0%, #D09135 100%); background: linear-gradient(to bottom, #E8A341 0%, #D09135 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8A341', endColorstr='#D09135', GradientType=0 );
}
.btn-warning:hover { background-color: #E8A341; }
.btn-register { border-radius:2px; font-size:16px; font-weight:300; }
.btn-register .fa { margin-left:10px; font-size:14px; }
