
/*common styles*/
#app-download-mobile{
    display: none;
}
a:hover{
    cursor: pointer!important;
}
#app-download{
    display: block;
}
@media only screen and (max-width : 768px) {
    #app-download-mobile{
        display: block;
    }
    #app-download{
        display: none;
    }
}
.title-back{
    background: url('../images/title-back.png')top right;
    background-size: 90%;
    background-repeat: no-repeat;
    min-height: 140px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 30px;
    margin-top: 70px;
}
.navbar-right{
    margin-right: 0px;
}
.navbar-brand{
    padding: 0;
}
.no-pad-left{
    padding-left: 0;
}
.no-pad-right{
    padding-right: 0;
}
.text-red{
    color:#EC1F1F !important;
}
.text-justify{
	text-align:justify !important;
}
.bg-red{
    background: linear-gradient(#cf1c36, #E3371B), #EC1F1F;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.42);
}
.border-radius-5{
    border-radius: 5px;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}
.row-padding{
    padding-left: 10px;
    padding-right: 10px;
}
.shap-img{
    width: 100%;
}
.btn-front-def{
    color: #2c539e;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(#e6edf5, #dbe2ea), #e6edf5;
    vertical-align: middle;
    min-width: 105px;
}
.error , .err_div{
    color: #e31f14;
    font-weight: 500;

}
#book-front .error{
    text-shadow: 0 0 4px #fff;
    font-size: 15px;
    color: #dd1c1c;
    -webkit-text-fill-color: #ea1717;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #ad0a0a;
}
.form-control,.input-group-addon{
    border: 1px solid #27539e80;
    height:29px;
    font-size: 13px;
}
.glyphicon{
    top:0px;
}
.title-back h1{
    font-weight: bolder;
}
.form-custom{
    border-radius: 10px;
    margin-bottom: 5px;
    border: 1px solid #c1c3d4;
}
.label-control {
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #dfe0d8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.less-padding{
    padding-left: 5px;
    padding-right: 5px;
}
.mid-padding{
    padding-left: 20px;
    padding-right: 20px;
}
label{
    font-size: 13px;
}
.form-group{
    margin-bottom: 2px;
}
body{
    font-family: "Lato";
    overflow-x: hidden;


    /*background: url('../images/bookform-back.png');
    background-size: 40%;*/
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(30,30,30,0.1);
    font-size: 14px;
    border-radius: 4px;
    white-space: pre-wrap;
}
/**end of common styles*/


.bg-blue, .product-block{
    background: #2c539e;
    background: -moz-linear-gradient(top, #2c539e 0%, #16407d 100%);
    background: -webkit-linear-gradient(top, #2c539e 0%,#16407d 100%);
    background: linear-gradient(to bottom, #2c539e 0%,#16407d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#16407d',GradientType=0 );
}
.text-white{
    color: #fff !important;
}
.text-blue{
    color: #16407d !important;
}
body p{
    font-size: 15px;
}
/*booking summary*/
.booking-summary {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin-bottom: 15px;
    width:260px;
    position: fixed;
    top: 195px;
    background: url('../images/light_wool.png');
    z-index: 800;
}
.final-booking-summary {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin-bottom: 15px;
    background: url('../images/light_wool.png');
}
.prodct-info{
    color: #fff;
    border-radius: 3px;
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(#2c539e, #1b539e), #204d9e;
    vertical-align: middle;
    min-width: 100%;
    text-align: center;
    padding: 15px;
}
.booking-summary-title{
    border-bottom: 1px solid #2c539e;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}
.booking-summary-total{
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(#2c539e, #1b539e), #204d9e;
    vertical-align: middle;
    min-width: 100%;
    text-align: center;
    padding: 15px;
}
/*booking summary end*/
/* EXAMPLE 6 - Background Logo*/
/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}
.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    transform: translate(0,-50%);
    margin-right: 15px;
    margin-left: 15px;
}
.navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
}
.navbar {
    min-height: 70px;
    margin-bottom:0px;
}
.navbar-blue{
    background-color: #2c539e;
    color: #009ceb;
}
.navbar-blue .navbar-nav > li > a{
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background: linear-gradient(#cf1c36, #E3371B), #EC1F1F;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #24b5dd;
}
.navbar-inverse .navbar-nav > li > a:active {
    color: #fff;
    background: linear-gradient(#cf1c36, #E3371B), #EC1F1F;
}

.menu-logo{
    position: fixed;
    z-index: 1049;

   margin-top: 20px;
    margin-left: 5px;
}

.modal-logo{
    z-index: 1000;
    position: absolute;
    margin-top: 2px;
}
.modal-logo img {
    width: 90px;
}
/*menus styles*/
/*booking grid**/
#book-title{
    font-size: 40px;
    margin-top: -8px;
    margin-bottom: 8px;
}

#discount-badge{
    width: 270px;
    padding: 3px;
    position: relative;
    background-color:#ccffcc;
    color: #000000;
    background: url("../images/red-back.jpg");
    -webkit-box-shadow: 0px 5px 0px #b60000, 0px 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 5px 0px #b60000, 0px 10px 25px rgba(0,0,0,.5);
    box-shadow: 0px 5px 0px #b60000, 0px 10px 25px rgba(0,0,0,.5);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    border-color: #fff;
    border-width: 10px;
    border-radius: 40px 80px 80px 100px;
}
#discount-div-h2{
    font-size: 30px;
    margin:0px;
    margin-bottom:5px;
    padding-top:20px;

}
#discount-div-h3{
    padding-top: 0px;
    margin:0px;
}
#discount-box{
    min-width: 200px;
    min-height: 200px;
    max-height: 200px;
    background: url('../images/discount.png');
    background-repeat: no-repeat;
    background-size: 190px 190px;
    margin-right: 5px;
    z-index:900;
    position: absolute;
    margin-bottom: 15px;
    right: 50px;

}

#book-front {
    background: url('../images/bookform-back.png');
    background-size: 100% 100%;
    border-radius: 12px;
    border:1px solid rgba(12, 17, 34, 0.75);
    margin-top: -420px;
    margin-bottom: 15px;
    height:auto;
    padding-bottom: 20px;
    min-height: 365px;
}
#book-row{
    padding-top: 75px;
}
.product-row {
    padding-top:10px ;
    padding-bottom:10px ;
    border-radius: 0px;
    background: url('../images/light_wool.png');
    border:1px solid rgba(44, 83, 158, 0.75);
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.15);
    transition: all .1s ease-in-out;
    vertical-align: top;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
}
.product-row h3{
    margin: 0;
    color: #fff;
    font-weight: bolder;
}
.product-block{
    padding: 2px;
    color: #fff;
    border-radius: 6px;
}
.btn-book{
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(#cf1c36, #E3371B), #EC1F1F;
    width: 100%;
}
.btn-book:hover, .btn-book:active{
    color: #fff;
    background: linear-gradient(#cf3847, #e36546), #ec3d36;
}
.price-cut{
    text-decoration: line-through;
    font-size: 25px;
    color:#cf1c36;
    font-weight: bolder;
}
.price-discount{
    font-weight: bolder;
    margin-left: 10px;
    font-size: 25px;
    color:#cf1c36;
}
.btn-product{
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(#2c539e, #1b539e), #204d9e;
    vertical-align: middle;
    min-width: 105px;
}
.btn-product:hover{
    color: #fff;
    background: linear-gradient(#2b649e, #22619e), #2f599e;
}
/*end of booking grid*/

/*home page styles*/
/*-----------------*/
#bookform-back{
    z-index:1900;
    padding-bottom: 15px;
   /* background: url('../images/bk.png');*/
    background-size: 28%;
    background-color: #fff;
    margin-bottom: 0px;
}
#book-home{
    border-bottom-right-radius: 100px;
    border-top-left-radius: 80%;
    padding: 10px;
    margin: 4px;
}
#form-front{
    border-bottom-right-radius: 100px;
    border-top-left-radius: 80%;
    padding: 10px;
    margin: 4px;
    background: url('../images/modal-body.png');
}

.about h2{
    font-size: 90px;
    color: #fff;
    margin-top: 50px;
}
.about h4{
    font-size: 24px;
    color: #737373;
    margin-bottom: 45px;
}
.about-img img{
    width: 100%;
    border-top-right-radius: 40px;
}
.single-about-detail{
    position: relative;
}
.pentagon-text h2{
    font-size: 50px;
    color: #fff;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 25%;
    width: 50px;
    top: -6%;
}
.pentagon-text {
    width: 70px;
    height: 52px;
    background: #cf1c36;
    position: relative;
    top: -30px;
    left: 43%;
}
.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #cf1c36;

}
.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #cf1c36;
}
.about-details{
    background: #2C539E;
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    border-bottom-left-radius: 40px;
}
.about-details h3{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 0;
}
.about-details p{
    font-size: 15px;
    color: #fff;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail:hover .about-details{
    background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1{
    color: #3a9dca;
}
/*----------*/

/*home page styles end*/
/*home banner*/
/*#front-image{
    background: url('../images/baner-back.jpg');
    height:480px;
    background-repeat: no-repeat;
    background-size: 100% 480px;
    border-bottom: 5px solid #323F51;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
    margin-top: 70px;
}*/
#bottom-div{

    background-size: 60%;
    background-repeat: no-repeat;
}
#bottom-top{
    /*background-color: rgba(0,0,0,0.5);
    */
}
.contact-info{
    /*background-color: rgba(44, 83, 158, 0.72);*/
    background: transparent;
   /* border: 1px solid #323F51;*/
    border-radius: 8px;
    margin-top: -5px;
}

/*end of home banner*/

/**** FAQ page styles---*/

.faq-div .panel-group .panel {
    box-shadow: none;
    border-color: transparent;
    background: transparent;
    margin-bottom: 15px;

}

.faq-div .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ffff;
    background: #2C539E;
    border-color: #EEEEEE;
    border-top-left-radius: 30px;
    border-top-right-radius: 5px;

}

.faq-div .panel-title {
    font-size: 16px;
    font-weight: 600;
}

.faq-div .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.faq-div .more-less {
    float: right;
    color: #fff;
}

.faq-div .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    background:url('../images/modal-body.png');
    color:#2C539E;
    font-size: 15px;
    text-align: justify;
    border: 1px solid rgba(44, 83, 158, 0.33);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 5px;
}
/**** FAQ page styles END---*/
/*footer section*/
.myfooter-bottom {
    background: #2C539E;
    border-top: 1px solid #DDDDDD;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;

}
.myfooter-bottom p.pull-left {
    padding-top: 6px;
}
.payments li{
    width:55px;
}
.payments {
    font-size: 2.2em;
}
#footer-back{
    background:url('../images/cubes.png');
}
#mainFooter {
    padding-top:2.2em;
    align-items:center;
    z-index:8000;
    padding-bottom: 20px;
    bottom: 0;
}
#mainFooter .footer-right {
    text-align: right;
    padding-top: 15px;
    padding-right: 30px;
}
#mainFooter .footer-left {
    padding-left: 30px;
}

.vertical-logo-container {
    width: 250px;
    height:120px;
    position: relative;
    display: inline-block;
}
.vertical-logo {
    margin: 0;
    padding: 0;
    transition: all 150ms linear;
    position: absolute;
    top: 0;
    left: 0;
}
.social-nav {
    margin-bottom: 2.5em;
    list-style:none;
    padding: 0;
    margin: 0;
}
.social-nav li:first-child {
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6px;
    vertical-align: middle;
    word-wrap: initial;
}
.social-nav li, .legal-nav li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #221f1f;
    transition: all 150ms linear;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.social-nav li a, .legal-nav li a {
    color:#2C539E;
    text-decoration: none;
    padding-bottom: 1em;
}
.hidden {
    display: none !important;
}
.social-nav li:hover a, .legal-nav li:hover a {
    color: #e50914;
    text-decoration: underline;
}
.legal-nav li:last-child:hover a {
    color: #e50914;
}
.social-nav {
    margin-bottom: 2.5em;
}
.social-nav .icon-bubble:hover:before {
    box-shadow: inset 0 0 0 2px #e50914;
    transform: scale3d(1, 1, 1);
}
.social-nav .icon-bubble:hover a {
    border-bottom: none;
    color: #e50914;
}
@media screen and (max-width: 767px) {
    #mainFooter {
        box-lines: multiple;
        flex-wrap: wrap;
        box-align: start;
        flex-align: start;
        align-items: flex-start;
        padding: 2.2em 2.2em 5rem;
    }
    #mainFooter .footer-right {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    #mainFooter  {
        text-align: center;
    }
    #mainFooter .legal-nav {
        margin-top: -5px;
    }
    #mainFooter .legal-nav li {
        display: block;
        margin: 0 auto;
        font-size: 1.25em;
        text-align: center;
        line-height: 2;
    }
    ul.social-network{
        text-align: center;
        display: block!important;
        padding: 10px!important;
        margin-left: 30px;
    }
    #book-home{
        border-radius: 0;
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .legal-nav li:last-child {
        border-left: none;
        padding-left: 0;
    }
}

/*========================= Icons ================= */
/* footer social icons */
.terms-ul li{
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 5px;
    color:#2C539E ;
    margin-left: -15px;
}

ul.social-network {
    list-style: none;
    display: inline;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}
/* footer social icons */
.footer-div{
    /*background:url('../images/footer-car.png');*/
    min-height: 10px;
    border-bottom: 5px solid #2C539E;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-circle a {
    background-color: #2C539E;
}
/*footer section ends*/
/*chat box style*/
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
    color: #777777;
}
#colorstar {
    color: #ee8b2d;
}
.badForm {
    color: #FF0000;
}
.goodForm {
    color: #00FF00;
}
.evaluation {
    margin-left:30px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/*chat box end*/

/*review style*/
.lead{
    font-size: 17px;
}
#meaning, #count{
    font-size: 15px;
}
.btn-grey{
    background-color:#D8D8D8;
    color:#FFF;
}
.rating-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px 15px 20px 15px;
    border-radius:3px;
}
.bold{
    font-weight:700;
}
.padding-bottom-7{
    padding-bottom:7px;
}
.req_feild{
    color:#f00;
}

#review-back{
    /*background:url('../images/modal-body.png');*/
}
.well{
    background:url('../images/modal-body.png');
    border: 1px solid rgba(44, 93, 177, 0.18);
    background-size: 110%;
}
.review-block{
    border:1px solid rgba(32, 77, 158, 0.2);
    border-bottom:1px solid rgba(32, 77, 158, 0.58);
    padding-bottom:5px;
    padding:15px;
    margin-bottom:8px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.48);
    background:url('../images/light_wool.png');

}
.review-block-name{
    font-size:12px;
    margin:10px 0;
}
.review-block-date{
    font-size:15px;
    margin-bottom:10px;
}
.review-block-rate{
    font-size:15px;
    margin-bottom:5px;
}
.review-block-title{
    font-size:15px;
    font-weight:700;
}
.review-block-description{
    font-size:15px;
    text-align: justify;
}
.easy-li > a, .easy-li span {
    background: #2c539e;
    background: -moz-linear-gradient(top, #2c539e 0%, #16407d 100%);
    background: -webkit-linear-gradient(top, #2c539e 0%,#16407d 100%);
    background: linear-gradient(to bottom, #2c539e 0%,#16407d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#16407d',GradientType=0 );
    color:#fff!important;
}
.easy-li .current {
    background-image: none;
    background-color: #24b5dd !important;
    color:#fff!important;
}
/*review style end*/
/*front modal styels*/
.modal-front .modal-header{
    background: #2c539e;
    background: -moz-linear-gradient(top, #2c539e 0%, #16407d 100%);
    background: -webkit-linear-gradient(top, #2c539e 0%,#16407d 100%);
    background: linear-gradient(to bottom, #2c539e 0%,#16407d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#16407d',GradientType=0 );
    color:#fff;
    border:none;
}
.modal-front .modal-header .close {
    color: #fff;
    opacity: 1;
}
.modal-front .modal-body{
    background:url('../images/modal-body.png');
    border: 1px solid #2c539e;
}
.modal-front .modal-footer{
    border:none;
    background: #2c539e;
    background: -moz-linear-gradient(top, #2c539e 0%, #16407d 100%);
    background: -webkit-linear-gradient(top, #2c539e 0%,#16407d 100%);
    background: linear-gradient(to bottom, #2c539e 0%,#16407d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#16407d',GradientType=0 );
}
/*front modal styels end*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #discount-div{
        display: none;
    }


}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #book-front {
        padding-bottom: 75px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .shap-img{
        width: 85%;
        margin-left: 30px;
    }
    .container{
        min-width: 1150px;
    }
}
@media only screen and (min-width : 1300px) {
    .shap-img{
        width: 80%;
        text-align: center;
        margin-left: 30px;
    }
    .container{
        min-width: 1250px;
    }


}
@media only screen and (min-width : 1400px) {
    body {
        max-width: 1400px;
        margin: auto;
        -webkit-box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.82);
        -moz-box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.82);
        box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.82);
    }
    .navbar-fixed-top {
        max-width: 1400px;
        margin: auto;
    }
    html{
        background: url("../images/light_wool.png")
    }
    p, .panel-body, .review-block-description, .review-block-date, pre{
        font-size: 16px !important;
    }
    .review-block-title{
        font-size: 19px;
    }
    label{
        font-size: 15px;
    }
    .form-control,.input-group-addon{
        border: 1px solid #27539e80;
        height:34px;
        font-size: 15px;
    }
    .container{
        min-width: 1350px;
    }
    .menu-logo{
        margin-left: 20px;
    }
}
/*========== Non-Mobile First Method ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #bookform-back{
        background:none;
        margin-bottom: 5px;
    }
    .booking-summary {
        width:100%;
        position: relative;
        top: 0;
    }

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    #discount-box{
        display: none;
    }
    #discount-div{
        display: block;
        margin-top: -110px;
    }
    .navbar-collapse{
        margin-top: 20px;
    }
    .no-pad-left, .no-pad-right{
        padding-left: 0;
        padding-right: 0;
    }
    #book-front {
        background: #2c539e;
        background: -moz-linear-gradient(top, #2c539e 0%, #16407d 100%);
        background: -webkit-linear-gradient(top, #2c539e 0%,#16407d 100%);
        background: linear-gradient(to bottom, #2c539e 0%,#16407d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#16407d',GradientType=0 );
    }
    #book-title{
        font-size: 30px;
    }
    #discount-badge{
        margin-top: 10px;
        margin-bottom: 15px;
        width:250px;
    }
    .navbar-brand{
        padding-left: 0px;
    }
    .navbar-brand h3{
        font-size: 23px;
    }
    .navbar-brand img{
        height: 60px!important;
        width: 255px!important;
        padding-top: 5px;
    }
    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #book-front .error{
        text-shadow: none;
        font-size: 13px;
        font-weight: 400;
    }
    ul.social-network li{
        margin: 0 0px;
    }
    ul.social-network{
        margin-left: 0px;
    }
    #mainFooter .footer-left{
        padding-left: 0px;
    }
    .legal-nav{
        margin-left: -30px;
    }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #discount-div-h2{
        font-size: 26px;
    }
    #discount-div-h3{
        font-size: 20px;
    }
    #discount-box{
        margin-left: 0px;
        margin-top: 50px;
    }
    .menu-logo{
        margin-top: 10px;
    }
    .title-back h1{
        margin-top: 5px;
    }


}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

@media (max-width:980px) and (min-width:920px) {
    .container ,.modal-dialog{
        width: 910px;
    }

}
@media (max-width:920px) and (min-width:880px) {
    .container,.modal-dialog {
        width: 870px;
    }
}
@media (max-width:880px) and (min-width:840px) {
    .container,.modal-dialog {
        width: 830px;
    }


}
@media (max-width:840px) and (min-width:820px) {
    .container ,.modal-dialog{
        width: 800px;
    }
}
@media (max-width:820px) and (min-width:790px) {
    .container,.modal-dialog {
        width: 780px;
    }
}
@media (max-width:790px) and (min-width:750px) {
    .modal-dialog {
        width: 740px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {

    #bookform-back{
        background-size: 25%;
    }


}

/*@media (max-width:1110px) and (min-width:900px) {
    #front-image{
        background: url('../images/baner-back-s2.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
    }


}*/
@media (max-width:990px) and (min-width:900px) {
    #book-row{
        padding-top: 20px;
    }
}

@media (max-width:900px) and (min-width:700px) {
    /*#front-image{
        background: url('../images/baner-back-s3.jpg') top center;
        background-repeat: no-repeat;
        background-size: 100% 480px;
        height:480px;
    }*/

    #book-row{
        padding-top: 10px;
    }

}
@media (max-width:700px) and (min-width:550px) {
    /*#front-image {
        background: url('../images/baner-back-s5.jpg');
        background-size: 100%;
        background-repeat: no-repeat;

    }*/
    #book-row{
        padding-top: 10px;
    }


}
@media (max-width:550px) and (min-width:460px) {
    /*#front-image{
        background: url('../images/baner-back-s4.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
    }*/
    #book-row{
        padding-top: 10px;
    }

}
@media (max-width:460px) and (min-width:380px) {
    /*#front-image{
        background: url('../images/baner-back-s6.jpg');
        background-size: 100% 500px;
        background-repeat: no-repeat;
    }*/

    #book-row{
        padding-top: 10px;
    }
}
@media (max-width:380px) and (min-width:250px) {
    /*#front-image{
        background: url('../images/baner-back-s7.jpg');
        background-size: 100% 600px;
        background-repeat: no-repeat;
    }*/
    #book-row{
        padding-top: 10px;
    }

}

/*blog post styles start*/
.blogimg {
    width: 100%;
}
.blogimg > img {
    height: auto;
    width: 100%;
}
.blogDec {
    overflow: hidden;
}
.date {
    background: #29c2e1 none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-right: 28px;
    padding:17px 14px 19px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
    height: 90px;
}
.date > h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 0.8;
    margin: 0;
    padding-bottom: 11px;
    position: relative;
}
.date > h2::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.date > p {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 0.8 !important;
    margin-top: 10px !important;
}
.titMeta{
    overflow: hidden;
    margin: 21px 0 0;
}
.meta {
    color: #444444;
    font-style: italic;
    font-weight: 300;
}
.blogTit {
    margin: 0 0 8px;
    font-size: 21px;
    color: #222222;
    text-transform: uppercase;
}

.singleBloglist {
    margin-bottom: 25px;
    padding-right: 30px;

}
.singleBloglist.left{
    padding-left: 15px;
}
.singleBloglist.left{
    margin-bottom: 25px;
    padding-left: 30px;
}
.singleBlogImg{}
.singleBlogImg img{
    width: 100%;
    height: auto;
}
.bloglistDate{
    margin-right: 30px;
    background: #2c539e;
}
.blogDec p{
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.metaGroup{
    margin-bottom: 19px;
    overflow: hidden;
}
.meta a {
    margin: 0 3px;
}
.blogSocialshare{
    margin-left: 1px;
}
.blogSocialshare a{
    color: #939393;
    font-size: 13px;
    margin-left: 0;
}
.blogSocialshare a.fac:hover,
.aSocial a.fac:hover{
    color: #4E6BBC;
}
.blogSocialshare a.twi:hover,
.aSocial a.twi:hover{
    color: #2988D1;
}
.blogSocialshare a.goo:hover,
.aSocial a.goo:hover{
    color: #D7402A
}
.blogSocialshare a.dri:hover,
.aSocial a.dri:hover{
    color: #CE4B7C;
}
.readMore{
    color: #29c2e1;
    margin-left: 3px;
}
.readMore:hover{
    color: #f7941d;
}
.singleBloglist:last-child{
    margin-bottom: 0;
}
.tag-cat{
    color: #4E6BBC;
    font-weight: bold;
}
.singleBloglist:last-child{
    margin-bottom: 0;
}

/**Blog Sidebar**/
.blogSidebar{}
.widget{
    margin-bottom: 50px;
}
.search-field{
    border: 1px solid #e8e8e8;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: .8;
    font-style: italic;
    height: 50px;
    padding: 0 24px;
}
.search-field::-webkit-input-placeholder {
    color: #2a3744;
    opacity: 1;
}

.search-field:-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.search-field::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.search-field:-ms-input-placeholder {
    color: #e0e0e0;
    opacity: 1;
}
.blogSearch{
    position: relative;
}
.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 60px;
    background:#2c539e;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 20px;
}
.search-submit:hover{
    color: #222;
}
.widgetTitle{
    background: #2c539e;
    color: #fff;
    font-size: 18px;
    letter-spacing: .54px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: .8;
    padding: 18px 0;
    position: relative;
    text-align: center;
    margin: 0 0 4px;
    height: 50px;
}

.widgetTitle::before {

    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 38px;
}
.widgetTitle::after {

    content: "";
    height: 50px;
    right: 0;
    position: absolute;
    top: 0;
    width: 38px;
}
.widget ul{ margin-left: -40px}
.widget ul li {
    border-bottom: 1px solid #e8e8e8;
    color: #222222;

    font-weight: 300;
    line-height: 1;
    overflow: hidden;
    padding:15px 0 15px 0px;
    text-transform: capitalize;
    position: relative;
}
.widget ul li a:hover{
    padding-left: 0px;
}
.widget ul li:last-child{
    border-bottom: 0px;
    padding-bottom: 12px;
}
.widget ul li::after {

    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 22px;
    width: 10px;
}
.widget ul li a{
    letter-spacing: .48px;
    font-size: 16px;
    color: #222222;
    margin: 0;
    float: left;
}
.widget ul li a:hover{
    color: #2c539e;
}
.widget ul li span{
    float: right;
}
.recentPost {
    margin-top: 18px;
}
.singleRecpost {
    border-bottom: 1px solid #e8e8e8;
    margin-top: 9px;
    min-height: 78px;
    padding-bottom: 38px;
    padding-left: 100px;
    position: relative;
}
.singleRecpost:last-child{
    border-bottom: 0px;
    padding-bottom: 26px;
}
.singleRecpost img{
    width: 78px;
    height: 70px;
    position: absolute;
    left: 0;
    border: 1px solid rgba(57, 115, 211, 0.57);
    border-radius: 1px;
    top: 5px;
    object-fit: cover;
}
.recblogTit{
    font-size: 14px;
    letter-spacing: .42px;
    color: #000;

    font-weight: 300;
    line-height: 20px;
    margin: 0 0 5px;

}
.recblogTit a{}
.recMeta{
    font-size: 13px;
    color: #f7941d;
    letter-spacing: 0.52px;
    font-style: italic;
    margin: 0;
    line-height: .8;
}
.tagcloud {
    margin-left: -6px;
    margin-top: 25px;
}
.tagcloud a {
    border: 1px solid #e5e5e5;
    color: #222222;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.42px;
    line-height: 0.8;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 11px 15px;
    text-transform: capitalize;

}
.tagcloud a:hover{
    color: #F7941D;
    border-color: #F7941D;
}
#comment-box{
    padding: 30px;
    padding-left: 50px;
}
#comment-box input{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 42px;
}
#comment-box textarea{
    padding-top: 15px;
    padding-bottom: 15px;
}
#comment-list hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
/*blog post styles end*/