@font-face {
    font-family: open_sansregular;
    src: url(../../fonts/opensans-regular-webfont.eot);
    src: url(../../fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/opensans-regular-webfont.woff2) format('woff2'), url(../../fonts/opensans-regular-webfont.woff) format('woff'), url(../../fonts/opensans-regular-webfont.ttf) format('truetype'), url(../../fonts/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open_sansbold;
    src: url(../../fonts/opensans-bold-webfont.eot);
    src: url(../../fonts/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/opensans-bold-webfont.woff2) format('woff2'), url(../../fonts/opensans-bold-webfont.woff) format('woff'), url(../../fonts/opensans-bold-webfont.ttf) format('truetype'), url(../../fonts/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open_sans_semiboldregular;
    src: url(../../fonts/opensans-semibold-webfont.eot);
    src: url(../../fonts/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/opensans-semibold-webfont.woff2) format('woff2'), url(../../fonts/opensans-semibold-webfont.woff) format('woff'), url(../../fonts/opensans-semibold-webfont.ttf) format('truetype'), url(../../fonts/opensans-semibold-webfont.svg#open_sans_semiboldregular) format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%
}

.form-control::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
    text-transform: none
}

.form-control::-moz-placeholder {
    color: #969696;
    opacity: 1;
    text-transform: none
}

.form-control::-ms-input-placeholder {
    color: #969696;
    opacity: 1;
    text-transform: none
}

.form-control::-moz-placeholder {
    color: #969696;
    opacity: 1;
    text-transform: none
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

body {
    font-family: open_sansregular;
    color: #333;
    line-height: 1;
    font-size: 14px
}

body,
html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    color: #000;
    margin: 0 0 20px
}

h1,
h2 {
    color: #5d5d5d;
    font-size: 20px;
    margin: 0 0 20px
}

h1>span,
h2>span {
    border-bottom: 3px solid #ea2127;
    display: inline-block
}

h3 {
    font-size: 16px;
    margin: 0 0 25px;
    color: #421459;
    font-weight: 700
}

h4 {
    font-size: 14px;
    margin-bottom: 12px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 13px
}

input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=text],
optgroup,
select,
select.form-control,
textarea {
    height: 30px;
    border-radius: 0;
    background: #eee;
    box-shadow: none;
    padding: 2px 10px;
    color: #5d5d5d;
    width: 100%;
    text-transform: capitalize;
    border: none;
    font-size: 12px;
    margin: 0 0 19px
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    font-family: open_sansregular
}

select {
    font-size: 12px;
    margin: 0
}

select option {
    padding: 8px 10px;
    border: none
}

label {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin: 0 0 12px
}

.btn,
button,
input[type=submit] {
    background: #015bc6;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 0 10px;
    border: none;
    border-radius: 17px;
    cursor: pointer;
    line-height: 11px
}

.mode-form>div input[type=submit].form-control {
    background: 0 0;
    border-bottom: 1px solid #d6d7d7;
    padding: 2px 0;
    color: #5d5d5d;
    font-size: 14px;
    display: inline-block
}

input[type=submit]:hover {
    background: #fff;
    color: #015bc6
}

textarea {
    min-height: 152px;
    resize: none
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    border: 1px #eee solid;
    outline: 0
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    border: none
}

button[disabled],
input[disabled] {
    cursor: default;
    color: #999;
    border-color: #ccc
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

.form-control:focus {
    background: #f7f7f7
}

.radio-wrap {
    padding: 0 0 0 30px
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    height: 25px;
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -o-transition: .28s ease;
    -ms-transition: .28s ease;
    transition: .28s ease
}

[type=radio]+label:after,
[type=radio]+label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -o-transition: .28s ease;
    -ms-transition: .28s ease;
    transition: .28s ease
}

[type=radio]:not(:checked)+label:before {
    border-radius: 50%;
    border: 2px solid #ea2127
}

[type=radio]:checked+label:after {
    width: 9px;
    height: 15px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #ea2127;
    border-bottom: 2px solid #ea2127;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 16% 139% 0;
    -moz-transform-origin: 16% 139% 0;
    -ms-transform-origin: 16% 139% 0;
    -o-transform-origin: 16% 139% 0;
    transform-origin: 16% 139% 0
}

[type=radio]+label::before {
    border: 2px solid #ea2127;
    border-radius: 50%;
    height: 19px;
    width: 19px
}

[type=radio]+label::after {
    top: -7px
}

select.form-control {
    margin: 0
}

.select-style {
    margin: 0 0 19px;
    position: relative;
    overflow: hidden;
    background: #eee
}

.select-style:before {
    position: absolute;
    right: 6px;
    top: 11px;
    content: "";
    width: 2px;
    height: 2px;
    width: 10px;
    height: 8px;
    z-index: 1
}

.select-style:after {
    width: 20px;
    height: 100%;
    background: #eee;
    content: '';
    top: 0;
    right: 0;
    position: absolute
}

.select-style.arrow:before {
    background-position: -191px -1px
}

.select-style select:focus {
    outline: 0;
    border: none;
    background: 0 0;
    box-shadow: none
}

.error {
    bottom: 6px;
    color: red;
    font-size: 12px;
    position: absolute
}

.flight-book-form .col-sm-4,
.flight-book-form .col-xs-12 {
    position: relative
}

dt,
li {
    color: #333;
    font-size: 14px;
    margin-bottom: 14px
}

dl {
    margin: 0 0 10px 0
}

dd {
    margin: 0 0 20px 10px
}

ul {
    margin: 0 0 20px 0;
    list-style: none
}

ol {
    list-style-type: decimal;
    margin: 0 0 20px 0
}

ol ul,
ul ul {
    list-style-type: circle
}

ol ol {
    list-style-type: lower-latin
}

p {
    margin-bottom: 16px;
    line-height: 18px
}

blockquote,
cite,
dfn,
q,
var {
    font-style: italic
}

blockquote {
    background: 0 0;
    color: #666
}

small {
    font-size: 12px;
    line-height: 1.75
}

code,
kbd,
pre,
samp,
tt,
var {
    font-size: 12px
}

pre {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

code,
pre {
    color: #888
}

kbd,
samp,
var {
    color: #666;
    font-weight: 700
}

abbr,
acronym {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    cursor: help
}

sub,
sup {
    font-size: 12px;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5px
}

sub {
    bottom: -.25px
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto
}

a {
    color: #421459;
    text-decoration: none;
    font-size: 13px;
    display: inline-block
}

a,
input,
select {
    transition: all .9s ease 0s;
    -moz-transition: all .9s ease 0s;
    -webkit-transition: all .9s ease 0s;
    -o-transition: all .9s ease 0s;
    -ms-transition: all .9s ease 0s
}

a:focus,
a:hover {
    color: #421459;
    text-decoration: none;
    outline: 0
}

a:active {
    outline: 0
}

table {
    width: 100%;
    border-collapse: collapse;
    color: #777;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin: 0 0 10px 0
}

caption {
    font-variant: small-caps
}

td,
th {
    line-height: 1;
    vertical-align: top;
    padding: 10px;
    font-size: 15px
}

td:first-child,
th:first-child {
    margin-top: 0
}

thead th {
    text-align: left;
    color: #888;
    border-bottom: 2px #888 solid
}

tbody th {
    text-align: left;
    border-top: 1px solid #ccc
}

tbody td {
    text-align: left;
    border-top: 1px solid #ccc
}

.owl-next,
.owl-prev,
.ui-datepicker-next .ui-icon,
[class*=icon-],
[class^=icon-] {
    background-image: url(../images/sprite.png)
}

.wrapper {
    position: relative;
    height: auto!important;
    margin: 0 auto 0;
    min-height: 100%
}
header .container {padding-left: 0;}
header .container .col-sm-8 {padding:0;}
header .container .col-sm-8 .logo {margin: 22px 14px 19px 15px;}
.container {
    max-width: 2619px;
    width: 100%;
    margin: 0 auto
}

.container.inner-content {
    background: #fff;
    margin: -72px auto 61px;
    position: relative
}

.row-fields.row {
    margin: 0 -15px 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.mobile-menu {
    display: none
}

header {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 4
}

.navbar-header {
    padding: 5px 0 3px
}

.navbar-nav {
    margin: 0
}

.navbar-nav>li {
    position: relative;
    margin: 0;
    border-bottom: 1px dotted #fff
}

.navbar-nav>li:last-child {
    border: none
}

.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    background: 0 0;
    opacity: .8
}

.navbar-nav>li>ul {
    position: absolute;
    top: 60px;
    padding: 0;
    margin: 0;
    display: none;
    max-width: 100%;
    left: 0;
    width: 100%
}

.navbar-nav>li>ul>li {
    border-radius: 3px;
    background: #fff;
    padding: 15px 0;
    list-style: none;
    margin: 0 0 2px
}

.navbar-nav>li>ul>li a {
    color: #353535
}

.log-btn {
    color: #666;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 18px;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 17px
}

.log-btn.last {
    background: #ef4130;
    background: -moz-linear-gradient(left, rgba(239, 65, 48, 1) 0, rgba(162, 9, 4, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(239, 65, 48, 1) 0, rgba(162, 9, 4, 1) 100%);
    background: linear-gradient(to right, rgba(239, 65, 48, 1) 0, rgba(162, 9, 4, 1) 100%)
}

.log-btn-wrap {
    padding: 13px 0;
    text-align: right
}

@media screen and (max-width:767px) {
    .logo {
        margin: 0
    }
}

.footer-sec {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#421459+0,421459+0,421459+17,6a2191+36,6a2191+100 */
background: rgb(66,20,89); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(66,20,89,1) 0%, rgba(66,20,89,1) 0%, rgba(66,20,89,1) 17%, rgba(106,33,145,1) 36%, rgba(106,33,145,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(66,20,89,1) 0%,rgba(66,20,89,1) 0%,rgba(66,20,89,1) 17%,rgba(106,33,145,1) 36%,rgba(106,33,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(66,20,89,1) 0%,rgba(66,20,89,1) 0%,rgba(66,20,89,1) 17%,rgba(106,33,145,1) 36%,rgba(106,33,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#421459', endColorstr='#6a2191',GradientType=1 ); /* IE6-9 */

    padding: 10px 0
}

.footer-sec ul {
    margin: 8px 0;
    padding: 0;
    text-align: center
}

.footer-sec ul li {
    display: inline-block;
    padding: 0 12px;
    margin: 0;
    border-left: 1px solid #fff
}

.footer-sec ul li:first-child {
    padding-left: 0;
    border-left: none
}

.footer-sec ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px
}

.footer-sec ul li:hover a {
    color: #fff
}

@media(max-width:480px) {
    .footer-sec ul li a {
        font-size: 12px
    }
    .footer-sec ul li {
        padding: 0 8px
    }
}