@media (min-width: 1200px)
.container {
    width: 1170px;
    text-align: center;
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: center;
}

#imageHeader .container{
    padding-top: 40px;
}
.has-sub ul{
    z-index: 1 !important;
}
strong { font-weight: 700; }

/*MYCSS*/


/*MY CSS END*/


.btn-input[type="password"] {
    width: 235px;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 13px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #8f1414;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

a, a:hover, a:focus {
	color: #89cc2d;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 36px;
    font-weight: 700;
    color: #5a4d45;
    line-height: 44px;
}

h3 {
	font-size: 22px;
    font-weight: 400;
    color: #5a4d45;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

::-moz-selection { F: #89cc2d; color: #fff; text-shadow: none; }
::selection { background: #89cc2d; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #ecfbd6;
}
.left-container{
	text-align:left;
	padding:5px 40px;
}	


/***** Top menu *****/

.navbar-white{ background-color:#fff; float:left;width:100%}
.navbar {
	margin-bottom: 0;
	/**greennavbar**/
	/**background-color: #89cc2d;**/
	/**background-image: -webkit-gradient(linear, left top, left bottom, from(#89cc2d), to(#d4f3aa));**/
	background-color: #0049a4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0049a4), to(#0049a4));
	
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
	
	min-height:65px;
	
}


	
ul.navbar-nav {
	font-size: 15px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li a { color: #000; opacity: 0.8; border: 0; }
.navbar-inverse ul.navbar-nav li a:hover { color: #333; opacity: 1; border: 0; }
.navbar-inverse ul.navbar-nav li a:focus { color: #000; outline: 0; opacity: 1; border: 0; }

.navbar-brand {
	width: 59px;
	background: url(../img/letter-b-white-60px.png) left center no-repeat;
	text-indent: -99999px;
	height:60px;
	float:left;
}
.navbar-sign {
   text-align:left;
    padding-top: 13px;
    font-size: 24px;
	font-weight:bold;
    color:#fff;
	padding-left:10px;
	width:280px;
}

/***** How it works *****/

.how-it-works-container { padding-top: 80px; }

.how-it-works-box { text-align: left; }
.how-it-works-box h3 { margin-top: 0; }
.how-it-works-box a.learn-more { border-bottom: 1px dotted; }
.how-it-works-box a.learn-more:hover, .how-it-works-box a.learn-more:focus { color: #5a4d45; border: 0; }


/***** Testimonials *****/

.testimonials-container { padding-bottom: 70px; }

.testimonial-list { margin-top: 30px; text-align: center; }

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text { margin-top: 30px; }
.testimonial-list .testimonial-text p { color: #fff; }

.testimonial-list .testimonial-text a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs { margin-top: 30px; border: 0; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: none;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background: #89cc2d; border: 0; }


/***** FAQ *****/

.faq { padding-bottom: 30px; }

.faq-box { padding-top: 15px; padding-bottom: 15px; }
.faq-box h3 { margin-top: 25px; }
.faq-box p { color:#000;}

.faq-number {
	display: inline-block; width: 64px; height: 64px; margin: 0 auto; border: 4px solid #89cc2d;
	font-size: 32px; color: #89cc2d; line-height: 50px; font-weight: 700;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}


/***** Footer *****/

footer {
	padding: 60px 0 35px 0;
	background: #f8f8f8;
	text-align: left;
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

footer h3 { margin-top: 0; }

footer a { color: #89cc2d; border: 0; }
footer a:hover, footer a:focus { border-bottom: 1px dotted #89cc2d; outline: 0; }

.footer-contact-info p { word-wrap: break-word; }
.footer-contact-info i { padding-right: 10px; font-size: 18px; color: #ccc; vertical-align: text-top; }

.footer-social a { margin-right: 20px; color: #bbb; }
.footer-social a:hover, .footer-social a:focus { color: #89cc2d; border: 0; }
.footer-social i { font-size: 28px; vertical-align: text-top; }

.footer-copyright {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
}

.footer-menu {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
	text-align: right;
}
.footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li { display: inline; margin-left: 20px; }
.footer-menu a, .footer-menu a:hover, .footer-menu a:focus { color: #888; border-color: #888; }

/***** Price Grid *****/
.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -190px 0 0 -468px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #9f9f9f;
  font-size: 15px;
}
.package {
  box-sizing: border-box;
  min-width: 239px;
  min-height: 380px;
  border: 3px solid #e8e8e8;
  border-radius: 7px;
  display: inline-block;
  padding: 24px;
  text-align: center;
  float: left;
  transition: margin-top 0.5s linear;
  position: relative;
  margin-right: 11px;
margin-left: 31px;
margin-bottom: 20px;
}

.name {
  color: #565656;
  font-weight: 300;
  font-size: 3rem;
  margin-top: -5px;
}
.price {
  margin-top: 7px;
  font-weight: bold;
  font-size:31px;
}
.price12::after {
  content: " / month per user";
  font-weight: normal;
}
hr {
  background-color: #dedede;
  border: none;
  height: 1px;
}
.trial {
  font-size: 1.9rem;
  font-weight: 600;
  padding: 2px 21px 2px 21px;
  color: #33c4b6;
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 15px;
  background-color: white;
  position: relative;
  bottom: -20px;
}
.menu ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 29px;
}
l.menu li {
  margin-bottom: 15px;
}
.checkIcon {
  font-family: "FontAwesome";
  content: "\f00c";
}
.menu li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 1.3rem;
  color: #33c4b6;
  margin-right: 3px;
}
.menu-upgrade ul {
  list-style: none;
  padding-left:20px;
  text-align: left;
  margin-top: 29px;
  font-size:18px;
}
l.menu-upgrade li {
  margin-bottom: 15px;
  }

.menu-upgrade li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 2.2rem;
  color: #33c4b6;
  margin-right: 3px;
}
.brilliant {
  border-color: #33c4b6;
}
/* Triangle */
.brilliant::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #3bc6b8 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.brilliant::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: white;
  position: absolute;
  left: 9px;
  top: 6px;
  text-shadow: 0 0 2px #37c5b6;
  font-size: 1.4rem;
}

}
/***recent deals***/
.bordered-background { 
    width:100%;
	height:100%;
	background-image: url(http://www.bobsflightalerts.co.uk/assets/img/found-another-one.jpg);
    background-repeat: no-repeat;
	}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc; 
	margin-left:6px;
	
}


    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left; 
	background-color:white;	
	color:#000; 	
}

.bordered th {
    background-color: #89cc2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89cc2d), to(#d4f3aa));
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/***** NEW Testimonials *****/
.carousel {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 340px;
}
.carousel .item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 30px 0 10px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    background: #999;
    text-shadow: none;
	top: 4px;
}
.carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control.left {
	left: auto;
	right: 40px;
}
.carousel-control.right i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border-color: transparent;
}
.carousel-indicators li.active {
	border: none;
	background: #888;		
}
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

.panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        /*content: "\e072"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
		/* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    } 

 .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }
/**
 * Featured 
 */

.featured-item:not(:last-child) {
    margin-bottom: 30px;
}

.featured-item h4 {
    color: #333;
}

.featured-item .content .icon {
    float: left;
    font-size: 56px;
    color: #F56961;
    margin-top: 5px;
}

.featured-item .content p {
    margin-left: 70px;
}

.featured-count {
    line-height: 1.2;
    margin: 15px 0;
}

.featured-count .icon {
    width: 44px;
    float: left;
    font-size: 47px;
	
}

.featured-count .content {
    margin-left: 55px;
    padding-top: 5px;
	text-align:left;
}

.featured-count h6 {
    color: #333;
    margin: 0 0 5px;
}
.whats-included { padding-top:50px}	


/*testing sticky header*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

/*top contemt background image*/ 
#imageHeader {
			height: 400px;
			-webkit-background-size: 100% auto;
			-moz-background-size: 100% auto;
			background-repeat: no-repeat;
			background-size: cover;	
			background-position: center center;
			-webkit-box-shadow: rgba(0,0,0,0.20) 0 10px 10px;
			-moz-box-shadow: rgba(0,0,0,0.20) 0 10px 10px;
			box-shadow: rgba(0,0,0,0.20) 0 10px 10px;
			
		}
#imageHeaderfront {
			height: 400px;
			-webkit-background-size: 100% auto;
			-moz-background-size: 100% auto;
			background-repeat: no-repeat;
			background-size: cover;	
			background-position: center center;
			-webkit-box-shadow: rgba(0,0,0,0.20) 0 10px 10px;
			-moz-box-shadow: rgba(0,0,0,0.20) 0 10px 10px;
			box-shadow: rgba(0,0,0,0.20) 0 10px 10px;
			
		}
@media only screen and (max-width: 415px) {
  #imageHeaderfront {height:700px}
}		
/*newsletter section*/


.btn-button:hover { opacity: 0.6; color: #fff; }
.btn-input[type="date"]::-webkit-outer-spin-button,
.btn-input[type="date"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.btn-input[type="date"] {
    -moz-appearance:textfield; /* Firefox */
}
.btn-input[type="text"],.btn-input[type="date"] {
	width: 236px;
	height: 50px;
    margin-bottom: 10px;
    padding: 0 13px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #f4bc2b;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    /* color: #888; */
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}		
.btn-input[type="email"] {
  width: 236px;
  height: 50px;
    margin-bottom: 10px;
    padding: 0 13px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #f4bc2b;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    /* color: #888; */
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}   
.btn-red {
  /*width: 84% !important;*/
	height: 50px;
    margin-bottom: 10px;
    padding: 0 20px;
    vertical-align: middle;
    background: #f4bc2b;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

form#loginFrm input[type="email"] {
    border: 3px solid #8f1414;
}
form#loginFrm input[type="submit"] {
    width: 18% !important;
    background: #8f1414;
}
@media only screen and (max-width: 415px) {
  #loginFrm {
      width:100%!important;
  }
  .logininput{
      width:84%!important;
  }
}
.past-deal-bg{
    background-color:#0179ff;
}
.past-deal-inner-div{
text-align:left;    
}
.past-deal-head{
    text-align:center;
    color:#000;
}
.farebox-content{
    float: left;
    min-width: 244px;
    font-size: 13px;
    padding-left: 4px;
    inline-size: 6px;
    line-height: 1.6;
}
.farebox {
    box-sizing: border-box;
    min-height: 50px;
    border: 4px solid #f1bf2c;
    border-radius: 7px;
    display: inline-block;
    padding: 1px;
    text-align: left;
    transition: margin-top 0.5s linear;
    position: relative;
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
    background: #fff;
    margin-bottom: 10px;
}
.farebox-image {
    float: left;
    height: 60px;
    width: 60px;
}
