/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html, body {
height:100%;
margin:0;
padding:0;
}

img {
	image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.anchor {
    display: block; 
    position: relative;
    top: -70px; 
    visibility: hidden;
  }

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: 'Lato', serif;
  font-size: 16px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 16px;
}
.font-color {
	color: #FF7737;
}

.delay {
	/*-webkit-animation-delay: 2s;  Chrome, Safari, Opera 
    animation-delay: 2s;*/
	 -webkit-animation-duration: 1s!important; 
    animation-duration: 1s!important; 
	
}
.delay1 {
	 -webkit-animation-duration: 0.6s!important; 
    animation-duration: 0.6s!important; 
	
}
.delay2 {
	 -webkit-animation-duration: 2s!important; 
    animation-duration: 2s!important; 
	
}
.delay3 {
		 -webkit-animation-duration: 3s!important; 
    animation-duration: 3s!important; 
	
}

.trans-duration {
       -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
/* NAVBAR COLORS
-------------------------------------------------- */
.navbar-inverse {
	background-color: #FF7737;
	    font-size: 16px;
		    font-weight: bold;
		    border-color: #FFAC85;
}
.navbar-inverse .navbar-brand {
    color: #FFEFEF;
}
.navbar-inverse .navbar-nav>.active>a {
	background-color: rgba(255, 119, 55, 0.0);
	color: #fff;
}

.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: rgba(255, 119, 55, 0.0);
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFEFEF;
}
.top-nav-collapse {
background-color: #E46A31;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: rgba(255, 119, 55, 0.0);
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel, .item, .active {
height:100%;
}
.carousel-inner {
height:100%;
}
.carousel {
margin-bottom: 60px;
top: 40px;
}
.carousel-caption {
z-index: 10;
}
.carousel .item {
background-color: #777;
}
.carousel .carousel-inner .bg {
background-repeat:no-repeat;
background-size:cover;
}
.carousel .carousel-inner .bg0 {
background-image: url(../img/computer2.jpg);}
.carousel .carousel-inner .bg1 {
background-image: url(../img/Atlanta,_Panorama_bei_Nacht2.jpg);}
.carousel .carousel-inner .bg2 {
background-image:url(../img/Atlanta_Panorama.jpg);
background-position: center center;
}
.carousel .carousel-inner .bg3 {
background-image:url(../img/Atlanta_Panorama2.jpg);
background-position: center bottom;
}


.dropdown-menu>li>a {
	    color: #ffffff;
    font-size: 16px;
	padding: 8px 20px;
}

.navbar-nav>li>.dropdown-menu {
	    background-color: #FF7737;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
   h3.featurette-heading {
    font-size: 38px;
	padding-top:10px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 20px;
  }
}

/* NAVBAR CSS
-------------------------------------------------- */

 
   
/* INTRO CSS
-------------------------------------------------- */
	.side-padding {
		padding: 0px 20%;
	}
	@media screen and (max-width: 767px) {
		.side-padding {
		padding: 0px 5%;
		}}
		.intro-padding {
			padding-bottom: 30px;
		}
		
		
/* COUNT NUMBERS CSS
-------------------------------------------------- */		
		.item-icon {
			font-size: 50px;
		}
		
		.counter-size {
			font-size: 3em;
		}
		
/* CALL FOR PAPERS CSS
-------------------------------------------------- */		
		.paper-padding {
			padding-right: 35px;
					}
				
	
/* BUTTONS CSS
-------------------------------------------------- */			
	.btn {
		    border-radius: 0px;
			background-color: #FF7737;
            border-color: #FFAC85;
			color: #ffffff;
		}

	.btn:hover {
		      border-radius: 0px;
    background-color: #B75418;
    border-color: #FFAC85;
    color: #ffffff;
		}

	.btn:focus {
    color: #ffffff;
		}

 		.btn-default:focus {
	border-radius: 0px;
    background-color: #B75418;
    border-color: #FFAC85;
    color: #fff;
		}

/* SUBSCRIBE CSS
-------------------------------------------------- */	
#loading {
	display: none;
}
.subscribe-email {
    border: 1px solid #ccc;
    background: rgba(35, 30, 30, 0.75);
    border-radius: 0px;
    color: #efefef;
    display: inline-block;
    height: 45px;
    max-width: 450px;
    padding: 15px 55px 15px 15px;
	width: 50%;
}

.subscrubie-padding-form {
	
    padding-bottom: 20px;
    margin-bottom: 20px;
    
}
.subscrubie-paddings {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.subscrubie-padding {
	padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 80px;
    margin-top: 60px;
}
/* PORTFOLIO CSS
-------------------------------------------------- */	
.hotel-address {
	/*color: #888;*/
	padding-top: 15px;
	padding-bottom: 15px;
}
.hotel-text {
	text-align: justify;
	padding-top: 25px;
}
.white-text {
	color: #ccc;
}

.background-overlay {
	    background-color: rgba(0, 0, 0, 0.75)!important;
}
.background-overlay2 {
	    background-color: rgba(0, 0, 0, 0.10);
}
.background-overlay2:hover {
	    background-color: rgba(0, 0, 0, 0.15);
}

.portfolio
{
	margin: 48px 0;
}

.portfolio-sorting
{
	text-transform: uppercase;	
	font-size: 16px;
	margin-bottom: 48px;
}

.portfolio-sorting li a 
{
	color: #808080;
	text-decoration: none;
	padding: 6px;
}
.portfolio-sorting li a:hover,
.portfolio-sorting li a.active
{
	color: #FF7737;
	border-bottom: 2px solid #FF7737;
}

.portfolio-item 
{
	margin-bottom: 30px;
}


.trans {
	transform:none!important;
}

.modal-body {
          padding:5px !important;
      }
      .modal-content {
          border-radius:0;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{
    /*width: 50px;*/
    display: block;
    font-size: 16px;
    padding-top: 3px;
    font-weight: bold;
    padding-right: 5px;
    color: #E46A31;
	margin-left: 5px;
    }
    .next {
        float:right;
        text-align:right;
		
		
    }
	
	.close-btn {
		position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
	}
	
	ul li img {
          cursor: pointer;
      }
	
    .text {
      font-family: 'Bree Serif';
      color:#666;
      font-size:11px;
      margin-bottom:10px;
      padding:12px;
      background:#fff;
    }

@media (min-width: 768px) {
.modal-dialog {
    width: 75%;
    }
}
#close {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
}

/* BACKGROUNDS CSS
-------------------------------------------------- */	
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.container-padding {
	
	padding-bottom: 20px;
}
.background-orange {
	background-color: #FFECE1;
}

/* OFF-CANVAS */
.navbar-inverse .navbar-toggle {
    border-color: #FFAC85;
}

.navbar-inverse .navbar-collapse {
    border-color: #FFAC85;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #B75418;
}
.navbar-toggle {
	border-radius: 0px;
}

@media (min-width: 1200px) {
.navbar-fixed-top .navbar-collapse {
    
    float: right;
}
}

.img-carousel {
	text-align: center;
    display: inline;
    position: relative;
    top: 0px;
	max-width: 25%;
}


@media screen and (max-width: 414px) {
	.img-carousel {
		top: -40px;
	}
		
}

@media screen and (max-width: 991px) {
		hr.featurette-divider {
		margin: 30px 0;
		}
		
}

featurette-divider

@media screen and (min-width: 750px) and (max-width: 995px) {
		
		.img-carousel {
			position: relative;
   		    top: 100px!important;
		}
}

.visit-heading-padding {
	padding-top: 70px;
	padding-bottom: 20px;
}

.img-caption {
	    text-align: center;
    padding-top: 80px;
}
.top-padding {
padding-top: 10px;	
}

.footer-font-size {
	font-size: 12px;
	padding-top: 8px;
    line-height: 14px;
}

.center-pills {
	display: inline-block;
}

.nav-pills>li.active>a {
	    border-radius: 0px;
    background-color: #B75418;
    border-color: #FFAC85;
    color: #fff;
	cursor: pointer;
}
.nav-pills>li>a {
	    border-radius: 0px;
    background-color: #FF7737;
    border-color: #FFAC85;
    color: #fff;
	cursor: pointer;
}

.nav-pills>li.active>a:hover {
	border-radius: 0px;
    background-color: #B75418;
    border-color: #FFAC85;
    color: #fff;
	cursor: pointer;
}

.nav>li>a:hover {
	background-color: #B75418;
	
}
.trans-duration.active {
	background-color: #B75418;
}

.bmargin10 {
	margin-bottom: 10px;
}
.amta-logo {
	float: left;
	padding-right: 10px;
}

#fixed_footer {
	position: absolute;
    bottom: 0;
	width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

@media screen and  (min-width: 768px) {
	.featurette-heading {
		padding-top: 40px;
	}

}
.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}


.amta-logo a {
background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: block;
    background-image: url(../img/AMTA-AMTA2017.png);
    background-size: contain;
    background-position: 50% 0;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    position: relative;
    top: -10px;
    margin-bottom: -20px;
}

.amta-logo .half {
    display: none;
}
@media (min-width: 767px){
.top-nav-collapse .amta-logo a {
    background-image: url(../img/AMTA-AMTA2017.png);
    height: 50px;
	width: 50px;
    background-size: contain;
	top: 0px;
}
}
.nav>li>a {
    padding: 15px 13px;
}

@media screen and (max-width: 767px) {
	.amta-logo .half {
    display: block;
	width: 50px;
    height: 50px;
	top: 0px;
}
		.amta-logo .full {
    display: none;
}
}

.table.table-even-space thead tr th {
	width: 35%;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}
}

/*Start of breakpoint change */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/*End of breakpoint change */
@media screen and (max-width: 414px) {
	.img-responsive {
		max-width: 100%;
		}
	.img-responsive2 {
		max-width: 60%;
		}
}
	.img-responsive2 {
		height: auto;
}
@media screen and (max-width: 395px) {
	.remove-word {
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.logo-drop {
		display: block!important;
	}
}
	@media screen and (min-width: 452px) and (max-width: 601px) {
	.logo-drop {
		display: block!important;
	}
}		
	
@media screen and (min-width: 768px) {
	h3.h3-featured-padding {
    padding-top: 50px;
}
}