@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/* Reset */

h1,h2,h3,p,ul{
    padding: 0;
    margin: 0;
}

ul{list-style: none;}

ol{
    counter-reset: item;
    padding-left: 0;
}

ol li ol{padding-left: 40px;}

ol li { display: block }
ol li:before { content: counters(item, ".") ". "; counter-increment: item }

a{color: #019fbb;}

a,a:hover, a:focus{
    text-decoration: none;
}

/* General */

body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    height: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

.text-center{text-align: center !important;}

.orange-background{background-color: rgba(238,115,0, 0.1);}
.blue-background{background-color: #f0f2fb;}
.gray-background{background-color: #5b647b;}
.purple-background{background-color: #3f3a81;}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

/* Navigation */

.navbar-default{
    background-color: #fff;
    border: 0;
    border-radius: 0;
    height: 70px;
    margin-bottom: 0;
    z-index: 999;
    border-bottom: 1px solid #f0f2fb;
}

.navbar-brand{
    background-image: url(/mktng/assets/img/logo.svg);
    display: inline-block;
    width: 170px;
    height: 55px;
    background-repeat: no-repeat;
    text-indent: -1000px;
    margin-top: 7.5px;
    background-size: contain;
}

div.site-footer div ul.links { min-height: 231px; }

.navbar-default .navbar-nav>li>a{
    color: #3f3a81;
    font-weight: 600;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;

    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;

}

.navbar-nav li:last-child{margin-left: 20px;}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    color: #cc6300;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a {
    color: #3f3a81;
    background-color: transparent;
}

.active:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color: #f0f2fb transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

.btn-default,
.btn-primary{
    display: inline-block;
    padding: 0 18px !important;
    border-radius: 6px;
    background-color: #ee7300;
    color: #fff !important;
    line-height: 40px !important;
    margin-top: 4px;
    text-align: center;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: 1px solid transparent;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.btn-default:hover,
.btn-default:focus{
    background-color: #cc6300 !important;
    border-color: transparent;
}

.btn-primary{
    background-color: transparent;
    border-color: #ee7300;
    color: #ee7300 !important;
}

.btn-primary:hover,
.btn-primary:focus{
    color: #fff !important;
    border: 1px solid #cc6300;
}

.btn-white{
    background-color: #fff;
    border-color: transparent;
}
.btn-white-outline {
    background-color: transparent;
    border-color: #fff !important;
    color: #fff !important;
}

.navbar-default .navbar-toggle{
    border: 0;
    padding: 21px 15px;
    margin: 0;
    border-radius: 0;
}

.navbar-default .navbar-collapse{
    border-color: rgba(255,255,255,0.3);
}

.navbar-default .navbar-toggle:not(.collapsed){
    background-color: #3f3a81 !important;
}

.navbar-default .navbar-toggle:not(.collapsed) .icon-bar{
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar{
    width: 30px;
    height: 3px;
    border-radius: 2px;

}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #3f3a81;
}


/* Header */

header{
    padding-top: 35px;
    position: relative;
    margin-top: 70px;
}

.header-2-col{
    padding-bottom: 44px;
}

.header-4-col{
    padding-bottom: 60px;
}

.title{
    color: #3f3a81;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}

.header-2-col h1{
    margin-bottom: 20px;
}

.header-2-col p.large-text{
    margin-bottom: 28px;
}

.header-2-col a{
    margin-bottom: 46px;
    margin-left: 0;
}

.large-text{
    color: #6f6f6f;
    font-size: 18px;
    line-height: 28px;
}

.small-text{
  font-size: 13px;
  line-height: 1.69;
  color: #6f6f6f;
  line-height: 22px;
}

.header-2-col p.small-text{
    margin-bottom: 18px;
}

.brands div{
    float: left;
    margin-right: 10px;
}

.brands div:last-child{margin-right: 0;}

.mobile-br{display: none;}

.tedx{
    width: 88px;
    height: 26px;
}

.time-out{
    width: 73px;
    height: 28px;
}

.soundwave{
  width: 112.5px;
  height: 26px;
}

.mtv{
  height: 26px;
}

.vert-center{
    margin-top: 80px;
}

#home:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 40px 30px 0;
    border-color: #f0f2fb transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

/* Benefits */

.benefits{
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-highlights img{
    height: 80px;
    width: auto;
    margin: 0 auto 22px auto;
}

.feature-highlights{text-align: center;}

.feature-highlights h2{
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.heading-3{
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #3f3a81;
  margin-bottom: 15px;
}

.text{
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: #6f6f6f;
}


/* Eventbrite */

.eventbrite{
    text-align: center;
    padding: 0 0 60px 0;
}
.eventbrite .container {
    padding-top: 40px;
}
section.lightbulb div.container {
    background-image: url(/mktng/assets/img/img-lightbulb-png@2x.png);
    background-repeat: no-repeat;
    background-position: 210px 0;
    background-size: 60px 90px;
}

.eventbrite h2{margin-bottom: 20px;}

.eventbrite p{
    max-width: 752px;
    margin: 0 auto 30px auto;
}

/* Facebook reviews */

.purple-promo{
    background-color: #3f3a81;
    padding-top: 20px;
}

.purple-promo.turquoise{
    background-color: #00839a;
}

.purple-promo img{
    max-width: 95%;
}

.purple-promo h2{
    color: #fff;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 32px;
}

.pruple-promo h2.section-title{text-align: center;}

.purple-promo p{
    color: #fff;
    margin-top: 45px;
    margin-bottom: 24px;
    text-align: left;
}

.team-img{margin-bottom: 60px;}

/* Sectors */

.sectors{
    padding-top: 40px;
    padding-bottom: 60px;
}

.sectors h2{
    margin-bottom: 40px;
}

.sectors > div > div > div{
    padding: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    height: 160px;
    overflow: hidden;
}

.sector-container{
    width: 100%;
    height: 100%;
    position: relative;
}

/*
.sector-container img{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sector-container:hover img{
    transform: scale(1.1);
}
*/
.sector-container h3{
    color: #fff;
    text-align: center;
    font-size: 22px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

/* Our customers */

.our-customers{
    padding-top: 40px;
    padding-bottom: 50px;
}

.our-customers h2{
    color: #fff;
    margin-bottom: 45px;
}

.our-customers > div > div > div{
    width: auto;
    padding: 0;
    margin-right: 49px;
}

.our-customers > div > div > div:last-child{margin-right: 0;}

.customer-logo-container{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.uob-logo{
    width: 167px;
    height: 39px;
    background-image: url(../img/uob@2x.png);
}

.timeout-logo{
    width: 126px;
    height: 48px;
    background-image: url(../img/time-out@2x.png);
    margin-top: -5px;
}

.tedx-logo{
    width: 146px;
    height: 43px;
    background-image: url(../img/tedx@2x.png);
}

.reading-rep-logo{
    width: 88px;
    height: 88px;
    background-image: url(../img/reading-rep@2x.png);
    margin-top: -20px;
}

.soundwave-logo{
    width: 173px;
    height: 40px;
    background-image: url(../img/soundwave@2x.png);
}

.mtv-logo{
    width: 174px;
    height: 43px;
    background-image: url(../img/logo-mtv@2x.png);
}

/* Testimonials */

.testimonials{
    padding-top: 34px;
    padding-bottom: 60px;
}

.section-title{
    text-align: center;
    margin-bottom: 36px;
    color: #3f3a81;
    font-size: 34px;
    line-height: 44px;
    font-weight: 300;
}

.testimonial-item{
    border-radius: 6px;
    padding: 22px 21px 30px 25px;
    position: relative;
    color: #6f6f6f;
    margin-bottom: 50px;
    text-align: center;
}

.testimonial-item:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 40px 30px 0;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

.testimonial-item-1{ background-color: #f0f2fb; }
.testimonial-item-1:after{ border-color: #f0f2fb transparent; }

.testimonial-item-2{ background-color: #f0f2fb; }
.testimonial-item-2:after{ border-color: #f0f2fb transparent; }

.testimonial-item-3{ background-color: #f0f2fb; }
.testimonial-item-3:after{ border-color: #f0f2fb transparent; }

.testimonial-item img.five-stars { width: 200px; margin-bottom: 8px; }

.testimonial-item blockquote{
    border: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.56;
}

.testimonial-item p{
    font-size: 13px;
    font-weight: 700;
    opacity: 0.9;
}

.testimonial-item p span{
    font-weight: normal;
}

.testimonial-image{
    width: 170px;
    height: 170px;
    margin: 0 auto;
}


/* Footer promo */

.footer-promo{
    padding: 40px 0;
    text-align: center;
}

.footer-promo > div{
    background-size: 1140px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.rocket-bg{
    background-image: url(../img/img-rocket-bgpng@2x.png);
    min-height: 300px;
}

.footer-promo img{
    margin: 0 auto;
    margin-top: 30px;
}

.footer-promo a.btn-primary{margin-left: 20px;}

.rocket-img{
    width: 259px;
    height: auto;
}

.train-bg{
    background-image: url(../img/img-train-bgpng@2x.png);
}

.train-img{
    width: 294px;
    height: 108px;
}

/* Footer */

footer{
    background-color: #3f3a81;
    padding-top: 32px;
    padding-bottom: 25px;
    height: auto;
}

footer ul li{
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
}

footer ul li:first-child{ margin-bottom: 9px; font-weight: 300;}

footer ul li a{
  font-size: 13px;
  line-height: 2.31;
  color: #fff;
}

footer ul li a:hover,
footer ul li a:focus{
    color: #fff;
    text-decoration: underline;
}

ul.awards li{ display: inline-block; }

ul.social li a{
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

ul.social li a:hover{
    opacity: 0.5;
}

.facebook{
    width: 40px;
    background-image: url(../img/facebook@2x.png);
    margin-right: 26px;
}

.twitter{
    width: 50px;
    background-image: url(../img/twitter@2x.png);
}

ul.awards li img:first-child{
    width: 132px;
    height: 50px;
    margin-right: 28px;
}

ul.awards li img:last-child{
    width: 62px;
    height: 62px;
}

.copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 30px;
    padding-top: 21px;
}

.copyright p{
    color: #fff;
    font-size: 12px;
}

.more-events{display: none;}

/*=============================*/
/*======HOW IT WORKS PAGE======*/
/*=============================*/

.header-4-col h1{
    text-align: center;
    padding-bottom: 33px;
}

.header-4-col img{
    height: auto;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.number{
    width: 34px;
    height: 34px;
    border: solid 1px #019fbb;
    border-radius: 100%;
    text-align: center;
    color: #019fbb;
    font-size: 18px;
    margin-right: 11px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    float: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.step-text{
    color: #019fbb;
    display: inline-block;
    width: 210px;
    vertical-align: top;
}

.step-1-link span.step-text{padding-right: 15px;}

.nav-item a{display: block;}

.nav-item a:after{
    content: '';
    background-image: url(../img/arrow.png);
    width: 17px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 73px;
}

.nav-item:last-child a:after{
    content: none;
}

.nav-item a:hover .number{
    background-color: #019fbb;
    color: #fff;
}


/* Step sections */

.steps > div{
    padding: 50px 0;
}

.step-1,
.step-2,
.step-3{border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

.mobile-image{display: none;}

.steps h2{
    text-align: left;
    margin-bottom: 23px;
}

.step-2 a.btn-primary{margin-bottom: 40px;}

.step-1 p,
.step-2 p,
.step-3 p{
    text-align: left;
    margin-bottom: 30px;
}

.tick-list-vertical li,
.tick-list-horizontal li{
  font-size: 16px;
  line-height: 26px;
  color: #3f3a81;
  margin-bottom: 6px;
}

.tick-list-horizontal li{
    margin-bottom: 0;
    display: inline-block;
    margin-right: 40px;
}

.tick-list-horizontal li:last-child{margin-right: 0;}

.tick-list-vertical li p,
.tick-list-horizontal li p{
    margin-bottom: 0; display: inline-block;
}

.tick-list-vertical li:before,
.tick-list-horizontal li:before{
    content: '';
    background-image: url(../img/large-list-check@2x.png);
    width: 19px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: 3px;
}

.img-content{
    max-width: 461px;
    margin-left: auto;
}

.img-content img{margin-bottom: 40px;}

.img-content-left{margin-left: 0;}

.link-list li{margin-bottom: 10px;}

.link-list li a,
.small-link{
    font-size: 13px;
    line-height: 21px;
    color: #019fbb;
    display: inline-block;
    vertical-align: top;
}

.link-list li a:hover,
.small-link:hover{
    text-decoration: underline;
}

.link-list li:before,
.small-link:before{
    content: '';
    background-image: url(../img/small-list-arrow@2x.png);
    width: 8px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: 3px;
}

.step-4 h2{
    text-align: center;
    margin-bottom: 17px;
}

.step-4 > div > p{
    text-align: center;
    max-width: 752px;
    margin: 0 auto;
    margin-bottom: 42px;
}

.feature-highlights a{
    margin-top: 22px;
    display: inline-block;
}


.icon-list{
    padding-top: 40px;
    padding-bottom: 60px;
}

.icon-list img{
    margin-right: 24px;
    vertical-align: top;
    height: auto;
    float: left;
}

.paypal img{ width: 60px; }
.facebook-tool img{ width: 60px; }
.mailchimp img{ width: 60px; }
.html img,
.wordpress img,
.zapier img{ width: 60px; }

.icon-list p{
    overflow: hidden;
    text-align: left;
}

.icon-list > div > div > div{margin-bottom: 50px;}

.icon-list > div > div:last-child > div{margin-bottom: 0;}

section.good-to-know,
section.reasons{
    padding-top: 40px;
    padding-bottom: 50px;
}

.reasons{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.support{
    position: relative;
    top: 5px;
}

#demo-content,
#demo-content-mobile{display: none; margin-bottom: 20px;}


/*=============================*/
/*========PRICING PAGE=========*/
/*=============================*/

.pricing-table{
    padding-top: 60px;
}

.pricing-table-mobile{display: none;}

.pricing-table > div > div > div{
   text-align: center;
}

.small-plan,
.medium-plan,
.large-plan,
.custom-plan{
    padding-top: 15px;
    padding-bottom: 30px;
    border-radius: 6px;
}

.active-events{
    padding: 14px 0;
}

.active-events h3{
    color: #fff;
    line-height: 32px;
    margin: 0;
}

.small-plan span,
.medium-plan span,
.large-plan span,
.custom-plan span{
    line-height: 30px;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #fff;
}

.price h2{
    font-size: 34px;
    line-height: 26px;
    margin: 25px 0;
}

.price h2 small{
    font-size: 13px;
    line-height: 26px;
    display: block;
    margin-top: 5px;
}


.small-plan .price h2,
.small-plan span b{ color: #3f3a81; }

.small-plan div.active-events,
.small-plan a{background-color: #3f3a81;}

.medium-plan .price h2,
.medium-plan span b{ color: #ee7300; }

.medium-plan div.active-events,
.medium-plan a{background-color: #ee7300;}

.large-plan .price h2,
.large-plan span b{ color: #019fbb; }


.large-plan a,
.large-plan div.active-events{background-color: #019fbb;}

.large-plan {background-color: rgba(0, 131, 154, 0.1);}

.custom-plan a,
.custom-plan div.active-events{background-color: #5b647b;}

.custom-plan {
    background-color: rgba(91, 100, 123, 0.1);
    min-height: 516px;
    position: relative;
}

.custom-plan p{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%;);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    padding: 0 20px;;
}

.custom-plan .price{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;

}

.price a{min-width: 150px;}

.question-mark{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/question-mark@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}

.tooltip-container{
    position: relative;
}

.tooltip-wrapper{
    position: absolute;
    width: 90%;
    margin-left: 5%;
    padding: 30px 12px;
    margin-top: 10px;
    display: none;
}

.tooltip-wrapper p{
     color: #fff;
    text-align: left;
}

.question-mark:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 20px;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -30px;
    right: -5px;
    display: none;
}

.tooltip-opened.question-mark:after{display: block;}

.large-plan .question-mark:after{ border-color: #019fbb transparent; }
.medium-plan .question-mark:after{ border-color: #ee7300 transparent; }
.small-plan .question-mark:after{ border-color: #3f3a81 transparent; }

.close-tooltip{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../img/close-small@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 6px;
    display: none;
}

.owl-item > div {width: 240px;}

.owl-controls {
    position: absolute;
    right: 0;
    top: 14px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    margin-left: 6px;
}

.pricing-table-mobile > div > p.large-text{margin-left: -15px;}

.owl-theme .owl-nav{margin-top: 0 !important;}

.owl-carousel.owl-loaded{padding-top: 71px;}

.owl-carousel .owl-stage{padding-left: 15px !important;}

.pricing-table-mobile > div{padding-right: 0;}

.owl-carousel .owl-stage-outer{margin-right: -15px;}

.owl-dots div span{
    width: 14px !important;
    height: 14px !important;
    background: transparent !important;
    border: 1px solid;
}

.owl-dots > div:first-child span{border-color: #3f3a81 !important;}
.owl-dots > div:nth-child(2) span{border-color: #ee7300 !important;}
.owl-dots > div:nth-child(3) span{border-color: #019fbb !important;}
.owl-dots > div:nth-child(4) span{border-color: #5b647b !important;}

.owl-dots > div.active:first-child span{background: #3f3a81 !important;}
.owl-dots > div.active:nth-child(2) span{background: #ee7300 !important;}
.owl-dots > div.active:nth-child(3) span{background: #019fbb !important;}
.owl-dots > div.active:nth-child(4) span{background: #5b647b !important;}

.change-currency span.text{
    text-align: left;
    margin-right: 15px;
    display: inline;
}

.change-currency{margin-top: 30px;}

.change-currency-2{
    margin-top: 0;
    display: inline-block;
    margin-left: 80px;
    position: absolute;
    top: 10px;
}

.change-currency p:first-child{float: left; margin-top: 5px;}
.change-currency p:last-child{float: right; }

.select-wrapper{
    display: inline !important;
    position: relative;
    height: 40px;
}

.select-wrapper:after{
    position: absolute;
    content: '';
    height: 40px;
    width: 1px;
    background-color: #6f6f6f;
    right: 32px;
    top: -10px;
}

.change-currency select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    line-height: 22px;
    border-radius: 4px;
    border: solid 1px #9b9b9b;
    width: 105px;
    height: 40px;
    padding-left: 11px;
    color: #6f6f6f;
    font-size: 13px;
    position: relative;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 80px center;
    background-image: url(../img/arrow-down.png);
    padding-right: 8px;
}

#currency-selector{
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    background-color: transparent;
    border: 0;
    margin: 0 auto;
    color: #6f6f6f;
    font-size: 13px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 4px;
    background-image: url(../img/arrow-down.png);
    width: 49px;
}

.pig-img{
    display: inline-block;
    width: 90px;
    margin-right: 30px;
}

.calculator{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 36px;
}

.calculator-2{margin-top: 0;}

.calculator > div{position: relative;}

.calculator h2{
    display: inline-block;
    margin-right: 30px;
    position: relative;
    top: 5px;
}

.calculator-expanded h2{margin-right: 0;}

.pricing-highlights img{
    height: 80px;
}

.pricing-highlights{
    padding-top: 60px;
    padding-bottom: 50px;
}

.testimonial{
    padding: 50px 0;
    color: #fff;
}

.testimonial img{
    width: 206px;
    margin: 0 auto;
    margin-top: 40px;
}

.testminoial-bg{
    background-image: url(../img/img-case-studypng@2x.png);
    background-size: contain;
    min-height: 290px;
    background-repeat: no-repeat;
}

.testimonial blockquote{
    border: 0;
    padding: 0;
    padding-right: 16px;
    margin-bottom: 27px;
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
    margin-top: 35px;
    margin-left: 54px;
    position: relative;
}

.testimonial blockquote:before,
.testimonial blockquote:after{
    font-family: "Times New Roman";
    font-size: 86px;
    font-weight: bold;
    color: #a6a7c6;
    position: absolute;
}

.testimonial blockquote:before{
    content: '“';
    margin-right: 13px;
    left: -56px;
    top: 16px;
}

.testimonial blockquote:after{
    content: '”';
    right: -14px;
    bottom: -15px;
}

.testimonial p{
    color: #a6a7c6;
    margin-left: 54px;
}

/* Expanding block */

.right-block,
.left-block{
    float: left;
    width: 50%;
}

.right-block{padding-left: 12px;}
.left-block{padding-right: 12px;}

.blocks{margin: 0 -15px;}

.expanding-blocks{
    padding-bottom: 60px;
    padding-top: 40px;
}

.expanding-block{
    margin-bottom: 10px;
    min-height: 75px;
    padding: 0 16px;
    border-radius: 6px;
    width: 100%;
}

.expending-block-header{
    min-height: 75px;
}

.expending-block-header > a{
    width: 100%;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
}

.expending-block-header > a:before{
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../img/plus.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.expending-block-header > a.opened:before{background-image: url(../img/minus.png);}

.expending-block-header > a{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    height: 75px;

}

.expending-block-header > a:hover{color: #6f6f6f;}

.expanding-block p{
    text-align: left;
    overflow: hidden;
}

.expanding-block-content{
    display: none;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.expanding-blocks > div > div:last-child > div > div{margin-bottom: 0;}

.send-us-email{margin-top: 50px;}

.send-us-email p{margin-bottom: 20px;}

.plane-img{width: 469px;}

.plane-bg{
    background-image: url(../img/img-plane-bgpng@2x.png);
}

/* Calculator */

#calculator{
    margin-bottom: 40px;
}

#calculator-2{ margin-bottom: 45px;}

#calculator-2 h2{margin-right: 0 !important;}

.close-calculator{
    width: 35px;
    height: 35px;
    display: inline-block;
    background-image: url(../img/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 13px;
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
}

.close-calculator-mobile{
    background-image: url(../img/close-orange.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px !important;
    display: none;
    margin-top: 25px;
}

.close-calculator-mobile:hover{background-image: url(../img/close-small@2x.png);}

.inputs{margin-bottom: 30px;}

.custom-input{
    display: inline-block;
    margin-top: 17px;
}

.plus-btn,
.minus-btn{
    background-color: transparent;
    border: 0;
}

.plus-btn:focus,
.minus-btn:focus{outline: none;}

.plus-btn i,
.minus-btn i{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: solid 1px #adadad;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.plus-btn:active i,
.minus-btn:active i{
    background-color: #adadad;
}


.plus-btn i{background-image: url(../img/plus-gray.png);}
.minus-btn i{background-image: url(../img/minus-gray.png);}

.plus-btn:active i{background-image: url(../img/plus-white.png);}
.minus-btn:active i{background-image: url(../img/minus-white.png);}

.custom-input input{
    width: 70px;
    height: 50px;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    padding: 0 10px;
    color: #6f6f6f;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    position: relative;
    top: -14px;
    margin: 0 11px;
}

.custom-input input[type=number]::-webkit-inner-spin-button,
.custom-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

input[type=number] {-moz-appearance: textfield;}

.small-plan-color{ background-color: #3f3a81; }
.small-plan-color a{color: #3f3a81 !important; }
.small-plan a:hover{background-color: transparent !important; color: #3f3a81 !important; border-color: #3f3a81 !important;}
.small-plan-color a:hover{background-color: #3f3a81 !important; color: #fff !important; border-color: #fff;}

.medium-plan-color{ background-color: #ee7300; }
.medium-plan-color a{color: #ee7300 !important; }
.medium-plan a:hover{background-color: transparent !important; color: #ee7300 !important; border-color: #ee7300;}
.medium-plan-color a:hover{background-color: #ee7300 !important; color: #fff !important; border-color: #fff;}

.large-plan-color{ background-color: #019fbb; }
.large-plan-color a{color: #019fbb !important; }
.large-plan a:hover{background-color: transparent !important; color: #019fbb !important; border-color: #019fbb;}
.large-plan-color a:hover{background-color: #019fbb !important; color: #fff !important; border-color: #fff;}

.custom-plan-color{ background-color: #5b647b; }
.custom-plan-color a{color: #5b647b !important; }
.custom-plan a:hover{background-color: transparent !important; color: #5b647b !important; border-color: #5b647b;}
.custom-plan-color a:hover{background-color: #5b647b !important; color: #fff !important; border-color: #fff;}

/*
.plan{
    border-radius: 6px;
    margin-bottom: 10px;
}

.plan > div:first-child{
    padding-top: 10px;
}


.plan > div:last-child{
    padding-top: 10px;
    padding-bottom: 24px;
}

.plan a{margin-top: 22px;}

.plan p{margin-top: 3px;}

.plan > div:first-child h3{
    margin-top: 8px;
}

.plan > div > div > div{
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    min-height: 134px;
}

.plan p,
.plan h2,
.plan h3{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 0;
}

.plan small{
    color: #fff;
    font-weight: 400;
    display: block;
}

.plan h2 small{
    font-size: 13px;
}

.plan h3 small{
    font-size: 18px;
    line-height: 30px;
}

.other-rows{
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 6px 0;
}

.other-rows > div:first-child > div > div{
    border-right: 1px solid #e1e1e1;
    min-height: 52px;
}

.other-rows small{
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.other-rows p{
    line-height: normal;
    font-weight: 600;
    margin-top: 6px;
}

.other-rows > div:first-child > div > div:first-child{ padding-top: 9px;}

.other-rows > div:last-child p{margin-top: 20px; color: #d82d2d;}

.tick-icon{
    display: inline-block;
    width: 22px;
    height: 29px;
    background-image: url(../img/tick@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
    margin-right: 5px;
    vertical-align: middle;
}

.cross-icon{
    width: 17px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/cross@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-right: 2px;
}
*/

.copy{
    font-size: 12px;
    color: #6f6f6f;
    line-height: 22px;
    margin-top: 12px;
}


.calculator-results{
    background-color: #ededed;
}
.calculator-results > div{
    border: 1px solid #c0c0c0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
}
.calculator-results > div:last-child{border-right: 1px solid #c0c0c0;}
.calculator-results > div:first-child{border-left: 0;}
.results-header{
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
    height: 60px;
    padding-top: 14px;
}
.eventbrite-results{
    border-top-right-radius: 6px;
}
.calculator-results > div.ticket-tailor-result{
    background-color: #fff;
    min-height: 215px;
    position: relative;
    top: -10px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: solid 1px #3f3a81;
    border-bottom: 0;
    position: relative;
}
.ticket-tailor-result img{display: inline-block;}
.ticket-tailor-result .results-header{ border-bottom: 1px solid #3f3a81; height: 70px;}
.ticket-tailor-result:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 18px;
    border-color: transparent transparent #3f3a81 transparent;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.results-header h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    color: #6f6f6f;
}
.results-body{
    padding-top: 12px;
    padding-bottom: 45px;
}
.results-body h2{
    font-size: 40px;
    font-weight: 600;
    color: #d82d2d;
    display: block;
    line-height: 55px;
    margin-right: 0;
}
.ticket-tailor-result .results-body h2{color: #64b110;}
.results-body span{
    font-size: 16px;
    line-height: 2;
    color: #6f6f6f;
}
.calculator-results-footer{
    background-color: #3f3a81;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 70px;
    position: relative;
    top: -10px;
}
.calculator-results-footer h3{
    display: inline-block;
    color: #fff;
    margin-top: 17px;
    margin-right: 26px;
}
.calculator-results-footer a{margin-top: 15px;}
.results-info{position: relative;}
.results-tooltip{
    background-color: #6f6f6f;
    width: 310px;
    padding: 12px 10px;
    text-align: left;
    position: absolute;
    left: -10px;
    z-index: 10;
    top: 45px;
    display: none;
}
.results-tooltip-content > span{display: block;}
.results-tooltip span {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
}

i.show-results{position: relative; z-index: 11;}
i.show-results:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 20px;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -20px;
    right: -5px;
    border-color: #6f6f6f transparent;
    display: none;
}
i.show-results:hover .show-results:after{display: block;}
.calculator-2 h2.section-title{margin-right: 0;}

/* Eventbrite page */

.eventbrite-header{border-bottom: 1px solid #fff;}

.tick-list{
    padding: 23px 0;
    text-align: center;
}

.tick-list li{ margin-bottom: 6px; text-align: left;}
.tick-list li:last-child{ margin-bottom: 0px;}

.tick-list .row{
    margin-left: 0;
    margin-right: 0;
}


/* Sign up page */
main{
    margin-top: 70px;
    padding-top: 35px;
    padding-bottom: 60px;
}


main h1,
main h2{
    text-align: center;
    max-width: 752px;
    margin: 0 auto;
}

main h2{margin-top: 10px;}

form{
    margin-top: 30px;
}

form .error,
form .error-small{
    display: none;
    color: #d82d2d;
    text-align: left;
}

form .error{margin-bottom: 12px;}

form .error-small{margin-top: 2px;}

form label{
    font-weight: normal;
    margin-bottom: 3px;
}

.form-control{
    height: 40px;
    box-shadow: none;
}

.missing{border-color: #d82d2d;}

.form-group{margin-bottom: 11px;}

.form-link{margin-top: 20px;}

.form-group img{
    display: inline-block;
    width: 45px;
    height: auto;
    margin-left: 35px;
}

.img-trumpet{margin-top: 70px;}

/* Thank you */

@-webkit-keyframes heli-animation {
    0%   {top:0px;}
    50%  {top:50px;}
    100% {top:0px;}
}

/* Standard syntax */
@keyframes heli-animation {
    0%   {top:0px;}
    50%  {top:50px;}
    100% {top:0px;}
}

.thank-you{padding-bottom: 0;}

.clouds{
    min-height: 228px;
    position: relative;
}

.cloud1{
    height: 130px;
    position: absolute;
    left: 100%;
    -webkit-animation: cloud-animation 2s infinite;
    -moz-animation:    cloud-animation 2s infinite;
    -o-animation:      cloud-animation 2s infinite;
    animation:         cloud-animation 2s infinite;
}

.cloud2{
    height: 70px;
    position: absolute;
    left: 20%;
    top: 62px;
}

.heli-container{
    position: relative;
    margin-top: 24px;
}

.helipcopter-img{
    height: 97px;
    width: auto;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);

    -webkit-animation: heli-animation 2s infinite;
    -moz-animation:    heli-animation 2s infinite;
    -o-animation:      heli-animation 2s infinite;
    animation:         heli-animation 2s infinite;
}

#log-in-form .form-link:last-child{margin-top: 8px;}

.form-link a:hover,
.green-link a:hover{
    color: #019fbb;
    text-decoration: underline;
}

.tickets-bg{
    background-image: url(../img/img-ticket-1-png@2x.png), url(../img/img-ticket-2-png@2x.png);
    background-repeat: no-repeat;
    background-size: 64px, 82px;
    background-position: left 60px, right 150px;
}

.tickets-bg > div,
.key-bg > div{padding-left: 0; padding-right: 0;}

.forgot-password{padding-bottom: 85px;}

.forgot-password .large-text{margin-top: 25px;}

.key-bg{
    background-image: url(../img/img-keypng@2x.png);
    background-size: 96px;
    background-repeat: no-repeat;
    background-position: left bottom+15px;
    margin-top: 5px;
}

.forgot-password input[type=submit]{margin-top: 17px;}

.email-img{
    margin: 55px auto;
    height: 71px;
    width: auto;
    display: block;
}

.password-sent .large-text{margin-top: 35px;}

.error-img{
    max-height: 293px;
    margin: 33px auto;
    display: block;
}

.password-sent p{
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
}

/* Terms and conditions */

.terms-conditions{
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 100px;
}

.terms-conditions ul.link-list{margin-top: 9px;}

.terms-conditions ul.link-list a{width: 89%;}

.terms-conditions h1{
    text-align: left;
    margin-bottom: 25px;
    margin-left: 0;
}

.last-updated{
    display: inline-block;
    margin-bottom: 20px;
}

.terms-conditions .text{text-align: left;}
.forgot-password .text {text-align: left;}

.terms{margin-bottom: 35px;}

.classic-list{
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.classic-list li{
    color: #777777;
    font-size: 16px;
    margin-bottom: 15px;
}

.classic-list li:last-child{margin-bottom: 0;}

.active-link-list a{
    font-weight: 600;
    color: #74738e !important;
}

.terms ol li{margin-bottom: 20px;}
.terms ol li ol li{margin-bottom: 10px;}

section.integration{
    background-color: #fdf1e5;
    padding-top: 44px;
    padding-bottom: 70px;
}
.integration img{
    margin-bottom: 34px;
}
.integration .col-sm-3{
    padding: 0 12px;
    position: relative;
}
.integration .col-sm-3:after{
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/arrow-dark@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 34px;
    top: 43px;
    right: -5px;
}
.integration .col-sm-3:nth-child(4):after{content: none;}
.integration a{margin-top: 38px;}

/* Careers */
header#careers{
    padding-bottom: 60px;
}
.careers-promo{
    padding-top: 45px;
    padding-bottom: 60px;
}
.careers-promo h2{
    max-width: 946px;
    margin:  0 auto;
}
.careers-promo h2 span{
    color: #ee7300;
    position: relative;
}
.careers-promo h2 span img{
    position: absolute;
    z-index: 10;
    top: -170px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: default;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    max-width: none;
    opacity: 0;
    width: 160px;
    height: 179px;
}
section.team{
    padding-top: 41px;
    padding-bottom: 58px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.team img{
    height: 134px;
}
.careers-promo h2 span:hover img{visibility: visible; opacity: 1;}
.positions{
    padding-bottom: 60px;
    padding-top: 42px;
}
.open-positions{
    display: table;
    max-width: 752px;
    margin: 0 auto;
    width: 100%;
}
.divTableRow {
    display: table-row;
    height: 83px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.divTableRow:hover{
    background-color: #f0f2fb;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell,
.divTableHead {
    display: table-cell;
    padding: 0 10px;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: middle;
    text-align: left;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.job-title{
    color: #019fbb;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    width: 333px;
    white-space: nowrap;
}
.job-description{
    max-width: 752px;
    margin: 0 auto;
}
.position-arrow{
    width: 12px;
    height: 19px;
    background-image: url(../img/position-arrow@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
}
.arrow-left{
    border: solid #019fbb;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 10px;
}
.breadcrumb{
    background-color: transparent;
    padding: 0;
    margin-bottom: 23px;
}
.breadcrumb a,
.apply-job a{
    color: #019fbb;
    font-size: 13px;
}
.breadcrumb a:hover,
.apply-job a:hover{
    color: #019fbb;
    text-decoration: underline;
}
.apply-job{
    font-size: 22px;
    line-height: 1.27;
    color: #6f6f6f;
}
.apply-job a{font-size: 22px;}
.centered{
    margin: 0 auto;
    float: none;
}
.centered .col-xs-6:first-child,
.centered .col-xs-6:nth-child(2),
.centered .col-xs-6:nth-child(3){
    margin-bottom: 40px;
}
.fb_reviews { width: 118px; margin: 20px 0 0 28px; }
.navbar-header { min-width: 320px; }
/* Media queries */

@media (min-width: 1201px){
    .squarespace-img{margin-top: 67px;}
}

@media (max-width: 1200px){
    .testimonial-item{
        min-height: 248px;
    }

    .sectors > div > div > div{height: auto;}

    .our-customers > div{ width: 995px; margin: 0 auto; padding-right: 0;}

    .our-customers > div > div > div{margin-right: 20px;}

    .vert-center{margin-top: 40px;}


    /* How it works page */

    .step-text{width: 165px;}

    .header-4-col > div{width: 100%;}

    .change-currency-2{right: 110px;}

    section.lightbulb div.container {
        background-position: 110px 0;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .footer-promo > div{width: 100%;}
    .footer-promo{padding: 40px 0;}
}

@media (min-width: 768px) and (max-width: 1024px){
    .container{ padding-left: 20px; padding-right: 20px; width: 100%;}

    .navbar-nav,
    .navbar>.container .navbar-brand{margin-left: 0; margin-right: 0;}

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-right: 10px; padding-left: 10px;}

    .sectors{padding-left: 10px; padding-right: 5px;}

    .testimonial-item{min-height: 332px;}

    .testimonial blockquote:after{right: 0;}

    .blocks {
        margin: 0 0px;
    }

    .tick-list-vertical li p{width: 90%;}

    .close-calculator{right: 20px;}

    .plan, .other-rows{margin-left: 0; margin-right: 0;}

    .inputs br{display: none;}

    .inputs p.large-text{padding: 0 20px; min-height: 56px;}

    .clouds{width: 90%; margin-left: 5%;}
}

@media (min-width: 992px) and (max-width: 1130px){
    .our-customers > div{ width: 940px;}

    .our-customers > div > div > div{margin-right: 40px;}


    .uob-logo{ width: 141px; height: 34px; }

    .timeout-logo{ width: 119px; height: 45px; }

    .tedx-logo{ width: 116px; height: 35px;
    }

    .reading-rep-logo{ width: 86px; height: 86px; }

    .soundwave-logo{ width: 139px; height: 34px; }

    .mtv-logo{ width: 116px; height: 35px; }

}

@media (min-width: 992px) and (max-width: 1200px){
    ul.awards li{white-space: nowrap;}
}

@media (min-width: 992px){
    .pig-img{margin-left: 102px;}

    .calculator-expanded h2{margin-top: 6px;}

    .wrapper{
        min-height: 100%;
        margin-bottom: -325px;
        background-color: #f0f2fb;
    }


    .wrapper:after{
        content: "";
        display: block;
    }

    footer, .sticky-footer, .wrapper:after{height: 343px;}

    .integration img{ height: 120px;}
}


@media (max-width: 1024px) {
    .change-currency-2 {
        right: 122px;
    }
}

@media (max-width: 991px){
     ul.awards li{display: block}
     ul.awards li img{ margin-bottom: 15px; margin-right: 0;}

    .brands{display: inline-block;}

    .purple-promo p{margin-top: 0;}

    .our-customers > div{ width: 720px;}

    .our-customers > div > div > div{width: 33%; margin-right: 0;}

    .tedx-logo{margin-bottom: 35px;}

    .purple-promo a{margin-bottom: 40px;}

    /* How it works */

    .header-4-col img{height: 125px;}

    .nav-item{text-align: center;}

    .step-text{width: 170px;}

    .nav-item a:after{top: 30px; z-index: 10;}

    .number{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .fb_reviews { display: none;}

    .navbar-header { min-width: 170px; }

    .img-content{margin-left: 0; margin-right: 0; max-width: 100%;}

    .pig-img{display: none !important;}

    .calculator > div:first-child h2{ display: block; margin-right: 0px;}

    #show-calculator{margin-bottom: 30px;}

    .integration .col-sm-3:after{top: 25px;}

    .results-body{padding-left: 10px; padding-right: 10px;}

    .change-currency-2{
        right: 0;
        position: static;
        top: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }

    section.lightbulb div.container {
        background-image: none;
    }

}

@media (min-width: 768px) and (max-width: 991px){
    .vert-center{margin-top: 0;}

    .brands div img{height: 23px; width: auto;}

    .small-plan,
    .medium-plan{margin-bottom: 35px;}

    .calculator > div:first-child{width: 100%;}

    .testminoial-bg{margin-top: 40px;}

    .testimonial img{width: 166px; margin-top: 40px;}

    .testimonial{padding: 40px 0;}
}

@media (min-width: 768px) and (max-width: 856px){
    .plan > div > div > div{min-height: 155px;}
}

@media (min-width: 768px){
    .navbar-nav{
        margin-top: 10px;
    }

    .sectors > div > div > div{width: 33%;}

    .footer-promo > div{padding: 0;}

    .heli-container{
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .clouds{width: 100% !important; margin: 0 !important;}

    #demo-content-mobile{display: none !important;}
}

@media (max-width: 767px){

    .fb_reviews { display: block;}

    .navbar-header { min-width: 320px; }

    .navbar-default{ height: 60px; }

    .active:after{content: none; }

    .navbar-default .navbar-nav>.active>a { color: #ee7300; }

    .navbar-default .navbar-collapse{position: relative; top: -1px;}

    header,
    main{margin-top: 60px;}

    .navbar-brand{
        margin-left: 15px;
        margin-top: 7px;
        height: 46px;
    }

    .navbar-nav{
        text-align: center;
        background-color: #3f3a81;
        height: 100vh;
        margin-top: 0;
    }

    .navbar-default .navbar-nav>li>a{
      font-size: 18px;
      font-weight: 300;
      line-height: 3.28;
      text-align: center;
      color: #ffffff;
      border-bottom: 1px solid rgba(255,255,255,0.3);
      padding: 0;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus{
        color: #fff;
        background-color: #cc6300;
    }

    ul.navbar-nav li:last-child{margin-left: 0; margin-bottom: 10px;}

    ul.navbar-nav li:last-child a{
        margin: 0 auto;
        margin-top: 24px;
        max-width: 190px;
        padding: 0 !important;
    }

    .chat{display: none;}

    .vert-center{text-align: center;}

    #home h1{
        margin-bottom: 10px;
    }

    #home p.large-text{margin-bottom: 20px;}

    #home a{margin-bottom: 35px;}

    #home p.small-text{margin-bottom: 23px;}

    .benefits{padding-top: 70px;}

    .feature-highlights span{margin-bottom: 20px;}

    .heading-3{margin-bottom: 10px;}

    .testimonial-item{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        min-height: auto;
    }

    .testimonial-image{
        margin-bottom: 50px;
        width: 140px;
        height: 140px;
    }

    .testimonials{padding-bottom: 0;}

    .footer-promo { padding: 40px 20px; }

    .footer-promo > div{background-image: none;}

    footer > div > div > div{margin-bottom: 22px;}

    .copyright p{text-align: center;}

    .copyright > div{margin-bottom: 0;}

    .purple-promo img {
        max-width: 70% !important;
        margin: 0 auto;
    }

    .careers-promo h2 span img{max-width: none !important;}

    .purple-promo{text-align: center;}
    .purple-promo h2{text-align: center; margin-bottom: 27px;}

    .sectors > div > div > div{margin-right: 0;}
    .sectors > div > div > div:nth-child(odd) > div{padding-right: 1px;}

    .our-customers > div{ width: 550px;}

    .uob-logo{ width: 136px; height: 32px; }

    .timeout-logo{ width: 114px; height: 43px; }

    .tedx-logo{ width: 111px; height: 33px;}

    .reading-rep-logo{ width: 81px; height: 81px; }

    .soundwave-logo{ width: 134px; height: 31px; }

    .mtv-logo{ width: 111px; height: 38px; }

    /* How it works page */

    .nav-item a:after{content: none;}

    .header-4-col .row{margin: 0 0;}

    .step-1-link span.step-text{padding-right: 0;}

    .number{ margin-bottom: 9px; }

    .nav-item img{margin-bottom: 12px; height: 135px;}

    .step-2-link{margin-bottom: 30px;}

    .team .col-xs-6{margin-bottom: 40px;}

    .team .col-xs-6:last-child{margin-bottom: 0px;}
    .team .col-xs-6:nth-child(3){margin-bottom: 0px;}

    .feature-highlights > div > div > div{margin-bottom: 40px;}
    .feature-highlights > div > div > div:last-child{margin-bottom: 0px;}
    .feature-highlights > div > div > div:nth-child(3){margin-bottom: 0px;}


    .icon-list > div > div:last-child > div{margin-bottom: 50px;}
    .icon-list > div > div:last-child > div:last-child{margin-bottom: 0px;}

    .icon-list img{width: 59px; height: auto;}

    .bg-image-page-2{background-image: none;}

    .img-content img{margin-left: auto; margin-right: auto; max-width: 80%; margin-top: 45px;}

    .purple-promo p{margin-top: 40px;}

    .mobile-image{display: block;}
    .desktop-image{display: none;}

    /* Pricing page */

    .pricing-table{display: none;}

    .pricing-table-mobile{display: block;}

    .testminoial-bg{background-position: center; margin: 0 15px;}
    .testminoial-bg img{padding-top: 55px; margin-top: 0;}

    .change-currency p{float: none !important;}
    .change-currency p:first-child{margin-bottom: 30px; text-align: center;}

    .close-calculator{display: none !important;}
    .close-calculator-mobile{display: inline-block;}

    .custom-input{margin-bottom: 20px;}
    .custom-input:last-child{margin-bottom: 0px;}

    .custom-plan{min-height: 511px;}

    .plan,
    .other-rows{margin-left: 0px; margin-right: 0px;}

    .plan > div > div > div{ padding-top: 5px; min-height: 100px; }

    .plan > div > div > div:first-child{min-height: 105px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-right: 0;}

    .plan > div > div > div:nth-child(2){border-right: 1px solid rgba(0,0,0,0.2);}

    .plan > div > div{border-bottom: 1px solid rgba(0, 0, 0, 0.2);}

    .other-rows > div:first-child > div > div:first-child{ border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding-top: 2px; border-right: 0;}

    .other-rows > div:first-child > div > div {min-height: 65px;}

    .other-rows p{margin-top: 10px;}

    .other-rows > div:last-child{min-height: 60px; border-top: 1px solid rgba(0, 0, 0, 0.2);}

    .other-rows > div:first-child > div > div:last-child{border-right: 0;}

     .owl-item > div {width: 290px;}

    .owl-stage{width: 1260px !important;}

    .pricing-table{padding-top: 40px;}

    .pricing-highlights{padding: 40px 0;}

    .expanding-blocks{padding-bottom: 50px;}

    .right-block, .left-block{float: none; width: 100%; padding: 0 15px;}

    .close-tooltip{display: inline-block;}

    /* Sign up */

    .img-trumpet{display: none;}

    .form-group{width: 60%; margin-left: auto; margin-right: auto;}

    .clouds,
    .tickets-bg,
    .key-bg{background-image: none;}

    .clouds > img{display: none;}

    .forgot-password{padding-bottom: 40px;}
    .password-sent{padding-bottom: 10px;}

    .terms-conditions ul.link-list{display: none;}
    .terms-conditions h1{text-align: center;}

    .terms-conditions{padding-bottom: 40px;}

    #calculator,
    #calculator-2{margin-bottom: 40px;}

    #demo-content{display: none !important;}

    .integration .col-sm-3:after{content: none; }
    .integration img{ height: 120px;}

    .integration .col-sm-3:nth-child(2){height: 280px;}

    .calculator-results {margin: 0;}

    .calculator-results > div{
        height: 157px;
        min-height: 157px !important;
        border: 1px solid #c0c0c0;
        border-top: 0;
    }

    .results-header,
    .results-body{
        width: 50%;
        float: left;
        height: 100% !important;
    }

    .results-header{border-right: 1px solid #c0c0c0; border-bottom: 0 !important; position: relative;}

    .results-header img{width: 124px;}

    .results-header h3{width: 100%;}

    .results-header img,
    .results-header h3{
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }

    .results-body{padding: 16px 13px;}

    .results-body h2{font-size: 34px; line-height: 46px;}

    .results-body span{font-size: 15px; line-height: 26px;}

    .calculator-results > div.ticket-tailor-result{border-bottom: 1px solid #3f3a81; top: 0;}

    .ticket-tailor-result:after{content: none; display: none;}

    .calculator-results-footer{
        margin: 0;
        height: auto;
        padding: 23px 10px 28px 10px;
        top: 0;
    }

    .calculator-results-footer h3{margin: 0; display: block;}
    .calculator-results-footer a{margin-top: 23px;}

    .results-info{position: static;}
    .results-tooltip{
        left: -1px;
        right: -1px;
        top: 0px;
        padding-top: 30px;
        left: 50%;
        padding-top: 30px;
        transform: translate(-50%, 0);
        min-height: 157px;
        z-index: 6;
    }

    i.show-results:after{display: none !important;}
    .results-tooltip span{font-size: 13px;}

    .eventbrite-results{border-radius: 0;}

    .results-body h2{margin-bottom: 5px;}

    #careers img{margin: 0 auto;}
    header#careers{padding-bottom: 44px;}

    .fb_reviews { width: 118px; margin: 15px 0 0 0; }

    .navbar-header { min-width: 320px; }
}

@media (max-width: 651px){
    .tick-list-horizontal li{width: 100%; float: none; text-align: left; margin-right: 0;}
}

@media (max-width: 600px){
    .testimonial-item{
        width: 364px;
    }

    ul.awards li img{display: block;}

    .our-customers > div{ width: 100%;}
    .our-customers > div > div{ margin: 0;}
    .our-customers > div > div > div{ width: 50%;}

    .tedx-logo{ background-image: url(../img/logo-mtv@2x.png);}

    .mtv-logo{ background-image: url(../img/tedx@2x.png); margin-top: 0;}

    .reading-rep-logo{margin-bottom: 23px;}
    .timeout-logo{margin-bottom: 40px;}

    .tick-list-vertical li p, .link-list li a{width: 90%; vertical-align: top;}

    .link-list li a{display: inline-block;}

    .testimonial blockquote{font-size: 30px; line-height: 38px; text-align: center;}

    .testimonial blockquote:before,
    .testimonial blockquote:after{
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }

    .testimonial blockquote{padding-top: 40px; margin-bottom: 57px; padding-right: 0; margin-left: 0; margin-top: 20px;}

    .testimonial blockquote:after{bottom: -55px;}

    .testimonial p{text-align: center; margin-left: 0;}

    .other-rows p.large-text{font-size: 20px;}

    .job-title{width: auto; white-space: normal;}
}

@media (max-width: 510px){
    .integration .col-sm-3:nth-child(2){height: 310px;}
}

@media (max-width: 530px){
    .results-tooltip{left: -1px; width: 100%; border-right: 2px solid #6f6f6f; box-sizing: content-box; padding: 12px 0; transform: none;}

    .results-tooltip-content{margin-left: 10px; margin-right: 25px;}

    .show-results.tooltip-opened{background-image: none;}
}


@media (max-width: 480px){

    .brands div{width: 50%; margin-right: 0; margin-bottom: 10px; margin-bottom: 15px;}

     header#home{padding-bottom: 20px;}

    .vert-center{margin-top: 30px;}

    .brands img{margin: 0 auto;}

    .benefits > div > div > div,
    .integration .col-sm-3{display: block; width: 100%;}

    .integration .col-sm-3:nth-child(3),
    .benefits > div > div > div:nth-child(3){margin-bottom: 40px;}

    .testimonial-item{width: 100%;}


    .footer-promo a.btn-primary{margin-left: 10px;}

    .title{font-size: 34px; line-height: 44px;}

    .text,
    .tick-list-vertical li,
    .tick-list-horizontal li {font-size: 15px;}

    .section-title{font-size: 30px;}

    .purple-promo img{max-width: 100% !important;}

    .sector-container img{height: 100px;}

    .sector{padding-bottom: 50px;}

    /* How it works page */

    .nav-item{padding: 0;}

    .nav-item img{height: auto;}

    .step-text{width: auto;}

    .icon-list img{margin-right: 13px; float: left;}

    .purple-promo p{margin-top: 28px;}

    .img-content img{max-width: 100%;}

    .testimonial img{width: 166px;}

    .expanding-block{padding: 10px 15px;}

    .expanding-block-content{padding-bottom: 10px;}

    .question-mark:after{bottom: -31px;}

    .tick-list-horizontal li{text-align: left;}

    .tick-list-horizontal li p { width: auto;}

    .form-group{width: 100%;}

    main{padding-top: 20px; padding-bottom: 40px;}

    .terms-conditions{padding-top: 20px;}

    .error-img{max-height: auto; width: 90%;}

    .integration .col-sm-3:nth-child(2){height: auto;}
}

@media (max-width: 428px){
    .footer-promo a{
        margin-left: 0 !important;
        margin-bottom: 10px;
        width: 70%;
    }
}

@media (max-width: 380px){
    .tick-list-vertical li p{width: 85%;}

    .owl-item > div {width: 240px;}

    .plane-img{max-width: 95%;}

    .footer-promo a{
        width: 90%;
    }

    .fb_reviews {  display: none; }
}

@media (max-width: 319px){
    .rcoket-bg, .bg-image-page-2{margin-left: 0; margin-right: 0}

    ul.social li a{height: 30px;}

    .facebook{margin-right: 15px;}

    ul.awards li img:first-child {
        width: 110px;
        height: auto;
    }

    .btn-default{padding-left: 10px !important; padding-right: 10px !important;}

    .close-calculator-mobile{    padding-left: 35px !important;}

    .rocket-img, .train-img{width: 100%;}

    .icon-list img{margin-right: auto; margin-left: auto; float: none; margin-bottom: 15px; display: block;}

    .icon-list p{max-width: 100%; float: none; display: block;}

    .owl-item > div {width: 220px;}

    .tick-list-horizontal li {font-size: 14px;}


}