body {
	font-size: 16px;
	font-family: 'Open Sans', sans serif;
}


.navbar-brand {
	height: auto;
	padding-top:20px;
}
	
.navbar-brand-left {
	color: #707033;
	font-size: 1.5em;
	font-family: 'Philosopher';
}

.navbar-brand-right {
	color: #4C2770;
	font-size: 1.5em;
	font-family: 'Philosopher';
}

.navbar-brand-bottom {
	color: black;
	text-align: center;
}


.navbar-default {
	background:none !important;
	border:none !important;
	margin-top: 25px;
	margin-bottom: 2px;
	
}

.navbar-default .navbar-nav > li > a
{
	color:#707033 !important;
}


.navbar-default .navbar-collapse  .navbar-nav{
	margin-left: 0;
	margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff !important;
  background-color:#4C2770 !important;
}

.navbar-default .navbar-nav > li > a {
  padding: 8px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s easy-in;
  transition: all 0.2s easy-in;
  color: #777;
}

.navbar-default  .navbar-nav > li > a:hover,
.navbar-default  .navbar-nav > li > a:focus
{
  color: #fff !important;
  background-color: #9368BD !important;
}

.navbar-default  .navbar-nav > li.active > a:hover,
.navbar-default  .navbar-nav > li.active > a:focus {
  color: #fff !important;
  background-color: #4C2770 !important;
}

.navbar-default .in .navbar-nav {
	margin-top: 0;
}

.navbar-collapse .in {
	border-top: 0;
}

.navbar-default .collapsing {
	border-top: 0;
}
.navbar-default  .collapsing  .navbar-nav {
	margin-top: 0;
}

.navbar-default  .navbar-nav {
	margin-top: 30px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus  {
	background-color: #000;
	top: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover {
  background-color: #4C2770;
}

.navbar-default .navbar-nav>.open>a {
	color: #707033;
	background-color: #fff;
}

.navbar-right .dropdown-menu {
	left:0;
	right: auto;
}


.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	font-size: 16px;
}

.dropdown-menu > li > a {
  color: #707033 !important;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #9368BD !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-header {
	color: #4C2770;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}


.carousel-caption {
	color: #fff;
	padding: 0 10% 0 10%;
	font-family: 'Philosopher', sans serif;
	font-size: 1.5em;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.2),rgba(255,255,255, 0)); 
	background: -o-linear-gradient(right,right,rgba(255,255,255,0),rgba(255,255,255,0.2),rgba(255,255,255, 0));
	background: -moz-linear-gradient(right,right,rgba(255,255,255,0),rgba(255,255,255,0.2),rgba(255,255,255, 0)); 
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.2),rgba(255,255,255, 0)); 
	right: inherit;
	bottom: inherit;
	visibility: hidden;
	transform: translate3d(0,0,0);
}
@-webkit-keyframes doVisible {
	0% {visibility: hidden;}
	100% {visibility: visible;}
}
@keyframes doVisible {
	0% {visibility: hidden;}
	100% {visibility: visible;}
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.carousel-caption9 {
	top: 15%;
	left: 6%;
	background: linear-gradient(to right, rgba(0,0,0,0.3),rgba(0,0,0,0.5),rgba(0,0,0,0.3)); 
}

.active > .carousel-caption9 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards, zoomIn 1s ease 0.5s 1, zoomOut 2s ease 4s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards, zoomIn 1s ease 0.5s 1, zoomOut 2s ease 4s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards, zoomIn 1s ease 0.5s 1, zoomOut 2s ease 4s 1;
}

.carousel-caption1 {
	top: 10%;
	left: 10%;
}


.active > .carousel-caption1 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards, fadeInRightBig 1s ease 0.5s 1 normal forwards, fadeOutLeftBig 2s ease 3.5s 1 normal forwards;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards, fadeInRightBig 1s ease 0.5s 1 normal forwards, fadeOutLeftBig 2s ease 3.5s 1 normal forwards;
	animation: doVisible 0s linear 0.6s 1 normal forwards, fadeInRightBig 1s ease 0.5s 1 normal forwards, fadeOutLeftBig 2s ease 3.5s 1 normal forwards;
}

.carousel-caption2 {
	top: 10%;
	left: 60%;
}

.active > .carousel-caption2 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards, zoomIn 1s ease 0.5s 1, zoomOut 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards, zoomIn 1s ease 0.5s 1, zoomOut 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards, zoomIn 1s ease 0.5s 1, zoomOut 2s ease 3.5s 1;
}

.carousel-caption3 {
	top: 20%;
	left: 0;
}

.active > .carousel-caption3 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards, flipInX 1s ease 0.5s 1, flipOutX 3s ease 2.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards, flipInX 1s ease 0.5s 1, flipOutX 3s ease 2.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards, flipInX 1s ease 0.5s 1, flipOutX 3s ease 2.5s 1;
}

.carousel-caption4{
	top: 50%;
	left: 0;
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0.3),rgba(0,0,0, 0)); 
}

.active > .carousel-caption4 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards,fadeIn 1s ease 0.5s 1, fadeOut 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards,fadeIn 1s ease 0.5s 1, fadeOut 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards,fadeIn 1s ease 0.5s 1, fadeOut 2s ease 3.5s 1;
}

.carousel-caption5 {
	top: 5%;
	left: 20%;
}

.active > .carousel-caption5 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards,bounceIn 1s ease 0.5s 1, zoomOut 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards,bounceIn 1s ease 0.5s 1, zoomOut 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards,bounceIn 1s ease 0.5s 1, zoomOut 2s ease 3.5s 1;
}

.carousel-caption6 {
	top: 45%;
	left: 30%;
}

.active > .carousel-caption6 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards,fadeInDownBig 1s ease 0.5s 1, fadeOutDownBig 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards,fadeInDownBig 1s ease 0.5s 1, fadeOutDownBig 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards,fadeInDownBig 1s ease 0.5s 1, fadeOutDownBig 2s ease 3.5s 1;
}

.carousel-caption7 {
	top: 70%;
	left: 65%;
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0.3),rgba(0,0,0, 0)); 
}

.active > .carousel-caption7 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards,rotateIn 1s ease 0.5s 1, rotateOut 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards,rotateIn 1s ease 0.5s 1, rotateOut 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards,rotateIn 1s ease 0.5s 1, rotateOut 2s ease 3.5s 1;
}

.carousel-caption8 {
	top: 75%;
	left: 55%;
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0.3),rgba(0,0,0, 0)); 
}

.active > .carousel-caption8 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards, rollIn 1s ease 0.5s 1, rollOut 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards, rollIn 1s ease 0.5s 1, rollOut 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards, rollIn 1s ease 0.5s 1, rollOut 2s ease 3.5s 1;
}

.carousel-caption10 {
	top: 20%;
	left: 65%;
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0.3),rgba(0,0,0, 0)); 
}

.active > .carousel-caption10 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards, lightSpeedIn 1s ease 0.5s 1, lightSpeedOut 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards, lightSpeedIn 1s ease 0.5s 1, lightSpeedOut 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards, lightSpeedIn 1s ease 0.5s 1, lightSpeedOut 2s ease 3.5s 1;
}

.carousel-caption11 {
	top: 30%;
	left: 5%;
}

.active > .carousel-caption11 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards, zoomIn 1s ease 0.5s 1, zoomOut 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards, zoomIn 1s ease 0.5s 1, zoomOut 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards, zoomIn 1s ease 0.5s 1, zoomOut 2s ease 3.5s 1;
}

.carousel-caption12 {
	top: 35%;
	left: 55%;
}

.active > .carousel-caption12 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards,fadeInUpBig 1s ease 0.5s 1, fadeOutUpBig 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards,fadeInUpBig 1s ease 0.5s 1, fadeOutUpBig 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards,fadeInUpBig 1s ease 0.5s 1, fadeOutUpBig 2s ease 3.5s 1;
}

.carousel-caption13{
	top: 5%;
	left: 5%;
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0.3),rgba(0,0,0, 0)); 
}

.active > .carousel-caption13 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards,fadeIn 1s ease 0.5s 1, fadeOut 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards,fadeIn 1s ease 0.5s 1, fadeOut 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards,fadeIn 1s ease 0.5s 1, fadeOut 2s ease 3.5s 1;
}

.carousel-caption14 {
	top: 75%;
	left: 55%;
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0.3),rgba(0,0,0, 0)); 
}

.active > .carousel-caption14 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards, rollIn 1s ease 0.5s 1, rollOut 2s ease 3.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards, rollIn 1s ease 0.5s 1, rollOut 2s ease 3.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards, rollIn 1s ease 0.5s 1, rollOut 2s ease 3.5s 1;
}

.carousel-caption15 {
	top: 30%;
	left: 70%;
}

.active > .carousel-caption15 {
	-webkit-animation: doVisible 0s linear 0.6s 1 normal forwards, flipInX 1s ease 0.5s 1, flipOutX 3s ease 2.5s 1;
	-moz-animation: doVisible 0s linear 0.6s 1 normal forwards, flipInX 1s ease 0.5s 1, flipOutX 3s ease 2.5s 1;
	animation: doVisible 0s linear 0.6s 1 normal forwards, flipInX 1s ease 0.5s 1, flipOutX 3s ease 2.5s 1;
}

.panel {
	border: 0;
}
.panel-default {
	margin-top: 20px;
}
.panel-default .panel-heading {
	background-color: #4C2770;
	color: white;
	font-size: 16px;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
	border-bottom: 0;
}

.panel-default .panel-body {
	background-color: #eee;
	color: black;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	border: 1px solid #ddd;
	border-top: 0;
}

.panel-more {
	margin-top: 10px;
}

.panel-more .panel-more-link {
	text-decoration: none;
	color: #707033;
	padding: 0 4px 2px 2px;
	font-weight: 600;
	float: right;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid transparent;
	
}

.panel-more .panel-more-link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #707033;
	
}
.panel-more-link .glyphicon {
	margin-right: 0;
	top: 4px;
}

.glyphicon {
	margin-right: 10px;
	font-size: 20px;
}

.glyphicon-circle {
    width:50px;
    height:50px;
    background-color: #9368BD;
    padding: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
    border-radius: 100%;
    color: white;
    text-align:center;
	position: relative;
}

.trailing-stripe {
	height: 5px;
	width: 100%;
	background: -webkit-linear-gradient(left, #4C2770 , #e6d9f2); 
	background: -o-linear-gradient(right, #4C2770, #e6d9f2); 
	background: -moz-linear-gradient(right, #4C2770, #e6d9f2); 
	background: linear-gradient(to right, #4C2770, #e6d9f2); 
}

.clear-margins {
	margin: 0 !important;
}



.footer-copyright {
	text-align: center;
	margin: 15px 0 0 0;	
}

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

h3 {
	font-family: 'Open Sans', sans serif;
	font-size: 20px;
	color: #4C2770;
	font-weight: bold;
}

h2 {
	font-family: 'Open Sans', sans serif;
	font-size: 24px;
	color: #4C2770;
	font-weight: bold;
}

a.generallink,
a.generallink:visited,
a.generallink:active {
	color: #4C2770;
	text-decoration: none;
	padding: 0 3px 0 3px;
}

a.generallink:hover{
	color: #fff;
	text-decoration: none;
	background-color: #707033;
}

a.dog-link,
a.dog-link:visited,
a.dog-link:active {
	color: #4C2770;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	text-align: center;
	margin: 10px auto;
	position: relative;
	top: 10px;
	font-size: 18px;
}

a.dog-link:hover{
	color: #fff;
	text-decoration: none;
	background-color: #707033;
}

.contact-link,
.contact-link:hover,
.contact-link:visited,
.contact-link:focus {
	text-align: center;
	text-decoration: none;
	color: #4C2770;
}

.flip {
	-webkit-perspective: 800;
	-ms-perspective: 800;
	-moz-perspective: 800;
	-o-perspective: 800;
	width: 100px;
	height: 100px;
	position: relative;
	margin: 10px auto;
}

.flip .card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.5s;
	-o-transform-style: preserve-3d;
	-o-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
}

.flip .card .face {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	text-align: center;
	line-height: 100px;
	-webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden; 
	-o-backface-visibility: hidden; 
	backface-visibility: hidden; 
	border-radius: 100%;
	display: table;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
}

.flip .card .face .face-content {
	display: table-cell !important;
	vertical-align: middle;
}


.flip .card .front {
	z-index: 1;
	background: #fff;
	color: #4C2770;
	border: 3px solid #4C2770;
}

.flip .card .back {
	background: #fff;
	color: #707033;
	border: 3px solid #707033;

	
	-ms-transform:rotatey(-180deg); 
	-moz-transform:rotatey(-180deg); 
	-webkit-transform:rotatey(-180deg); 
	-o-transform:rotatey(-180deg); 
	transform:rotatey(-180deg);
}

.flip .card .back .face-content-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flip .card.flipped {
	-ms-transform:rotatey(-180deg); 
	-moz-transform:rotatey(-180deg); 
	-webkit-transform:rotatey(-180deg); 
	-o-transform:rotatey(-180deg); 
	transform:rotatey(-180deg);
}

.faded {
	opacity: 0.1;
}

.fa-facebook-official {
	font-size: 24px !important;
	margin-right: 10px;
}

.fa-paw {
	font-size: 22px !important;
}


.chart {
	min-height: 800px; 
	overflow: hidden; 
	position: relative;
	background-color: #eee;
	min-width: 500px;
}


.img-shadow {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.img-center {
	margin: 0 auto;
}

.dog-entry {
	height: 50px;
	min-height: 50px;
	text-align: left;
	position: absolute;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	font-weight: 600;
	color:#4C2770;
	display:block;
	font-size: 14px;
}

.dog-entry .dog-entry-name {
	display:table-cell; 
	vertical-align:middle;
	height:50px;
}

.dog-entry .dog-entry-name .dog-entry-details {
	font-weight: normal;
	font-size: 10px;
}

.dog-entry.sire {
	border-left: 2px solid #707033;
}

.dog-entry.dam {
	border-left: 2px solid #4C2770;
}

.dog-connector {
	position: absolute;
	margin-left: 10px;
	margin-right: -10px;
}

.dog-connector.sire {
	border-left: 2px solid #707033;
	border-top: 2px solid #707033;
	border-top-left-radius: 10px;
}

.dog-connector.dam {
	border-left: 2px solid #4C2770;
	border-bottom: 2px solid #4C2770;
	border-bottom-left-radius: 10px;
}

.leading-stripe {
	position: relative;
	height: 10px;
	width: 100%;
	background: -webkit-linear-gradient(left, #4C2770 , #e6d9f2); 
	background: -o-linear-gradient(right, #4C2770, #e6d9f2); 
	background: -moz-linear-gradient(right, #4C2770, #e6d9f2); 
	background: linear-gradient(to right, #4C2770, #e6d9f2); 
	top: 10px;
}

.main-heading {
	font-family: 'Philosopher', sans serif;
	font-size: 28px;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	margin: 0;
	margin-top: -8px;
	display: table;
	float: right;
	right: 15%;
}

.main-footer-title {
	font-family: 'Philosopher', sans serif;
	font-size: 28px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	margin: 0;
	top: -10px;
	/*display: table;*/
	float: right;
	right: 15%;
	z-index: 100;
}

.main-footer-clearance {
	background-color: #eee;
	position: absolute;
	right: 15%;
	z-index: 50;
	height: 10px;
	width: 170px;
	top:0;
}

.text-shadow {
	text-shadow: 0 3px 4px rgba(0, 0, 0, .3);
}
.title-left {
	color: #4C2770;
	
}

.title-right {
	color: #707033;
}

.nav-tabs {
  border-bottom: 1px solid #707033;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #4C2770;
  
}
.nav-tabs > li > a:hover {
  border-color: #707033 #707033 #cfcf96;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #707033;
  cursor: default;
  background-color: #fff;
  border: 1px solid #707033;
  border-bottom-color: transparent;
}

.table > thead > tr > th {
	color: #707033;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #707033;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #707033;
}


.breed-standard  > .row {
	border-bottom: 1px solid black;
	padding: 5px 0 5px 0;
	margin: 0;
}


.google-maps {
	position: relative;
	padding-bottom: 75%; 
	height: 0;
	overflow: hidden;
	
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin-top: 20px;
	border: 0;
}


@media (min-width: 768px) {
.container {
    width: 768px;
}

.navbar-brand-left {
	font-size: 1.5em;
}

.navbar-brand-right {
	font-size: 1.5em;
}

.navbar-collapse {
	font-size: 14px;
}row

.navbar-collapse .in {
	margin-top: 30px;
}

.pull-right-sm {
	float: right;
}

/*.row-eq-height {
	display: relative;
}*/
.carousel-caption {
	font-size: 2em;
}
}

@media (min-width: 992px) {
.container {
    width: 992px;
}
.navbar-brand-left {
	font-size: 3.0em;
}

.navbar-brand-right {
	font-size: 3.0em;
}

.navbar-collapse {
	font-size: 16px;
}

.panel-default .panel-heading {
	font-size: 18px;
}

.carousel-caption {
	font-size: 3em;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.separated {
	margin: 20px 0 20px 0 !important;
}

.can-grow  {
	min-width: 100%;
}

.form-control:focus {
  border-color: #707033;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(112, 112, 51, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(112, 112, 51, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(112, 112, 51, .6);
}

.btn-warning .badge {
  color: red;
  background-color: #fff;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.modal-text {
	padding-left: 20px;
}

.contact-success {
	border: 1px solid #080;
	background-color: #dff0d8;
	padding: 10px;
	text-align: center;
	margin: 10px 0 20px 0;
}

.contact-error {
	border: 1px solid #800;
	background-color: #f2dede;
	padding: 10px;
	text-align: center;
	margin: 10px 0 20px 0;
}

.kenburns {
	overflow: hidden; 
	margin-bottom: 30px;
	cursor: zoom-in;
}


.kenburns img {
	transition: transform 0.5s ease-in;
	width: 110%;
	height: 110%;
	float: left;
	transform-origin: 50% 50%;
	margin: -5% auto -5% -5%;
}

.kenburns1:hover img {
	transform: scale(1.05) translate(-5%, -5%);
	transform-origin: 50% 50%;
}

.kenburns2:hover img {
	transform: scale(1.05) translate(5%, -5%);
	transform-origin: 50% 50%;
}

.kenburns3:hover img {
	transform: scale(1.05) translate(-5%, 5%);
	transform-origin: 50% 50%;
}

.kenburns4:hover img {
	transform: scale(1.05) translate(5%, 5%);
	transform-origin: 50% 50%;
}

.crossfade {
	width: 100%;
	overflow: auto;
	text-align: center;
}

.crossfade .bottomimg {
	opacity: 1;
	transition: all 0.5s ease-in;
	height: 200px;
	width: 200px;
}

.crossfade .topimg {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;	
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 0.5s ease-in;
	height: 200px;
	width: 200px;
}

.crossfade:hover .bottomimg {
	opacity: 0;
}

.crossfade:hover .topimg {
	opacity: 1;
	height: 600px;
	width: 600px;
	
}

.zoom-gallery-link  {
	cursor: zoom-in;
}

.modal-content {
	padding: 0 !important;
	
}
.modal-body {
	padding: 0 !important;
}

.modal {
	text-align: center;
}
.modal-dialog {
	display: inline-block;
	width: inherit;
}

.to150 {
	width: 150px;
}