/*
Theme Name: orsett
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orsett
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

orsett is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Home page
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
    height:100%;
}

body {
	margin: 0;
    height:100%;
}

#page{
    height:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.5rem;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'open sans';
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'open sans', sans-serif!important;
}

h2{
	color: #043454;
	font-size: 2.5rem;
}

h4{
	font-size: 14px;
    font-weight: normal;
}

p {
	margin-bottom: 1.5em;
	font-size: 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #8A8A8A;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: disc;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
    /* border-color: #ccc #ccc #bbb; */
    /* border-radius: 3px; */
    background: transparent;
    box-shadow: none;
    color: rgb(255, 255, 255);
    /* font-size: 12px; */
    font-size: 3.5rem;
    line-height: 1;
    padding: 10px;
    margin: 0;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */
    float: right;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #aeb0b2;
	border-radius: 0px;
	font-style: italic;
	font-size: 13px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
	width:100%;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header{
	background-color: #fff;
	width: 100%;
}

.home header{
	background-color: transparent;
}

.header-wrapper{
    max-width: 1200px;
    width:100%;
    margin: 4rem auto 0 auto;
    padding: 0 2rem;
}

.home .site-header{
	min-height: 135px;
    position: relative;
    z-index: 1000;
    width: 100%;
/*
    background: rgba(2,28,51,1);
		background: -moz-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,28,51,1)), color-stop(100%, rgba(7,68,114,1)));
		background: -webkit-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
		background: -o-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
		background: -ms-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
		background: linear-gradient(to right, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021c33', endColorstr='#074472', GradientType=1 );
*/
}

.site-header-blue{
    background-color: #003b7d;
}

.site-branding{
	float: left;
}

/*
.site-branding img{
    border-radius: 7px;
    border: 2px solid #fff;
}
*/
.home #primary-menu>li>a{
	color: #fff;
}




/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#043454;
}


a:visited {
	
}

a:hover,
a:focus,
a:active {
/*	color: #fff;*/
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.home .main-navigation>.menu-my-menu-container>ul>li:last-child{
	border: 1px solid #fff;
}

.main-navigation>.menu-my-menu-container>ul>li:last-child{
	border: 1px solid #001528;
}

.main-navigation>.menu-my-menu-container>ul>li:last-child:hover a{
	border-radius: 0px;
}

.main-navigation>.menu-my-menu-container>ul>li.current_page_item:last-child a{
	border-radius: 0px;
	content: '';
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	color: #002F62;
}

.main-navigation a:hover{
	text-decoration: none;
	color: #fff;
}

.main-navigation a:focus{
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 2em;
	left: -999em;
	z-index: 99999;
	background-color: #dde1e3;
    opacity: .95;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
    display: none;
}

.main-navigation ul ul a {
	width: 280px;
	text-transform: none;
	color: #1e1e1e;
	font-size: 14px;
    font-weight: 500;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #C1C1C1;
	border-top: 1px solid #cdd8de;
}

.main-navigation li:hover > a {
    color:#ffffff!important;
}

.main-navigation ul ul :hover > a {
	background-color: #011d34;
	border-radius: 0px;
}

.main-navigation ul ul a:hover {
	color:#fff;
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	
}

.main-navigation>.menu-my-menu-container>ul>li.current_page_item > a:after,
.main-navigation>.menu-my-menu-container>ul>li.current-menu-item > a:after,
.main-navigation>.menu-my-menu-container>ul>li.current_page_ancestor > a:after,
.main-navigation>.menu-my-menu-container>ul>li.current-menu-ancestor > a:after {
    content: '';

    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 3px;

    border-width: 0 0 2px;
    border-style: solid;
}







.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.home .mobile-menu{
     color: #fff;
}

.mobile-menu{
	display: none;
	position: absolute;
    right: 32px;
    top: 53px;
    font-size: 3rem;
    cursor: pointer;
   
}



@media screen and (max-width: 800px) {
    
    .home-slider{
	      padding-top: 14rem!important;
        
    }
    

    
    .down-arrow{
        display: none!important;
    }
    
    .up-arrow{
        display: none!important;
    }
    
    #primary-menu > li > ul > li > a:before{
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        font-size: 10px;
        margin-right: 5px;
    }
    
    #primary-menu > li > ul > li > a.special:before {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        font-size: 10px;
        margin-right: 5px;
    }
    
    .main-navigation ul ul a:hover{
        color:#043454;
    }
    
    .site-main article img{
        margin-bottom: 10px!important;
    }
    
    .main-navigation a:hover{
        background: transparent!important;
    }
    
    .main-navigation ul ul :hover > a,
    .main-navigation ul ul .focus > a {
        background-color: transparent!important;
        border-radius: 0px;
    }
    
    .main-navigation>.menu-my-menu-container>ul>li:last-child{
        border:none;
    }
    .home .main-navigation>.menu-my-menu-container>ul>li:last-child{
        border:none;
    }
    
    .main-navigation ul ul li {
        border-bottom: none;
        border-top: none;
    }
    
    .main-navigation ul ul ul {
        left: 1em!important;
        top: 0;
        display: inline;
        border: none;
    }
    
    .main-navigation ul ul ul li{
        border: none;
    }
    
    .main-navigation ul ul ul a{
        font-size: 12px;
        padding: 8px 30px;
        font-weight: normal;
    }
    
    .main-navigation ul ul ul ul a:before{
        content: "-";
        margin-right: 5px;
    }

	.main-navigation{
		display: none;
		margin-top: 16px;
    	width: 100%;
    	margin-bottom: 16px;
	}

	.main-navigation a{
		padding: 10px 15px;
        color: #002F62!important;
	}
    
    .home #primary-menu>li>a{
        color: #ffffff!important;
    }

	.mobile-menu{
		display: block;
	}

	.main-navigation li{
		width: 100%;
	}
    
    .main-navigation li:hover > a{
        color: #002F62!important;
    }

	.main-navigation>.menu-my-menu-container>ul>li.current_page_item > a:after, .main-navigation>.menu-my-menu-container>ul>li.current-menu-item > a:after, .main-navigation>.menu-my-menu-container>ul>li.current_page_ancestor > a:after, .main-navigation>.menu-my-menu-container>ul>li.current-menu-ancestor > a:after{
		content: none;
	}

	.main-navigation ul ul{
		position: relative;
		display: block;
		top: 0em!important;
    	left: 0em!important;
    	width: 94%;
    	opacity: 0.90;
        box-shadow: none;
        background-color: #e9e9e9;
        border: 1px solid #a6a7aa;
	}

	.main-navigation ul ul a{
		width: 100%;
        font-weight: bold;
        font-size: 13px;
	}

	.main-navigation a:hover{
		background: transparent;
	}

	.main-navigation ul ul :hover > a,
	.main-navigation ul ul .focus > a {
		background-color: transparent;
	}

	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	    left: 3em;
	}

	.menu-downloads{
		display: none;
	}

	p{
/*		  font-size: 15px!important;*/
            margin-top: 2.5rem!important;
	}

	.category .entry-content p{
/*		font-size: 15px!important;*/
	}

	.single .entry-content h3, .category .entry-content h3{
/*		font-size: 15px!important;*/
	}
    
    .home .site-header{
        background: rgba(2,28,51,1);
        background: -moz-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,28,51,1)), color-stop(100%, rgba(7,68,114,1)));
        background: -webkit-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        background: -o-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        background: -ms-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        background: linear-gradient(to right, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021c33', endColorstr='#074472', GradientType=1 );
    }

}

.toggleMenu{
	display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: -1.5em 1.5em 1.5em 1.5em;
    padding: 0 0 1em 0px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: .5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-custom-header{
	position: relative;
    top: 16px;
    width: 100%;
    background: rgba(2,28,51,1);
	background: -moz-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,28,51,1)), color-stop(100%, rgba(7,68,114,1)));
	background: -webkit-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -o-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: linear-gradient(to right, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021c33', endColorstr='#074472', GradientType=1 );
	z-index: 10;
	-webkit-box-shadow: 0px 9px 31px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px 9px 31px 0px rgba(255,255,255,1);
box-shadow: 0px 9px 31px 0px rgba(255,255,255,1);
}

.page-custom-header h1{
	color:#fff;
    margin: 1.5rem auto;
	padding: .6rem 2rem;
	font-size: 24px;
	width: 100%;
    max-width: 1200px;
    font-weight: normal;
}

.contact-us .site-main{
	width: 100%;
    max-width: 948px;
    margin: 6rem auto!important;
}

.category .site-main article:nth-of-type(even){
	background-color: #eeefef;
}

.site-main article img{
	margin-top:50px;
	margin-bottom: 75px;
}

.single .entry-content p, .single .entry-content ul li, .category .entry-content p, .category .entry-content ul li{
	font-size: 14px;
	margin:0px;
	font-family: 'open sans';
    font-weight: 400;
}

.entry-content p{
	text-align: justify;
}

.single .entry-header h2, .category .entry-header h2 {
	font-size: 1.7rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    text-transform: uppercase;
    background-color: #4b4b52;
    padding: 7px 0px;
    
    text-align: center;
}

.category .entry-header .entry-title-hidden{
    visibility: hidden; 
}

.single .entry-header h2 a, .category .entry-header h2 a{
	color: #ffffff;
	pointer-events: none;
   cursor: default;
}

.entry-title{
	color: #ffffff;
}

.single .entry-header h2 a:hover, .category .entry-header h2 a:hover{
	text-decoration: none;
}

.single .entry-content h4, .category .entry-content h4{
	margin-top: 1rem;
    margin-bottom: 0rem;
    font-size: 13px;
}

.single .entry-content h3, .category .entry-content h3{
	margin-top: 10px;
	font-weight: normal;
	color: #043454;
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    float: left; 
    width: 100%;
}

.single .entry-content, .category .entry-content{
	    margin: .5em 3em 0 0;
}

.contact-us .entry-content {
	margin: 0;
}

.contact-us .entry-content h2{
	margin-top: -10px;
}

.contact-us .hentry{
    padding: 0em;
}

.entry-content h5{
    margin-bottom: 1rem;
}
.enquiry .entry-content{
	margin-top: -20px;
}

.entry-content em{
	color: #043454;
	font-size: 12px;
	font-weight: bold;
}

.entry-content ul{
	margin: 0;
	padding-left:2rem;
}

.entry-content ul li{
	list-style-type: none;
}

.entry-content ul li:before{
	content:'-';
	margin-right: 5px;
    margin-left: -9px;
}

.enquiry .entry-content ul li{
	list-style-type: decimal;
}

.enquiry  .entry-content ul li:before{
	content:none;
	margin-right: 5px;
}



.entry-header h3{
	margin: 0;
	color: #043454;
	font-weight: normal;
    font-size: 14px;
}

.entry-title .main-head{
	font-weight: normal;
	font-size: 15px;
	text-transform: capitalize;
}

.wpcf7-form div{
	padding: 0 2px;
	margin-bottom: 7px;
}

.wpcf7-form input[type="submit"]{
	background: rgba(2,28,51,1);
	background: -moz-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,28,51,1)), color-stop(100%, rgba(7,68,114,1)));
	background: -webkit-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -o-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: linear-gradient(to right, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021c33', endColorstr='#074472', GradientType=1 );
	box-shadow: none;
	border: none;
	border-radius: 0px;
	color: #ffffff;
	text-shadow:none;
	font-size: 12px;
	font-weight: bold;
}


.table-downloads .head-info{
	border-top:1px solid #333132;
	border-bottom:1px solid #333132;
	border-left:1px solid #333132;
	text-align: center;
	font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 6px 0px;
}

.table-downloads .last{
	border-right:1px solid #d0d0d0;
}

.table-downloads .head-info.last{
    border-right:1px solid #333132;
}

.table-downloads .main-head{
	background-color: #333132;
	color: #fff;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}

.table-downloads .sub-head{
	font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}

.table-downloads .td{
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.table-downloads .end-row{
	border-bottom:1px solid #d0d0d0;
}

.table-downloads .first{
	text-align: left;
}

.table-downloads .col-md-2{
    width: 13.666667%;
}

.table-downloads .col-md-4{
    width: 45.333333%;
}



.spacer{
	width: 100%;
	height:15px;
	float: left; 
}

.download-buttons{
	    margin-top: -60px;
}

.download{
	float: left;
	width: 100%;
	display: flex;
    justify-content: center;

}

.download-button{
    background-color: #043454;
    float: left;
    padding: 3px;
    margin: 5px;
    width: 23%;
    text-align: center;
    color: #ffffff;
    font-size: 8px;
    /* font-weight: bold; */
    position: relative;
    text-transform: uppercase;
    line-height: 10px;
    border: 1px solid #043454;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.download-button:focus{
    color:#fff;
}

.download-button i{
    float: left;
    font-size: 12px;
}

.download-button:hover{
	color: #ffffff;
}

.glyphicon-download-alt{
    color: #b7b7b7;
}

.glyphicon-download-alt:hover{
    color: #043454;
}

@media screen and (max-width: 1000px) {
	.download-button{
		padding: 8px;
        width: 30%;
	}

	.contact-us .entry-content h2{
		margin-top:20px;
	}
    
    .entry-content p{
        text-align: left;
    }
    
    .single .entry-content, .category .entry-content{
	    margin: .5em 0em 0 0;
    }
    
    .entry-header{
        margin: 0px -21px;
    }

}

.no-gutter{
	margin:0!important;
}



/*--------------------------------------------------------------
## Home page index.php
--------------------------------------------------------------*/

.home-slider{
	width:100%;
	position: relative;
	margin-top: -14rem;
	
	float: left;
	padding-bottom: 2rem;
/*
	background: rgba(2,28,51,1);
	background: -moz-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,28,51,1)), color-stop(100%, rgba(7,68,114,1)));
	background: -webkit-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -o-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: linear-gradient(to right, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021c33', endColorstr='#074472', GradientType=1 );
*/
    background: url(images/slider-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-slider-wrapper{
	width:100%;
	position: relative;
	margin: 0 auto;

}

.master-slider{
	
	width:100%;
}

.ms-skin-default .ms-nav-next{
	right: -60px!important;
}

.ms-skin-default .ms-nav-prev{
	left: -70px!important;
}

.ms-thumb-frame:hover{
	opacity: 1;
}

.home-content{
    width: 100%;
    max-width: 948px;
    margin: 5rem auto!important;
}

.home-content .wp-post-image{
	width: 100%;
}

.home-content p{
	text-align: justify;
    margin-top: -7px;
}

.home-content h1{
	color: #053469;
	margin-top: 0rem;
	font-size: 2.6rem;
}

.down-arrow{
	position: fixed;
	right: 3%;
	bottom: 5%;
}

.up-arrow{
	position: fixed;
	right: 3%;
	bottom: 10%;
    display: none;
}

.our-customers-wrapper{
	float:left;
	width:100%;
	background-color: #f3f3f3;
    margin-bottom: 3em;
}

.our-customers{
	max-width: 980px;
	margin:0 auto;
    padding-bottom: 30px;
	
}

.our-customers-head{
	float:left;
	width:100%;
	border-bottom:1px solid #aeb0b2;
	margin-bottom: 40px;
    margin-top: 10px;
}

.our-customers-head h2{
	background-color: #f3f3f3;
	color:#231f20;
    float: left;
    font-size: 2rem;
    padding: 0px 10px;
    margin-bottom: -14px;
	left:41%;
	position:relative;
	font-weight: normal;
}

.clients{
	width:100%;
}

@media screen and (max-width: 1000px) {
    
    .home-content h1{
        margin-top: 4rem;
        margin-left: -15px;
    }
    
    .our-customers-head h2{
        left:30%;
    }
    
    .download-buttons{
        margin-top: 50px;
    }
    
    .hentry {
	margin: 0em 0em 0em 0em;
    padding: 0em 1.5em 1.5em 1.5em;
    }
    
    .clients{
	   padding: 0 1em;
    }
    
    .home-slider{

    height: 102%;
        background: rgba(2,28,51,1);
        background: -moz-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,28,51,1)), color-stop(100%, rgba(7,68,114,1)));
        background: -webkit-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        background: -o-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        background: -ms-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        background: linear-gradient(to right, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021c33', endColorstr='#074472', GradientType=1 );
    
/*        background: url(images/slider-bg.jpg) no-repeat center center fixed; */

    }
    
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.sidebar-menu-header{
	width: 100%;
	/*float: left;*/
	color: #ffffff;
	text-transform: uppercase;
    font-weight: bold;
    padding: .7rem 0 .7rem 1rem;
    font-size: 1.7rem;
    background: rgba(2,28,51,1);
	background: -moz-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,28,51,1)), color-stop(100%, rgba(7,68,114,1)));
	background: -webkit-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -o-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: linear-gradient(to right, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021c33', endColorstr='#074472', GradientType=1 );
    
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
	width: 100%;
	background: rgba(2,28,51,1);
	background: -moz-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,28,51,1)), color-stop(100%, rgba(7,68,114,1)));
	background: -webkit-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -o-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	background: linear-gradient(to right, rgba(2,28,51,1) 0%, rgba(7,68,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021c33', endColorstr='#074472', GradientType=1 );
	position: relative;
    bottom: 0;
    left: 0;
}

.home .site-footer{
	position: relative;
}

.page .site-footer{
	position: fixed;
    bottom: 25px;
}

.footer-cert{
	position: absolute;
    right: 130px;
    top: -13px;
    margin-bottom: 20px;
}

.site-info{
	color: #8EABC1;
	text-align: right;
    font-size: 10px;
    margin: 5px auto;
    padding: 0 28rem 0 0;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .footer-cert{
	position: absolute;
    right: 0px;
    top: -13px;
    bottom: 0px;
}
    .site-info{
    color: #8EABC1;
    text-align: left;
    font-size: 10px;
    margin: 5px auto;
    padding: 0 0 0 16px;
}
    .page .site-footer{
	position: relative;
    bottom: 0px;
}
    
}


