@charset "UTF-8";
 @media (min-width: 1200px) {
.container {
width: 1200px !important; } }
.gform_fields {
list-style: none;
margin: 0;
padding-left: 0 !important; }
.gform_fields:after {
content: "";
display: table;
clear: both; }
.gfield {
clear: both; }
.gfield img {
width: auto;
height: auto; }
.gfield input {
border-radius: 3px; }
.gfield:not(:last-child) {
margin-bottom: 20px; }
.gfield label,
.gpoll_field_label {
font-size: 14px;
margin-bottom: 2px; }
::-webkit-input-placeholder {
color: grey; }
::-moz-placeholder {
color: grey; }
:-ms-input-placeholder {
color: grey; }
input:-moz-placeholder {
color: grey; }
.gform_fields textarea,
.gform_fields input[type="text"],
.gform_fields input[type="password"],
.gform_fields input[type="name"],
.gform_fields input[type="email"],
.gform_fields input[type="url"],
.gform_fields input[type="tel"],
.gform_fields input[type="color"],
.gform_fields input[type="number"] {
display: block;
max-width: 100%;
width: 100%;
background: white;
border: 1px solid black;
color: black;
padding: 6px 20px;
height: 40px;
vertical-align: middle;
font-size: 14px;
line-height: 1.42857143;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
cursor: default;
border-radius: 3px; }
.gform_fields textarea.placeholder,
.gform_fields input[type="text"].placeholder,
.gform_fields input[type="password"].placeholder,
.gform_fields input[type="name"].placeholder,
.gform_fields input[type="email"].placeholder,
.gform_fields input[type="url"].placeholder,
.gform_fields input[type="tel"].placeholder,
.gform_fields input[type="color"].placeholder,
.gform_fields input[type="number"].placeholder {
color: grey; }
.gform_fields textarea:focus,
.gform_fields input[type="text"]:focus,
.gform_fields input[type="password"]:focus,
.gform_fields input[type="name"]:focus,
.gform_fields input[type="email"]:focus,
.gform_fields input[type="url"]:focus,
.gform_fields input[type="tel"]:focus,
.gform_fields input[type="color"]:focus,
.gform_fields input[type="number"]:focus {
outline: none;
border-color: blue; }
.gform_fields textarea:hover,
.gform_fields input[type="text"]:hover,
.gform_fields input[type="password"]:hover,
.gform_fields input[type="name"]:hover,
.gform_fields input[type="email"]:hover,
.gform_fields input[type="url"]:hover,
.gform_fields input[type="tel"]:hover,
.gform_fields input[type="color"]:hover,
.gform_fields input[type="number"]:hover {
cursor: text; }
.gform_fields textarea {
height: 120px;
resize: vertical; }
.gform_fields .file {
min-height: 43px; }
.gform_fields .file .ginput_container {
position: relative; }
.gform_fields .file .btn, .gform_fields .file .gform_wrapper .gform_button_select_files, .gform_wrapper .gform_fields .file .gform_button_select_files {
width: 100%;
max-width: 100%;
height: 40px;
line-height: 40px; }
.gform_fields .file input[type="file"] {
width: 100%;
max-width: 100%;
position: absolute;
z-index: 2;
height: 40px;
padding: 0;
color: white;
font-weight: normal;
font-size: small;
opacity: 0;
cursor: pointer; }
.ginput_container_fileupload input[type="file"] {
color: grey; }
.gfield select {
border-radius: 3px;
-webkit-appearance: none;
width: 100%; }
.gfield select:focus {
outline: none; }
.gfield select[multiple] {
padding: 10px; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
height: 40px; }
.gform_wrapper .chosen-container .chosen-drop {
color: black; }
ul.gfield_radio,
ul.gfield_checkbox {
list-style: none;
margin: 0;
padding: 10px 0 0 0; }
ul.gfield_radio li, ul.gfield_radio label,
ul.gfield_checkbox li,
ul.gfield_checkbox label {
display: inline-block;
margin: 0;
font-size: 14px;
vertical-align: top; }
ul.gfield_radio label,
ul.gfield_checkbox label {
margin-left: 8px;
max-width: 85%; }
ul.gfield_radio li,
ul.gfield_checkbox li {
width: auto;
margin-bottom: 10px; }
ul.gfield_radio li:not(:last-child),
ul.gfield_checkbox li:not(:last-child) {
margin-right: 20px; }
ul.gfield_radio input[type="checkbox"],
ul.gfield_radio input[type="radio"],
ul.gfield_checkbox input[type="checkbox"],
ul.gfield_checkbox input[type="radio"] {
vertical-align: top;
margin-top: 6px; }
ul.gfield_radio input[type="checkbox"][value="gf_other_choice"],
ul.gfield_radio input[type="radio"][value="gf_other_choice"],
ul.gfield_checkbox input[type="checkbox"][value="gf_other_choice"],
ul.gfield_checkbox input[type="radio"][value="gf_other_choice"] {
margin-top: 14px; }
ul.gfield_radio input[value="gf_other_choice"] + input[type="text"],
ul.gfield_checkbox input[value="gf_other_choice"] + input[type="text"] {
display: inline-block;
width: 80%;
margin-left: 20px; }
.list-vertical ul.gfield_radio li,
.list-vertical ul.gfield_checkbox li {
display: block;
margin-left: 0;
margin-right: 0; }
@media screen and (max-width: 769px) {
ul.gfield_radio li,
ul.gfield_checkbox li {
width: 30.333333%; } }
@media screen and (max-width: 420px) {
ul.gfield_radio li,
ul.gfield_checkbox li {
width: 50%; } }
.gfield_date_day,
.gfield_date_month,
.gfield_date_year,
.gfield_date_dropdown_day,
.gfield_date_dropdown_month,
.gfield_date_dropdown_year,
.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
display: inline-block !important;
width: 30% !important;
margin-right: 3.333%; }
.gfield_date_day i,
.gfield_date_day label,
.gfield_date_month i,
.gfield_date_month label,
.gfield_date_year i,
.gfield_date_year label,
.gfield_date_dropdown_day i,
.gfield_date_dropdown_day label,
.gfield_date_dropdown_month i,
.gfield_date_dropdown_month label,
.gfield_date_dropdown_year i,
.gfield_date_dropdown_year label,
.gfield_time_hour i,
.gfield_time_hour label,
.gfield_time_minute i,
.gfield_time_minute label,
.gfield_time_ampm i,
.gfield_time_ampm label {
display: inline-block;
font-size: 14px;
color: #262626; }
.gfield_date_year,
.gfield_date_dropdown_year,
.gfield_time_ampm {
margin-right: 0; }
.gfield_time_hour input {
display: inline-block;
max-width: 90%; }
.gfield_time_ampm {
display: block;
float: right; }
.gf_hide_ampm .gfield_time_ampm {
display: none !important; }
.ginput_container.ginput_container_date {
position: relative; }
.ginput_container.ginput_container_date input {
padding-right: 60px; }
.ui-datepicker-trigger {
display: block;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%); }
.gfield .clear-multi {
height: 40px; }
.gfield .clear-multi > .ginput_container:last-child {
float: right; }
.ginput_full,
.ginput_card_expiration_container {
margin-bottom: 4px;
display: block;
width: 100%; }
.ginput_full:after,
.ginput_card_expiration_container:after {
content: "";
display: table;
clear: both; }
.ginput_full input,
.ginput_card_expiration_container input {
width: 100%; }
.ginput_left,
.ginput_cardinfo_left,
.ginput_card_expiration_container .styled-select:first-of-type {
margin-bottom: 4px;
display: inline-block;
width: 50%;
padding-right: 10px;
float: left; }
.ginput_left input,
.ginput_cardinfo_left input,
.ginput_card_expiration_container .styled-select:first-of-type input {
width: 100%; }
.ginput_right,
.ginput_cardinfo_right,
.ginput_card_expiration_container .styled-select:last-of-type {
margin-bottom: 4px;
display: inline-block;
width: 50%;
padding-left: 10px;
float: right;
clear: none; }
.ginput_right input,
.ginput_cardinfo_right input,
.ginput_card_expiration_container .styled-select:last-of-type input {
width: 100%; }
.gfield_required {
padding-left: 4px; }
.gform_card_icon_container {
margin-bottom: 6px; }
.ginput_card_security_code_icon,
.gform_card_icon {
display: inline-block;
line-height: 1;
position: relative;
vertical-align: middle;
zoom: 1;
font-style: normal;
font-weight: normal;
text-align: center;
width: 32px;
height: 24px;
top: -1px;
overflow: hidden;
*text-indent: -9999px;
background-repeat: no-repeat;
background-image: url(//acrroofing.com.au/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png); }
.ginput_card_security_code_icon:before,
.gform_card_icon:before {
content: "";
display: block;
width: 0;
height: 100%; }
.ginput_card_security_code {
margin-bottom: 6px; }
.ginput_card_security_code_icon {
background-position: 0 -128px; }
.ginput_card_security_code_icon + label {
display: inline-block;
margin-left: 10px; }
.gform_card_icon {
margin-left: 6px; }
.gform_card_icon:first-child {
margin-left: 0; }
.gform_card_icon.gform_card_icon_visa {
background-position: -2px -4px; }
.gform_card_icon.gform_card_icon_mastercard {
background-position: -38px -4px; }
.gform_card_icon.gform_card_icon_amex {
background-position: -74px -4px; }
.gform_title,
.gsection_title {
margin-bottom: 0;
line-height: 1; }
.gsection_title {
font-size: 18px;
background: grey;
padding: 13px;
border-radius: 4px 4px 0 0;
color: white;
margin-top: 20px; }
.gsection_title:empty {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; }
.gsection_description {
padding: 14px 14px 0; }
.gform_description {
display: block;
padding-top: 20px; }
.gf_page_steps {
margin: 0;
padding: 0;
list-style-type: none;
border-radius: 3px;
overflow: auto;
padding-left: 10px; }
.gf_step {
float: left;
margin-right: 40px;
font-size: 16px;
line-height: 60px; }
.gf_step a {
color: black; }
.gf_step.gf_step_active {
color: blue; }
.gf_progressbar_wrapper {
padding: 20px 0;
margin-bottom: 20px; }
.gf_progressbar_title {
font-size: 22px;
margin-bottom: 10px;
color: blue; }
.gf_progressbar {
background: transparent;
height: 20px;
overflow: hidden;
border: 1px solid blue;
border-radius: 3px; }
.gf_progressbar_percentage {
background: blue;
height: 14px;
margin: 2px;
border-radius: 3px; }
.gf_progressbar_percentage span {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; }
.gform_page_footer {
padding: 20px 0;
margin: 20px 0; }
.gform_page_footer:after {
content: "";
display: table;
clear: both; }
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_next_button {
float: right; }
.gform_page_footer .gform_previous_button {
float: left; }
.gform_page .gform_page_footer {
text-align: center;
min-height: 100px;
position: relative; }
.gform_page .gform_page_footer .gform_ajax_spinner {
float: none;
display: block;
position: absolute;
left: 50%;
top: 60px;
transform: translateX(-50%); }
.gform_page .gform_page_footer input[type="submit"] {
float: right; }
.gform_page:first-child .gform_page_footer .gform_save_link {
float: left; }
.gform_page:first-child .gform_page_footer .gform_ajax_spinner {
top: 50%;
transform: translateX(-50%) translateY(-50%); }
.gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
top: 25px; }
.gform_page:not(:first-child) .gform_page_footer .gform_save_link {
display: block;
clear: both;
margin-top: 100px; }
.submit-on-left .gform_page .gform_page_footer input[type="submit"] {
float: left; }
.gform_save_link {
display: inline-block;
margin-top: 15px; }
@media screen and (max-width: 420px) {
.gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
top: 100px; }
.gform_page:not(:first-child) .gform_page_footer .gform_save_link {
margin-top: 150px; } }
.gfield_list {
margin-bottom: 0; }
.gfield_list thead + tbody tr:first-child td {
padding-top: 20px; }
.gfield_list thead + tbody tr:first-child td.gfield_list_icons {
padding-top: 20px !important; }
.gfield_list tr {
border-bottom: 0; }
.gfield_list td {
padding-top: 0; }
.gfield_list_cell {
padding-left: 10px;
padding-right: 10px; }
.gfield_list_cell input {
width: 100%; }
.gfield_list_cell:first-child {
padding-left: 0; }
.gfield_list_icons {
text-align: right;
padding-right: 0;
width: 60px;
padding-top: 10px !important; }
.gsurvey-survey-field .gsurvey-rating-wrapper:after {
content: "";
display: table;
clear: both; }
.gsurvey-survey-field table.gsurvey-likert tbody tr {
border-bottom: none; }
.gsurvey-survey-field table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover {
background-color: #9999ff; }
.gsurvey-survey-field table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
background-color: blue; }
.gsurvey-survey-field .gsurvey-rank {
list-style: none;
padding: 0;
margin: 0; }
.gsurvey-survey-field .gsurvey-rank li {
margin: 0 0 10px; }
.gsurvey-survey-field .gsurvey-rank-choice img {
position: relative;
top: 2px; }
.gform_footer .gpoll_button,
.gform_wrapper .gpoll_back_button {
margin-left: 0; }
.gform_wrapper.gpoll_enabled .gform_footer {
text-align: center; }
.gform_wrapper.gpoll_enabled .gform_footer .gform_ajax_spinner {
float: none;
display: inline-block; }
.gform_wrapper.gpoll_enabled .gform_footer input[type="submit"] {
float: left; }
.gform_wrapper.gpoll_enabled .gform_footer .gpoll_button {
float: right; }
.gform_wrapper.gpoll_enabled.submit-on-right .gform_page .gform_page_footer input[type="submit"] {
float: right; }
.gform_wrapper.gpoll_enabled.submit-on-right .gform_page .gform_page_footer input[type="submit"] .gpoll_button {
float: left; }
.gpoll_enabled .gpoll_summary:after,
#gforms_confirmation_message .gpoll_container:after {
content: "";
display: table;
clear: both; }
.gpoll_enabled .gpoll_summary .gpoll_bar_juice,
#gforms_confirmation_message .gpoll_container .gpoll_bar_juice {
box-shadow: none;
border-radius: 0;
background-color: blue;
background-image: none; }
.gpoll_enabled .gpoll_summary .gpoll_ratio_box,
#gforms_confirmation_message .gpoll_container .gpoll_ratio_box {
background: blue;
border-radius: 0; }
.gpoll_enabled .gpoll_summary .gpoll_bar_count,
#gforms_confirmation_message .gpoll_container .gpoll_bar_count {
text-shadow: none; }
.gpoll_enabled .gpoll_summary .gpoll_back_button,
#gforms_confirmation_message .gpoll_container .gpoll_back_button {
margin-top: 20px;
float: left; }
.gpoll_enabled .gpoll_summary .gpoll_choice_label.gpoll_value_selected,
#gforms_confirmation_message .gpoll_container .gpoll_choice_label.gpoll_value_selected {
color: blue; }
#gforms_confirmation_message .gpoll_container {
margin-bottom: 20px; }
.ginput_complex > span {
display: block;
margin-bottom: 20px; }
.ginput_complex label {
font-size: 14px;
color: #262626;
padding-top: 4px; }
.gfield_description,
.gform_fields .instruction {
color: grey;
font-size: 13px;
font-style: italic; }
.gform_fields .instruction {
padding-top: 4px; }
.validation_error,
.gfield_description.validation_message,
.gfield_error .gfield_label {
font-style: normal;
padding: 0;
font-size: 14px;
color: red;
background: none; }
.gfield_error input.text-input,
.gfield_error textarea,
.gfield_error input[type="text"],
.gfield_error input[type="password"],
.gfield_error input[type="name"],
.gfield_error input[type="email"],
.gfield_error input[type="url"],
.gfield_error input[type="tel"],
.gfield_error input[type="color"],
.gfield_error input[type="number"],
.gfield_error.text-input input,
.gfield_error.text-input textarea {
border-color: red;
background-color: white;
color: red; }
.gfield_error .styled-select,
.gfield_error .customSelect {
border-color: red;
color: red; }
.gform_heading {
padding-bottom: 20px; }
.validation_error {
margin-bottom: 20px;
background: red;
padding: 8px 20px;
border-radius: 3px;
color: white; }
.gfield_description.validation_message {
display: none; }
#gforms_confirmation_message {
margin-bottom: 20px; }
.gform_wrapper .gfield_password_strength {
border: 1px solid grey;
margin: 0;
padding: 13px;
text-align: center;
min-width: 200px;
width: 100%;
background-color: #EEE;
color: grey;
clear: both;
border-radius: 3px; }
.gform_wrapper .gfield_password_strength.bad {
background-color: #ffe5d5;
border-color: #FF853C;
color: #FF853C; }
.gform_wrapper .gfield_password_strength.good {
background-color: #ffeb99;
border-color: #FC0;
color: #cca300; }
.gform_wrapper .gfield_password_strength.strong {
background-color: green;
border-color: green;
color: #fff; }
.gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
background-color: #fbcece;
border-color: #f04040;
color: #f04040; }
.gform_footer {
border-top: none;
padding: 20px 0 0; }
.gform_footer:after {
content: "";
display: table;
clear: both; }
.gform_footer input[type="submit"] {
float: right; }
.gform_footer .gform_ajax_spinner {
float: left; }
.submit-on-left .gform_footer input[type="submit"] {
float: left; }
.submit-on-left .gform_footer .gform_ajax_spinner {
float: right; }
.gform_ajax_spinner {
display: block;
width: 40px;
height: 40px; }
.gform_validation_container {
display: none; }
.gform_hidden {
display: none !important; }
.gform_fields input[type="button"],
.gform_wrapper form input[type="submit"] { }
.gform_wrapper form input[type="submit"][disabled="disabled"],
.gform_page_footer .gform_next_button[disabled="disabled"] {
cursor: default;
opacity: 0.3; }
.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_left_half,
.gfield.gf_right_half {
float: left; }
.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
float: right; }
.gfield.gf_left_half,
.gfield.gf_right_half {
width: 50%; }
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third {
width: 33.333%; }
.gfield.gf_right_two_thirds {
width: 66.666%; }
.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four {
width: 25%; }
.gfield.gf_fourth_one,
.gfield.gf_left_third,
.gfield.gf_left_half {
padding-right: 10px; }
.gfield.gf_fourth_two {
padding-right: 5px; }
.gfield.gf_fourth_three {
padding-left: 5px; }
.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
padding-left: 10px; }
.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
clear: none; }
@media screen and (max-width: 769px) {
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds {
float: left;
width: 50%;
padding-left: 0;
padding-right: 0; }
.gfield.gf_left_third {
padding-right: 10px; } }
@media screen and (max-width: 420px) {
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_left_half,
.gfield.gf_right_half {
float: none;
width: 100%;
padding-left: 0;
padding-right: 0; }
.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four {
float: none;
padding-right: 0;
padding-left: 0;
width: 50%; }
.gfield.gf_fourth_one,
.gfield.gf_fourth_three {
float: left;
padding-right: 5px; }
.gfield.gf_fourth_two,
.gfield.gf_fourth_four {
float: right;
padding-left: 5px; }
.gfield.gf_fourth_three {
clear: both; }
.gfield.gf_fourth_two,
.gfield.gf_fourth_four {
padding-right: 0; } }
.gfield.no-label > .gfield_label {
display: none; }
.gfield.single-option .check-list li,
.gfield.single-option ul.gfield_radio li,
.gfield.single-option ul.gfield_checkbox li {
width: 100%; }
.gfield.offscreen {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; } .customSelect {
padding: 5px 10px;
background-color: white;
color: black;
border: 1px solid black;
border-radius: 3px;
max-width: 100%; }
.customSelect.changed {
background-color: white; }
.customSelect.customSelectHover { }
.customSelect.customSelectOpen { }
.customSelect.customSelectFocus { outline: none;
border-color: blue; }
.customSelect.customSelectDisabledOption { }
.customSelect.customSelectDisabled { }
.customSelectInner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
background-position: right 50%;
background-repeat: no-repeat;
max-width: 100%; } .gform_wrapper .chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.gform_wrapper .chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
box-sizing: border-box;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
left: 0; }
.gform_wrapper .chosen-container a {
cursor: pointer; }
.gform_wrapper .chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
height: 23px;
border: 1px solid #aaa;
border-radius: 5px;
background-color: #fff;
background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
background-clip: padding-box;
box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 24px; }
.gform_wrapper .chosen-container-single .chosen-default {
color: #999; }
.gform_wrapper .chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap; }
.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px; }
.gform_wrapper .chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url(//acrroofing.com.au/wp-content/plugins/gravityforms/images/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px; }
.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px; }
.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px; }
.gform_wrapper .chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%; }
.gform_wrapper .chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url(//acrroofing.com.au/wp-content/plugins/gravityforms/images/chosen-sprite.png) no-repeat 0 2px; }
.gform_wrapper .chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap; }
.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
box-sizing: border-box;
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: #fff url(//acrroofing.com.au/wp-content/plugins/gravityforms/images/chosen-sprite.png) no-repeat 100% -20px;
background: url(//acrroofing.com.au/wp-content/plugins/gravityforms/images/chosen-sprite.png) no-repeat 100% -20px;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0; }
.gform_wrapper .chosen-container-single .chosen-drop {
margin-top: -1px;
border-radius: 0 0 4px 4px;
background-clip: padding-box; }
.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
left: -9999px; }
.gform_wrapper .chosen-container .chosen-results {
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch; }
.gform_wrapper .chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
-webkit-touch-callout: none; }
.gform_wrapper .chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer; }
.gform_wrapper .chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default; }
.gform_wrapper .chosen-container .chosen-results li.highlighted {
background-color: #3875d7;
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff; }
.gform_wrapper .chosen-container .chosen-results li.no-results {
display: list-item;
background: #f4f4f4; }
.gform_wrapper .chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: 700;
cursor: default; }
.gform_wrapper .chosen-container .chosen-results li.group-option {
padding-left: 15px; }
.gform_wrapper .chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline; }
.gform_wrapper .chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
box-sizing: border-box;
margin: 0;
padding: 0;
width: 100%;
height: auto !important;
height: 1%;
border: 1px solid #aaa;
background-color: #fff;
background-image: linear-gradient(#eee 1%, #fff 15%);
cursor: text; }
.gform_wrapper .chosen-container-multi .chosen-choices li {
float: left;
list-style: none; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
margin: 1px 0;
padding: 5px;
height: 15px;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #666;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
color: #999; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 0 3px 5px !important;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
border-radius: 3px;
background-color: #e4e4e4;
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-clip: padding-box;
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url(//acrroofing.com.au/wp-content/plugins/gravityforms/images/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
color: #666; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px; }
.gform_wrapper .chosen-container-multi .chosen-results {
margin: 0;
padding: 0; }
.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default; }
.gform_wrapper .chosen-container-active .chosen-single {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background-image: linear-gradient(#eee 20%, #fff 80%);
box-shadow: 0 1px 0 #fff inset; }
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
border-left: 0;
background: transparent; }
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px; }
.gform_wrapper .chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
color: #111 !important; }
.gform_wrapper .chosen-disabled {
opacity: 0.5 !important;
cursor: default; }
.gform_wrapper .chosen-disabled .chosen-single {
cursor: default; }
.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default; }
.gform_wrapper .chosen-rtl {
text-align: right; }
.gform_wrapper .chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0; }
.gform_wrapper .chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl; }
.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px; }
.gform_wrapper .chosen-rtl .chosen-single div {
right: auto;
left: 3px; }
.gform_wrapper .chosen-rtl .chosen-single abbr {
right: auto;
left: 26px; }
.gform_wrapper .chosen-rtl .chosen-choices li {
float: right; }
.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
direction: rtl; }
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px; }
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px; }
.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search.gform_wrapper .chosen-rtl .chosen-drop {
left: 9999px; }
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0; }
.gform_wrapper .chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0; }
.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: 0; }
.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
padding: 4px 5px 4px 20px;
background: #fff url(//acrroofing.com.au/wp-content/plugins/gravityforms/images/chosen-sprite.png) no-repeat -30px -20px;
background: url(//acrroofing.com.au/wp-content/plugins/gravityforms/images/chosen-sprite.png) no-repeat -30px -20px;
direction: rtl; }
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px; }
.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px; } .ui-helper-hidden {
display: none; }
.ui-helper-hidden-accessible {
position: absolute;
left: -99999999px; }
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none; }
.ui-helper-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden; }
.ui-helper-clearfix {
display: inline-block; }
* html .ui-helper-clearfix {
height: 1%; }
.ui-helper-clearfix {
display: block; }
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter: Alpha(Opacity=0); }
.ui-state-disabled {
cursor: default !important; }
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat; }
.ui-tabs {
padding: .2em;
zoom: 1; }
.ui-tabs[style] {
border: 1px solid #C2D7EF !important;
margin: 6px 0 0 !important;
width: 438px !important; }
.ui-tabs .ui-tabs-nav {
list-style: none;
position: relative;
padding: .2em .2em 0 0; }
.ui-tabs .ui-tabs-nav li {
position: relative;
float: left;
border-bottom-width: 0 !important;
margin: 0 .2em -1px 0;
padding: 0;
text-align: center; }
.ui-tabs .ui-tabs-nav li a {
display: block;
text-decoration: none;
padding: .5em 1em;
text-align: center;
font-size: 12px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
padding-bottom: 1px;
border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor: pointer; }
.ui-tabs .ui-tabs-panel {
padding: 1em 1.4em;
display: block;
border-width: 0;
background: none; }
.ui-tabs .ui-tabs-hide {
display: none !important; } .ui-datepicker {
width: 216px;
height: auto;
margin: 5px auto 0;
font: 9pt Arial, sans-serif;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
.ui-datepicker a {
text-decoration: none; }
.ui-datepicker table {
width: 100%;
border-collapse: collapse; }
.ui-datepicker-header {
background-color: #666; color: #e0e0e0;
font-weight: bold;
box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
text-shadow: 1px -1px 0px #000;
filter: dropshadow(color=#000, offx=1, offy=-1);
line-height: 30px;
min-height: 30px !important;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #666; }
.ui-datepicker-title {
text-align: center;
padding-bottom: 4px; }
.ui-datepicker-title select {
margin-top: 2%;
-webkit-appearance: menulist;
width: auto; }
.ui-datepicker-prev,
.ui-datepicker-next {
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
cursor: pointer;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAA8CAYAAACTiBHmAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAB3klEQVRYCe1XsUrEQBA1kkJICEGw9oqrrfwAwV+wT3mHHBwIB4K1kC+QtOltbcN9gE1iYxn8AItgKk/jTMjAZcmOu4sXRTYw7O3O7rzZN7vcW6dpmr1df/u7BsD4FkSLZUuXFl0uN9txHM7d83H37U/VZA1pX4EFvfRVO7hNmVGMLMveV6tVFYbhM4wtwDzyUSuL0dLIOrsIZVk2aEVRfCyXy8r3fQSbgR2ogDgtEs0UWio8Amy7qqr6TJLkLU3Tx7quz9HHxmGd3ekSQQhws9k8TafTk+9AjE4XJFZD4Nh13TMC5Fr2nogLMThQeAcWTyaTV9Ev66uCvECAewh+qxOcQJUKT5O5lqutUU04sCEfu5OhBSZjo+zEgmiVxtJl6dJiQGuyPV2WLi0GtCaPcrpYIUHiTiXtX/+PN6UL1T2q/LXKLqWKXrJ9VPMLVPeo8lHtEwjOl5nUIYCgep+hmkdVj+qelL4KCFt4CuB53kMURafz+dwPgkCbYiWQPM+PQFybvbIgU6WsOvUeA4Wo5rU/VkGK9wTqcAgI1wB2Cb72SQcCvH0iCzXsJaIFQis7sBvoXwDIMY7/OAiBbbcciFJNtoOZ/GbpMgk4tGaUnViQIeqlY5YuKTVDjv9D1xdysESNsEdXVAAAAABJRU5ErkJggg==);
background-repeat: no-repeat;
line-height: 600%;
overflow: hidden; }
.ui-datepicker-prev {
float: left;
background-position: center -30px; }
.ui-datepicker-next {
float: right;
background-position: center 0px; }
.ui-datepicker thead {
background: #f7f7f7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
border-bottom: 1px solid #bbb; }
.ui-datepicker th {
text-transform: uppercase;
text-align: center;
font-size: 6pt;
padding: 5px 0;
color: #666666;
text-shadow: 1px 0px 0px #fff;
filter: dropshadow(color=#fff, offx=1, offy=0); }
.ui-datepicker tbody td {
padding: 0;
border-top: 1px solid #bbb;
border-right: 1px solid #bbb; }
.ui-datepicker tbody td:last-child {
border-right: 0px; }
.ui-datepicker tbody tr {
border-bottom: 1px solid #bbb; }
.ui-datepicker tbody tr:last-child {
border-bottom: 0px; }
.ui-datepicker td span,
.ui-datepicker td a {
display: inline-block;
font-weight: bold;
text-align: center;
width: 30px;
height: 30px;
line-height: 30px;
color: #666666;
text-shadow: 1px 1px 0px #fff;
filter: dropshadow(color=#fff, offx=1, offy=1); }
.ui-datepicker-calendar .ui-state-default {
background: #ededed;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }
.ui-datepicker-calendar .ui-state-hover {
background: #f7f7f7; }
.ui-datepicker-calendar .ui-state-active {
background: #FFF2AA; border: 1px solid #c19163; color: #666; box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
text-shadow: 0px 1px 0px #FFF;
filter: dropshadow(color=#FFF, offx=0, offy=1);
position: relative;
margin: -1px; }
.ui-datepicker-unselectable .ui-state-default {
background: #f4f4f4;
color: #b4b3b3; }
.ui-datepicker-calendar th {
background: none; }
.ui-datepicker-calendar td:first-child .ui-state-active {
width: 29px;
margin-left: 0; }
.ui-datepicker-calendar td:last-child .ui-state-active {
width: 29px;
margin-right: 0; }
.ui-datepicker-calendar tr:last-child .ui-state-active {
height: 29px;
margin-bottom: 0; }
td.ui-datepicker-unselectable.ui-state-disabled {
background-color: #d7d7d7; }
table.ui-datepicker-calendar {
margin: 0 0 0 0 !important; }
body div#ui-datepicker-div[style] {
z-index: 9999 !important; }  html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; } @media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.navbar {
display: none; }
.btn > .caret, .gform_wrapper .gform_button_select_files > .caret,
.dropup > .btn > .caret, .gform_wrapper
.dropup > .gform_button_select_files > .caret {
border-top-color: #000 !important; }
.label {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important; } }
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.glyphicon-asterisk:before {
content: "\002a"; }
.glyphicon-plus:before {
content: "\002b"; }
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac"; }
.glyphicon-minus:before {
content: "\2212"; }
.glyphicon-cloud:before {
content: "\2601"; }
.glyphicon-envelope:before {
content: "\2709"; }
.glyphicon-pencil:before {
content: "\270f"; }
.glyphicon-glass:before {
content: "\e001"; }
.glyphicon-music:before {
content: "\e002"; }
.glyphicon-search:before {
content: "\e003"; }
.glyphicon-heart:before {
content: "\e005"; }
.glyphicon-star:before {
content: "\e006"; }
.glyphicon-star-empty:before {
content: "\e007"; }
.glyphicon-user:before {
content: "\e008"; }
.glyphicon-film:before {
content: "\e009"; }
.glyphicon-th-large:before {
content: "\e010"; }
.glyphicon-th:before {
content: "\e011"; }
.glyphicon-th-list:before {
content: "\e012"; }
.glyphicon-ok:before {
content: "\e013"; }
.glyphicon-remove:before {
content: "\e014"; }
.glyphicon-zoom-in:before {
content: "\e015"; }
.glyphicon-zoom-out:before {
content: "\e016"; }
.glyphicon-off:before {
content: "\e017"; }
.glyphicon-signal:before {
content: "\e018"; }
.glyphicon-cog:before {
content: "\e019"; }
.glyphicon-trash:before {
content: "\e020"; }
.glyphicon-home:before {
content: "\e021"; }
.glyphicon-file:before {
content: "\e022"; }
.glyphicon-time:before {
content: "\e023"; }
.glyphicon-road:before {
content: "\e024"; }
.glyphicon-download-alt:before {
content: "\e025"; }
.glyphicon-download:before {
content: "\e026"; }
.glyphicon-upload:before {
content: "\e027"; }
.glyphicon-inbox:before {
content: "\e028"; }
.glyphicon-play-circle:before {
content: "\e029"; }
.glyphicon-repeat:before {
content: "\e030"; }
.glyphicon-refresh:before {
content: "\e031"; }
.glyphicon-list-alt:before {
content: "\e032"; }
.glyphicon-lock:before {
content: "\e033"; }
.glyphicon-flag:before {
content: "\e034"; }
.glyphicon-headphones:before {
content: "\e035"; }
.glyphicon-volume-off:before {
content: "\e036"; }
.glyphicon-volume-down:before {
content: "\e037"; }
.glyphicon-volume-up:before {
content: "\e038"; }
.glyphicon-qrcode:before {
content: "\e039"; }
.glyphicon-barcode:before {
content: "\e040"; }
.glyphicon-tag:before {
content: "\e041"; }
.glyphicon-tags:before {
content: "\e042"; }
.glyphicon-book:before {
content: "\e043"; }
.glyphicon-bookmark:before {
content: "\e044"; }
.glyphicon-print:before {
content: "\e045"; }
.glyphicon-camera:before {
content: "\e046"; }
.glyphicon-font:before {
content: "\e047"; }
.glyphicon-bold:before {
content: "\e048"; }
.glyphicon-italic:before {
content: "\e049"; }
.glyphicon-text-height:before {
content: "\e050"; }
.glyphicon-text-width:before {
content: "\e051"; }
.glyphicon-align-left:before {
content: "\e052"; }
.glyphicon-align-center:before {
content: "\e053"; }
.glyphicon-align-right:before {
content: "\e054"; }
.glyphicon-align-justify:before {
content: "\e055"; }
.glyphicon-list:before {
content: "\e056"; }
.glyphicon-indent-left:before {
content: "\e057"; }
.glyphicon-indent-right:before {
content: "\e058"; }
.glyphicon-facetime-video:before {
content: "\e059"; }
.glyphicon-picture:before {
content: "\e060"; }
.glyphicon-map-marker:before {
content: "\e062"; }
.glyphicon-adjust:before {
content: "\e063"; }
.glyphicon-tint:before {
content: "\e064"; }
.glyphicon-edit:before {
content: "\e065"; }
.glyphicon-share:before {
content: "\e066"; }
.glyphicon-check:before {
content: "\e067"; }
.glyphicon-move:before {
content: "\e068"; }
.glyphicon-step-backward:before {
content: "\e069"; }
.glyphicon-fast-backward:before {
content: "\e070"; }
.glyphicon-backward:before {
content: "\e071"; }
.glyphicon-play:before {
content: "\e072"; }
.glyphicon-pause:before {
content: "\e073"; }
.glyphicon-stop:before {
content: "\e074"; }
.glyphicon-forward:before {
content: "\e075"; }
.glyphicon-fast-forward:before {
content: "\e076"; }
.glyphicon-step-forward:before {
content: "\e077"; }
.glyphicon-eject:before {
content: "\e078"; }
.glyphicon-chevron-left:before {
content: "\e079"; }
.glyphicon-chevron-right:before {
content: "\e080"; }
.glyphicon-plus-sign:before {
content: "\e081"; }
.glyphicon-minus-sign:before {
content: "\e082"; }
.glyphicon-remove-sign:before {
content: "\e083"; }
.glyphicon-ok-sign:before {
content: "\e084"; }
.glyphicon-question-sign:before {
content: "\e085"; }
.glyphicon-info-sign:before {
content: "\e086"; }
.glyphicon-screenshot:before {
content: "\e087"; }
.glyphicon-remove-circle:before {
content: "\e088"; }
.glyphicon-ok-circle:before {
content: "\e089"; }
.glyphicon-ban-circle:before {
content: "\e090"; }
.glyphicon-arrow-left:before {
content: "\e091"; }
.glyphicon-arrow-right:before {
content: "\e092"; }
.glyphicon-arrow-up:before {
content: "\e093"; }
.glyphicon-arrow-down:before {
content: "\e094"; }
.glyphicon-share-alt:before {
content: "\e095"; }
.glyphicon-resize-full:before {
content: "\e096"; }
.glyphicon-resize-small:before {
content: "\e097"; }
.glyphicon-exclamation-sign:before {
content: "\e101"; }
.glyphicon-gift:before {
content: "\e102"; }
.glyphicon-leaf:before {
content: "\e103"; }
.glyphicon-fire:before {
content: "\e104"; }
.glyphicon-eye-open:before {
content: "\e105"; }
.glyphicon-eye-close:before {
content: "\e106"; }
.glyphicon-warning-sign:before {
content: "\e107"; }
.glyphicon-plane:before {
content: "\e108"; }
.glyphicon-calendar:before {
content: "\e109"; }
.glyphicon-random:before {
content: "\e110"; }
.glyphicon-comment:before {
content: "\e111"; }
.glyphicon-magnet:before {
content: "\e112"; }
.glyphicon-chevron-up:before {
content: "\e113"; }
.glyphicon-chevron-down:before {
content: "\e114"; }
.glyphicon-retweet:before {
content: "\e115"; }
.glyphicon-shopping-cart:before {
content: "\e116"; }
.glyphicon-folder-close:before {
content: "\e117"; }
.glyphicon-folder-open:before {
content: "\e118"; }
.glyphicon-resize-vertical:before {
content: "\e119"; }
.glyphicon-resize-horizontal:before {
content: "\e120"; }
.glyphicon-hdd:before {
content: "\e121"; }
.glyphicon-bullhorn:before {
content: "\e122"; }
.glyphicon-bell:before {
content: "\e123"; }
.glyphicon-certificate:before {
content: "\e124"; }
.glyphicon-thumbs-up:before {
content: "\e125"; }
.glyphicon-thumbs-down:before {
content: "\e126"; }
.glyphicon-hand-right:before {
content: "\e127"; }
.glyphicon-hand-left:before {
content: "\e128"; }
.glyphicon-hand-up:before {
content: "\e129"; }
.glyphicon-hand-down:before {
content: "\e130"; }
.glyphicon-circle-arrow-right:before {
content: "\e131"; }
.glyphicon-circle-arrow-left:before {
content: "\e132"; }
.glyphicon-circle-arrow-up:before {
content: "\e133"; }
.glyphicon-circle-arrow-down:before {
content: "\e134"; }
.glyphicon-globe:before {
content: "\e135"; }
.glyphicon-wrench:before {
content: "\e136"; }
.glyphicon-tasks:before {
content: "\e137"; }
.glyphicon-filter:before {
content: "\e138"; }
.glyphicon-briefcase:before {
content: "\e139"; }
.glyphicon-fullscreen:before {
content: "\e140"; }
.glyphicon-dashboard:before {
content: "\e141"; }
.glyphicon-paperclip:before {
content: "\e142"; }
.glyphicon-heart-empty:before {
content: "\e143"; }
.glyphicon-link:before {
content: "\e144"; }
.glyphicon-phone:before {
content: "\e145"; }
.glyphicon-pushpin:before {
content: "\e146"; }
.glyphicon-usd:before {
content: "\e148"; }
.glyphicon-gbp:before {
content: "\e149"; }
.glyphicon-sort:before {
content: "\e150"; }
.glyphicon-sort-by-alphabet:before {
content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; }
.glyphicon-sort-by-order:before {
content: "\e153"; }
.glyphicon-sort-by-order-alt:before {
content: "\e154"; }
.glyphicon-sort-by-attributes:before {
content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before {
content: "\e156"; }
.glyphicon-unchecked:before {
content: "\e157"; }
.glyphicon-expand:before {
content: "\e158"; }
.glyphicon-collapse-down:before {
content: "\e159"; }
.glyphicon-collapse-up:before {
content: "\e160"; }
.glyphicon-log-in:before {
content: "\e161"; }
.glyphicon-flash:before {
content: "\e162"; }
.glyphicon-log-out:before {
content: "\e163"; }
.glyphicon-new-window:before {
content: "\e164"; }
.glyphicon-record:before {
content: "\e165"; }
.glyphicon-save:before {
content: "\e166"; }
.glyphicon-open:before {
content: "\e167"; }
.glyphicon-saved:before {
content: "\e168"; }
.glyphicon-import:before {
content: "\e169"; }
.glyphicon-export:before {
content: "\e170"; }
.glyphicon-send:before {
content: "\e171"; }
.glyphicon-floppy-disk:before {
content: "\e172"; }
.glyphicon-floppy-saved:before {
content: "\e173"; }
.glyphicon-floppy-remove:before {
content: "\e174"; }
.glyphicon-floppy-save:before {
content: "\e175"; }
.glyphicon-floppy-open:before {
content: "\e176"; }
.glyphicon-credit-card:before {
content: "\e177"; }
.glyphicon-transfer:before {
content: "\e178"; }
.glyphicon-cutlery:before {
content: "\e179"; }
.glyphicon-header:before {
content: "\e180"; }
.glyphicon-compressed:before {
content: "\e181"; }
.glyphicon-earphone:before {
content: "\e182"; }
.glyphicon-phone-alt:before {
content: "\e183"; }
.glyphicon-tower:before {
content: "\e184"; }
.glyphicon-stats:before {
content: "\e185"; }
.glyphicon-sd-video:before {
content: "\e186"; }
.glyphicon-hd-video:before {
content: "\e187"; }
.glyphicon-subtitles:before {
content: "\e188"; }
.glyphicon-sound-stereo:before {
content: "\e189"; }
.glyphicon-sound-dolby:before {
content: "\e190"; }
.glyphicon-sound-5-1:before {
content: "\e191"; }
.glyphicon-sound-6-1:before {
content: "\e192"; }
.glyphicon-sound-7-1:before {
content: "\e193"; }
.glyphicon-copyright-mark:before {
content: "\e194"; }
.glyphicon-registration-mark:before {
content: "\e195"; }
.glyphicon-cloud-download:before {
content: "\e197"; }
.glyphicon-cloud-upload:before {
content: "\e198"; }
.glyphicon-tree-conifer:before {
content: "\e199"; }
.glyphicon-tree-deciduous:before {
content: "\e200"; }
.glyphicon-cd:before {
content: "\e201"; }
.glyphicon-save-file:before {
content: "\e202"; }
.glyphicon-open-file:before {
content: "\e203"; }
.glyphicon-level-up:before {
content: "\e204"; }
.glyphicon-copy:before {
content: "\e205"; }
.glyphicon-paste:before {
content: "\e206"; }
.glyphicon-alert:before {
content: "\e209"; }
.glyphicon-equalizer:before {
content: "\e210"; }
.glyphicon-king:before {
content: "\e211"; }
.glyphicon-queen:before {
content: "\e212"; }
.glyphicon-pawn:before {
content: "\e213"; }
.glyphicon-bishop:before {
content: "\e214"; }
.glyphicon-knight:before {
content: "\e215"; }
.glyphicon-baby-formula:before {
content: "\e216"; }
.glyphicon-tent:before {
content: "\26fa"; }
.glyphicon-blackboard:before {
content: "\e218"; }
.glyphicon-bed:before {
content: "\e219"; }
.glyphicon-apple:before {
content: "\f8ff"; }
.glyphicon-erase:before {
content: "\e221"; }
.glyphicon-hourglass:before {
content: "\231b"; }
.glyphicon-lamp:before {
content: "\e223"; }
.glyphicon-duplicate:before {
content: "\e224"; }
.glyphicon-piggy-bank:before {
content: "\e225"; }
.glyphicon-scissors:before {
content: "\e226"; }
.glyphicon-bitcoin:before {
content: "\e227"; }
.glyphicon-btc:before {
content: "\e227"; }
.glyphicon-xbt:before {
content: "\e227"; }
.glyphicon-yen:before {
content: "\00a5"; }
.glyphicon-jpy:before {
content: "\00a5"; }
.glyphicon-ruble:before {
content: "\20bd"; }
.glyphicon-rub:before {
content: "\20bd"; }
.glyphicon-scale:before {
content: "\e230"; }
.glyphicon-ice-lolly:before {
content: "\e231"; }
.glyphicon-ice-lolly-tasted:before {
content: "\e232"; }
.glyphicon-education:before {
content: "\e233"; }
.glyphicon-option-horizontal:before {
content: "\e234"; }
.glyphicon-option-vertical:before {
content: "\e235"; }
.glyphicon-menu-hamburger:before {
content: "\e236"; }
.glyphicon-modal-window:before {
content: "\e237"; }
.glyphicon-oil:before {
content: "\e238"; }
.glyphicon-grain:before {
content: "\e239"; }
.glyphicon-sunglasses:before {
content: "\e240"; }
.glyphicon-text-size:before {
content: "\e241"; }
.glyphicon-text-color:before {
content: "\e242"; }
.glyphicon-text-background:before {
content: "\e243"; }
.glyphicon-object-align-top:before {
content: "\e244"; }
.glyphicon-object-align-bottom:before {
content: "\e245"; }
.glyphicon-object-align-horizontal:before {
content: "\e246"; }
.glyphicon-object-align-left:before {
content: "\e247"; }
.glyphicon-object-align-vertical:before {
content: "\e248"; }
.glyphicon-object-align-right:before {
content: "\e249"; }
.glyphicon-triangle-right:before {
content: "\e250"; }
.glyphicon-triangle-left:before {
content: "\e251"; }
.glyphicon-triangle-bottom:before {
content: "\e252"; }
.glyphicon-triangle-top:before {
content: "\e253"; }
.glyphicon-console:before {
content: "\e254"; }
.glyphicon-superscript:before {
content: "\e255"; }
.glyphicon-subscript:before {
content: "\e256"; }
.glyphicon-menu-left:before {
content: "\e257"; }
.glyphicon-menu-right:before {
content: "\e258"; }
.glyphicon-menu-down:before {
content: "\e259"; }
.glyphicon-menu-up:before {
content: "\e260"; }
* {
box-sizing: border-box; }
*:before,
*:after {
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
background-color: #fff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover, a:focus {
color: #23527c;
text-decoration: underline; }
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 10px;
margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%; }
h1, .h1 {
font-size: 36px; }
h2, .h2 {
font-size: 30px; }
h3, .h3 {
font-size: 24px; }
h4, .h4 {
font-size: 18px; }
h5, .h5 {
font-size: 14px; }
h6, .h6 {
font-size: 12px; }
p {
margin: 0 0 10px; }
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4; }
@media (min-width: 768px) {
.lead {
font-size: 21px; } }
small,
.small {
font-size: 85%; }
mark,
.mark {
background-color: #fcf8e3;
padding: .2em; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
.text-nowrap {
white-space: nowrap; }
.text-lowercase {
text-transform: lowercase; }
.text-uppercase, .initialism {
text-transform: uppercase; }
.text-capitalize {
text-transform: capitalize; }
.text-muted {
color: #777777; }
.text-primary {
color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
color: #286090; }
.text-success {
color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
color: #2b542c; }
.text-info {
color: #31708f; }
a.text-info:hover,
a.text-info:focus {
color: #245269; }
.text-warning {
color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
color: #66512c; }
.text-danger {
color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
color: #843534; }
.bg-primary {
color: #fff; }
.bg-primary {
background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090; }
.bg-success {
background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3; }
.bg-info {
background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee; }
.bg-warning {
background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5; }
.bg-danger {
background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9; }
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee; }
ul,
ol {
margin-top: 0;
margin-bottom: 10px; }
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px; }
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
dl {
margin-top: 0;
margin-bottom: 20px; }
dt,
dd {
line-height: 1.42857; }
dt {
font-weight: bold; }
dd {
margin-left: 0; }
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table; }
.dl-horizontal dd:after {
clear: both; }
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.dl-horizontal dd {
margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777; }
.initialism {
font-size: 90%; }
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857;
color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0'; }
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014'; }
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857; }
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px; }
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none; }
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px; }
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px; }
.container:before, .container:after {
content: " ";
display: table; }
.container:after {
clear: both; }
@media (min-width: 768px) {
.container {
width: 740px; } }
@media (min-width: 992px) {
.container {
width: 960px; } }
@media (min-width: 1200px) {
.container {
width: 1160px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; }
.row {
margin-left: -10px;
margin-right: -10px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
position: relative;
min-height: 1px;
padding-left: 10px;
padding-right: 10px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20 {
float: left; }
.col-xs-1 {
width: 5%; }
.col-xs-2 {
width: 10%; }
.col-xs-3 {
width: 15%; }
.col-xs-4 {
width: 20%; }
.col-xs-5 {
width: 25%; }
.col-xs-6 {
width: 30%; }
.col-xs-7 {
width: 35%; }
.col-xs-8 {
width: 40%; }
.col-xs-9 {
width: 45%; }
.col-xs-10 {
width: 50%; }
.col-xs-11 {
width: 55%; }
.col-xs-12 {
width: 60%; }
.col-xs-13 {
width: 65%; }
.col-xs-14 {
width: 70%; }
.col-xs-15 {
width: 75%; }
.col-xs-16 {
width: 80%; }
.col-xs-17 {
width: 85%; }
.col-xs-18 {
width: 90%; }
.col-xs-19 {
width: 95%; }
.col-xs-20 {
width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 5%; }
.col-xs-pull-2 {
right: 10%; }
.col-xs-pull-3 {
right: 15%; }
.col-xs-pull-4 {
right: 20%; }
.col-xs-pull-5 {
right: 25%; }
.col-xs-pull-6 {
right: 30%; }
.col-xs-pull-7 {
right: 35%; }
.col-xs-pull-8 {
right: 40%; }
.col-xs-pull-9 {
right: 45%; }
.col-xs-pull-10 {
right: 50%; }
.col-xs-pull-11 {
right: 55%; }
.col-xs-pull-12 {
right: 60%; }
.col-xs-pull-13 {
right: 65%; }
.col-xs-pull-14 {
right: 70%; }
.col-xs-pull-15 {
right: 75%; }
.col-xs-pull-16 {
right: 80%; }
.col-xs-pull-17 {
right: 85%; }
.col-xs-pull-18 {
right: 90%; }
.col-xs-pull-19 {
right: 95%; }
.col-xs-pull-20 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 5%; }
.col-xs-push-2 {
left: 10%; }
.col-xs-push-3 {
left: 15%; }
.col-xs-push-4 {
left: 20%; }
.col-xs-push-5 {
left: 25%; }
.col-xs-push-6 {
left: 30%; }
.col-xs-push-7 {
left: 35%; }
.col-xs-push-8 {
left: 40%; }
.col-xs-push-9 {
left: 45%; }
.col-xs-push-10 {
left: 50%; }
.col-xs-push-11 {
left: 55%; }
.col-xs-push-12 {
left: 60%; }
.col-xs-push-13 {
left: 65%; }
.col-xs-push-14 {
left: 70%; }
.col-xs-push-15 {
left: 75%; }
.col-xs-push-16 {
left: 80%; }
.col-xs-push-17 {
left: 85%; }
.col-xs-push-18 {
left: 90%; }
.col-xs-push-19 {
left: 95%; }
.col-xs-push-20 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 5%; }
.col-xs-offset-2 {
margin-left: 10%; }
.col-xs-offset-3 {
margin-left: 15%; }
.col-xs-offset-4 {
margin-left: 20%; }
.col-xs-offset-5 {
margin-left: 25%; }
.col-xs-offset-6 {
margin-left: 30%; }
.col-xs-offset-7 {
margin-left: 35%; }
.col-xs-offset-8 {
margin-left: 40%; }
.col-xs-offset-9 {
margin-left: 45%; }
.col-xs-offset-10 {
margin-left: 50%; }
.col-xs-offset-11 {
margin-left: 55%; }
.col-xs-offset-12 {
margin-left: 60%; }
.col-xs-offset-13 {
margin-left: 65%; }
.col-xs-offset-14 {
margin-left: 70%; }
.col-xs-offset-15 {
margin-left: 75%; }
.col-xs-offset-16 {
margin-left: 80%; }
.col-xs-offset-17 {
margin-left: 85%; }
.col-xs-offset-18 {
margin-left: 90%; }
.col-xs-offset-19 {
margin-left: 95%; }
.col-xs-offset-20 {
margin-left: 100%; }
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20 {
float: left; }
.col-sm-1 {
width: 5%; }
.col-sm-2 {
width: 10%; }
.col-sm-3 {
width: 15%; }
.col-sm-4 {
width: 20%; }
.col-sm-5 {
width: 25%; }
.col-sm-6 {
width: 30%; }
.col-sm-7 {
width: 35%; }
.col-sm-8 {
width: 40%; }
.col-sm-9 {
width: 45%; }
.col-sm-10 {
width: 50%; }
.col-sm-11 {
width: 55%; }
.col-sm-12 {
width: 60%; }
.col-sm-13 {
width: 65%; }
.col-sm-14 {
width: 70%; }
.col-sm-15 {
width: 75%; }
.col-sm-16 {
width: 80%; }
.col-sm-17 {
width: 85%; }
.col-sm-18 {
width: 90%; }
.col-sm-19 {
width: 95%; }
.col-sm-20 {
width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 5%; }
.col-sm-pull-2 {
right: 10%; }
.col-sm-pull-3 {
right: 15%; }
.col-sm-pull-4 {
right: 20%; }
.col-sm-pull-5 {
right: 25%; }
.col-sm-pull-6 {
right: 30%; }
.col-sm-pull-7 {
right: 35%; }
.col-sm-pull-8 {
right: 40%; }
.col-sm-pull-9 {
right: 45%; }
.col-sm-pull-10 {
right: 50%; }
.col-sm-pull-11 {
right: 55%; }
.col-sm-pull-12 {
right: 60%; }
.col-sm-pull-13 {
right: 65%; }
.col-sm-pull-14 {
right: 70%; }
.col-sm-pull-15 {
right: 75%; }
.col-sm-pull-16 {
right: 80%; }
.col-sm-pull-17 {
right: 85%; }
.col-sm-pull-18 {
right: 90%; }
.col-sm-pull-19 {
right: 95%; }
.col-sm-pull-20 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 5%; }
.col-sm-push-2 {
left: 10%; }
.col-sm-push-3 {
left: 15%; }
.col-sm-push-4 {
left: 20%; }
.col-sm-push-5 {
left: 25%; }
.col-sm-push-6 {
left: 30%; }
.col-sm-push-7 {
left: 35%; }
.col-sm-push-8 {
left: 40%; }
.col-sm-push-9 {
left: 45%; }
.col-sm-push-10 {
left: 50%; }
.col-sm-push-11 {
left: 55%; }
.col-sm-push-12 {
left: 60%; }
.col-sm-push-13 {
left: 65%; }
.col-sm-push-14 {
left: 70%; }
.col-sm-push-15 {
left: 75%; }
.col-sm-push-16 {
left: 80%; }
.col-sm-push-17 {
left: 85%; }
.col-sm-push-18 {
left: 90%; }
.col-sm-push-19 {
left: 95%; }
.col-sm-push-20 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 5%; }
.col-sm-offset-2 {
margin-left: 10%; }
.col-sm-offset-3 {
margin-left: 15%; }
.col-sm-offset-4 {
margin-left: 20%; }
.col-sm-offset-5 {
margin-left: 25%; }
.col-sm-offset-6 {
margin-left: 30%; }
.col-sm-offset-7 {
margin-left: 35%; }
.col-sm-offset-8 {
margin-left: 40%; }
.col-sm-offset-9 {
margin-left: 45%; }
.col-sm-offset-10 {
margin-left: 50%; }
.col-sm-offset-11 {
margin-left: 55%; }
.col-sm-offset-12 {
margin-left: 60%; }
.col-sm-offset-13 {
margin-left: 65%; }
.col-sm-offset-14 {
margin-left: 70%; }
.col-sm-offset-15 {
margin-left: 75%; }
.col-sm-offset-16 {
margin-left: 80%; }
.col-sm-offset-17 {
margin-left: 85%; }
.col-sm-offset-18 {
margin-left: 90%; }
.col-sm-offset-19 {
margin-left: 95%; }
.col-sm-offset-20 {
margin-left: 100%; } }
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20 {
float: left; }
.col-md-1 {
width: 5%; }
.col-md-2 {
width: 10%; }
.col-md-3 {
width: 15%; }
.col-md-4 {
width: 20%; }
.col-md-5 {
width: 25%; }
.col-md-6 {
width: 30%; }
.col-md-7 {
width: 35%; }
.col-md-8 {
width: 40%; }
.col-md-9 {
width: 45%; }
.col-md-10 {
width: 50%; }
.col-md-11 {
width: 55%; }
.col-md-12 {
width: 60%; }
.col-md-13 {
width: 65%; }
.col-md-14 {
width: 70%; }
.col-md-15 {
width: 75%; }
.col-md-16 {
width: 80%; }
.col-md-17 {
width: 85%; }
.col-md-18 {
width: 90%; }
.col-md-19 {
width: 95%; }
.col-md-20 {
width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 5%; }
.col-md-pull-2 {
right: 10%; }
.col-md-pull-3 {
right: 15%; }
.col-md-pull-4 {
right: 20%; }
.col-md-pull-5 {
right: 25%; }
.col-md-pull-6 {
right: 30%; }
.col-md-pull-7 {
right: 35%; }
.col-md-pull-8 {
right: 40%; }
.col-md-pull-9 {
right: 45%; }
.col-md-pull-10 {
right: 50%; }
.col-md-pull-11 {
right: 55%; }
.col-md-pull-12 {
right: 60%; }
.col-md-pull-13 {
right: 65%; }
.col-md-pull-14 {
right: 70%; }
.col-md-pull-15 {
right: 75%; }
.col-md-pull-16 {
right: 80%; }
.col-md-pull-17 {
right: 85%; }
.col-md-pull-18 {
right: 90%; }
.col-md-pull-19 {
right: 95%; }
.col-md-pull-20 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 5%; }
.col-md-push-2 {
left: 10%; }
.col-md-push-3 {
left: 15%; }
.col-md-push-4 {
left: 20%; }
.col-md-push-5 {
left: 25%; }
.col-md-push-6 {
left: 30%; }
.col-md-push-7 {
left: 35%; }
.col-md-push-8 {
left: 40%; }
.col-md-push-9 {
left: 45%; }
.col-md-push-10 {
left: 50%; }
.col-md-push-11 {
left: 55%; }
.col-md-push-12 {
left: 60%; }
.col-md-push-13 {
left: 65%; }
.col-md-push-14 {
left: 70%; }
.col-md-push-15 {
left: 75%; }
.col-md-push-16 {
left: 80%; }
.col-md-push-17 {
left: 85%; }
.col-md-push-18 {
left: 90%; }
.col-md-push-19 {
left: 95%; }
.col-md-push-20 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 5%; }
.col-md-offset-2 {
margin-left: 10%; }
.col-md-offset-3 {
margin-left: 15%; }
.col-md-offset-4 {
margin-left: 20%; }
.col-md-offset-5 {
margin-left: 25%; }
.col-md-offset-6 {
margin-left: 30%; }
.col-md-offset-7 {
margin-left: 35%; }
.col-md-offset-8 {
margin-left: 40%; }
.col-md-offset-9 {
margin-left: 45%; }
.col-md-offset-10 {
margin-left: 50%; }
.col-md-offset-11 {
margin-left: 55%; }
.col-md-offset-12 {
margin-left: 60%; }
.col-md-offset-13 {
margin-left: 65%; }
.col-md-offset-14 {
margin-left: 70%; }
.col-md-offset-15 {
margin-left: 75%; }
.col-md-offset-16 {
margin-left: 80%; }
.col-md-offset-17 {
margin-left: 85%; }
.col-md-offset-18 {
margin-left: 90%; }
.col-md-offset-19 {
margin-left: 95%; }
.col-md-offset-20 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20 {
float: left; }
.col-lg-1 {
width: 5%; }
.col-lg-2 {
width: 10%; }
.col-lg-3 {
width: 15%; }
.col-lg-4 {
width: 20%; }
.col-lg-5 {
width: 25%; }
.col-lg-6 {
width: 30%; }
.col-lg-7 {
width: 35%; }
.col-lg-8 {
width: 40%; }
.col-lg-9 {
width: 45%; }
.col-lg-10 {
width: 50%; }
.col-lg-11 {
width: 55%; }
.col-lg-12 {
width: 60%; }
.col-lg-13 {
width: 65%; }
.col-lg-14 {
width: 70%; }
.col-lg-15 {
width: 75%; }
.col-lg-16 {
width: 80%; }
.col-lg-17 {
width: 85%; }
.col-lg-18 {
width: 90%; }
.col-lg-19 {
width: 95%; }
.col-lg-20 {
width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 5%; }
.col-lg-pull-2 {
right: 10%; }
.col-lg-pull-3 {
right: 15%; }
.col-lg-pull-4 {
right: 20%; }
.col-lg-pull-5 {
right: 25%; }
.col-lg-pull-6 {
right: 30%; }
.col-lg-pull-7 {
right: 35%; }
.col-lg-pull-8 {
right: 40%; }
.col-lg-pull-9 {
right: 45%; }
.col-lg-pull-10 {
right: 50%; }
.col-lg-pull-11 {
right: 55%; }
.col-lg-pull-12 {
right: 60%; }
.col-lg-pull-13 {
right: 65%; }
.col-lg-pull-14 {
right: 70%; }
.col-lg-pull-15 {
right: 75%; }
.col-lg-pull-16 {
right: 80%; }
.col-lg-pull-17 {
right: 85%; }
.col-lg-pull-18 {
right: 90%; }
.col-lg-pull-19 {
right: 95%; }
.col-lg-pull-20 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 5%; }
.col-lg-push-2 {
left: 10%; }
.col-lg-push-3 {
left: 15%; }
.col-lg-push-4 {
left: 20%; }
.col-lg-push-5 {
left: 25%; }
.col-lg-push-6 {
left: 30%; }
.col-lg-push-7 {
left: 35%; }
.col-lg-push-8 {
left: 40%; }
.col-lg-push-9 {
left: 45%; }
.col-lg-push-10 {
left: 50%; }
.col-lg-push-11 {
left: 55%; }
.col-lg-push-12 {
left: 60%; }
.col-lg-push-13 {
left: 65%; }
.col-lg-push-14 {
left: 70%; }
.col-lg-push-15 {
left: 75%; }
.col-lg-push-16 {
left: 80%; }
.col-lg-push-17 {
left: 85%; }
.col-lg-push-18 {
left: 90%; }
.col-lg-push-19 {
left: 95%; }
.col-lg-push-20 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 5%; }
.col-lg-offset-2 {
margin-left: 10%; }
.col-lg-offset-3 {
margin-left: 15%; }
.col-lg-offset-4 {
margin-left: 20%; }
.col-lg-offset-5 {
margin-left: 25%; }
.col-lg-offset-6 {
margin-left: 30%; }
.col-lg-offset-7 {
margin-left: 35%; }
.col-lg-offset-8 {
margin-left: 40%; }
.col-lg-offset-9 {
margin-left: 45%; }
.col-lg-offset-10 {
margin-left: 50%; }
.col-lg-offset-11 {
margin-left: 55%; }
.col-lg-offset-12 {
margin-left: 60%; }
.col-lg-offset-13 {
margin-left: 65%; }
.col-lg-offset-14 {
margin-left: 70%; }
.col-lg-offset-15 {
margin-left: 75%; }
.col-lg-offset-16 {
margin-left: 80%; }
.col-lg-offset-17 {
margin-left: 85%; }
.col-lg-offset-18 {
margin-left: 90%; }
.col-lg-offset-19 {
margin-left: 95%; }
.col-lg-offset-20 {
margin-left: 100%; } }
table {
background-color: transparent; }
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left; }
th {
text-align: left; }
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857;
vertical-align: top;
border-top: 1px solid #ddd; }
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0; }
.table > tbody + tbody {
border-top: 2px solid #ddd; }
.table .table {
background-color: #fff; }
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px; }
.table-bordered {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9; }
.table-hover > tbody > tr:hover {
background-color: #f5f5f5; }
table col[class*="col-"] {
position: static;
float: none;
display: table-column; }
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell; }
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8; }
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6; }
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3; }
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc; }
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc; }
.table-responsive {
overflow-x: auto;
min-height: 0.01%; }
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd; }
.table-responsive > .table {
margin-bottom: 0; }
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap; }
.table-responsive > .table-bordered {
border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; } }
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0; }
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold; }
input[type="search"] {
box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal; }
input[type="file"] {
display: block; }
input[type="range"] {
display: block;
width: 100%; }
select[multiple],
select[size] {
height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857;
color: #555555; }
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
color: #999;
opacity: 1; }
.form-control:-ms-input-placeholder {
color: #999; }
.form-control::-webkit-input-placeholder {
color: #999; }
.form-control::-ms-expand {
border: 0;
background-color: transparent; }
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1; }
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed; }
textarea.form-control {
height: auto; }
input[type="search"] {
-webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px; }
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn, .gform_wrapper
.input-group-sm > .input-group-btn > input[type="date"].gform_button_select_files,
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.gform_wrapper
.input-group-sm > .input-group-btn > input[type="time"].gform_button_select_files,
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.gform_wrapper
.input-group-sm > .input-group-btn > input[type="datetime-local"].gform_button_select_files,
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.gform_wrapper
.input-group-sm > .input-group-btn > input[type="month"].gform_button_select_files,
.input-group-sm
input[type="month"] {
line-height: 30px; }
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn, .gform_wrapper
.input-group-lg > .input-group-btn > input[type="date"].gform_button_select_files,
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.gform_wrapper
.input-group-lg > .input-group-btn > input[type="time"].gform_button_select_files,
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.gform_wrapper
.input-group-lg > .input-group-btn > input[type="datetime-local"].gform_button_select_files,
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.gform_wrapper
.input-group-lg > .input-group-btn > input[type="month"].gform_button_select_files,
.input-group-lg
input[type="month"] {
line-height: 46px; } }
.form-group {
margin-bottom: 15px; }
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px; }
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9; }
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px; }
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px; }
input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed; }
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed; }
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed; }
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .gform_wrapper
.input-group-lg > .input-group-btn > .form-control-static.gform_button_select_files, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .gform_wrapper
.input-group-sm > .input-group-btn > .form-control-static.gform_button_select_files {
padding-left: 0;
padding-right: 0; }
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .gform_wrapper
.input-group-sm > .input-group-btn > .gform_button_select_files {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .gform_wrapper
.input-group-sm > .input-group-btn > select.gform_button_select_files {
height: 30px;
line-height: 30px; }
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .gform_wrapper
.input-group-sm > .input-group-btn > textarea.gform_button_select_files,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.gform_wrapper
.input-group-sm > .input-group-btn > select[multiple].gform_button_select_files {
height: auto; }
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.form-group-sm select.form-control {
height: 30px;
line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto; }
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5; }
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .gform_wrapper
.input-group-lg > .input-group-btn > .gform_button_select_files {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px; }
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .gform_wrapper
.input-group-lg > .input-group-btn > select.gform_button_select_files {
height: 46px;
line-height: 46px; }
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .gform_wrapper
.input-group-lg > .input-group-btn > textarea.gform_button_select_files,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.gform_wrapper
.input-group-lg > .input-group-btn > select[multiple].gform_button_select_files {
height: auto; }
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px; }
.form-group-lg select.form-control {
height: 46px;
line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto; }
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.33333; }
.has-feedback {
position: relative; }
.has-feedback .form-control {
padding-right: 42.5px; }
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none; }
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .gform_wrapper
.input-group-lg > .input-group-btn > .gform_button_select_files + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px; }
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .gform_wrapper
.input-group-sm > .input-group-btn > .gform_button_select_files + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d; }
.has-success .form-control {
border-color: #3c763d;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
border-color: #2b542c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8; }
.has-success .form-control-feedback {
color: #3c763d; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b; }
.has-warning .form-control {
border-color: #8a6d3b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
border-color: #66512c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3; }
.has-warning .form-control-feedback {
color: #8a6d3b; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442; }
.has-error .form-control {
border-color: #a94442;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
border-color: #843534;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede; }
.has-error .form-control-feedback {
color: #a94442; }
.has-feedback label ~ .form-control-feedback {
top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0; }
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373; }
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-static {
display: inline-block; }
.form-inline .input-group {
display: inline-table;
vertical-align: middle; }
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto; }
.form-inline .input-group > .form-control {
width: 100%; }
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0; }
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.form-inline .has-feedback .form-control-feedback {
top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px; }
.form-horizontal .form-group {
margin-left: -10px;
margin-right: -10px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table; }
.form-horizontal .form-group:after {
clear: both; }
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
right: 10px; }
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px; } }
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px; } }
.btn, .gform_wrapper .gform_button_select_files {
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;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.btn:hover, .gform_wrapper .gform_button_select_files:hover, .btn:focus, .gform_wrapper .gform_button_select_files:focus, .btn.focus, .gform_wrapper .focus.gform_button_select_files {
color: #333;
text-decoration: none; }
.btn:active, .gform_wrapper .gform_button_select_files:active, .btn.active, .gform_wrapper .active.gform_button_select_files {
outline: 0;
background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .gform_wrapper .disabled.gform_button_select_files, .btn[disabled], .gform_wrapper [disabled].gform_button_select_files,
fieldset[disabled] .btn,
fieldset[disabled] .gform_wrapper .gform_button_select_files, .gform_wrapper
fieldset[disabled] .gform_button_select_files {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none; }
a.btn.disabled, .gform_wrapper a.disabled.gform_button_select_files,
fieldset[disabled] a.btn,
fieldset[disabled] .gform_wrapper a.gform_button_select_files, .gform_wrapper
fieldset[disabled] a.gform_button_select_files {
pointer-events: none; }
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c; }
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
background-image: none; }
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc; }
.btn-default .badge {
color: #fff;
background-color: #333; }
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40; }
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary .badge {
color: #337ab7;
background-color: #fff; }
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625; }
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none; }
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success .badge {
color: #5cb85c;
background-color: #fff; }
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85; }
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none; }
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info .badge {
color: #5bc0de;
background-color: #fff; }
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d; }
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none; }
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff; }
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19; }
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none; }
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger .badge {
color: #d9534f;
background-color: #fff; }
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent; }
.btn-link:hover, .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none; }
.btn-lg, .btn-group-lg > .btn, .gform_wrapper .btn-group-lg > .gform_button_select_files {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px; }
.btn-sm, .btn-group-sm > .btn, .gform_wrapper .btn-group-sm > .gform_button_select_files {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.btn-xs, .btn-group-xs > .btn, .gform_wrapper .btn-group-xs > .gform_button_select_files {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
opacity: 0;
transition: opacity 0.15s linear; }
.fade.in {
opacity: 1; }
.collapse {
display: none; }
.collapse.in {
display: block; }
tr.collapse.in {
display: table-row; }
tbody.collapse.in {
display: table-row-group; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition-property: height, visibility;
transition-duration: 0.35s;
transition-timing-function: ease; }
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent; }
.dropup,
.dropdown {
position: relative; }
.dropdown-toggle:focus {
outline: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box; }
.dropdown-menu.pull-right {
right: 0;
left: auto; }
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5; }
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857;
color: #333333;
white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed; }
.open > .dropdown-menu {
display: block; }
.open > a {
outline: 0; }
.dropdown-menu-right {
left: auto;
right: 0; }
.dropdown-menu-left {
left: 0;
right: auto; }
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857;
color: #777777;
white-space: nowrap; }
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990; }
.pull-right > .dropdown-menu {
right: 0;
left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px; }
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto; }
.navbar-right .dropdown-menu-left {
left: 0;
right: auto; } }
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle; }
.btn-group > .btn, .gform_wrapper .btn-group > .gform_button_select_files,
.btn-group-vertical > .btn, .gform_wrapper
.btn-group-vertical > .gform_button_select_files {
position: relative;
float: left; }
.btn-group > .btn:hover, .gform_wrapper .btn-group > .gform_button_select_files:hover, .btn-group > .btn:focus, .gform_wrapper .btn-group > .gform_button_select_files:focus, .btn-group > .btn:active, .gform_wrapper .btn-group > .gform_button_select_files:active, .btn-group > .btn.active, .gform_wrapper .btn-group > .active.gform_button_select_files,
.btn-group-vertical > .btn:hover, .gform_wrapper
.btn-group-vertical > .gform_button_select_files:hover,
.btn-group-vertical > .btn:focus, .gform_wrapper
.btn-group-vertical > .gform_button_select_files:focus,
.btn-group-vertical > .btn:active, .gform_wrapper
.btn-group-vertical > .gform_button_select_files:active,
.btn-group-vertical > .btn.active, .gform_wrapper
.btn-group-vertical > .active.gform_button_select_files {
z-index: 2; }
.btn-group .btn + .btn, .btn-group .gform_wrapper .gform_button_select_files + .btn, .gform_wrapper .btn-group .gform_button_select_files + .btn, .btn-group .gform_wrapper .btn + .gform_button_select_files, .gform_wrapper .btn-group .btn + .gform_button_select_files, .btn-group .gform_wrapper .gform_button_select_files + .gform_button_select_files, .gform_wrapper .btn-group .gform_button_select_files + .gform_button_select_files,
.btn-group .btn + .btn-group,
.btn-group .gform_wrapper .gform_button_select_files + .btn-group, .gform_wrapper
.btn-group .gform_button_select_files + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .gform_wrapper .btn-group + .gform_button_select_files, .gform_wrapper
.btn-group .btn-group + .gform_button_select_files,
.btn-group .btn-group + .btn-group {
margin-left: -1px; }
.btn-toolbar {
margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
display: table; }
.btn-toolbar:after {
clear: both; }
.btn-toolbar .btn, .btn-toolbar .gform_wrapper .gform_button_select_files, .gform_wrapper .btn-toolbar .gform_button_select_files,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left; }
.btn-toolbar > .btn, .gform_wrapper .btn-toolbar > .gform_button_select_files,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .gform_wrapper .btn-group > .gform_button_select_files:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0; }
.btn-group > .btn:first-child, .gform_wrapper .btn-group > .gform_button_select_files:first-child {
margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .gform_wrapper .btn-group > .gform_button_select_files:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.btn-group > .btn:last-child:not(:first-child), .gform_wrapper .btn-group > .gform_button_select_files:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.btn-group > .btn-group {
float: left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .gform_wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > .gform_button_select_files {
border-radius: 0; }
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .gform_wrapper .btn-group > .btn-group:first-child:not(:last-child) > .gform_button_select_files:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .gform_wrapper .btn-group > .btn-group:last-child:not(:first-child) > .gform_button_select_files:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0; }
.btn-group > .btn + .dropdown-toggle, .gform_wrapper .btn-group > .gform_button_select_files + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px; }
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .gform_wrapper .btn-group-lg.btn-group > .gform_button_select_files + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px; }
.btn-group.open .dropdown-toggle {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
box-shadow: none; }
.btn .caret, .gform_wrapper .gform_button_select_files .caret {
margin-left: 0; }
.btn-lg .caret, .btn-group-lg > .btn .caret, .gform_wrapper .btn-group-lg > .gform_button_select_files .caret {
border-width: 5px 5px 0;
border-bottom-width: 0; }
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .gform_wrapper .btn-group-lg > .gform_button_select_files .caret, .gform_wrapper .dropup .btn-group-lg > .gform_button_select_files .caret {
border-width: 0 5px 5px; }
.btn-group-vertical > .btn, .gform_wrapper .btn-group-vertical > .gform_button_select_files,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .gform_wrapper
.btn-group-vertical > .btn-group > .gform_button_select_files {
display: block;
float: none;
width: 100%;
max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
display: table; }
.btn-group-vertical > .btn-group:after {
clear: both; }
.btn-group-vertical > .btn-group > .btn, .gform_wrapper .btn-group-vertical > .btn-group > .gform_button_select_files {
float: none; }
.btn-group-vertical > .btn + .btn, .gform_wrapper .btn-group-vertical > .gform_button_select_files + .btn, .gform_wrapper .btn-group-vertical > .btn + .gform_button_select_files, .gform_wrapper .btn-group-vertical > .gform_button_select_files + .gform_button_select_files,
.btn-group-vertical > .btn + .btn-group, .gform_wrapper
.btn-group-vertical > .gform_button_select_files + .btn-group,
.btn-group-vertical > .btn-group + .btn, .gform_wrapper
.btn-group-vertical > .btn-group + .gform_button_select_files,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .gform_wrapper .btn-group-vertical > .gform_button_select_files:not(:first-child):not(:last-child) {
border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child), .gform_wrapper .btn-group-vertical > .gform_button_select_files:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child), .gform_wrapper .btn-group-vertical > .gform_button_select_files:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .gform_wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .gform_button_select_files {
border-radius: 0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .gform_wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .gform_button_select_files:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .gform_wrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > .gform_button_select_files:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate; }
.btn-group-justified > .btn, .gform_wrapper .btn-group-justified > .gform_button_select_files,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%; }
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .gform_wrapper .gform_button_select_files, .gform_wrapper .btn-group-justified > .btn-group .gform_button_select_files {
width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
left: auto; }
[data-toggle="buttons"] > .btn input[type="radio"], .gform_wrapper [data-toggle="buttons"] > .gform_button_select_files input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .gform_wrapper
[data-toggle="buttons"] > .gform_button_select_files input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .gform_wrapper
[data-toggle="buttons"] > .btn-group > .gform_button_select_files input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .gform_wrapper
[data-toggle="buttons"] > .btn-group > .gform_button_select_files input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: table;
border-collapse: separate; }
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0; }
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0; }
.input-group .form-control:focus {
z-index: 3; }
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0; }
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle; }
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 4px; }
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .gform_wrapper
.input-group-sm > .input-group-btn > .input-group-addon.gform_button_select_files {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px; }
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .gform_wrapper
.input-group-lg > .input-group-btn > .input-group-addon.gform_button_select_files {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, .gform_wrapper
.input-group-btn:first-child > .gform_button_select_files,
.input-group-btn:first-child > .btn-group > .btn, .gform_wrapper
.input-group-btn:first-child > .btn-group > .gform_button_select_files,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .gform_wrapper
.input-group-btn:last-child > .gform_button_select_files:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .gform_wrapper
.input-group-btn:last-child > .btn-group:not(:last-child) > .gform_button_select_files {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.input-group-addon:first-child {
border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .gform_wrapper
.input-group-btn:last-child > .gform_button_select_files,
.input-group-btn:last-child > .btn-group > .btn, .gform_wrapper
.input-group-btn:last-child > .btn-group > .gform_button_select_files,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .gform_wrapper
.input-group-btn:first-child > .gform_button_select_files:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .gform_wrapper
.input-group-btn:first-child > .btn-group:not(:first-child) > .gform_button_select_files {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.input-group-addon:last-child {
border-left: 0; }
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap; }
.input-group-btn > .btn, .gform_wrapper .input-group-btn > .gform_button_select_files {
position: relative; }
.input-group-btn > .btn + .btn, .gform_wrapper .input-group-btn > .gform_button_select_files + .btn, .gform_wrapper .input-group-btn > .btn + .gform_button_select_files, .gform_wrapper .input-group-btn > .gform_button_select_files + .gform_button_select_files {
margin-left: -1px; }
.input-group-btn > .btn:hover, .gform_wrapper .input-group-btn > .gform_button_select_files:hover, .input-group-btn > .btn:focus, .gform_wrapper .input-group-btn > .gform_button_select_files:focus, .input-group-btn > .btn:active, .gform_wrapper .input-group-btn > .gform_button_select_files:active {
z-index: 2; }
.input-group-btn:first-child > .btn, .gform_wrapper .input-group-btn:first-child > .gform_button_select_files,
.input-group-btn:first-child > .btn-group {
margin-right: -1px; }
.input-group-btn:last-child > .btn, .gform_wrapper .input-group-btn:last-child > .gform_button_select_files,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px; }
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none; }
.nav:before, .nav:after {
content: " ";
display: table; }
.nav:after {
clear: both; }
.nav > li {
position: relative;
display: block; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.nav > li.disabled > a {
color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7; }
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5; }
.nav > li > a > img {
max-width: none; }
.nav-tabs {
border-bottom: 1px solid #ddd; }
.nav-tabs > li {
float: left;
margin-bottom: -1px; }
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857;
border: 1px solid transparent;
border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default; }
.nav-pills > li {
float: left; }
.nav-pills > li > a {
border-radius: 4px; }
.nav-pills > li + li {
margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7; }
.nav-stacked > li {
float: none; }
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0; }
.nav-justified, .nav-tabs.nav-justified {
width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto; }
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd; }
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff; } }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent; }
.navbar:before, .navbar:after {
content: " ";
display: table; }
.navbar:after {
clear: both; }
@media (min-width: 768px) {
.navbar {
border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
content: " ";
display: table; }
.navbar-header:after {
clear: both; }
@media (min-width: 768px) {
.navbar-header {
float: left; } }
.navbar-collapse {
overflow-x: visible;
padding-right: 10px;
padding-left: 10px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table; }
.navbar-collapse:after {
clear: both; }
.navbar-collapse.in {
overflow-y: auto; }
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none; }
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important; }
.navbar-collapse.in {
overflow-y: visible; }
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px; } }
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -10px;
margin-left: -10px; }
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0; } }
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px; }
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030; }
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0; } }
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px; }
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0; }
.navbar-brand {
float: left;
padding: 15px 10px;
font-size: 18px;
line-height: 20px;
height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-brand > img {
display: block; }
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -10px; } }
.navbar-toggle {
position: relative;
float: right;
margin-right: 10px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px; }
.navbar-toggle:focus {
outline: 0; }
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; }
@media (min-width: 768px) {
.navbar-toggle {
display: none; } }
.navbar-nav {
margin: 7.5px -10px; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px; }
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none; }
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px; }
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px; }
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none; } }
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0; }
.navbar-nav > li {
float: left; }
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px; } }
.navbar-form {
margin-left: -10px;
margin-right: -10px;
padding: 10px 10px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px; }
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.navbar-form .form-control-static {
display: inline-block; }
.navbar-form .input-group {
display: inline-table;
vertical-align: middle; }
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto; }
.navbar-form .input-group > .form-control {
width: 100%; }
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0; }
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.navbar-form .has-feedback .form-control-feedback {
top: 0; } }
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px; }
.navbar-form .form-group:last-child {
margin-bottom: 0; } }
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .gform_wrapper .btn-group-sm > .navbar-btn.gform_button_select_files {
margin-top: 10px;
margin-bottom: 10px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .gform_wrapper .btn-group-xs > .navbar-btn.gform_button_select_files {
margin-top: 14px;
margin-bottom: 14px; }
.navbar-text {
margin-top: 15px;
margin-bottom: 15px; }
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 10px;
margin-right: 10px; } }
@media (min-width: 768px) {
.navbar-left {
float: left !important; }
.navbar-right {
float: right !important;
margin-right: -10px; }
.navbar-right ~ .navbar-right {
margin-right: 0; } }
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7; }
.navbar-default .navbar-brand {
color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent; }
.navbar-default .navbar-text {
color: #777; }
.navbar-default .navbar-nav > li > a {
color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent; }
.navbar-default .navbar-toggle {
border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555; }
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent; } }
.navbar-default .navbar-link {
color: #777; }
.navbar-default .navbar-link:hover {
color: #333; }
.navbar-default .btn-link {
color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc; }
.navbar-inverse {
background-color: #222;
border-color: #090909; }
.navbar-inverse .navbar-brand {
color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-text {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent; }
.navbar-inverse .navbar-toggle {
border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff; }
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent; } }
.navbar-inverse .navbar-link {
color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
color: #fff; }
.navbar-inverse .btn-link {
color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444; }
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px; }
.breadcrumb > li {
display: inline-block; }
.breadcrumb > li + li:before {
content: "/ ";
padding: 0 5px;
color: #ccc; }
.breadcrumb > .active {
color: #777777; }
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px; }
.pagination > li {
display: inline; }
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed; }
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; }
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center; }
.pager:before, .pager:after {
content: " ";
display: table; }
.pager:after {
clear: both; }
.pager li {
display: inline; }
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px; }
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.pager .next > a,
.pager .next > span {
float: right; }
.pager .previous > a,
.pager .previous > span {
float: left; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed; }
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em; }
.label:empty {
display: none; }
.btn .label, .gform_wrapper .gform_button_select_files .label {
position: relative;
top: -1px; }
a.label:hover, a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.label-default {
background-color: #777777; }
.label-default[href]:hover, .label-default[href]:focus {
background-color: #5e5e5e; }
.label-primary {
background-color: #337ab7; }
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: #286090; }
.label-success {
background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus {
background-color: #449d44; }
.label-info {
background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus {
background-color: #31b0d5; }
.label-warning {
background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #ec971f; }
.label-danger {
background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #c9302c; }
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px; }
.badge:empty {
display: none; }
.btn .badge, .gform_wrapper .gform_button_select_files .badge {
position: relative;
top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge, .gform_wrapper .btn-group-xs > .gform_button_select_files .badge,
.btn-group-xs > .btn .badge, .gform_wrapper
.btn-group-xs > .gform_button_select_files .badge {
top: 0;
padding: 1px 5px; }
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff; }
.list-group-item > .badge {
float: right; }
.list-group-item > .badge + .badge {
margin-right: 5px; }
.nav-pills > li > a > .badge {
margin-left: 3px; }
a.badge:hover, a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee; }
.jumbotron h1,
.jumbotron .h1 {
color: inherit; }
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200; }
.jumbotron > hr {
border-top-color: #d5d5d5; }
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
padding-left: 10px;
padding-right: 10px; }
.jumbotron .container {
max-width: 100%; }
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px; }
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px; }
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px; } }
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: border 0.2s ease-in-out; }
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto; }
.thumbnail .caption {
padding: 9px;
color: #333333; }
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7; }
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px; }
.alert h4 {
margin-top: 0;
color: inherit; }
.alert .alert-link {
font-weight: bold; }
.alert > p,
.alert > ul {
margin-bottom: 0; }
.alert > p + p {
margin-top: 5px; }
.alert-dismissable,
.alert-dismissible {
padding-right: 35px; }
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit; }
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d; }
.alert-success hr {
border-top-color: #c9e2b3; }
.alert-success .alert-link {
color: #2b542c; }
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f; }
.alert-info hr {
border-top-color: #a6e1ec; }
.alert-info .alert-link {
color: #245269; }
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b; }
.alert-warning hr {
border-top-color: #f7e1b5; }
.alert-warning .alert-link {
color: #66512c; }
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442; }
.alert-danger hr {
border-top-color: #e4b9c0; }
.alert-danger .alert-link {
color: #843534; }
@keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
transition: width 0.6s ease; }
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px; }
.progress.active .progress-bar,
.progress-bar.active {
animation: progress-bar-stripes 2s linear infinite; }
.progress-bar-success {
background-color: #5cb85c; }
.progress-striped .progress-bar-success {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-info {
background-color: #5bc0de; }
.progress-striped .progress-bar-info {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-warning {
background-color: #f0ad4e; }
.progress-striped .progress-bar-warning {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-danger {
background-color: #d9534f; }
.progress-striped .progress-bar-danger {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.media {
margin-top: 15px; }
.media:first-child {
margin-top: 0; }
.media,
.media-body {
zoom: 1;
overflow: hidden; }
.media-body {
width: 10000px; }
.media-object {
display: block; }
.media-object.img-thumbnail {
max-width: none; }
.media-right,
.media > .pull-right {
padding-left: 10px; }
.media-left,
.media > .pull-left {
padding-right: 10px; }
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top; }
.media-middle {
vertical-align: middle; }
.media-bottom {
vertical-align: bottom; }
.media-heading {
margin-top: 0;
margin-bottom: 5px; }
.media-list {
padding-left: 0;
list-style: none; }
.list-group {
margin-bottom: 20px;
padding-left: 0; }
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd; }
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px; }
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; }
a.list-group-item,
button.list-group-item {
color: #555; }
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333; }
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5; }
button.list-group-item {
width: 100%;
text-align: left; }
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: #c7ddef; }
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8; }
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d; }
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit; }
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6; }
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d; }
.list-group-item-info {
color: #31708f;
background-color: #d9edf7; }
a.list-group-item-info,
button.list-group-item-info {
color: #31708f; }
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit; }
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3; }
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f; }
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3; }
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b; }
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit; }
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc; }
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b; }
.list-group-item-danger {
color: #a94442;
background-color: #f2dede; }
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442; }
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit; }
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc; }
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442; }
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px; }
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3; }
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body {
padding: 15px; }
.panel-body:before, .panel-body:after {
content: " ";
display: table; }
.panel-body:after {
clear: both; }
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
color: inherit; }
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit; }
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0; }
.list-group + .panel-footer {
border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0; }
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0; }
.panel > .table-responsive {
border: 0;
margin-bottom: 0; }
.panel-group {
margin-bottom: 20px; }
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px; }
.panel-group .panel + .panel {
margin-top: 5px; }
.panel-group .panel-heading {
border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd; }
.panel-group .panel-footer {
border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd; }
.panel-default {
border-color: #ddd; }
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; }
.panel-primary {
border-color: #337ab7; }
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7; }
.panel-success {
border-color: #d6e9c6; }
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6; }
.panel-info {
border-color: #bce8f1; }
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1; }
.panel-warning {
border-color: #faebcc; }
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc; }
.panel-danger {
border-color: #ebccd1; }
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1; }
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0; }
.embed-responsive-16by9 {
padding-bottom: 56.25%; }
.embed-responsive-4by3 {
padding-bottom: 75%; }
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); }
.well-lg {
padding: 24px;
border-radius: 6px; }
.well-sm {
padding: 9px;
border-radius: 3px; }
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20); }
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50); }
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0; }
.modal.fade .modal-dialog {
transform: translate(0, -25%);
transition: transform 0.3s ease-out; }
.modal.in .modal-dialog {
transform: translate(0, 0); }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 10px; }
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0); }
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50); }
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5; }
.modal-header:before, .modal-header:after {
content: " ";
display: table; }
.modal-header:after {
clear: both; }
.modal-header .close {
margin-top: -2px; }
.modal-title {
margin: 0;
line-height: 1.42857; }
.modal-body {
position: relative;
padding: 15px; }
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
content: " ";
display: table; }
.modal-footer:after {
clear: both; }
.modal-footer .btn + .btn, .modal-footer .gform_wrapper .gform_button_select_files + .btn, .gform_wrapper .modal-footer .gform_button_select_files + .btn, .modal-footer .gform_wrapper .btn + .gform_button_select_files, .gform_wrapper .modal-footer .btn + .gform_button_select_files, .modal-footer .gform_wrapper .gform_button_select_files + .gform_button_select_files, .gform_wrapper .modal-footer .gform_button_select_files + .gform_button_select_files {
margin-left: 5px;
margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .gform_wrapper .gform_button_select_files + .btn, .gform_wrapper .modal-footer .btn-group .gform_button_select_files + .btn, .modal-footer .btn-group .gform_wrapper .btn + .gform_button_select_files, .gform_wrapper .modal-footer .btn-group .btn + .gform_button_select_files, .modal-footer .btn-group .gform_wrapper .gform_button_select_files + .gform_button_select_files, .gform_wrapper .modal-footer .btn-group .gform_button_select_files + .gform_button_select_files {
margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
margin-left: 0; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto; }
.modal-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.modal-sm {
width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
width: 900px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0); }
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90); }
.tooltip.top {
margin-top: -3px;
padding: 5px 0; }
.tooltip.right {
margin-left: 3px;
padding: 0 5px; }
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0; }
.tooltip.left {
margin-left: -3px;
padding: 0 5px; }
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px; }
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000; }
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.popover.top {
margin-top: -10px; }
.popover.right {
margin-left: 10px; }
.popover.bottom {
margin-top: 10px; }
.popover.left {
margin-left: -10px; }
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0; }
.popover-content {
padding: 9px 14px; }
.popover > .arrow, .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.popover > .arrow {
border-width: 11px; }
.popover > .arrow:after {
border-width: 10px;
content: ""; }
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px; }
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff; }
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25); }
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff; }
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px; }
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff; }
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%; }
.carousel-inner > .item {
display: none;
position: relative;
transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
perspective: 1000px; }
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
transform: translate3d(100%, 0, 0);
left: 0; }
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
transform: translate3d(-100%, 0, 0);
left: 0; }
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
transform: translate3d(0, 0, 0);
left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block; }
.carousel-inner > .active {
left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%; }
.carousel-inner > .next {
left: 100%; }
.carousel-inner > .prev {
left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0; }
.carousel-inner > .active.left {
left: -100%; }
.carousel-inner > .active.right {
left: 100%; }
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: transparent; }
.carousel-control.left {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right {
left: auto;
right: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90); }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif; }
.carousel-control .icon-prev:before {
content: '\2039'; }
.carousel-control .icon-next:before {
content: '\203a'; }
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center; }
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent; }
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff; }
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn, .carousel-caption .gform_wrapper .gform_button_select_files, .gform_wrapper .carousel-caption .gform_button_select_files {
text-shadow: none; }
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px; }
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px; }
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px; }
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px; }
.carousel-indicators {
bottom: 20px; } }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs {
display: none !important; }
.visible-sm {
display: none !important; }
.visible-md {
display: none !important; }
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important; } }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-lg {
display: none !important; } }
.visible-print {
display: none !important; }
@media print {
.visible-print {
display: block !important; }
table.visible-print {
display: table !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } } .swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
z-index: 1; }
.swiper-container-no-flexbox .swiper-slide {
float: left; }
.swiper-container-vertical > .swiper-wrapper {
-ms-flex-direction: column;
flex-direction: column; }
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -ms-flexbox;
display: flex;
transition-property: transform;
box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper {
transform: translate3d(0, 0, 0); }
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.swiper-container-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto; }
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
height: auto; }
.swiper-container-autoheight .swiper-wrapper {
-ms-flex-align: start;
align-items: flex-start;
transition-property: transform,height; }
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000; }
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y; }
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x; }
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto; }
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto; }
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-pagination {
position: absolute;
text-align: center;
transition: .3s;
transform: translate3d(0, 0, 0);
z-index: 10; }
.swiper-pagination.swiper-pagination-hidden {
opacity: 0; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%; }
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2; }
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer; }
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff; }
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff; }
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff; }
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000; }
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0, -50%, 0); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px; }
.swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute; }
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top; }
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
transform-origin: right top; }
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0; }
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0; }
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5); }
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff; }
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000; }
.swiper-container-3d {
-o-perspective: 1200px;
perspective: 1200px; }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
-ms-perspective: 1200px; }
.swiper-container-cube, .swiper-container-flip {
overflow: visible; }
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1; }
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.swiper-container-cube .swiper-slide {
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%; }
.swiper-container-cube.swiper-container-rtl .swiper-slide {
transform-origin: 100% 0; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible; }
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
filter: blur(50px);
z-index: 0; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide {
pointer-events: none;
transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1); }
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%; }
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%; }
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0; }
.swiper-scrollbar-cursor-drag {
cursor: move; }
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
animation: swiper-preloader-spin 1s steps(12, end) infinite; }
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat; }
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg); } } .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75); }
.mfp-arrow-left {
transform-origin: 0; }
.mfp-arrow-right {
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: transparent; }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: "Before"; }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: "After"; }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
transition-property: background;
background: transparent;
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
border-radius: 1000px;
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }
img {
width: auto;
height: auto; }
img, img[height], img[width] {
max-width: 100%; }
img.fullwidth {
width: 100%; }
img.aligncenter {
display: block;
margin: 10px auto 20px; }
img.alignleft {
float: left;
margin: 10px 20px 20px 0; }
img.alignright {
float: right;
margin: 10px 0 20px 20px; }  body {
font-size: 14px;
line-height: 2;
font-family: "Fira Sans", sans-serif;
color: #fff;
background: #22282d;
min-width: 320px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
padding: 0;
margin-top: 0; }
h1 {
font-weight: 600;
font-size: 50px;
text-transform: uppercase; }
h1 span {
display: inline-block;
font-weight: 300;
border: 2px solid #fff;
padding: 9px 12px 9px 21px;
margin: 3px 0 0 -1px; }
h2 {
font-size: 40px; }
h3 {
font-size: 30px;
line-height: 1.23; }
h3.title-small {
font-size: 28px; }
h4 {
font-size: 20px;
position: relative; }
h4 .ico-arrow-diagonal {
font-size: 19px;
position: absolute;
top: 1px;
right: -6px; }
h4.title-small {
font-size: 18px; }
h4.title-large {
font-size: 22px; }
h5 {
font-size: 16px; }
h6 {
font-size: 14px; }
select {
text-overflow: ellipsis;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
border-radius: 0;
overflow: hidden; }
select::-ms-expand {
display: none; } @media (max-width: 991px) {
body {
position: relative;
left: 0;
transition: left 0.5s; }
body.slide {
left: -300px; }
body.no-scroll {
overflow: hidden; } } @media (max-width: 767px) {
body {
font-size: 13px; }
body.no-scroll {
overflow: hidden; }
h3 {
font-size: 25px; }
h3.title-small {
font-size: 27px; }
h1 span {
display: block;
padding: 7px 40px 10px; }
.wrapper {
overflow: hidden; }
.container {
padding: 0 29px; } } .bg-light {
background: #f8f8f8; }
.bg-light + .bg-light {
border-top: 1px solid #d8e0e8; }
.color-light {
color: #f8f8f8; }
.bg-white {
background: #fff; }
.color-white {
color: #fff; }
.bg-dark {
background: #04182a; }
.color-dark {
color: #04182a; }
.bg-darker {
background: #22282d; }
.color-darker {
color: #22282d; }
.bg-black {
background: #000; }
.color-black {
color: #000; }
.bg-button-dark {
background: #001224; }
.color-button-dark {
color: #001224; }
.bg-button-light {
background: #f3f6f8; }
.color-button-light {
color: #f3f6f8; }
.bg-lightgrey {
background: #e9e9eb; }
.color-lightgrey {
color: #e9e9eb; }
.bg-grey {
background: #6a7686; }
.color-grey {
color: #6a7686; }
.bg-grey-secondary {
background: #cbced4; }
.color-grey-secondary {
color: #cbced4; }
.bg-darkgrey {
background: #959595; }
.color-darkgrey {
color: #959595; }
.bg-lightblue {
background: #d8e0e8; }
.color-lightblue {
color: #d8e0e8; }
.bg-blue {
background: #0055a5; }
.color-blue {
color: #0055a5; }
.bg-darkblue {
background: #061c4d; }
.color-darkblue {
color: #061c4d; }
.bg-lightgreen {
background: #f7f9fa; }
.color-lightgreen {
color: #f7f9fa; }
.bg-lime {
background: #abda55; }
.bg-lime .link-more:hover {
color: #04182a; }
.color-lime {
color: #abda55; }
.bg-yellow {
background: #eab015; }
.color-yellow {
color: #eab015; }
.bg-orange {
background: #f7901e; }
.color-orange {
color: #f7901e; }
.bg-facebook {
background: #3a579a; }
.color-facebook {
color: #3a579a; }
.bg-linkedin {
background: #1072b2; }
.color-linkedin {
color: #1072b2; }
.bg-google-plus {
background: #dd4b3e; }
.color-google-plus {
color: #dd4b3e; }
.bg-pinterest {
background: #bd081c; }
.color-pinterest {
color: #bd081c; }
.bg-youtube {
background: #de2826; }
.color-youtube {
color: #de2826; } .title-light {
font-weight: 300; }
.title-bold {
font-weight: 700; }
.title-medium {
font-weight: 500; }
.title-semibold {
font-weight: 600; }
.title-fira {
font-family: "Fira Sans", sans-serif; }
.title-open-sans {
font-family: "Open Sans", sans-serif; }
.title-lato {
font-family: "Lato", sans-serif; }
.title-din {
font-family: "Din", sans-serif; }
.title-caveat {
font-weight: 400;
font-family: "Caveat", cursive; } .blue-gradient {
background-color: rgba(0, 28, 55, 0.4);
background: linear-gradient(rgba(0, 28, 55, 0.4), rgba(0, 81, 156, 0.4)); } .select {
font-size: 15px;
line-height: 1.2;
text-overflow: ellipsis;
color: #0055a5;
width: 100%;
height: 43px;
padding: 0 44px 0 18px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
background: linear-gradient(#fff, #e9e9e9); }
.select:focus {
border: 1px solid #04182a;
outline: 0; }
.select-bordered {
border: 1px solid #e9e9eb;
border-radius: 3px; }
.select-outer {
position: relative; }
.select-outer i.ico-font {
font-size: 8px;
line-height: 1;
color: #0055a5;
margin-top: -3px;
position: absolute;
top: 50%;
right: 16px; } .row-no-gutter {
margin: 0; }
.row-no-gutter > [class^="col-"] {
padding: 0; } .ico-plus {
display: inline-block;
width: 14px;
height: 14px;
position: relative; }
.ico-plus:before, .ico-plus:after {
content: '';
background: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.ico-plus:before {
width: 100%;
height: 2px; }
.ico-plus:after {
width: 2px;
height: 100%; } @media (max-width: 479px) {
.select {
font-size: 14px;
height: 30px;
padding: 0 40px 0 10px; } }
@media (min-width: 768px) {
.hide-desk {
display: none; } }
@media (max-width: 767px) {
.hide-mobile {
display: none; } }
.orange a {
color: #f7901e !important; }
a, a:focus {
outline: 0; }
@media (max-width: 450px) {
.col-swatch {
width: 100% !important; } }
.swatch-block {
height: 150px;
position: relative;
margin-bottom: 20px; }
.swatch-block .swatch-name {
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: white;
line-height: 2em;
background-color: rgba(0, 0, 0, 0.8);
padding: 5px 10px; }
@font-face {
font-family: 'acr-roofing';
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/acr-roofing.ttf?1b8su) format("truetype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/acr-roofing.woff?1b8su) format("woff"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/acr-roofing.svg?1b8su#acr-roofing) format("svg");
font-weight: normal;
font-style: normal; }
.ico-font { display: inline-block;
font-family: 'acr-roofing' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.ico-check {
font-size: 45px;
overflow: hidden; }
.ico-check:before {
content: ""; }
.ico-google-plus {
font-size: 18px; }
.ico-google-plus:before {
content: ""; }
.ico-arrow-diagonal:before {
content: ""; }
.ico-arrow-left {
overflow: hidden; }
.ico-arrow-left:before {
content: ""; }
.ico-arrow-right {
overflow: hidden; }
.ico-arrow-right:before {
content: ""; }
.ico-brush:before {
content: ""; }
.ico-circle:before {
content: ""; }
.ico-disc:before {
content: ""; }
.ico-dots:before {
content: ""; }
.ico-phone:before {
content: ""; }
.ico-instagram {
font-size: 18px; }
.ico-instagram:before {
content: ""; }
.ico-facebook {
font-size: 15px; }
.ico-facebook:before {
content: ""; }
.ico-linkedin {
font-size: 15px; }
.ico-linkedin:before {
content: ""; }
.ico-letter:before {
content: ""; }
.ico-speech-bubble:before {
content: ""; }
.ico-pinterest {
font-size: 18px; }
.ico-pinterest:before {
content: ""; }
.ico-play:before {
content: ""; }
.ico-card {
font-size: 48px; }
.ico-card:before {
content: ""; }
.ico-arrow-down:before {
content: ""; }
.ico-star {
font-size: 54px; }
.ico-star:before {
content: ""; }
.ico-compass {
font-size: 58px; }
.ico-compass:before {
content: ""; }
.ico-cross:before {
content: ""; }
.ico-youtube {
font-size: 11px; }
.ico-youtube:before {
content: ""; } @font-face {
font-family: 'Caveat';
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/Caveat-Regular.eot?#iefix) format("embedded-opentype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/Caveat-Regular.woff) format("woff"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/Caveat-Regular.ttf) format("truetype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/Caveat-Regular.svg#Caveat-Regular) format("svg");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: 'Din';
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-light-webfont.eot);
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-light-webfont.eot?#iefix) format("embedded-opentype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-light-webfont.woff) format("woff"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-light-webfont.ttf) format("truetype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-light-webfont.svg#din_lightregular) format("svg");
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'Din';
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/DIN-Regular.eot?#iefix) format("embedded-opentype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/DIN-Regular.otf) format("opentype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/DIN-Regular.woff) format("woff"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/DIN-Regular.ttf) format("truetype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/DIN-Regular.svg#DIN-Regular) format("svg");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: 'Din';
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-medium-webfont.eot);
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-medium-webfont.eot?#iefix) format("embedded-opentype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-medium-webfont.woff) format("woff"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-medium-webfont.ttf) format("truetype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-medium-webfont.svg#DINMedium) format("svg");
font-weight: 500;
font-style: normal; }
@font-face {
font-family: 'Din';
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-bold-webfont.eot);
src: url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-bold-webfont.eot?#iefix) format("embedded-opentype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-bold-webfont.woff) format("woff"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-bold-webfont.ttf) format("truetype"), url(//acrroofing.com.au/wp-content/themes/acr/fonts/din-bold-webfont.svg#DINBold) format("svg");
font-weight: 700;
font-style: normal; } .ico-quote-open,
.ico-quote-close {
font-size: 48px;
line-height: 1; }
.ico-quote-open em,
.ico-quote-close em {
font-weight: 400; }
.ico-quote-open {
transform: rotate(180deg); } .btn, .gform_wrapper .gform_button_select_files {
display: inline-block;
font-size: 15px;
line-height: 1.2;
text-align: center;
color: #d8e0e8;
background: #001224;
border: 0;
border-radius: 3px;
min-width: 220px;
padding: 17px 11px 18px;
transition: color 0.5s, background 0.5s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.btn, .gform_wrapper .gform_button_select_files,
.btn .ico-font, .gform_wrapper .gform_button_select_files .ico-font {
vertical-align: middle; }
.btn .ico-font, .gform_wrapper .gform_button_select_files .ico-font {
margin-left: 11px; }
.btn .ico-arrow-circle, .gform_wrapper .gform_button_select_files .ico-arrow-circle {
font-size: 22px; }
.btn.bg-button-light, .gform_wrapper .bg-button-light.gform_button_select_files {
color: #0055a5;
background: #f3f6f8; }
.btn:hover, .gform_wrapper .gform_button_select_files:hover,
.btn:focus,
.gform_wrapper .gform_button_select_files:focus {
color: #f8f8f8;
background: #0055a5; } .btn-orange {
color: #fff;
background: #f7901e; }
.btn-orange:hover {
background: #061c4d; } .btn-block {
display: block;
font-weight: 400;
font-size: 16px;
width: 100%;
border-radius: 0;
padding: 21px 40px 25px; }
.btn-block span {
display: block;
position: relative; }
.btn-block span .ico-font {
font-size: 17px;
position: absolute;
top: 0;
right: 0; }
.btn-block small {
font-size: 14px;
color: #6a7686; } .btn-menu {
display: none;
width: 33px;
height: 25px; }
.btn-menu span,
.btn-menu span:before,
.btn-menu span:after {
background: #fff;
width: 100%;
height: 5px;
position: absolute;
left: 0; }
.btn-menu span {
top: 50%;
transform: translateY(-50%);
transition: background .5s; }
.btn-menu span:before,
.btn-menu span:after {
content: '';
transform: rotate(0);
transition: top .5s; }
.btn-menu span:before {
top: -10px; }
.btn-menu span:after {
top: 10px; }
.btn-menu.active span {
background: transparent; }
.btn-menu.active span:after,
.btn-menu.active span:before {
transition: top 0s, transform .5s; }
.btn-menu.active span:after {
transform: rotate(-45deg);
top: 0; }
.btn-menu.active span:before {
transform: rotate(45deg);
top: 0; } @media (max-width: 767px) {
.btn-menu {
display: inline-block;
width: 28px;
height: 15px; }
.btn-menu span,
.btn-menu span:before,
.btn-menu span:after {
height: 4px; }
.btn-menu span:before {
top: -8px; }
.btn-menu span:after {
top: 8px; } } .btn-play {
display: inline-block;
font-size: 23px;
color: #fff;
background: #f7901e;
border-radius: 50%;
width: 73px;
height: 73px;
position: relative;
transition: background 0.5s; }
.btn-play:hover, .btn-play:focus {
color: #fff;
background: #000; }
.btn-play i {
margin: -11px 0 0 -4px;
position: absolute;
top: 50%;
left: 50%; } @media (max-width: 991px) {
.btn-play {
font-size: 19px;
width: 50px;
height: 50px; }
.btn-play i {
margin: -9px 0 0 -3px; } } @media (max-width: 767px) {
.btn-play {
font-size: 23px;
width: 73px;
height: 73px; }
.btn-play i {
margin: -11px 0 0 -4px; } } .link-more {
font-weight: 300;
transition: color 0.5s; }
.link-more:hover {
text-decoration: none;
color: #fff; } @media (max-width: 767px) {
.link-more {
font-size: 14px; } } [class^="list-"] {
list-style: none outside none;
padding: 0;
margin: 0; } .list-contacts {
font-size: 17px; }
.list-contacts li {
float: left; }
.list-contacts li + li {
margin-left: 23px; }
.list-contacts a {
display: inline-block;
color: #f7901e;
transition: color 0.5s; }
.list-contacts a:hover {
text-decoration: none;
color: #fff; }
.list-contacts .hidden-item {
display: none; } @media (max-width: 767px) {
.list-contacts {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
background: #061c4d; }
.list-contacts li + li {
margin: 23px; }
.list-contacts a {
color: #fff; }
.list-contacts .mobile a {
font-size: 17px;
line-height: 1.2;
background: #f7901e;
border-radius: 3px;
padding: 14px 26px 14px 40px;
transition: background 0.5s; }
.list-contacts .mobile a i,
.list-contacts .mobile a span {
vertical-align: middle; }
.list-contacts .mobile a span {
margin-left: 7px; }
.list-contacts .mobile a:hover {
background: #0055a5; }
.list-contacts .hidden-item {
display: inline-block; } } .list-logos {
display: table;
vertical-align: middle;
margin: auto; }
.list-logos li {
display: table-cell;
padding: 0 37px; } @media (max-width: 767px) {
.list-logos {
display: block; }
.list-logos li {
display: block;
padding: 0; }
.list-logos li + li {
margin-top: 67px; } } .list-details {
color: #fff; } .list-bullets {
line-height: 1.71; }
.list-bullets,
.list-bullets ul {
padding: 0; }
.list-bullets ul {
list-style: none;
float: left;
margin-right: 49px; }
.list-bullets ul li {
padding: 0 18px;
position: relative; }
.list-bullets ul li + li {
margin-top: 1px; }
.list-bullets i {
font-size: 8px;
color: #f7901e;
position: absolute;
top: 8px;
left: 0; } .list-images {
margin: 0 -2px; }
.list-images li {
width: 20%;
float: left;
padding: 0 2px;
margin-bottom: 4px; }
.list-images li a {
display: block;
position: relative;
z-index: 5; }
.list-images li a:after {
content: '';
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: background 0.5s; }
.list-images li a:hover:after {
background: transparent; }
.list-images li figure {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding-top: 88.36%; } @media (max-width: 767px) {
.list-images li {
width: 50%; } } .header {
width: 100%;
position: relative;
top: 0;
left: 0;
z-index: 10; }
.header + .main {
padding-top: 0px; }
.header .header-content {
float: right; }
.header .header-content .nav,
.header .header-content .list-contacts {
float: left; }
.header .header-content .list-contacts {
margin: -7px 2px 0 46px; }
.header .container {
position: relative;
padding-top: 33px; }
.header .logo {
position: absolute;
top: 20px;
left: -44px;
z-index: 5; }
.header .btn-menu {
position: absolute;
top: 15px;
right: 20px;
z-index: 55; }
.header.header-sml {
position: relative;
width: 100%;
transition: all ease .5s;
z-index: 999999; }
.header.header-sml.scrolled {
margin-top: 0;
position: fixed; } @media (max-width: 1330px) {
.header .header-content {
padding-right: 20px; }
.header .header-content .list-contacts {
margin-left: 30px; }
.header .logo {
top: 16px;
left: 20px; } } @media (max-width: 1200px) {
.header .container {
padding-top: 20px; }
.header .logo {
position: static; } } @media (max-width: 1024px) {
.header {
position: relative;
z-index: 15; } } @media (max-width: 991px) {
.header + .main {
padding-top: 0; }
.header .header-content {
padding: 0; }
.header .header-content,
.header .header-content .nav,
.header .header-content .list-contacts {
float: none; }
.header .header-content .nav {
margin-bottom: 10px; }
.header .header-content .list-contacts {
margin: 0;
position: absolute;
top: 25px;
right: 30px; }
.header .container {
padding: 21px 0 15px; }
.header .logo {
width: 133px;
height: 45px; } } @media (max-width: 767px) {
.header .header-content .list-contacts {
position: static; }
.header .header-content .list-contacts .mobile {
margin-top: 14px;
margin-bottom: 15px; }
.header .container {
padding: 20px 0 0; }
.header .logo {
width: 205px;
height: 50px;
margin-left: 22px; }
.header .btn-menu {
position: absolute;
top: 31px;
right: 32px; } } .header-large .header-content {
padding-right: 29px; }
.header-large .nav > li + li {
margin-left: 45px; }
.header-large .logo {
width: 160px;
height: 92px;
top: 23px;
left: 11px; }
.header-large .container {
padding: 52px 0 57px; } @media (max-width: 1200px) {
.header-large + .main {
padding-top: 143px; }
.header-large .header-content {
padding-right: 0; }
.header-large .container {
padding: 20px 0; } } @media (max-width: 1024px) {
.header-large + .main {
padding-top: 0; }
.header-large .logo {
width: 90px;
height: auto; }
.header-large .container {
padding-bottom: 0; } } @media (max-width: 991px) {
.header-large .header-content,
.header-large .header-content .nav {
float: none; }
.header-large .logo {
top: 20px;
margin-bottom: 15px; } } @media (max-width: 767px) {
.header-large .nav > li + li {
margin-left: 0; } } .footer {
font: 400 14px/2.14 "Lato", sans-serif;
color: #6a7686;
padding: 66px 0 63px; }
.footer h6 {
margin-bottom: 9px; }
.footer a {
color: inherit;
transition: color 0.5s; }
.footer a:hover {
text-decoration: none;
color: #f7901e; }
.footer p span {
display: inline-block;
width: 1px;
padding: 0;
margin: 0 6px 0 7px; }
.footer .footer-bar {
font-size: 12px;
line-height: 1.2;
padding-top: 40px; }
.footer .footer-title img {
display: none; }
.footer .row {
position: relative; }
.footer .row + .row {
margin-top: 26px; }
.footer .logo-footer {
width: 401px;
position: absolute;
top: -33px;
right: 9px; }
.footer .logo-footer img {
display: block;
width: 100%;
height: auto; }
.footer .subscribe {
top: 12px; } @media (max-width: 1330px) {
.logo-footer {
right: 0; } } @media (max-width: 767px) {
.footer {
padding: 45px 0 60px;
position: relative; }
.footer [class^='col-'] {
margin-bottom: 30px;
position: static; }
.footer .footer-bar {
line-height: 2;
padding-top: 0; }
.footer .footer-title span {
display: none; }
.footer .footer-title img {
display: block;
width: 310px;
height: auto;
margin-bottom: 18px; }
.footer .row {
position: static; }
.footer .row + .row {
margin-top: 0; }
.footer .col-mobile {
margin-bottom: 0; }
.footer .logo-footer {
display: none; }
.footer .subscribe {
top: 0; }
.footer .socials {
position: absolute;
bottom: 30px;
left: 29px; } } .nav {
font-size: 15px;
line-height: 1.2;
text-transform: capitalize; }
.nav > li {
float: left;
position: relative; }
.nav > li + li {
margin-left: 25px; }
.nav > li > a {
border-bottom: 1px solid transparent;
padding: 0 0 28px;
transition: color 0.5s, border-color 0.5s; }
.nav > .current > a,
.nav > li:hover > a,
.nav > li > a:focus {
color: #f7901e;
background: transparent; }
.nav a {
display: inline-block;
color: #f8f8f8; }
.nav .dropdown {
position: absolute;
top: 100%;
left: -1px;
visibility: hidden;
opacity: 0;
transition: visibility 0.5s, opacity 0.5s; }
.nav .dropdown.active {
visibility: visible;
opacity: 1; }
.nav > li:last-child .dropdown {
left: auto;
right: -12px; }
.nav > li:last-child .dropdown:before {
left: auto;
right: 32px; }
@media (min-width: 768px) {
.nav > li:hover > a,
.nav > li > a:focus {
border-color: #f7901e; }
.nav > li:hover .dropdown {
visibility: visible;
opacity: 1; } } @media (max-width: 991px) {
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%; }
.nav > li {
float: none; }
.nav > li + li {
margin: 0; }
.nav > li > a {
padding-bottom: 10px; } } @media (max-width: 767px) {
.nav {
display: block;
background: #061c4d;
width: 100%;
height: 100vh;
padding: 60px 20px;
position: fixed;
top: 0;
right: -100%;
z-index: 20;
overflow-y: auto;
transition: right 0.5s; }
.nav.open {
right: 0; }
.nav > li {
float: none; }
.nav > li + li {
margin: 30px 0 0; }
.nav > li > a {
color: #f8f8f8;
padding: 0;
transition: color 0.5s; }
.nav > li > a:hover,
.nav > li > a:focus {
color: #eab015;
background: transparent; }
.nav .dropdown {
max-height: 1000px;
position: static;
visibility: visible;
opacity: 1;
overflow: hidden;
transition: max-height 0.5s; }
.nav .dropdown.active {
max-height: 1000px; } } .dropdown {
font-size: 14px;
line-height: 1.2;
background: #34363c;
padding: 28px 0 23px; }
.dropdown ul {
list-style: none;
padding: 0; }
.dropdown li {
position: relative; }
.dropdown li + li {
margin-top: 5px; }
.dropdown a {
display: inline-block;
text-decoration: none;
white-space: nowrap;
padding: 8px 27px 9px;
transition: color 0.5s; }
.dropdown a:before {
content: '';
background: transparent;
width: 3px;
height: 30px;
position: absolute;
top: -2px;
left: 0;
@inlude transition(background .5s); }
.dropdown a:hover {
color: #f7901e; }
.dropdown a:hover:before {
background: #22282d; } @media (max-width: 991px) {
.dropdown {
font-size: 13px;
line-height: 2;
padding: 20px; }
.dropdown:before,
.dropdown a:before {
display: none; } } @media (max-width: 767px) {
.dropdown {
background: transparent;
width: 100%;
padding: 0; } } .logo {
display: inline-block;
width: 205px;
height: 50px; }
.logo img {
display: block;
width: 100%;
height: auto; } .slider, .slider-secondary {
text-align: center; }
.slider .swiper-container .swiper-slide, .slider-secondary .swiper-container .swiper-slide {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 744px;
position: relative; }
.slider .swiper-container .swiper-slide:before, .slider-secondary .swiper-container .swiper-slide:before {
content: '';
background-color: rgba(34, 40, 45, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0; }
.slider .swiper-container .swiper-content, .slider-secondary .swiper-container .swiper-content {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.slider .swiper-container .swiper-content h1, .slider-secondary .swiper-container .swiper-content h1 {
letter-spacing: .15em; }
.slider .swiper-container .swiper-actions, .slider-secondary .swiper-container .swiper-actions {
width: 100%;
position: absolute;
bottom: 224px;
left: 0;
z-index: 5; }
.slider .swiper-container .swiper-button-prev, .slider-secondary .swiper-container .swiper-button-prev,
.slider .swiper-container .swiper-button-next, .slider-secondary .swiper-container .swiper-button-next {
display: inline-block;
font-size: 32px;
background-image: none;
margin: 0;
position: static; }
.slider .swiper-container .swiper-button-next.swiper-button-disabled, .slider-secondary .swiper-container .swiper-button-next.swiper-button-disabled,
.slider .swiper-container .swiper-button-prev.swiper-button-disabled, .slider-secondary .swiper-container .swiper-button-prev.swiper-button-disabled {
opacity: 1; }
.slider .swiper-container .swiper-button-next, .slider-secondary .swiper-container .swiper-button-next {
margin-left: 30px; } @media (max-width: 991px) {
.slider .swiper-container .swiper-slide, .slider-secondary .swiper-container .swiper-slide {
height: 600px; }
.slider .swiper-container .swiper-actions, .slider-secondary .swiper-container .swiper-actions {
bottom: 106px; } } @media (max-width: 767px) {
.slider .swiper-container h1, .slider-secondary .swiper-container h1 {
font-size: 36px;
margin-bottom: 19px; }
.slider .swiper-container h3, .slider-secondary .swiper-container h3 {
font-size: 30px; }
.slider .swiper-container .swiper-slide, .slider-secondary .swiper-container .swiper-slide {
height: 505px; }
.slider .swiper-container .swiper-content, .slider-secondary .swiper-container .swiper-content {
margin-top: -21px; }
.slider .swiper-container .swiper-actions, .slider-secondary .swiper-container .swiper-actions {
bottom: 63px; } }  @media (max-width: 767px) {
.slider-secondary h1 span {
font-size: 23px;
padding: 7px 5px 10px; }
.slider-secondary .swiper-container .swiper-actions {
display: none; } } .slider-articles .swiper-wrapper {
display: block;
margin: 0 -15px; }
.slider-articles .swiper-wrapper .swiper-slide {
width: 25%;
height: auto;
float: left;
padding: 0 15px;
position: static; } @media (max-width: 991px) {
.slider-articles .swiper-wrapper .swiper-slide {
width: 50%; }
.slider-articles .swiper-wrapper .swiper-slide:nth-child(1n+3) {
margin-top: 50px; } } @media (max-width: 767px) {
.slider-articles .swiper-container .swiper-wrapper {
display: -ms-flexbox;
display: flex;
margin: 0; }
.slider-articles .swiper-container .swiper-wrapper .swiper-slide {
width: 100%;
height: 100%;
float: none;
padding: 0;
position: relative; }
.slider-articles .swiper-container .swiper-wrapper .swiper-slide:nth-child(1n+3) {
margin-top: 0; }
.slider-articles .swiper-container .swiper-pagination {
position: static;
padding-top: 33px; }
.slider-articles .swiper-container .swiper-pagination .swiper-pagination-bullet {
background: #22282d;
border-radius: 50%;
width: 9px;
height: 9px;
opacity: 1;
transition: background 0.5s; }
.slider-articles .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
background: #f7901e; } } .slider-images .swiper-container {
padding: 0 114px; }
.slider-images .swiper-container:before, .slider-images .swiper-container:after {
content: '';
background: #fff;
width: 114px;
height: 100%;
position: absolute;
top: 0;
z-index: 5; }
.slider-images .swiper-container:before {
left: 0; }
.slider-images .swiper-container:after {
right: 0; }
.slider-images .swiper-container .swipe-image {
background-size: 100%;
border-radius: 3px;
padding-top: 73.64%;
overflow: hidden; }
.slider-images .swiper-container .swiper-button-prev,
.slider-images .swiper-container .swiper-button-next {
font-size: 37px;
background: transparent;
width: auto;
height: auto;
margin-top: -32px;
opacity: 1;
transition: color 0.5s; }
.slider-images .swiper-container .swiper-button-prev {
left: 55px; }
.slider-images .swiper-container .swiper-button-next {
right: 55px; }
.slider-images .swiper-container .swiper-button-prev:hover,
.slider-images .swiper-container .swiper-button-next:hover {
color: #000; } @media (max-width: 991px) {
.slider-images .swiper-container {
padding: 0 40px; }
.slider-images .swiper-container:before, .slider-images .swiper-container:after {
width: 40px; }
.slider-images .swiper-container .swiper-button-prev,
.slider-images .swiper-container .swiper-button-next {
font-size: 25px;
margin-top: -19px; }
.slider-images .swiper-container .swiper-button-prev {
left: 10px; }
.slider-images .swiper-container .swiper-button-next {
right: 10px; } }  .intro {
background-repeat: no-repeat;
background-size: cover;
background-position: right center; }
.intro h1 {
margin-bottom: 17px; }
.intro h5 {
line-height: 1.56; }
.intro .intro-body {
padding: 177px 0 74px;
background: #004484;
background: linear-gradient(to right, #004484 25%, rgba(171, 218, 85, 0.7) 100%); } .intro-large {
background-size: cover;
background-repeat: no-repeat;
background-position: center center; }
.intro-large h1 {
margin-bottom: 17px; }
.intro-large .intro-body {
background: rgba(0, 28, 55, 0.5);
padding: 44.5% 0 0;
position: relative; }
.intro-large .intro-content {
width: 100%;
position: absolute;
bottom: 69px;
left: -3px; } @media (max-width: 767px) {
.intro-large .intro-body {
padding: 0; }
.intro-large .intro-content {
padding: 100px 0;
position: static; } } .section {
padding: 65px 0 115px; }
.section h3 {
margin-bottom: 24px; }
.section h5 {
margin-bottom: 23px; }
.section h6 {
margin-bottom: 20px; }
.section p {
margin-bottom: 35px; }
.section h3:last-child,
.section h5:last-child,
.section h6:last-child,
.section p:last-child {
margin-bottom: 0; }
.section .row + .row {
margin-top: 51px; } @media (max-width: 767px) {
.section {
padding: 64px 0 59px; }
.section .row + .row {
margin-top: 40px; } } .section-center {
text-align: center; } .section-blocks .row {
position: relative; }
.section-blocks h2 {
margin-bottom: 9px; }
.section-blocks h3 {
margin-bottom: 17px; }
.section-blocks h4 {
margin-bottom: 28px; }
.section-blocks p {
margin-bottom: 28px; }
.section-blocks p small {
font-size: 14px;
line-height: 1.79; }
.section-blocks p:last-child {
margin-bottom: 0; }
.section-blocks figure {
display: -webkit- flex;
display: -moz- flex;
display: -ms- flex;
display: -o- flex;
display: -ms-flexbox;
display: flex;
width: 100%; }
.section-blocks a:not([class^="btn"]) {
color: inherit; }
.section-blocks .section-entry {
width: 100%;
padding: 67px 67px 81px; }
.section-blocks .section-entry.bg-orange {
margin-top: -40px;
box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 20px;
z-index: 9999; }
.section-blocks .section-entry-inner {
line-height: 1.7; }
.section-blocks .section-entry-large {
padding: 118px 81px 175px; }
.section-blocks .section-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center top; }
.section-blocks .row {
display: -webkit- flex;
display: -moz- flex;
display: -ms- flex;
display: -o- flex;
display: -ms-flexbox;
display: flex;
margin: 0; }
.section-blocks .row > div {
display: -webkit- flex;
display: -moz- flex;
display: -ms- flex;
display: -o- flex;
display: -ms-flexbox;
display: flex;
position: relative;
padding: 0; }
.section-blocks .container-fluid {
padding: 0; }
@media (min-width: 768px) {
.section-blocks.space .col-image {
position: absolute;
right: 0;
bottom: 0;
top: 0;
left: 0;
width: 100%; }
.section-blocks.space .col-lg-10 {
margin-top: 0 !important; }
.section-blocks.space .section-entry {
margin-top: -40px;
margin-bottom: 30px; } } @media (max-width: 991px) {
.section-blocks h2 br,
.section-blocks h3 br {
display: none; }
.section-blocks p {
margin-bottom: 20px; }
.section-blocks p:last-child {
margin-bottom: 0; }
.section-blocks .section-entry {
padding: 40px; } } @media (max-width: 767px) {
.section-blocks {
line-height: 2.34; }
.section-blocks h3 {
line-height: 1.37;
margin-bottom: 11px; }
.section-blocks p {
margin-bottom: 37px; }
.section-blocks p:last-child {
margin-bottom: 0; }
.section-blocks figure {
padding-top: 48.62%; }
.section-blocks figure,
.section-blocks .row,
.section-blocks .row > div {
display: block; }
.section-blocks .section-entry,
.section-blocks .section-entry-large {
padding: 52px 30px; } } .section-four-column {
padding: 93px 0 86px; }
.section-four-column h3 {
margin-bottom: 23px; }
.section-four-column h5 {
margin-bottom: 20px; }
.section-four-column .section-entry {
line-height: 1.93; }
.section-four-column .section-entry h5 {
text-transform: uppercase; }
.section-four-column .section-entry span {
display: block;
height: 71px;
margin-bottom: 28px;
position: relative; }
.section-four-column .section-entry span .ico-font {
color: #f7901e;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.section-four-column .row {
margin: 0 -15px; }
.section-four-column .row + .row {
margin-top: 27px; }
.section-four-column .row > [class^='col'] {
padding: 0 15px; } @media (max-width: 767px) {
.section-four-column {
padding: 60px 0 51px; } } .section-gradient {
line-height: 1.71;
background-repeat: no-repeat;
background-position: right top;
background-size: cover;
padding: 0; }
.section-gradient .section-inner {
background: linear-gradient(to right, rgba(6, 28, 77, 0.88) 30%, transparent 70%);
padding: 80px 0; }
.section-gradient .section-image img {
display: block;
width: 100%;
height: auto; }
.section-gradient .row + .row {
margin-top: 20px; }
.section-gradient .mobile {
display: none; } @media (max-width: 767px) {
.section-gradient .section-inner {
background: #061c4d;
padding: 30px 0 0; }
.section-gradient .section-image {
margin: 0 -30px; }
.section-gradient .mobile {
display: block; } } .section-flex .features,
.section-flex .features feature {
display: -ms-flexbox;
display: flex; } @media (max-width: 767px) {
.section-flex .features,
.section-flex .features feature {
display: block; }
.section-flex .container {
padding: 0; } } .section-logos {
padding: 56px 0 66px; }
.section-logos h6 {
margin-bottom: 21px; } .section-secondary {
padding: 64px 0 55px; }
.section-secondary h3 {
text-align: center;
margin-bottom: 29px; }
.section-secondary p {
margin-bottom: 29px; }
.section-secondary .section-image {
border-radius: 3px;
overflow: hidden;
position: relative;
top: 7px; } @media (max-width: 991px) {
.section-secondary {
padding: 40px 0; }
.section-secondary p {
margin-bottom: 20px; }
.section-secondary .section-image {
margin-bottom: 15px; } } .section-tertiary {
line-height: 1.71;
padding-top: 52px;
position: relative;
z-index: 5; }
.section-tertiary h2 {
margin-bottom: 26px; }
.section-tertiary p {
margin-bottom: 29px; }
.section-tertiary p:last-child {
margin-bottom: 79px; }
.section-tertiary .btn:last-child, .section-tertiary .gform_wrapper .gform_button_select_files:last-child, .gform_wrapper .section-tertiary .gform_button_select_files:last-child {
position: relative;
bottom: -11px; } @media (max-width: 767px) {
.section-tertiary {
padding-top: 30px; }
.section-tertiary h2,
.section-tertiary p {
margin-bottom: 20px; }
.section-tertiary p:last-child {
margin-bottom: 50px; } } .section-bordered {
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
padding: 59px 0 42px; }
.section-bordered h4 {
line-height: 1.27;
margin-bottom: 30px; }
.section-bordered p {
margin-bottom: 25px; }
.section-bordered .section-entry-inner {
line-height: 1.71; }
.section-bordered .list-bullets {
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
padding: 21px 0 28px;
margin: 37px 0 29px; } .section-bordered-small {
border-bottom: 1px solid #e4e4e4; } .section-isotope {
padding: 63px 0 26px; }
.section-isotope .section-inner {
position: relative;
margin-bottom: 5px; }
.section-isotope .section-inner > a {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 5; }
.section-isotope .section-inner blockquote {
font-size: 19px;
line-height: 1.47;
border: 0; }
.section-isotope .section-inner blockquote em {
display: block;
font-weight: 300;
margin-bottom: 33px; }
.section-isotope .section-inner blockquote em + p:last-child {
margin-top: 104px; }
.section-isotope .section-inner blockquote p {
font-size: 12px; }
.section-isotope .section-inner .section-image {
background-repeat: no-repeat;
background-size: 135%;
background-position: center center;
position: relative;
transition: background-size 0.5s; }
.section-isotope .section-inner .section-image:after {
content: '';
background: rgba(0, 0, 0, 0.3);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1; }
.section-isotope .section-inner .section-image .section-overlay {
line-height: 1.75;
position: absolute;
bottom: 55px;
left: 38px;
z-index: 2; }
.section-isotope .section-inner .section-image .section-overlay h4 {
margin-bottom: 17px; }
.section-isotope .section-inner .ico-plus {
opacity: .5;
transition: opacity 0.5s; }
.section-isotope .section-inner-small {
width: 33.10%; }
.section-isotope .section-inner-small .section-image {
padding-top: 88.7%; }
.section-isotope .section-inner-small .section-image .section-overlay {
bottom: 52px; }
.section-isotope .section-inner-small .section-image .section-overlay h4 {
line-height: 1.5;
margin-bottom: 5px; }
.section-isotope .section-inner-small .ico-plus {
top: 46px; }
.section-isotope .section-inner-large {
display: -ms-flexbox;
display: flex;
width: 100%;
min-height: 400px; }
.section-isotope .section-inner-large .section-image {
width: 64.49%; }
.section-isotope .section-inner-large .section-image .section-overlay {
max-width: 456px; }
.section-isotope .section-inner-large .section-entry {
width: 35.59%;
padding: 40px 24px 69px 23px; }
.section-isotope .section-inner-large .ico-plus {
top: 54px; }
.section-isotope .filter {
margin-bottom: 11px; }
.section-isotope .ico-plus {
position: absolute;
left: 34px; }
@media (min-width: 1025px) {
.section-isotope .section-inner:hover .section-image {
background-size: 140%; }
.section-isotope .section-inner:hover .ico-plus {
opacity: 1; } } @media (max-width: 1200px) {
.section-isotope {
padding: 30px 0; }
.section-isotope .section-inner blockquote em {
margin-bottom: 25px; }
.section-isotope .section-inner blockquote em + p:last-child {
margin-top: 70px; }
.section-isotope .section-inner-small {
width: 33.05%; } } @media (max-width: 991px) {
.section-isotope .section-inner blockquote {
font-size: 18px; }
.section-isotope .section-inner blockquote em + p:last-child {
margin-top: 50px; }
.section-isotope .section-inner .section-image {
background-size: cover; }
.section-isotope .section-inner .section-image .section-overlay {
padding: 0 20px;
bottom: 20px;
left: 0; }
.section-isotope .section-inner .section-image .section-overlay br {
display: none; }
.section-isotope .section-inner-small {
width: 32.9%; }
.section-isotope .section-inner-large .section-image {
width: 65%; }
.section-isotope .section-inner-large .section-image .section-overlay h4 {
margin-bottom: 10px; }
.section-isotope .section-inner-large .section-entry {
width: 35%;
padding: 20px 20px; }
.section-isotope .section-inner-large .section-entry blockquote {
font-size: 16px;
padding: 0;
margin: 0; }
.section-isotope .section-inner-large .section-entry blockquote em {
margin-bottom: 20px; }
.section-isotope .section-inner-large .section-entry blockquote em + p {
margin-top: 30px; }
.section-isotope .section-inner-small .ico-plus,
.section-isotope .section-inner-large .ico-plus {
top: 20px; }
.section-isotope .ico-plus {
left: 20px; } } @media (max-width: 767px) {
.section-isotope .section-inner-small {
width: 100%; }
.section-isotope .section-inner-small .section-image {
padding-top: 70%; }
.section-isotope .section-inner-large {
display: block; }
.section-isotope .section-inner-large .section-image,
.section-isotope .section-inner-large .section-entry {
width: 100%; }
.section-isotope .section-inner-large .section-image .section-overlay {
position: static;
padding: 70px 20px 20px; } } .section-small {
padding: 4px 0; } .section-gallery {
padding: 0 0 72px; }
.section-gallery h3 {
margin-bottom: 37px; } @media (max-width: 991px) {
.section-gallery {
padding-bottom: 40px; }
.section-gallery h3 {
margin-bottom: 10px; } } .section-articles {
padding-bottom: 116px; }
.section-articles .paging {
padding: 20px 0 20px 3px; } @media (max-width: 767px) {
.section-articles {
padding-bottom: 0px; }
.section-articles .paging {
padding: 20px 0 20px 3px; } } .section-article {
line-height: 1.71;
padding-top: 66px; }
.section-article .section-entry h4 {
margin-bottom: 21px; }
.section-article .section-entry p {
margin-bottom: 26px; }
.section-article .section-entry p:last-child {
margin-bottom: 0; }
.section-article .section-entry + .section-entry {
margin-top: 72px; }
.section-article .section-aside {
position: relative;
top: 49px; }
.section-article .section-actions {
border-top: 1px solid #e9e9eb;
padding: 40px 33px 57px; }
.section-article .section-actions a {
display: inline-block;
color: inherit;
transition: color 0.5s;
padding-left: 25px;
position: relative; }
.section-article .section-actions a i {
position: absolute;
top: 3px;
left: 0; }
.section-article .section-actions a:hover {
text-decoration: none;
color: #000; }
.section-article .section-actions .text-right a {
padding: 0 25px 0 0; }
.section-article .section-actions .text-right i:last-child {
left: auto;
right: 0; }
.section-article .section-actions-secondary {
padding: 38px 7px 59px; }
.section-article .section-actions-secondary p,
.section-article .section-actions-secondary .section-share {
display: inline-block;
vertical-align: middle; }
.section-article .section-actions-secondary p {
margin-right: 13px;
position: relative;
top: 4px; } @media (max-width: 991px) {
.section-article .section-entry + .section-entry {
margin-top: 40px; }
.section-article .section-actions {
padding: 40px 20px; }
.section-article .section-actions a {
padding: 0 15px; }
.section-article .section-actions .text-right a {
padding: 0 15px; }
.section-article .section-actions-secondary {
padding: 30px 0; } } @media (max-width: 767px) {
.section-article {
padding-top: 40px; }
.section-article .section-aside {
position: static; }
.section-article .section-entry h4 {
margin-bottom: 17px; }
.section-article .section-entry p {
margin-bottom: 15px; }
.section-article .section-entry + .section-entry {
margin-top: 30px; }
.section-article .section-actions {
padding: 30px 20px; }
.section-article .section-actions-secondary {
text-align: left;
padding: 20px 0; } } .articles {
list-style: none;
padding: 0; }
.article {
line-height: 1.71;
padding-top: 154px; }
.article h3 a {
color: inherit; }
.article .article-aside {
font-size: 13px;
line-height: 1.31;
padding-top: 6px;
position: relative; }
.article .article-aside:after {
content: '';
background: #f7901e;
width: 3px;
height: 133px;
position: absolute;
top: 8px;
right: -10px; }
.article .article-aside ul {
list-style: none;
padding: 0;
margin: 0; }
.article .article-aside ul li {
display: block;
white-space: nowrap; }
.article .article-aside ul li:after {
content: ','; }
.article .article-aside ul li:last-child:after {
display: none; }
.article .article-aside ul li:after,
.article .article-aside ul a {
color: #f7901e; }
.article .article-content {
border-bottom: 1px solid #eaeaea;
padding: 0 30px 68px 7px;
position: relative; }
.article .article-content h3 {
margin-bottom: 22px; }
.article .article-content p {
margin-bottom: 42px; }
.article .article-content p:last-child {
margin-bottom: 0; }
.article .article-date {
font: 300 70px/1 "Fira Sans", sans-serif;
color: #eaeaea;
position: absolute;
top: -94px;
left: -53px; } @media (max-width: 1200px) {
.article .article-aside:after {
right: -20px; } } @media (max-width: 767px) {
.article {
padding-top: 80px; }
.article .article-aside {
display: inline-block;
width: 130px;
padding-top: 0;
margin-bottom: 15px; }
.article .article-aside:after {
height: 100%;
top: 0;
right: -15px; }
.article .article-content {
padding: 0 0 30px 0;
position: relative; }
.article .article-content h3 {
margin-bottom: 15px; }
.article .article-content p {
margin-bottom: 20px; }
.article .article-content p:last-child {
margin-bottom: 0; }
.article .article-date {
font-size: 40px;
top: -60px;
left: 160px; } } .products {
list-style: none;
padding: 0; }
.products .product {
width: 32.03%;
float: left; }
.products .product + .product {
margin-left: 1.95%; }
.product {
font-size: 13px;
text-align: left;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); }
.product > a {
display: block;
color: #fff; }
.product > a:hover {
text-decoration: none; }
.product .product-image {
border-radius: 3px;
padding-top: 75.4%;
overflow: hidden;
position: relative;
z-index: 5; }
.product .product-image:after {
content: '';
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 5; }
.product .product-image img {
min-width: 100%;
width: auto;
max-width: none;
min-height: 100%;
height: auto;
max-height: none;
position: absolute;
top: 50%;
left: 50%;
transform: scale(1, 1) translate(-50%, -50%);
transition: transform 0.5s; }
.product .product-image:hover img {
transform: scale(1.1, 1.1) translate(-50%, -50%); }
.product .product-image figcaption {
width: 100%;
padding: 0 40px;
position: absolute;
bottom: 40px;
left: 0;
z-index: 10; }
.product .product-image figcaption h4 {
margin-bottom: 6px; }
.product .product-image figcaption span {
text-transform: uppercase; }
.product .product-image .btn-play {
display: block;
margin: 0 auto 32px; } @media (max-width: 1200px) {
.product .product-image figcaption {
padding: 0 20px;
bottom: 10px; }
.product .product-image .btn-play {
margin-bottom: 15px; } } @media (max-width: 767px) {
.products .product {
width: 100%; }
.products .product:last-child {
display: none; }
.products .product + .product {
margin: 17px 0 0; }
.product .product-image {
padding-top: 80.97%; }
.product .product-image figcaption {
padding: 0 11px;
bottom: 10px; }
.product .product-image figcaption .ico-arrow-diagonal {
display: none; }
.product .product-image .btn-play {
margin-bottom: 30px; } } .mfp-wrap .mfp-content {
padding-top: 56.25%;
position: relative; }
.mfp-wrap iframe {
display: block;
max-width: 100%;
max-height: 100%;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; } .filters {
list-style: none;
padding: 0; }
.filters .filter {
min-width: 160px;
float: left; }
.filters .filter.filter-smaller {
min-width: 134px; }
.filters .filter + .filter {
margin-left: 10px; }
.filters .filter:last-child {
line-height: 3.7;
margin-left: 24px; }
.filter {
line-height: 2.94;
color: #b3b8be; }
.filter span {
display: inline-block;
padding: 3px 57px 0 24px; }
.filter strong {
font-weight: 500; }
.filter p {
margin: 0; }
.filter .link-more {
font-weight: 400;
font-size: 14px;
color: #0055a5; }
.filter .link-more i {
font-size: 12px;
margin-right: 3px; }
.filter .link-more:hover {
color: #04182a; } @media (max-width: 1200px) {
.filter span {
padding: 3px 30px 0 20px; } } @media (max-width: 991px) {
.filters {
margin: 0 -5px; }
.filters .filter {
min-width: 0;
width: 25%;
padding: 0 5px; }
.filters .filter + .filter {
margin-left: 0; }
.filter span {
padding: 3px 30px 0 0; } } @media (max-width: 767px) {
.filters .filter {
width: 50%;
margin-bottom: 10px; }
.filters .filter:last-child {
width: 100%; }
.filter span {
padding-top: 0; } } @media (max-width: 479px) {
.filters .filter {
width: 100%;
margin-bottom: 5px; } } .features {
list-style: none;
padding: 0;
margin: 0; }
.features .feature {
border-left: 1px solid #e9e9eb;
width: 25%;
float: left; }
.feature {
line-height: 1.71;
background: transparent;
padding: 52px 20px 83px 35px;
position: relative;
transition: background 0.5s; }
.feature:hover {
background: #e9e9eb; }
.feature h4 {
margin-bottom: 28px; }
.feature p {
font-family: "Lato", sans-serif; }
.feature a {
display: block;
color: inherit; }
.feature a:hover {
text-decoration: none; }
.feature .ico-font {
font-size: 46px;
color: #061c4d;
margin-bottom: 29px; }
.feature .ico-font:last-child {
margin-bottom: 0; }
.feature .ico-arrow-right {
font-size: 9px;
color: #6a7686;
position: absolute;
bottom: 44px;
left: 35px; } @media (max-width: 991px) {
.feature {
padding: 30px 20px 50px; }
.feature .ico-arrow-right {
bottom: 25px;
left: 21px; } } @media (max-width: 767px) {
.features {
display: block; }
.features .feature {
border: 0;
border-bottom: 1px solid #e9e9eb;
width: 100%; }
.feature {
padding: 24px 62px 24px 140px; }
.feature h4 {
margin-bottom: 8px; }
.feature .ico-font {
margin-bottom: 0;
position: absolute;
top: 27px;
left: 63px; }
.feature .ico-arrow-right {
display: none; } } .socials ul {
list-style: none;
padding: 0;
margin: 0; }
.socials ul li + li {
margin: 0 0 0 6px; }
.socials li {
border-radius: 3px;
width: 40px;
height: 38px;
float: left;
overflow: hidden; }
.socials a {
display: inline-block;
color: #fff;
width: 41px;
height: 41px;
position: relative;
transition: background-color 0.5s; }
.socials a i {
margin-top: -2px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.socials a:hover {
color: #fff;
background-color: #000; }
.section-share a {
line-height: 40px;
width: 40px;
text-align: center;
display: inline-block;
font-size: 20px;
margin-right: 7px;
color: white;
margin-bottom: 7px; }
.section-share a:hover {
text-decoration: none !important; }
.section-share a i {
border-radius: 3px;
line-height: 40px;
display: block; }
.section-share a i.fa-twitter {
background-color: #69b6f2; }
.section-share a i.fa-facebook {
background-color: #3a579a; } .mfp-bg {
background: rgba(6, 28, 77, 0.5); }
.mfp-fade.mfp-wrap {
visibility: hidden;
opacity: 0;
transition: visibility .5s, opacity .5s; }
.mfp-fade.mfp-wrap.mfp-ready {
visibility: visible;
opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing {
visibility: hidden;
opacity: 0; }
.mfp-wrap .mfp-content {
padding: 0; }
.mfp-wrap .mfp-close {
line-height: 1;
color: #fff;
width: auto;
height: auto;
top: 10px;
opacity: 1; } .gform_wrapper .validation_error {
position: absolute;
top: -80px; }
.gform_wrapper.gform_validation_error .gform_body .gfield_error input {
border: 2px solid red !important; }
.gform_wrapper .no-label label {
display: none !important; }
.gform_wrapper .gform_fields textarea,
.gform_wrapper .gform_fields input[type="text"],
.gform_wrapper .gform_fields input[type="password"],
.gform_wrapper .gform_fields input[type="name"],
.gform_wrapper .gform_fields input[type="email"],
.gform_wrapper .gform_fields input[type="url"],
.gform_wrapper .gform_fields input[type="tel"],
.gform_wrapper .gform_fields input[type="color"],
.gform_wrapper .gform_fields input[type="number"],
.gform_wrapper .gform_fields select {
font-size: 14px;
color: #828282;
background: #f3f3f3;
border: 0;
border-radius: 2px;
width: 100%;
height: 54px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.gform_wrapper .gform_fields select {
font-size: 15px;
line-height: 1.2;
text-overflow: ellipsis;
color: #0055a5;
width: 100%;
height: 43px;
padding: 0 44px 0 17px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
background: linear-gradient(#fff, #e9e9e9); }
.gform_wrapper .gform_fields select:focus {
border: 1px solid #04182a;
outline: 0; }
.gform_wrapper .ginput_container_fileupload input[type="file"],
.gform_wrapper .gform_fileupload_multifile {
background: #d8e0e8;
border: 0;
border-radius: 2px;
padding: 7px 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.gform_wrapper .screen-reader-text {
font-size: 12px; }
.gform_wrapper .gform_fields select {
padding-left: 15px; }
.gform_wrapper .gfield select[multiple] {
height: 100px; }
.gform_wrapper .gsection_title {
background: #0055a5;
border-radius: 2px;
padding: 7px 13px; }
.gform_wrapper .ginput_container_time {
margin-bottom: 30px; }
.gform_wrapper .gform_fields textarea {
height: 100px;
padding-top: 10px; }
.gform_wrapper .gform_fields input[type="text"],
.gform_wrapper .gform_fields input[type="email"] {
padding: 0 54px 0 23px; }
.gform_wrapper .gform_fields input[type="text"],
.gform_wrapper .gform_fields input[type="email"],
.gform_wrapper form input[type="submit"] {
border: 0;
height: 54px; }
.gform_wrapper form input[type="submit"] {
font-size: 0;
line-height: 0;
text-indent: -4000px;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
width: 54px;
position: absolute;
top: 0;
right: 0; }
.gform_wrapper .ginput_complex label {
line-height: 1.2;
padding-top: 0; }
.gform_wrapper.gform-search .gform_fields input[type="text"],
.gform_wrapper.gform-search form input[type="submit"] {
border-radius: 0; }
.gform_wrapper.gform-search .gform_fields input[type="text"] {
background: #f8f8f8;
width: 266px; }
.gform_wrapper.gform-search form input[type="submit"] {
background-image: url(//acrroofing.com.au/wp-content/themes/acr/images/ico-magnifying-glass.png);
background-size: 20px; }
.gform_wrapper.gform-search-secondary .gfield {
float: left;
clear: none; }
.gform_wrapper.gform-search-secondary .gform_fields input[type="text"],
.gform_wrapper.gform-search-secondary .gfield select,
.gform_wrapper.gform-search-secondary form input[type="submit"] {
font-family: "Lato", sans-serif; }
.gform_wrapper.gform-search-secondary .gform_fields input[type="text"],
.gform_wrapper.gform-search-secondary .gfield select {
color: #333;
border-radius: 3px;
height: 52px; }
.gform_wrapper.gform-search-secondary .gfield:not(:last-child) {
margin-bottom: 0; }
.gform_wrapper.gform-search-secondary .gform_fields input[type="text"] {
background: #f8f8f8 url(//acrroofing.com.au/wp-content/themes/acr/images/ico-pin.png) 18px center no-repeat;
background-size: 13px 16px;
width: 387px;
padding: 0 10px 0 44px; }
.gform_wrapper.gform-search-secondary .gfield select {
background: #f8f8f8 url(//acrroofing.com.au/wp-content/themes/acr/images/ico-arrow-black.png) right center no-repeat;
background-size: 37px 24px;
width: 182px;
padding: 0 52px 0 24px;
margin-left: 8px; }
.gform_wrapper.gform-search-secondary form input[type="submit"] {
font-weight: 700;
font-size: 15px;
line-height: 1;
text-indent: 0;
text-align: left;
color: #f8f8f8;
background-color: #eab015;
background-image: url(//acrroofing.com.au/wp-content/themes/acr/images/ico-magnifying-glass-white.png);
background-size: 39px 20px;
background-position: right center;
border: 0;
border-radius: 0;
width: auto;
min-width: 170px;
height: 100%;
padding: 0 47px;
transition: background-color 0.5s; }
.gform_wrapper.gform-search-secondary form input[type="submit"]:hover {
background-color: #000; }
.gform_wrapper.gform-subscribe .gform_fields input[type="email"],
.gform_wrapper.gform-subscribe form input[type="submit"] {
border: 0;
border-radius: 3px; }
.gform_wrapper.gform-subscribe .gform_fields input[type="email"] {
background: #e9e9eb;
width: 310px; }
.gform_wrapper.gform-subscribe form input[type="submit"] {
background-image: url(//acrroofing.com.au/wp-content/themes/acr/images/ico-check.png);
background-size: 23px 18px; }
.gform_wrapper .gform_footer {
padding: 0; }
@media (max-width: 767px) {
.gform_wrapper.gform-search .gform_fields input[type="text"] {
width: 100%; } }
@media (max-width: 479px) {
.gform_wrapper.gform-subscribe .gform_fields input[type="email"] {
width: 100%; } } .subscribe {
position: relative; }
.subscribe .gfield {
width: 42.33%;
float: left;
clear: none;
margin: 0; }
.subscribe .gfield + .gfield {
margin-left: 8px; }
.subscribe .gform_footer {
position: absolute;
top: 0;
right: 0; }
.subscribe .gform_wrapper form input[type="submit"] {
background: #f7901e url(//acrroofing.com.au/wp-content/themes/acr/images/svg/check.svg) center center no-repeat;
background-size: 28px 22px;
border: 0;
border-radius: 2px;
width: 61px;
height: 54px;
position: static;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: background-color 0.5s; }
.subscribe .gform_wrapper form input[type="submit"]:hover {
background-color: #0055a5; }
.subscribe .gform_wrapper .gform_fields input[type="text"],
.subscribe .gform_wrapper .gform_fields input[type="email"] {
padding: 0 21px; } @media (max-width: 991px) {
.subscribe .gfield {
width: 100%; }
.subscribe .gfield:last-child {
width: calc(100% - 66px); }
.subscribe .gfield + .gfield {
margin: 7px 0 0; }
.subscribe .gform_footer {
top: auto;
bottom: 0; } } .paging {
font-weight: 500;
font-size: 20px;
line-height: 1; }
.paging ul {
list-style: none;
padding: 0; }
.paging ul li {
float: left; }
.paging ul li a {
color: #061c4d;
transition: color 0.5s; }
.paging ul li + li {
margin-left: 16px; }
.paging ul a:hover,
.paging ul .current a {
text-decoration: none;
color: #f7901e; } .widgets {
list-style: none;
padding: 0;
margin: 0; }
.widgets .widget {
padding-left: 40px; } @media (max-width: 991px) {
.widgets .widget {
padding-left: 25px; } } @media (max-width: 767px) {
.widgets .widget_categories {
padding-left: 0; } } .widget ul {
list-style: none;
padding: 0;
margin: 0; } .widget_categories {
border-left: 1px solid #e9e9eb;
padding-bottom: 59px; }
.widget_categories h6 {
text-transform: uppercase;
margin-bottom: 29px; }
.widget_categories ul {
line-height: 1.2; }
.widget_categories ul li + li {
margin-top: 17px; }
.widget_categories ul a {
color: #f7901e; } @media (max-width: 991px) {
.widget_categories {
padding-bottom: 30px; }
.widget_categories h6 {
margin-bottom: 20px; } } @media (max-width: 767px) {
.widget_categories {
border: 0; } } .widget-secondary {
font-size: 16px;
line-height: 1.55;
padding: 45px 31px; }
.widget-secondary p {
margin-bottom: 20px; }
.widget-secondary p a {
font-weight: 700;
color: inherit; }
.widget-secondary .btn, .widget-secondary .gform_wrapper .gform_button_select_files, .gform_wrapper .widget-secondary .gform_button_select_files {
min-width: 0;
width: 220px; } @media (max-width: 1200px) {
.widget-secondary .btn, .widget-secondary .gform_wrapper .gform_button_select_files, .gform_wrapper .widget-secondary .gform_button_select_files {
width: 100%; } } @media (max-width: 991px) {
.widget-secondary {
font-size: 15px;
padding: 25px; } }