/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html {
	height: 100%;
}

.content {
	min-height: 606px;
}

body {
    padding-top: 71px;
}

h1,h2,h3,h4,h5 {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
	margin-top:0;
	line-height: 30px;
}

h2.title-holder {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}

blockquote {
	background-color: white;
}

.breadcrumb {
	font-size: 30px;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}

.breadcrumb li a {
	font-size: 24px;
	line-height: 45px;
	color: #CCCCCC;
	font-weight: 100;
	font-style: normal !important;
}

.breadcrumb li a h1 {
	padding: 0;
	margin: 0;
	display: inline;
	color: #000000;
	font-weight: 600;
	font-size: 30px;
}

.breadcrumb > h1 > a {
	color: #000000;
}

p,li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
}

a.floating-button { 
	position: relative;
	top: -45px;
}

a.floating-button.mr-2 {
	margin-right:20px;
}

span.title-holder {
	position: relative;
	width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}

div.item {
	overflow:hidden;
}

div.item img {
	height: 100%;
	width: 100%;
}

div.item:hover h2 {
	color: #EA7B1B;
}

div.item h2 {
	font-size:20px;
	font-weight: 600;
}

a div.item h2 {
	font-style: normal;
}

div.item p {
	margin-bottom:10px;
}

.remove-top {
	margin-top:0;
}

.margin-top-xs {
	margin-top: 5px;
}  

.margin-top-sm {
	margin-top: 10px;
} 

.margin-top-md {
	margin-top: 15px;
}

.margin-top-lg {
	margin-top: 25px;
}  

.margin-top-xl,.margin-top-xg {
	margin-top: 50px;
}  
 
.margin-bottom-xs {
	margin-bottom: 5px;
}  

.margin-bottom-sm {
	margin-bottom: 10px;
} 

.margin-bottom-md {
	margin-bottom: 15px;
}

.margin-bottom-lg {
	margin-bottom: 25px;
}  

.margin-bottom-xl {
	margin-bottom: 50px;
}  


.btn-primary {
	background-image:linear-gradient(to bottom,#EA7B1B 0,#DE7911 100%);
	border-color:#C56712;
}

.navbar {
	background-color:#3C64A1;
	background-image:none;
	border:none;
	color:white;
}

.footer {
	background-color: #0E1F39;
	color:white;
}


.btn-primary:hover, .btn-primary:focus {
	background-color:#EA7B1B;
	border-color:#DE7911;
}

.navbar-fixed-top .navbar-collapse {
	max-height:none;
}

.navbar-brand, .navbar-nav li a {
    line-height: 70px;
    height: 70px;
    padding-top: 0;
	color:white;
}	

.navbar a.navbar-brand {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
	color: #FFFFFF;
}
 
.navbar-inverse .navbar-nav > li > a {
	color: #FFFFFF;
}

.navbar-nav > li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px; 
}

.navbar-inverse .navbar-nav > li.current-menu-item > a {
	background-color: #FFFFFF;
	color: #000000;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-inverse .navbar-nav> li:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-inverse .navbar-nav> li:hover > a {
	color: #000000;
}

.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.navbar-inverse .navbar-nav>.active {
	background-color: #FFFFFF;
	color: #000000;
}

.btn-contact {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	background-color: white;
	border: white;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow:none;
}

.btn-contact:hover {
	background-color: white;
	border: white;
	background-image: none;
}

.navbar-addon {
	position:absolute;
	top:70px;
	width:100%;
	background-color:rgba(14, 31, 57, 1);
}

.navbar-brand img {
	margin-top:9px;
	margin-bottom:0px;
	padding:0;
}

.navbar-addon .row {
	line-height:35px;
}

.navbar-addon a {
	color: white;
	text-decoration: underline;
}

.catch-block {
	background-color: #CCCCCC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
        padding: 5px 20px;
}

.navbar-toggle {
	margin-top: 18px;
	margin-left: 15px;
	margin-right: 0px;
	background-color: #344156;
	border-color: #344156;
	color: black;
}

ul.menu {
	padding-left: 0;
	list-style: none;
}

ul.menu li {
	font-size: 16px;
	line-height: 32px;
}

ul.menu li a {
	color: #333;
	font-style: normal;
}

a.btn-primary {
	font-style: normal !important;
}

.carousel-inner {

}

.center-widget {
	margin:10px auto;
	text-align: center;
}

.widget-background {
	background-color: #969696;
}

#likebox-wrapper * {
   width: 100% !important;
}

.carousel {
	margin-top: -35px;
}

a { color:#333;
}

div.content a { font-style: italic;}

div.content img { max-width: 100%; height: 100%; }

div.content img.img-responsive { height: auto; }

.footer a { color:#FFF; }

.wrapper {
	min-height: 100%;
}

.double-columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	-moz-column-gap: 20px; /* Firefox */
	column-gap: 20px;
	min-height:400px;
}

thead tr {
	background-color: #3C64A1;
	color: #FFFFFF;
	margin-bottom: 5px;
}

tr td {
	padding: 2px;
}

table {
	margin: 10px 0;
}

table tr:hover {
	background-color: #3C64A1;
	color: white;
}

.posts-navigation {
	margin-top: 10px;
	clear: both;
	height: 50px;
	font-size:16px;
}

.posts-navigation h2.screen-reader-text {
	display:none;
}

.posts-navigation a {
	color: white;
}

.posts-navigation .nav-previous {
	padding: 5px;
	float:right;
	background-color: #3C64A1;

}

.posts-navigation .nav-next {
	padding: 5px;
	float:left;
	background-color: #3C64A1;

}

.content img.alignleft, .content img.aligncenter, .content img.alignright {
	margin-top: 2px;
	margin-bottom: 2px;
}

.content img.alignleft {
	margin-right: 10px;
	text-align: left;
	float: left;
}

.content img.alignright {
	margin-left: 10px;
	text-align: right;
	float: right;
}

.content img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
}

.float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float {
	margin-top:16px;
}

@media (min-width: 991px) {
	.row.justify-center {
		display: flex;
    	justify-content: space-between;
	}
}

@media (max-width: 1200px) {
	.navbar-brand img {
		width: 271px;
		margin-top: 13px;
	}
	
	.navbar-nav > li {
		padding: 0 5px;
		font-size: 14px;
	}
	
	body {
		padding-top: 48px;
    }
	
}


@media (max-width: 991px) {

	.breadcrumb {
		font-size: 24px;
		background-color: transparent;
		padding: 0;
		margin-bottom: 0;
	}

	.breadcrumb li a {
		font-size: 20px;
		line-height: 45px;
		color: #CCCCCC;
		font-weight: 100;
		font-style: normal !important;
	}

	.breadcrumb li a h1 {
		padding: 0;
		margin: 0;
		display: inline;
		color: #000000;
		font-weight: 600;
		font-size: 24px;
	}

	body {
		padding-top: 48px;
	}

	div.item h2 {
		font-size: 16px;
		height: 37px;
		line-height: 16px;
	}

	.navbar-nav > li {
		padding: 0 5px;
		font-size: 14px;
	}
	
	.navbar-nav > li > a {
		line-height: 47px;
	}
	
	.navbar-addon {
		position: absolute;
	}
	
	a.floating-button { 
		position: static;
		margin: 0 auto;
	}
	
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.arrow {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left:-20px;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;

	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}