/*
Theme Name: Brittany Ferries
*/

body {
	font-family: Arial;
	color: #4e5053;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

b,
strong {
	font-family:;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 {
	font-size: 44px;
	color: #fff;
	margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size:48px;
	}
}

h2 {
	font-size: 28px;
	color: #fff;
	margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 30px;
	}
}

h3 {
	color: #fff;
	margin: 0 0 20px 0;
}

h4 {
	color: #fff;
	margin: 0 0 20px 0;
	line-height: 1.2em;
}

h5 {
	color: #fff;
	margin: 0 0 20px 0;
}

h6 {
	color: #fff;
	margin: 0 0 20px 0;
}

p {
	font-size: 15px;
	color: #444444;
}

a,
a:focus {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: 0;
	color: #1f00a4;
}

a:hover {
	text-decoration: none;
	color: #fd1300;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #cccccc;
	font-size: 20px;
}
::-moz-placeholder {
	opacity: 1;
	color: #cccccc;
	font-size: 20px;
}
:-ms-input-placeholder {
	opacity: 1;
	color: #cccccc;
	font-size: 20px;
}
:-moz-placeholder {
	opacity: 1;
	color: #cccccc;
	font-size: 20px;
}

textarea {
	width: 100%;
	resize: none;
}

.half-padding {
  margin-left: -7px;
  margin-right: -7px;
}

.half-padding > [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

@media screen and (min-width: 768px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 1200px) {
	.row-eq-height-lg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.row-align-center {
	flex: 1 0 auto;
	align-items: center;
}

/***Header***/
.navbar-default {
	border: none;
	background: none;
}

.navbar {
	margin-bottom: 0;
	z-index: 1;
}

.navbar-collapse {
	clear: both;
}

.navbar-default .navbar-header {
	padding: 12px 0 12px 0;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.navbar-default .navbar-header {
		margin: 35px 0 0 0;
		padding: 0;
	}
}

.mobile-logo img {
	padding-left: 15px;
	height: 40px;
	margin-top: 5px;
}

@media screen and (min-width: 768px) {
	.mobile-logo img {
		height: 56px;
		padding-left: 0;
		margin: 0;
	}
}

.navbar-toggle {
	background-color: #fd1300;
	border: none;
}

@media screen and (min-width: 768px) {
	.top-slider-box.full-height {
		height: 540px;
		position: relative;
	}
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #21199e;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

header .current-menu-item {
	border-bottom: 5px solid #fd1300;
}

header .navbar-default .navbar-nav > li > a {
	color: #444;
	font-size: 13px;
}

header .navbar-default .navbar-nav > li.current-menu-item > a {
	color: #fd1300;
}

header .navbar-default .navbar-nav > li:hover > a {
	color: #fd1300;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}

.navbar-nav {
	padding: 0 15px;
}

#top-navigation {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.navbar .navbar-nav {
		display: table;
		float: none;
		vertical-align: top;
		width: 100%;
		padding: 0;
	}

    .navbar .navbar-collapse {
        text-align: center;
    }

	.navbar-nav > li {
		float: none;
		display: table-cell;
		padding: 15px 0;
	}

	#top-navigation {
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	.nav > li > a {
		padding: 8px 0;
	}

	.navbar-default .navbar-nav > li > a {
		border-right: 1px solid #cccccc;
	}

	.navbar-default .navbar-nav > li:last-child > a {
		border-right: none;
	}
}

@media screen and (min-width: 992px) {
	.nav > li > a {
		padding: 8px 30px;
	}
}

@media screen and (min-width: 1200px) {
	.nav > li > a {
		padding: 8px 40px;
	}
}

.top-share-box {
    display: inline-block;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.top-share-box {
		clear: right;
		float: right;
		margin: 15px 15px 0 0;
	}
}

.top-share-box a {
	margin-left: 5px;
	vertical-align: middle;
	-moz-transition: opacity 0.4s ease, color 0.4s ease;
	-o-transition:opacity 0.4s ease, color 0.4s ease;
	-ms-transition:opacity 0.4s ease, color 0.4s ease;
	transition: opacity 0.4s ease, color 0.4s ease;
}

.top-share-box a:hover {
	opacity: 0.5;
}

.top-share-box i.fa-facebook {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: #3b5998;
	color: #fff;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
}


.top-share-box i.fa-twitter {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: #0ac8ff;
	color: #fff;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
}

.top-share-box i.fa-instagram {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: #ff8000;
	color: #fff;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
}

.header-top-bar {
	background-color: #21199e;
	border-left: 8px solid #fd1300;
	color: #fff;
	padding: 0 15px 0 25px;
	display: block;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-top-bar:hover {
	opacity: 0.8;
}

.header-top-bar img {
	display: inline-block;
    margin: 0 5px 0 15px;
    vertical-align: middle;
	height: 25px;
}

@media screen and (min-width: 768px) {
	.header-top-bar {
		font-size: 15px;
	}

	.header-top-bar img {
		height: auto;
	}
}

.header-top-bar:hover {
	color: #fff;
}

.header-top-bar:hover i {
	background-color: #fd1300;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.header-top-bar {
		float: right;
		display: inline-block;
		line-height: 50px;
		height: 50px;
	}
}

.navbar-default > .container {
	padding: 0;
}

@media screen and (min-width: 768px) {
	.navbar-default > .container {
		padding: 0 15px;
	}
}
/***Header end***/

/***Slider***/
.top-slider-box {
	margin: 0 0 30px 0;
}

.gallery-slider {
    height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
	.gallery-slider {
		margin: -5px 0 0 0;
	}
}

.gallery-slider li {
    background-position: center center;
    background-size: cover;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gallery-slider .owl-wrapper-outer {
    height: 100%;
}

.gallery-slider .owl-wrapper {
    height: 100%;
}

.gallery-slider .owl-item {
    height: 100%;
}

.owl-theme .owl-controls {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.owl-theme .owl-controls {
		display: block !important;
		margin: 0;
		position: absolute;
		right: 15%;
		text-align: center;
		top: 90px;
	}
}

.owl-theme .owl-controls .owl-page span {
	opacity: 1;
	margin: 5px;
	height: 15px;
	width: 15px;
	border-radius: 0;
	background-color: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #fd1300;
}

.slider-bottom-bar {
	z-index: 5;
	width: 100%;
	color: #fff;
	background-color:#21199e;
}

@media screen and (min-width: 768px) {
		.slider-bottom-bar {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			background-image:url(images/slider-bottom-content-bg.png);
			background-position: center center;
			background-size: 100% 100%;
			background-repeat: no-repeat;
			background-color: rgba(33, 25, 158, 0.5);
		}
	}

.slider-top-content {
	display: inline-block;
	margin-top: 40px;
}

.slider-bottom-bar p {
	color: #fff;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.slider-bottom-bar p {
		font-size: 18px;
	}
}

.slider-top-content span {
	background-color: #21199e;
	padding: 5px 15px;
	color: #fff;
	font-size: 13px;
	font-weight:bold;
}

/*.slider-top-content a:hover {
	background-color: #fd1300;
}*/

.slider-top-content .img-title {
	background-color: #fff;
	padding: 5px 30px 5px 15px;
	color: #21199e;
	font-size: 18px;
	margin-top: 10px;
}

.slider-bottom-bar h2 {
	position: relative;
	display: block;
	margin: 15px 0 10px 0;
	font-size: 32px;
}

.slider-bottom-bar h2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	left: 0;
	top: -25px;
	background-color:#fd1300;
}

@media screen and (min-width: 768px) {

	.slider-bottom-bar h2 {
		margin-top: 0;
		display: inline-block;
	}
/*
	.slider-bottom-bar h2:before {
		top: -30px;
	}*/
}

.slider-bottom-bar a {
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

.slider-bottom-left {
	padding: 15px;
}

@media screen and (min-width: 768px) {
	.slider-bottom-left {
		padding: 25px 15px 25px 15px;
	}
}

.slider-bottom-right {
	padding: 15px;
}

@media screen and (min-width: 768px) {
	.slider-bottom-right {
		padding: 0 15px;
	}
}

.contact-box {
	border: 1px solid #fff;
	/*display: inline-block;*/
	margin: 15px 0;
	padding: 10px;
}

/*@media screen and (min-width: 768px) {
	.contact-box {
		position: absolute;
		top: 50%;
		right: 15px;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}*/

.contact-box div {
	font-size: 17px;
}

.contact-box .contact-box-number {
	font-size: 15px;
	line-height: 24px;
	margin: 10px 0;
}

.contact-box-number a.tel {
	text-decoration: none;
	font-size: 30px;
}

.contact-box .contact-box-number .location {
	font-size: 22px;
	line-height: 30px;
}

/***Slider end***/

/***Img box***/
.link-img-box {
	display: block;
	margin: 0 0 30px 0;
	min-height: 360px;
	padding: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: opacity 0.4s ease, color 0.4s ease;
	-o-transition:opacity 0.4s ease, color 0.4s ease;
	-ms-transition:opacity 0.4s ease, color 0.4s ease;
	transition: opacity 0.4s ease, color 0.4s ease;
}

@media(min-width: 1024px)
{
	.link-img-box {
		min-height: 294px;
	}
}
@media(min-width: 1200px)
{
	.link-img-box {
		min-height: 360px;
	}
}



.link-img-box:hover {
	opacity: 0.9;
}


.link-img-box p {
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	width: 70%;
	position: relative;
	margin: 50px 0 20px 0;
}

.top-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background-image:url(images/top-transparent-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-overlay.large-img-overlay {
	background-image:url(images/top-transparent-bg-large.png);
}

.bottom-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background-image:url(images/bottom-transparent-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-title {
	color: #fff;
	background-color: #21199e;
	border-left: 5px solid #fd1300;
	color: #fff;
	padding: 0 20px 0 10px;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

.center-arrow {
	color: #fd1300;
	font-size: 14px;
	background: #fff;
	border-radius: 50px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link-img-box:hover .center-arrow {
    background-color: #fd1300;
    color: #fff;
}

.bottom-arrow {
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 15px;
}

.bottom-arrow img {
	display: inline-block;
	margin-left: 10px;
}

.center-img {
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.center-img.img-camera {
	background-image:url(images/camera.png);
	background-size: 140px;
}

.center-img.img-document {
	background-image:url(images/document.png);
}

.center-img.img-play {
	background-image:url(images/play.png);
	background-size: 110px;
}

.link-img-box-logo {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	font-size: 40px;
}

.link-img-box-logo i.fa-twitter {
	color:#009bd7;
	background-color: #fff;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}

.link-img-box.twitter-box {
	background-color: #009bd7;
}

.link-img-box.twitter-box {
	background-image:url(images/twitter-logo.png);
	background-position: center center;
	background-size: 220px;
	background-repeat: no-repeat;
}

.link-img-box.twitter-box span {
	display: block;
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #80cdeb;
	margin: 30px 0 10px 0;
	padding: 0 0 10px 0;
}

.link-img-box.twitter-box p {
	margin: 0;
	width: 100%;
}
/***Img box end***/

/***Page***/
.page-title-bar {
	background-color: #200ba1;
	color: #fff;
	padding: 50px 0;
	margin-top: -5px;
}

.page-title-bar.image-title-bar {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 45px 0;
}

.page-title-bar.image-title-bar h4 {
	font-size: 20px;
	margin: 0;
}

/*@media screen and (min-width: 992px) {
	.page-title-bar.image-title-bar h4 {
		width: 65%;
	}
}*/

.page-title-bar.post-title-bar {
	padding: 40px 0 20px 0;
}

@media screen and (min-width: 768px) {
	.page-title-bar.post-title-bar {
		padding: 80px 0 20px 0;
	}
}

.page-title-bar.post-title-bar a {
	color: #fff;
	font-size: 18px;
}

.page-title-bar.post-title-bar a img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: baseline;
}

.page-title-bar.post-title-bar h1,
.page-title-bar.post-title-bar h2 {
	margin: 0;
}

.page-title-bar h1 {
	font-size: 35px;
	line-height: 30px;
	margin: 0 0 20px 0;
}

.page-title-bar.image-title-bar p {
	display: block;
	font-size: 15px;
	margin-top: 15px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-title-bar.image-title-bar p {
		width: 70%;
	}
}

.page-title-bar span {
	display: block;
	font-size: 20px;
}
.page-title-bar a {
	color: #fff;
	text-decoration: underline;
}

.page-share-box {
	font-size: 13px;
	display: block;
	margin: 20px 0;
	font-weight: bold;
	text-align: right;
}

@media screen and (min-width: 768px) {
	.page-share-box {
		margin: 0 5px 0 0;
		right: 15px;
		position: absolute;
		text-align: left;
		display: inline-block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.page-title-bar.image-title-bar .page-share-box {
		top: auto;
		bottom: 0;
		transform: none;
		left: 0;
		right: 0;
		text-align: center;
	}
}

.page-share-box > img {
	margin: 0 5px;
	display: inline-block;
}

.page-share-box span i {
	margin-left: 5px;
}

.page-share-box a {
	margin: 0 3px;
	-moz-transition: opacity 0.4s ease, color 0.4s ease;
	-o-transition:opacity 0.4s ease, color 0.4s ease;
	-ms-transition:opacity 0.4s ease, color 0.4s ease;
	transition: opacity 0.4s ease, color 0.4s ease;
}

.page-share-box a:hover {
	opacity: 0.9;
}

.page-share-box a i {
	width: 35px;
	line-height: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}

.page-share-box a i.fa-twitter {
	background-color: #0ac8ff;
}

.page-share-box a i.fa-linkedin {
	background-color: #00468c;
	font-size: 20px;
}

.search-bar {
	background-color: #cccccc;
	padding-top: 30px;
	padding-bottom: 20px;
}

.search-bar .row > div {
	margin-top: 15px;
}

.search-bar .container > span {
	font-size: 17px;
	color: #444444;
	display: block;
	margin-bottom: 30px;
}

.select-box {
    position: relative;
}

.select-arrow {
    height: 50px;
    line-height: 50px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
    width: 50px;
	background-color: #444444;
}

.select-arrow img {
	display: inline-block;
}

.select-box select {
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    width: 100%;
	background-color: #eeeeee;
	cursor: pointer;
	font-size: 15px;
	color: #888888;
}

.search-bar.center-search-bar .col-md-6 > span {
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.search-bar.center-search-bar .col-md-6 > span {
		text-align: right;
		margin: 0;
	}
}

.search-bar.center-search-bar .select-box select {
	color: #1f00a4;
	font-size: 20px;
}

@media screen and (min-width: 992px) {
	.search-bar.center-search-bar .select-box {
		width: 320px;
	}
}

.select-box > div {
	font-size: 13px;
	margin-bottom: 10px;
}

.search-form {
	position: relative;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.search-form {
		margin-top: 29px;
		margin-bottom: 0;
	}
}

.search-bar [type="text"] {
	height: 50px;
	line-height:50px;
	width: 100%;
	font-weight: normal;
	border: none;
	padding-left: 30px;
}

.search-bar [type="submit"] {
	height: 50px;
	width: 50px;
	line-height:50px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background-color: #1f00a4;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search-bar [type="submit"]:hover {
	background-color: #fd1300;
}

.displaying-bar {
	color:#444444;
	font-size: 17px;
	padding-bottom:10px;
	border-bottom: 1px solid #cccccc;
	margin: 30px 0 20px 0;
}

.displaying-bar span {
	color: #1f00a4;
}

.news-box {
	overflow: hidden;
	margin-bottom: 35px;
}

.news-img-side {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.news-img-side {
		display: inline-block;
		float: left;
		margin-right: 25px;
		margin-bottom: 0;
		min-height: 220px;
		min-width: 220px;
	}
}

.news-content-side {
	overflow: hidden;
}

.news-content-side .news-title {
	display: block;
	font-size: 20px;
	line-height: 22px;
	color: #1f00a4;
	margin: 20px 0 10px 0;
	font-weight: normal;
	text-transform:none;
}

.news-content-side .news-title:hover {
	color: #fd1300;
}

.news-content-side .news-date {
	font-size: 15px;
	color: #444444;
	margin: 0 0 20px 0;
}

.news-content-side p {
	font-size: 13px;
	margin: 0 0 25px 0;
}

.news-content-side a {
	font-size: 13px;
	font-weight: bold;
	color: #1f00a4;
	text-transform: uppercase;
}

.news-content-side a img {
	display: inline-block;
	-webkit-transition: transform 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
	margin-left: 10px;
	vertical-align: sub;
}

.news-content-side a:hover img {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	transform: translateX(10px);
}

.widget_tag_cloud {
	background-color: #f5f5f5;
	padding: 15px 20px 10px 20px;
	margin-bottom: 30px;
}

.widget > h3 {
	font-size: 17px;
	color: #1f00a4;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.widget ul,
.widget_tag_cloud a {
	padding: 0;
	list-style: none;
	margin: 0 0 0 20px;
}

.widget_tag_cloud a {
	color: #444444;
}

.widget ul li,
.widget_tag_cloud a {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cacaca;
	font-size: 13px !important;
	position: relative;
	padding-left: 30px;
	background-image:url(images/sidebar-arrow.png);
	background-position: left 5px;
	background-size: 10px;
	background-repeat: no-repeat;
	display: block;
}

.widget ul li:last-child,
.widget_tag_cloud a:last-child {
	border: none;
}

.widget ul li a {
	color: #444444;
}

.widget_recent_posts {
	background-color: #f5f5f5;
	padding: 15px 20px 10px 20px;
	margin-bottom: 30px;
}

.post-widget {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.widget_recent_posts .post-widget:last-child {
	border: none;
}

.post-widget h3 {
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #444444;
}

.post-widget a {
	font-size: 13px;
	font-weight: bold;
	color: #1f00a4;
	text-transform: uppercase;
}

.post-widget a img {
	display: inline-block;
	-webkit-transition: transform 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
	color: #fd1300;
	margin-left: 10px;
	vertical-align: sub;
}

.post-widget a:hover img {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	transform: translateX(10px);
}

.post-widget-byline {
	font-size: 13px;
	color: #444444;
	font-weight: bold;
	margin: 0 0 25px 0;
}

.navigation.page-navigation {
	border-top: 1px solid #cacaca;
	padding-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.navigation.page-navigation .nav-links .prev,
.navigation.page-navigation .nav-links .next {
	border: none;
	padding: 0 15px;
	color: #fd1300;
}

.navigation.page-navigation .page-numbers.current {
	color: #fd1300;
	margin: 0;
}

.navigation.page-navigation .page-numbers {
	color: #444;
	padding: 0 15px;
	border-left: 1px solid #cacaca;
}
.navigation.page-navigation .page-numbers:first-child {
border-left: none;
}

.nav-links > span {
	margin-right: 15px;
}

.content-side {
	margin-top: 15px;
}

.content-side h2,
.content-side h3 {
	color: #444444;
}

.content-side h2 {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 25px;
}

.content-side .date-published {
	font-size: 17px;
	margin: 0 0 30px 0;
	color: #444444;
}

	.post-gallery .owl-controls .owl-page {
	display: block;
}


.post-gallery {
	margin-bottom: 30px !important;
}

.post-gallery span {
	display: block;
	padding: 5px 0;
}

.post-gallery .owl-controls {
    bottom: 45px;
    margin: 0;
    position: absolute;
    right: 15px;
    text-align: center;
	top: auto;
}

.post-gallery {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.post-gallery li {
    background-position: center center;
    background-size: cover;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.post-gallery .owl-wrapper-outer {
    height: 100%;
}

.post-gallery .owl-wrapper {
    height: 100%;
}

.post-gallery .owl-item {
    height: 100%;
}

.fancybox-overlay {
	background-color: rgba(0, 0, 0, 0.9);
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-skin {
    background: none;
    border-radius: 0;
    color: #444;
    position: relative;
    text-shadow: none;
}

.fancybox-prev span:before {
    font-family: FontAwesome;
	content: "\f104";
	position: absolute;
	left: 0;
	right: 0;
	font-size: 40px;
	color: #fd1300;
	width: 40px;
	height: 40px;
	line-height:40px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}

.fancybox-next span:before {
    font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	left: 0;
	right: 0;
	font-size: 40px;
	color: #fd1300;
	width: 40px;
	height: 40px;
	line-height:40px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-nav {
	overflow: hidden;
	width: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fancybox-nav.fancybox-next {
	text-align: center;
}

.fancybox-close {
    right: 10px;
    top: -35px;
}

@media screen and (min-width: 768px) {
	.fancybox-close {
		right: -77px;
		top: 0;
	}
}

.fancybox-close:before {
    font-family: FontAwesome;
	content: "\f00d";
	position: absolute;
	left: 0;
	right: 0;
	font-size: 40px;
	color: #fd1300;
}

.fancybox.fancybox-trigger {
	background-color: #1f00a4;
	background-image:url(images/enlarge.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:15px;
	height: 40px;
	width: 40px;
	float: right;
}

.post-gallery .fancybox.fancybox-trigger {
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox:hover {
	background-color: #ff0800;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.img-caption {
	font-size: 13px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 35px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.post-content {
	margin-bottom: 100px;
}

.page-template-default .post-content,
.error404 .post-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.post-content .row {
	margin-top: 30px;
}

.post-content h4 {
	font-size: 17px;
	color: #1f00a4;
	line-height: 1.4em;
}

.post-content p {
	font-size: 15px;
}

.download-box {
	padding: 5px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 0;
}

.download-box span {
	color: #999999;
	vertical-align: middle;
	font-size: 17px;
}

.download-box .btn {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.download-box {
		display: table;
		width: 100%;
	}

	.download-box span {
		vertical-align: middle;
		display: table-cell;
	}

	.download-box > a {
		display: table-cell;
	}

	.download-box .btn {
		float: right;
		width: auto;
	}
}

.download-box span a {
	color: #1f00a4;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.download-box span a:hover {
	border-bottom: 1px solid #1f00a4;
}

.tags-list-box {
	font-size: 11px;
	margin-top: 15px;
}

.tags-list-box span {
	color: #999999;
}

.tags-list-box ul {
	padding: 0;
	margin: 0 0 0 10px;
	display: inline-block;
}

.tags-list-box ul li {
	display: inline-block;
	border-right: 1px solid #e8e8e8;
	margin-right: 5px;
	padding-right: 10px;
	text-transform: uppercase;
}

.tags-list-box ul li a {
	color: #1f00a4;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.tags-list-box ul li a:hover {
	border-bottom: 1px solid #1f00a4;
}

.tags-list-box ul li:last-child {
	border: none;
}

.terms-and-condition ul {
	margin: 70px 0 0 0;
	list-style: none;
	padding: 0;
}

.terms-and-condition ul li.list-title {
	font-size: 20px;
	color: #1f00a4;
	margin-bottom: 25px;
}


@media screen and (min-width: 768px) {
	.terms-and-condition ul li p {
		margin-left: 90px;
	}
}

.terms-and-condition ul li:nth-child(even) {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 45px;
	padding-bottom: 60px;
}

.terms-and-condition ul li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.img-colums {
	margin-top: 30px;
	margin-bottom: 30px;
}

.img-colums > span {
	color: #fd1300;
	font-size: 17px;
}

.img-colums .row {
	margin-top: 25px;
}

.img-colums .row div {
	margin-bottom: 30px;
}

.displayed-category {
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

.img-box {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block;
	margin: 0 0 25px 0;
}

.img-box-inner {
	padding: 30px 15px 0 15px;
	opacity: 0;
	-moz-transition: opacity 0.4s ease, color 0.4s ease;
	-o-transition:opacity 0.4s ease, color 0.4s ease;
	-ms-transition:opacity 0.4s ease, color 0.4s ease;
	transition: opacity 0.4s ease, color 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image:url(images/top-transparent-bg-img-box.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.img-box:hover .img-box-inner,
.img-box.hover .img-box-inner {
	opacity: 1;
}

.img-box-inner span {
	color: #fff;
	display: block;
	font-size: 14px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.img-box-inner span {
		font-size: 20px;
	}
}

.img-box-inner img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
}

.modal {
	background-color: rgba(0, 0, 0, 0.6);
}

.modal .close {
	height: 50px;
	width: 50px;
	background-color: #fff;
	background-image:url(images/modal-exit.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
	opacity: 1;
	position: absolute;
	top: -20px;
	right: -20px;
	border-radius: 50%;
}

.modal-header {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 200px;
	padding: 0;
	border: none;
	background-color: #000;
}

@media screen and (min-width: 768px) {
	.modal-header {
		min-height: 450px;
	}
}

.modal-content {
	box-shadow: none;
	border-radius: 0;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 55%;
	}
}

.modal-body {
	overflow: hidden;
	padding: 35px 15px 15px 15px;
}

.modal-img-title {
	font-size: 20px;
	color: #444444;
	margin: 0 0 15px 0;
}

.modal-categories {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0;
	margin-bottom: 10px;
}

.modal-categories ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.modal-categories ul li {
	display: inline-block;
	border-right: 2px solid #cccccc;
	padding-right: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	line-height: 13px;
}

.modal-categories ul li a {
	font-size: 13px;
}

.modal-categories ul li:first-child {
	margin-left: 15px;
}

.modal-categories ul li:last-child {
	border: none;
}

.file-data {
	margin-right: 30px;
	font-size: 13px;
}

.file-data span {
	font-weight: bold;
}

.added-date {
	display: inline-block;
	vertical-align: top;
}

.img-dimension {
	display: inline-block;
	vertical-align: top;
}

.file-size {
	display: inline-block;
	vertical-align: top;
}

.modal-body .btn {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.modal-body .btn {
		float: right;
		margin: 0;
	}
}

.copyright-text {
	font-size: 11px;
}

.img-modal-body .copyright-text {
	margin: 5px 0;
	display: block;
}

@media screen and (min-width: 768px) {
	.img-modal-body .copyright-text {
		position: absolute;
		bottom: 20px;
		left: 15px;
		margin: 0;
	}
}

.video-link {
	background-color: #eeeeee;
	color: #a5a5a5;
	font-size: 21px;
	padding: 5px 15px;
	margin: 10px 0 0 0;
}

.video-modal-body .page-share-box {
	position: relative;
	transform: none;
	margin: 15px 0;
	display: block;
}

@media screen and (min-width: 768px) {
	.video-modal-body .page-share-box {
		float: right;
		margin: 0;
	}
}

.video-modal-body .copyright-text {
	display: block;
	margin: 10px 0 15px;
}

.video-modal-body a {
	font-size: 15px;
}


.large-img-box-section {
	margin-top: 30px;
	margin-bottom: 40px;
}

.img-box-large {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 355px;
	padding: 30px 20px;
	margin: 0 0 25px 0;
}

.img-box-large p {
	display: block;
	color: #fff;
	font-size: 22px;
	position: relative;
	margin: 0 0 20px 0;
}
.img-box-large a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.img-box-large p {
		width: 70%;
	}
}
/***Page end***/

/***Contact***/
.address-section {
	background-color: #dddddd;
}

@media screen and (min-width: 768px) {
	.address-section-inner {
		display: table;
		width: 100%;
	}
}

.address-side {
	padding-top: 45px;
	padding-bottom: 40px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.address-side {
		display: table-cell;
		width: 30%;
		text-align: left;
	}
}

.address-side h4 {
	font-size: 20px;
	color: #200ba1;
}

.address-text,
.phone-number {
	font-size: 15px;
}

.phone-number {
	margin: 25px 0;
}

.map-side {
	height: 200px;
}

@media screen and (min-width: 768px) {
	.map-side {
		display: table-cell;
		width: 70%;
		position: relative;
		height: 100%;
	}
}

.map-side iframe {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.map-side iframe {
		height: 100% !important;
		left: 0;
		position: absolute;
		top: 0;
		width: 100% !important;
		margin-top: 0;
	}
}

.members-section {
	margin-top: 70px;
	margin-bottom: 45px;
}

.members-section h2 {
	font-size: 25px;
	color: #1f00a4;
	margin: 0 0 30px 0;
	text-align: center;
}

.member-box {
	border: 1px solid #dddddd;
	padding: 40px 15px 15px 15px;
	text-align: center;
	min-height: 230px;
	margin-bottom: 15px;
	position: relative;
}

.name {
	color: #200ba1;
	font-size: 22px;
	margin: 0 0 20px 0;
}

.position {
	font-size: 17px;
	color: #444444;
	margin: 0 0 25px 0;
}

@media screen and (min-width: 768px) {
	.position {
		width: 65%;
		margin: 0 auto 25px auto;
	}
}

.member-box .btn {
	width: 90%;
	position: absolute;
	bottom: 15px;
	left:0;
	right: 0;
	margin: 0 auto;
}

/***Contact end***/

/***Btn****/
.btn {
	border: none;
	border-radius: 0;
}

.btn.btn-download {
	height: 65px;
	line-height:65px;
	background-color: #eeeeee;
	padding: 0 80px 0 35px;
	background-image:url(images/download-red.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 40px center;
	background-position-y: center;
	background-position-x: 90%;
	font-size: 17px;
	color: #444444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.btn-download:hover {
	background-color: #1f00a4;
	color: #fff;
}

.btn.btn-transparent {
	background-color: transparent;
	border: 1px solid #fff;
	padding: 0 20px;
	height: 55px;
	line-height:53px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 17px;
}

.btn.btn-transparent:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.btn.btn-transparent.pfd-download {
	background-image:url(images/pdf.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-position-y: center;
	background-position-x: 90%;
	background-size: 25px;
	padding: 0 60px 0 20px;
}

.btn.btn-transparent.video-play {
	background-image:url(images/play.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-position-y: center;
	background-position-x: 90%;
	background-size: 35px;
	padding: 0 60px 0 20px;
}

.btn.btn-arrow {
	background-image:url(images/arrow-btn.png);
	background-repeat: no-repeat;
	background-position: center right 25px;
	background-position-x: 80%;
	background-position-y: center;
	background-size: 35px;
	padding: 0 80px 0 40px;
	height: 50px;
	line-height:50px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.btn-arrow:hover {
	color: #fd1300;
}

.btn.btn-arrow.blue-btn-arrow {
	background-color: #1f00a4;
}

.btn.btn-arrow.gray-btn-arrow {
	background-color: #eeeeee;
	color: #1f00a4;
}

.btn.btn-arrow.gray-btn-arrow:hover {
	color: #fd1300;
}
/****Btn edn***/

/***Footer***/
#footer .footer-top {
	background-color: #f5f5f5;
	padding: 15px 0 15px 0;
	color: #222;
	text-align: center;
}

#footer img {
	height: 55px;
	margin: 0 auto;
}

#footer span {
	display: block;
	font-size: 12px;
	margin: 20px 0;
}

#footer ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

#footer ul li a {
	color: #222;
}

#footer ul li:hover a {
	color: #ff0800;
}

#footer ul li:last-child {
	margin: 0;
}

#footer .top-share-box {
	margin: 0;
}

@media screen and (min-width: 768px) {
	#footer .footer-top {
		padding: 30px 0 40px 0;
	}

	#footer [class*="col-"] {
		padding-bottom: 40px;
	}

	#footer ul li:last-child {
		position: absolute;
		bottom: 0;
	}

	#footer span {
		position: absolute;
		bottom: 0;
	}

	#footer ul {
		margin: 0;
	}

	#footer span {
		margin: 0;
	}

	#footer img {
		margin: 0;
	}

	#footer .footer-top {
		text-align: left;
	}
}

#footer-bottom {
	text-align: right;
	font-size: 12px;
	color: #999999;
	padding: 10px 0;
	margin-right: 20px;
}

#footer-bottom a {
	color: #5900b2;
	font-weight: bold;
	font-style: italic;
}
/***Footer end***/

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.page-share-box-links {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.page-share-box-links {
		float: right;
		margin-top: -5px;
	}
}



/* Custom Header
   ========================================================================== */

@media screen and (max-width: 767px) {
	.post-type-archive-images .page-title-bar,
	.post-type-archive-video-gallery .page-title-bar,
	.page-template-page-template-routes .page-title-bar {
		background: #1F0BA2 !important;
	}
}
