/* ===========================
   ======= video ======== 
   =========================== */


video {
  width: 100%    !important;
  height: auto   !important;
}


.video-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 100%;
	height: auto;
	color: #eee;
}

.video-container-ad {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 96%;
	height: auto;
	color: #eee;
}

@media all and (min-width: 400px) {
			.video-container {
  width: 100%    !important;
  height: auto   !important;
}
			}
	
		
		
			@media all and (min-width: 500px) {
			.video-container {
  width: 75%    !important;
  height: auto   !important;
}
			}
		
		
		@media all and (min-width: 740px) {
		.video-container {
  width: 70%    !important;
  height: auto   !important;
}
			}
		
		@media all and (min-width: 960px) {
			.video-container {
  width: 65%    !important;
  height: auto   !important;
}
			}
		

.iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.vid-container {
	padding-left: 15%;
	padding-right: 15%;
	}
	
	
	@media only screen and (min-width : 150px) and (max-width : 700px)
{
.vid-container {
	padding-left: 0%;
	padding-right: 0%;
	}
}

.pattern {
  		padding: 1em;
		height: auto;
		border-bottom-color: #fff;
		}
		@media all and (min-width: 40em) {
			.t {
				display: table;
				caption-side: top;
				width: 100%;
			}
			.nav {
				display: table-caption;
			}
			.nav ol {
				display: table-row;
			}
			.nav ol li {
				display: inline-block;
				margin-right: 1em;
			}
		}



.list li {
 
  border-bottom: 1px solid #ccc;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.inner {
  display: table-row;
  overflow: hidden;
}
.li-img {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding-right: 1em;
}
.li-img img {
  display: block;
  width: 100%;
  height: auto;
}
.li-text {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.li-head {
  margin: 0;
}
.li-sub {
  margin: 0;
}

@media all and (min-width: 45em) {
  .list li {
    float: left;
    width: 50%;
  }
}

@media all and (min-width: 75em) {
  .list li {
    width: 33.33333%;
  }
}


		
		
		/* ===========================
   ======= MAIN GRID NAV ======== 
   =========================== */
		
		
		.pattern {
		  background: #fff;
		  }
		
		.grid {
	overflow: hidden;
	padding: 0.0em 0 0 0.0em;
	max-width: 90%;
	margin: 0 auto;
	background-color: #fff;
	color: #FFFFFF;
	text-align: center;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
		}
		.grid li {
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: center;
	color: #fff;
	font-size: 0px;
		}
		.grid li > div {
			background: #fff;
			padding: 0em 2em;
		}
		.grid li a {
			background: #fff;
			color: #fff;
		}
		
		@media all and (min-width: 400px) {
			.grid li {
	width: 100%;
	float: left;
	color: #FFFFFF;
			}
		}
		
		
			@media all and (min-width: 600px) {
			.grid li {
				width: 100%;
			}
			.grid li.wide {
				width: 100%;
			}
		}
		
		@media all and (min-width: 800px) {
			.grid li {
				width: 50%;
			}
			.grid li.wide {
				width: 66.666666%;
			}
		}
		@media all and (min-width: 960px) {
			.grid li {
				width: 50%;
				background: #fff;
			}
			.grid li.wide {
				width: 50%;
				background: #fff;
			}
			
		}
		
		
		
		
		
		
		
		
		
		
		
		.logoBox {
    width: 100%;
	height: auto;
	margin: 3% 0;
}

.imgLogo img {
	width: 30%;
	height: auto;
	float: left;
	padding-top: 13px;		
}

.logoText {
	width: 65%;
	height: auto;
	float: right;
	padding-bottom: 10px;	
}

.descriptText {
	color: #FFFBF0;
}	



/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	color: #fff;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 90%;
}
	
/* ===========================
   ========= Headings ======== 
   =========================== */
h1 {font-size: 2.500em}	/* 22px */   
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
	outline: 0;
	}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #FFFFCC;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #fff;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */



.mainHeader nav {
	background: #fff;
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 30px auto;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.mainHeader nav ul {
	list-style: none; 
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left; 
	display: inline; 
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #FFFFCC;
	display: inline-block;
	height: 30px;
	padding: 5px 23px;
	text-decoration: none;
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background: #fff;
	color: #C00000;
	text-shadow: none !important;
}
	
.mainHeader nav li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader img {
	width: 30%;
	height: 100px;
	margin: 3% 0;
	padding-left: 34%;
}

.mainNavbar img {
	width: 100%;
	height: 100px;
	margin: 3% 0;
	padding-left: 34%;
}

.headerText {
    width: auto;
	height: 30px;
	background-color: #fff;
	color: #FFFFCC;
}	

.borderOne {
    width: auto;
	height: 60px;
	background-color: #fff;
	background-repeat: repeat-x;
}	



.col-group > div {
  padding: 1em 1em 0;
}

@media screen and (min-width: 50em) {
  .col-group {
    overflow: hidden;
  }
  .col-group > div {
    float: left;
    width: auto;
  }
}


	
	video {
  width: 100%    !important;
  height: auto   !important;
}

}


.col-group > div {
  padding: 1em 1em 0;
  background: #fff;
}

@media screen and (min-width: 50em) {
  .col-group {
    overflow: hidden;
  }
  .col-group > div {
    float: left;
    width: 33.3333333%;
  }
}


/* ===========================
   ========= top tabs ========== 
   =========================== */

@font-face {
	font-family: 'quicksand';
	src: url('https://dl.dropboxusercontent.com/u/2386331/webfontkit-20131016-220752/quicksand-regular-webfont.eot');
	src: url('https://dl.dropboxusercontent.com/u/2386331/webfontkit-20131016-220752/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('https://dl.dropboxusercontent.com/u/2386331/webfontkit-20131016-220752/quicksand-regular-webfont.woff') format('woff'),
	url('https://dl.dropboxusercontent.com/u/2386331/webfontkit-20131016-220752/quicksand-regular-webfont.ttf') format('truetype'),
	url('https://dl.dropboxusercontent.com/u/2386331/webfontkit-20131016-220752/quicksand-regular-webfont.svg#quicksandbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
  background-color: #fff;
  
}
.tabs {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0px auto;
	position:relative;
	border-bottom: 1px solid #C00000;

}
.tabs > h2 {
  cursor: pointer;
	background-color: #fff;
	float: left;
	margin: 0;
	width: 25%;
	text-align: center;
	padding: 0px 0;
	height: 70px;
	
}
.tabs > h2 img {

	height: 45px;
}
.tab {
	padding: 0px;
	display: none;
	color: #FFFBF0;
}
h2.focused {
  cursor: default; 

}
h2.focused, .tab.focused {
	display: inline-block;
	background-color: #fff;
}
h2.focused + h2 {		
	
}
.tabs > h2.focused img {
	opacity: 1;
}
.tab {
	font-family: 'quicksand';
}


/*

Mobile Menu ***********************
*********************************
**********************************
********************************
*/

.rmm {
	display:block;
	position:relative;
	width:100%;
	padding:0px;
	margin:0 auto !important;
	text-align: center;
	line-height:19px !important;
}
.rmm * {
	-webkit-tap-highlight-color:transparent !important;
	font-family:Arial;
}
.rmm a {
	color:#ebebeb;
	text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
	margin:0px;
	padding:0px;
}
.rmm ul {
	display:block;
	width:auto !important;
	margin:0 auto !important;
	overflow:hidden;
	list-style:none;
}


/* sublevel menu - in construction */
.rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
	display:none !important;
	height:0px !important;
	width:0px !important;
}
/* */


.rmm .rmm-main-list li {
	display:inline;
	padding:padding:0px;
	margin:0px !important;
}
.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}






/* MINIMAL STYLE */

.rmm.minimal a {
	color:#eeeeee;
}
.rmm.minimal a:hover {
	opacity:0.7;
}
.rmm.minimal .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
}
.rmm.minimal .rmm-toggled {
	width:auto;
	min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
	display:block;
	height:36px;
	color:#eeeeee;
	text-align:left;
	position:relative;
}
.rmm.minimal .rmm-toggled-title {
	position:relative;
	top:9px;
	left:9px;
	font-size:22px;
	color:#c00000;
	font-weight: bold;
}
.rmm.minimal .rmm-button {
	display:block;
	position:absolute;
	right:9px;
	top:7px;
}

.rmm.minimal .rmm-button span {
	display:block;
	margin:4px 0px 4px 0px;
	height:2px;
	background:#eeeeee;
	width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
	display:block;
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #c00000;
	color:#eeeeee;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
	border-top:1px solid #c00000;
}


/* ===========================
   ========= text boxes ========== 
   =========================== */

.grid li > .textnew {
	background: #fff;
	width: 100%;
	height: 100%;
	text-align:left;
	padding: 0px;
	color: #eee;
	font-size:16px;
	padding-bottom: 5px;	
		}
		
					@media all and (min-width: 500px) {
		.grid li > .textnew {
	width: 100%;
	height: 60px;
	text-align: left;
	padding: 0px;
	color: #eee;
		}
		}
		
		@media all and (min-width: 740px) {
		.grid li > .textnew {
			width: 100%;
			height: 80px;
			text-align:left;
			padding: 0px;
		}
		}
		@media all and (min-width: 960px) {
		.grid li > .textnew {
			width: 100%;
			height: 40px;
			text-align:left;
			padding: 0px;
		}
		}
		
.videobox {

    margin-left: auto;
    margin-right: auto;
    display: block
}
	
	
	.centre {
    margin-left: auto;
    margin-right: auto;
    display: block
}
	
	
		.soc-box {

}


@charset "utf-8";
body {
	overflow: hidden;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */

	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

body
{

background-repeat:no-repeat;
}

.textbx {
	width: 70%;
	height: auto;
	margin: 0px auto;
	
}

.textguid {
	width: 40%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #eee;
}
