@charset "utf-8";

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row1{border-bottom:1px solid;}
.row2, .row2 a{}
.row3, .row3 a{}
.row4, .row4 a{}
.row5{}


/* Header
--------------------------------------------------------------------------------------------------------------- */
#header{}
#header #logo{margin:24px 0 0 0;}
#header #logo h1{margin:0; padding:0; font-size:22px; text-transform:uppercase;}


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro{padding:200px 0 120px;}
#pageintro article{display:block; max-width:50%;}
#pageintro article .heading{margin-bottom:30px; font-size:36px;}
#pageintro article p{font-size:16px; line-height:28px;}
#pageintro article footer{margin-top:50px;}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container{padding:40px 0;}

/* Content */
.container .content{}

.services{}
.services li{}
.services li:nth-child(-n+3){margin-bottom:30px;}
.services li:last-child{margin-bottom:0;}/* Used for mobile devices when elements stack */
.services article{display:block; position:relative; min-height:80px; padding:0 0 0 40px;}
.services article *{margin:0;}
.services article i{display:block; position:absolute; top:0; left:0; font-size:24px;}
.services article .heading{margin-bottom:10px; font-size:1.2rem;}
.services article p{margin-bottom:10px;}

.elements{}
.elements li{}
.elements li:nth-child(-n+3){margin-bottom:30px;}
.elements li:last-child{margin-bottom:0;}/* Used for mobile devices when elements stack */
.elements figure{display:block; position:relative; width:100%; max-width:320px; height:100%;}
.elements figure figcaption{display:block; position:absolute; bottom:0; left:0; width:100%; text-align:center; opacity:0;}
.elements figure:hover figcaption{opacity:1;}
.elements figure figcaption a{display:block; padding:10px; font-weight:700; text-transform:uppercase;}

/* Comments */
#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#comments li{margin:0 0 10px 0; padding:15px;}
#comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
#comments address{font-weight:bold;}
#comments time{font-size:smaller;}
#comments .comcont{display:block; margin:0; padding:0;}
#comments .comcont p{margin:10px 5px 10px 0; padding:0;}

#comments form{display:block; width:100%;}
#comments input, #comments textarea { padding:10px; border:1px solid; width:calc(100% - 22px); }

#comments textarea{overflow:auto;}
#comments div{margin-bottom:15px;}
#comments input[type="submit"], #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}

/* Sidebar */
.container .sidebar{}
.sidebar .sdb_holder{margin-bottom:50px;}
.sidebar .sdb_holder:last-child{margin-bottom:0;}


/* Full Width Split Box
--------------------------------------------------------------------------------------------------------------- */
.split{display:block; width:100%; background-position:top right; background-repeat:no-repeat; background-size:cover;}
.split .box{display:block; float:right; width:50%; padding:6%;}
.split .box .testimonial{}
.split .box .testimonial figure{margin-bottom:20px;}
.split .box .testimonial figure img{float:left; margin-right:15px; border-radius:50%;}
.split .box .testimonial figure figcaption{float:left; margin:15px 0 0 0;}
.split .box .testimonial figure figcaption *{display:block; margin:0; padding:0; line-height:1;}
.split .box .testimonial figure figcaption strong{margin-bottom:5px;}
.split .box .testimonial figure figcaption br{display:none;}
.split .box .testimonial figure figcaption em{font-size:.8rem;}
.split .box .testimonial blockquote{display:block; position:relative; width:100%; margin:0; padding:30px 0 0 0; line-height:1.4; z-index:1;}
.split .box .testimonial blockquote::before{display:block; position:absolute; top:0; left:0; font-family:"FontAwesome"; font-size:60px; content:"\f10d"; z-index:-1;}


/* Social
--------------------------------------------------------------------------------------------------------------- */
#social{padding:30px 0; text-align:center;}
#social div:last-child{margin-bottom:0;}/* Used in small devices when elements stack */
#social .title{margin:0 0 15px 0; padding:0; font-size:1.2rem; text-transform:uppercase;}
#social form{display:block; position:relative; max-width:90%; margin:0 auto;}
#social input, #social button{display:block; height:36px; border:none;}
#social input{width:100%; min-width:250px; padding:5px 40px 5px 15px;}
#social button{position:absolute; top:1px; right:1px; width:32px; height:34px; font-size:16px; cursor:pointer;}
#social button em{display:none;}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{padding:12px 0;}
#footer .title{margin:0 0 30px 0; padding:0; font-size:1.2rem; text-transform:uppercase;}
#footer .linklist li{display:block; margin-bottom:15px; padding:0 0 15px 0; border-bottom:1px solid;}
#footer .linklist li:last-child{margin:0; padding:0; border:none;}
#footer .linklist li::before, #footer .linklist li::after{display:table; content:"";}
#footer .linklist li, #footer .linklist li::after{clear:both;}

#footer .contact{}
#footer .contact.linklist li, #footer .contact.linklist li:last-child{position:relative; padding-left:40px;}
#footer .contact li *{margin:0; padding:0; line-height:1.6;}
#footer .contact li i{display:block; position:absolute; top:0; left:0; width:30px; font-size:16px; text-align:center;}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{padding:12px 0; border-top:1px solid; border-color:rgba(255,255,255,.08);}
#copyright *{margin:0; padding:0;}
#copyright p {font-size:13px;}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after{transition:all .3s ease-in-out;}
#mainav form *{transition:none !important;}


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0;  margin-top:1px; margin-left:-15px; padding:0; list-style:none;}
.sidebar nav ul { margin-left:0px; }
#mainav, #breadcrumb, .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after{position:absolute; font-family:"FontAwesome"; font-size:10px; line-height:10px;}

/* Top Navigation */
#mainav{}
#mainav ul.clear{margin-top:3px;}
#mainav ul ul{z-index:9999; position:absolute; width:180px; text-transform:none; font-size:12px; }
#mainav ul ul ul{left:180px; top:0;}
#mainav li{display:inline-block; position:relative; margin:0 15px 0 0; padding:0;}
#mainav li:last-child{margin-right:0;}
#mainav li li{width:100%; margin:0; margin-top:1px;}
#mainav li a{display:block; padding:30px 5px;}
#mainav li li a{border:solid; border-width:0 0 0px 0;}
#mainav .drop{padding-right:13px;}
#mainav li li a, #mainav li li .drop{display:block; margin:0 0 0px 0; padding:10px 15px;}
#mainav .drop::after, #mainav li li .drop::after{content:"\f0d7"; color:rgba(255,255,255,0.65); }
#mainav .drop::after{top:35px; right:2px;}
#mainav li li .drop::after{top:15px; left:5px;}
#mainav ul ul{visibility:hidden; opacity:0;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}

#mainav form{display:none; margin:0; padding:0;}
#mainav form select, #mainav form select option{display:block; cursor:pointer; outline:none;}
#mainav form select{width:100%; padding:5px; border:1px solid;}
#mainav form select option{margin:5px; padding:0; border:none;}

/* Breadcrumb */
#breadcrumb{padding:120px 0 20px; text-align:right; text-transform:uppercase;}
#breadcrumb ul{margin:0; padding:0; list-style:none;}
#breadcrumb li{display:inline-block; margin:0 6px 0 0; padding:0;color:#ff5858;font-size:11px;}
#breadcrumb li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:11px; color:rgba(255,255,255,0.8);}
#breadcrumb li a::after{top:3px; right:0; content:"\f101"; color:rgba(255,255,255,0.45);font-size:12px; }
#breadcrumb li:last-child a{margin:0; padding:0;}
#breadcrumb li:last-child a::after{display:none;}

/* Sidebar Navigation */
.sidebar nav{display:block; width:100%;}
.sidebar nav li{margin:0 0 3px 0; padding:0;}
.sidebar nav a{display:block; position:relative; margin:0; padding:5px 10px 5px 15px; text-decoration:none; border:solid; border-width:0 0 1px 0;}
.sidebar nav a::after{top:9px; left:5px; content:"\f101";}
.sidebar nav ul ul a{padding-left:28px;}
.sidebar nav ul ul a::after{left:18px;}
.sidebar nav ul ul ul a{padding-left:41px;}
.sidebar nav ul ul ul a::after{left:31px;}

/* Pagination */
.pagination{display:block; width:100%; text-align:center; clear:both;}
.pagination li{display:inline-block; margin:0 2px 0 0;}
.pagination li:last-child{margin-right:0;}
.pagination a, .pagination strong{display:block; padding:8px 11px; border:1px solid; background-clip:padding-box; font-weight:normal;}

/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top;}
table, th{table-layout:auto;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery{display:block; width:100%; margin-bottom:50px;}
#gallery figure figcaption{display:block; width:100%; clear:both;}
#gallery li{margin-bottom:30px;}


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico{margin:0; padding:0; list-style:none;}
.faico li{display:inline-block; margin:0 5px 0 0; padding:0; line-height:normal;}
.faico li:last-child{margin-right:0;}
.faico a{display:inline-block; width:36px; height:36px; line-height:36px; font-size:18px; text-align:center;}
.faico a{color:inherit; background-color:#050505;}
.faico a:hover{color:#FFFFFF;}

.faicon-dribble:hover{background-color:#EA4C89;}
.faicon-facebook:hover{background-color:#3B5998;}
.faicon-google-plus:hover{background-color:#DB4A39;}
.faicon-linkedin:hover{background-color:#0E76A8;}
.faicon-pinterest:hover{background-color:#C8232C;}
.faicon-rss:hover{background-color:#EE802F;}
.faicon-twitter:hover{background-color:#00ACEE;}
.faicon-vk:hover{background-color:#4E658E;}
.faicon-youtube:hover{background-color:#C4302B;}


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body{color:#7F7F7F; background-color:#050505;}
a{color:#ff5858;}
a:active, a:focus{background:transparent;}/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox{border-color:#D7D7D7;}
label span{color:#FF0000; background-color:inherit;}
input:focus, textarea:focus, *:required:focus{border-color:#ff5858;}
.overlay{color:#FFFFFF; background-color:inherit;}
.overlay::after{color:inherit; background-color:rgba(0,0,0,0.65);}

.btn, .btn.inverse:hover{color:#FFFFFF; background-color:#ff5858; border-color:#ff5858;}
.btn:hover, .btn.inverse{color:inherit; background-color:transparent; border-color:inherit;}


/* Rows */
.row1{border-color:rgba(255,255,255,.2);}
.row2, .row2 a{}
.row3{color:#353334; background-color:#FFFFFF;}
.row4{color:#7F7F7F; background-color:#050505;}
.row5, .row5 a{color:#7F7F7F; background-color:#050505;}
.row5 a:hover {color:#ff5858;}
.coloured{color:#FFFFFF; background-color:#ff5858;}


/* Header */
#header #logo a{color:inherit;}


/* Page Intro */
#pageintro .btn.inverse{color:#ff5858; background-color:#FFFFFF; border-color:#FFFFFF;}
#pageintro .btn.inverse:hover{color:#FFFFFF; background-color:#ff5858; border-color:#ff5858;}


/* Content Area */
.services li{border-color:#D7D7D7;}

.elements figure figcaption{color:#FFFFFF; background:#ff5858;}
.elements figure figcaption a{color:inherit;}


/* Full Width Split Box */
.split{color:#FFFFFF; background-color:rgba(0,0,0,.5);}
.split .box{background-color:inherit;}
.split .box .testimonial blockquote::before{color:rgba(255,255,255,.2);}


/* Social */
#social input, #social button{color:#FFFFFF; background-color:#050505;}
#social button{color:#ff5858;}


/* Footer */
#footer {font-size:13px;}
#footer .title{color:#FFFFFF;}
#footer .linklist li{border-color:rgba(255,255,255,.2);}

#footer input, #footer button{color:#FFFFFF; background-color:#191919;}
#footer button{color:#ff5858;}


/* Navigation */
#mainav li a{color:inherit;}
#mainav .active a, #mainav a:hover, #mainav li:hover > a{color:#ff5858; background-color:inherit;}
#mainav li li a, #mainav .active li a{color:#FFFFFF; background-color:rgba(0,0,0,0.2); border-color:rgba(0,0,0,0.6);}
#mainav li li:hover > a, #mainav .active .activez > a{color:#FFFFFF; background-color:#ff5858;}
#mainav form select{color:#FFFFFF; background-color:#050505; border-color:rgba(255,255,255,.2);}

#breadcrumb a{color:inherit; background-color:inherit;}
#breadcrumb li:last-child a{color:#ff5858;}

.container .sidebar nav a{color:inherit; border-color:#F1F1F1;}
.container .sidebar nav a:hover{color:#ff5858;}

.pagination a, .pagination strong{border-color:#D7D7D7;}
.pagination .current *{color:#FFFFFF; background-color:#ff5858;}

#backtotop{color:#FFFFFF; background-color:#ff5858;}


/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea{border-color:#D7D7D7;}
#comments input:focus, #comments textarea:focus, #comments *:required:focus{border-color:#ff5858;}
th{color:#FFFFFF; background-color:#373737;}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{color:inherit; background-color:#FBFBFB;}
tr:nth-child(even), #comments li:nth-child(even){color:inherit; background-color:#F7F7F7;}
table a, #comments a{background-color:inherit;}


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px){
	.hoc{max-width:978px;}
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px){
	.hoc{max-width:90%;}

	#header{padding:30px 0;}
	#header #logo{margin:0;}

	#mainav{}
	#mainav ul{display:none;}
	#mainav form{display:block;}

	#breadcrumb{}

	.container{}
	#comments input[type="reset"]{margin-top:10px;}
	.pagination li{display:inline-block; margin:0 5px 5px 0;}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
}


@media screen and (max-width:750px){
	.imgl, .imgr{display:inline-block; float:none; margin:0 0 10px 0;}
	.fl_left, .fl_right{display:block; float:none;}
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}

	#header{text-align:center;}
	#header #logo{margin-bottom:15px;}

	#pageintro{}
	#pageintro article{max-width:none;}
	#pageintro article .heading{font-size:36px;}

	.split .box{float:none; width:100%; padding:10%;}

	#footer{padding-bottom:50px;}/* not neccessary but looks better */
}

@media screen and (max-width:450px){
	#header{padding:10px 0;}
	#header #logo{ width:100%; margin-left:calc(50% - 95px);}
	.row1.fixed #header #logo{margin-left:calc(50% - 95px)!important; margin-bottom:15px!important;margin-top:0px!important;}
	#mainav{margin-right:calc(50% - 100px);}

}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px){
	.scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
	.scrollable table{margin:0; padding:0; white-space:nowrap;}

	.inline li{display:block; margin-bottom:10px;}
	.pushright li{margin-right:0;}

	.font-x2{font-size:1.4rem;}
	.font-x3{font-size:1.6rem;}
}


.row1.fixed { border-color:rgba(255,255,255,0); position:fixed; top:0px; z-index:999; background:rgba(0,0,0,0.80); }

.row1.fixed #mainav li li a, .row1.fixed #mainav .active li a { background-color:rgba(0,0,0,0.80); }
.row1.fixed #mainav li li:hover > a, .row1.fixed #mainav .active .active > a { color:#FFFFFF; background-color:#ff5858;}

.row1.fixed #mainav li > a { padding-top:20px; padding-bottom:20px; }
.row1.fixed #mainav li li > a { padding:10px 15px; }
.row1.fixed #mainav .drop::after { top:25px; }
.row1.fixed #header #logo { margin:14px 0 0 0;}



#footer .full_width ul li { display:inline-block; }
#footer .full_width { text-align:center; }
#footer .full_width ul li a { color:#cFcFcF; padding:0px 15px 0px 10px; border-right:1px solid rgba(255,255,255,0.2); }
#footer .full_width ul li a.lasta { border-right:0px solid; }
#footer .full_width ul li a:hover { color:#ff5858; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#footer .full_width ul li.activez a { color:#ff5858; }
#footer .full_width ul li.activez a:hover { color: #cfcfcf; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }





.wrapper #header #logo h1 { background: url('../images/logo.png') 0px 5px no-repeat; }
.row1.fixed #header #logo h1 { background: url('../images/logo-white.png') 0px 5px no-repeat; }
.row3 .highlight { color: #ff5858; font-family: 'Open Sans'; font-style: italic; font-weight: 600; }

.row3 span.bi { font-family: 'Open Sans'; font-style: italic; font-weight: 600; }
.row3 span.u { text-decoration: underline; }

ul.acadqual { margin-top:-15px; margin-left:-20px; }
ul.jobresp { margin-top:-12px; margin-left:-13px; margin-bottom:0px; }
ul.majorjob { margin-top:2px; margin-left:-13px; }


.wrapper.row3 { min-height:420px; }

h3.subtitle { background:url('../images/1px-eeeeee.jpg') left center repeat-x; }
h3.subtitle .highlight { background:#FFF; padding-right:9px; }

.control-group .smallgrey { color:#999; font-size:11px; }


.control-group .controls textarea, 
.control-group .controls input[type="email"], 
.control-group .controls input[type="tel"], 
.control-group .controls input[type="text"] { padding:5px; border: 1px solid #eee; font-size:13px; }
.control-group .controls textarea:focus, 
.control-group .controls input[type="email"]:focus, 
.control-group .controls input[type="tel"]:focus, 
.control-group .controls input[type="text"]:focus { border: 1px solid #454545; }
::-webkit-input-placeholder { color:#b5b5b5; font-size: 12px; } /* Chrome/Opera/Safari */ 
::-moz-placeholder { color:#b5b5b5; font-size: 12px; } /* Firefox 19+ */
:-ms-input-placeholder { color:#b5b5b5; font-size: 12px; } /* IE 10+ */
:-moz-placeholder { color:#b5b5b5; font-size: 12px; } /* Firefox 18- */

.control-group .controls > textarea { width:100%; }
.control-group .controls > input[type="email"], 
.control-group .controls > input[type="tel"], 
.control-group .controls > input[type="text"] { width:100%; }
.control-group .controls { margin-bottom:15px; }

.conleft, .conright { width:50%; float: left; }
.conleft p.phone, .conleft p.fax { margin-top:2px; margin-bottom:2px; }
.conleft p.mobile { margin-top:2px; }
.conleft a { color:#353334; }
.conleft a:hover { color:#ff5858; }

