@charset "utf-8";
@import url("fontawesome-4.4.0.min.css");
/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0, .row0 a{}
.row1{border-top:5px solid;}
.row2{border-bottom:1px solid;}
.row3, .row3 a{}
.row4, .row4 a{}
.row5, .row5 a{}


/* Header
--------------------------------------------------------------------------------------------------------------- */
#header{padding:20px 0px; text-align:center; text-transform:uppercase;}

#header #logo{}
#header #logo *{margin:0; padding:0; line-height:1;}
#header #logo h1{font-size:46px;}
#header #logo p{font-size:12px; margin-top: 10px;}


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro{padding:150px 0 125px; text-align:center;}

#pageintro *{margin:0 auto 50px; padding:0;}
#pageintro .heading{font-size:46px; font-style:italic;}
#pageintro p{max-width:50%; line-height:1.8;}
#pageintro footer{margin:0;}
#pageintro .btn{margin:0; padding:15px 25px 17px;}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container{padding:80px 0;}

/* Content */
.container .content{}

.icon{z-index:1; display:inline-block; position:relative; width:100px; height:100px; line-height:100px; font-size:46px; text-align:center;}
.icon.square{margin-bottom:40px; border-radius:5px;}
.icon.square::before{z-index:-1; display:block; position:absolute; top:100px; left:25px; width:0; height:0; content:""; opacity:0; border:solid transparent; border-width:25px 25px 0 25px;}
li:hover > .icon.square::before{opacity:1;}
/* Sliding arrow effect - remove if not wanted - if removed the arrow will simply appear without a slide effect */
li:hover > .icon.square::before{animation:slide-ttb 300ms ease-out;}
@keyframes slide-ttb{0%{top:0; left:0;} 100%{top:100px; left:25px;}}
/* End sliding arrow effect */
.icon.round{margin-bottom:60px; border:8px solid; border-radius:50%; line-height:82px;}
.icon.round::before, .icon.round::after{display:block; position:absolute; top:100px; left:32px; width:20px; height:20px; border-radius:50%; content:""; opacity:1;}
.icon.round::before{width:8px; height:10px; top:92px; left:38px; border-radius:0;}
/* Spinning icons - remove if not wanted - if removed the icons wont spin at all */
article .icon.round .fa{transform:rotate(180deg); transition:transform 500ms ease-in-out;}
article:hover .icon.round .fa{transform:rotate(360deg);}
/* End spinning icons */

/* 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{width:100%; padding:10px; border:1px solid;}
#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;}


/* Testimonials
--------------------------------------------------------------------------------------------------------------- */
#testimonials{}

#testimonials .slides{}
#testimonials .slides li{}
#testimonials .slides li .flex-content{padding:50px 0; text-align:left;}
#testimonials .slides li .flex-content blockquote{/*max-width:75%;*/ margin:0 auto; line-height:1.8;}
#testimonials .slides li .flex-content figure{margin-bottom:30px;}
#testimonials .slides li .flex-content figure img{}
#testimonials .slides li .flex-content figure figcaption{}
#testimonials .slides li .flex-content figure figcaption em{font-size:.8rem;}


/* Latest
--------------------------------------------------------------------------------------------------------------- */
#latest{padding:50px 0; height: 400px;}

#latest .carousel-items li{width:306px; margin-right:5px; padding-bottom:5px; text-align:center; float: left;}
#latest .carousel-items li figure{border:1px solid;}
#latest .carousel-items li figure figcaption{padding:25px 20px;}
#latest .carousel-items li figure figcaption *{margin:0; padding:0;}
#latest .carousel-items li figure figcaption time{font-size:.8rem;}
#latest .carousel-items li figure figcaption .heading{margin-bottom:15px;}


/* Clients
--------------------------------------------------------------------------------------------------------------- */
#clients{padding:50px 0 20px;}/* Bottom padding reduced due to the bottom margin on the li */

#clients ul li{margin-bottom:30px; text-align:center;}
#clients ul a{opacity:.5;}
#clients ul a:hover{opacity:1;}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{padding:80px 0; line-height:2;}

#footer .title{margin:0 0 30px 0; font-size:16px; text-transform:uppercase;}

#footer .linklist li{margin-bottom:10px;}
#footer .linklist li:last-child{margin-bottom:0;}

#footer .smallfont{margin:0; font-size:.8rem;}

#footer input, #footer button{border:none;}
#footer input{display:block; width:100%; padding:8px;}
#footer button{padding:6px 12px 8px; text-transform:uppercase; cursor:pointer;}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{padding:30px 0;}
#copyright *{margin:0; padding:0;}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after{transition:all .3s ease-in-out;}


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0; padding:0; list-style:none;}

#breadcrumb, .sidebar nav{line-height:normal;}
#breadcrumb li a::after, .sidebar nav a::after{position:absolute; font-family:"FontAwesome"; font-size:15px; line-height:10px;}

/* Top Navigation */
#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:50px 0; text-align:center;}
#breadcrumb ul{margin:0; padding:0; list-style:none;}
#breadcrumb li{display:inline-block; margin:0 6px 0 0; padding:0;}
#breadcrumb li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:12px; text-transform:capitalize;}
#breadcrumb li a::after{top:3px; right:0; content:"\f101";}
#breadcrumb li:last-child a{margin:0; padding:0; cursor:default;}
#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 20px; text-decoration:none;}
.sidebar nav a::after{top:9px; left:5px; content:"\f101";}
.sidebar nav ul ul a{padding-left:35px;}
.sidebar nav ul ul a::after{left:25px;}
.sidebar nav ul ul ul a{padding-left:55px;}
.sidebar nav ul ul ul a::after{left:45px;}

/* 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; border-radius:5px; 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:5px 2px 0 0; padding:0; line-height:normal;}
.faico li:last-child{margin-right:0;}
.faico a{display:inline-block; width:30px; height:30px; line-height:30px; font-size:16px; text-align:center; border-radius:5px;}

/* Colours
--------------------------------------------------------------------------------------------------------------- */
body{color:#FFFFFF; background-color:#131E2B;}
a{color:#003C68;}
hr, .borderedbox{border-color:#D7D7D7;}
label span{color:#FF0000; background-color:inherit;}
input:focus, textarea:focus, *:required:focus{border-color:#003C68;}
.overlay{color:#FFFFFF; background-color:inherit;}
.overlay::after{color:inherit; background-color:rgba(37,58,84,0.55);}
.btn{color:inherit; background-color:transparent; border-color:inherit;}
.btn:hover{color:#FFFFFF; background-color:#6c2070; border-color:#6c2070;}


/* Rows */
.row0{color:#888888; background-color:#F5F5F5;}
.row1{color:#888888; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWO4fv36fwaiAE6VADi/BwmnRm9wAAAAAElFTkSuQmCC);
 background-color:#FFFFFF; border-color:#5c6872;}
.row2{color:#888888; background-color:#FFFFFF; border-color:#D7D7D7;}
.row3{color:#888888; background-color:#FFFFFF;}
.row4{color:#D7D7D7; background-color:#08305a;}
.row4 a{color:#FFFFFF; background-color:inherit;}
.row5, .row5 a{color:#FFFFFF; background-color:#33383d;}


/* Header */
#header #logo a{color:#5c6872;}


/* Content Area */
.icon.square{color:#FFFFFF; background-color:#5c6872;}
.icon.square::before{border-top-color:#5c6872;}
li:hover > .icon.square{color:#FFFFFF; background-color:#6c2070;}
li:hover > .icon.square::before{border-top-color:#6c2070;}
.icon.round{color:#8597a3; border-color:#8597a3;}
.icon.round::before, .icon.round::after{background-color:#8597a3;}
article:hover .icon.round{color:#6c2070; border-color:#6c2070;}
article:hover .icon.round::after{background-color:#6c2070;}


/* Testimonials */
#testimonials .flex-direction-nav a{color:inherit;}


/* Latest */
#latest .carousel-items li a figure{border-color:#D7D7D7}
#latest .carousel-items li a:hover figure{border-color:#33383d;}
#latest .carousel-items li a figure figcaption{color:#888888; background-color:#FFFFFF;}
#latest .carousel-items li a:hover figure figcaption{color:#FFFFFF; background-color:#8597a3;}


/* Footer */
#footer input{color:#FFFFFF; background-color:#131E2B;}
#footer button{color:#253A54; background-color:#FFFFFF;}
#footer button:hover{color:#fff; background-color:#8597a3;}

#footer .faico a{color:#253A54; background-color:#FFFFFF;}
#footer .faico a:hover{color:#FFFFFF;}
#footer .faicon-facebook:hover{background-color:#6c2070;}
#footer .faicon-google-plus:hover{background-color:#6c2070;}
#footer .faicon-instagram:hover{background-color:#6c2070;}
#footer .faicon-linkedin:hover{background-color:#6c2070;}
#footer .faicon-tumblr:hover{background-color:#6c2070;}
#footer .faicon-twitter:hover{background-color:#6c2070;}


#breadcrumb a{color:inherit; background-color:transparent;}

.container .sidebar nav a{color:#8597a3;}
.container .sidebar nav a:hover{color:#6c2070;}

.pagination a, .pagination strong{border-color:#D7D7D7;}
.pagination .current *{color:#FFFFFF; background-color:#003C68;}

#backtotop{color:#FFFFFF; background-color:#003C68;}


/* 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:#003C68;}
th{color:#FFFFFF; background-color:#373737;}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{color:#fff; background-color:#5c6872;}
#comments input[type="submit"]:hover, #comments input[type="reset"]:hover{color:#fff;border-color: #6c2070; background-color:#6c2070;}
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;}
}


/* Smartphone + Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px){
	.hoc{max-width:90%;}

	#header{}

	#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;}

	#pageintro p{max-width:none;}
	#testimonials .slides li .flex-content blockquote{max-width:none;}
}


/* 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;}
}

html{overflow-y:scroll; overflow-x:hidden;}
html, body{margin:0; padding:0; font-size:14px; line-height:1.6em;}

*, *::before, *::after{box-sizing:border-box;}

.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.uppercase{text-transform:uppercase;}
.capitalise{text-transform:capitalize;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none; padding: 10px;}
a:hover .nospace{background: #8597a3; color: #fff;}
.inline *{display:inline-block;}
.inline *:last-child{margin-right:0;}
.pushright li{margin-right:20px;}
.pushright li:last-child{margin-right:0;}
.borderedbox{border:1px solid;}
.overlay{position:relative; z-index:1;}
.overlay::after{display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1;}
.bgded{background-position:top center; background-repeat:no-repeat; background-size:cover;}
.circle{border-radius:50%; background-clip:padding-box;}
.btn{display:inline-block; padding:5px 15px 7px; text-transform:uppercase; border:1px solid; border-radius:5px;}

.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}

a{outline:none; text-decoration:none;}

.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}

img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
.imgl{margin:0 15px 10px 0; clear:left;}
.imgr{margin:0 0 10px 15px; clear:right;}


/* Fonts
--------------------------------------------------------------------------------------------------------------- */
body, input, textarea, select{font-family:Verdana, Geneva, sans-serif;}
h1, h2, h3, h4, h5, h6, .heading{font-family:Georgia, "Times New Roman", Times, serif;}


/* Forms
--------------------------------------------------------------------------------------------------------------- */
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
label, input, textarea, select, button{display:block; border-radius:5px; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
label{margin-bottom:5px;}
:required, :invalid{outline:none; box-shadow:none;}


/* Generalise
--------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .heading{margin:0 0 20px 0; font-size:22px; line-height:normal; font-weight:normal;}

address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}

.font-x1{font-size:1.2rem;}
.font-x2{font-size:1.8rem;}
.font-x3{font-size:2.8rem;}

.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
/*
The "hoc" class is a generic class used to centre a containing element horizontally
It should be used in conjunction with a second class or ID
*/
.hoc{display:block; margin:0 auto;}


/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}


/* Grid
--------------------------------------------------------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 3.06748466257669%; list-style:none;}

.first{margin-left:0; clear:left;}

.one_quarter{width:22.69938650306748%;}
.one_third{width:31.28834355828221%;}
.one_half, .two_quarter{width:48.46625766871166%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:74.23312883435584%;}


/* Spacing
--------------------------------------------------------------------------------------------------------------- */
.btmspace-10{margin-bottom:10px;}
.btmspace-15{margin-bottom:15px;}
.btmspace-30{margin-bottom:30px;}
.btmspace-50{margin-bottom:50px;}
.btmspace-80{margin-bottom:80px;}

.inspace-5{padding:5px;}
.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-30{padding:30px;}
.inspace-50{padding:50px;}
.inspace-80{padding:80px;}

.banner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background: url(../images/banner.jpg) no-repeat center top -125px;
	background-size: cover;
}

.gray {
	color: #888888;
}

.gray:hover {
	color: #6c2070;
}

.one_third {
    margin: 0 0 0 2%;
}

article.one_third a {
    display: block;
    position: relative;
}

blockquote {
    margin-bottom: 31px!important;
}

ul li {
	list-style: none;
}

.carousel-items a span {
    color: rgba(255, 0, 0, 0);
}
.carousel-items a:hover span {
    color:  #6c2070;
}

.linklist .fa:before {
	margin-right: 10px;
}

.wrapper footer a, #copyright a {
	text-decoration: none;
	color: #8597a3;
}

.wrapper footer.white a {
	text-decoration: none;
	color: white;
}

.wrapper footer a:hover, #copyright a:hover {
	text-decoration: none;
	color: white;
}

footer *:after, footer *:before {
    transition: all .3s step-start;
}

.bg-contact {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWO4fv36fwaiAE6VADi/BwmnRm9wAAAAAElFTkSuQmCC);
    background-color: #FFFFFF;}