/*
Add your custom CSS below.
*/
/*# sourceMappingURL=custom.css.map */

/*Fix Nav Transition*/
.loader--loaded .nav-left,
.loader--loaded .nav-right,
.loader--loaded .nav-social {
  -webkit-transition: all 0.5s ease-out 0.05s;
  transition: all 0.5s ease-out 0.05s;
}

/*Hide Gallery Next/Prev Buttons*/
.minigo .owl-theme .owl-controls .owl-buttons div {
	display:none;
}

/*Customize Gallery and remove extra space*/
.minigo .owl-item > div .hover {
	margin-bottom: 10px;
    line-height: 0;
}

/*Hide Tile Stroke for Pie Chart Style*/
.minigo .clock-alt.flip-clock-wrapper ul li a div.up {
	border: none;
}

/*All buttons get rounded corners*/
.minigo .btn {
	border-radius: 4px;
}

/*Edge Social Labels Fix*/
.nav-social a::after {
	opacity: 0;
}
.nav-social a:hover::after {
	opacity:1;
}

@media screen and (min-width: 1500px) {
              
}
@media screen and (max-width: 1200px) and (min-width: 1101px) {
    
}
@media screen and (max-width: 1100px) and (min-width: 992px) {

}

/* IPAD PRO */
/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
        
}

/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
        
}

/* Landscape phone to portrait tablet */
@media screen and (min-width: 992px ) {
        
}

/* Landscape phone to portrait tablet */
@media screen and (max-width: 991px ) {

        
}

/* Landscape phone to portrait tablet */
@media screen and (max-width: 768px ) {
    
}
@media screen and (max-width: 767px ) {
        
}
@media screen and (max-width: 736px){

}
@media screen and (max-width: 695px ) {

        
}	

@media screen and (max-width: 667px){	
       
}
@media screen and (max-width: 640px){
        
}
@media screen and (max-width: 580px) {
    
}

/* Landscape phones and down */
@media screen and (max-width: 568px) {
        
}
@media screen and (max-width: 480px) {
        .alpha, h1 { font-size: 12vw; }
}

@media screen and (max-width: 420px) {
        
}
@media screen and (max-width: 414px){
        
}
@media screen and (max-width: 375px){
        
}
@media screen and (max-width: 360px){
        
}