diff --git a/.gitignore b/.gitignore index 5b12dac9..e438efaa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ node_modules .idea *.sublime-workspace package-lock.json -vendor wp-content diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..28a51d58 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "compile-hero.disable-compile-files-on-did-save-code": false +} \ No newline at end of file diff --git a/.wordpress-org/screenshot-1.jpg b/.wordpress-org/screenshot-1.jpg deleted file mode 100644 index cb9db481..00000000 Binary files a/.wordpress-org/screenshot-1.jpg and /dev/null differ diff --git a/.wordpress-org/screenshot-1.png b/.wordpress-org/screenshot-1.png new file mode 100644 index 00000000..effa7c28 Binary files /dev/null and b/.wordpress-org/screenshot-1.png differ diff --git a/.wordpress-org/screenshot-10.png b/.wordpress-org/screenshot-10.png new file mode 100644 index 00000000..99b4c5bd Binary files /dev/null and b/.wordpress-org/screenshot-10.png differ diff --git a/.wordpress-org/screenshot-2.jpg b/.wordpress-org/screenshot-2.jpg deleted file mode 100644 index c9d4e758..00000000 Binary files a/.wordpress-org/screenshot-2.jpg and /dev/null differ diff --git a/.wordpress-org/screenshot-2.png b/.wordpress-org/screenshot-2.png new file mode 100644 index 00000000..0caca142 Binary files /dev/null and b/.wordpress-org/screenshot-2.png differ diff --git a/.wordpress-org/screenshot-3.jpg b/.wordpress-org/screenshot-3.jpg deleted file mode 100644 index d10a6b4e..00000000 Binary files a/.wordpress-org/screenshot-3.jpg and /dev/null differ diff --git a/.wordpress-org/screenshot-3.png b/.wordpress-org/screenshot-3.png new file mode 100644 index 00000000..40c3b4cf Binary files /dev/null and b/.wordpress-org/screenshot-3.png differ diff --git a/.wordpress-org/screenshot-4.jpg b/.wordpress-org/screenshot-4.jpg deleted file mode 100644 index c35995c5..00000000 Binary files a/.wordpress-org/screenshot-4.jpg and /dev/null differ diff --git a/.wordpress-org/screenshot-4.png b/.wordpress-org/screenshot-4.png new file mode 100644 index 00000000..b5d33a68 Binary files /dev/null and b/.wordpress-org/screenshot-4.png differ diff --git a/.wordpress-org/screenshot-5.jpg b/.wordpress-org/screenshot-5.jpg deleted file mode 100644 index 11fd0299..00000000 Binary files a/.wordpress-org/screenshot-5.jpg and /dev/null differ diff --git a/.wordpress-org/screenshot-5.png b/.wordpress-org/screenshot-5.png new file mode 100644 index 00000000..622468db Binary files /dev/null and b/.wordpress-org/screenshot-5.png differ diff --git a/.wordpress-org/screenshot-6.png b/.wordpress-org/screenshot-6.png new file mode 100644 index 00000000..bb966ebd Binary files /dev/null and b/.wordpress-org/screenshot-6.png differ diff --git a/.wordpress-org/screenshot-7.png b/.wordpress-org/screenshot-7.png new file mode 100644 index 00000000..f6105efd Binary files /dev/null and b/.wordpress-org/screenshot-7.png differ diff --git a/.wordpress-org/screenshot-8.png b/.wordpress-org/screenshot-8.png new file mode 100644 index 00000000..cbf37e61 Binary files /dev/null and b/.wordpress-org/screenshot-8.png differ diff --git a/.wordpress-org/screenshot-9.png b/.wordpress-org/screenshot-9.png new file mode 100644 index 00000000..28ad41d7 Binary files /dev/null and b/.wordpress-org/screenshot-9.png differ diff --git a/assets/css/admin-rtl.css b/assets/css/admin-rtl.css index 144ce8b4..e61d9fc3 100644 --- a/assets/css/admin-rtl.css +++ b/assets/css/admin-rtl.css @@ -14,393 +14,385 @@ #lsx-tab-headings .tab-heading { display: block; text-transform: capitalize; padding: 10px 15px; width: 100%; } /* The Tab Styling */ -body.tour-operator_page_lsx-to-settings .spinner { background-color: #fff; border-radius: 10px; } +body.tour-operator_page_lsx-to-settings .spinner, body.lsx-tour-operator_page_lsx-to-settings .spinner { background-color: #fff; border-radius: 10px; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li { display: inline-block; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li { display: inline-block; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:after { content: "|"; display: inline-block; padding: 0 8px 0 3px; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:after, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:after { content: "|"; display: inline-block; padding: 0 8px 0 3px; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:last-child:after { content: ""; padding-right: 0; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:last-child:after, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:last-child:after { content: ""; padding-right: 0; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a { text-decoration: none; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a { text-decoration: none; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a.active { color: black; font-weight: bold; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a.active, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a.active { color: black; font-weight: bold; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a:focus { -webkit-box-shadow: none; box-shadow: none; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a:focus, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a:focus { -webkit-box-shadow: none; box-shadow: none; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab { display: none; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab { display: none; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab.active { display: block; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab.active, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab.active { display: block; } -body.tour-operator_page_to-help #wpbody-content .wrap *, body.tour-operator_page_to-addons #wpbody-content .wrap * { -webkit-box-sizing: border-box; box-sizing: border-box; } +body.tour-operator_page_to-help #wpbody-content .wrap *, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap * { -webkit-box-sizing: border-box; box-sizing: border-box; } -body.tour-operator_page_to-help #wpbody-content .wrap *:before, body.tour-operator_page_to-help #wpbody-content .wrap *:after, body.tour-operator_page_to-addons #wpbody-content .wrap *:before, body.tour-operator_page_to-addons #wpbody-content .wrap *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } +body.tour-operator_page_to-help #wpbody-content .wrap *:before, body.tour-operator_page_to-help #wpbody-content .wrap *:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap *:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } -body.tour-operator_page_to-help #wpbody-content .wrap .text-center, body.tour-operator_page_to-addons #wpbody-content .wrap .text-center { text-align: center; } +body.tour-operator_page_to-help #wpbody-content .wrap .text-center, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .text-center { text-align: center; } -body.tour-operator_page_to-help #wpbody-content .wrap .container, body.tour-operator_page_to-addons #wpbody-content .wrap .container { margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } +body.tour-operator_page_to-help #wpbody-content .wrap .container, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container { margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .container:before, body.tour-operator_page_to-help #wpbody-content .wrap .container:after, body.tour-operator_page_to-addons #wpbody-content .wrap .container:before, body.tour-operator_page_to-addons #wpbody-content .wrap .container:after { content: " "; display: table; } +body.tour-operator_page_to-help #wpbody-content .wrap .container:before, body.tour-operator_page_to-help #wpbody-content .wrap .container:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container:after { content: " "; display: table; } -body.tour-operator_page_to-help #wpbody-content .wrap .container:after, body.tour-operator_page_to-addons #wpbody-content .wrap .container:after { clear: both; } +body.tour-operator_page_to-help #wpbody-content .wrap .container:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container:after { clear: both; } -@media (min-width: 768px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.tour-operator_page_to-addons #wpbody-content .wrap .container { width: 750px; } } +@media (min-width: 768px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container { width: 750px; } } -@media (min-width: 992px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.tour-operator_page_to-addons #wpbody-content .wrap .container { width: 970px; } } +@media (min-width: 992px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container { width: 970px; } } -@media (min-width: 1200px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.tour-operator_page_to-addons #wpbody-content .wrap .container { width: 1170px; } } +@media (min-width: 1200px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container { width: 1170px; } } -body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid, body.tour-operator_page_to-addons #wpbody-content .wrap .container-fluid { margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } +body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container-fluid { margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:before, body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:after, body.tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:before, body.tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:after { content: " "; display: table; } +body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:before, body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:after { content: " "; display: table; } -body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:after, body.tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:after { clear: both; } +body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:after { clear: both; } -body.tour-operator_page_to-help #wpbody-content .wrap .row, body.tour-operator_page_to-addons #wpbody-content .wrap .row { margin-right: -15px; margin-left: -15px; } +body.tour-operator_page_to-help #wpbody-content .wrap .row, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .row { margin-right: -15px; margin-left: -15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .row:before, body.tour-operator_page_to-help #wpbody-content .wrap .row:after, body.tour-operator_page_to-addons #wpbody-content .wrap .row:before, body.tour-operator_page_to-addons #wpbody-content .wrap .row:after { content: " "; display: table; } +body.tour-operator_page_to-help #wpbody-content .wrap .row:before, body.tour-operator_page_to-help #wpbody-content .wrap .row:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .row:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .row:after { content: " "; display: table; } -body.tour-operator_page_to-help #wpbody-content .wrap .row:after, body.tour-operator_page_to-addons #wpbody-content .wrap .row:after { clear: both; } +body.tour-operator_page_to-help #wpbody-content .wrap .row:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .row:after { clear: both; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12 { float: right; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12 { float: right; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1 { width: 8.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1 { width: 8.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2 { width: 16.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2 { width: 16.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3 { width: 25%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3 { width: 25%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4 { width: 33.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4 { width: 33.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5 { width: 41.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5 { width: 41.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6 { width: 50%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6 { width: 50%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7 { width: 58.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7 { width: 58.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8 { width: 66.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8 { width: 66.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9 { width: 75%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9 { width: 75%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10 { width: 83.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10 { width: 83.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11 { width: 91.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11 { width: 91.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12 { width: 100%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12 { width: 100%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-0 { left: auto; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-0 { left: auto; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-1 { left: 8.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-1 { left: 8.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-2 { left: 16.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-2 { left: 16.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-3 { left: 25%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-3 { left: 25%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-4 { left: 33.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-4 { left: 33.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-5 { left: 41.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-5 { left: 41.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-6 { left: 50%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-6 { left: 50%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-7 { left: 58.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-7 { left: 58.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-8 { left: 66.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-8 { left: 66.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-9 { left: 75%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-9 { left: 75%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-10 { left: 83.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-10 { left: 83.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-11 { left: 91.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-11 { left: 91.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-12 { left: 100%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-12 { left: 100%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-0 { right: auto; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-0 { right: auto; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-1 { right: 8.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-1 { right: 8.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-2 { right: 16.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-2 { right: 16.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-3 { right: 25%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-3 { right: 25%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-4 { right: 33.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-4 { right: 33.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-5 { right: 41.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-5 { right: 41.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-6 { right: 50%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-6 { right: 50%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-7 { right: 58.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-7 { right: 58.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-8 { right: 66.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-8 { right: 66.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-9 { right: 75%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-9 { right: 75%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-10 { right: 83.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-10 { right: 83.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-11 { right: 91.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-11 { right: 91.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-12 { right: 100%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-12 { right: 100%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-0 { margin-right: 0%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-0 { margin-right: 0%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-1 { margin-right: 8.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-1 { margin-right: 8.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-2 { margin-right: 16.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-2 { margin-right: 16.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-3 { margin-right: 25%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-3 { margin-right: 25%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-4 { margin-right: 33.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-4 { margin-right: 33.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-5 { margin-right: 41.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-5 { margin-right: 41.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-6 { margin-right: 50%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-6 { margin-right: 50%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-7 { margin-right: 58.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-7 { margin-right: 58.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-8 { margin-right: 66.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-8 { margin-right: 66.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-9 { margin-right: 75%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-9 { margin-right: 75%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-10 { margin-right: 83.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-10 { margin-right: 83.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-11 { margin-right: 91.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-11 { margin-right: 91.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-12 { margin-right: 100%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-12 { margin-right: 100%; } -@media (min-width: 768px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12 { float: right; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1 { width: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2 { width: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3 { width: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4 { width: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5 { width: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6 { width: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7 { width: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8 { width: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9 { width: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10 { width: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11 { width: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12 { width: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-0 { left: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-1 { left: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-2 { left: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-3 { left: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-4 { left: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-5 { left: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-6 { left: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-7 { left: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-8 { left: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-9 { left: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-10 { left: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-11 { left: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-12 { left: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-0 { right: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-1 { right: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-2 { right: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-3 { right: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-4 { right: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-5 { right: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-6 { right: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-7 { right: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-8 { right: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-9 { right: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-10 { right: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-11 { right: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-12 { right: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-0 { margin-right: 0%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-1 { margin-right: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-2 { margin-right: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-3 { margin-right: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-4 { margin-right: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-5 { margin-right: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-6 { margin-right: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-7 { margin-right: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-8 { margin-right: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-9 { margin-right: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-10 { margin-right: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-11 { margin-right: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-12 { margin-right: 100%; } } - -@media (min-width: 992px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-12 { float: right; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-1 { width: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-2 { width: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-3 { width: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-4 { width: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-5 { width: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-6 { width: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-7 { width: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-8 { width: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-9 { width: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-10 { width: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-11 { width: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-12 { width: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-0 { left: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-1 { left: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-2 { left: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-3 { left: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-4 { left: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-5 { left: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-6 { left: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-7 { left: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-8 { left: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-9 { left: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-10 { left: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-11 { left: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-12 { left: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-0 { right: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-1 { right: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-2 { right: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-3 { right: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-4 { right: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-5 { right: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-6 { right: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-7 { right: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-8 { right: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-9 { right: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-10 { right: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-11 { right: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-12 { right: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-0 { margin-right: 0%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-1 { margin-right: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-2 { margin-right: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-3 { margin-right: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-4 { margin-right: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-5 { margin-right: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-6 { margin-right: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-7 { margin-right: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-8 { margin-right: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-9 { margin-right: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-10 { margin-right: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-11 { margin-right: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-12 { margin-right: 100%; } } - -@media (min-width: 1200px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { float: right; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1 { width: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2 { width: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3 { width: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4 { width: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5 { width: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6 { width: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7 { width: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8 { width: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9 { width: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10 { width: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11 { width: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { width: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-0 { left: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-1 { left: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-2 { left: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-3 { left: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-4 { left: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-5 { left: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-6 { left: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-7 { left: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-8 { left: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-9 { left: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-10 { left: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-11 { left: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-12 { left: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-0 { right: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-1 { right: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-2 { right: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-3 { right: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-4 { right: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-5 { right: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-6 { right: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-7 { right: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-8 { right: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-9 { right: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-10 { right: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-11 { right: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-12 { right: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-0 { margin-right: 0%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-1 { margin-right: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-2 { margin-right: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-3 { margin-right: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-4 { margin-right: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-5 { margin-right: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-6 { margin-right: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-7 { margin-right: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-8 { margin-right: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-9 { margin-right: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-10 { margin-right: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-11 { margin-right: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-12 { margin-right: 100%; } } - -body.tour-operator_page_to-help #wpbody-content .wrap h1.small, body.tour-operator_page_to-addons #wpbody-content .wrap h1.small { font-size: 35px; } - -body.tour-operator_page_to-help #wpbody-content .wrap h2, body.tour-operator_page_to-addons #wpbody-content .wrap h2 { margin-bottom: 20px; } - -body.tour-operator_page_to-help #wpbody-content .wrap img, body.tour-operator_page_to-addons #wpbody-content .wrap img { width: 100%; } - -body.tour-operator_page_to-help #wpbody-content .wrap .thumbnail, body.tour-operator_page_to-help #wpbody-content .wrap .video, body.tour-operator_page_to-addons #wpbody-content .wrap .thumbnail, body.tour-operator_page_to-addons #wpbody-content .wrap .video { margin-bottom: 40px; } - -body.tour-operator_page_to-help #wpbody-content .wrap .top-header, body.tour-operator_page_to-addons #wpbody-content .wrap .top-header { margin-bottom: 40px; } - -body.tour-operator_page_to-help #wpbody-content .wrap .top-header p, body.tour-operator_page_to-addons #wpbody-content .wrap .top-header p { font-size: 13px; margin-bottom: 13px; } - -body.tour-operator_page_to-help #wpbody-content .wrap .top-header p:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .top-header p:last-child { margin-bottom: 0; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box, body.tour-operator_page_to-addons #wpbody-content .wrap .box { background: #fff; border: 1px solid #ddd; border-radius: 4px; margin-bottom: 40px; padding: 25px 30px; position: relative; } +@media (min-width: 768px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12 { float: right; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1 { width: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2 { width: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3 { width: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4 { width: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5 { width: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6 { width: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7 { width: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8 { width: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9 { width: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10 { width: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11 { width: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12 { width: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-0 { left: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-1 { left: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-2 { left: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-3 { left: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-4 { left: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-5 { left: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-6 { left: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-7 { left: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-8 { left: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-9 { left: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-10 { left: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-11 { left: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-12 { left: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-0 { right: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-1 { right: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-2 { right: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-3 { right: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-4 { right: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-5 { right: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-6 { right: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-7 { right: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-8 { right: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-9 { right: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-10 { right: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-11 { right: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-12 { right: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-0 { margin-right: 0%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-1 { margin-right: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-2 { margin-right: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-3 { margin-right: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-4 { margin-right: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-5 { margin-right: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-6 { margin-right: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-7 { margin-right: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-8 { margin-right: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-9 { margin-right: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-10 { margin-right: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-11 { margin-right: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-12 { margin-right: 100%; } } + +@media (min-width: 992px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-12 { float: right; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-1 { width: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-2 { width: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-3 { width: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-4 { width: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-5 { width: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-6 { width: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-7 { width: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-8 { width: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-9 { width: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-10 { width: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-11 { width: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-12 { width: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-0 { left: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-1 { left: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-2 { left: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-3 { left: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-4 { left: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-5 { left: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-6 { left: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-7 { left: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-8 { left: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-9 { left: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-10 { left: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-11 { left: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-12 { left: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-0 { right: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-1 { right: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-2 { right: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-3 { right: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-4 { right: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-5 { right: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-6 { right: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-7 { right: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-8 { right: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-9 { right: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-10 { right: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-11 { right: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-12 { right: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-0 { margin-right: 0%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-1 { margin-right: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-2 { margin-right: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-3 { margin-right: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-4 { margin-right: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-5 { margin-right: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-6 { margin-right: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-7 { margin-right: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-8 { margin-right: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-9 { margin-right: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-10 { margin-right: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-11 { margin-right: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-12 { margin-right: 100%; } } + +@media (min-width: 1200px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { float: right; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1 { width: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2 { width: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3 { width: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4 { width: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5 { width: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6 { width: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7 { width: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8 { width: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9 { width: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10 { width: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11 { width: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { width: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-0 { left: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-1 { left: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-2 { left: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-3 { left: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-4 { left: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-5 { left: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-6 { left: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-7 { left: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-8 { left: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-9 { left: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-10 { left: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-11 { left: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-12 { left: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-0 { right: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-1 { right: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-2 { right: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-3 { right: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-4 { right: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-5 { right: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-6 { right: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-7 { right: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-8 { right: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-9 { right: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-10 { right: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-11 { right: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-12 { right: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-0 { margin-right: 0%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-1 { margin-right: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-2 { margin-right: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-3 { margin-right: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-4 { margin-right: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-5 { margin-right: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-6 { margin-right: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-7 { margin-right: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-8 { margin-right: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-9 { margin-right: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-10 { margin-right: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-11 { margin-right: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-12 { margin-right: 100%; } } + +body.tour-operator_page_to-help #wpbody-content .wrap h1.small, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap h1.small { font-size: 35px; } + +body.tour-operator_page_to-help #wpbody-content .wrap h2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap h2 { margin-bottom: 20px; } + +body.tour-operator_page_to-help #wpbody-content .wrap img, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap img { width: 100%; } + +body.tour-operator_page_to-help #wpbody-content .wrap .thumbnail, body.tour-operator_page_to-help #wpbody-content .wrap .video, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .thumbnail, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .video { margin-bottom: 40px; } + +body.tour-operator_page_to-help #wpbody-content .wrap .top-header, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .top-header { margin-bottom: 40px; } + +body.tour-operator_page_to-help #wpbody-content .wrap .top-header p, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .top-header p { font-size: 13px; margin-bottom: 13px; } + +body.tour-operator_page_to-help #wpbody-content .wrap .top-header p:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .top-header p:last-child { margin-bottom: 0; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box { background: #fff; border: 1px solid #ddd; border-radius: 4px; margin-bottom: 40px; padding: 25px 30px; position: relative; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box.box-top-image, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.box-top-image { border-top: none; border-top-right-radius: 0; border-top-left-radius: 0; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box h2, body.tour-operator_page_to-help #wpbody-content .wrap .box h3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box h2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box h3 { font-size: 17px; font-weight: 700; margin-left: 30px; margin-top: 0; text-align: right; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box p, body.tour-operator_page_to-help #wpbody-content .wrap .box ul, body.tour-operator_page_to-help #wpbody-content .wrap .box li, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box p, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box ul, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box li { font-size: 13px; margin-bottom: 3px; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box p:last-child, body.tour-operator_page_to-help #wpbody-content .wrap .box ul:last-child, body.tour-operator_page_to-help #wpbody-content .wrap .box li:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box p:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box ul:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box li:last-child { margin-bottom: 0; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.box-top-image, body.tour-operator_page_to-addons #wpbody-content .wrap .box.box-top-image { border-top: none; border-top-right-radius: 0; border-top-left-radius: 0; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button { padding: 1em 0 0 0; border-top: 1px solid #eee; clear: both; text-align: left; clear: both; } -body.tour-operator_page_to-help #wpbody-content .wrap .box h2, body.tour-operator_page_to-help #wpbody-content .wrap .box h3, body.tour-operator_page_to-addons #wpbody-content .wrap .box h2, body.tour-operator_page_to-addons #wpbody-content .wrap .box h3 { font-size: 17px; font-weight: 700; margin-left: 30px; margin-top: 0; text-align: right; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button a:first-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button a:first-child { float: right; } -body.tour-operator_page_to-help #wpbody-content .wrap .box p, body.tour-operator_page_to-help #wpbody-content .wrap .box ul, body.tour-operator_page_to-help #wpbody-content .wrap .box li, body.tour-operator_page_to-addons #wpbody-content .wrap .box p, body.tour-operator_page_to-addons #wpbody-content .wrap .box ul, body.tour-operator_page_to-addons #wpbody-content .wrap .box li { font-size: 13px; margin-bottom: 13px; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button a:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button a:last-child { float: left; } -body.tour-operator_page_to-help #wpbody-content .wrap .box p:last-child, body.tour-operator_page_to-help #wpbody-content .wrap .box ul:last-child, body.tour-operator_page_to-help #wpbody-content .wrap .box li:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .box p:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .box ul:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .box li:last-child { margin-bottom: 0; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button a.button-secondary, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button a.button-secondary { background-color: #F7AE00; border-color: #F7AE00; color: #fff; } -body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button, body.tour-operator_page_to-addons #wpbody-content .wrap .box .more-button { padding: 1em 0 0 0; border-top: 1px solid #eee; clear: both; text-align: left; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button a.button-secondary:hover, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button a.button-secondary:hover { background-color: #C4771B; border-color: #C4771B; } -body.tour-operator_page_to-help #wpbody-content .wrap .box .price, body.tour-operator_page_to-addons #wpbody-content .wrap .box .price { color: #45B964; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.wetu .more-button a, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.wetu .more-button a { float: none; } -body.tour-operator_page_to-help #wpbody-content .wrap .box form, body.tour-operator_page_to-addons #wpbody-content .wrap .box form { padding: 0 !important; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.wetu .more-button a:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.wetu .more-button a:last-child { margin-right: 20px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box:before { content: "\f324"; display: block; position: absolute; top: 30px; left: 30px; font-size: 1.618em; font-family: 'Dashicons'; font-weight: 400; -webkit-font-smoothing: antialiased; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support { display: -webkit-box; display: -ms-flexbox; display: flex; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.box-top-image:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.box-top-image:before { display: none; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .image, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .image { margin-left: 25px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.featured, body.tour-operator_page_to-addons #wpbody-content .wrap .box.featured { border-width: 2px; border-color: #FFA107; -webkit-box-shadow: 0 1px 1px #FFA107; box-shadow: 0 1px 1px #FFA107; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .image img, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .image img { width: 100px; margin-top: 15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.featured:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.featured:before { color: #FFA107; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .button-tertiary, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .button-tertiary { background-color: #6BA914; border-color: #6BA914; color: #fff; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.enhance:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.enhance:before { content: "\f106"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .button-tertiary:hover, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .button-tertiary:hover { background-color: #5d9410; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.maps:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.maps:before { content: "\f230"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.info .more-button, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.info .more-button { padding-top: 4px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.specials:before, body.tour-operator_page_to-help #wpbody-content .wrap .box.rate:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.specials:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.rate:before { content: "\f155"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.info h2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.info h2 { margin-bottom: -3px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.reviews:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.reviews:before { content: "\f130"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .more-button, body.tour-operator_page_to-help #wpbody-content .wrap .box.info .more-button, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .more-button, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.info .more-button { border-top: 0px solid #eee; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.activities:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.activities:before { content: "\f481"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .price, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .price { color: #45B964; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.search:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.search:before { content: "\f179"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box form, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box form { padding: 0 !important; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.galleries:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.galleries:before { content: "\f161"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.box-top-image:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.box-top-image:before { display: none; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.vehicles:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.vehicles:before { content: "\f311"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.featured, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.featured { border-width: 2px; border-color: #FFA107; -webkit-box-shadow: 0 1px 1px #FFA107; box-shadow: 0 1px 1px #FFA107; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.team:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.team:before { content: "\f307"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.featured:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.featured:before { color: #FFA107; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.videos:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.videos:before { content: "\f236"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box-clean, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box-clean { padding-top: 20px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.wetu:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.wetu:before { content: "\f316"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box-clean h3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box-clean h3 { font-weight: 700; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.support:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.support:before { content: "\f107"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.documentation:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.documentation:before { content: "\f123"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.info:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.info:before { content: "\f534"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.premium:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.premium:before { content: "\f313"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.news:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.news:before { content: "\f319"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.newsletter:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.newsletter:before { content: "\f465"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box-clean, body.tour-operator_page_to-addons #wpbody-content .wrap .box-clean { padding-top: 20px; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box-clean h3, body.tour-operator_page_to-addons #wpbody-content .wrap .box-clean h3 { font-weight: 700; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box-clean p:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .box-clean p:last-child { margin-bottom: 0; } +body.tour-operator_page_to-help #wpbody-content .wrap .box-clean p:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box-clean p:last-child { margin-bottom: 0; } diff --git a/assets/css/admin.css b/assets/css/admin.css index 7e600ce8..01b3d01a 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -14,395 +14,387 @@ #lsx-tab-headings .tab-heading { display: block; text-transform: capitalize; padding: 10px 15px; width: 100%; } /* The Tab Styling */ -body.tour-operator_page_lsx-to-settings .spinner { background-color: #fff; border-radius: 10px; } +body.tour-operator_page_lsx-to-settings .spinner, body.lsx-tour-operator_page_lsx-to-settings .spinner { background-color: #fff; border-radius: 10px; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li { display: inline-block; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li { display: inline-block; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:after { content: "|"; display: inline-block; padding: 0 3px 0 8px; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:after, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:after { content: "|"; display: inline-block; padding: 0 3px 0 8px; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:last-child:after { content: ""; padding-left: 0; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:last-child:after, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li:last-child:after { content: ""; padding-left: 0; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a { text-decoration: none; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a { text-decoration: none; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a.active { color: black; font-weight: bold; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a.active, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a.active { color: black; font-weight: bold; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a:focus { -webkit-box-shadow: none; box-shadow: none; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a:focus, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab-nav li a:focus { -webkit-box-shadow: none; box-shadow: none; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab { display: none; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab { display: none; } -body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab.active { display: block; } +body.tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab.active, body.lsx-tour-operator_page_lsx-to-settings .uix-field-wrapper .ui-tab.active { display: block; } -body.tour-operator_page_to-help #wpbody-content .wrap *, body.tour-operator_page_to-addons #wpbody-content .wrap * { -webkit-box-sizing: border-box; box-sizing: border-box; } +body.tour-operator_page_to-help #wpbody-content .wrap *, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap * { -webkit-box-sizing: border-box; box-sizing: border-box; } -body.tour-operator_page_to-help #wpbody-content .wrap *:before, body.tour-operator_page_to-help #wpbody-content .wrap *:after, body.tour-operator_page_to-addons #wpbody-content .wrap *:before, body.tour-operator_page_to-addons #wpbody-content .wrap *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } +body.tour-operator_page_to-help #wpbody-content .wrap *:before, body.tour-operator_page_to-help #wpbody-content .wrap *:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap *:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } -body.tour-operator_page_to-help #wpbody-content .wrap .text-center, body.tour-operator_page_to-addons #wpbody-content .wrap .text-center { text-align: center; } +body.tour-operator_page_to-help #wpbody-content .wrap .text-center, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .text-center { text-align: center; } -body.tour-operator_page_to-help #wpbody-content .wrap .container, body.tour-operator_page_to-addons #wpbody-content .wrap .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } +body.tour-operator_page_to-help #wpbody-content .wrap .container, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .container:before, body.tour-operator_page_to-help #wpbody-content .wrap .container:after, body.tour-operator_page_to-addons #wpbody-content .wrap .container:before, body.tour-operator_page_to-addons #wpbody-content .wrap .container:after { content: " "; display: table; } +body.tour-operator_page_to-help #wpbody-content .wrap .container:before, body.tour-operator_page_to-help #wpbody-content .wrap .container:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container:after { content: " "; display: table; } -body.tour-operator_page_to-help #wpbody-content .wrap .container:after, body.tour-operator_page_to-addons #wpbody-content .wrap .container:after { clear: both; } +body.tour-operator_page_to-help #wpbody-content .wrap .container:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container:after { clear: both; } -@media (min-width: 768px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.tour-operator_page_to-addons #wpbody-content .wrap .container { width: 750px; } } +@media (min-width: 768px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container { width: 750px; } } -@media (min-width: 992px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.tour-operator_page_to-addons #wpbody-content .wrap .container { width: 970px; } } +@media (min-width: 992px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container { width: 970px; } } -@media (min-width: 1200px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.tour-operator_page_to-addons #wpbody-content .wrap .container { width: 1170px; } } +@media (min-width: 1200px) { body.tour-operator_page_to-help #wpbody-content .wrap .container, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container { width: 1170px; } } -body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid, body.tour-operator_page_to-addons #wpbody-content .wrap .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } +body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:before, body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:after, body.tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:before, body.tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:after { content: " "; display: table; } +body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:before, body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:after { content: " "; display: table; } -body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:after, body.tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:after { clear: both; } +body.tour-operator_page_to-help #wpbody-content .wrap .container-fluid:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .container-fluid:after { clear: both; } -body.tour-operator_page_to-help #wpbody-content .wrap .row, body.tour-operator_page_to-addons #wpbody-content .wrap .row { margin-left: -15px; margin-right: -15px; } +body.tour-operator_page_to-help #wpbody-content .wrap .row, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .row { margin-left: -15px; margin-right: -15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .row:before, body.tour-operator_page_to-help #wpbody-content .wrap .row:after, body.tour-operator_page_to-addons #wpbody-content .wrap .row:before, body.tour-operator_page_to-addons #wpbody-content .wrap .row:after { content: " "; display: table; } +body.tour-operator_page_to-help #wpbody-content .wrap .row:before, body.tour-operator_page_to-help #wpbody-content .wrap .row:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .row:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .row:after { content: " "; display: table; } -body.tour-operator_page_to-help #wpbody-content .wrap .row:after, body.tour-operator_page_to-addons #wpbody-content .wrap .row:after { clear: both; } +body.tour-operator_page_to-help #wpbody-content .wrap .row:after, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .row:after { clear: both; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12 { float: left; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12 { float: left; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1 { width: 8.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-1 { width: 8.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2 { width: 16.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-2 { width: 16.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3 { width: 25%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-3 { width: 25%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4 { width: 33.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-4 { width: 33.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5 { width: 41.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-5 { width: 41.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6 { width: 50%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-6 { width: 50%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7 { width: 58.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-7 { width: 58.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8 { width: 66.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-8 { width: 66.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9 { width: 75%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-9 { width: 75%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10 { width: 83.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-10 { width: 83.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11 { width: 91.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-11 { width: 91.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12 { width: 100%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-12 { width: 100%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-0 { right: auto; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-0 { right: auto; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-1 { right: 8.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-1 { right: 8.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-2 { right: 16.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-2 { right: 16.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-3 { right: 25%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-3 { right: 25%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-4 { right: 33.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-4 { right: 33.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-5 { right: 41.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-5 { right: 41.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-6 { right: 50%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-6 { right: 50%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-7 { right: 58.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-7 { right: 58.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-8 { right: 66.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-8 { right: 66.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-9 { right: 75%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-9 { right: 75%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-10 { right: 83.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-10 { right: 83.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-11 { right: 91.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-11 { right: 91.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-12 { right: 100%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-pull-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-pull-12 { right: 100%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-0 { left: auto; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-0 { left: auto; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-1 { left: 8.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-1 { left: 8.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-2 { left: 16.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-2 { left: 16.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-3 { left: 25%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-3 { left: 25%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-4 { left: 33.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-4 { left: 33.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-5 { left: 41.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-5 { left: 41.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-6 { left: 50%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-6 { left: 50%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-7 { left: 58.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-7 { left: 58.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-8 { left: 66.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-8 { left: 66.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-9 { left: 75%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-9 { left: 75%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-10 { left: 83.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-10 { left: 83.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-11 { left: 91.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-11 { left: 91.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-12 { left: 100%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-push-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-push-12 { left: 100%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-0 { margin-left: 0%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-0 { margin-left: 0%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-1 { margin-left: 8.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-1 { margin-left: 8.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-2 { margin-left: 16.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-2 { margin-left: 16.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-3 { margin-left: 25%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-3 { margin-left: 25%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-4 { margin-left: 33.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-4 { margin-left: 33.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-5 { margin-left: 41.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-5 { margin-left: 41.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-6 { margin-left: 50%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-6 { margin-left: 50%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-7 { margin-left: 58.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-7 { margin-left: 58.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-8 { margin-left: 66.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-8 { margin-left: 66.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-9 { margin-left: 75%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-9 { margin-left: 75%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-10 { margin-left: 83.33333%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-10 { margin-left: 83.33333%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-11 { margin-left: 91.66667%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-11 { margin-left: 91.66667%; } -body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-12 { margin-left: 100%; } +body.tour-operator_page_to-help #wpbody-content .wrap .col-xs-offset-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-xs-offset-12 { margin-left: 100%; } -@media (min-width: 768px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12 { float: left; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1 { width: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2 { width: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3 { width: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4 { width: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5 { width: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6 { width: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7 { width: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8 { width: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9 { width: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10 { width: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11 { width: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12 { width: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-0 { right: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-1 { right: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-2 { right: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-3 { right: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-4 { right: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-5 { right: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-6 { right: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-7 { right: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-8 { right: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-9 { right: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-10 { right: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-11 { right: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-12 { right: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-0 { left: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-1 { left: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-2 { left: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-3 { left: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-4 { left: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-5 { left: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-6 { left: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-7 { left: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-8 { left: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-9 { left: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-10 { left: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-11 { left: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-12 { left: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-0 { margin-left: 0%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-1 { margin-left: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-2 { margin-left: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-3 { margin-left: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-4 { margin-left: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-5 { margin-left: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-6 { margin-left: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-7 { margin-left: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-8 { margin-left: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-9 { margin-left: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-10 { margin-left: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-11 { margin-left: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-12 { margin-left: 100%; } } - -@media (min-width: 992px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-12 { float: left; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-1 { width: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-2 { width: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-3 { width: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-4 { width: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-5 { width: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-6 { width: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-7 { width: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-8 { width: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-9 { width: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-10 { width: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-11 { width: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-12 { width: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-0 { right: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-1 { right: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-2 { right: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-3 { right: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-4 { right: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-5 { right: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-6 { right: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-7 { right: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-8 { right: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-9 { right: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-10 { right: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-11 { right: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-12 { right: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-0 { left: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-1 { left: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-2 { left: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-3 { left: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-4 { left: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-5 { left: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-6 { left: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-7 { left: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-8 { left: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-9 { left: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-10 { left: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-11 { left: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-12 { left: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-0 { margin-left: 0%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-1 { margin-left: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-2 { margin-left: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-3 { margin-left: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-4 { margin-left: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-5 { margin-left: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-6 { margin-left: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-7 { margin-left: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-8 { margin-left: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-9 { margin-left: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-10 { margin-left: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-11 { margin-left: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-12 { margin-left: 100%; } } - -@media (min-width: 1200px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { float: left; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1 { width: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2 { width: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3 { width: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4 { width: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5 { width: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6 { width: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7 { width: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8 { width: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9 { width: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10 { width: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11 { width: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { width: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-0 { right: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-1 { right: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-2 { right: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-3 { right: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-4 { right: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-5 { right: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-6 { right: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-7 { right: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-8 { right: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-9 { right: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-10 { right: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-11 { right: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-12 { right: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-0 { left: auto; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-1 { left: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-2 { left: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-3 { left: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-4 { left: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-5 { left: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-6 { left: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-7 { left: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-8 { left: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-9 { left: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-10 { left: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-11 { left: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-12 { left: 100%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-0, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-0 { margin-left: 0%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-1, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-1 { margin-left: 8.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-2, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-2 { margin-left: 16.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-3, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-3 { margin-left: 25%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-4, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-4 { margin-left: 33.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-5, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-5 { margin-left: 41.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-6, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-6 { margin-left: 50%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-7, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-7 { margin-left: 58.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-8, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-8 { margin-left: 66.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-9, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-9 { margin-left: 75%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-10, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-10 { margin-left: 83.33333%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-11, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-11 { margin-left: 91.66667%; } - body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-12, body.tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-12 { margin-left: 100%; } } - -body.tour-operator_page_to-help #wpbody-content .wrap h1.small, body.tour-operator_page_to-addons #wpbody-content .wrap h1.small { font-size: 35px; } - -body.tour-operator_page_to-help #wpbody-content .wrap h2, body.tour-operator_page_to-addons #wpbody-content .wrap h2 { margin-bottom: 20px; } - -body.tour-operator_page_to-help #wpbody-content .wrap img, body.tour-operator_page_to-addons #wpbody-content .wrap img { width: 100%; } - -body.tour-operator_page_to-help #wpbody-content .wrap .thumbnail, body.tour-operator_page_to-help #wpbody-content .wrap .video, body.tour-operator_page_to-addons #wpbody-content .wrap .thumbnail, body.tour-operator_page_to-addons #wpbody-content .wrap .video { margin-bottom: 40px; } - -body.tour-operator_page_to-help #wpbody-content .wrap .top-header, body.tour-operator_page_to-addons #wpbody-content .wrap .top-header { margin-bottom: 40px; } - -body.tour-operator_page_to-help #wpbody-content .wrap .top-header p, body.tour-operator_page_to-addons #wpbody-content .wrap .top-header p { font-size: 13px; margin-bottom: 13px; } - -body.tour-operator_page_to-help #wpbody-content .wrap .top-header p:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .top-header p:last-child { margin-bottom: 0; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box, body.tour-operator_page_to-addons #wpbody-content .wrap .box { background: #fff; border: 1px solid #ddd; border-radius: 4px; margin-bottom: 40px; padding: 25px 30px; position: relative; } +@media (min-width: 768px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12 { float: left; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-1 { width: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-2 { width: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-3 { width: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-4 { width: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-5 { width: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-6 { width: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-7 { width: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-8 { width: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-9 { width: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-10 { width: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-11 { width: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-12 { width: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-0 { right: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-1 { right: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-2 { right: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-3 { right: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-4 { right: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-5 { right: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-6 { right: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-7 { right: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-8 { right: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-9 { right: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-10 { right: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-11 { right: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-pull-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-pull-12 { right: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-0 { left: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-1 { left: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-2 { left: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-3 { left: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-4 { left: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-5 { left: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-6 { left: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-7 { left: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-8 { left: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-9 { left: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-10 { left: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-11 { left: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-push-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-push-12 { left: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-0 { margin-left: 0%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-1 { margin-left: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-2 { margin-left: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-3 { margin-left: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-4 { margin-left: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-5 { margin-left: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-6 { margin-left: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-7 { margin-left: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-8 { margin-left: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-9 { margin-left: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-10 { margin-left: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-11 { margin-left: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-sm-offset-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-sm-offset-12 { margin-left: 100%; } } + +@media (min-width: 992px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-12 { float: left; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-1 { width: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-2 { width: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-3 { width: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-4 { width: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-5 { width: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-6 { width: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-7 { width: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-8 { width: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-9 { width: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-10 { width: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-11 { width: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-12 { width: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-0 { right: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-1 { right: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-2 { right: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-3 { right: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-4 { right: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-5 { right: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-6 { right: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-7 { right: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-8 { right: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-9 { right: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-10 { right: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-11 { right: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-pull-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-pull-12 { right: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-0 { left: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-1 { left: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-2 { left: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-3 { left: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-4 { left: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-5 { left: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-6 { left: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-7 { left: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-8 { left: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-9 { left: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-10 { left: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-11 { left: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-push-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-push-12 { left: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-0 { margin-left: 0%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-1 { margin-left: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-2 { margin-left: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-3 { margin-left: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-4 { margin-left: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-5 { margin-left: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-6 { margin-left: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-7 { margin-left: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-8 { margin-left: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-9 { margin-left: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-10 { margin-left: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-11 { margin-left: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-md-offset-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-md-offset-12 { margin-left: 100%; } } + +@media (min-width: 1200px) { body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { float: left; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-1 { width: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-2 { width: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-3 { width: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-4 { width: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-5 { width: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-6 { width: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-7 { width: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-8 { width: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-9 { width: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-10 { width: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-11 { width: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-12 { width: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-0 { right: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-1 { right: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-2 { right: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-3 { right: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-4 { right: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-5 { right: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-6 { right: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-7 { right: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-8 { right: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-9 { right: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-10 { right: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-11 { right: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-pull-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-pull-12 { right: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-0 { left: auto; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-1 { left: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-2 { left: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-3 { left: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-4 { left: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-5 { left: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-6 { left: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-7 { left: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-8 { left: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-9 { left: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-10 { left: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-11 { left: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-push-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-push-12 { left: 100%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-0, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-0 { margin-left: 0%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-1, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-1 { margin-left: 8.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-2 { margin-left: 16.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-3 { margin-left: 25%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-4, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-4 { margin-left: 33.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-5, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-5 { margin-left: 41.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-6, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-6 { margin-left: 50%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-7, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-7 { margin-left: 58.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-8, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-8 { margin-left: 66.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-9, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-9 { margin-left: 75%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-10, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-10 { margin-left: 83.33333%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-11, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-11 { margin-left: 91.66667%; } + body.tour-operator_page_to-help #wpbody-content .wrap .col-lg-offset-12, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .col-lg-offset-12 { margin-left: 100%; } } + +body.tour-operator_page_to-help #wpbody-content .wrap h1.small, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap h1.small { font-size: 35px; } + +body.tour-operator_page_to-help #wpbody-content .wrap h2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap h2 { margin-bottom: 20px; } + +body.tour-operator_page_to-help #wpbody-content .wrap img, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap img { width: 100%; } + +body.tour-operator_page_to-help #wpbody-content .wrap .thumbnail, body.tour-operator_page_to-help #wpbody-content .wrap .video, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .thumbnail, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .video { margin-bottom: 40px; } + +body.tour-operator_page_to-help #wpbody-content .wrap .top-header, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .top-header { margin-bottom: 40px; } + +body.tour-operator_page_to-help #wpbody-content .wrap .top-header p, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .top-header p { font-size: 13px; margin-bottom: 13px; } + +body.tour-operator_page_to-help #wpbody-content .wrap .top-header p:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .top-header p:last-child { margin-bottom: 0; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box { background: #fff; border: 1px solid #ddd; border-radius: 4px; margin-bottom: 40px; padding: 25px 30px; position: relative; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box.box-top-image, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.box-top-image { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box h2, body.tour-operator_page_to-help #wpbody-content .wrap .box h3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box h2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box h3 { font-size: 17px; font-weight: 700; margin-right: 30px; margin-top: 0; text-align: left; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box p, body.tour-operator_page_to-help #wpbody-content .wrap .box ul, body.tour-operator_page_to-help #wpbody-content .wrap .box li, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box p, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box ul, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box li { font-size: 13px; margin-bottom: 3px; } + +body.tour-operator_page_to-help #wpbody-content .wrap .box p:last-child, body.tour-operator_page_to-help #wpbody-content .wrap .box ul:last-child, body.tour-operator_page_to-help #wpbody-content .wrap .box li:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box p:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box ul:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box li:last-child { margin-bottom: 0; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.box-top-image, body.tour-operator_page_to-addons #wpbody-content .wrap .box.box-top-image { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button { padding: 1em 0 0 0; border-top: 1px solid #eee; clear: both; text-align: right; clear: both; } -body.tour-operator_page_to-help #wpbody-content .wrap .box h2, body.tour-operator_page_to-help #wpbody-content .wrap .box h3, body.tour-operator_page_to-addons #wpbody-content .wrap .box h2, body.tour-operator_page_to-addons #wpbody-content .wrap .box h3 { font-size: 17px; font-weight: 700; margin-right: 30px; margin-top: 0; text-align: left; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button a:first-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button a:first-child { float: left; } -body.tour-operator_page_to-help #wpbody-content .wrap .box p, body.tour-operator_page_to-help #wpbody-content .wrap .box ul, body.tour-operator_page_to-help #wpbody-content .wrap .box li, body.tour-operator_page_to-addons #wpbody-content .wrap .box p, body.tour-operator_page_to-addons #wpbody-content .wrap .box ul, body.tour-operator_page_to-addons #wpbody-content .wrap .box li { font-size: 13px; margin-bottom: 13px; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button a:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button a:last-child { float: right; } -body.tour-operator_page_to-help #wpbody-content .wrap .box p:last-child, body.tour-operator_page_to-help #wpbody-content .wrap .box ul:last-child, body.tour-operator_page_to-help #wpbody-content .wrap .box li:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .box p:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .box ul:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .box li:last-child { margin-bottom: 0; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button a.button-secondary, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button a.button-secondary { background-color: #F7AE00; border-color: #F7AE00; color: #fff; } -body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button, body.tour-operator_page_to-addons #wpbody-content .wrap .box .more-button { padding: 1em 0 0 0; border-top: 1px solid #eee; clear: both; text-align: right; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .more-button a.button-secondary:hover, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .more-button a.button-secondary:hover { background-color: #C4771B; border-color: #C4771B; } -body.tour-operator_page_to-help #wpbody-content .wrap .box .price, body.tour-operator_page_to-addons #wpbody-content .wrap .box .price { color: #45B964; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.wetu .more-button a, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.wetu .more-button a { float: none; } -body.tour-operator_page_to-help #wpbody-content .wrap .box form, body.tour-operator_page_to-addons #wpbody-content .wrap .box form { padding: 0 !important; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.wetu .more-button a:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.wetu .more-button a:last-child { margin-left: 20px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box:before { content: "\f324"; display: block; position: absolute; top: 30px; right: 30px; font-size: 1.618em; font-family: 'Dashicons'; font-weight: 400; -webkit-font-smoothing: antialiased; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support { display: -webkit-box; display: -ms-flexbox; display: flex; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.box-top-image:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.box-top-image:before { display: none; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .image, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .image { margin-right: 25px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.featured, body.tour-operator_page_to-addons #wpbody-content .wrap .box.featured { border-width: 2px; border-color: #FFA107; -webkit-box-shadow: 0 1px 1px #FFA107; box-shadow: 0 1px 1px #FFA107; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .image img, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .image img { width: 100px; margin-top: 15px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.featured:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.featured:before { color: #FFA107; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .button-tertiary, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .button-tertiary { background-color: #6BA914; border-color: #6BA914; color: #fff; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.enhance:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.enhance:before { content: "\f106"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .button-tertiary:hover, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .button-tertiary:hover { background-color: #5d9410; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.maps:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.maps:before { content: "\f230"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.info .more-button, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.info .more-button { padding-top: 4px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.specials:before, body.tour-operator_page_to-help #wpbody-content .wrap .box.rate:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.specials:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.rate:before { content: "\f155"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.info h2, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.info h2 { margin-bottom: -3px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.reviews:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.reviews:before { content: "\f130"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.support .more-button, body.tour-operator_page_to-help #wpbody-content .wrap .box.info .more-button, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.support .more-button, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.info .more-button { border-top: 0px solid #eee; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.activities:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.activities:before { content: "\f481"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box .price, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box .price { color: #45B964; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.search:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.search:before { content: "\f179"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box form, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box form { padding: 0 !important; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.galleries:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.galleries:before { content: "\f161"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.box-top-image:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.box-top-image:before { display: none; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.vehicles:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.vehicles:before { content: "\f311"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.featured, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.featured { border-width: 2px; border-color: #FFA107; -webkit-box-shadow: 0 1px 1px #FFA107; box-shadow: 0 1px 1px #FFA107; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.team:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.team:before { content: "\f307"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box.featured:before, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box.featured:before { color: #FFA107; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.videos:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.videos:before { content: "\f236"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box-clean, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box-clean { padding-top: 20px; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.wetu:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.wetu:before { content: "\f316"; } +body.tour-operator_page_to-help #wpbody-content .wrap .box-clean h3, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box-clean h3 { font-weight: 700; } -body.tour-operator_page_to-help #wpbody-content .wrap .box.support:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.support:before { content: "\f107"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.documentation:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.documentation:before { content: "\f123"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.info:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.info:before { content: "\f534"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.premium:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.premium:before { content: "\f313"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.news:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.news:before { content: "\f319"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box.newsletter:before, body.tour-operator_page_to-addons #wpbody-content .wrap .box.newsletter:before { content: "\f465"; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box-clean, body.tour-operator_page_to-addons #wpbody-content .wrap .box-clean { padding-top: 20px; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box-clean h3, body.tour-operator_page_to-addons #wpbody-content .wrap .box-clean h3 { font-weight: 700; } - -body.tour-operator_page_to-help #wpbody-content .wrap .box-clean p:last-child, body.tour-operator_page_to-addons #wpbody-content .wrap .box-clean p:last-child { margin-bottom: 0; } +body.tour-operator_page_to-help #wpbody-content .wrap .box-clean p:last-child, body.lsx-tour-operator_page_to-addons #wpbody-content .wrap .box-clean p:last-child { margin-bottom: 0; } /*# sourceMappingURL=maps/admin.css.map */ diff --git a/assets/css/maps/admin.css.map b/assets/css/maps/admin.css.map index f1ee3d39..3857d42f 100644 --- a/assets/css/maps/admin.css.map +++ b/assets/css/maps/admin.css.map @@ -1 +1 @@ -{"version":3,"sources":["admin.scss","../vendor/bootstrap/mixins/_vendor-prefixes.scss","../vendor/bootstrap/mixins/_grid.scss","../vendor/bootstrap/mixins/_clearfix.scss","../vendor/bootstrap/_grid.scss","../vendor/bootstrap/_variables.scss","../vendor/bootstrap/mixins/_grid-framework.scss"],"names":[],"mappings":"AAAA,qCAAA;AAIA,4BAEE,cAAc,EAAA;;AAIhB,0BAEE,cAAc,EAAA;;AAIhB,gCAEE,WAAW,EAAA;;AAIb,oBACC,cAAc,EACd,WAAW,EACX,UAAU,EAAA;;AAGX,wBACC,cAAc,EACd,YAAY,EACZ,UAAU,EAAA;;AAHX,qCAME,WAAU,EACV,UAAU,EAAA;;AAIZ,iCAEE,cAAc,EACd,0BAAyB,EACzB,kBAAkB,EAClB,WAAW,EAAA;;AAIb,oBAAA;AAEA,mDAEE,sBAAsB,EACtB,mBAAmB,EAAA;;AAHrB,4EASI,qBAAqB,EAAA;;AATzB,kFAYK,YAAY,EACZ,qBAAqB,EACrB,oBAAoB,EAAA;;AAdzB,6FAmBM,WAAW,EACX,eAAe,EAAA;;AApBrB,8EAyBK,qBAAqB,EAAA;;AAzB1B,qFA4BM,YAAY,EACZ,iBAAiB,EAAA;;AA7BvB,oFAiCM,wBAAgB,EAAhB,gBAAgB,EAAA;;AAjCtB,qEAwCG,aAAY,EAAA;;AAxCf,4EA2CI,cAAc,EAAA;;AAUlB,qHC7BE,8BDwCgC,ECtCxB,sBDsCwB,EAAA;;AAXlC,mQC7BE,8BD6CgC,EC3CxB,sBD2CwB,EAAA;;AAhBlC,2IAoBI,kBAAkB,EAAA;;AApBtB,uIEjGE,kBAAkB,EAClB,iBAAiB,EACjB,kBAAmC,EACnC,mBAAkC,EAAA;;AF8FpC,uSGxFI,YAAY,EACZ,cAAc,EAAA;;AHuFlB,mJGpFI,WAAW,EAAA;;ACPb,4BJ2FF,uII1FI,YC2UuD,EAAA,EDnU1D;;AANC,4BJwFF,uIIvFI,YC6UuD,EAAA,EDxU1D;;AAHC,6BJqFF,uIIpFI,aC+UwD,EAAA,ED7U3D;;AJkFD,mJEjGE,kBAAkB,EAClB,iBAAiB,EACjB,kBAAmC,EACnC,mBAAkC,EAAA;;AF8FpC,+TGxFI,YAAY,EACZ,cAAc,EAAA;;AHuFlB,+JGpFI,WAAW,EAAA;;AHoFf,2HExFE,kBAAkC,EAClC,mBAAmC,EAAA;;AFuFrC,+QGxFI,YAAY,EACZ,cAAc,EAAA;;AHuFlB,uIGpFI,WAAW,EAAA;;AHoFf,ytMM5FI,kBAAkB,EAElB,eAAe,EAEf,kBAA6C,EAC7C,mBAA8C,EAAA;;ANuFlD,ujDM5EI,WAAW,EAAA;;AN4Ef,qIMpEM,eAA2C,EAAA;;ANoEjD,qIMpEM,gBAA2C,EAAA;;ANoEjD,qIMpEM,UAA2C,EAAA;;ANoEjD,qIMpEM,gBAA2C,EAAA;;ANoEjD,qIMpEM,gBAA2C,EAAA;;ANoEjD,qIMpEM,UAA2C,EAAA;;ANoEjD,qIMpEM,gBAA2C,EAAA;;ANoEjD,qIMpEM,gBAA2C,EAAA;;ANoEjD,qIMpEM,UAA2C,EAAA;;ANoEjD,uIMpEM,gBAA2C,EAAA;;ANoEjD,uIMpEM,gBAA2C,EAAA;;ANoEjD,uIMpEM,WAA2C,EAAA;;ANoEjD,+IMhDM,WAAW,EAAA;;ANgDjB,+IMrDM,eAA2C,EAAA;;ANqDjD,+IMrDM,gBAA2C,EAAA;;ANqDjD,+IMrDM,UAA2C,EAAA;;ANqDjD,+IMrDM,gBAA2C,EAAA;;ANqDjD,+IMrDM,gBAA2C,EAAA;;ANqDjD,+IMrDM,UAA2C,EAAA;;ANqDjD,+IMrDM,gBAA2C,EAAA;;ANqDjD,+IMrDM,gBAA2C,EAAA;;ANqDjD,+IMrDM,UAA2C,EAAA;;ANqDjD,iJMrDM,gBAA2C,EAAA;;ANqDjD,iJMrDM,gBAA2C,EAAA;;ANqDjD,iJMrDM,WAA2C,EAAA;;ANqDjD,+IM1DM,UAAU,EAAA;;AN0DhB,+IM/DM,cAA0C,EAAA;;AN+DhD,+IM/DM,eAA0C,EAAA;;AN+DhD,+IM/DM,SAA0C,EAAA;;AN+DhD,+IM/DM,eAA0C,EAAA;;AN+DhD,+IM/DM,eAA0C,EAAA;;AN+DhD,+IM/DM,SAA0C,EAAA;;AN+DhD,+IM/DM,eAA0C,EAAA;;AN+DhD,+IM/DM,eAA0C,EAAA;;AN+DhD,+IM/DM,SAA0C,EAAA;;AN+DhD,iJM/DM,eAA0C,EAAA;;AN+DhD,iJM/DM,eAA0C,EAAA;;AN+DhD,iJM/DM,UAA0C,EAAA;;AN+DhD,mJM3CM,eAAiD,EAAA;;AN2CvD,mJM3CM,qBAAiD,EAAA;;AN2CvD,mJM3CM,sBAAiD,EAAA;;AN2CvD,mJM3CM,gBAAiD,EAAA;;AN2CvD,mJM3CM,sBAAiD,EAAA;;AN2CvD,mJM3CM,sBAAiD,EAAA;;AN2CvD,mJM3CM,gBAAiD,EAAA;;AN2CvD,mJM3CM,sBAAiD,EAAA;;AN2CvD,mJM3CM,sBAAiD,EAAA;;AN2CvD,mJM3CM,gBAAiD,EAAA;;AN2CvD,qJM3CM,sBAAiD,EAAA;;AN2CvD,qJM3CM,sBAAiD,EAAA;;AN2CvD,qJM3CM,iBAAiD,EAAA;;AFGvD,4BJwCA,ujDM5EI,WAAW,EAAA;EN4Ef,qIMpEM,eAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,UAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,UAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,UAA2C,EAAA;ENoEjD,uIMpEM,gBAA2C,EAAA;ENoEjD,uIMpEM,gBAA2C,EAAA;ENoEjD,uIMpEM,WAA2C,EAAA;ENoEjD,+IMhDM,WAAW,EAAA;ENgDjB,+IMrDM,eAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,UAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,UAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,UAA2C,EAAA;ENqDjD,iJMrDM,gBAA2C,EAAA;ENqDjD,iJMrDM,gBAA2C,EAAA;ENqDjD,iJMrDM,WAA2C,EAAA;ENqDjD,+IM1DM,UAAU,EAAA;EN0DhB,+IM/DM,cAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,SAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,SAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,SAA0C,EAAA;EN+DhD,iJM/DM,eAA0C,EAAA;EN+DhD,iJM/DM,eAA0C,EAAA;EN+DhD,iJM/DM,UAA0C,EAAA;EN+DhD,mJM3CM,eAAiD,EAAA;EN2CvD,mJM3CM,qBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,gBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,gBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,gBAAiD,EAAA;EN2CvD,qJM3CM,sBAAiD,EAAA;EN2CvD,qJM3CM,sBAAiD,EAAA;EN2CvD,qJM3CM,iBAAiD,EAAA,EAClD;;AFWL,4BJ+BA,ujDM5EI,WAAW,EAAA;EN4Ef,qIMpEM,eAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,UAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,UAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,UAA2C,EAAA;ENoEjD,uIMpEM,gBAA2C,EAAA;ENoEjD,uIMpEM,gBAA2C,EAAA;ENoEjD,uIMpEM,WAA2C,EAAA;ENoEjD,+IMhDM,WAAW,EAAA;ENgDjB,+IMrDM,eAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,UAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,UAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,UAA2C,EAAA;ENqDjD,iJMrDM,gBAA2C,EAAA;ENqDjD,iJMrDM,gBAA2C,EAAA;ENqDjD,iJMrDM,WAA2C,EAAA;ENqDjD,+IM1DM,UAAU,EAAA;EN0DhB,+IM/DM,cAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,SAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,SAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,SAA0C,EAAA;EN+DhD,iJM/DM,eAA0C,EAAA;EN+DhD,iJM/DM,eAA0C,EAAA;EN+DhD,iJM/DM,UAA0C,EAAA;EN+DhD,mJM3CM,eAAiD,EAAA;EN2CvD,mJM3CM,qBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,gBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,gBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,gBAAiD,EAAA;EN2CvD,qJM3CM,sBAAiD,EAAA;EN2CvD,qJM3CM,sBAAiD,EAAA;EN2CvD,qJM3CM,iBAAiD,EAAA,EAClD;;AFoBL,6BJsBA,ujDM5EI,WAAW,EAAA;EN4Ef,qIMpEM,eAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,UAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,UAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,gBAA2C,EAAA;ENoEjD,qIMpEM,UAA2C,EAAA;ENoEjD,uIMpEM,gBAA2C,EAAA;ENoEjD,uIMpEM,gBAA2C,EAAA;ENoEjD,uIMpEM,WAA2C,EAAA;ENoEjD,+IMhDM,WAAW,EAAA;ENgDjB,+IMrDM,eAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,UAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,UAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,gBAA2C,EAAA;ENqDjD,+IMrDM,UAA2C,EAAA;ENqDjD,iJMrDM,gBAA2C,EAAA;ENqDjD,iJMrDM,gBAA2C,EAAA;ENqDjD,iJMrDM,WAA2C,EAAA;ENqDjD,+IM1DM,UAAU,EAAA;EN0DhB,+IM/DM,cAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,SAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,SAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,eAA0C,EAAA;EN+DhD,+IM/DM,SAA0C,EAAA;EN+DhD,iJM/DM,eAA0C,EAAA;EN+DhD,iJM/DM,eAA0C,EAAA;EN+DhD,iJM/DM,UAA0C,EAAA;EN+DhD,mJM3CM,eAAiD,EAAA;EN2CvD,mJM3CM,qBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,gBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,gBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,sBAAiD,EAAA;EN2CvD,mJM3CM,gBAAiD,EAAA;EN2CvD,qJM3CM,sBAAiD,EAAA;EN2CvD,qJM3CM,sBAAiD,EAAA;EN2CvD,qJM3CM,iBAAiD,EAAA,EAClD;;AN0CL,mIA6BK,eAAe,EAAA;;AA7BpB,uHAkCI,mBAAmB,EAAA;;AAlCvB,yHAsCI,WAAW,EAAA;;AAtCf,qQA2CI,mBAAmB,EAAA;;AA3CvB,yIA+CI,mBAAmB,EAAA;;AA/CvB,6IAkDK,eAAe,EACf,mBAAmB,EAAA;;AAnDxB,mKAsDM,gBAAgB,EAAA;;AAtDtB,2HA4DI,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,kBAAkB,EAAA;;AAjEtB,uJAoEK,gBAAgB,EAChB,yBAAyB,EACzB,0BAA0B,EAAA;;AAtE/B,iQA0EK,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAAA;;AA9ErB,+XAkFK,eAAe,EACf,mBAAmB,EAAA;;AAnFxB,icAsFM,gBAAgB,EAAA;;AAtFtB,qJA2FK,kBAAkB,EAClB,0BAA0B,EAC1B,WAAW,EACX,iBAAiB,EAAA;;AA9FtB,yIAkGK,cAAc,EAAA;;AAlGnB,qIAsGK,qBAAqB,EAAA;;AAtG1B,yIA0GK,gBAAgB,EAChB,cAAc,EACd,kBAAkB,EAClB,SAAS,EACT,WAAW,EACX,kBAAkB,EAClB,wBAAwB,EACxB,gBAAgB,EAChB,mCAAmC,EAAA;;AAlHxC,qKAuHM,aAAa,EAAA;;AAvHnB,6IA4HK,iBAAiB,EACjB,qBAAqB,EACrB,qCAA6B,EAA7B,6BAA6B,EAAA;;AA9HlC,2JAiIM,cAAc,EAAA;;AAjIpB,yJAsIK,gBAAgB,EAAA;;AAtIrB,mJA0IK,gBAAgB,EAAA;;AA1IrB,6SA+IK,gBAAgB,EAAA;;AA/IrB,yJAmJK,gBAAgB,EAAA;;AAnJrB,+JAuJK,gBAAgB,EAAA;;AAvJrB,uJA2JK,gBAAgB,EAAA;;AA3JrB,6JA+JK,gBAAgB,EAAA;;AA/JrB,2JAmKK,gBAAgB,EAAA;;AAnKrB,mJAuKK,gBAAgB,EAAA;;AAvKrB,uJA2KK,gBAAgB,EAAA;;AA3KrB,mJA+KK,gBAAgB,EAAA;;AA/KrB,yJAmLK,gBAAgB,EAAA;;AAnLrB,qKAuLK,gBAAgB,EAAA;;AAvLrB,mJA2LK,gBAAgB,EAAA;;AA3LrB,yJA+LK,gBAAgB,EAAA;;AA/LrB,mJAmMK,gBAAgB,EAAA;;AAnMrB,+JAuMK,gBAAgB,EAAA;;AAvMrB,uIA4MI,iBAAiB,EAAA;;AA5MrB,6IA+MK,gBAAgB,EAAA;;AA/MrB,iKAmNK,gBAAgB,EAAA","file":"../admin.css","sourcesContent":["/*\n * LSX Tour Operators Administrator\n */\n\n#banners {\n\t.CMB_Group_Field {\n\t\tdisplay: block;\n\t}\n}\n\n.CMB_Group_Field {\n\t&.active {\n\t\tdisplay: block;\n\t}\n}\n\n.CMB_Color_Picker {\n\t.field-item {\n\t\tfloat: none;\n\t}\n}\n\n#lsx-tab-headings {\n\tdisplay: block;\n\tfloat: left;\n\twidth: 10%;\n}\n\n#details .cmb_metabox {\n\tdisplay: block;\n\tfloat: right;\n\twidth: 85%;\n\n\t.cmb_metabox {\n\t\tfloat:none;\n\t\twidth: 98%;\n\t}\n}\n\n#lsx-tab-headings {\n\t.tab-heading {\n\t\tdisplay: block;\n\t\ttext-transform:capitalize;\n\t\tpadding: 10px 15px;\n\t\twidth: 100%;\n\t}\n}\n\n/* The Tab Styling */\n\nbody.tour-operator_page_lsx-to-settings {\n\t.spinner {\n\t\tbackground-color: #fff;\n\t\tborder-radius: 10px;\n\t}\n\n\t.uix-field-wrapper {\n\t\t.ui-tab-nav {\n\t\t\tli {\n\t\t\t\tdisplay: inline-block;\n\n\t\t\t\t&:after {\n\t\t\t\t\tcontent: \"|\";\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\tpadding: 0 3px 0 8px;\n\t\t\t\t}\n\n\t\t\t\t&:last-child {\n\t\t\t\t\t&:after {\n\t\t\t\t\t\tcontent: \"\";\n\t\t\t\t\t\tpadding-left: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\ta {\n\t\t\t\t\ttext-decoration: none;\n\n\t\t\t\t\t&.active {\n\t\t\t\t\t\tcolor: black;\n\t\t\t\t\t\tfont-weight: bold;\n\t\t\t\t\t}\n\n\t\t\t\t\t&:focus {\n\t\t\t\t\t\tbox-shadow: none;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.ui-tab {\n\t\t\tdisplay:none;\n\n\t\t\t&.active {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\t}\n}\n\n// Welcome page content\n// Help page content\n// Addons page content\n\nbody.tour-operator_page_to-help,\nbody.tour-operator_page_to-addons {\n\t#wpbody-content {\n\t\t.wrap {\n\n\t\t\t// Bootstrap Grid\n\n\t\t\t@import \"../vendor/bootstrap/variables\";\n\t\t\t@import \"../vendor/bootstrap/mixins\";\n\n\t\t\t* {\n\t\t\t\t@include box-sizing(border-box);\n\t\t\t}\n\n\t\t\t*:before,\n\t\t\t*:after {\n\t\t\t\t@include box-sizing(border-box);\n\t\t\t}\n\n\t\t\t.text-center {\n\t\t\t\ttext-align: center;\n\t\t\t}\n\n\t\t\t@import \"../vendor/bootstrap/grid\";\n\n\t\t\t// Styles\n\n\t\t\th1 {\n\t\t\t\t&.small {\n\t\t\t\t\tfont-size: 35px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\th2 {\n\t\t\t\tmargin-bottom: 20px;\n\t\t\t}\n\n\t\t\timg {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\n\t\t\t.thumbnail,\n\t\t\t.video {\n\t\t\t\tmargin-bottom: 40px;\n\t\t\t}\n\n\t\t\t.top-header {\n\t\t\t\tmargin-bottom: 40px;\n\n\t\t\t\tp {\n\t\t\t\t\tfont-size: 13px;\n\t\t\t\t\tmargin-bottom: 13px;\n\n\t\t\t\t\t&:last-child {\n\t\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.box {\n\t\t\t\tbackground: #fff;\n\t\t\t\tborder: 1px solid #ddd;\n\t\t\t\tborder-radius: 4px;\n\t\t\t\tmargin-bottom: 40px;\n\t\t\t\tpadding: 25px 30px;\n\t\t\t\tposition: relative;\n\n\t\t\t\t&.box-top-image {\n\t\t\t\t\tborder-top: none;\n\t\t\t\t\tborder-top-left-radius: 0;\n\t\t\t\t\tborder-top-right-radius: 0;\n\t\t\t\t}\n\n\t\t\t\th2, h3 {\n\t\t\t\t\tfont-size: 17px;\n\t\t\t\t\tfont-weight: 700;\n\t\t\t\t\tmargin-right: 30px;\n\t\t\t\t\tmargin-top: 0;\n\t\t\t\t\ttext-align: left;\n\t\t\t\t}\n\n\t\t\t\tp, ul, li {\n\t\t\t\t\tfont-size: 13px;\n\t\t\t\t\tmargin-bottom: 13px;\n\n\t\t\t\t\t&:last-child {\n\t\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.more-button {\n\t\t\t\t\tpadding: 1em 0 0 0;\n\t\t\t\t\tborder-top: 1px solid #eee;\n\t\t\t\t\tclear: both;\n\t\t\t\t\ttext-align: right;\n\t\t\t\t}\n\n\t\t\t\t.price {\n\t\t\t\t\tcolor: #45B964;\n\t\t\t\t}\n\n\t\t\t\tform {\n\t\t\t\t\tpadding: 0 !important;\n\t\t\t\t}\n\n\t\t\t\t&:before {\n\t\t\t\t\tcontent: \"\\f324\";\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\ttop: 30px;\n\t\t\t\t\tright: 30px;\n\t\t\t\t\tfont-size: 1.618em;\n\t\t\t\t\tfont-family: 'Dashicons';\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\t-webkit-font-smoothing: antialiased;\n\t\t\t\t}\n\n\t\t\t\t&.box-top-image {\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&.featured {\n\t\t\t\t\tborder-width: 2px;\n\t\t\t\t\tborder-color: #FFA107;\n\t\t\t\t\tbox-shadow: 0 1px 1px #FFA107;\n\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tcolor: #FFA107;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&.enhance:before {\n\t\t\t\t\tcontent: \"\\f106\";\n\t\t\t\t}\n\n\t\t\t\t&.maps:before {\n\t\t\t\t\tcontent: \"\\f230\";\n\t\t\t\t}\n\n\t\t\t\t&.specials:before,\n\t\t\t\t&.rate:before {\n\t\t\t\t\tcontent: \"\\f155\";\n\t\t\t\t}\n\n\t\t\t\t&.reviews:before {\n\t\t\t\t\tcontent: \"\\f130\";\n\t\t\t\t}\n\n\t\t\t\t&.activities:before {\n\t\t\t\t\tcontent: \"\\f481\";\n\t\t\t\t}\n\n\t\t\t\t&.search:before {\n\t\t\t\t\tcontent: \"\\f179\";\n\t\t\t\t}\n\n\t\t\t\t&.galleries:before {\n\t\t\t\t\tcontent: \"\\f161\";\n\t\t\t\t}\n\n\t\t\t\t&.vehicles:before {\n\t\t\t\t\tcontent: \"\\f311\";\n\t\t\t\t}\n\n\t\t\t\t&.team:before {\n\t\t\t\t\tcontent: \"\\f307\";\n\t\t\t\t}\n\n\t\t\t\t&.videos:before {\n\t\t\t\t\tcontent: \"\\f236\";\n\t\t\t\t}\n\n\t\t\t\t&.wetu:before {\n\t\t\t\t\tcontent: \"\\f316\";\n\t\t\t\t}\n\n\t\t\t\t&.support:before {\n\t\t\t\t\tcontent: \"\\f107\";\n\t\t\t\t}\n\n\t\t\t\t&.documentation:before {\n\t\t\t\t\tcontent: \"\\f123\";\n\t\t\t\t}\n\n\t\t\t\t&.info:before {\n\t\t\t\t\tcontent: \"\\f534\";\n\t\t\t\t}\n\n\t\t\t\t&.premium:before {\n\t\t\t\t\tcontent: \"\\f313\";\n\t\t\t\t}\n\n\t\t\t\t&.news:before {\n\t\t\t\t\tcontent: \"\\f319\";\n\t\t\t\t}\n\n\t\t\t\t&.newsletter:before {\n\t\t\t\t\tcontent: \"\\f465\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.box-clean {\n\t\t\t\tpadding-top: 20px;\n\n\t\t\t\th3 {\n\t\t\t\t\tfont-weight: 700;\n\t\t\t\t}\n\n\t\t\t\tp:last-child {\n\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They have been removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n@mixin animation($animation) {\n -webkit-animation: $animation;\n -o-animation: $animation;\n animation: $animation;\n}\n@mixin animation-name($name) {\n -webkit-animation-name: $name;\n animation-name: $name;\n}\n@mixin animation-duration($duration) {\n -webkit-animation-duration: $duration;\n animation-duration: $duration;\n}\n@mixin animation-timing-function($timing-function) {\n -webkit-animation-timing-function: $timing-function;\n animation-timing-function: $timing-function;\n}\n@mixin animation-delay($delay) {\n -webkit-animation-delay: $delay;\n animation-delay: $delay;\n}\n@mixin animation-iteration-count($iteration-count) {\n -webkit-animation-iteration-count: $iteration-count;\n animation-iteration-count: $iteration-count;\n}\n@mixin animation-direction($direction) {\n -webkit-animation-direction: $direction;\n animation-direction: $direction;\n}\n@mixin animation-fill-mode($fill-mode) {\n -webkit-animation-fill-mode: $fill-mode;\n animation-fill-mode: $fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n@mixin backface-visibility($visibility) {\n -webkit-backface-visibility: $visibility;\n -moz-backface-visibility: $visibility;\n backface-visibility: $visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n@mixin box-shadow($shadow...) {\n -webkit-box-shadow: $shadow; // iOS <4.3 & Android <4.1\n box-shadow: $shadow;\n}\n\n// Box sizing\n@mixin box-sizing($boxmodel) {\n -webkit-box-sizing: $boxmodel;\n -moz-box-sizing: $boxmodel;\n box-sizing: $boxmodel;\n}\n\n// CSS3 Content Columns\n@mixin content-columns($column-count, $column-gap: $grid-gutter-width) {\n -webkit-column-count: $column-count;\n -moz-column-count: $column-count;\n column-count: $column-count;\n -webkit-column-gap: $column-gap;\n -moz-column-gap: $column-gap;\n column-gap: $column-gap;\n}\n\n// Optional hyphenation\n@mixin hyphens($mode: auto) {\n word-wrap: break-word;\n -webkit-hyphens: $mode;\n -moz-hyphens: $mode;\n -ms-hyphens: $mode; // IE10+\n -o-hyphens: $mode;\n hyphens: $mode;\n}\n\n// Placeholder text\n@mixin placeholder($color: $input-color-placeholder) {\n // Firefox\n &::-moz-placeholder {\n color: $color;\n opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526\n }\n &:-ms-input-placeholder { color: $color; } // Internet Explorer 10+\n &::-webkit-input-placeholder { color: $color; } // Safari and Chrome\n}\n\n// Transformations\n@mixin scale($ratio...) {\n -webkit-transform: scale($ratio);\n -ms-transform: scale($ratio); // IE9 only\n -o-transform: scale($ratio);\n transform: scale($ratio);\n}\n\n@mixin scaleX($ratio) {\n -webkit-transform: scaleX($ratio);\n -ms-transform: scaleX($ratio); // IE9 only\n -o-transform: scaleX($ratio);\n transform: scaleX($ratio);\n}\n@mixin scaleY($ratio) {\n -webkit-transform: scaleY($ratio);\n -ms-transform: scaleY($ratio); // IE9 only\n -o-transform: scaleY($ratio);\n transform: scaleY($ratio);\n}\n@mixin skew($x, $y) {\n -webkit-transform: skewX($x) skewY($y);\n -ms-transform: skewX($x) skewY($y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n -o-transform: skewX($x) skewY($y);\n transform: skewX($x) skewY($y);\n}\n@mixin translate($x, $y) {\n -webkit-transform: translate($x, $y);\n -ms-transform: translate($x, $y); // IE9 only\n -o-transform: translate($x, $y);\n transform: translate($x, $y);\n}\n@mixin translate3d($x, $y, $z) {\n -webkit-transform: translate3d($x, $y, $z);\n transform: translate3d($x, $y, $z);\n}\n@mixin rotate($degrees) {\n -webkit-transform: rotate($degrees);\n -ms-transform: rotate($degrees); // IE9 only\n -o-transform: rotate($degrees);\n transform: rotate($degrees);\n}\n@mixin rotateX($degrees) {\n -webkit-transform: rotateX($degrees);\n -ms-transform: rotateX($degrees); // IE9 only\n -o-transform: rotateX($degrees);\n transform: rotateX($degrees);\n}\n@mixin rotateY($degrees) {\n -webkit-transform: rotateY($degrees);\n -ms-transform: rotateY($degrees); // IE9 only\n -o-transform: rotateY($degrees);\n transform: rotateY($degrees);\n}\n@mixin perspective($perspective) {\n -webkit-perspective: $perspective;\n -moz-perspective: $perspective;\n perspective: $perspective;\n}\n@mixin perspective-origin($perspective) {\n -webkit-perspective-origin: $perspective;\n -moz-perspective-origin: $perspective;\n perspective-origin: $perspective;\n}\n@mixin transform-origin($origin) {\n -webkit-transform-origin: $origin;\n -moz-transform-origin: $origin;\n -ms-transform-origin: $origin; // IE9 only\n transform-origin: $origin;\n}\n\n\n// Transitions\n\n@mixin transition($transition...) {\n -webkit-transition: $transition;\n -o-transition: $transition;\n transition: $transition;\n}\n@mixin transition-property($transition-property...) {\n -webkit-transition-property: $transition-property;\n transition-property: $transition-property;\n}\n@mixin transition-delay($transition-delay) {\n -webkit-transition-delay: $transition-delay;\n transition-delay: $transition-delay;\n}\n@mixin transition-duration($transition-duration...) {\n -webkit-transition-duration: $transition-duration;\n transition-duration: $transition-duration;\n}\n@mixin transition-timing-function($timing-function) {\n -webkit-transition-timing-function: $timing-function;\n transition-timing-function: $timing-function;\n}\n@mixin transition-transform($transition...) {\n -webkit-transition: -webkit-transform $transition;\n -moz-transition: -moz-transform $transition;\n -o-transition: -o-transform $transition;\n transition: transform $transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n@mixin user-select($select) {\n -webkit-user-select: $select;\n -moz-user-select: $select;\n -ms-user-select: $select; // IE10+\n user-select: $select;\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n// Centered container element\n@mixin container-fixed($gutter: $grid-gutter-width) {\n margin-right: auto;\n margin-left: auto;\n padding-left: floor(($gutter / 2));\n padding-right: ceil(($gutter / 2));\n @include clearfix;\n}\n\n// Creates a wrapper for a series of columns\n@mixin make-row($gutter: $grid-gutter-width) {\n margin-left: ceil(($gutter / -2));\n margin-right: floor(($gutter / -2));\n @include clearfix;\n}\n\n// Generate the extra small columns\n@mixin make-xs-column($columns, $gutter: $grid-gutter-width) {\n position: relative;\n float: left;\n width: percentage(($columns / $grid-columns));\n min-height: 1px;\n padding-left: ($gutter / 2);\n padding-right: ($gutter / 2);\n}\n@mixin make-xs-column-offset($columns) {\n margin-left: percentage(($columns / $grid-columns));\n}\n@mixin make-xs-column-push($columns) {\n left: percentage(($columns / $grid-columns));\n}\n@mixin make-xs-column-pull($columns) {\n right: percentage(($columns / $grid-columns));\n}\n\n// Generate the small columns\n@mixin make-sm-column($columns, $gutter: $grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: ($gutter / 2);\n padding-right: ($gutter / 2);\n\n @media (min-width: $screen-sm-min) {\n float: left;\n width: percentage(($columns / $grid-columns));\n }\n}\n@mixin make-sm-column-offset($columns) {\n @media (min-width: $screen-sm-min) {\n margin-left: percentage(($columns / $grid-columns));\n }\n}\n@mixin make-sm-column-push($columns) {\n @media (min-width: $screen-sm-min) {\n left: percentage(($columns / $grid-columns));\n }\n}\n@mixin make-sm-column-pull($columns) {\n @media (min-width: $screen-sm-min) {\n right: percentage(($columns / $grid-columns));\n }\n}\n\n// Generate the medium columns\n@mixin make-md-column($columns, $gutter: $grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: ($gutter / 2);\n padding-right: ($gutter / 2);\n\n @media (min-width: $screen-md-min) {\n float: left;\n width: percentage(($columns / $grid-columns));\n }\n}\n@mixin make-md-column-offset($columns) {\n @media (min-width: $screen-md-min) {\n margin-left: percentage(($columns / $grid-columns));\n }\n}\n@mixin make-md-column-push($columns) {\n @media (min-width: $screen-md-min) {\n left: percentage(($columns / $grid-columns));\n }\n}\n@mixin make-md-column-pull($columns) {\n @media (min-width: $screen-md-min) {\n right: percentage(($columns / $grid-columns));\n }\n}\n\n// Generate the large columns\n@mixin make-lg-column($columns, $gutter: $grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: ($gutter / 2);\n padding-right: ($gutter / 2);\n\n @media (min-width: $screen-lg-min) {\n float: left;\n width: percentage(($columns / $grid-columns));\n }\n}\n@mixin make-lg-column-offset($columns) {\n @media (min-width: $screen-lg-min) {\n margin-left: percentage(($columns / $grid-columns));\n }\n}\n@mixin make-lg-column-push($columns) {\n @media (min-width: $screen-lg-min) {\n left: percentage(($columns / $grid-columns));\n }\n}\n@mixin make-lg-column-pull($columns) {\n @media (min-width: $screen-lg-min) {\n right: percentage(($columns / $grid-columns));\n }\n}\n","// Clearfix\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n// contenteditable attribute is included anywhere else in the document.\n// Otherwise it causes space to appear at the top and bottom of elements\n// that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n// `:before` to contain the top-margins of child elements.\n//\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n\n@mixin clearfix() {\n &:before,\n &:after {\n content: \" \"; // 1\n display: table; // 2\n }\n &:after {\n clear: both;\n }\n}\n","//\n// Grid system\n// --------------------------------------------------\n\n\n// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n.container {\n @include container-fixed;\n\n @media (min-width: $screen-sm-min) {\n width: $container-sm;\n }\n @media (min-width: $screen-md-min) {\n width: $container-md;\n }\n @media (min-width: $screen-lg-min) {\n width: $container-lg;\n }\n}\n\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but without any defined\n// width for fluid, full width layouts.\n\n.container-fluid {\n @include container-fixed;\n}\n\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n.row {\n @include make-row;\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@include make-grid-columns;\n\n\n// Extra small grid\n//\n// Columns, offsets, pushes, and pulls for extra small devices like\n// smartphones.\n\n@include make-grid(xs);\n\n\n// Small grid\n//\n// Columns, offsets, pushes, and pulls for the small device range, from phones\n// to tablets.\n\n@media (min-width: $screen-sm-min) {\n @include make-grid(sm);\n}\n\n\n// Medium grid\n//\n// Columns, offsets, pushes, and pulls for the desktop device range.\n\n@media (min-width: $screen-md-min) {\n @include make-grid(md);\n}\n\n\n// Large grid\n//\n// Columns, offsets, pushes, and pulls for the large desktop device range.\n\n@media (min-width: $screen-lg-min) {\n @include make-grid(lg);\n}\n","$bootstrap-sass-asset-helper: false !default;\n//\n// Variables\n// --------------------------------------------------\n\n\n//== Colors\n//\n//## Gray and brand colors for use across Bootstrap.\n\n$gray-base: #000 !default;\n$gray-darker: lighten($gray-base, 13.5%) !default; // #222\n$gray-dark: lighten($gray-base, 20%) !default; // #333\n$gray: lighten($gray-base, 33.5%) !default; // #555\n$gray-light: lighten($gray-base, 46.7%) !default; // #777\n$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee\n\n$brand-primary: darken(#428bca, 6.5%) !default; // #337ab7\n$brand-success: #5cb85c !default;\n$brand-info: #5bc0de !default;\n$brand-warning: #f0ad4e !default;\n$brand-danger: #d9534f !default;\n\n\n//== Scaffolding\n//\n//## Settings for some of the most global styles.\n\n//** Background color for `
`.\n$body-bg: #fff !default;\n//** Global text color on ``.\n$text-color: $gray-dark !default;\n\n//** Global textual link color.\n$link-color: $brand-primary !default;\n//** Link hover color set via `darken()` function.\n$link-hover-color: darken($link-color, 15%) !default;\n//** Link hover decoration.\n$link-hover-decoration: underline !default;\n\n\n//== Typography\n//\n//## Font, line-height, and color for body text, headings, and more.\n\n$font-family-sans-serif: \"Helvetica Neue\", Helvetica, Arial, sans-serif !default;\n$font-family-serif: Georgia, \"Times New Roman\", Times, serif !default;\n//** Default monospace fonts for ``, ``, and ``.\n$font-family-monospace: Menlo, Monaco, Consolas, \"Courier New\", monospace !default;\n$font-family-base: $font-family-sans-serif !default;\n\n$font-size-base: 14px !default;\n$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px\n$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px\n\n$font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px\n$font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px\n$font-size-h3: ceil(($font-size-base * 1.7)) !default; // ~24px\n$font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px\n$font-size-h5: $font-size-base !default;\n$font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px\n\n//** Unit-less `line-height` for use in components like buttons.\n$line-height-base: 1.428571429 !default; // 20/14\n//** Computed \"line-height\" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.\n$line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px\n\n//** By default, this inherits from the ``.\n$headings-font-family: inherit !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.1 !default;\n$headings-color: inherit !default;\n\n\n//== Iconography\n//\n//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.\n\n//** Load fonts from this directory.\n\n// [converter] If $bootstrap-sass-asset-helper if used, provide path relative to the assets load path.\n// [converter] This is because some asset helpers, such as Sprockets, do not work with file-relative paths.\n$icon-font-path: if($bootstrap-sass-asset-helper, \"bootstrap/\", \"../fonts/bootstrap/\") !default;\n\n//** File name for all font files.\n$icon-font-name: \"glyphicons-halflings-regular\" !default;\n//** Element ID within SVG icon file.\n$icon-font-svg-id: \"glyphicons_halflingsregular\" !default;\n\n\n//== Components\n//\n//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).\n\n$padding-base-vertical: 6px !default;\n$padding-base-horizontal: 12px !default;\n\n$padding-large-vertical: 10px !default;\n$padding-large-horizontal: 16px !default;\n\n$padding-small-vertical: 5px !default;\n$padding-small-horizontal: 10px !default;\n\n$padding-xs-vertical: 1px !default;\n$padding-xs-horizontal: 5px !default;\n\n$line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome\n$line-height-small: 1.5 !default;\n\n$border-radius-base: 4px !default;\n$border-radius-large: 6px !default;\n$border-radius-small: 3px !default;\n\n//** Global color for active items (e.g., navs or dropdowns).\n$component-active-color: #fff !default;\n//** Global background color for active items (e.g., navs or dropdowns).\n$component-active-bg: $brand-primary !default;\n\n//** Width of the `border` for generating carets that indicate dropdowns.\n$caret-width-base: 4px !default;\n//** Carets increase slightly in size for larger components.\n$caret-width-large: 5px !default;\n\n\n//== Tables\n//\n//## Customizes the `.table` component with basic values, each used across all table variations.\n\n//** Padding for ``s and ` `s.\n$table-cell-padding: 8px !default;\n//** Padding for cells in `.table-condensed`.\n$table-condensed-cell-padding: 5px !default;\n\n//** Default background color used for all tables.\n$table-bg: transparent !default;\n//** Background color used for `.table-striped`.\n$table-bg-accent: #f9f9f9 !default;\n//** Background color used for `.table-hover`.\n$table-bg-hover: #f5f5f5 !default;\n$table-bg-active: $table-bg-hover !default;\n\n//** Border color for table and cell borders.\n$table-border-color: #ddd !default;\n\n\n//== Buttons\n//\n//## For each of Bootstrap's buttons, define text, background and border color.\n\n$btn-font-weight: normal !default;\n\n$btn-default-color: #333 !default;\n$btn-default-bg: #fff !default;\n$btn-default-border: #ccc !default;\n\n$btn-primary-color: #fff !default;\n$btn-primary-bg: $brand-primary !default;\n$btn-primary-border: darken($btn-primary-bg, 5%) !default;\n\n$btn-success-color: #fff !default;\n$btn-success-bg: $brand-success !default;\n$btn-success-border: darken($btn-success-bg, 5%) !default;\n\n$btn-info-color: #fff !default;\n$btn-info-bg: $brand-info !default;\n$btn-info-border: darken($btn-info-bg, 5%) !default;\n\n$btn-warning-color: #fff !default;\n$btn-warning-bg: $brand-warning !default;\n$btn-warning-border: darken($btn-warning-bg, 5%) !default;\n\n$btn-danger-color: #fff !default;\n$btn-danger-bg: $brand-danger !default;\n$btn-danger-border: darken($btn-danger-bg, 5%) !default;\n\n$btn-link-disabled-color: $gray-light !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius-base: $border-radius-base !default;\n$btn-border-radius-large: $border-radius-large !default;\n$btn-border-radius-small: $border-radius-small !default;\n\n\n//== Forms\n//\n//##\n\n//** `` background color\n$input-bg: #fff !default;\n//** `` background color\n$input-bg-disabled: $gray-lighter !default;\n\n//** Text color for ``s\n$input-color: $gray !default;\n//** `` border color\n$input-border: #ccc !default;\n\n// TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4\n//** Default `.form-control` border radius\n// This has no effect on `