
/* COMMON */
html,body {
    margin:0;
    padding:0;
    font-family:'Oxygen',sans-serif;
    font-size: 16px;
    color: #414141;
}
 

a,a:active {
    color:#71add3;
    -webkit-transition: background .5s ease ,color .3s linear;
    -moz-transition: background .5s ease ,color .3s linear;
    -o-transition: background .5s ease ,color .3s linear;
    transition: background .5s ease ,color .3s linear;
    text-decoration: none;
}

a:hover  { 
    text-decoration: underline;
    color:rgb(39, 71, 111);
}
.f-family1 { font-family:'Roboto',sans-serif;}
.f-family2 { font-family:'Roboto',sans-serif;}
.f-family3 { font-family:'Roboto',sans-serif;}
.f-family4 { font-family:'Roboto',sans-serif;}

/* HEADERS */
h1,h2,h3,h4,h5 { font-family:'Oxygen',sans-serif;}
h1, .h1 {font-size:46px; color:rgb(39, 71, 111); /* font-family:'Roboto Condensed', sans-serif */}
h1.subheading { font-family:'Oxygen',sans-serif;}
h2, .h2 {font-size:36px; color:#71add3}
h3, .h3 {font-size:26px; color:rgb(39, 71, 111); }
h4, .h4 {font-size:18px; color:rgb(39, 71, 111); }
h5, .h5 {font-size:14px; color:rgb(39, 71, 111); }
h6, .h6 {font-size:12px; color:rgb(39, 71, 111); }

p {
    margin:20px 0;
}


/* BASIC STYLES */

/* TABLES */
/* ALIGNMENTS */
.valign-middle-important,.valign-middle-children > * {
    vertical-align: middle !important;
}
.valign-top {
    vertical-align: top !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}

/* DISPLAYS */
.inline-block {
    display: -moz-inline-stack !important;
    display: inline-block !important;
    zoom: 100% !important;
    *display: inline !important;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.clear,.clearfix,.clearfix:after {
    line-height: 0;
    height: 0;
    clear: both;
}

/* TEXT TRASNFORMS */
.f-capi {
    text-transform: capitalize !important;
}

.f-lower {
    text-transform: lowercase !important;
}

.f-upper {
    text-transform: uppercase !important;
}
/* CURSORS */
.default {
    cursor: default;
}
.pointer {
    cursor: pointer;
}
/* SCROLLBARS */
::-webkit-scrollbar {
    width: 13px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background-color: rgb(39, 71, 111);
}

::-webkit-scrollbar-track-piece {
    background-color: rgb(155, 207, 239);
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgb(39, 71, 111);
    border-radius: 0;
}

::-webkit-scrollbar-corner {
    background-color: rgb(39, 71, 111);
}

::-webkit-resizer {
    background-color: rgb(39, 71, 111);
}

/* INPUT BROWSE TYPES */
/* OVERLAYS */
#overlay-mobilemenu {
    background-color: rgba(0,0,0,0.4);
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    display: none;
    z-index: 99;
    height: 100%;
    width: 100%;
}

#overlay {
    background-color: rgba(0,0,0,0.4);
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    display: block;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
}

/* POSITIONS */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

/* FLOATS & ALIGNMENTS */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.hidden {
    display: none;
}

.margin-left {
    margin: 0;
}

.margin-auto {
    margin: 0 auto;
}
.section-padding {
    padding:40px 0;
}
 /* INPUTS */
 input:not([type="radio"]):not([type="checkbox"]), input:not([type="radio"]):not([type="checkbox"]).form-control {}

 /* VERTICAL ALIGNMENTS */
 .vertical-align-middle-children,
 .vertical-align-middle-children > * {
         vertical-align:middle!important;
 }
.vertical-align-xs{ /* NO IE9 */
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
					align-items: center;
		-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
					justify-content: center;
		-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
				-webkit-flex-direction: row;
					-ms-flex-direction: row;
						flex-direction: row;
	}
@media(min-width:768px){
	.vertical-align-no-xs{ /* NO IE9 */
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
					align-items: center;
		-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
					justify-content: center;
		-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
				-webkit-flex-direction: row;
					-ms-flex-direction: row;
						flex-direction: row;
	}
}
@media(min-width:992px){
	.vertical-align-no-sm{ /* NO IE9 */
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
					align-items: center;
		-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
					justify-content: center;
		-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
				-webkit-flex-direction: row;
					-ms-flex-direction: row;
						flex-direction: row;
	}
}
.only-vertical-align{ /* NO IE9 */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-webkit-align-items: center;
			-ms-flex-align: center;
				align-items: center;
}
 /* NAVIGATION */
/* PALLETES */

.primary-colour {
    background: #27476f!important;
}
.secondary-colour {
    background: #9bcfef!important;
}
.tertiary-colour {
    background: #edf0f5!important;
}
.quarter-colour {
    background: #71add3!important
}
 
/* SECTION BACKGROUNDS */
.spotty {
    background: url(../images/header_bg.png) repeat;
}
.coloured {
    background:#edf0f5;
}

/* TABLES */
table{
    width:100%;
    border-collapse: collapse;
}
th, td{
    border: none;
    padding:10px;
}
th{
    background-color:inherit;
    color: #fff;
    text-align: right;
}
th:first-child {
    text-align:left;
}
th:last-child {
    text-align:right;
}
tr:nth-of-type(even){
    background-color: #F3F3F3;
}
tr:nth-of-type(odd){
    background-color:#ddd;
}
td:nth-child(n+2){
    text-align: right;
}
tr:nth-last-child(2){
    color: green;
}
 

tr:last-child{
    font-weight: bolder;
}
td:last-child{
    font-weight: bolder;
}
tr:last-child td:last-child{
    font-size:24px;
}
tr:nth-last-child(-n+3) td{
    text-align: right;
}

/* SHADOWS */
#conference{
    background-color: #000;
    width: 960px;
    margin:10px 0;
    background-image: url('images/awesomeconf.jpg');
    background-position: center;
    height: 240px;
}
#badge{
    text-align: center;
    width: 200px;
    border: 2px solid blue;
}
#info{
    margin: 20px;
    padding: 20px;
    width: 660px;
    height: 160px;
}
#badge, #info{
    float: left;
    background-color: #fff;
}
#badge h2{
    margin: 0;
    color: red;
    font-size: 40px;
}
#badge h3{
    margin: 0;
    background-color: blue;
    color: #fff;
}
 /* GRAPHICS BARS */
 #badge{
    background-image: -moz-linear-gradient(
    top, #fff, #efefef
);
    background-image: -webkit-gradient(
    linear,left top, left bottom,
    color-stop(0, #fff),
    color-stop(1, #efefef)
);
background-image: linear-gradient(
top, #fff, #efefef
);

}
#badge{
    -moz-box-shadow: 5px 5px 5px #333;
    -webkit-box-shadow: 5px 5px 5px #333;
    -o-box-shadow: 5px 5px 5px #333;
    box-shadow: 5px 5px 5px #333;
}

#badge{
    -moz-transform: rotate(-7.5deg);
    -o-transform: rotate(-7.5deg);
    -webkit-transform: rotate(-7.5deg);
    -ms-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg);
}
#info{
    background-color: rgba(255,255,255,0.75);
}
#info{
    moz-border-radius: 12px;
    webkit-border-radius: 12px;
    o-border-radius: 12px;
    border-radius: 12px;
}

/*  BREADCRUMBS*/
#breadcrumbs {
    background:#edf2ff;
    font-size:14px;
    color:#203b5c;
}
#breadcrumbs .container {
    padding:10px 15px;    
}
#breadcrumbs .container a {
    color:#203b5c;
} 
#breadcrumbs .container span.seperator {
    padding: 0 15px;
}
 /* OFFERS */
 #offers {}
 #offers h3 {font-size:20px;}
 #offers p {}
 #offers .image img {
     width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.75);
 }
  #offers-2 {}
 #offers-2 h3 {font-size:20px;}
 #offers-2 p {}
 #offers-2 .image img {
     width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.75);
 }
 /* LATEST */
 #latest h2 {
     color:rgb(39, 71, 111);
 }
 
 /* SIDEBAR */
 #sidebar  {
	margin: 15px 0;
}
/* NAVIGATION */
#navigation .sidenav-dropdown {
	line-height: 1;
	font-size: 35px;
	float: right;
	cursor: pointer;
	margin-top: 7px;
}
.navigation-header {
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 18px;
	background-color: rgb(39, 71, 111);
	text-transform:uppercase;

}
#navigation ul,
#navigation ul li {
    list-style-type:none;
    margin:0;
    padding:0;
}
#navigation ul li {
    background: #edf2ff;
    border-top: solid 1px #cfd6e0;
    border-bottom: solid 1px #cfd6e0;
}
#navigation ul li a {
    height: 40px;
    line-height: 40px;
    color: #27476f;
    padding-left: 15px;
    font-size:14px;
}
#navigation ul li a:hover {
    color:#9bcfef;
    text-decoration:none;
}
@media all and (max-width:767px) {
    #sidebar {
        padding-left:0;
        padding-right:0;
    }
}
 .promos > div {
     margin-top:15px;
 }
 /* HEADER MESSAGES */
 #header-notes {background:#9bcfef}
.header-note { color: #fff;font-size: 17px; padding: 10px 0px;}
.header-note > .header-note-text {border-left:1px solid #71add3;}

@media all and (max-width:991px) {
    #header-notes {
        background: rgb(39, 71, 111);
    }
    .header-note  {
        padding:5px 0;
    }
    .header-note > .header-note-text {
        border-left:none;
    }
}


 /* MAIN CATEGORIES */
.categories .btn {width:100%;}
.categories .image {display:table;height:100%;max-height:350px;width: 100%;text-align: center;}
.categories .image span {display:table-cell;vertical-align:middle;height: 270px;width: 100%;text-align: center;margin: 0 auto;}
.categories .content {color:#27476f; text-align:center; font-size:14px; margin:15px 0;}

/* SUBCATEGORIES */