/*
Theme Name: Nelios
Theme URI: https://www.nelios.com/en/
Author: Nelios Development Team
Author URI: https://www.nelios.com/en/
Description: Basic Hotels WordPress Theme of Nelios Digital Marketing Agency
Version: 0.9
*/

/*
html{}

body {
    background: #2a2a2a; 
    color:#ffffff;
}

h1, .h1, h2, .h2, h3, .h3 {margin-top: 10px;margin-bottom: 5px;}

a,a:hover,a:active,a:focus {text-decoration: none;}

a,a:active,a:focus{color:#ffffff;transition:all 0.3s ease;}

a:hover{color:#1f80f8;}

p{
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
    padding: 2rem 0;
}

input, button, select, textarea {
    color: #000000;
}
.btn:hover,.btn:focus,.btn:active {text-decoration:none !important;}

.nopadding {padding: 0 !important;}

.nomargin {margin: 0 !important;}

.nothing {padding:0!important; margin: 0 !important;}

.nopadright {padding-right: 0 !important;}

.nopadleft {padding-left: 0 !important;}

img{max-width: 100%;}
    
img.full {width: 100%;}

.img-responsive{
    max-width:100%;
    width:100%;
    height:auto;
    display: block;
}

img.wpsmartcrop-image {
    display: block;
    width: 100%;
    height: 200px;
}

.nopadding {padding: 0 !important;margin: 0 !important;}
*/


/* Navigation */

/*.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    margin-bottom: 50px;
}

#primary_nav_wrap ul{
    list-style:none;
    position:relative;
    float:left;
    margin:0;
    padding:0
}

#primary_nav_wrap ul a{
    display:block;
    color:#333;
    text-decoration:none;
    font-weight:700;
    font-size:12px;
    line-height:32px;
    padding:0 15px;
    font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li{
    position:relative;
    float:left;
    margin:0;
    padding:0;
    transition:background 0.3s ease;
}

#primary_nav_wrap ul li.current-menu-item{
    background:#ddd
}

#primary_nav_wrap ul li:hover{
    background:#f6f6f6
}

#primary_nav_wrap ul ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    padding:0
}

#primary_nav_wrap ul ul li{
    float:none;
    width:200px;
}

#primary_nav_wrap ul ul a{
    line-height:120%;
    padding:10px 15px
}

#primary_nav_wrap ul ul ul{
    top:0;
    left:100%
}

#primary_nav_wrap ul li:hover > ul{
    display:block
}*/

@media only screen and (min-width : 769px) {
    
/*    .mob-menu-wrap{
	    display: none;
    }*/
   
}

@media only screen and (max-width : 768px) {
    
/*    .desktop-nav,
    nav:not(.mm-menu){
        display: none;
    }
    #primary_nav_wrap ul{
        float: none;
    }    
    #primary_nav_wrap ul li{
        display: block;
        width:100%;
    } 
    .mob-menu-wrap {
        position: fixed;
        width:100%;
        top: 0;
        left: 0;
        background: #111;
    }
    .mob-icon a{
        display: block;
        width: 45px;
        height: 40px;
        padding: 10px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .mob-icon a:before,
    .mob-icon a:after{
        content: '';
        display: block;
        background: #fff;
        height: 2px;
    }
    .mob-icon a span{
        background: #fff;
        display: block;
        height: 2px;
        margin: 6px 0;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 38px;
        height: 3px;
        background-color: #ffffff;
        border-radius: 0;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    html.mm-opening .mm-menu.mm-opened~.mm-slideout{
        cursor:pointer;
    }
    .mm-menu.mm-offcanvas {
        width: 100%;
        min-width: 140px;
        max-width: 440px;
    }*/
}

@media (min-width: 979px) {
/*    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        transition:all 0.3s ease;
    }*/
}

/* header */




/* HomePage */

.videoContainer {
/*  position: absolute;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    overflow-x: hidden;
}

/*
.main-slider img {
  max-width: 100%;

    width:100%;
}

.main-slider {
  height: 100vh;
}

.main-slider .slider-slide {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
*/

/* Footer */

/*
.footer{
    background: #000000;
    padding: 20px 0 10px;
    font-size:14px;
}
*/


/* Misc */  

.acf-map {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}

.tos-close span::before,
.tos-close span::after {
	width: 12px;
	height: 12px;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/


@media only screen and (min-width : 320px) {

	.xs-right {
		text-align: right !important;
	}
	
	.xs-left {
		text-align: left !important;
	}
	
	.xs-center {
		text-align: center !important;
	}
	
}

 
@media only screen and (min-width : 480px) {
	
	.sm-right {
		text-align: right !important;
	}
	
	.sm-left {
		text-align: left !important;
	}
	
	.sm-center {
		text-align: center !important;
	}
	
}


@media only screen and (min-width : 768px) {
	
	.md-right {
		text-align: right !important;
	}
	
	.md-left {
		text-align: left !important;
	}
	
	.md-center {
		text-align: center !important;
	}
	
}


@media only screen and (min-width : 992px) {
	
	.lg-right {
		text-align: right !important;
	}
	
	.lg-left {
		text-align: left !important;
	}
	
	.lg-center {
		text-align: center !important;
	}
	
}

@media only screen and (min-width : 1200px) {
	
	.xl-right {
		text-align: right !important;
	}
	
	.xl-left {
		text-align: left !important;
	}
	
	.xl-center {
		text-align: center !important;
	}
	
}


/*==========  Non-Mobile First Method  ==========*/


@media only screen and (max-width : 1200px) {
    
    .navbar-fixed-top, .navbar-fixed-bottom {
        right: 0;
        left: 0;
    }

    .main-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }    
    
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}
