.ekennel-page-main-container {
    overflow: hidden;
    max-width: 980px;
    margin: auto;
    padding-bottom: 3em;
    min-height: 100vh;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
}
.ekennel-page-nav-link {
    color:#fff;
    padding:5px 10px;
    display: inline-block;
    font-size: 16px;
    font-family:sans-serif;
    margin-left: -5px;
    margin-right:8px;
    cursor: pointer;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    transition: all 0.3s;
}
.ekennel-page-nav-link:hover {
    border-radius: 2px;
    background: rgba(0,0,0,0.2);
    border-bottom: 1px solid #fff;
}
.ekennel-page-nav-link-selected {
    border-radius: 2px;
    background: rgba(0,0,0,0.2);
    border-bottom: 1px solid #fff;
}
#userpubliccompanylogo {
    width: 43px;
    height: 43px;
    margin-top: 8px;
    margin-left: 8px;
}
#ekennelpublicdogbox {
    margin: auto;
    margin-top: 1em;
    border-radius: 2px;
    padding: 0.5em;
    width: calc(80% - 1em);
    height: auto;
    color: #333;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
}
#ekenneleditselectedimg {
    float: none;
    display: inline-block;
    width: 100%;
    margin-left: unset;
    max-height: 16em;
    height: auto;
    margin-bottom: 1em;
}
.ekennel-page-welcome-container {
    position: relative;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    text-shadow: 2px 1px 3px #585858;
    padding: 0.25em;
    margin-left: -0.5em;
    width: calc(100% + 0.5em);
    text-align: center;
    background: rgba(0,0,0,0.3);
}
#ekennelviewpuppybtn {
    cursor: pointer;
    font-size: 14px;
    background-color: #444;
    padding: 0.5em 1em;
    border: 0px;
    border-radius: 2px;
    color: #ffffff;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
    width: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 1.5em;
    transition: all 0.3s;
    opacity: 0.8;
}
#ekennelviewpuppybtn:hover {
    opacity: 1;
}
#userpubliccompanylogosm {
    width: 30px;
    height: 30px;
    margin-top: 2px;
    border-radius: 25px;
    position: fixed;
    z-index: 999;
    margin-left: 12px;
    border: 1px solid #eee;
}
#headercompanyname {
    position: fixed;
    margin-left: 52px;
    top: 7px;
    font-size: 16px;
    color: #fff;
    z-index: 999;
}
.ekennelimgpagedamssires {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: fit-content;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 2px;
}
.sires-dams-box-image {
    display: inline-block;
    width: auto;
    max-width: 32%;
    max-height: 100%;
    vertical-align: bottom;
}
#topnavbuttons {
    background: #354d8d;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}
.ekennel-page-top-user-info {
    margin-bottom: 0.5em;
}
#topnavcompanyname {
    float: left;
    text-align: left;
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.8em;
    display: inline;
    font-size: 22px;
    color:#fff;
}
.page-top-company-info-container {
    background: #354d8d;
    width: calc(100% - 2em);
    padding: 1em 1em 0em 1em;
    color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
}
.ekennel-page-banner-img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 2px;
    min-height: 92px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
}
.page-top-info-name {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 0.25em;
    transition: all 0.3s;
}
.page-top-info-name:hover {
    text-decoration: underline;
}
.ekennel-page-kennel-icon {
    height: 28px;
    width: 28px;
    border-radius: 25px;
    display: inline;
    border: 1px solid #eee;
    vertical-align: middle;
}
.force-text-color {
    color:#333 !important;
}
.ekennel-page-footer {
    padding: 0.5em;
    width: calc(100% - 1em);
    background: #f2f4fb;
}
.ekennel-page-footer-logo {
    float: right;
    font-size: 14px;
}
.ekennel-page-footer-poweredby {
    display: inline-block;
    vertical-align: super;
    margin-right: 0.25em;
    font-size: 12px;
    color: #000;
}
.ekennel-page-footer-img {
    display: inline-block;
    width: 55px;
    height: auto;
    border: 0px;
    vertical-align: bottom;
}
.ekennel-page-content-load {
    min-height: 100vh;
}
.ekennel-page-menu-mobile {
    display: none;
}
.ekennel-view-btn-container {
    text-align: right;
    margin: 1em;
}
.litters-page-litter-label {
    font-size: 20px;
    float: left;
}
.litters-page-litter-label-dob {
    float: right;
}
.ekennel-user-block-create {
    border: 1px dotted #555;
}
.ekennel-user-block-image-img {
    width: 65%;
    max-width: 800px;
    max-height: 600px;
    height: auto;
    margin: auto;
    border: 0px;
    position: relative;
    cursor: default;
    object-fit: contain;
}
.ui-icon-gripsmall-diagonal-se {
    background: #444;
}
.ekennel-user-block-resize-corner-hide {
    display: none;
}
.ekennel-create-draggable {
    border: 1px dotted #555;
}
.ekennel-content-container {
    padding:1em 0.25em;
    width:calc(100% - 1em);
    margin:auto;    
}
.ekennel-user-block-container {
	width: 100%;
    list-style-type: none;
    text-align: center;
    transition: ease .2s;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}
.ekennel-user-block-container li {
    width: calc(100% - 1em);
    margin: 0.5em;
    vertical-align: top;
    display: inline-block;
    background: #fff;
}
.ekennel-user-block-content {
	padding: 0.4em;
	font-size: 14px;
	min-height: 1.8em;
}
.ekennel-user-block-placeholder {
	border: 2px dotted #444;
	background: #eee;
	margin: 0 1em 1em 0;
	height: 4em;
}
.ekennel-user-block-video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.ekennel-user-block-video iframe, .ekennel-user-block-video object, .ekennel-user-block-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
b {
    font-weight: bold;
}
i {
    font-style: italic;
}
.ekennel-button-gallery-dog {
    display: inline-block;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 0.25em 1em;
    margin: 0.5em 0em;
    border-radius: 2px;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    opacity: 0.8;
    transition: all .3s;
}
.ekennel-button-gallery-dog:hover {
    opacity: 1;
}
.ekennel-button-gallery-cat {
    display: inline-block;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 0.25em 1em;
    margin: 0.5em 0em;
    border-radius: 2px;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    opacity: 0.8;
    transition: all .3s;
}
.ekennel-button-gallery-cat:hover {
    opacity: 1;
}
.ekennel-button-gallery-litter {
    display: inline-block;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 0.25em 1em;
    margin: 0.5em 0em;
    border-radius: 2px;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    opacity: 0.8;
    transition: all .3s;
}
.ekennel-button-gallery-litter:hover {
    opacity: 1;
}
.ekennel-button-gallery-litter-cat {
    display: inline-block;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 0.25em 1em;
    margin: 0.5em 0em;
    border-radius: 2px;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    opacity: 0.8;
    transition: all .3s;
}
.ekennel-button-gallery-litter-cat:hover {
    opacity: 1;
}
.ekennel-button-url {
    background: #3a59ab;
    color: #fff;
    font-size: 14px;
    padding: 0.5em 1em;
    border-radius: 2px;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    opacity: 0.8;
    transition: all .3s;
}
.ekennel-button-url:hover {
    opacity: 1;
}
.ekennel-user-block-button-gallery-img {
    background: #fff;
    border-radius: 5px;
    padding: 1em;
    margin: auto;
    margin-bottom: 0.5em;
    vertical-align: middle;
    transform: rotate(-1deg);
    height: auto;
    width: calc(65% - 2em);
    max-width: 400px;
    max-height: 300px;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    transition: all .3s;
    object-fit: contain;
}
.ekennel-user-block-button-gallery-info {
    font-size: 14px;
    margin-bottom: 0.5em;
}
.temp-video-bug-loading-fix {
    float: left;
    width: 2em;
    height: 100vh;
}


/****************************/
/*RESPONSIVE*/
/****************************/
@media screen and (max-width: 768px) {
    .temp-video-bug-loading-fix {
        display: none;
    }
    .ekennel-user-block-button-gallery-img {
        width: calc(100% - 2em);
        max-width: 100%;
        max-height: 250px;
    }
    .ekennel-user-block-image-img {
        width: 100%;
        max-width: 100%;
        max-height: 400px;
    }
    .ekennel-user-block-container {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
    .ekennel-user-block-container li {
        width: calc(100% - 1em);
        float: none;
    }
    .litters-page-litter-label-dob {
        float: none;
        margin-top: 0.5em;
    }
    .litters-page-litter-label {
        float: none;
        text-align: center;
    }
    .ekennel-view-btn-container {
        text-align: center;
    }
    .ekennel-page-menu-mobile {
        display: block;
        float: right;
        margin-top: -14px;
        margin-right: -14px;
        font-size: 38px;
        color: #fff;
        background: rgba(0,0,0,0.1);
        padding: 10px 12px;
        border-radius: 2px;
        z-index: 398;
        transition: all .3s;
    }
    .ekennel-page-menu-mobile:hover {
        background: rgba(0,0,0,0);
    }
    #topnavbuttons {
        display: none;
        position: absolute;
        right: 0px;
        width: 180px;
        z-index: 999;
        text-align: left;
        border-radius: 0px 0px 0px 5px;
        box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
    }
    .ekennel-page-nav-link {
        display: block;
        margin: auto;
        padding: 0.5em 1em;
    }
    .ekennel-page-top-user-info {
        margin-bottom: 1em;
    }
    #userpublictopname {
        font-size: 18px;
        line-height: 22px;
    }
    #topnavcompanyname {
        display: none;
    }
    #userpubliccompanylogo {
        display: none;
    }
    #siresdamsrichtextbox {
        width:auto;
        margin-left: 1em;
        margin-right: 1em;
        margin-top:1em;
    }
    #ekennelpublichomebox {
        float:none;
        width:92%;
        margin:auto;
        margin-top:1.5em;
    }
    #userpublictopname {
        opacity:0;
    }
    .sires-dams-box-image {
        max-width: 100%;
    }
}