/*
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	
}
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Arvo', Georgia, Times, serif;
}

body, p {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 30px;
}

body img {
	width: 100%;
}

body table {
	width: 100%;
}

a {
	color: #de3c3d;
}

a:hover {
	color: #FF6F70;
}

.gm-style .gm-style-iw {
	color: #333;
}

.alert-carousel-caption {
	padding: 0px;
}

.alert-carousel {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #eee;
}
@media (min-width: 768px) {
	.alert-carousel {
		padding-top: 10px;
		top: 10px;
	}
}
@media (min-width: 992px) {
	.alert-carousel {
		padding-top: 10px;
		top: 20px;
	}
}
@media (min-width: 1200px) {
	.alert-carousel {
		padding-top: 10px;
		top: 20px;
	}
}

.alert-carousel h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.carousel-caption {
	bottom: 0px;
	top: none;
	text-align: left;
	text-shadow: none;
	line-height: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-top: 0px;
  	background-color: rgba(0,0,0,0.75);
}
@media (min-width: 768px) {
	.carousel-caption {
	}
}
@media (min-width: 992px) {
	.carousel-caption {
	}
}
@media (min-width: 1200px) {
	.carousel-caption {
	}
}



.horizontal-center {
    position: absolute;
    margin: auto
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.jumbotron {
	padding-top: 120px;
	padding-left: 0;
	padding-right: 0;
}

.jumbotron img {
	margin: 0 auto;
}

.bg-white-trans {
	background: #fff;
	background-color: rgba(255,255,255,0.85);
}

.bg-blue-trans {
	background: #001122;
	background-color: rgba(0,17,34,0.85);
	color: #fff;
}

.rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.opacity-hover {
	opacity: 0.5;
}

.opacity-hover:hover {
	opacity: 1.0;
}

#map-canvas, #map {
	height: 540px;
	margin: 0px;
	padding: 0px
}

.map-option {
	color: #000;
	display: inline;
	text-align: right;
}

.map-option-label {
	color: #eee;
	margin-right: 10px;
}

.map-option-select {
}

.scrolloff {
	pointer-events: none;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    width: 600px; height: 540px;
    overflow: hidden;
    color: #000;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#warnings-panel {
	width: 100%;
	height:10%;
	text-align: center;
	color: #eee;
}

#map-control-panel {
	background-color: #004180;
	padding: 20px;
	line-height: 20px;
	text-align: center;

	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.navbar-brand-col {
	position: relative;
}

.navbar-kis-brand {
	position: absolute;
	top: 2px;
	left: 0;
}
@media (min-width: 1200px) {
	.navbar-kis-brand {
	}
}

.navbar-kis-brand img {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../images/navbar-brand-large.png');
}

.navbar-toggle {
	border-color: #eee;
	background: #de3c3d;
}

.navbar-toggle .icon-bar {
	background: #ddd;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: rgba( 255, 255, 51, 0.5 );

}

.nav-caret {
	color: #de3c3d;
}

.navbar-main {
	float: right;
	width: auto;
	margin: 0 auto;
	padding: 4px 0;
}
@media (min-width: 768px) {
	.navbar-main {
	}
}
@media (min-width: 992px) {
	.navbar-main {
	}
}
@media (min-width: 1200px ) {
	
	.navbar-main {
	}
}

.navbar-collapse {
	width: 100%;
	overflow-x: hidden;
}

.navbar-main>li {
}
@media (min-width: 768px) {
	.navbar-main>li {
	}
}



.navbar-main>li>a {
	padding: 6px 12px;
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	width: 100%;
	color: #00101f;
	/*font-family: 'Arvo', Georgia, Times, serif;*/
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

@media (min-width: 768px) {
	.navbar-main>li>a {
		padding: 6px 12px;
		line-height: 20px;
		font-size: 13px;
		text-align: center;
	}
}
@media (min-width: 992px) {
	.navbar-main>li>a {
		padding: 8px 16px;
		line-height: 16px;
		font-size: 16px;
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.navbar-main>li>a {
		padding: 8px 16px;
		line-height: 16px;
		font-size: 16px;
		text-align: center;
	}
}


.dropdown-menu {
}
@media (min-width: 768px) {
	.dropdown-menu:after {
	    right: auto;
	    left: 20px;
	}
	.dropdown-menu {
	    right: auto;
	    left: -1px;
	}
}

.navbar-nav .open .dropdown-menu {
	background: #fffe9a;
}
@media (min-width: 768px) {
	.navbar-nav .open .dropdown-menu {
		background: #fefefe;
	}
}

.navbar-nav .open .dropdown-menu > li > a {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #363636;
}
@media (min-width: 768px) {
	.navbar-nav .open .dropdown-menu > li > a {
		font-size: 13px;
		line-height: 20px;
		font-weight: normal;
	}
}
@media (min-width: 992px) {
	.navbar-nav .open .dropdown-menu > li > a {
		font-size: 16px;
		line-height: 20px;
	}
}

.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #363636;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #fffe9a;
}
@media (min-width: 768px) {
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: #fffe9a;
	}
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: #FFFE00;
  border-radius: 6px;
}
@media (min-width: 768px) {
	.nav>li>a:hover, .nav>li>a:focus {
	}
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #FFFE00;
	background-image: none;
	background-repeat: no-repeat;
}

.navbar {
	/*
	background-image: url('../images/navbar-bg-small.png');
	background-color: #a2b0be;
	*/
	background-color: rgba(255, 255, 255,0.9);

    -webkit-overflow-scrolling: touch;
    /*border-top: 1px solid transparent;*/
    -webkit-box-shadow: inset 0 3px 0 rgba( 205, 230, 255, .7 );
    box-shadow: inset 0 3px 0 rgba( 205, 230, 255, .7 );

}

.navbar-top {
	font-size: 13px;
	background-color: #e4f1ff;
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em;
}

@media (min-width: 768px) {
	.navbar {
		/*background-color: rgba(221, 226, 231,0.9);*/
		background-color: rgba(255, 255, 255,0.9);
		/*background-image: url('../images/navbar-bg-large.png');*/
		background-image: none;
		background-repeat: repeat-x;
		background-position: top left;
	}
}

.col-xs-11.image-data {
  	float:none;
    display:inline-block;
    vertical-align:bottom;
    margin-right:-4px;
}

.image-data i {
	color: #eee;
}

.image-data h3 {
	margin: 0;
	padding: 0;
}

.cpartner-data {
	padding: 5px 10px;
}

.cpartner-data h2 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.cpartner-data .desc {
	display: block;
	font-size: 10px;
	line-height: 12px;
}

.cpartner-data .link {
	color: #de3c3d;
	font-size: 11px;
	position: absolute;
	padding: 3px 3px 2px 3px;
	bottom: 0;
	right: 5px;
}

.cpartner-data .link:hover {
	color: #FF6F70;
}
@media (min-width: 768px) {
	.cpartner-data {
		padding: 7px 12px;
	}
	.cpartner-data h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.cpartner-data .desc {
		font-size: 12px;
		line-height: 15px;
	}

	.cpartner-data .link {
		font-size: 13px;
		padding: 4px 4px 3px 4px;
	}
}
@media (min-width: 992px) {
	.cpartner-data {
		padding: 9px 14px;
	}
	.cpartner-data h2 {
		font-size: 17px;
		line-height: 20px;
	}
	.cpartner-data .desc {
		font-size: 14px;
		line-height: 15px;
	}

	.cpartner-data .link {
		font-size: 15px;
		padding: 5px 5px 4px 5px;
	}
}
@media (min-width: 1200px) {
	.cpartner-data {
		padding: 10px 15px;
	}
	.cpartner-data h2 {
		font-size: 20px;
		line-height: 20px;
	}
	.cpartner-data .desc {
		font-size: 16px;
		line-height: 20px;
	}

	.cpartner-data .link {
		font-size: 17px;
		padding: 6px 6px 5px 6px;
	}
}


@media (min-width: 1200px) {
	.navbar-right {
		padding-right: 20px;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: 40px;
	}
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}





.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}


/* --- CAROUSEL --- */

#kis-carousel {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	#kis-carousel {

	}
}
@media (min-width: 992px) {
	#kis-carousel {

	}
}
@media (min-width: 1200px ) {
	#kis-carousel {

	}
}

#kis-carousel .carousel-indicators {
	position: relative;
	left: auto;
	bottom: auto;
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 5px 0;
}

#kis-carousel .carousel-indicators-container {
	width: 100%;
	padding-top: 10px;
}

#kis-carousel .carousel-indicator-left {
	float: left;
	background
}

#kis-carousel .carousel-indicator-right {
	float: right;
}

#kis-carousel .carousel-indicator-left i, #kis-carousel .carousel-indicator-right i {
	width: 100%;
	text-align: center;
	margin: auto auto;
}

#kis-carousel .carousel-indicators .active {
    width: 32px;
    height: 32px;
    margin: 0 2px;
    background-color: #868686;
    background-color: rgba( 134, 134, 134, 0.9 );
    border: 1px solid #333;
}

#kis-carousel .carousel-indicators li {
	float: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    background-color: rgba( 51, 51, 51, 0.9 );
    border: 1px solid #868686;
    border-radius: 15px;
}

.item img {
	margin: 0 auto;
}

.item .meta {
	background: rgb( 0, 17, 34 ); /* The Fallback */
	background: rgba( 0, 17, 34, 0.9 );
	color: #fff;
}

.item .title {
	text-align: center;
}

.item .description {
	text-align: center;
}

.status div {
	margin-bottom: 20px;
}



/* --- END CAROUSEL --- */

.blue { color: #3399ff; }
.green { color: #beee78; }

.sidebar-content {
	background: #eee;
	position: fixed;
	top:0;
	right: -100%;
	height: 100%;
	z-index: 2000;
}

.sidebar .ctrl {
	position: absolute;
	top: 20px;
	right: 20px;
}

.parallax-bg-main {
	background: #e4f1ff;
	padding-top: 50px;
}
@media( min-width: 768px ) {
	.parallax-bg-main {
		background: url('../images/main-bg.jpg');
		background-position: 50% 0;
		padding-top: 50px;
	}
}
@media( min-width: 1200px ) {
	.parallax-bg-main {
		background: url('../images/main-bg.jpg');
		background-position: 50% 0;
		padding-top: 100px;
	}
}

.parallax-background.fixed {
	background-attachment: fixed !important;
}

.parallax-background {
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat;
}



#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.parallax-section {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 70%;
	
}

.parallax-section .container {
	margin-top: 16px;
	padding-bottom: 16px;
}

.parallax-section .container:first-child {
	margin-top: 32px;
}

.parallax-section .container:last-child {
	padding-bottom:32px;
}


.view {
	width: 100%;
	float: left;
	border: 3px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 3px #aaa;
}


.page-image-gallery {
	margin-bottom: 20px;
}

.page-image {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  /* 16:9 ratio */
  margin-bottom: 16px;
  background: #fff;
}

.img-photo {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.img-photo-quad {
	width: 50%;
	float: left;
}

.page-image-single {
	margin: 0 auto 0 auto;
}

.page-image-two {
	margin-bottom: 12px;
}

.page-image-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: visible;
	background-color: rgba(0,6,12,0.7);
	transition: all 0.4s ease-in-out;
}

.page-image-view-more {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: auto;
}

.page-image-view-more p {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

.page-image p {
	font-size: 12px;
	color: #9199a1;
	margin: 0;
	line-height: 16px;
	padding: 3px;
}



.page-image-info {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	transition: opacity 0.5s 0s ease-in-out;
}

.page-image-info i {
	color: #ffffff;
}

.page-image:hover .page-image-info {
   opacity: 1;
   transition-delay: 0.3s;
}
.page-image:hover .page-image-mask {
	opacity: 1;
}

.cpartner-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: visible;
	background-color: rgba(0,0,0,0.85);
	transition: all 0.4s ease-in-out;
}
.cpartner:hover .cpartner-mask {
	opacity: 1;
}



.page {
	min-height: 270px;
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.page {
		padding: 5px 10px 60px 10px;
		background-color:#fff;
		background-color:rgba(255,255,255,0.7);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
}
@media (min-width: 1200px) {
	.page {
		padding: 10px 20px 60px 20px;
		background-color:#fff;
		background-color:rgba(255,255,255,0.7);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
}

.page .title {
	color: #00101f;
	font-weight: bold;
	margin-bottom: 30px;
}

.stuff {

}


.box{
  color: #fff;
  padding: 10px;
}
 
.box:hover{
  background: #fff;
  color: #26425E;
}
 
.article-list-item, .attachment-list-item, .cpartner-index-item {
	background: #fff;
	position: relative;
}

.cpartner-index-item {
	margin-bottom: 10px;
}

.article-list-item, .attachment-list-item {
	margin-bottom: 10px;
}

.cpartner-hanging-view-all, .events-hanging-view-all {
	margin-bottom: 20px;
	min-width: 0px;
	width: auto;
}

.cpartner-hanging-view-all a, .events-hanging-view-all a {
	display: block;
}

.cpartner-index-item-body {
	padding: 3px 6px;
}
.cpartner-index-url {
	float: right;
}

.article-list-item .lhs, .attachment-list-item .lhs {
	float: left;
}
.article-list-item .rhs, .attachment-list-item .rhs {
	display: block;
}

.article-list-item .title, .attachment-list-item .title, .cpartner-index-item .title {
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.article-list-item:hover .title, .attachment-list-item:hover .title {
	color: #de3c3d;
}
.article-list-item .other, .attachment-list-item .other, .cpartner-index-item .other {
	color: #666;
	line-height: 13px;
	font-size: 13px;
}
.article-list-item .other, .attachment-list-item .other {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article-anchor, .attachment-anchor {
	text-decoration: none !important;
}

.article-list-item .description {
	color: #333;
	line-height: 1.2;
	padding: 0 15px 10px 15px;
}

.article-list-item i, .attachment-list-item i {
	padding: 10px 15px 10px 15px;
	line-height: 30px;
}
 
.article-list-item:before, .attachment-list-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
 
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.2s;
 
  -webkit-transition-property: top, left, right, bottom;
  -moz-transition-property: top, left, right, bottom;
  -ms-transition-property: top, left, right, bottom;
  -o-transition-property: top, left, right, bottom;
  transition-property: top, left, right, bottom;
}
 
.article-list-item:hover:before, .article-list-item:focus:before, .attachment-list-item:hover:before, .attachment-list-item:focus:before {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; 
 
  border: #39f solid 3px;
  bottom: -7px;
  left: -7px;
  top: -7px;
  right: -7px;
}



.header-quotes h1, .header-cpartners h1 {
	margin-bottom: 20px;
}

.section-quote {
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	font-size: 17px;
	font-family: 'Arvo', Georgia, Times, serif;
	padding: 30px;
	margin: 0;
}
@media (min-width: 768px) {
	.section-quote {
		padding: 20px;
	}
}
@media (min-width: 992px) {
	.section-quote {
		padding: 20px;
	}
}
@media (min-width: 1200px) {
	.section-quote {
		padding: 20px;
	}
}
	

.bubble-source {
	width: 90px;
	height: 50px;
	background-image: url('../images/bubble-source.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 10px;
}


.section-bar {
	position: relative;
	margin-bottom: 30px;

}

.section-bar .ctrl {
	margin-top: -40px;
}

.ctrl .arrow {
	float: left;
}

.ctrl .arrow.right {
	float: right;
}

.section-bar h1 {
	margin-bottom: 30px;
}

.section-bar h1 small {
	
}

.section-bar a {
	color: #eee;
}

.section-bar-footer {
	background: #001a33;
	padding-top: 30px;
	padding-bottom: 60px;
	color: #eee;
}

.footer-header {
	margin-bottom: 60px;
}

.footer-header small {
	color: #fff;
}


.info-row {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Arvo', Georgia, Times, serif;
	margin-bottom: 42px;
	display: table;
	position: relative;
	border-collapse: separate;
	box-sizing: border-box;
}

.info-row .marker {
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.info-row .info {
	width: 100%;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}

.info-row .phone-number {
	padding: 10px 0 0 0;
	line-height: 40px;
}

.section-bar-footer-finale {
	background: #00060c;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom:10px;
	color: #eee;
	font-size: 12px;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

.section-bar-footer-finale em {
	color: #3399ff;
}

.section-bar-footer-finale .left {
	display: inline;
	float: left;
	margin-left: 20px;
}

.section-bar-footer-finale .right {
	display: inline;
	float: right;
	margin-right: 20px;
}



.footer abbr[title], .footer abbr[data-original-title] {
	border-bottom: none;
}

.connect-badges {
	position: absolute;
	bottom: 5px;
	right: 10px;
	height: 20px;
}

.fb-like, .twitter {
	display: block;
	float: right;
	margin-left: 10px;
}



.gallery-hint img {
	margin: 0;
	padding: 0;
	width: 50%;
	height: auto;
	float: left;
}

.image-fade img {
	margin: 0 0 16px 0;
}

.image-fade-small img {
	margin: 0;
}

.cpartner {
	position: relative;
	color: #fff;
	margin: 0 auto 10px auto;
}

.cpartner img {
	margin: 0 auto 0 auto;
}

.cpartner-index-item {
	margin-bottom: 32px;
}

.cpartner-index-item img {
	border-bottom: 3px solid #e4f1ff;
}

.cpartner-index-item-title {
	color: #333;
	font-size: 24px;
	padding: 3px 6px;
}

.cpartner-index-item-body {
	color: #333;
	font-size: 16px;
	padding: 3px 6px;
}

.cpartner-index-item-url {
	float: right;
	padding: 0px 6px 3px 3px;
}


.cpartner-info {
	position: absolute;
	top: 6%;
	left: 3%;
}

.cpartner-title {
	margin: 0;
}

.cpartner-url {
	position: absolute;
	bottom: 3%;
	right: 3%;
}

.cpartner .mask {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	background-color: rgba(0,6,12,0.85);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cpartner:hover .mask{
   opacity: 1;
}

.cpartner .cpartner-content {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.cpartner:hover .cpartner-content {
	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

  .row.table-row > [class*="col-"].match-height {
    text-align: center;
    padding: 0;
  }

  .row.table-row {display:table;width:100%;margin:0 auto;}

  .row.table-row > [class*="col-"] {
    float:none;
    display:table-cell;
    vertical-align:top;
  }

  #contact-form {
  	margin-bottom: 40px;
  }

  #contact-modal {
  	color: #000;
  }

/*
  .contact {
  	padding-top: 10px;
  	padding-bottom: 10px;
  }
*/
  address {
  	margin-bottom: 0px;
  }




#form-main{
	width:100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

#form-div {
	background-color:rgba(255,255,255,0.1);
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
	padding-bottom:40px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.footer-icon {
	line-height: 40px;
	padding: 10px 0px;
	color: #004180;
}

.footer-icon-hover {
	color: #de3c3d;
}

.footer-icon-hover:hover {
	color: #FF6F70;
}

.submit-btn {
	border-radius: 5px;
	padding: 20px 0px;
	line-height: 30px;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	position: relative;
	display: block;
	border: none;
	width: 100%;
}

.submit-btn:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	box-shadow: 0px 1px 0px 0px;
}

.submit-btn {
	background-color: #de3c3d;
	box-shadow: 0px 5px 0px 0px #c62122;
}

.submit-btn:hover {
	background-color: #FF6F70;
}

.feedback-input-container {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size: 17px;
	border-radius: 0;
	line-height: 40px;
	color: #333;
	background-color: #fff;
	padding: 0px 10px;
	margin-bottom: 35px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback-input-container .input-group-addon {
	background: none;
	border: none;
	padding: 0 3px 0 3px;
	
	vertical-align: top;
}


.feedback-input-container input {
	border: none;
	padding: 10px;
	outline: 0;
	width: 100%;
	margin: 0;
	vertical-align: middle;
}

.focused{
	color:#de3c3d;
	outline: 0;
}

.feedback-input-container textarea {
	border: none;
	padding: 20px 10px 10px 10px;
	width: 100%;
    height: 160px;
    line-height: 20px;
    resize: none;
    outline: 0;
}

#button-blue{
	font-family: 'Arvo', Georgia, Times, serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #de3c3d;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  	/*margin-top:-4px;*/
  	font-weight:700;
}

.modal-loading {
	color: #3399ff;
}

.modal-backdrop.in {
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    background-color: #00060c;
}
.ekko-lightbox .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}
.ekko-lightbox .modal-header {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.ekko-lightbox .modal-header .close {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    text-shadow: 0;
    font-weight: 100;
    margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    color: #fff;
    padding: 0;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
.ekko-lightbox .modal-footer {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 0;
}
.ekko-lightbox-nav-overlay a {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    text-shadow: none;
}

.top-nav, .top-nav-social {
	line-height: 16px;
	padding: 8px 0;
}

.top-nav-social {
	max-height: 16px;
}

.top-nav a,.top-nav-social a {
	color: #3399ff;
	line-height: 16px;
}

.top-nav a:hover, .top-nav-social a:hover {
	color: #80bfff;
}

.featured-article {
	margin-top: 32px;
}

.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}