/***************************
	TABLE OF CONTENT
	01 - Reset
	02 - Global styles
	03 - Typography
	04 - Color specifics
	05 - Layout
	06 - Buttons
	07 - Icons
	08 - Header
	09 - Home page
	10 - Advanced search
	11 - Booking steps
	12 - Custom search results
	13 - Main content
	14 - Destinations
	15 - Contact
	16 - Blog
	17 - Faq
	18 - Error page
	19 - Login, register, my account
	20 - Sidebar
	21 - Footer
	22 - Form elements
	23 - Preloader
	24 - Plugin styles
	25 - Print.css
	26 - Css media querries (responsive css)
	
****************************/


/* 01 RESET */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 15px/1.42 'Raleway', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #191F26;
    background: #fff;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
    border: 0;
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: auto;
    -webkit-overflow-scrolling: touch;
}

img,
fieldset,
abbr,
acronym {
    border: 0;
}

article,
aside,
figure,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    position: relative;
}

figure img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 10px;
    border-radius: 16px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


/* 02 GLOBAL STYLES */

ul {
    margin: 0 0 20px;
}

ul>li {
    list-style: none;
    position: relative;
    padding: 0 0 10px 15px;
}

ul>li:before {
    content: "\2022";
    font-size: 30px;
    color: #e56e25;
    position: absolute;
    top: -10px;
    left: 0;
}

ul ul {
    margin: 10px 0 -10px 2px;
}

ul ul li:before {
    content: "\00af";
    font-size: 25px;
    top: 0;
    left: -2px;
}

ol {
    margin: 0 0 20px 25px;
}

ol li {
    list-style: decimal outside;
    padding: 0 0 10px 5px;
}

ol ol {
    margin: 10px 0 -10px 15px;
}

nav ul {
    margin: 0;
}

nav li:before {
    display: none;
}

p {
    padding: 0 0 17px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a:active,
a:hover {
    outline: 0;
}

.color ::-moz-selection,
.color::-moz-selection {
    background: #191F26;
}

.color ::selection,
.color::selection {
    background: #191F26;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center,
.center .wrap {
    text-align: center;
}


/* 03 TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6,
.header,
.intro,
label,
input,
textarea,
select,
table,
dl,
option,
optgroup,
.selector,
.btn,
.f-title,
.pager,
.contact-data,
.categories,
.meta,
.tabs,
.price,
.trigger,
.close,
.output,
.xdsoft_datetimepicker,
.slicknav_menu,
.readonly .f-row,
.infoBox,
#message,
.history>div {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 24px;
    padding: 0 0 28px;
}

h3 {
    font-size: 19px;
    padding: 0 0 15px;
}

h4 {
    font-size: 17px;
    padding: 0 0 15px;
}

h5 {
    font-size: 15px;
    padding: 0 0 15px;
}

h6 {
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0 23px;
}


/* 04 COLOR SPECIFICS */
/*
.black {
    background-color: #08365b !important;
}
*/
.grey {
    background-color: #34394A !important;
}

.white {
    background-color: #fff !important;
}


/* 05 LAYOUT */

.wrap {
    margin: 0 auto;
    width: 1170px;
    text-align: left;
    position: relative;
    max-width: 94%;
    display: inline-block;
}

.row {
    margin: 0 -15px;
}

.full-width {
    float: left;
    width: 100%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.three-fourth {
    float: left;
    width: 75%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.one-half {
    float: left;
    width: 50%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.one-third {
    float: left;
    width: 33.33%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.two-third {
    float: left;
    width: 66.66%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.one-fourth {
    float: left;
    width: 25%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.one-fifth {
    float: left;
    width: 20%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.one-sixth {
    float: left;
    width: 16.66%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}


/* 06 BUTTONS */

.btn {
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    max-width: 100%;
}

.btn.small {
    font-size: 12px;
    padding: 8px 14px;
}

.btn.medium {
    font-size: 15px;
    padding: 11px 20px;
    min-width: 142px;
}

.btn.large {
    font-size: 17px;
    width: 200px;
    height: 54px;
    line-height: 54px;
    padding: 0 14px;
}

.btn.huge {
    font-size: 20px;
    width: 270px;
    height: 70px;
    line-height: 70px;
    padding: 0 14px;
}

.btn.white {
    color: #191F26 !important;
}

.btn.full {
    width: 100%;
}

.btn.color:hover,
.btn.color:focus,
.btn.white:hover,
.btn.white:focus {
    background: #191F26 !important;
    color: #fff !important;
}

.btn.black:hover,
.btn.black:focus,
.cta .btn:hover,
.cta .btn:focus {
    background: #fff !important;
    color: #191F26 !important;
}

.more {
    font-weight: 600;
    padding-top: 2px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #e56e25;
}

.more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    opacity: 0;
    -ms-opacity: 0;
    width: 0;
}

.more:hover:after,
.more:focus:after {
    opacity: 1;
    -ms-opacity: 1;
    width: 100%;
}

.back {
    background: #858585;
}


/* 07 ICONS */

.icon {
    font-size: 36px!important;
    display: inline-block;
    background: none !important;
}

.contact-data .icon {
    position: absolute;
    top: 9px;
    left: 0;
    color: #12365d;
}

.icon.black {
    color: #191F26;
}

.circle {
    float: left;
    width: 88px;
    height: 88px;
    border: 2px solid #eb6e32;
    margin: 0 20px 30px 0;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    text-align: center;
    line-height: 103px;
}

.circle .icon {
    color: #eb6e32;
}
.circle .icon img {
    width: 60px;
    margin: 0 0 20px 0;
    height: auto;
}


/* 08 HEADER */

.header {
    float: left;
    width: 100%;
    background: #fff;
    height: 80px;
}

body[class=""] .header {
    margin:45px 0 0 0;
}

.header>.wrap {
    display: table;
    height: 80px;
}

.logo {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
}

.main-nav {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.main-nav ul>li {
    float: left;
    display: block;
    padding: 30px 0 30px 30px;
    position: static;
}

.main-nav ul>li>a {
    color: #858585;
    border-radius: 0;
    position: relative;
    font-weight: bold;
}

.main-nav ul>li.active>a,
.main-nav ul>li.active>a:hover,
.main-nav ul>li.active>a:focus,
.main-nav ul>li:hover>a,
.main-nav ul>li:focus>a {
    color: #191F26;
}

.main-nav li:hover>ul {
    display: block;
}

.main-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    margin-left: -10px;
    min-width: 200px;
    background: #fff;
    -webkit-box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    z-index: 9999;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.main-nav ul ul li {
    padding: 0;
}

.main-nav ul ul li a {
    display: block;
    color: #191F26;
    font-size: 13px;
    padding: 9px 15px 7px;
}

.main-nav ul ul li:hover a {
    color: #fff;
    background: #13365d;
}

.main-nav ul ul li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.main-nav ul ul li {
    float: none;
    position: relative;
}

.main-nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0;
}

.main-nav li:hover>div {
    display: block;
}

.main-nav li>div {
    display: none;
    position: absolute;
    width: 1170px;
    padding: 15px 0 30px;
    top: 100%;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.main-nav li>div div {
    position: static;
    display: inline-block;
    border-right: 1px solid #DFDFD0;
    padding: 0 30px;
    min-height: 120px;
}

.main-nav li>div div:last-of-type {
    border: none;
}

.main-nav li>div h2 {
    font-size: 15px;
    padding: 0 0 10px;
}

.main-nav li>div ul {
    display: block;
    margin: 0;
    position: static;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-nav li>div ul li a {
    padding: 0 0 5px;
    color: #858585;
}

.main-nav li>div ul li:hover a {
    background: none;
    color: #191F26;
}

/* CLEAR CLASS ADD HERE */

span.circle {
	    width: 24%;
	    float: left;
	}
	.services.iconic h3 {
	    text-transform: uppercase;
	    font-size: 17px;
	    padding: 0 0 10px;
	    font-weight: bold;
	    float: right;
	    width: 70%;
	    clear: right;
	}
	.services.iconic p {
	    padding: 0 0 17px;
	    float: right;
	    width: 70%;
	}
	.clear{
		clear:both;
	}
	
/* CLEAR CLASS ENDS HERE */


/* TOPBAR START HERE */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    padding: 6px;
    width: 100%;
    z-index: 999;
    background: #e56e25;
}

.topbar-email {
    display: inline-block;
    float: right;
}

.topbar-email a{
    color:#fff;
    font-size:14px;
    margin:0 0 0 20px;
    font-weight:bold;
}
/*
.topbar-email a:hover i{
    color:#13365d;
    border: 2px solid #13365d;
}
.topbar-email a:hover{
    color:#13365d;
}
*/

.topbar-email a i {
color:#fff;
border: 2px solid #fff;
border-radius: 50%;
padding: 3px;
font-size: 10px;
}

.topbar-phone a{
    color:#fff;
    font-size:14px;
    font-weight:bold;
}

/*
.topbar-phone a:hover{
    color:#13365d;
}

.topbar-phone a:hover i{
    color:#13365d;
    border: 2px solid #13365d;
}
*/

.topbar-phone a i {
color: #fff;
border: 2px solid #fff;
border-radius: 50%;
padding: 3px;
font-size: 10px;
}
/* TOPBAR ENDS HERE */


/* SLIDER START HERE */

.mySlides {display:none;}
.mySlides img{ float:left; margin:0 2px; padding:0 20px;}


.partners .w3-content button.w3-button.w3-black.w3-display-left {
    position: absolute;
    left: -30px;
    background: #e56e25;
    color: #fff;
    padding: 15px 10px;
}

.partners .w3-content button.w3-button.w3-black.w3-display-right {
    position: absolute;
    background: #e56e25;
    color: #fff;
    padding: 15px 10px;
}

/* SLIDER ENDS HERE */

/* 09 HOME PAGE */

.home .header {
    position: fixed;
    top: 33px;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

.home .main {
    padding: 0;
}

.home .advanced-search {
    margin: 0;
}

.intro {
    background: url(../images/home-banner.jpg) 50% 10px fixed no-repeat;
    height: 530	px;
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    min-height: 530px;
    background-position: center;
    box-shadow: inset 0 0 0 2000px rgb(0 18 31 / 42%);
}

.intro .textwidget {
    color: #fff;
    padding-top: 14%;
    text-align: center;
}

.intro .textwidget h1 {
    text-transform: uppercase;
    font-size: 61px;
    margin: 0 0 -5px;
}

.intro .textwidget h2 {
    text-transform: uppercase;
    font-size: 23px;
    margin: 0;
}

.intro .actions {
    margin: 6px 0 0;
    padding: 46px 0 0;
    background: url(../images/separator.jpg) 50% 0 no-repeat;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.intro .actions .btn {
    margin: 0 10px;
}

.services {
    float: left;
    width: 100%;
}

.services.boxed article {
    padding: 0;
}

.services.boxed .details {
    text-align: left;
    padding: 25px 30px;
    border-right: 1px solid #DFDFD0;
}

.services.boxed article:last-child .details {
    border: none;
}

.services.boxed .details h4 {
    text-transform: uppercase;
}

.services.boxed .details h4 a {
    color: #191F26;
}

.services.iconic {
    padding: 68px 0 30px;
}

.services.iconic h3 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 0 10px;
    font-weight: bold;
}

.partners {
    float: left;
    width: 100%;
    padding: 48px 0 30px;
}

.partners h2 {
    text-transform: uppercase;
    font-size: 30px;
    padding: 0 0 40px;
}

.testimonials {
    float: left;
    width: 100%;
    background: url(../images/testimonials.png) 50% 100% no-repeat;
    overflow: hidden;
    color: #fff;
    padding: 90px 0 70px;
}

.testimonials h6 {
    text-transform: uppercase;
    position: relative;
    font-size: 39px;
    color: #fff;
}

.testimonials h6:before {
    content: "";
    width: 41px;
    height: 29px;
}

.testimonials p {
    padding: 0 20% 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.testimonials .meta {
    font-size: 16px;
}

.testimonials.white h6,
.testimonials.white p {
    color: #191F26;
}


/* 10 ADVANCED SEARCH */

.advanced-search {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 35px 0 28px;
    margin: 0 0 35px;
    border-bottom: 1px solid #fff;
}

.advanced-search h3 {
    font-size: 20px;
    margin: 0 0 35px;
}

.advanced-search .f-row {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
}

.advanced-search .f-row:last-child {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.advanced-search .form-group {
    float: left;
    vertical-align: middle;
}

.advanced-search .form-group:first-of-type label,
.advanced-search .f-row:last-child label {
    padding-left: 0;
}

.advanced-search .form-group label {
    float: left;
    color: #fff;
    font-size: 15px;
}

.advanced-search .form-group input {
    float: right;
    border-color: #fff;
    color: #191F26;
}

.advanced-search .form-group input:focus,
.advanced-search .form-group .radio span {
    border-color: #fff;
}

.advanced-search .right {
    width: 23%;
}

.advanced-search .btn {
    width: 100%;
}

.form-group div.selector {
    border-color: #fff;
    height: 47px;
    line-height: 46px;
    color: #191F26;
}

.form-group div.selector:focus {
    border-color: #fff;
}

.form-group div.selector span {
    height: 47px;
    line-height: 46px;
}

.form-group div.selector span:before {
    border-color: #191F26 transparent transparent transparent;
}

.form-group.spinner {
    width: 35.1%;
}

.form-group.spinner label {
    line-height: 47px;
    padding: 0;
}

.form-group.spinner input {
    width: 16%;
}

.form-group.radios {
    padding: 11px 0 0 5.8%;
    width: 28.9%;
}

.form-group.radios>div {
    float: left;
}

.form-group.radios>div:last-of-type {
    float: right;
}

.form-group.radios label {
    line-height: 25px;
    padding: 0;
}

.ui-datepicker {
    z-index: 9999 !important;
    padding: 5px;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.ui-datepicker .ui-widget-header {
    font-weight: normal;
}

.ui-datepicker table {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker th {
    font-size: 13px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.ui-datepicker td {
    text-align: center;
    padding: 0 !important;
    border: 1px solid #dfdfd0 !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
    text-align: center;
    border: none !important;
    padding: 6px !important;
}

.ui-datepicker-buttonpane button {
    font-size: 13px;
    padding: 5px;
    margin: 9px 0 5px;
    background: #cc2262 !important;
    color: #fff !important;
    border-color: #cc2262 !important;
}

.ui-datepicker {
    z-index: 99999 !important;
}

.ui-datepicker .ui-button {
    background: #191F26 !important;
    border: none !important;
}

.ui-widget .ui-slider-handle {
    background: #191f26;
    border-color: #191f26;
}

.ui_tpicker_unit_hide {
    display: none !important;
}


/* 11 BOOKING STEPS */

.output {
    color: #fff;
    padding: 30px 0;
    float: left;
    width: 100%;
    margin: 0 0 35px;
    border-bottom: 1px solid #fff;
}

.output p {
    font-size: 18px;
    padding: 0 0 3px;
    text-transform: uppercase;
}

.output p small {
    font-size: 15px;
    text-transform: none;
}

.output .wrap div {
    float: left;
    padding: 10px 0 2px;
}

.twoway .wrap div {
    width: 50%;
}

.twoway .wrap div:last-child {
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
    box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}

.data th,
.data td {
    text-align: center;
    width: 16%;
}

.data th:first-child,
.data td:first-child {
    text-align: left;
    width: 52%;
}

.data i {
    width: 100%;
    display: inline-block;
    color: #858585;
    text-transform: none;
}

.sidebar .widget .summary h5 {
    padding: 0 0 13px;
}

.summary div {
    padding: 17px 20px 12px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #DFDFD0;
}

.summary div:last-of-type {
    border: none;
}

.summary dl {
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.summary dt {
    float: left;
    color: #858585;
    width: 32%;
    padding: 0 0 6px;
}

.summary dd {
    float: left;
    width: 68%;
    padding: 0 0 6px;
}

.total {
    background: #191f26;
    padding: 12px 20px;
    color: #fff;
    display: table;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.total dt {
    font-size: 15px;
    color: #fff;
    padding: 0;
    display: table-cell;
    vertical-align: baseline;
    float: none;
}

.total dd {
    font-size: 21px;
    padding: 0;
    display: table-cell;
    vertical-align: baseline;
    float: none;
}

.readonly {
    position: relative;
}

.readonly h3 {
    padding: 20px 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #DFDFD0;
}

.readonly h3:first-of-type {
    padding-top: 0;
    margin: 0;
    border: none;
}

.readonly .f-row {
    padding: 0 0 12px;
    text-transform: uppercase;
    font-size: 13px;
}

.readonly .f-row .one-fourth {
    color: #858585;
}


/* 12 CUSTOM SEARCH RESULTS */

.results {
    float: left;
    width: 100%;
    margin: 10px 0 5px;
}

.result {
    float: left;
    width: 100%;
    background: #fff;
    color: #34394A;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px #DFDFD0;
    -moz-box-shadow: inset 0 0 0 1px #DFDFD0;
    box-shadow: inset 0 0 0 1px #DFDFD0;
    margin: 0 0 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.result>div {
    padding: 0;
}

.result .one-fourth {
    width: 23%;
    position: relative;
}

.result img {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    padding: 1px 0 0 1px;
    max-height: 99%;
}

.result .one-half {
    width: 54%;
    -webkit-box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
    -moz-box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
    box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
}

.result .one-half h3 {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #DFDFD0;
    width: 100%;
    padding: 22px 30px 20px;
    position: relative;
}

.result .trigger {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    top: 35%;
    right: 25px;
    z-index: 2;
}

.result ul {
    margin: 0;
    display: table;
    width: 100%;
    height: 132px;
}

.result li:before {
    display: none;
}

.result li {
    width: 33.333%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.result li:nth-child(2n) {
    -webkit-box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
    -moz-box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
    box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
}

.result li .icon {
    margin: 0 0 10px;
}

.result li p {
    padding: 0;
    line-height: 1.2;
}

.result .one-fourth>div {
    padding: 25px 30px 0 30px;
    height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
}

.result .price {
    font-size: 37px;
    line-height: 1.2;
}

.result .price small {
    font-size: 20px;
}

.result .meta {
    font-size: 15px;
    color: #34394A;
}

.result .btn {
    width: 100%;
    float: left;
    margin: 27px 0 0;
}

.result .full-width {
    border-top: 1px solid #DFDFD0;
    padding: 25px 50px 15px 30px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #DFDFD0;
    -webkit-box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
    -moz-box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
    box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.result .close {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    text-indent: 0.04em;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}


/* 13 MAIN CONTENT */

.main {
    float: left;
    width: 100%;
    min-height: 600px;
    padding: 0 0 105px;
    overflow: hidden;
    max-width: 100%;
}

.site-title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0 0 35px;
}

.site-title .container {
    height: 30px;
    display: table;
    color: #fff;
    width: 100%;
}

.site-title h1 {
    display: table-cell;
    vertical-align: middle;
}

.breadcrumbs {
    float: right;
    padding: 10px 0 0;
    font-weight: 500;
}

.breadcrumbs li {
    float: left;
    padding: 0;
}

.breadcrumbs a {
    position: relative;
    color: #fff;
}

.breadcrumbs li a:after {
    content: "\005C";
    font-weight: 400;
    padding: 0 8px;
    color: #fff;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #191F26;
}

.pager {
    float: left;
    width: 100%;
    padding: 29px 0 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .6);
    -webkit-box-shadow: 0 -1px 0 #DFDFD0;
    -moz-box-shadow: 0 -1px 0 #DFDFD0;
    box-shadow: 0 -1px 0 #DFDFD0;
}

.pager a {
    display: inline-block;
    margin: 0 7.5px 15px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    background: #DFDFD0;
    color: #191F26;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pager .current {
    color: #fff;
}

.pager a:hover,
.pager a:focus {
    color: #fff;
}

.overlay {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: 10px;
    opacity: 0;
    -ms-opacity: 0;
    z-index: 20;
    text-align: center;
    transform: translate(0, 0);
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.overlay a.expand {
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 60px;
    padding: 10px;
    font-weight: bold;
    font-size: 39px;
    display: contents;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.entry-featured:hover .overlay,
.featured-image:hover .overlay {
    opacity: 1;
    -ms-opacity: 1;
}

.entry-featured:hover a.expand,
.featured-image:hover a.expand {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.entry-featured a.expand:after,
.featured-image a.expand:after {
    display: none;
}

table {
    margin: 0 0 15px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    border-spacing: 0;
    border-left: 1px solid #DFDFD0;
}

table th {
    background: #191F26;
    border-right: 1px solid rgba(0, 0, 0, .13);
    color: #fff;
    padding: 17px 20px 16px;
    text-align: left;
    font-weight: 400;
}

table td {
    background: #fff;
    color: #191F26;
    padding: 17px 20px 16px;
    font-size: 14px;
    border-right: 1px solid #DFDFD0;
    border-bottom: 1px solid #DFDFD0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

table td a,
table.hover a {
    color: #191F26;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

table th:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

table th:last-child {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

table tr:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

table tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

table tr:last-child td:last-child {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
}

table.hover tr:hover td {
    color: #fff;
    border-color: rgba(0, 0, 0, .13);
}

table.hover tr:hover td a {
    color: #fff;
}

table.responsive {
    overflow-x: auto;
    display: block;
}

table.responsive thead,
table.responsive tbody,
table.responsive tfoot {
    width: 100%;
}

.offset {
    margin-top: 65px;
}

.textongrey p {
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 20px;
}

.cta {
    float: left;
    width: 100%;
}

.cta .wrap {
    display: table;
    height: 130px;
}

.cta p {
    font-size: 23px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
    color: #fff;
}

.cta .btn {
    margin-top: 30px;
}


/* 14 DESTINATIIONS */

.tabs {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.tabs ul {
    display: block;
    width: 100%;
}

.tabs li {
    float: left;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, .3);
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.tabs li:last-child {
    border: none;
}

.tabs li:first-child a {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.tabs li:last-child a {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.tabs li a {
    float: left;
    color: #fff;
    padding: 17px 20px 16px;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.tabs li.active a:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
}

.tabs.one li {
    width: 100%;
}

.tabs.two li {
    width: 50%;
}

.tabs.three li {
    width: 33.333%;
}

.tabs.four li {
    width: 25%;
}

.tabs.five li {
    width: 20%;
}

.tabs.six li {
    width: 16.667%;
}

.tab-content article {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tab-content article img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.description {
    float: left;
    width: 100%;
    padding: 17px 20px 20px;
    background: #fff;
    color: #34394A;
    -webkit-box-shadow: inset 0 0 0 1px #DFDFD0;
    -moz-box-shadow: inset 0 0 0 1px #DFDFD0;
    box-shadow: inset 0 0 0 1px #DFDFD0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.description h3 {
    font-size: 18px;
    padding: 0 0 12px;
}

.description h3 a:hover {
    text-decoration: none;
}

.description div {
    border-bottom: 1px solid #DFDFD0;
    margin: 0 0 14px;
    padding: 0 0 14px;
}

.description p {
    padding: 0 0 4px;
    font-size: 14px;
}

.description div a {
    color: #34394A;
}

.description div a:hover,
.description div a:focus {
    text-decoration: underline;
}

.keyvisual {
    float: left;
    width: 100%;
    position: relative;
    height: 600px;
    overflow: hidden;
    margin-top: -36px;
}

.keyvisual img {
    position: absolute;
    top: -20%;
    left: 0;
}

.microlocations {
    float: left;
    width: 100%;
    padding: 35px 0 6px;
    position: relative;
    margin-top: -105px;
}

.microlocations h3 {
    padding: 0 0 27px;
}

.microlocations p {
    padding: 0 0 4px;
}

.microlocations p a {
    color: #34394A;
}

.microlocations p a:hover,
.microlocations p a:focus {
    text-decoration: underline;
}


/* 15 CONTACT */

.gmap {
    float: left;
    width: 100%;
    height: 450px;
    margin: -36px 0 35px;
    border-bottom: 1px solid #fff;
}

.gmap img {
    max-width: none;
}

.gmap label {
    width: auto;
    display: inline;
}

.infoBox {
    text-align: left;
    font-size: 15px;
    width: 270px;
    max-width: 100%;
    padding: 27px 30px 29px;
    margin-top: -80px;
    color: #fff;
    background: #36394A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.infoBox span {
    font-size: 17px;
}

.infoBox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #36394A transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 30px;
}


/* 16 BLOG */

.hentry {
    float: left;
    width: 100%;
    background: #fff;
    color: #34394A;
    -webkit-box-shadow: inset 0 0 0 1px #DFDFD0;
    -moz-box-shadow: inset 0 0 0 1px #DFDFD0;
    box-shadow: inset 0 0 0 1px #DFDFD0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hentry .entry-featured {
    float: left;
    width: 33.33%;
    position: relative;
    overflow: hidden;
}

.hentry .entry-featured img {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.hentry .entry-content {
    float: left;
    width: 66.66%;
    padding: 25px;
}

.hentry .entry-content h2 {
    font-size: 19px;
    padding: 0 0 16px;
    text-transform: uppercase;
}

.hentry .entry-content h2 a {
    color: #34394A;
}

.one-half .entry-featured,
.one-half .entry-content {
    width: 100%;
}

.one-half .entry-featured img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.hentry.single {
    margin-bottom: 30px;
}

.single .entry-featured {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.single .entry-featured img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.three-fourth .single .entry-featured {
    height: 450px;
}

.one-half .single .entry-featured {
    height: 300px;
}

.three-fourth .single .entry-featured img,
.one-half .single .entry-featured img {
    position: absolute;
    top: -30%;
    left: 0;
}

.single .entry-content {
    width: 100%;
    position: relative;
    padding: 20px 25px;
}

.single .entry-content h2 {
    font-size: 25px;
    text-transform: none;
    padding: 0 0 12px;
}

.lead,
.textongrey .lead {
    font-size: 16px;
    font-weight: 600;
}

.single p {
    line-height: 1.5;
}

.single a {
    position: relative;
    font-weight: 600;
}

.single a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    opacity: 0;
    -ms-opacity: 0;
    width: 0;
}

.single a:hover:after,
.single a:focus:after {
    opacity: 1;
    -ms-opacity: 1;
    width: 100%;
}

blockquote {
    position: relative;
    background: #ededdc;
    margin: 6px 0 20px;
    padding: 20px 25px 20px 70px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

blockquote i {
    position: absolute;
    top: 25px;
    left: 27px;
}

.comments {
    float: left;
    width: 100%;
    margin: -2px 0 30px;
    border-bottom: 1px solid #DFDFD0;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .6);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .6)
}

.comments h3 {
    padding: 0 0 30px;
    color: #191F26;
}

.comment-list {
    margin: 0;
}

.comments li {
    list-style: none;
    float: left;
    width: 100%;
    color: #34394A;
    margin: 0 0 30px;
    padding: 0 0 0 100px;
    position: relative;
}

.comments .avatar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100px;
}

.comments .avatar img {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #DFDFD0;
}

.comments .depth-2 {
    padding-left: 200px;
    margin-left: 0;
    width: auto;
}

.depth-2 .avatar {
    left: 100px;
}

.comments .depth-3 {
    padding-left: 300px;
    margin-left: 0;
    width: auto;
}

.depth-3 .avatar {
    left: 200px;
}

.comment-box {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 100px;
    padding: 15px 15px 0;
    border: 1px solid #DFDFD0;
    border-left: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.comment-box .meta {
    color: #999;
    padding: 0 0 8px;
}

.comment-box a {
    color: #F2716A;
}

.meta {
    font-size: 13px;
    color: #858585
}

.meta strong {
    font-size: 15px;
    font-weight: 400;
    color: #191F26;
    padding: 0 3px 0 0;
}

.comment-text {
    float: left;
}

.comment-text p {
    font-size: 14px;
    padding: 0 0 14px;
    max-width: 86%;
}

.comments .btn {
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
}

.box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 25px 25px;
    color: #34394A;
    -webkit-box-shadow: inset 0 0 0 1px #DFDFD0;
    -moz-box-shadow: inset 0 0 0 1px #DFDFD0;
    box-shadow: inset 0 0 0 1px #DFDFD0;
    margin: 0 0 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comment-respond h3 {
    padding: 0 0 20px;
}

.comment-respond label {
    color: #858585;
}


/* 17 FAQ */

.faqs {
    background: #fff;
    border: 1px solid #DFDFD0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    margin: 22px 0 33px;
}

.faqs dt {
    padding: 25px;
    color: #858585;
    font: 600 17px 'Raleway', Arial, Helvetica, sans-serif;
    border-top: 1px solid #DFDFD0;
    cursor: pointer;
    position: relative;
}

.faqs dt:after {
    content: "+";
    position: absolute;
    top: 12px;
    right: 25px;
    font: normal 40px 'Times New Roman', serif;
    color: #ccc;
}

.faqs .expanded:after {
    content: "\2013";
    top: 7px;
}

.faqs dt:first-of-type {
    border: none;
}

.faqs dd {
    padding: 0 25px 10px;
    font: 15px/1.5 'Raleway', Arial, Helvetica, sans-serif;
}


/* 18 ERROR PAGE */

.error {
    background: url(../images/lost.jpg) -50px 100% no-repeat;
    padding: 0;
    min-height: 630px;
}

.error .content {
    padding-top: 70px;
}

.error h2 {
    font-size: 35px;
}


/*19 LOGIN, REGISTER, MY ACCOUNT */

.modal {
    float: none;
    margin: 0 auto;
}

.single .box fieldset {
    border-top: 1px solid #DFDFD0;
    padding: 30px 0 0;
    margin-top: -5px;
}

.single .box label {
    color: #858585;
}

.history h6 {
    border-bottom: 1px solid #DFDFD0;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.history small {
    font-size: 13px;
    text-transform: lowercase;
}

.history .row {
    text-transform: uppercase;
    color: #858585;
    margin: 0;
}

.history .row div {
    padding: 0 0 20px;
    border-bottom: 1px solid #DFDFD0;
    margin: 0 0 20px;
}

.history .row p {
    padding: 0;
}

.history .row span {
    padding-right: 5px;
}

.history .price {
    font-size: 25px;
    padding-bottom: 12px;
}


/* 20 SIDEBAR */

.sidebar .widget {
    float: left;
    width: 100%;
    background: #fff;
    color: #34394A;
    -webkit-box-shadow: inset 0 0 0 1px #DFDFD0;
    -moz-box-shadow: inset 0 0 0 1px #DFDFD0;
    box-shadow: inset 0 0 0 1px #DFDFD0;
    margin: 0 0 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sidebar .widget h4 {
    font-size: 15px;
    text-transform: uppercase;
    background: #191F26;
    color: #fff;
    padding: 17px 20px 16px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.sidebar .widget h5 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 0 0 6px;
}

.sidebar .widget img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sidebar .widget img:last-of-type {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.sidebar .widget .textwidget {
    padding: 17px 20px 5px;
}

.sidebar .widget form {
    float: left;
    width: 100%;
    padding: 17px 20px 0;
}

.sidebar .widget .f-row {
    padding-bottom: 20px;
}

.sidebar .widget .f-row input {
    padding: 10px 12px;
}

.contact-data {
    font-size: 17px;
    position: relative;
    padding: 10px 0 10px 35px;
    white-space: nowrap;
}

.contact-data .icon {
    position: absolute;
    top: 9px;
    left: 0;
}

.categories {
    margin: 0;
}

.categories li {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #DFDFD0;
    padding: 0;
}

.categories li:before {
    display: none;
}

.categories li a {
    display: inline-block;
    width: 100%;
    color: #34394A;
    padding: 17px 20px 16px;
}

.categories li:last-child {
    border-bottom: none;
}

.categories li.active {
    font-size: 15px;
}

.categories li.active a,
.categories li:hover a {
    background: #191F26;
    color: #fff;
}

.categories li.active:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.sidebar.right li.active:after {
    left: -15px;
    border-width: 27px 15px 27px 0;
    border-color: transparent #191F26 transparent transparent;
}

.sidebar.left li.active:after {
    right: -15px;
    border-width: 27px 0 27px 15px;
    border-color: transparent transparent transparent #191F26;
}

.categories li.active:first-child a {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.categories li.active:last-child a {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}


/* 21 FOOTER */

.footer {
    float: left;
    width: 100%;
    min-height: 300px;
    color: #12365d;
    padding-top: 33px;
}

.footer article {
    min-height: 170px;
}

.footer p {
    font-weight: 500;
}

.footer .contact-data a {
    color: #12365d;
    padding: 10px 0 0 8px;
}

.social {
    display: inline-block;
    margin: 0;
}

a.btn.huge.read-more-btn.right.wow.fadeInRight {
    background: #e56e25;
}

.color-blue {
    background-color: #12365d
}

.social li {
    text-align: center;
    float: left;
    display: block;
    margin: 0 6px 6px 0;
    padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    background: #12365d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.social li:before {
    display: none;
}

.social li:last-child {
    margin-right: 0;
}

.social li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff !important;
    font-size: 18px;
    line-height: 43px;
}

.copy {
    float: left;
    width: 100%;
    color: #727679;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .07);
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.copy p {
    float: left;
    max-width: 40%;
    color: #12365d
}

.copy a {
    color: #12365d;
}

.copy a:hover,
.copy a:focus {
    color: #e56e25;
}

.foot-nav {
    float: right;
    max-width: 60%;
    font-weight: 500;
}

.foot-nav li {
    float: left;
    padding: 0 0 0 24px;
}


/* 22 FORM ELEMENTS*/

fieldset {
    display: inline-block;
    width: 100%;
}

label {
    display: inline-block;
    cursor: pointer;
    color: #191F26;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 17px 1px;
}

label span {
    text-transform: none;
}

input,
textarea {
    outline: none;
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: button;
    text-align: center;
}

input[type="checkbox"]#ftl-input,
input[type="radio"]#ftl-input,
input[type="radio"]#lttl-input,
input[type="radio"]#auto-tran-input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="search"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea {
    display: block;
    padding: 12px 15px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #DFDFD0;
    color: #34394A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    resize: none;
    height: 235px;
}

select {
    padding: 12px 15px;
    width: 100%;
    line-height: 1;
    color: #34394A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DFDFD0;
}

optgroup {
    font-style: normal;
    text-transform: uppercase;
    color: #191f26;
}

optgroup:before {
    content: attr(label);
    display: block;
    padding: 10px 0 5px;
}

option {
    font-size: 13px;
    color: #34394A;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #bbb;
}

input[type="file"] {
    border: 1px solid #DFDFD0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #34394A;
    padding: 6px;
    margin: 5px 0;
}

.f-row {
    float: left;
    width: 100%;
    padding: 0 0 25px;
}

.f-row:last-child {
    padding-bottom: 0;
}

.f-row .full-width,
.f-row .one-half,
.f-row .one-third,
.f-row .two-third,
.f-row .one-fourth,
.f-row .three-fourth,
.f-row .one-fifth,
.f-row .one-sixth {
    padding: 0 30px 0 0;
}

.f-row div:last-child {
    padding-right: 0;
}

.f-title {
    margin: 35px 0 25px;
    padding: 17px 20px 16px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.f-title:first-of-type {
    margin-top: 0;
}

.actions {
    float: left;
    width: 100%;
    padding: 29px 0 0;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, .6);
    -webkit-box-shadow: 0 -1px 0 #DFDFD0;
    -moz-box-shadow: 0 -1px 0 #DFDFD0;
    box-shadow: 0 -1px 0 #DFDFD0;
}

.actions .btn {
    margin-right: 26px;
}

.actions .btn.right {
    margin-right: 0;
}

.check,
.radio {
    padding: 0 0 25px !important;
}

.check label,
.radio label {
    padding: 3px 0 0;
    float: left;
    max-width: 87%;
}

.one-sixth label {
    white-space: nowrap;
}

.error_message {
    background: #de2222;
    color: #fff;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

#message h6 {
    padding-bottom: 10px;
    color: #191f26;
}

#message p {
    padding: 0;
}


/* 23 PRELOADER */

.preloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#followingBallsG {
    position: relative;
    width: 256px;
    height: 20px;
    top: 45%;
    left: 43%;
}

.followingBallsG {
    background-color: #191F26;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -moz-animation-name: bounce_followingBallsG;
    -moz-animation-duration: 2.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 10px;
    -webkit-animation-name: bounce_followingBallsG;
    -webkit-animation-duration: 2.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 10px;
    -ms-animation-name: bounce_followingBallsG;
    -ms-animation-duration: 2.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 10px;
    -o-animation-name: bounce_followingBallsG;
    -o-animation-duration: 2.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 10px;
    animation-name: bounce_followingBallsG;
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#followingBallsG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#followingBallsG_2 {
    -moz-animation-delay: 0.23s;
    -webkit-animation-delay: 0.23s;
    -ms-animation-delay: 0.23s;
    -o-animation-delay: 0.23s;
    animation-delay: 0.23s;
}

#followingBallsG_3 {
    -moz-animation-delay: 0.46s;
    -webkit-animation-delay: 0.46s;
    -ms-animation-delay: 0.46s;
    -o-animation-delay: 0.46s;
    animation-delay: 0.46s;
}

#followingBallsG_4 {
    -moz-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    animation-delay: 0.69s;
}

@-moz-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #191F26;
    }
    50% {
        left: 236px;
        background-color: #fff;
    }
    100% {
        left: 0px;
        background-color: #191F26;
    }
}

@-webkit-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #191F26;
    }
    50% {
        left: 236px;
        background-color: #fff;
    }
    100% {
        left: 0px;
        background-color: #191F26;
    }
}

@-ms-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #191F26;
    }
    50% {
        left: 236px;
        background-color: #fff;
    }
    100% {
        left: 0px;
        background-color: #191F26;
    }
}

@-o-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #191F26;
    }
    50% {
        left: 236px;
        background-color: #fff;
    }
    100% {
        left: 0px;
        background-color: #191F26;
    }
}

@keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #191F26;
    }
    50% {
        left: 236px;
        background-color: #fff;
    }
    100% {
        left: 0px;
        background-color: #191F26;
    }
}


/* 24 PLUGINS */


/* Uniform */


/* General settings */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
    outline: 0;
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


/* Input & Textarea */

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 12px 15px;
    border: 1px solid #DFDFD0;
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active,
input.uniform-input.focus,
select.uniform-multiselect.focus,
textarea.uniform.focus {
    border-color: #bbb;
}


/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */

div.checker input,
input[type="search"],
input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}


/* Select */

div.selector {
    border: 1px solid #DFDFD0;
    line-height: 48px;
    height: 48px;
    position: relative;
    overflow: hidden;
    width: 100% !important;
    padding-left: 15px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.selector span {
    position: relative;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 48px;
    line-height: 48px;
    background: #fff;
    cursor: pointer;
    width: 100% !important;
    padding-right: 30px;
}

div.selector span:before {
    content: "";
    position: absolute;
    top: 21px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ccc transparent transparent transparent;
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 48px;
    top: 0;
    left: 0;
    width: 100%;
}

div.selector.active,
div.selector.focus {
    border-color: #bbb;
}


/* Checkbox */

div.checker {
    position: relative;
    top: 0;
    margin-right: 15px;
    float: left;
}

div.checker,
div.checker span,
div.checker input {
    width: 25px;
    height: 25px;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background: #fff;
    border: 1px solid #DFDFD0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

div.checker span.checked:before {
    content: "\2713";
    position: absolute;
    top: 1px;
    left: 5px;
    font-weight: bold;
    text-shadow: 0 1px 0 #191f26;
}

div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/* Radio */

div.radio {
    position: relative;
    top: 0;
    margin-right: 15px;
    float: left;
}

div.radio,
div.radio span,
div.radio input {
    width: 25px;
    height: 25px;
}

div.radio span {
    border: 1px solid #DFDFD0;
    background: #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}

div.radio span.checked:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #191f26;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 6px;
    left: 6px;
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}


/* Date & Time Picker */

.xdsoft_datetimepicker {
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #333333;
    padding: 7px 10px 10px 0;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

.xdsoft_datetimepicker table {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.xdsoft_datetimepicker button {
    border: none;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection {
    background: transparent;
}

.xdsoft_noselect::-moz-selection {
    background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 300px;
    float: left;
    margin-left: 10px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 10px;
    margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 16px;
    margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center;
    padding-bottom: 1px;
    display: inline-block;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px none currentColor;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none currentColor;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0px;
    margin-bottom: 7px;
    margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 257px;
    overflow: hidden;
    border-bottom: 1px solid #DFDFD0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #F5F5F5;
    border-top: 1px solid #DFDFD0;
    color: #34394a;
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0px;
    height: 40px;
    line-height: 40px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #DFDFD0;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 5px 10px 5px 5px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 40px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #F5F5F5;
    border: 1px solid #DFDFD0;
    color: #34394a;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    border-collapse: collapse;
    cursor: pointer;
    height: 40px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-size: 12px;
    background: #191f26;
    border-color: #191f26;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff;
    box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit;
    box-shadow: inherit;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    text-align: center;
    color: #fff;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa;
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #DFDFD0;
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
}

.xdsoft_scroller_box {
    position: relative;
}


/* Slicknav Mobile Menu Core Style */

.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 27px 4% 30px 0;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 5px 0;
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 40px;
    height: 4px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 5px;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both
}

.slicknav_menu {
    *zoom: 1
}

.slicknav_menu {
    font-size: 16px;
    float: right;
    width: 100%;
}

.slicknav_nav {
    background: #fff;
    color: #858585;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0;
}

.slicknav_nav li {
    padding: 0;
    text-transform: uppercase;
}

.slicknav_nav .slicknav_row {
    padding: 15px 4% 13px;
}

.slicknav_nav a {
    padding: 15px 4% 13px;
    text-decoration: none;
    color: #858585;
    border-top: 1px solid #dfdfd0;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
    border: none;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav li:hover a {
    color: #191f26;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav h2 {
    display: none;
}

.slicknav_nav div {
    padding: 0;
    width: 100%;
    float: none;
}


/* 25 PRINT CSS*/

@media print {
    * {
        color: #000;
        text-shadow: none;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-size: 10pt;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: none;
    }
    .header,
    .main-nav,
    .site-title,
    .sidebar,
    .footer {
        display: none;
    }
}


/* 26 Responsiveness */

@media screen and (max-width: 1200px) {
    .wrap {
        width: 94%;
    }
    .main-nav ul>li {
        padding-left: 25px;
    }
    .hentry .entry-content p {
        height: 47px;
        overflow: hidden;
    }
    .single .entry-content p {
        height: auto;
    }
    .advanced-search .form-group.spinner {
        width: 45%;
    }
    .advanced-search .form-group.spinner label {
        width: auto;
        line-height: 47px;
        padding: 0 30px 0 0;
    }
    .advanced-search .form-group.spinner input {
        width: 16%;
        float: left;
    }
    .advanced-search .form-group.radios {
        padding-left: 0;
        width: 30%;
    }
    .advanced-search .form-group.right {
        width: 25%;
        padding: 0;
    }
    .form-group.radios>div:last-of-type {
        float: left;
        padding-left: 30px;
    }
    .services.iconic .one-third {
        width: 50%;
    }
    .result .one-fourth:first-of-type {
        width: 25%;
    }
    .result .one-fourth {
        width: 25%;
    }
    .result .one-half {
        width: 50%;
    }
    .main-nav li>div {
        width: 100% !important;
    }
    .tab-content .one-fourth {
        width: 50%;
    }
}

@media screen and (max-width: 1040px) {
    .header {
        height: auto;
        min-height: 80px;
    }
    .header .wrap {
        height: auto;
    }
    .logo {
        float: left;
        width: 100%;
        display: block;
        padding: 15px 0;
    }
    .main-nav {
        float: left;
        width: 100%;
        border-top: 1px solid #dfdfd0;
        padding: 15px 0;
    }
    .main-nav ul>li {
        padding: 0 25px 0 0;
    }
    .advanced-search .form-group.spinner,
    .advanced-search .form-group.radios {
        width: 66.6667%;
    }
    .advanced-search .form-group.radios {
        padding-top: 20px;
    }
    .advanced-search .form-group.right {
        width: 33.3333%;
    }
    .result {
        position: relative;
    }
    .result .one-fourth:first-of-type {
        width: 50%;
        left: 0;
        top: 0;
        overflow: hidden;
    }
    .result .one-fourth {
        width: 50%;
        position: absolute;
        top: 60px;
        left: 50%;
        height: auto !important;
    }
    .result .one-fourth>div {
        padding: 41px 30px 34px;
        border-bottom: 1px solid #dfdfd0;
    }
    .result .one-half {
        float: right;
        width: 50%;
        margin-top: 180px;
        height: auto !important;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .result .one-half h3 {
        position: absolute;
        top: -180px;
    }
    .result .price,
    .result .meta {
        float: left;
    }
    .result .meta {
        padding: 19px 10px 0;
    }
    .result .btn {
        margin-top: 0;
        position: absolute;
        top: -20px;
        left: -92.5%;
        width: 86%;
    }
    .single .entry-featured,
    .keyvisual {
        height: auto !important;
    }
    .single .entry-featured img,
    .keyvisual img {
        position: static !important;
        width: 100% !important;
    }
    .copy p,
    .foot-nav {
        max-width: 100%;
        width: 100%;
        float: left;
        text-align: center;
    }
    .foot-nav li {
        padding: 0 24px 15px 0;
        display: inline-block;
        float: none;
    }
    .home .boxed .one-fourth {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .wrap {
        width: 92%;
    }
    .full-width,
    .three-fourth,
    .one-half,
    .one-third,
    .two-third,
    .one-fourth,
    .one-fifth,
    .one-sixth {
        width: 100%;
    }
    .header .wrap {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .main-nav {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .logo {
        position: absolute;
        top: 0;
        left: 4%;
        display: block;
        width: auto;
    }
    .sidebar {
        padding-bottom: 0;
    }
    .f-row {
        padding: 0;
    }
    .f-row .full-width,
    .f-row .one-half,
    .f-row .one-third,
    .f-row .one-fourth,
    .f-row .one-fifth,
    .f-row .one-sixth {
        padding: 0 0 25px;
    }
    .sidebar .widget,
    .tabs li {
        width: 100% !important;
        margin-right: 0;
    }
    .tabs li:first-child a {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .categories li:after,
    .tabs li.active a:after {
        display: none;
    }
    .tabs li {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
    }
    .footer article {
        min-height: 100%;
    }
    .footer .one-half {
        padding-bottom: 13px;
        margin-bottom: 30px;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
    }
    .footer .one-fourth {
        width: 50%;
    }
    .hentry .entry-featured,
    .hentry .entry-content {
        width: 100%;
    }
    .hentry .entry-content p {
        height: auto;
    }
    .hentry .entry-featured img {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .advanced-search .form-group.spinner,
    .advanced-search .form-group.radios {
        width: 100%;
        padding: 0 0 30px;
        float: right;
    }
    .advanced-search .form-group.right {
        width: 100%;
        padding: 0 0 30px;
        float: left;
    }
    .cta {
        padding: 30px 0;
    }
    .cta .wrap {
        text-align: center;
    }
    .cta p {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
    .cta .btn {
        margin: 20px auto 0;
        float: none!important;
    }
    .testimonials p {
        padding: 0 5% 30px;
    }
    .actions {
        margin: 0;
    }
    .actions .btn {
        width: 47.5%;
        margin: 0 4% 30px 0;
    }
    .actions .btn:nth-child(2n) {
        margin-right: 0;
    }
    .intro .actions .btn {
        width: auto;
    }
    .result .one-fourth,
    .result .one-half {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        margin: 0;
    }
    .result .one-fourth:first-of-type {
        width: 100%;
        text-align: center;
    }
    .result .one-fourth:first-of-type img {
        margin: 0 auto;
        max-width: 99%;
    }
    .result .one-half {
        border-bottom: 1px solid #dfdfd0;
    }
    .result .one-half h3 {
        position: relative;
        top: 0;
    }
    .result .one-fourth>div {
        padding: 25px 30px 20px;
        border-bottom: none;
    }
    .result .price {
        padding-top: 5px;
    }
    .result .meta {
        padding-top: 24px;
    }
    .result .btn {
        position: static;
        top: 0;
        left: 0;
        float: right;
        width: 33.3333%;
    }
    .site-title .container {
        height: auto;
        display: inline-block;
        padding: 0 0 27px;
    }
    .site-title h1 {
        float: left;
        width: 100%;
        padding: 27px 0 0;
    }
    .breadcrumbs {
        float: left;
        width: 100%;
        padding: 0;
    }
    .microlocations .one-fourth {
        width: 50%;
    }
    .readonly .one-fourth {
        width: 33.3333%;
    }
    .readonly .three-fourth {
        width: 66.6667%;
    }
    .gmap {
        height: 300px;
    }
}

@media screen and (max-width: 767px){
.header .form-header {
    float: left;
    margin-top: 21px;
    width: 93%;
    margin:20px 10px;
    position: relative;
}

.topbar-email a {
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0;
}

.home .header {
    top: 85px;
}

.logo {
    position: absolute;
    top: 0;
    left: 4%;
    display: block;
    width: 200px;
}

.intro .textwidget .brd-widget form.clearfix {
    zoom: 42%;
    margin: 0 auto;
    width: 56%;
}

.frm-pick-order input[type="text"] {
	width: 100% !important;
	text-align: center;
}
.frm-pick-order{
	margin-top: 20px !important;
}

.frm-pick-order button {
    width: 100% !important;
    margin:15px 0 0 0;
}
.intro .textwidget {
    padding-top:84% !important;
}
.brd-widget {
    border: 1px solid #fff;
    padding: 20px 33px 0 55px !important;
    height: 311px;
}
.intro{
	height:600px;
}
.partners {
	padding:48px 0 50px;
}
.mySlides {
    padding: 0 0 0 30px;
}

.partners .w3-content button.w3-button.w3-black.w3-display-left{
	left:0;
}

body[class=""] .header {
    margin: 85px 0 0 0;
}
.row.sechyperplanet{
	padding:0 !important;
}
.sechyperplanet .content p{
	font-size:16px !important;
}
.secplanet {
    padding: 260px 15px 0px 15px !important;
}
span.circle {
    width: 27%;
    float: left;
}
.services.iconic h3 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 0 10px;
    font-weight: bold;
    float: right;
    width: 66%;
    clear: right;
}
.services.iconic p {
    padding: 0 0 17px;
    float: right;
    width: 66%;
}
.clear{
	clear:both;
}

}
@media only screen and (max-width: 1024px) and (min-width: 768px){
	.form-header{
		width:96% !important;
		margin:20px 10px;
	}
	.topbar-email{
		float:right;
		display:inline-block;
	}
	.one-third{
		width:33.33%;
	}
	article.one-half.wow{
	width:50%;
	}
	.intro{
		height:500px;
		min-height:500px;
	}
	.intro .textwidget {
	    padding-top: 32% !important;
	}
	.intro .textwidget .brd-widget form.clearfix{
		zoom:60%;
	}
	.brd-widget {
	    border: 1px solid #fff;
	    padding: 64px 33px 0 55px;
	    height: 240px !important;
	}
}
@media only screen and (max-width: 812px) and (min-width: 375px){

span.circle {
	    width: 26%;
	    float: left;
	}
	.services.iconic h3 {
	    text-transform: uppercase;
	    font-size: 17px;
	    padding: 0 0 10px;
	    font-weight: bold;
	    float: right;
	    width: 68%;
	    clear: right;
	}
	.services.iconic p {
	    padding: 0 0 17px;
	    float: right;
	    width: 68%;
	}
	.clear{
		clear:both;
	}
	
}
@media only screen and (max-width: 667px) and (min-width: 375px){
	.topbar-email{
		float:none;
	}
	.topbar-email a{
		display:block;
	}
	.home .header{
		top:82px;
	}
	.intro .textwidget {
    		padding-top: 77% !important;
	}
	span.circle {
	    width: 26%;
	    float: left;
	}
	.services.iconic h3 {
	    text-transform: uppercase;
	    font-size: 17px;
	    padding: 0 0 10px;
	    font-weight: bold;
	    float: right;
	    width: 68%;
	    clear: right;
	}
	.services.iconic p {
	    padding: 0 0 17px;
	    float: right;
	    width: 68%;
	}
	.clear{
		clear:both;
	}
}

@media only screen and (max-width: 568px) and (min-width: 320px) {
	.intro .textwidget .brd-widget form.clearfix {
    zoom: 42%;
    margin: 0 auto;
    width: 68%;
}
.intro .textwidget {
    padding-top: 77% !important;
}


}

@media only screen and (max-width: 731px) and (min-width: 411px)  {
	.topbar-email a{
		display:block;
	}
	.topbar-email{
		float:none;
	}
	.home .header{
		top:82px;
	}
	.intro .textwidget {
    		padding-top: 71% !important;
	}
	span.circle {
	    width: 23%;
	    float: left;
	}
	.services.iconic h3 {
	    text-transform: uppercase;
	    font-size: 17px;
	    padding: 0 0 10px;
	    font-weight: bold;
	    float: right;
	    width: 71%;
	    clear: right;
	}
	.services.iconic p {
	    padding: 0 0 17px;
	    float: right;
	    width: 71%;
	}
	.clear{
		clear:both;
	}
}

@media screen and (max-width: 800px) {
    .home .services .one-third,
    .home .services .one-fourth,
    .footer .one-fourth {
        width: 100%;
    }
    .footer {
        min-height: 100%;
        padding: 0;
    }
    .footer .wrap {
        text-align: center;
    }
    .footer article {
        padding: 35px 15px 20px;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
    }
    .animated {
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
    }
    .intro .textwidget {
        padding-top: 14%;
    }
    .gmap {
        height: 200px;
    }
    .preloader {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .result .btn {
        width: 100%;
        margin-top: 25px;
    }
    .microlocations .one-fourth,
    .tab-content .one-fourth,
    .readonly .one-fourth,
    .readonly .three-fourth {
        width: 100%;
    }
    .readonly .one-fourth {
        padding-bottom: 0;
    }
    .twoway .wrap div {
        width: 100%;
        padding: 0 0 15px;
        margin: 0 0 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    }
    .twoway .wrap div:last-child {
        padding: 0;
        margin: 0;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 500px) {
    .intro .textwidget {
        padding-top: 50%;
    }
    .intro .textwidget h1 {
        font-size: 45px;
    }
    .intro .textwidget h2 {
        font-size: 17px;
    }
    .intro .btn.large {
        font-size: 14px;
        width: 46%;
        margin: 0 1%;
    }
    .advanced-search .form-group.spinner input {
        width: 100%;
    }
    .gmap {
        height: 150px;
    }
}

@media screen and (max-width: 400px) {
    .intro .textwidget h1 {
        font-size: 40px;
    }
    .intro .btn.large {
        width: 100%;
        margin: 0 0 15px;
    }
    .xdsoft_datetimepicker {
        padding-right: 0;
        max-width: 100%;
    }
    .xdsoft_datetimepicker .xdsoft_datepicker {
        margin: 0;
        width: 100%;
    }
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
        height: 116px;
    }
}

.brd-widget .one-third {
    position: relative;
}

.brd-widget input+.bg-3-step {
    border: 2px solid #c5c5c5;
    box-shadow: inhert;
}

.brd-widget input:checked+.bg-3-step,
.brd-widget input:hover+.bg-3-step {
    border: 2px solid #eb6e32;
    box-shadow: 1px 0px 7px 6px #052542;
}

.brd-widget input {
    position: absolute;
    border-radius: 1005;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
}

.brd-widget {
    border: 1px solid #fff;
    padding: 64px 33px 0 55px;
    height: 311px;
}

.bg-3-step {
    background: #fff;
    width: 300px;
}

.bg-3-step label {
    color: #1e3654;
    font-size: 18px;
    text-align: center;
}

.bg-3-step img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.bg-3-step div.radio,
.bg-3-step div.radio span,
.bg-3-step div.radio input {
    width: 300px;
    height: 300px;
}

.off-widget .lft-wid {
    width: 50%;
    float: left;
}

.off-widget h4 {
    border-bottom: 2px solid #e56e25;
    padding: 0 0 14px;
    margin: 0 0 10px;
    color: #152252;
    font-size: 20px;
    font-weight: 700;
}

.off-widget .lft-wid {
    width: 50%;
    float: left;
    line-height: 26px;
    color: #152252;
    margin:0 0 20px 0;
}

.off-widget .rig-wid {
    line-height: 26px;
    color: #152252;
}

body .no-padding {
    padding: 0px;
}

.ship-3-section {
    padding: 53px 0 20px 0;
}

.cont-whizz-3 .heading-tag {
    color: #152252;
    font-size: 28px;
    font-weight: 800;
}

.cont-whizz-3 .line-weight {
    color: #152252;
    font-size: 20px;
    padding: 30px 0;
}

.cont-whizz-3 {
    padding: 50px 0;
}

.cont-whizz-3 .qut-head {
    color: #e56e25;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}

.cont-whizz-3 p {
    color: #152252;
    font-size: 14px;
    line-height: 24px;
}

h2.page-heading {
    font-size: 34px;
    font-weight: bold;
    color: #152252;
}

.businesses-txt {
    padding: 50px;
}

.businesses-txt .built-bg {
    font-size: 33px;
    margin-bottom: 30px;
    color: #152252;
}

.businesses-txt p {
    color: #152252;
}

.businesses-txt a {
    color: #e56e25;
    font-size: 20px;
    text-decoration: underline;
}

.pickup-frm-2 .pick-hd {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pickup-frm-2 button#SQ0 {
    background: #e56e25;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.pickup-frm {
    margin-bottom: 20px;
}

.pickup-frm .txt-hd {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 600;
}

.pickup-frm input[type="text"] {
    padding: 10px;
    border-radius: 0px;
}

.textwidget .txt-about {
    text-align: left;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.textwidget a.get-free-quotes-btn {
    background: #08365b;
    color: #fff;
    padding: 11px 14px;
    display: block;
    width: 213px;
    margin: 20px 0 0 0;
    font-size: 19px;
}

.mrg-top-40 {
    margin-top: 40px
}

.form-header {
    float: left;
    margin-top: 21px;
    width: 42%;
    position: relative;
}

.form-header input[type="text"] {
    border: 1px solid #ccc;
    background: #fcfbfb;
    border-radius: 4px;
    padding: 11px 40px 11px 13px;
}

.form-header button.icon-btn {
    position: absolute;
    top: 15px;
    right: 11px;
    background: url(../images/search-icon.png) no-repeat 0 0;
    font-size: 0px;
    height: 20px;
    width: 20px;
}

.frm-pick-order input[type="text"] {
    float: left;
    width: 50%;
}

.frm-pick-order button {
    background: #e56e25;
    color: #fff;
    width: 200px;
    border-radius: 6px;
    height: 50px;
}

form.frm-pick-order {
    margin-top: 45px;
}

.frm-pick-order input[type="text"] {
    float: left;
    width: 47%;
    margin-right: 13px;
    height: 50px;
    font-size: 18px;
}

#icon_home {
    height: 193px;
    /*padding: 21px 0;*/
}


/*#icon_home label{*/


/*margin-top: 27px;*/


/*}*/


/*-- start:form --*/

.shipment-instant-quotes-widget {
    background: #f5f5f5;
}

.shipment-instant-quotes-widget .tell-quot-txt {
    color: #234986;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    padding-bottom: 30px;
}

.shipment-instant-quotes-widget .tell-quot-txt span {
    color: #eb6e32;
}

.shipment-instant-quotes-widget label.dep-heading {
    display: block;
    color: #234986;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0px 0 9px 0;
}

.shipment-instant-quotes-widget .value-data {
    width: 100%;
    padding: 6px;
    border: 1px solid #234986;
    border-radius: 0px;
}

.shipment-instant-quotes-widget .valid-test {
    color: #666;
    font-size: 15px;
    padding: 12px 0 9px 0;
}

.shipment-instant-quotes-widget .caution-line {
    color: #234986;
    font-size: 15px;
    font-weight: bold;
}

.shipment-instant-quotes-widget .caution-line i.fas {
    color: #e8af01;
    font-size: 16px;
}

.shipment-instant-quotes-widget .pickup-lt {
    color: #234986;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0;
    float: left;
}

.shipment-instant-quotes-widget .pickup-lt i.fas {
    color: #f00;
}

.shipment-instant-quotes-widget .text-muted {
    color: #666;
    text-transform: capitalize;
    font-size: 13px;
    padding: 20px 0 0;
}

.shipment-instant-quotes-widget .like-off {
    color: #234986;
    font-size: 13px;
    font-weight: 600;
    float: left;
}

.shipment-instant-quotes-widget .checkbox.overlay-row div.checker span.checked:before {
    content: "\2713";
    position: absolute;
    top: 0px;
    left: 4px;
    font-weight: bold;
    text-shadow: 0 1px 0 #234986;
    font-size: 19px;
    color: #234986;
}

.shipment-instant-quotes-widget .pickup-heading {
    font-size: 15px;
    font-weight: bold;
    color: #234986;
    padding: 10px 0;
}

.shipment-instant-quotes-widget .accessorial-padding div.checker,
.shipment-instant-quotes-widget .accessorial-padding div.checker span,
.shipment-instant-quotes-widget .accessorial-padding div.checker input {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 1px;
}

.shipment-instant-quotes-widget .accessorial-padding div.checker span.checked:before {
    content: "\2713";
    position: absolute;
    top: -1px;
    left: 2px;
    font-weight: bold;
    text-shadow: 0 1px 0 #234986;
    font-size: 11px;
    color: #234986;
}

.shipment-instant-quotes-widget .accessorial-padding .pickup-select label {
    display: inline-block;
    cursor: pointer;
    color: #234986;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 0 17px 1px;
}

.shipment-instant-quotes-widget .accessorial-padding .pickup-select span {
    font-size: 14px;
    color: #234986;
}

.shipment-instant-quotes-widget .accessorial-padding i.fa {
    color: #234986;
    cursor: pointer;
}

.shipment-instant-quotes-widget .accessorial-padding .pickup-select {
    margin-bottom: 9px;
}

.shipment-instant-quotes-widget .hr-line {
    border-bottom: 1px solid #ccc;
    margin: 20px 0
}


/*.hazardous-option.clearfix {
    width: 100px;
    border: 2px solid #000;
}
.off-tg { 
    text-align: center;
    padding: 10px 0;
}
.on-tg {
    float: left;
    width: 50px;
    background: #ccc;
    text-align: center;
    padding: 10px 0;
}*/


/*-- selection-option ---*/

.shipment-instant-quotes-widget .stv-radio-buttons-wrapper .radio {
    opacity: 0;
}

.shipment-instant-quotes-widget .stv-radio-buttons-wrapper label {
    float: right;
    padding: 1px 10px 0;
    cursor: pointer;
    margin-right: -1px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #eb6e32;
    border: 1px solid #eb6e32;
}

.shipment-instant-quotes-widget .padding-20 {
    padding-top: 20px;
}

.shipment-instant-quotes-widget .stv-radio-buttons-wrapper input:checked+label {
    color: #eb6e32;
    background-color: transparent;
    border: 1px solid #eb6e32;
}

.shipment-instant-quotes-widget .stv-radio-buttons-wrapper label {
    float: right;
    padding: 1px 10px 0;
    cursor: pointer;
    margin-right: -1px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #eb6e32;
    border: 1px solid #eb6e32;
}

.shipment-instant-quotes-widget input[type="checkbox"],
.shipment-instant-quotes-widget input[type="radio"] {
    box-sizing: inherit;
    width: inherit;
    height: inherit;
}

.shipment-instant-quotes-widget input#pickupservices-id {
    float: left;
    margin: 5px 9px 5px 0;
    padding: 16px;
    width: 18px;
    height: 18px;
}

.shipment-instant-quotes-widget input#delivery-id {
    float: left;
    margin: 5px 9px 5px 0;
    padding: 16px;
    width: 18px;
    height: 18px;
}

.shipment-instant-quotes-widget label {
    padding: 10px 0 0 1px;
}

.shipment-instant-quotes-widget .stv-radio-buttons-wrapper input[type="radio"] {
    opacity: 0;
}

.shipment-instant-quotes-widget .stv-radio-buttons-wrapper label {
    padding: 8px;
    font-size: 11px;
    font-weight: bold;
}


/*-- end:selection-option ---*/

.shipment-instant-quotes-widget .bottom-no-mrg {
    padding-bottom: 10px;
}

.shipment-instant-quotes-widget .light-txt-12 {
    color: #eb6e32;
    margin-bottom: 6px;
    font-size: 15px;
    cursor: pointer;
}

.shipment-instant-quotes-widget .txt-heading-15-bold {
    display: block;
    color: #234986;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 10px;
}

.shipment-instant-quotes-widget .txt-heading-15-normal {
    display: block;
    color: #234986;
    font-size: 15px;
    font-weight: 100;
    text-transform: capitalize;
    margin-top: 10px;
}

.shipment-instant-quotes-widget .red-alert {
    color: #f00;
}

.shipment-instant-quotes-widget div#conditionGroup {
    float: left;
    margin: 0 0 0 -27px;
}

.shipment-instant-quotes-widget .set-add-remove-widget select.form-select {
    border: 1px solid #234986;
    background: #fff;
    padding: 6px;
    border-radius: 0px;
}

.shipment-instant-quotes-widget input.Dimensions-input {
    float: left;
    width: 22%;
    border: 1px solid #234986;
    border-radius: 0px;
    margin: 0 3px 0 0;
    padding: 6px;
}

.shipment-instant-quotes-widget input#dep-Weight {
    float: left;
    width: 74%;
    border-radius: 0px;
}

.shipment-instant-quotes-widget input.Weight-input {
    float: left;
    width: 20%;
}

.shipment-instant-quotes-widget input.Dimensions-input.disabled-input {
    text-align: center;
}

.shipment-instant-quotes-widget input.Weight-input {
    float: left;
    width: 20%;
    border: 1px solid #234986;
    padding: 6px;
    border-radius: 0px;
    text-align: center;
    border-left: 0px;
}

.shipment-instant-quotes-widget .add-item-widget .media-data i.fa.fa-plus-circle {
    color: #eb6e32;
    font-size: 51px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.shipment-instant-quotes-widget .add-item-widget .media-data .add-an {
    text-align: center;
    font-size: 16px;
    color: #eb6e32;
    padding-top: 14px;
}

.shipment-instant-quotes-widget .get-quotes-link {
    background: #ccc;
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px;
    margin-bottom: 24px;
    margin-top: 12px;
    font-size: 17px;
    color: #888;
    font-weight: bold;
}

.shipment-instant-quotes-widget .media-data {
    padding: 30px 0;
}

.shipment-instant-quotes-widget .chooseing-item {
    position: relative;
}

.shipment-instant-quotes-widget .chooseing-item input[type="file"] {
    position: absolute;
    top: 0px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 99px;
    left: 0px;
    right: 0px;
    height: 49px;
    opacity: 0;
    cursor: pointer;
}

.shipment-instant-quotes-widget .rel-tooltip {
    display: inline;
    position: relative;
}

.shipment-instant-quotes-widget .data-value {
    display: none;
}

.shipment-instant-quotes-widget .active-data-value+.data-value {
    display: block;
    background: #fff;
    position: absolute;
    top: 28px;
    left: -100px;
    width: 215px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    padding: 2px;
    text-align: center;
    font-size: 13px;
    z-index: 99999;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #234986;
}

.shipment-instant-quotes-widget .data-value h4 {
    padding: 4px 5px;
    margin: 0;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    margin-bottom: 8px;
}

.shipment-instant-quotes-widget .data-value p {
    padding: 0px 4px 10px;
    font-weight: 500;
    font-size: 13px;
}

.shipment-instant-quotes-widget .data-value .arrow {
    border-width: 11px;
}

.shipment-instant-quotes-widget .data-value .arrow:after {
    content: "";
    border-width: 10px;
}

.shipment-instant-quotes-widget .data-value .arrow,
.data-value .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.shipment-instant-quotes-widget .data-value .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.shipment-instant-quotes-widget .data-value .arrow:after {
    top: 2px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.container-fluid.pickup-lt {
    float: left;
    margin: 0 !important;
    padding: 10px 0 10px 0 !important;
}

.stvradiobuttonswrapper {
    float: right;
}

.stvradiobuttonswrapper>.lbl-stv-radio-button {
    color: #eb6e32;
    background: #fff;
    border: 1px solid #eb6e32;
    padding: 5px 5px;
    font-weight: bold;
    margin: 0px !important;
    float: left;
}

.stvradiobuttonswrapper .inputcheck {
    display: none;
}

.stvradiobuttonswrapper>.lbl-stv-radio-button.active {
    background: #eb6e32;
    color: #fff;
}


/*--start:account*/

.shipment-instant-quotes-widget .rel-tooltip {
    display: inline;
    position: relative;
}

.shipment-instant-quotes-widget .data-value {
    display: none;
}

.shipment-instant-quotes-widget .active-data-value+.data-value {
    display: block;
    background: #fff;
    position: absolute;
    top: 28px;
    left: -100px;
    width: 215px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    padding: 2px;
    text-align: center;
    font-size: 13px;
    z-index: 99999;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #234986;
}

.shipment-instant-quotes-widget .data-value h4 {
    padding: 4px 5px;
    margin: 0;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    margin-bottom: 8px;
}

.shipment-instant-quotes-widget .data-value p {
    padding: 0px 4px 10px;
    font-weight: 500;
    font-size: 13px;
}

.shipment-instant-quotes-widget .data-value .arrow {
    border-width: 11px;
}

.shipment-instant-quotes-widget .data-value .arrow:after {
    content: "";
    border-width: 10px;
}

.shipment-instant-quotes-widget .data-value .arrow,
.data-value .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.shipment-instant-quotes-widget .data-value .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.shipment-instant-quotes-widget .data-value .arrow:after {
    top: 2px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.account-user-tab {
    overflow: hidden;
}


/* Style the buttons inside the tab */

.account-user-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.account-user-tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.account-user-tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tablinks {
    color: #08365b;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 34px;
    border-left: 3px solid #f9f9f9;
    margin: 0 9px 22px 11px;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.tablinks:hover,
.tablinks.active {
    border-left: 3px solid #08365b;
}

.just-info {
    color: #004986;
    padding: 12px 0;
    text-align: left;
    font-size: 16px;
}

h3.ac-head {
    color: #004986;
    font-weight: bold;
    font-size: 26px;
}

.tag-heading {
    color: #004986;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.user-set label {
    text-align: left;
    display: block;
    color: #004986;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px 0 3px 0;
}

.user-set input {
    border: 1px solid #004986;
    padding: 6px;
    border-radius: 0px;
}

.user-set {
    margin-bottom: 14px;
}

.left-account-side {
    margin-top: 40%;
}

.account-user-information-widget {
    background: #f9f9f9
}

.form-account-set {
    margin-bottom: 30px;
}

.user-pro-dp i.fa {
    border: 2px solid #004986;
    border-radius: 50px;
    font-size: 35px;
    color: #004986;
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.right-account-side button.submit-btn {
    background: #004986;
    color: #fff;
    padding: 12px 20px;
    display: block;
    width: 100%;
}

.required-value i.fas {
    color: #f00;
}

.required-value {
    text-align: left;
    padding: 10px 0 0;
    color: #004986;
}

.term-infor p {
    text-align: left;
    color: #004986;
}

.term-infor a {
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.paymnt-img img {
    text-align: left;
    margin: 4px 0 14px 0;
    display: block;
}

.table.notifications-tab-info thead th {
    background: none;
    border-right: none;
    color: #fff;
    padding: 17px 20px 16px;
    text-align: left;
    font-weight: 400;
}

.form-account-set .notifications-tab-info thead th {
    color: #004986!important;
    font-weight: bold!important;
    text-transform: capitalize;
}

.notifications-tab-info input[type="checkbox"],
.notifications-tab-info input[type="radio"] {
    box-sizing: border-box;
    width: auto;
    height: auto;
}

table.notifications-tab-info tbody tr th {
    background: #fff;
    border-right: inherit;
    color: #fff;
    padding: 17px 20px 16px;
    text-align: left;
    font-weight: 400;
}

table.notifications-tab-info td {
    background: #fff;
    border-right: none;
    border-bottom: none;
}

.form-account-set table.notifications-tab-info {
    border-left: none;
}

.headin-txt {
    color: #004986;
    font-size: 14px;
    font-weight: bold;
}

.form-account-set .notifications-tab-info tbody tr td {
    border-bottom: 3px solid #f9f9f9!important;
    margin: 10px;
    width: 100%;
}

.text-center {
    text-align: center;
}

label.termsconditions-div {
    float: left;
    color: #004986;
}

.termsconditions-div input[type="checkbox"],
.termsconditions-div input[type="radio"] {
    box-sizing: border-box;
    width: inherit;
    height: inherit;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.cancel-continue-widget button.cancel-btn {
    float: left;
    width: 200px;
    color: #fff;
    padding: 10px;
    border: 2px solid #004986;
    background: inherit;
    color: #004986;
    font-weight: bold;
    margin-right: 20px;
}

.cancel-continue-widget button.continue-btn {
    float: left;
    width: 200px;
    background: #ccc;
    color: #fff;
    padding: 10px;
    border: 2px solid #ccc;
    font-weight: 700;
    color: #666;
}

.cancel-continue-widget button.cancel-btn:hover,
.cancel-continue-widget button.continue-btn:hover {
    background: #e56e25;
    border: 2px solid #e56e25;
    color: #fff
}


/*-- start: seventh page start */

.dashboard-widget {
    background: #f5f5f5;
}

.dash-right-white h3 {
    color: #12365d;
    font-weight: 600;
    font-size: 15px;
    padding: 0px;
}

.dash-right-white p {
    color: #12365d;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 0;
    font-family: system-ui;
}

.dash-right-white a {
    color: #49a3e0;
    font-size: 13px;
}

.dash-right-white {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
}

.covid-line {
    color: #12365d;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.covid-line span {
    color: #eb6e32;
}

.wel-heading {
    color: #12365d;
    font-size: 26px;
    font-weight: 900;
    float: left;
}

.user-welcome a.quote-link {
    background: #eb6e32;
    display: block;
    width: 330px;
    float: right;
    text-align: center;
    padding: 12px;
    color: #fff;
    font-size: 18px;
}

.user-welcome.clearfix {
    margin: 30px 0px;
}

.user-welcome i.fa {
    border: 2px solid #12365d;
    padding: 13px 15px;
    border-radius: 100px;
}

.order-alert {
    background: #fff;
    border-left: 4px solid #ccc;
    padding: 10px 15px;
    margin: 30px 0;
}

.order-alert h4 {
    color: #12365d;
    font-weight: 700;
    padding: 0px;
}

.order-alert p {
    color: #12365d;
    font-size: 15px;
    padding: 3px 0 0 0;
}

.recent-area-info h4.hd-tag {
    color: #12365d;
    float: left;
    font-weight: 600;
    font-size: 20px;
}

.recent-area-info a.right-ms {
    float: right;
    color: #eb6e32;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 600;
}

.recent-area-info .white-bg-info {
    background: #fff;
    padding: 10px 20px;
    margin: 10px auto;
}

.recent-area-info .ship-ms {
    color: #12365d;
    font-size: 16px;
}

.recent-area-info .ship-ms i.fa {
    font-size: 45px;
    float: left;
    margin: 0 10px 0 0;
}

.recent-area-info .ship-ms {
    color: #12365d;
    font-size: 16px;
    line-height: 39px;
}

.recent-area-info.clearfix {
    margin-top: 34px;
}

.recent-area-info .ac-ex-ms .on-off-tg.active {
    background: #eb6e32;
}

.recent-area-info .ac-ex-ms .on-off-tg.expired {
    background: #ccc;
}

.recent-area-info .ac-ex-ms .on-off-tg {
    float: left;
    color: #fff;
    border-radius: 50px;
    padding: 4px 14px;
    font-weight: 800;
}

.recent-area-info .ac-ex-ms .date-tg {
    float: right;
    color: #12365d;
    font-weight: bold;
    font-size: 16px;
    margin: 1px 0;
}

.recent-area-info .ac-ex-ms.clearfix {
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
}

.shipping-info-contact .cont-info-left {
    float: left;
    width: 65%;
}

.shipping-info-contact .price-right-info {
    float: left;
    width: 35%;
}

.shipping-info-contact .time-ms {
    color: #12365d;
    font-size: 16px;
    margin-top: 15px;
}

.shipping-info-contact .dis-ms {
    color: #12365d;
    font-size: 18px;
}

.shipping-info-contact .watch-ms {
    color: #12365d;
    margin-top: 5px;
    font-size: 16px;
}

.shipping-info-contact .rate-ms {
    color: #12365d;
    font-size: 16px;
}

.shipping-info-contact .rate-ms span {
    font-size: 30px;
    font-weight: 600;
}

.shipping-info-contact a.resume-qu {
    border: 2px solid #eb6e32;
    display: block;
    color: #eb6e32;
    padding: 10px;
    text-align: center;
    display: block;
    margin: 10px auto;
    font-weight: 700;
}

.shipping-info-contact a.resume-qu:hover {
    color: #12365d;
    border: 2px solid #12365d;
}

.recent-area-info a.right-ms:hover,
.dash-right-white a:hover {
    color: #12365d;
}

.user-welcome a.quote-link:hover {
    background: #12365d
}

.shipping-info-contact.clearfix {
    padding: 20px 0 10px;
}


/*-- end: seventh page start */

.selection-widget .desti-outer {
    background: #fff;
    padding: 15px;
    position: relative;
}

.selection-widget .desti-outer .desti-sel {
    color: #12365d;
    font-size: 18px;
}

.selection-widget .desti-outer .wt-bo {
    color: #12365d;
    font-size: 15px;
    padding: 8px 0;
}

.selection-widget .desti-outer a.edit-link {
    position: absolute;
    top: 16px;
    right: 21px;
}

.process-txt-line {
    color: #12365d;
    font-weight: 600;
    font-size: 15px;
    padding: 0 0 10px 0;
}

.sort-data-info .selection-info label {
    color: #12365d;
    font-size: 14px;
    display: inline;
    font-weight: 600;
    text-transform: capitalize;
}

.sort-data-info.clearfix {
    margin: 30px 0;
}

.best-match-widget .best-title {
    font-size: 14px;
    color: #12365d;
    font-weight: 600;
}

.sort-data-info .best-match-widget .price-tg {
    color: #12365d;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.sort-data-info .best-match-widget a.slt-link {
    border: 2px solid #eb6e32;
    display: block;
    padding: 10px;
    text-align: center;
    color: #eb6e32;
    font-weight: 700;
    font-size: 17px;
    margin: 9px auto 7px;
}

.sort-data-info .best-match-widget a.slt-link:hover {
    border: 2px solid #12365d;
    color: #12365d;
}

.selection-widget .desti-outer a.edit-link:hover {
    color: #eb6e32
}

.best-match-widget .best-title a:hover {
    color: #12365d;
}

.best-match-widget .best-title a {
    color: #eb6e32;
}

.best-match-widget .est-line {
    color: #12365d;
    font-size: 14px;
    padding: 10px 0 0 0;
}

.sort-data-info .best-match-widget {
    background: #fff;
    border-left: 4px solid #12365d;
    padding: 10px;
    margin-top: 20px;
}

.best-match-widget .best-left {
    float: left;
    width: 65%;
}

.best-match-widget .best-right {
    float: left;
    width: 35%;
}

.sort-data-info .best-match-widget .vlm-line {
    color: #12365d;
    font-size: 16px;
    margin-top: 5px;
}

.selection-info select#sort-info {
    display: inline;
    width: 200px;
    background: #fff;
    border: 1px solid #12365d;
    color: #12365d;
    border-radius: 0px;
    padding: 6px;
    font-size: 14px;
}

.selection-widget .rating-ds {
    margin: 10px auto 25px;
}

.shiping-dashboard-progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #eb6e32;
    transition: width .6s ease;
}

.shiping-dashboard-progress {
    display: -ms-flexbox;
    display: flex;
    height: 3px;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.selection-widget .carrier-heading {
    color: #12365d;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding: 14px 0;
}

.selection-widget .rating-right {
    color: #12365d;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 30px;
}

.selection-widget .globe-info.clearfix {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.selection-widget .rating-right b {
    display: block;
    font-size: 34px;
}

.selection-widget .globe-left i.fa {
    font-size: 60px;
    color: #12365d;
    float: left;
    margin: 0 9px 0 0;
}

.dash-right-white .pku-head {
    color: #ccc;
    float: left;
    font-size: 14px;
}

.dash-right-white a.et-click {
    float: right;
}

.dash-right-white .clearfix.pck-edt {
    padding: 10px 0 0;
}


/*-- start:tooltip --*/

.slp-top .rel-tooltip {
    display: inline;
    position: relative;
}

.slp-top .rel-tooltip .data-value {
    display: none;
}

.slp-top .active-data-value+.data-value {
    display: block;
    background: #fff;
    position: absolute;
    top: 32px;
    left: -100px;
    width: 215px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    padding: 2px;
    text-align: center;
    font-size: 13px;
    z-index: 99999;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #234986;
}

.slp-top {
    display: inline;
}

.slp-top .rel-tooltip .data-value .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.slp-top .rel-tooltip .data-value .arrow,
.rel-tooltip .data-value .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.slp-top .rel-tooltip .data-value .arrow {
    border-width: 11px;
}

.slp-top .rel-tooltip .data-value h4 {
    padding: 4px 5px;
    margin: 0;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    margin-bottom: 8px;
}

.slp-top .rel-tooltip .data-value p {
    padding: 0px 4px 10px;
    font-weight: 500;
    font-size: 13px;
}

.slp-top .rel-tooltip i.fa {
    color: #234986;
    cursor: pointer;
    font-size: 19px;
}


/*-- end:tooltip --*/


/*-- end:first --*/


/*-- start:second --*/

.form-set-info .form-group label.dep-heading {
    display: block;
    color: #234986;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0px 0 6px 0;
}

.form-set-info .form-group .value-data {
    width: 100%;
    padding: 6px;
    border: 1px solid #234986;
    border-radius: 0px;
}

.form-set-info .form-group .pickup-lt {
    color: #234986;
    font-size: 13px;
    font-weight: 200;
    padding: 2px 0 10px 0;
}

.form-set-info .form-group .pickup-lt i.fas {
    color: #f00;
}

.form-set-info h4.heading-bold {
    color: #234986;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 7px auto 0;
}

.form-set-info {
    margin: 0px 0 30px 0;
}

.select-2-section {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    position: relative;
}

.select-2-section:nth-child(2) {
    margin-right: inherit;
}

.form-set-info select.form-select {
    border: 1px solid #234986;
    background: #fff;
    padding: 6px;
    border-radius: 0px;
}

.form-set-info .form-group #special-in {
    width: 100%;
    padding: 6px;
    border: 1px solid #234986;
    border-radius: 0px;
    height: 150px;
}

form.autoset-90 {
    width: 90%;
    margin: 0 auto;
}

.preview-widget i.fa {
    border: 2px solid #eb6e32;
    padding: 5px 15px;
    border-radius: 100%;
    color: #eb6e32;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

.preview-widget i.fa {
    border: 2px solid #eb6e32;
    padding: 5px 15px;
    border-radius: 100%;
    color: #eb6e32;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

.preview-widget .pre-link {
    float: left;
    margin-right: 13px;
}

.preview-widget i.fa:hover {
    border: 2px solid #234986;
    color: #234986;
}

.preview-widget {
    margin: 0 auto;
    width: 144px;
}

.select-2-section:nth-child(1) .input-t:after {
    content: "to";
    display: block;
    font-size: 12px;
    color: #234986;
    position: absolute;
    top: 33px;
    right: -18px;
}

.txt-heading {
    float: left;
    width: 50%;
    color: #234986;
    line-height: 85px;
}

.clearfix.white-box {
    background: #fff;
    padding: 10px;
    width: 600px;
    margin: 0 auto;
}

.form-group.right-sd {
    float: left;
    width: 50%;
}

.product-shield i.fa {
    font-size: 68px;
    color: #234986;
    margin: 0 auto;
    display: block;
    text-align: center;
}

p.txt-pro {
    color: #234986;
    text-align: center;
    font-size: 17px;
}

.txt-pro a {
    color: #eb6e32;
}

.shp-insu {
    border-bottom: 1px solid #f1f1f1;
    padding: 2px 0 10px 0;
    color: #234986;
    font-weight: bold;
}

.price-cm-info input[type="radio"] {
    box-sizing: border-box;
    width: auto;
    height: auto;
}

.price-cm-info label {
    color: #234986;
    font-weight: 400;
    padding: 0px;
}

.price-cm-info .shp-left {
    float: left;
    width: 50%;
    padding-top: 13px;
}

.price-cm-info .clearfix.price-cm-info {
    padding: 16px 0 0;
}

.price-cm-info .price-dl {
    color: #234986;
    font-size: 30px;
    text-align: center;
    font-weight: 800;
}

.price-cm-info .pri-info {
    color: #234986;
    font-size: 14px;
    text-align: center;
}

.clearfix.price-cm-info {
    padding: 14px 0;
}

.price-cm-info .shp-right {
    float: left;
    width: 50%;
}

.car-set-info .blu-line {
    color: #234986;
    font-size: 18px;
}

.car-set-info .info {
    background: #fff;
    padding: 20px;
    color: #234986;
    margin: 10px auto;
    font-size: 14px;
}

.form-set-info a.add-crd-btn {
    color: #eb6e32;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
}

.form-set-info a.add-crd-btn:hover {
    color: #234986
}


/*-- end:second --*/


/*  */


}
.price-cm-info label {
    color: #234986;
    font-weight: 400;
    padding: 0px;
}
.price-cm-info .shp-left {
    float: left;
    width: 50%;
    padding-top: 13px;
}
.price-cm-info .clearfix.price-cm-info {
    padding: 16px 0 0;
}
.price-cm-info .price-dl {
    color: #234986;
    font-size: 30px;
    text-align: center;
    font-weight: 800;
}
.price-cm-info .pri-info {
    color: #234986;
    font-size: 14px;
    text-align: center;
}
.clearfix.price-cm-info {
    padding: 14px 0;
}
.price-cm-info .shp-right {
    float: left;
    width: 50%;
}
.car-set-info .blu-line {
    color: #234986;
    font-size: 18px;
}
.car-set-info .info {
    background: #fff;
    padding: 20px;
    color: #234986;
    margin: 10px auto;
    font-size: 14px;
}
.form-set-info a.add-crd-btn {
    color: #eb6e32;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
}
.form-set-info a.add-crd-btn:hover {
    color: #234986
}

/*-- end:second --*/

/*  18-3  */
.quantity_req {
    width: -webkit-fill-available;
}
#error:not(:empty) {
    color: #fff;
    background: #de2222;
    font-size: 13px;
    padding: 0.5em 1.5em;
    font-weight: 500;

}
.print-error-msg {
    color: #fff;
    background: #de2222;
    font-size: 13px;
    padding: 12px 1px 0px 14px;
    font-weight: 500;
}
form#customer_add div.checker input {
    opacity: 1 !important;
    -webkit-appearance: auto !important;
}

/* ltl modal */
.modal_ltl {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content_ltl {
    background-color: #f5f5f5;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

/* The Close Button */
.modal-content_ltl .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-content_ltl .close:hover,
.modal-content_ltl .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button */
.modal-content_ltl .closess {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-content_ltl .closess:hover,
.modal-content_ltl .closess:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* .content_ltl_model {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
} */
.li-restricted,
.li-prohibited {
    background-image: url(../images/prohibited.svg);
}
.li-restricted:before,
.li-prohibited:before {
    content: " " !important;
}
.li-prohibited,
.li-restricted {
    margin: 0;
    padding: 0 0 8px 28px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20px;
    line-height: 1.4!important;
}
.content_ltl_model .card {
    background-color: #fff;
    color: #12355d;
    padding: 16px;
    box-shadow: none;
}
h3.space-top-sm.space-bottom-xs {
    font-size: 16px;
}
.content_ltl_model a {
    color: #e56e25 !important;
}

.row.sechyperplanet {
    padding: 30px 0;
}
a.hyperplanet {
    text-align: center;
    float: left;
    padding: 0px 0px;
}

.hyperplanet img,.sechyperplanet .content {
    width: 100%;
}

.sechyperplanet .content {
    background-color: #e56e25;
    padding: 5px 20px;
    text-align: center;
    float: left;
    margin: 0 0 16px 0;

}
.sechyperplanet .content p {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 28px;
}


.secplanet {
    padding: 153px 0 0 0;

}
.secplanet {
    padding: 150px 0;
}
.secplanet .content {
    text-align: center;
}
.form-group {
    width: 100%;
    float: left;
    padding: 0 0 5px 0;
}

.secfull{
    width: 100%;
    float: left;
    padding:0;
}

.planetform .form-group h1 {
    font-weight: bold;
}
.planetform .sechaf{
    width: 50%;
    float: left;
padding: 0 13px 0 0;
}.fulrowsec{
    width: 100%;
    float: left;
}
.row.formfultitle {
    width: 100%;
    float: left;
}
.planetform .delivery_address{
    height: 110PX;
}
.fulrowsec {
    width: 100%;
    float: left;
    margin: 0PX;
    padding: 0PX;
}

.row.formfultitle {
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
    margin: 0;
}
 .planetform .form-group.secsend {
    text-align: center;
    padding: 10px;
    }
 .planetform .btn.sendbt {
    background: #e56e25;
    padding: 15px 60px;
    margin: 13px 0 0 0;
}

.ctaaa p {
    font-size: 23px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    padding: 26px 20px 26px 40px;
    color: #fff;
}
.ctaaa a {
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    margin: 17px 10px;
    float: right;
    vertical-align: middle;
    background: #e56e25;
    border-radius: 3px;
    font-size: 18px;
}

fieldset {
    display: inline-block;
    width: 100%;
    margin: 30px;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: #ff8b4436;
    border-image: initial;
}
fieldset legend h2{
padding:0;
font-size: 24px;
}

