@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900);

* {
	box-sizing:border-box;
	padding:0;
	margin:0;
	border:none;
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
	-webkit-transition:all .2 ease;
	transition:all .2s ease;
}

body {
	width:100%;
	height:100%;
    font-family: 'Verdana', sans-serif;
	color:#292C31;
}

h1,h2,h3 {
	font-weight:bold;
}
h4,h5 {
	font-weight:normal;
}
h6,p,li,ol {
	font-weight:lighter;
}

h1 {
	font-size:72px;
	margin-bottom:72px;
}
h2 {
	font-size:60px;
	margin-bottom:60px;
}
h3 {
	font-size:48px;
	margin-bottom:48px;
}
h4 {
	font-size:36px;
	margin-bottom:36px;
}
h5 {
	font-size:24px;
	margin-bottom:24px;
}
h6 {
	font-size:21px;
	margin-bottom:21px;
}
p,li,ol {
	font-size:18;
}
p {
	margin-bottom:18px;
}

a:link,a:hover,a:visited,a:visited {
	text-decoration:none;
	color:inherit;
}


/*--containers--*/
header {
	width:100%;
	height:100vh;
	background:#292C31;
	padding:10px 0;
    position: relative;
    overflow: hidden;
}
.header {
    width:100%;
	height:auto;
	background:#292C31;
	padding:10px 0;
    position: relative;
    overflow: hidden;
}

.feature-banner {
    width: 90%;
    display: inline-block;
    margin: 20px auto;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.container-banner {
	width:100%;
	height:auto;
    margin-top: 10px;
	position:relative;
    border-top: 5px solid #151619;
}
.container-banner .slogan {
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    display: none;
}
.container-banner .slogan span {
    font-weight: 300;
    font-size: 21px;
    border-top: 1px solid #fff;
    padding: 20px;
}
.container-banner .item {
    height: 80vh;
    padding: 10% 0;
}
.container-banner .caption {
	width:100%;
	max-width:500px;
	padding:25px 20px;
	background:rgba(255,255,255,0.7);
	border-radius:7px;
	text-align:center;
}
.container-banner .caption:hover {
    background:rgba(255,255,255,0.9);
}
.container-banner .caption:hover h3 {
    color: #29ABE2;
}
.container-banner .caption hr {
	width:75%;
	height:1px;
	border-bottom:1px solid #292C31;
	margin:-20px auto 25px auto;
}
#slide1 {
	background:url(../images/banners/ferrisWheel.jpg) no-repeat center;
	background-size:cover;
}
#slide2 {
	background:url(../images/banners/trombone.jpg) no-repeat center;
	background-size:cover;
}
#slide3 {
	background:url(../images/banners/crowd.jpg) no-repeat center;
	background-size:cover;
}

.container-search {
	width:100%;
	height:125px;
	padding:0;
	background:#292C31;
	position:absolute;
    bottom: 0;
}
.container-search .tab {
	width:400px;
	display:inline-block;
	position:absolute;
	top:-40px;
	right:0;
	left:0;
	margin:0 auto;
	padding:10px 20px;
	background:#292C31;
	color:#29ABE2;
	text-align:center;
	border-top-left-radius:100px;
	border-top-right-radius:100px;
}
.container-search span {
    margin: auto 10px;
}
.container-search a:hover {
    color: #29ABE2;
}
.container-search ::-webkit-input-placeholder {
    color: #fff;
}
.container-search :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.container-search ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.container-search :-ms-input-placeholder {  
    color: #fff;
}
.container-search p {
    font-size: 12px;
}

.container-feature {
	width:100%;
	height:auto;
	padding:50px 0;
	background:#29ABE2;
    text-align: center;
}
.container-feature .btn-dgrey {
    display: inline-block;
    vertical-align: middle;
}

.container-white {
	width:100%;
	height:auto;
	padding:100px 0;
}
.container-grey {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #f4f4f4;
}

.container-sub {
    width: 100%;
    height: auto;
    background: #f4f4f4;
}
.container-sub .page-heading {
    background: #29ABE2;
    padding: 10px 50px;
    margin: 0;
    color: #fff;
    display: inline-block;
    position: relative;
}
.container-sub .page-heading:before {
    content:'';
	width:50px;
	height:50px;
	border-radius:30px;
	display:block;
	background:#f4f4f4;
	position:absolute;
	right:-28px;
	top:12px;
}
#event-page {
    background: url(../images/banners/events.jpg) no-repeat center;
    background-size: cover;
}
#about-page {
    background: url(../images/banners/about.jpg) no-repeat center;
    background-size: cover;
}
#faq-page {
    background: url(../images/banners/faq.jpg) no-repeat center;
    background-size: cover;
}
#contact-page {
    background: url(../images/banners/contact.jpg) no-repeat center;
    background-size: cover;
}

.container-support {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: url(../images/banners/support.jpg) no-repeat center fixed;
    background-size: cover;
}

.container-thanks {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    background: #292C31;
}
.container-thanks .content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform:transformY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

footer {
	width:100%;
	height:auto;
	padding:50px 0;
	background:#292C31;
	text-align:center;
}
footer span {
    margin: auto 10px;
}
footer a:hover {
    color: #29ABE2;
}
footer ::-webkit-input-placeholder {
    color: #fff;
}
footer :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
footer ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
footer :-ms-input-placeholder {  
    color: #fff;
}

section {
	width:90%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}


/*--navigation--*/
menu {
	float:right;
	margin:-20px 0 0 0;
}
menu ul {
	list-style:none;
	padding:0;
}
menu li {
	display:inline-block;
	color:#F2F2F2;
	padding:0 0 0 15px;
}
menu li:nth-child(3) {
    color: #000;
}
menu li:hover {
	color:#29ABE2;
}
menu .current {
    color: #29ABE2;
    font-weight: 900;
}
menu .ts {
    display: none;
}

#tq-quote-btn,#tq-quote {
    -webkit-transition:none;
    transition: none;
}
#tq-quote {
    display: none;
    height: auto;
}
#bol-quote-btn,#bol-quote {
    -webkit-transition:none;
    transition: none;
}
#bol-quote {
    display: none;
    height: auto;
}


/*--cells--*/
.cell-quick-item {
	width:33%;
	height:300px;
	margin:20px 0;
	padding:10px 20px;
	float:left;
	text-align:center;
}
.cell-quick-contact {
    width: 33%;
    height: 350px;
    margin: 20px 0;
    padding: 10px 20px;
    float: left;
    text-align: center;
}

.cell-1-2 {
    width: 50%;
    margin: 0;
    padding: 0 20px;
    float: left;
}

.cell-colours {
    width: 33%;
    margin: 0;
    padding: 0 50px 0 0;
    float: left;
}
.cell-colours p {
    font-size: 12px;
}

.cell-logo-download {
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0 20px;
}
.cell-logo-download img {
    width: 100%;
    max-width: 500px;
}
.cell-logo-download > p {
    margin-top: 50px;
}

.cell-support {
    width: 50%;
    height: auto;
    margin: 0;
    float: right;
}


/*--forms--*/
label {
    display: none;
}

.textbox,.textarea,.selectbox,.captcha {
    width: 100%;
    height: 45px;
    padding: 10px;
    margin: 3px 0;
    border: 1px solid #eee;
    border-radius: 7px;
    font-family:'Verdana', sans-serif;
	color:#292C31;
}
.textbox:hover,.textarea:hover,.selectbox:hover,.captcha:hover {
    border: 1px solid #29ABE2;
}
.textarea {
    height: 147px;
}
.captcha {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px 0;
}
.captcha img {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0 10px;
    -webkit-transform:transformY(-50%);
    transform: translateY(-50%);
    height: 40px;
}
.captchabox {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 10px 10px 100px;
    padding: 0 0 0 10px;
    border-left: 1px solid #ddd;
}

::-webkit-input-placeholder {
    color: #292C31;
    font-family:'Lato', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    color: #292C31;
    font-family:'Verdana', sans-serif;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #292C31;
    font-family:'Verdana', sans-serif;
}
:-ms-input-placeholder {  
    color: #292C31; 
    font-family:'Verdana', sans-serif;
}

.searchbar {
	width:80%;
	margin:20px auto;
	padding:10px 60px;
	display:inline-block;
	border-radius:7px;
	background:url(../images/icons/search.png) no-repeat left center #151619;
	background-size:contain;
	text-align:center;
	color:#f2f2f2;
	font-size:21px;
	font-weight:300;
	border:2px solid #151619;
}
.searchbar:hover {
	border:2px solid #29ABE2;
}

.signup {
	width:60%;
	height:auto;
	margin:20px auto;
	border-radius:7px;
	border:2px solid #29ABE2;
	background:#151619;
    overflow: hidden;
}
.signupfooter {
	width:73%;
    height: 50px;
	margin:0 0 0 2px;
	padding:10px 20px;
	float:left;
	color:#f2f2f2;
	background:#151619;
	font-size:16px;
	font-style:italic;
}
#signup {
	width:73%;
	margin:0 0 0 2px;
	padding:10px 20px;
	float:left;
	color:#f2f2f2;
	background:#151619;
	font-size:16px;
	font-style:italic;
}

#tq-quote label,#bol-quote label {
    display: block;
    font-family:'Verdana', sans-serif;
	color:#292C31;
    font-size: 14px;
    cursor: pointer;
    margin: 10px 0;
}
#tq-quote .cell-1-2:nth-child(2) label,#bol-quote .cell-1-2:nth-child(2) label {
    display: none;
}
#tq-quote form,#bol-quote form {
    margin: 50px 0;
}

input[type="checkbox"] {
    display: none;    
    
}
input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #292C31;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 15px;
}
input[type="checkbox"] + label:hover span {
    border: 1px solid #29ABE2;
}
input[type="checkbox"]:checked + label span {
    background: #29ABE2;
    border: 1px solid #29ABE2;
}


/*--objects--*/
.logo {
	width:75%;
	max-width:325px;
	float:left;
}
.logo-dark {
    width: 90%;
    max-width: 350px;
    display: inline-block;
}
.logo-bol {
    width: 90%;
    max-width: 200px;
    display: inline-block;
}

.icon {
	width:100px;
	display:inline-block;
}
.icon-tq {
	width:80px;
	margin:25px auto;
	display:inline-block;
}

.icon-beard {
    width: 40px;
    display: inline-block;
    margin-top: 25px;
    padding: 2px;
    border-radius: 40px;
}
.icon-beard:hover {
    background: #29ABE2;
}

.liaison {
    width: 100px;
    display: inline-block;
    margin-left: 25px;
}

.call,.call-title {
	height:50px;
	float:right;
	padding:5px 20px;
	text-align:center;
}
.call {
	color:#29ABE2;
	background:#151619;
}
.call span {
	font-size:14px;
	color:#fff;
}
.call-title {
	background:#29ABE2;
	color:#fff;
	padding:14px 20px 14px 25px;
	position:relative;
}
.call-title:before {
	content:'';
	width:30px;
	height:30px;
	border-radius:30px;
	display:block;
	background:#292C31;
	position:absolute;
	left:-18px;
	top:10px;
}
.call-title:hover {
    background: #151619;
    margin-right: 2px;
}

.btn-menu {
	width:40px;
	height:40px;
	display:none;
	padding:10px;
	border-radius:4px;
	position:absolute;
	top:40px;
	right:20px;
	background:url(../images/icons/menu.png) no-repeat center #151619;
	background-size:contain;
}

.btn-d-grey {
	width:auto;
	height:auto;
	padding:10px 20px;
	border-radius:7px;
	display:inline-block;
	background:#292C31;
	color:#29ABE2;
	font-weight:400;
}
.btn-d-grey:hover {
	background:#151619;
}

.btn-signup {
	width:25%;
	margin:0;
	padding:20px;
	float:right;
	background:#29ABE2;
	color:#fff;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.btn-signup:hover {
	background:#151619;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
    cursor: pointer;
}

.btn {
    width: auto;
    height: 43px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 7px;
    background: #29ABE2;
    color: #fff;
    text-transform: uppercase;
    font-family:'Verdana', sans-serif;
    font-weight: 300;
}
.btn:hover {
    background: #151619;
    cursor: pointer;
}

.block-blue,.block-grey,.block-grey-lite {
    width: 40px;
    height: 20px;
    display: inline-block;
    margin: 0 10px 0 0;    
    float: left;
}
.block-blue {
    background: #2aaae2;
}
.block-grey {
    background: #343433;
}
.block-grey-lite {
    background: #e6e6e5;
}

hr {
    width: 50%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    margin: 50px auto;
}

.translate {
    float: right;
    margin: 20px 20px 0;
    padding: 10px;
    background: rgba(0,0,0,0.05);
    border-radius: 4px;
}
.translate:hover {
    background: #45555f;
}
.translate > div {
    position: relative;
    overflow: hidden;
    width: 152px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
}
.translate > div > div {
    position: absolute;
    top: -1px;
    left: -1px;
}
.container-translate .translate {
    float: none;
    display: inline-block;
    margin: 20px auto;
    background: rgba(0,0,0,0.1);
}


/*--modifiers--*/
.black {
	color:#151619;
}
.d-grey {
	color:#292C31;
}
.l-grey {
	color:#F2F2F2;
}
.white {
	color:#fff;
}
.blue {
	color:#29ABE2;
}

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

.ftlt {
	float:left;
}
.ftrt {
	float:right;
}
.clear {
	clear:both;
}

small {
	font-size:12px;
    line-height: 12px;
}


/*--media queries--*/
@media (max-width:960px) {
	.signup {
		width:100%;
	}
}

@media (max-width:768px) {
    .container-banner {
        height: auto;
    }
    .container-banner .item {
        width: auto;
        max-width: none;
        padding: 50px 0 125px 0;
    }
    .container-banner .caption {
        padding: 10px;
        margin: 0;
    }
    .caption  h3 {
        font-size: 24px;
        margin: 0;
        padding: 25px 0 0 0;
        line-height: 100%;
    }
    .caption h5 {
        font-size: 18px;
    }
    .container-banner .caption hr {
        display: none;
    }
    .container-support {
        background: url(../images/banners/supportx600.jpg) no-repeat center;
        background-size: cover;
    }
    
	menu ul {
		display:none;
		-webkit-transition:none;
		transition:none;
		padding:20px 10px;
	}
	menu li {
		display:block;
		padding:10px;
		text-align:right;
	}
	menu li:hover {
		background:#151619;
	}
	.btn-menu {
		display:inline-block;
		-webkit-transition:none;
		transition:none;
	}
    menu .ts {
        display: block;
    }
	
	.call,.call-title {
		display:none;
	}
	
	.cell-quick-item {
		width:50%;
		padding:10px;
	}
    .cell-quick-contact {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .cell-support {
        width: 100%;
        float: none;
    }
    .cell-support h3 {
        font-size: 36px;
    }
    
    .cell-1-2 {
        width: 100%;
        padding: 0;
    }
    
    .searchbar {
        font-size: 18px;
        padding-right: 20px;
    }
    
    .block-blue,.block-grey,.block-grey-lite {
        width: 20px;
    }
    
    .cell-colours {
        width: 50%;
    }
    
    .cell-logo-download {
        width: 100%;
        padding: 0;
    }
    .cell-logo-download img {
        margin-top: 50px;
}

@media (max-width:600px) {
    h1 {
        font-size:60px;
        margin-bottom:60px;
    }
    h2 {
        font-size:48px;
        margin-bottom:48px;
    }
    h3 {
        font-size:36px;
        margin-bottom:36px;
    }
    h4 {
        font-size:24px;
        margin-bottom:24px;
    }
    h5 {
        font-size:21px;
        margin-bottom:21px;
    }
    h6 {
        font-size:18px;
        margin-bottom:18px;
    }
    p,li,ol {
        font-size:16;
    }
    p {
        margin-bottom: 16px;
    }
    
	.container-feature h5 {
        width: auto;
    }
    
	.container-white {
		padding:50px 0;
	}
    
    .container-sub .page-heading {
        -webkit-transform:scale(1,1);
        transform: scale(1,1);
        font-size: 24px;
        padding: 10px 20px;
    }
    .container-sub .page-heading:before {
        display: none;
    }        
    
    #signup {
        width: 98%;
        border-radius: 7px;
        text-align: center;
        font-size: 14px;
    }
    .btn-signup {
        width: 100%;
        border-radius: 0;
    }
    
    .cell-1-3 {
        padding-right: 20px;
    }
}

@media (max-width:500px) {
	.cell-quick-item {
		height:auto;
		margin:0;
		padding:10px;
	}
	.cell-quick-item h5 {
		font-size:16px;
	}
	.cell-quick-item p {
		display:none;
	}
	
	.container-search .tab {
		width:auto;
		padding:10px 5px;
        -webkit-transform:scale(.8,.8);
        transform: scale(.8,.8);
        -webkit-transform-origin:center;
        transform-origin: center;
	}
    .container-search p {
        font-size: 14px;
    }
    .searchbar {
        font-size: 14px;
        background-size: 30px 30px;
        padding-right: 10px;
    }
    
    .cell-colours {
        width: 100%;
        padding: 0;
    }
}

@media (max-width:414px) {
	menu ul {
		padding:40px 10px 20px 10px;
	}
	.btn-menu {
		top:20px;
		right:10px;
	}
    .searchbar {
        padding-left: 20px;
    }
}