/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/
@import url("../fonts/miama-font/style.css");
.logo-holder {
    width: 70%!important;
}
.header-miama{
	font-family: 'miamaregular';
    font-size: 48px;
    font-weight: 700;
    color: #222;
    margin-top:15px; 
}
.font-miama{
   font-family: 'miamaregular'; 
}
h2.font-miama{
    line-height: 30px;
    font-size: 48px;
}
nav li a.act-link::before {
    background:transparent;
    font-size: 28px;
}

nav li a.act-link {
    color: :#000;
    text-decoration: underline;
}
.section-columns {
    padding: 0px 0 0 0;
}

.section-columns:before {
    height: auto;
}

.section-columns-text .custom-inner {
    padding: 0px 0;
}
.separator {
    background: transparent;
}
ul.corporate-style{
    list-style: circle;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.full-height-wrap {
    top: -20px;
}

.imagecenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px!important;
}

.logo-right{
    float: right;
    cursor: pointer;
    margin-left: 20px;
    position: relative;
    top: -10px;
    padding: 0 10px;
    text-transform: uppercase;
}

.policy-box li:after {
    content: '';
    position: absolute;
    top: 16px;
    margin-left: -7px;
    background: #eee;
    width: 2px;
    height: 20px;
}
nav li a {
	font-family: 'miamaregular';
    font-size: 24px;
    text-transform: none;
}

.navbar-fixed-bottom{
    bottom: 5vh;
}

.hidden{
    display: none!important;
}

.padding-0{padding: 0px;}
.padding-1{padding: 1px;}
.padding-2{padding: 2px;}
.padding-3{padding: 3px;}
.padding-4{padding: 4px;}
.padding-right-2{padding-right: 2px;}
.padding-left-2{padding-left: 2px;}
.padding-right-3{padding-right: 3px;}
.padding-left-3{padding-left: 3px;}
.padding-right-4{padding-right: 4px;}
.padding-left-4{padding-left: 4px;}
.padding-right-5{padding-right: 5px;}
.padding-left-5{padding-left: 5px;}

.container-top-bark-widget{
    width: 100%;
    z-index: 99;
    position: fixed!important;  
}
.container-bark-widget {
    z-index: 99;
    bottom: 8vh;
    position: fixed!important;
}

.contact-text-height{
    height: 85vh;
}
footer {
    line-height: unset;
}
.bark-widget{
    z-index: 99;
    bottom: 8vh;
    position: fixed!important;
}
.bark-widget.home{
    bottom: 8vh!important;
}
.bark-widget.home.pos-right {
    right: 20px;
}
.bark-widget.home.pos-right.class-1{
    right: 150px;
}

.modal-dialog {
}

/*@media (min-width: 768px){
.modal-dialog {
    width: 500px;
    margin: 0px auto;
}
}*/

.modal-content.popup-master {
    display: flex;
    position: relative;
}

.popup-master {

}

.popup-left img{
    width: 100%;
}
.popup-right{
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -ms-inline-grid!important;
  display: inline-grid!important;
}

.btn-popup{
    width: 100%;
    color: #fff;
    background: #444;
    border: none;
    text-transform: uppercase;
}
.btn-popup:hover {
    background-color: #222;
    border: none;
}
button.close {
    position: absolute;
    margin-right: 0px;
    font-size: 40px;
    right: 10px;
    z-index: 99;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

@media only screen and (min-width: 768px){
.popup-right h4 {
    font-size: 2em;
    margin-bottom: 20px;
}
.col-sm-offset-5 {
    margin-left: 39.666667%;
}
nav li:last-child {
    background: #747273;
    border-radius: 40px;
    color: #fff;
    padding-top: 5px;
    margin-top: -7px;
}
nav li:last-child a {
    color: #fff;
}
}
@media only screen and (max-width: 1036px){
.nav-holder {
    height: auto;
}
}

@media only screen and  (max-width: 756px) {
.logo-right {
    margin-left: 0px!important;
    top: 0px!important;
    padding: 0 10px!important;
    left: 0px!important;
    position: absolute!important;
}
.popup-master {
    margin-top: 30vh;
}
button.close {
    font-size: 20px;
    right: 5px;
    top: 0px;
}
.popup-right .clearfix {
    margin-top: 0px!important;
}
}


@media only screen and  (max-width: 756px) {
.logo-holder {
    width: 60%;
}
.header-miama {
    font-size: 38px;
}
.nav-holder {    
    top: 75px!important;
}
.bark-widget {
    z-index: 99;
    bottom: 6vh;
}
.bark-widget.home.pos-right {
    right: 0px;
}
.policy-box {
    display: block;
}
.bark-widget.home.pos-right.class-1 {
    right: 125px;
}
.container-top-bark-widget {
    margin-left: 10px;
}
.policy-box span {
    float: unset;
}
}