@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	padding-top: 68px;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #333;
}
p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #333;
}

h1 {
	font-size: 50px;
	margin: 0 100px 40px 100px;
}
h2 {
	font-size: 30px;
	margin: 0 100px 40px 100px;
}
h3 {
	font-size: 24px;
	margin: 0 150px 40px 150px;
}
p {
	font-size: 16px;
	margin: 5px 100px 40px 100px;
}

.content-b a {
	color: #e2b106;
	background: #333;
	padding: 1px 5px 1px 5px;
}
.content-b a:hover, .content-b a:focus {
	color: #fff;
}
.highlight {
	text-decoration: underline rgba(244,192,70,1);
}

/* Margins
-------------------------------------------------- */
.mar-bot-non {
	margin-bottom: 0;
}
.mar-bot-but {
	margin-bottom: 60px;
}
.mar-bot-big {
	margin-bottom: 80px;
}

/* Colours
-------------------------------------------------- */
.white {
	color: #FFF;
}
.grey {
	color: #666;
}
.orange {
	color: #ca482e;
}
.yellow {
	color: #e2b106;
}
.back-yellow {
	background: #e2b106;
}
.back-orange {
	background: #ca482e;
}
.back-grey {
	background: #2f2f2f;
}
.back-light-grey {
	background: #d6d6d6;
}

/* Header
-------------------------------------------------- */
#header {
	background: rgba(47,47,47,1);
	box-shadow: 0 0 0 rgba(0,0,0,.3);
	height: 68px;
	position: fixed;
	z-index: 1032;
	width: 100%;
	left: 0;
	padding-right: 10px;
	top: 0;
	border-bottom: 1px solid rgba(79,58,57,0.3);
}
.header-inner {
	padding-top: 17px;
}
#menu-trigger:before {
  top: 11px;
  left: 9px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
}
.line-wrap {
	margin-left: 24px;
	height: 14px;
}
.line-wrap .line {
	height: 3px;
}
.line-wrap .line.center {
	margin: 3px 0 3px 0;
}
.open .line-wrap .line.top {
  width: 16px;
}
.open .line-wrap .line.bottom {
  width: 16px;
}
.top-menu {
	height: 38px;
	margin-right: 3px;
}
.top-menu > li:not(#toggle-width)::before {
	border-radius: 0px;
}
.top-menu>li>a {
	height: 38px;
	min-width: 38px;
	text-align: center;
	color: #fff;
}
.top-menu i {
	font-size: 21px;
	line-height: 36px;
}

/* Menu
-------------------------------------------------- */
.burton-menu-wrap {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 7px 0 0 25px;
}
.burton-menu-wrap a {
	color: #e2b106;
	margin: 0 15px 0 0;
}
.burton-menu-wrap a:hover, .burton-menu-wrap a:focus {
	color: #fff;
}

/* Sidebar
-------------------------------------------------- */
#sidebar {
	z-index: 1031;
}
#sidebar .main-menu>li>a {
  padding: 14px 20px 14px 30px;
}

/* Logos
-------------------------------------------------- */
.burton-logo img {
	width: 450px;
	margin: 0 0 90px 0;
}
.burton-logo a {
	background: none;
	padding: 0;
}
.burton-logo a:hover, .burton-logo a:focus {
	color: #fff;
}
.burton-logo-small img {
	width: 200px;
	margin: 0 0 30px 0;
}

/* More buttons
-------------------------------------------------- */
.cc-more {
	width: 220px;
	height: 52px;
	line-height: 50px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	margin: auto;
	cursor: pointer;
	border-radius: 26px;
	border: 2px solid rgba(255,255,255,0.4);
}
.cc-more:hover, .cc-more:focus {
	border: 2px solid rgba(202,72,46,1);
}
.more-yellow {
	border: 2px solid rgba(239,142,70,0.4);
}
.cc-more.more-yellow:hover, .cc-more.more-yellow:focus {
	border: 2px solid rgba(255,255,255,1);
}
.more-grey {
	border: 2px solid rgba(55,55,55,0.3);
	color: #ca482e;
}
.icon-mouse {
	color: #fff;
	font-size: 60px;
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
}
.fa-long-arrow-down {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.scroll-down {
	font-size: 9px;
	font-weight: 700;
	color: rgba(45,45,45,1);
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin-left: 3px;
}
.line-but {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
.line-but a {
	color: #e2b106;
	background: none;
	padding: 0;
}
.line-but a:hover, .line-but a:focus {
	color: #fff;
}
.line-but-twitter {
	float: left;
	width: 80px;
	height: 80px;
	line-height: 82px;
	font-size: 40px;
	color: #333;
	background: #e2b106;
	border-radius: 20px;
	border: 3px solid #e2b106;
	cursor: pointer;
}
.line-but-twitter:hover, .line-but-twitter:focus, .line-but-twitter:active {
	color: #fff;
	border: 3px solid #e2b106;
	background: none;
}
.line-but-facebook {
	float: left;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #333;
	background: #e2b106;
	border-radius: 20px;
	border: 3px solid #e2b106;
	margin: 0 10px 0 10px;
	cursor: pointer;
}
.line-but-facebook:hover, .line-but-facebook:focus, .line-but-facebook:active {
	color: #fff;
	border: 3px solid #e2b106;
	background: none;
}
.line-but-email {
	float: left;
	width: 80px;
	height: 80px;
	line-height: 78px;
	font-size: 38px;
	color: #333;
	background: #e2b106;
	border-radius: 20px;
	border: 3px solid #e2b106;
	cursor: pointer;
}
.line-but-email:hover, .line-but-email:focus, .line-but-email:active {
	color: #fff;
	border: 3px solid #e2b106;
	background: none;
}
/* Boxes
-------------------------------------------------- */
.va-box {
	border-bottom: 5px solid #e2b106;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 6px 12px rgba(50,50,50,.175);
	height: 570px;
}
.va-label {
	position: absolute;
	top: 10px;
	left: 25px;
	height: 30px;
	line-height: 30px;
	background: rgba(50,50,50,.5);
	font-size: 14px;
	font-weight: 500;
	color: #e2b106;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 9px 0 10px;
}
.va-date-sticker {
	position: relative;
	display: block;
	margin-top: -40px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	width: 80px;
	color: #e2b106;
	border-radius: 40px;
	background: rgba(58,58,58,1);
}
.va-date-sticker i {
	font-size: 30px;
	margin: 15px 0 3px 0;
}
.va-date {
	font-size: 10px;
}
.va-location {
	font-size: 12px;
	margin: 0 0 20px 0;
	color: #888;
}
.box-inner {
	padding: 0 25px 0 25px;
}
.box-inner h4 {
	font-size: 24px;
	line-height: 1.2;
	margin: 20px 0 20px 0;
}
.box-inner p {
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 20px 0;
	letter-spacing: 0;
}

/* Group Box
-------------------------------------------------- */
.group-box {
	padding-top: 35px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 6px 12px rgba(50,50,50,.175);
	height: 200px;
}
.group-circle-img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	margin-top: -55px;
}
.group-circle-img img {
	box-shadow: 0 6px 12px rgba(50,50,50,.175);
}

















/* Responsive
-------------------------------------------------- */


/* Desktop to Landscape iPad
------------------------- */
@media (max-width: 1199px) {

.burton-logo img {
	width: 450px;
	margin: 0 0 90px 0;
}
.burton-logo-small img {
	width: 270px;
	margin: 0 0 30px 0;
}
	
h1 {
	font-size: 50px;
	margin: 0 100px 40px 100px;
}
h2 {
	font-size: 30px;
	margin: 0 100px 40px 100px;
}
h3 {
	font-size: 24px;
	margin: 0 150px 40px 150px;
}
p {
	font-size: 16px;
	margin: 5px 100px 40px 100px;
}
.mar-bot-but {
	margin-bottom: 60px;
}

}


/*--------------------------------------------------
Tablet (Landscape) - Desktop Small
----------------------------------------------------*/
@media (max-width: 992px) {

.burton-menu-wrap {
	display: none;
}
.burton-logo img {
	width: 450px;
	margin: 0 0 90px 0;
}
.burton-logo-small img {
	width: 240px;
	margin: 0 0 25px 0;
}
h1 {
	font-size: 44px;
	margin: 0 70px 30px 70px;
}
h2 {
	font-size: 24px;
	margin: 0 70px 30px 70px;
}
h3 {
	font-size: 22px;
	margin: 0 150px 30px 150px;
}
p {
	font-size: 14px;
	margin: 5px 70px 40px 70px;
}
.mar-bot-but {
	margin-bottom: 50px;
}
.va-box {
	height: 600px;
}
.box-inner {
	padding: 0 15px 0 15px;
}
.box-inner h4 {
	font-size: 20px;
	line-height: 1.2;
	margin: 15px 0 15px 0;
}

}


/*--------------------------------------------------
Tablet
----------------------------------------------------*/
@media (max-width: 768px) {

.burton-logo img {
	width: 400px;
	margin: 0 0 90px 0;
}
.burton-logo-small img {
	width: 200px;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 40px;
	margin: 0 50px 25px 50px;
}
h2 {
	font-size: 22px;
	margin: 0 50px 25px 50px;
}
h3 {
	font-size: 20px;
	margin: 0 150px 25px 150px;
}
p {
	font-size: 13px;
	margin: 5px 50px 30px 50px;
}
.mar-bot-but {
	margin-bottom: 45px;
}
.line-but {
	width: 200px;
}
.line-but-twitter {
	width: 60px;
	height: 60px;
	line-height: 62px;
	font-size: 30px;
	border-radius: 15px;
	border: 2px solid #e2b106;
}
.line-but-twitter:hover, .line-but-twitter:focus, .line-but-twitter:active {
	border: 2px solid #e2b106;
}
.line-but-facebook {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	border-radius: 15px;
	border: 2px solid #e2b106;
}
.line-but-facebook:hover, .line-but-facebook:focus, .line-but-facebook:active {
	border: 2px solid #e2b106;
}
.line-but-email {
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 30px;
	border-radius: 15px;
	border: 2px solid #e2b106;
}
.line-but-email:hover, .line-but-email:focus, .line-but-email:active {
	border: 2px solid #e2b106;
}
.va-box {
	height: auto;
}
.box-inner {
	padding: 0 25px 0 25px;
}
.box-inner h4 {
	font-size: 24px;
	line-height: 1.2;
	margin: 20px 0 20px 0;
}
	
}


/*--------------------------------------------------
Phone
----------------------------------------------------*/
@media (max-width: 568px) {

.burton-logo img {
	width: 300px;
	margin: 0 0 60px 0;
}
.burton-logo-small img {
	width: 180px;
	margin: 0 0 15px 0;
}
	
h1 {
	font-size: 30px;
	margin: 0 30px 20px 30px;
}
h2 {
	font-size: 20px;
	margin: 0 30px 20px 30px;
}
h3 {
	font-size: 16px;
	margin: 0 60px 20px 60px;
}
p {
	font-size: 12px;
	margin: 5px 30px 30px 30px;
}
.mar-bot-but {
	margin-bottom: 40px;
}
.scroll-down i {
	font-size: 10px;
}
.icon-mouse {
	font-size: 40px;
	bottom: 40px;
	left: 0;
	right: 0;
}
.fa-long-arrow-down {
	bottom: 24px;
	left: 0;
	right: 0;
}
.box-inner {
	padding: 0 20px 0 20px;
}
.box-inner h4 {
	font-size: 20px;
	line-height: 1.2;
	margin: 15px 0 15px 0;
}

}


/*--------------------------------------------------
Small Phone
----------------------------------------------------*/
@media (max-width: 320px) {

.burton-logo img {
	width: 250px;
	margin: 0 0 60px 0;
}
	
h1 {
	font-size: 24px;
	margin: 0 15px 15px 15px;
}
h2 {
	font-size: 16px;
	margin: 0 15px 15px 15px;
}
h3 {
	font-size: 14px;
	margin: 0 20px 15px 20px;
}
p {
	font-size: 11px;
	margin: 5px 15px 20px 15px;
}
.mar-bot-but {
	margin-bottom: 35px;
}
.box-inner {
	padding: 0 15px 0 15px;
}

}

