@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}

/*base*/

.container-fluid{
		padding-right: 0px;
		padding-left: 0px;

}
@media (max-width: 1024px) {
	.container-fluid{
		padding-right: 0px;
		padding-left: 0px;
	}
}

.container{
	max-width:1200px;
}

@media (max-width: 1024px) {
	.container{
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media (max-width: 767px) {
	.row {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/*color containers*/


.black-container{
	background-color: #000;

}
.gray-container{
	background-color: #1B1B1B;
	border: none!important; 	
}

.red-container{
	background-color: #999;
	border: none!important; 	
}
/*fa color*/
a .fab{
	color: #000 !important;
	-o-transition:color .4s ease-out;
	-ms-transition:color .4s ease-out;
	-moz-transition:color .4s ease-out;
	-webkit-transition:color .4s ease-out;
	transition:color .4s ease-out;
}
	
a .fab:hover {
    color: #fff !important;

}
.fa-stack { font-size: 1.25em; 
	padding-right: 20px}
  i { vertical-align: middle; }

.fas{
	color: #EF0303 !important;
}

/*Spacing*/
.top-spacing-20{
	padding-top: 20px;
}
.bottom-spacing-20{
	padding-bottom: 20px;
}
.bottom-spacing-15{
	padding-bottom: 15px;
}
.padding-left-30{
	padding-left: 50px;
}
.column-no-padding{
	margin: 0px!important;
	padding: 0px!important;
}




.top-spacing-10{
	padding-top: 10px;
}
.bottom-spacing-10{
	padding-bottom: 10px;
}
@media (max-width: 767px) {	
	.bottom-pad{
		padding-right: 50px;
	}
}
@media (max-width: 767px) {	
	.no-side-pad-sm{
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px) {	
	.top-spacing-20-desktop{
		padding-top: 20px;
	}
}
@media (max-width: 992px) {	
	.top-spacing-20-small{
		padding-top: 20px;
	}
}
.top-spacing-30{
	padding-top: 30px;
}
.bottom-spacing-30{
	padding-bottom: 30px;
}
.top-spacing-25{
	padding-top: 25px;
}

/*navbar*/

.navbar{
  background-color: #000!important;
	border: none!important;
	padding: .5rem 0rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;	
}
.nav-link {
  text-transform: uppercase;
  text-decoration: none;
  color: fff!important;
  padding: 20px 0px;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
  opacity: 1!important;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #EF0303;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}
.dropdown-menu {
	padding: .5rem 0;
	margin: .125rem 0 0;
	background-color: #000!important;
	background-clip: padding-box;
	border: 0px!important;
	border-radius: 0rem!important;
}
.dropdown-item{
	color: rgba(255,255,255,1)!important;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
	list-style: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #EF0303!important;
    text-decoration: none;
    background-color: #000!important;	
	font-weight: 400!important;
}
@media (max-width: 767px) {	
.navbar-brand-img-mobile{
	padding: 0 0 0 4em;
}
}
/*tag header*/
.tag-header{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 28px;
	letter-spacing: .1em;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.tag-header{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
		font-size: 25px;
		color: #666666;
		line-height: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-transform: uppercase;
		}
}
.loft-image-top{
	margin-right: 0px;
	padding-right: 0px;	
}

/*slider*/

#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;

    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: #EF0303;
    border-color: #EF0303;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 65vh;
    height: 65vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000;
}


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

@media (max-width: 669px) { 
.slider-content-style .content h3 {
    color: #fff;
    font-size: 80px!important;
    line-height: 1em;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 100px;
    line-height: 1em;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}


.slider-content-style .content p {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: .150em;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    background: #EF0303;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 18px;
    letter-spacing: .1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
	text-transform: uppercase;
    padding: 10px 17px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
    background: #fff;
}

/*backgrounds*/

.facilityback{
	background-image: url("../img/acma-ancient-city-martial-arits-saint-augustine-florida-facility2.jpg");
	background-repeat: no-repeat;
	height: auto;
}



/*fonts*/

.active{
	color: #EF0303 !important;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #333;
}
.text-sub{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	
}
.p-chart{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	vertical-align: top;
	line-height: 25px;
}


@media (max-width: 768px) {
.p-chart{
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	vertical-align: top;
	line-height: 15px;
}
}
.p-quote{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
}
a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #EF0303;
	text-decoration: none;
}
h1{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 40px!important;
	line-height: 50px;
	color: #000;
	text-transform: uppercase;
}
@media (max-width: 768px) {
h1{
	font-size: 30px!important;

}
}
h2 {
	font-size: 35px;
	font-weight: 400;
	line-height: normal;
	background-color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	border: 1px solid #FFF;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	}

h2 a {
	color: #FFF;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 35px;
	line-height: normal;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
 
h2 a:hover {
	color: #EF0303;
	background-color: #fff;
	text-decoration: none;
	font-weight: 400;
	line-height: normal;
	background-color: rgba(0,0,0,0.6);
} 

h2 a:active {
	color: #EF0303;
	background-color: #fff;
	text-decoration: none;
	font-weight: 400;
	line-height: normal;
	background-color: rgba(0,0,0,0.6);
}


h3{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	
}
h4{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 40px;
	line-height: 50px;
	color: #FFF;
	text-transform: uppercase;
	
}
h5{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 40px;
	line-height: 50px;
	color: #666;
	text-transform: uppercase;

}
h6{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 25px;
	line-height: 50px;
	color: #000;
	text-transform: uppercase;
	
}
.control-label{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #333;

}

.welcome-title{
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #EF0303;
	text-transform: uppercase;
	font-weight: 400;

}
.main-sub-title{
    font-family: 'Oswald', sans-serif;
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 55px;
}
.sub-title{
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #EF0303;
	text-transform: uppercase;
	font-weight: 400;
	line-height: auto;
}

/* Hover ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

/* 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #EF0303;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #EF0303;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}




/*button outline box*/

.btn-outline-box {
	background-color: #EF0303;
   	border: 1px solid #EF0303;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 

.btn-outline-box a {
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;

} 
 
.btn-outline-box a:hover, 
.btn-outline-box a:focus, 
.btn-outline-box a:active, 
.btn-outline-box.active, 
.open .dropdown-toggle.btn-outline-box {
	olor: #FFF;
	text-decoration: none;
	} 
 
.btn-outline-box a :active, 
.btn-outline-box.active, 
.open .dropdown-toggle.btn-outline-box { 
  background-image: none; 
} 
 
.btn-outline-box.disabled, 
.btn-outline-box[disabled], 
fieldset[disabled] .btn-outline-box, 
.btn-outline-box.disabled:hover, 
.btn-outline-box[disabled]:hover, 
fieldset[disabled] .btn-outline-box:hover, 
.btn-outline-box.disabled:focus, 
.btn-outline-box[disabled]:focus, 
fieldset[disabled] .btn-outline-box:focus, 
.btn-outline-box.disabled:active, 
.btn-outline-box[disabled]:active, 
fieldset[disabled] .btn-outline-box:active, 
.btn-outline-box.disabled.active, 
.btn-outline-box[disabled].active, 
fieldset[disabled] .btn-outline-box.active { 
  background-color: #fff; 
}

.btn-outline-box2 {
	background-color: #C5FDBB;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #000;
	display: inline-block;
} 

.btn-outline-box2 a {
	background-color: #C5FDBB;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
} 
 
.btn-outline-box2 a:hover, 
.btn-outline-box2 a:focus, 
.btn-outline-box2 a:active, 
.btn-outline-bo2x.active, 
.open .dropdown-toggle.btn-outline-box2 {
	color: #EF0303;
	background-color: #C5FDBB;
	text-decoration: none;
} 
 
.btn-outline-box2 a :active, 
.btn-outline-box2.active, 
.open .dropdown-toggle.btn-outline-box2 { 
  background-image: none; 
} 
 
.btn-outline-box2.disabled, 
.btn-outline-box2[disabled], 
fieldset[disabled] .btn-outline-box2, 
.btn-outline-box2.disabled:hover, 
.btn-outline-box2[disabled]:hover, 
fieldset[disabled] .btn-outline-box2:hover, 
.btn-outline-box2.disabled:focus, 
.btn-outline-box2[disabled]:focus, 
fieldset[disabled] .btn-outline-box2:focus, 
.btn-outline-box2.disabled:active, 
.btn-outline-box2[disabled]:active, 
fieldset[disabled] .btn-outline-box2:active, 
.btn-outline-box2.disabled.active, 
.btn-outline-box2[disabled].active, 
fieldset[disabled] .btn-outline-box2.active {
	background-color: #C5FDBB;
}



/*Photos with Overlay*/

.muaythai-hp-photo{
	background-image: url(img/acma-st-augustine-adult-martial-arts-muay-thai-classes.jpg);
	background-size: cover;
	background-position: center top;
	height: 550px;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
}

.jiujitsu-hp-photo{
	background-image: url("img/acma-st-augustine-adult-martial-arts-jiu-jitsu-class.jpg");
	background-size: cover;
	background-position: center top;
	height: 550px;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
}
.hybridhapkido-hp-photo{
	background-image: url(img/ancient-city-martial-arts-st-augustine-hybrid-hapkido-classes.jpg);
	background-size: cover;
	background-position: center top;
	height: 550px;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
}

.youth-hp-photo{
	background-image: url(img/acma-saint-augustine-youth-martial-arts-class.jpg);
	background-size: cover;
	background-position: center top;
	height: 550px;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
}

.photo-bg5 {
	background-size: cover;
	background-position: center center;
	height: 300px;
	background-image: url(img/acma-ancient-city-martial-arits-saint-augustine-florida.jpg);
}
@media (min-height: 700px) {
	.photo-bg5 {
	background-size: cover;
	background-position: center center;
	height: 450px;
	background-image: url(img/acma-ancient-city-martial-arits-saint-augustine-florida.jpg);

		}
}

.photo-text-parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0px;
}

.photo-text-element {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 35px;
	text-decoration: none;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
	text-transform: none;
}

.main-photo-size {
	height: 300px;
	text-align: center;
}

@media (min-height: 700px) {
	.main-photo-size {
		height: 325px;
		text-align: center;
	}
}

.secondary-photo-size {
	height: 300px;
	text-align: center;
}

@media (min-height: 700px) {
	.secondary-photo-size {
		height: 450px;
		text-align: center;
	}
}
		
.photo-main-text {
	color: #FFF;
	font-family: 'Satisfy', cursive;
	font-size: 40px;
	font-weight: 400;
	display: inline-block;
	line-height: normal;
	font-style: normal;
	}
	
@media (max-width: 992px) {
	.photo-main-text {
	color: #FFF;
	font-family: 'Satisfy', cursive;
	font-size: 35px;
	font-weight: normal;
	display: inline-block;
	line-height: normal;
	font-style: normal;
	}
}

@media (max-width: 767px) {
	.photo-main-text {
	color: #FFF;
	font-family: 'Satisfy', cursive;
	font-size: 25px;	
	font-weight: normal;
	display: inline-block;
	line-height: normal;
	font-style: normal;
	}
		}

.photo-main-text2 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 65px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
	}
	
@media (max-width: 992px) {
	.photo-main-text2 {
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-size: 34px;
		line-height: 50px;
		text-transform: uppercase;
		font-weight: 400;
	}
}

@media (max-width: 767px) {
	.photo-main-text2 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
	padding-right: 20px;
	padding-left: 20px;
	}
		}

.photo-main-text3 {
	color: #FFF;
	font-family: 'Satisfy', cursive;
	font-size: 50px;
	font-weight: 400;
	display: inline-block;
	line-height: normal;
	font-style: normal;
	}
	
@media (max-width: 992px) {
	.photo-main-text3 {
	color: #FFF;
	font-family: 'Satisfy', cursive;
	font-size: 45px;
	font-weight: normal;
	display: inline-block;
	line-height: normal;
	font-style: normal;
	}
}

@media (max-width: 767px) {
	.photo-main-text3 {
	color: #FFF;
	font-family: 'Satisfy', cursive;
	font-size: 25px;	
	font-weight: normal;
	display: inline-block;
	line-height: normal;
	font-style: normal;
	}
		}


.photo-text-parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.photo-text-element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.photo-hp-text-element {
  position: relative;
  top: 85%;
  transform: translateY(-85%);
  -webkit-transform: translateY(-85%);
  -moz-transform: translateY(-85%);
  -ms-transform: translateY(-85%);
  -o-transform: translateY(-85%);
  transform: translateY(-85%);
}
@media (max-width: 767px) {
.photo-hp-text-element {
  position: relative;
  top: 60%;
  transform: translateY(-60%);
}
}

.photo-text-overlay{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 40px;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
}

.photo-text-overlay a{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 40px;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
}


@media (max-width: 767px) {	
.photo-text-overlay{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 30px;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	line-height: normal;
}

.photo-text-overlay a{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 30px;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	line-height: normal;
}
}




/*Footer*/
.footer-contact-us{
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.footer-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: normal;

}
.footer-text a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: normal;
	font-weight: 400;
}
.footer-text a:hover{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: normal;

}
.images-footer-padding{
	padding: 15px 0px 0px 0px;
}

/*Copyright*/
.copyright{
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	color: #fff;
}

/*Layout*/

@media (max-width: 992px) {
	.make-me-center-md {
		text-align: center!important;
	}
}





.clear-both{
	clear: both;	
}
@media (max-width: 676px) {
	.make-me-center-small {
		text-align: center;
	}
}
@media (max-width: 1024px) {
	.make-me-center {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.make-me-center-block {
	text-align: center;
	display: inline-block;
	}
}
@media (max-width: 992px) {
	.make-me-center-md-block {
	text-align: center;
	display: inline-block;
	}
}
@media (min-width: 767px) {
	.social-bottom-padding{
		padding-top: 10px;
		padding-bottom: 15px;
		padding-right: 0px;
		padding-left: 15px;
	}
}
@media (min-width: 767px) {
	.top-logo-center{
   		display: block;
    	margin-left: auto;
    	margin-right: auto;	
	}
}
.gallery-photo{
	margin-top: 10px;
	margin-bottom: 10px;
}




/*return to top*/
.scroll {
    color: #fff;
    margin-top: 100px
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(5, 76%, 62%, .8)
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url("../img/return-top-arrow.svg")no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

.height {
    height: 3000px
}


/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: #bb0303;
	color: #FFF;
}


.line-mf {
  width: 80px;
  height: 2px;
  background-color: #EF0303;
  margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.line-mf2 {
  width: 80px;
  height: 2px;
  background-color: #EF0303;
  margin-top: 20px;
	
	margin-bottom: 20px;
}














/*Photos OLD*/
.secondary-photo-size {
	height: 350px;
	text-align: center;
}


.photo-bg {
	background-size: cover;
	background-position: center top;
	height: 300px;
	background-image: url(img/acma-st-augustine-florida-martial-arts.jpg);
}
@media (min-height: 700px) {
	.photo-bg {
	background-size: cover;
	background-position: center top;
	height: 700px;
	background-image: url(img/acma-st-augustine-florida-martial-arts.jpg);

		}
}

.main-photo-size {
	height: 300px;
	text-align: center;
}

@media (min-height: 700px) {
	.main-photo-size {
		height: 700px;
		text-align: center;
	}
}

.photo-main-text {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 85px;
	display: inline-block;
	line-height: normal;
	background-color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	border: 2px solid #FFF;
	padding: 10px;
	}
	
@media (max-width: 992px) {
	.photo-main-text {
		color: #FFF;
		font-family: 'Oswald', sans-serif;
		font-weight: 600!important;
		font-size: 85px;
		display: inline-block;
		line-height: normal;
		background-color: rgba(0,0,0,0.6);
		text-transform: uppercase;
		border: 2px solid #FFF;
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.photo-main-text {
		color: #FFF;
		font-family: 'Oswald', sans-serif;
		font-weight: 600!important;
		font-size: 40px;
		display: inline-block;
		line-height: normal;
		background-color: rgba(0,0,0,0.6);
		text-transform: uppercase;
		border: 2px solid #FFF;
		padding: 10px;
	}
		}
}

.photo-main-text-link a{
	color: #B20606;
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 30px;
	text-decoration: none;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}


@media (max-width: 767px) {
	.photo-main-text-link a{
		color: #B20606;
		font-family: 'Oswald', sans-serif;
		font-weight: 600!important;
		font-size: 20px;
		text-decoration: none;
		display: inline;
		padding-top: 5px;
		padding-bottom: 5px;
			}
}

.photo-text-parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.photo-text-element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.photo-hp-text-element {
  position: relative;
  top: 85%;
  transform: translateY(-85%);
  -webkit-transform: translateY(-85%);
  -moz-transform: translateY(-85%);
  -ms-transform: translateY(-85%);
  -o-transform: translateY(-85%);
  transform: translateY(-85%);
}
@media (max-width: 767px) {
.photo-hp-text-element {
  position: relative;
  top: 60%;
  transform: translateY(-60%);
}
}
.photo-middle-bg {
	background-size: cover;
	background-position: center top;
	background-image: url(img/acma-st-augustine-florida-martial-arts.png);
	height: auto;
}




.muay-thai-hp-photo{
	background-image: url(img/acma-st-augustine-florida-martial-arts.png);
	background-size: cover;
	background-position: center top;
	height: 550px;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
}
.jiu-jitsu-hp-photo{
	background-image: url(img/ancient-city-martial-arts-jiu-jitsu-classes.jpg);
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-repeat: no-repeat;
	text-align: center;
}
.hapkido-hp-photo{
	background-image: url(img/ancient-city-martial-arts-hybrid-hapkido-classes.jpg);
	background-size: cover;
	background-position: center top;
	height: 550px;
	text-align: center;
	background-repeat: no-repeat;
}
.kids-hp-photo{
	background-image: url(img/ancient-city-martial-arts-kids-classes.jpg);
	background-size: cover;
	background-position: center top;
	height: 550px;
	text-align: center;
}
.photo-hp-text{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 35px;
	display: inline-block;
	line-height: normal;
	background-color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	border: 1px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.photo-secondary-text{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 50px;
	display: inline-block;
	line-height: normal;
	background-color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	border: 1px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 767px) {
.photo-secondary-text{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 600!important;
	font-size: 35px;
	display: inline-block;
	line-height: normal;
	background-color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	border: 1px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
}
.class-top-photo {
	background-size: cover;
	background-position: center top;
	height: 350px;
	background-image: url(img/acma-saint-augustine-florida-facility.jpg);
}

.about-top-photo {
	background-size: cover;
	background-position: center center;
	height: 350px;
	background-image: url(img/acma-ancient-city-martial-arits-saint-augustine-florida-facility.jpg);
}

.training-top-photo {
	background-size: cover;
	background-position: center center;
	height: 350px;
	background-image: url(img/ancient-city-martial-arts-st-augustine-personal-training.jpg);
}

.instructors-top-photo {
	background-size: cover;
	background-position: center top;
	height: 350px;
	background-image: url(img/martial-arts-st-augustine-instructors.jpg);
}

.kids-top-photo {
	background-size: cover;
	background-position: center top;
	height: 350px;
	background-image: url(img/acma-saint-augustine-kids-martial-arts-class.jpg);
}

.kids-party-top-photo {
	background-size: cover;
	background-position: center center;
	height: 350px;
	background-image: url(img/acma-birthday-parties.jpg);
}

.contact-top-photo {
	background-size: cover;
	background-position: center top;
	height: 350px;
	background-image: url(img/martial-arts-st-augustine-contact.jpg);
}
.location-top-photo {
	background-size: cover;
	background-position: center center;
	height: 350px;
	background-image: url(img/acma-saint-augustine-florida-traiining--facility.jpg);
}

.kids-page-photo-1 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/martial-arts-st-augustine-kids-classes.jpg);
	background-repeat: no-repeat;
}
.kids-page-photo-2 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-st-augustine-kids-class.jpg);
	background-repeat: no-repeat;
}
.kids-page-photo-3 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-saint-augustine-kids-class.jpg);
	background-repeat: no-repeat;
}
.kids-page-photo-4 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/acma-st-augustine-kids-martial-arts-classes.jpg);
	background-repeat: no-repeat;
}

.kids-page-photo-5 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/acma-saint-augustine-florida-martial-arts-kidsclasses.jpg);
	background-repeat: no-repeat;
}


.hapkido-page-photo-1 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/acma-saint-augustine-hybrid-hapkido-class.jpg);
	background-repeat: no-repeat;
}
.hapkido-page-photo-2 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/acma-saint-augustine-hybrid-hapkido-classes.jpg);
	background-repeat: no-repeat;
}
.hapkido-page-photo-3 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-saint-augustine-hybrid-hapkido-class.jpg);
	background-repeat: no-repeat;
}
.hapkido-page-photo-4 {
	background-size: cover;
	background-position: center top;
	height: 400px;
	background-image: url(img/ancient-city-martial-arts-saint-augustine-hybrid-hapkido-classes.jpg);
	background-repeat: no-repeat;
}
.hapkido-page-photo-5 {
	background-size: cover;
	background-position: center top;
	height: 400px;
	background-image: url(img/acma-saint-augustine-florida-hybrid-hapkido-class.jpg);
	background-repeat: no-repeat;
}
.hapkido-page-photo-6 {
	background-size: cover;
	background-position: center top;
	height: 400px;
	background-image: url(img/ancient-city-martial-arts-saint-augustine-florida-hybrid-hapkido-classes.jpg);
	background-repeat: no-repeat;
}

.jiujitsu-page-photo-1 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/acma-st-augustine-jiu-jitsu-classes.jpg);
	background-repeat: no-repeat;
}
.jiujitsu-page-photo-2 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-st-augustine-jiu-jitsu-classes.jpg);
	background-repeat: no-repeat;
}
.jiujitsu-page-photo-3 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/acma-st-augustine-jiu-jitsu-class.jpg);
	background-repeat: no-repeat;
}
.jiujitsu-page-photo-4 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-st-augustine-jiu-jitsu-class.jpg);
	background-repeat: no-repeat;
}

.muaythai-page-photo-1 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-saint-augustine-muay-thai-classes.jpg);
	background-repeat: no-repeat;
}
.muaythai-page-photo-2 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-muay-thai-classes.jpg);
	background-repeat: no-repeat;
}
.muaythai-page-photo-3 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-saint-augustine-muay-thai-class.jpg);
	background-repeat: no-repeat;
}
.muaythai-page-photo-4 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/muay-thai-classes-ancient-city-martial-arts.jpg);
	background-repeat: no-repeat;
}

.muaythai-page-photo-5 {
	background-size: cover;
	background-position: center top;
	height: 400px;
	background-image: url(img/ancient-city-martial-arts-saint-augustine-kids-class.jpg);
	background-repeat: no-repeat;
}
.muaythai-page-photo-6 {
	background-size: cover;
	background-position: center top;
	height: 400px;
	background-image: url(img/acma-st-augustine-kids-martial-arts-classes.jpg);
	background-repeat: no-repeat;
}
.acma-facility-page-photo-1 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/acma-saint-augustine-florida-facility-ring.jpg);
	background-repeat: no-repeat;
}
.acma-facility-page-photo-2 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/acma-saint-augustine-florida-facility-kidsclasses.jpg);
	background-repeat: no-repeat;
}
.acma-facility-page-photo-3 {
	background-size: cover;
	background-position: center top;
	height: 400px;
	background-image: url(img/ancient-city-martial-arts-staugustine-muay-thai-class.jpg);
	background-repeat: no-repeat;
}
.acma-facility-page-photo-4 {
	background-size: cover;
	background-position: center top;
	height: 400px;
	background-image: url(img/muay-thai-classes-ancient-city-martial-arts.jpg);
	background-repeat: no-repeat;
}

.acma-facility-page-photo-5 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-personal-training-gym-membership.jpg);
	background-repeat: no-repeat;
}

.acma-facility-page-photo-6 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-personal-training-gym-weights-kettleball.jpg);
	background-repeat: no-repeat;
}

.acma-facility-page-photo-7 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-personal-training-gym-treadmill.jpg);
	background-repeat: no-repeat;
}

.acma-facility-page-photo-8 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-staugustine-personal-training-gym.jpg);
	background-repeat: no-repeat;
}
.acma-facility-page-photo-9 {
	background-size: cover;
	background-position: center top;
	height: 550px;
	background-image: url(img/st-augustine-personal-training-gym.jpg);
	background-repeat: no-repeat;
}
.acma-facility-page-photo-10 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-personal-training-gym.jpg);
	background-repeat: no-repeat;
}

.acma-facility-page-photo-11 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-staugustine-personal-training-women-gym.jpg);
	background-repeat: no-repeat;
}

.acma-birthday-party-page-photo-1 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/acma-kids-birthday-ninja-party.jpg);
	background-repeat: no-repeat;
}
.acma-birthday-party-page-photo-2 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/acma-kids-birthday-martial-arts-party.jpg);
	background-repeat: no-repeat;
}
.acma-birthday-party-page-photo-3 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/ancient-city-martial-arts-kids-birthday-party.jpg);
	background-repeat: no-repeat;
}
.acma-birthday-party-page-photo-4 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/acma-st-augustine-kids-birthday-ninja-party.jpg);
	background-repeat: no-repeat;
}
.acma-birthday-party-page-photo-5 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/acma-st-augustine-kids-birthday-party.jpg);
	background-repeat: no-repeat;
}
.acma-birthday-party-page-photo-6 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/acma-kids-birthday-martialarts-ninja-party.jpg);
	background-repeat: no-repeat;
}
.acma-birthday-party-page-photo-7 {
	background-size: cover;
	background-position: center center;
	height: 550px;
	background-image: url(img/acma-staugustine-kids-birthday-martial-arts-party.jpg);
	background-repeat: no-repeat;
}



