h1{
  font-size: 2.5em; 
}

h2{
  font-size: 1.9em; 
}

h3{
  font-size: 1.6em; 
}

h4{
  font-size: 1.4em; 
}

footer{
	margin-top: -12px;
}

iframe, object, embed{
	width: 100%;
	height: 350px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Flip around the padding for proper display in narrow viewports */
.navbar {
   margin-top: 48px;
   padding-top: 9px;
   height: 108px;
   font-family: roboto-bold,Helvetica,Arial,sans-serif;
   background-color: #fff;
   border-color: transparent;
   box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}

.navbar li { 
	color: #000;
}

.navbar .brand, .navbar .nav > li > a {
    color: #2b2a28;
}
.navbar .brand, .navbar .nav > li > a:hover,
.navbar .brand, .navbar .nav > li > a:focus,
.navbar .brand, .navbar .nav > li > a:active {
    color: #FE2E2E;
    outline: none;
}

/* Dropdown inside navbar submenus */
.dropdown-design {	
	/*background-color: rgba(0,0,0,.9);
	border-color: transparent;*/
	border-color: rgba(0,0,0,.9);
}

.dropdown-design  li { 
	color: #000;
	height: 30px;
	background-color: transparent;
}

.dropdown-design > li > a {
    color: #fff;
    background-color: transparent;
}
.dropdown-design > li > a:hover,
.dropdown-design > li > a:focus,
.dropdown-design > li > a:active {
    color: #FE2E2E;
    background-color: transparent;
    outline: none;
}

.open {
   margin-top: 1px;
   color: #fff;
   /*background-color: rgba(0,0,0,.9);
   border-color: transparent;*/
   border-color: rgba(0,0,0,.9);
}

.open li { 
	color: #000;
	background-color: transparent;
}

.open > li > a {
    color: #2b2a28;
    background-color: transparent;
}
.open > li > a:hover,
.open > li > a:focus,
.open > li > a:active {
    color: #FE2E2E;
    outline: none;
    background-color: transparent;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
	 color: #2b2a28;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active{
	 color: #FE2E2E;
}

/* Remove horizontall scroll in menu when collapse */
.navbar-nav {
    margin: 0;
    padding: 7.5px 10px;
}

white-frame{
	margin-left:15px;
	margin-right:15px;
}

.brand-top{
	margin-top: -4px;
}

.navbar-toggle{
	border: none;
}
 
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2b2a28;
    color: #fff !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}

.navbar-toggle .collapsed {
    color: #fff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #2b2a28 !important;
    color: #fff !important;
}

#burger:hover,
#burger.is-active {
  background: #2b2a28 !important;
  color: #fff !important;
}

#burger:hover .icon-bar,
#burger.is-active .icon-bar {
  background: #fff !important;
}

#burger:focus {
  background: #2b2a28;
}

#burger:focus .icon-bar {
  background: #FFF;
}

.black-under-navbar{
	height:74px;
	background: #000;
}

.name-overflow{
	max-width:152px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

.carousel-caption {
	padding-bottom: 240px;
}

.carousel_title{
   	font-size: 3.6em; 
   }
   
.carousel_text{
   	font-size: 4.5em; 
   }
       
.buy-btn {
	padding: 10px 35px;
}

.buy-btn:hover {
	padding: 10px 35px;
}

.tp-caption{
	margin-top: 80px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

.form-control-feedback {
    right: 12px;    
    color: #555;
}

.contact-form{
	margin-left: -15px;
	color: #b7bcc8;
	font-size: 14px;
}

/* loading gif */
.loading-circle{
	position:absolute;
	left:0px;
	top:20px;
	margin: 0 auto;
	width: 100%;
	text-align:center;
}

.loading-circle-payment{
	position:absolute;
	left:0px;
	top:60px;
	margin: 0 auto;
	width: 100%;
	text-align:center;
	border:none;
}

/* Header images 
-------------------------------------------------- */

.list-inline-separator{
	margin-left: 30px;
}

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

.margin-send-button{
	margin-top: 15px;
	margin-bottom: 30px;
}

.section-image{
	margin-top: 50px;
}

.pages-container{
	margin-top: 180px !important;
	/*padding-bottom: 100px;*/
}

/* Custom container */
.container-full {
    margin: 0 auto;
    width: 100%;
    background: #fff;    
}

.container-full-no-padding-right{
	padding-right: 0px;
}

.no-lateral-margins{
    margin-right: -13px; 
    margin-left: -13px; 
}

.no-lateral-margins-nested-row{
	margin-right: -5px; 
    margin-left: -5px; 
}

.row-margins-zero{
    margin-right: -15px; 
    margin-left: -15px;
}

.row-margins-new-calendar{
    margin-right: -10px; 
    margin-left: 5px;
}

.col-padding-zero{
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

.main-image-padding{
	padding-top: 5px; 
    padding-left: 5px; 
    padding-right: 5px;
}

.lateral-padding{
	padding-top: 5px; 
    padding-left: 3px; 
    padding-right: 3px;
}

.thumbnail{
    position:relative;
	border: none;
	padding: 0px;
	margin-bottom: 0px;	
}

.thumbnail .caption{
   color: #fff;
   margin-left:5px;
   margin-right:5px;
}

.text-under-image{
	margin: 8px;
}



.text-image-div{
	position: relative;	
	padding-left: 20px;
	padding-right: 20px;
}

.publish-date{
	font-style:italic;
	margin-right:10px;
}

.report_title{
	position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 10;
    padding-top: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 6px black;
}

.training-price{
	color: #000000;
	font-family: swiss-721-bold,Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.session-button{
	font-size: 14px;
	color: #1C1B18;
	outline: none;    
    background: #F6A21D;
    border-radius: 0.5em;
}

.session-button:hover,
.session-button:focus {
	color: #fff !important;
	text-decoration: none !important;
	background: #F6A21D !important;
}

.carousel-caption.carousel-caption-no-padding.wildcard-section{
	height: 53px;
	padding-bottom: 0px;
	z-index: -1;
}

.carousel-caption.carousel-caption-no-padding.wildcard-section-2{
	height: 28px;
	padding-bottom: 0px;
	z-index: -1;
}

.carousel-control{
	width: 10%;
}

.carousel-top-fill{
	position: relative;
	width: 100%;
	height: 55px;
	/*display: none;*/
}

.margin-video{
	margin-top:40px !important;
	margin-bottom: 20px;
}

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

.round-image-border{
	border: 4px solid #ffffff;
	overflow: hidden;
	box-shadow: rgba(0,0,0,.3) 0 2px 3px;
}

.follow-us {
	font-family: Lobster Two Italic,roboto-bold,Helvetica,Arial,sans-serif;
	position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    left: 25px;
    bottom: -9px;
    display: inline-block;
}

.facebook {
	position: relative;
	left: 15px;
    bottom: -5px;
    height: 21px;
	width: 22px;
}

.icon-facebook{
	height: 21px;
	width: 22px;	
}

.youtube {
	position: relative;
    left: 20px;
    bottom: -5px;
    height: 21px;
	width: 22px;
}

.icon-youtube{
	height: 21px;
	width: 22px;	
}

/* Changing NavBar collapse break point 
-------------------------------------------------- */
@media (max-width: 1200px) {
	
	.section-image{
		margin-top: 150px !important;
	}
    .navbar-header {
        float: none;
        max-height: 108px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
    	margin-top: 0px;
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background-color: #fff;
        box-shadow: 0 2px 4px -2px rgba(0,0,0,0.5);
    }
    .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{
    	margin-top: 0px;
  		display:block !important;
  		background-color: #fff;
	}
	 
	.name-overflow{
		max-width:100%;
		width:100%;
	}
}

.promo-banner{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


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

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  left: 5%;
  right: 5%;
  z-index: 10;
  text-align: center;	
  text-shadow: 2px 2px 6px black;
  /*text-shadow: 2px 2px 6px black;*/
}

.carousel_title{
  font-size: 2em; 
}

.carousel_text{
  font-size: 1.4em; 
}

.carousel_slide_text_align{
	font-family: swiss-721-italic,Helvetica,Arial,sans-serif;
	bottom:5%;
	text-align: left;
	margin-left: 7%;
	margin-right:7%;
}

.carousel_slide_icon_align{
	position: absolute;	
	display: inherit;
	padding-top: 20px;
	top:12%;
	right: 2%;
	z-index: 10;
	text-align: right;
	margin-left: 7%;
	margin-right:7%;	
}

.carousel_slide_play_align{
	position: absolute;	
	display: inherit;
	padding-top: 20px;
	top:18%;
	left: 6%;
	z-index: 10;
	text-align: right;
	margin-left: 7%;
	margin-right:7%;	
	z-index:20;
}

.play-button {
	display: inline-block;
	text-align:center;
	text-decoration:none;
	outline:none;
	background-color:red;
	border-radius:50%;
	cursor:pointer;
	color:#fff;
	width:80px;
	height:80px;
	position:relative;
	font-size:20px!important;
	line-height:80px;
	box-shadow:rgba(227,14,26,0.5) 0px 0px 0px 12px;
	font-weight:bold;	
}

.play-button > span{
	color: #fff;
}

.play-button > span:hover,
.play-button > span:focus{
	color:#fff;
}

.training_icons_align{
	position: absolute;	
	display: inherit;
	padding-top: 20px;
	bottom:3%;
	left: 2%;
	z-index: 10;
	text-align: left;	
}

.lateral-padding-corone-icon-training{
	padding-left:5px;
	padding-right:5px;
}
	
.training-link{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.training-link a{
	font-family: Arial,Helvetica,sans-serif;
	color: #555;
}

.training-link a:hover,
.training-link a:focus{
	color: #2b2a28;
	text-decoration: none;
}

.carousel_slide_icon_align .img-responsive{
	display: inherit;
}

.carousel_reports_slide_text_align{
	font-family: 'Oswald',sans-serif;
	bottom:10%;
	text-align: center;
	margin-left: 7%;
	margin-right:7%;
}

/* Carousel fade transitions */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-caption-a {
	color: #FFFFFF;
}

.carousel-caption-a:hover,
 .carousel-caption-a:focus{
	color: #FE2E2E;
}

.arrow-down{
  position: relative;
  bottom: 2%;
  left: 50%;
  margin-left:30%;  
  position: absolute;
  display: none;
  /* display: block; */
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  color: fff;
  text-shadow: 2px 2px 6px black;
  z-index: 5;
  
  -khtml-opacity:.70; 
  -moz-opacity:.70; 
  -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70; 
}

.arrow-down, a:hover,
.arrow-down, a:focus{
  color: #fff;  
}

.panel-faq, a:hover, .arrow-down, a:focus{
	color: #5a5a5a;
}

.faq-no-background{
	background-color: #fff;
}

/* 404 
-------------------------------------------------- */
.oops-message{
	text-align: center;
	margin-top: 40px;
	color:#000;
	font-family: swiss-721-bold,Arial,Helvetica,sans-serif;
}

.margin-oops-picture{
	margin: 0 auto;
}


/* 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;
}

.training-col-margin{
	margin-left: 25px;
}

.training-col-border{
	border: 1px solid #eee;
}

.custom_fv_error_message .help-block {
	font-size: 14px;
	color:#EF1111;
	font-weight:bold;
	text-align: center;
}

/* SCHEDULES CONTENT 
-------------------------------------------------- */
.schedules-header{
	font-family: swiss-721-bold,Helvetica,Arial,sans-serif;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
}

.schedules-container {
    margin-right: 9px;
    margin-left: 9px;
    padding-bottom: 4px;
}

.schedules-title{
	margin-top: 0px !important;
}

.stock-tickets-header{
	font-family: swiss-721-bold,Helvetica,Arial,sans-serif;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
}

.schedules-margins{
	margin-right: -6px;
    margin-left: -6px;
}

.schedules-header-margin{
	margin-top: 6px;
}

.pack-title-margins{
	margin-right: -6px;
    margin-left: -6px;
}

/*.right-pack-title-margins{
	margin-right: -6px;
    margin-left: -24px;
}*/

.pack-margins{
	margin-left: 7px;
    margin-right: 7px;
}

/*.right-pack-margins{
	margin-left: -11px;
    margin-right: 7px;
}*/

.pack-title {
    background: rgba(0,0,0,0.95);
    color: #fff;
}

.pack-description-container{
	padding-bottom:4px;
}

.pack-container{
	margin-top: 4px;
}

.pack-description{
	margin-top: 10px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

.pack-price-header{
	min-width: 200px;
    height: 35px;
    margin-left: -19px;
    margin-top: -11px;
    background-color: rgba(0,0,0,.9);
}

.pack-price{
	margin-top: 20px;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0,0,0,.9);
    text-align: center;
    margin-left: 14px;
    margin-right: 14px;
    height: 221px;
    min-width: 200px !important;
    padding-top: 10px;
}

.price-align{
	text-align: center !important;
	padding-bottom: 12px;
    margin-top: -12px;
}

.align-bottom-prices{
	bottom: 12px;
    right: 0;
    margin-top: 80px;
}

.car-data{
	margin-top: 10px;
}

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

@media all and (max-width: 2920px) { /* screen size until 2920px */

	.navbar .brand, .navbar .nav > li > a, .navbar .nav > li > ul> li > a {
	   font-size: 13px;
	}

}

@media all and (max-width: 1920px) { /* screen size until 1920px */
    
    .follow-us {
		display: none;
	}
	
	.facebook {
		position: relative;
		left: 10px;
	    bottom: 15px;
	    height: 21px;
		width: 22px;
	}
	
	.youtube {
		position: relative;
	    left: -15px;
	    bottom: -13px;
	    height: 21px;
		width: 22px;
	}
	
	.navbar .brand, .navbar .nav > li > a, .navbar .nav > li > ul> li > a {
	   font-size: 12.6px;
	}	
    
}

@media all and (max-width: 1280px) { /* screen size until 1280px */
    
    
	
	.follow-us {
		display: none;
	}
	
	.facebook {
		position: relative;
		left: 10px;
	    bottom: 15px;
	    height: 21px;
		width: 22px;
	}
	
	.youtube {
		position: relative;
	    left: -15px;
	    bottom: -13px;
	    height: 21px;
		width: 22px;
	}	
		
	.navbar .brand, .navbar .nav > li > a, .navbar .nav > li > ul> li > a {
	   font-size: 12.6px;
	}	
}

@media all and (max-width: 1200px){
	
	.follow-us {
		position: relative;
	    font-style: normal;
	    font-weight: 700;
	    font-size: 16px;
	    color: #FFF;
	    left: 25px;
	    bottom: -9px;
	    display: inline-block;
	}
	
	.facebook {
		position: relative;
		left: 35px;
	    bottom: -5px;
	    height: 21px;
		width: 22px;
	}
	
	.youtube {
		position: relative;
	    left: 40px;
	    bottom: -5px;
	    height: 21px;
		width: 22px;
	}
	
	.navbar .brand, .navbar .nav > li > a, .navbar .brand, .navbar .nav > li > ul> li > a {
	   font-size: 12.6px;
	}	
	
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    /*background-color: transparent;*/
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	
}

@media (min-width: 768px){
	
	.section-image{
		margin-top: 150px !important;
	}
	.navbar-header {
	    max-height: 108px;
	}	
	
	.contact-form{	
		text-align: right;
	}
	
	.contact-form-label{
	}
	
	.form-margin-bottom{
		margin-bottom: 15px;
	}
}

@media all and (max-width: 1200px){
	.follow-us {
		position: relative;
	    font-style: normal;
	    font-weight: 700;
	    font-size: 16px;
	    color: #FFF;
	    left: 25px;
	    bottom: -9px;
	    display: inline-block;
	}
	
	.facebook {
		position: relative;
		left: 35px;
	    bottom: -5px;
	    height: 21px;
		width: 22px;
	}
	
	.youtube {
		position: relative;
	    left: 40px;
	    bottom: -5px;
	    height: 21px;
		width: 22px;
	}
	
	/*.left-pack-title-margins{
		margin-right: -6px;
	    margin-left: -6px;
	}
	
	.right-pack-title-margins{
		margin-right: -6px;
	    margin-left: -6px;
	}*/
	
	/*.pack-margins{
		margin-left: 7px;
	    margin-right: 7px;
	}*/
	
	/*.right-pack-margins{
		margin-left: 7px;
	    margin-right: 7px;
	}*/
	
}

@media all and (max-width: 640px) { /* screen size until 640px */	
     
    body{
   		font-size: 1.4em;
    }
   
   	h1{
    	font-size: 2.3em; 
    }
   
    .navbar-header {
        float: none;
        max-height: 108px;
    }
     
    .navbar {
    	padding-top: 9px;
    	height: 108px;
    }
    
    .navbar-toggle{
    	margin-top: -1px;
    }
    
    .navbar-collapse{
    	margin-top: -1px;
    }
    
    .collapse.in{
    	margin-top: -1px;
    }
    
    .brand-top{
		width: 100px;
		height:100px;
	}
        
   .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
   .open > li > a,
   .dropdown-menu, , .navbar .nav > li > ul> li > a{
   		font-size: 1.0em; 
   }
        
   
	
	.btn-group-lg>.btn, .btn-lg {
    	padding: 5px 6px;
    	font-size: 1em;
    	line-height: 1;
   		border-radius: 3px;
    } 
	   
	.follow-us {
	    display: none;
	}
	
	.facebook {
		position: relative;
		left: 20px;
		bottom: 0px;
		height: 21px;
		width: 22px;
	}
	
	.youtube {
		position: relative;
	    left: 25px;
	    bottom: 0px;
		height: 21px;
		width: 22px;
	}
	
	.carousel-caption{
		padding-bottom: 40px;
	}
	
	footer{
		margin-top: -12px;
	}

}


/* Sections
-------------- */
.section-header{
	font-family: 'Oswald',sans-serif;
	text-align: center;
	padding-bottom: 15px; 
	padding-left: 10px;
	padding-right: 10px;
}

.section-footer{
	font-family: roboto-regular,Helvetica,Arial,sans-serif;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

.section-title{
	background: #333333;
	color: #fff;
}

.blocky {
	text-align: right;
	margin-left:10px;
	margin-top:16px;
	margin-right:4%;
	height: 58px;	
}

.bigger-word{
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}

.bigger-word-2{
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
}

.company-role{
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
}

.btn-blocky {
    color: #fff;
    background-color: rgba(32,187,61,1);
    border-color: #ccc;
    font-weight:800;
}

.btn-blocky:hover,
.btn-blocky:focus{
    color: #fff;
    background-color: rgba(59,252,95,1);
    border-color: #ccc;
    font-weight:800;
}

.section-breaker{
	background-color: rgba(212,212,212,0.4);
	height: 5px;	
}

.col-no-padding{
	padding-left:0px;
	padding-right:0px;
}

.training-cols-margin{
	margin-top: 10px;
	margin-bottom: 20px;
}

.training-card{
	padding: 0 10px 0;
	width: 98%; 
	margin: 0 auto;
	/* background: url(../images/background_points.png) repeat; */
}

.card-title{
	font-family: swiss-721-bold,Arial,Helvetica,sans-serif;
}

.card-title a{
	font-family: swiss-721-bold,Arial,Helvetica,sans-serif;
	color: #fff;
}

.card-title a:hover,
.card-title a:focus{
	color: #FE2E2E;
	text-decoration: none;
}

.card-title{
	background-color: rgba(0,0,0,.95);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 2px 2px 0px 0px
}


.training-cols-details-button{
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.btn-details{
	width: 100%;
}

.footer-arrow-up{
	font-size: 250%;
	font-style: normal;
	font-weight: bold;
}

.text-footer{
	text-align: center;
}

/* Reports 
----------------- */
.report-title{
	font-family: swiss-721-bold,Arial,Helvetica,sans-serif;
}

.report-title a{
	font-family: swiss-721-bold,Arial,Helvetica,sans-serif;
	color: #555;
}

.report-title a:hover,
.report-title a:focus{
	color: #2b2a28;
	text-decoration: none;
}

/* Calendar Grid 
----------------- */
.grid.four-cols {
    background: 0 0;
}

.grid {
    border-bottom: 1px solid #eee;
    background-size: contain;
}

.grid .item {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
}

.grid .item.event .time-header {
    background: #eee;
    background: rgba(0,0,0,0.95);
}

.grid .item.event:hover .time-header {
    background: #2b2a28;
    /*background: #01DF3A;*/
}

.grid .time-header {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    background: #fff;
    font-weight: 700;
    width: 100%;
    height: 20px;
    -webkit-transition: background .1s;
    -o-transition: background .1s;
    transition: background .1s;
}

.grid .time-header ._inner {
    width: 116px;
    position: absolute;
    right: 0;
    top: 0;
}

.grid .time-header .F {
    font-size: 13px;
    padding: 3px 3px 3px 0;
    color: #2b2a28;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.grid .time-header .d {
    font-size: 30px;
    padding: 3px 0 1px 0;
    color: rgba(0,0,0,0.955);
}

.grid .time-header .D {
    font-size: 13px;
    color: rgba(0,0,0,0.955);
    text-transform: capitalize;
}
.grid .time-header .data {
    display: block;
    text-align: center;
    font-style: normal;
}

.grid .item.event .inner {
    padding-top: 60px;
}
.grid .item .inner {
    padding: 40px;
}

.grid .item .inner h4 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 20px;
}

.grid .item .inner h4 small {
    display: block;
    font-size: 12px;
    color:#EF1111;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: swiss-721-italic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.grid .item .inner h4 small strong {
    font-family: swiss-721-italic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.grid .item .inner h4 a {
    color: #555;
}

.grid .item .inner h4 a:hover,
.grid .item .inner h4 a:focus {
    color: #2b2a28;
    /*color: #01DF3A;*/
}

.calendar-title{
	font-family:swiss-721-bold;
}

.price-style{
	font-family: swiss-721-italic,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left
}

.margin-left-price{
	margin-left: -5px;
}

.vertical-align-euro{
	vertical-align: bottom;
}

.btn-buy-align{
	margin-left:-5px
}

.btn-buy {
	font-family: swiss-721-italic,Arial,Helvetica,sans-serif;
    color: #fff;
    /*background-color: #333333;*/
    background-color: rgba(0,0,0,.9);
    border-color: #ccc;
    transition: none;
}

.btn-buy:hover,
.btn-buy:focus{
    color: #EF1111;
    background-color: rgba(0,0,0,0.03);
    border-color: #ccc;
    outline: none;
    transition: none;
}

.btn-admin{
	width:200px;
	margin-bottom: 8px;
}

.stock-price-button{
	position: absolute;
	bottom: 95px;
	float:left;
}

.price-button-group{
	position: absolute;
	bottom: 5px;
	right:40px;
	height:80px;
	width:180px;
	float:right;	
}

.price-button-group-event-details{
	max-width: 200px;
	margin-top: -50px;
}

.included-services-ok{
	color: green;
}

.align-bottom-right{
	bottom:5px;
	right:0;
}

.price-button{
	float: none;
}

.details-price-button{
	float: left;
}

.price-button-margin{
	margin-top: 5px;
}

.euro-price{
	color:#000000;
	font-style:italic;
}
.coma-price{
	margin-left:-3px;
}

.no-margin-after-comma{
	margin-right: -14px;
}


.margin-bottom-right-col-event-details{
	margin-bottom:20px;
}

.container-fluid {
    margin-right: 10px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 5px;
}

article, section{
    display: block;
}

.hide-link a {
    color: #555;
}

.hide-link a:hover,
.hide-link a:focus {
    color: #2963E1;
    /*color: #01DF3A;*/
}

.hide-link{
	font-weight:bold;
}

.result-label{
	text-align:right;
	padding-right:3px;
}

.result-text{
	font-weight: bold;
	padding-left: 3px;
}

.modal-header{
	text-align: center;
}

.modal-footer{
	text-align: center;
}

.section-divider{
	width: 100%;
    box-shadow: 0 5px 12px -8px rgba(0, 0, 0, 1) inset;
    /* background-image: -webkit-linear-gradient(top, #e5e5e5, white); */
    background-size: 100% 52px;
    background-color: transparent;
    background-repeat: no-repeat;
    padding-top: 5px;
}

.border-shadow {
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.12),0 1px 6px 0 rgba(0,0,0,0.12);
}

.bottom-shadow {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.9);
}

.z-index-5-layer{
	z-index: 5;
}

.margin-car-title{
	margin-left: -11px;
	margin-right: -11px;
}

.margin-car-content{
	padding-left: 4px;
	padding-right: 4px;
}

/* Purchases
---------------------------- */
.no-purchases-result{
	font-style: italic;
}

.table-content-center{
	text-align: center;
}

.table-purchase-events{
	 margin-bottom: 0px;	 
}

.white-background-row{
	background-color: #ffffff;
}

/* Event Details
----------------------------- */
.event-detail-header{
	text-align:center;
	color: #5a5a5a;
	font-family: swiss-721-bold,Helvetica,Arial,sans-serif;
}

.event-detail-header-separator{
	margin-top:5px;
	background-color: #ccc;
	height: 1px;	
}

.event-detail-type {
    font-size: 12px;
    color:#EF1111;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: swiss-721-italic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.event-detail-content{
	margin-top:20px;
}

#filters-tools .filters-index:after, 
#filters-tools .filters-index:before, 
.article-footer:after, .article-footer:before, 
.btn-group-vertical>.btn-group:after, 
.btn-group-vertical>.btn-group:before, 
.btn-toolbar:after, .btn-toolbar:before, 
.clearfix:after, .clearfix:before, 
.container-fluid:after, 
.container-fluid:before, .container:after, 
.container:before, .dl-horizontal dd:after, 
.dl-horizontal dd:before, .form-horizontal 
.form-group:after, .form-horizontal 
.form-group:before, .modal-footer:after, 
.modal-footer:before, .nav:after, 
.nav:before, .navbar-collapse:after, 
.navbar-collapse:before, .navbar-header:after, 
.navbar-header:before, .navbar:after, 
.navbar:before, .pager:after, .pager:before, 
.panel-body:after, .panel-body:before, 
.row:after, .row:before, .staff-detail figure:after, 
.staff-detail figure:before, 
.staff-list article figure:after, 
.staff-list article figure:before {
    content: " ";
    display: table;
}

@media (max-width:2600px){
	article{
		height: 430px;
	}
	
	.event-3-col{
		height: 390px;
	}
	
	.event-2-col{
		height: 360px;
	}
	
	.event-1-col{
		height: 320px;
	}
	
	.grid .item .inner {
    	padding: 30px;
	}	
	
	.carousel-caption-no-padding {
		padding-bottom: 40px;
	}
	
	.carousel_slide_text_align {
		bottom: 14%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 14%;
	}
	
	.carousel_slide_icon_align{
		top:12%;
		right: 2%;
	}
	
	.corone-icon{
		width: 80%;
	}
	
	.corone-icon-training{
		width: 100%;
	}
	
	.carousel-caption {
		padding-bottom: 260px;
	}
	
	.carousel_title{
    	font-size: 4.2em; 
    }
    
    .carousel_text{
    	font-size: 5em; 
    }
        
    .buy-btn {
		padding: 10px 35px;
	}
	
	.buy-btn:hover {
		padding: 10px 35px;
	}
	
	.tp-caption{
		margin-top: 100px;
	}
}

@media (max-width:1700px){
	article{
		height: 450px;
	}
	
	.event-3-col{
		height: 410px;
	}
	
	.event-2-col{
		height: 380px;
	}
	
	.event-1-col{
		height: 340px;
	}
	
	.grid .item .inner {
    	padding: 30px;
	}	
	
	.carousel-caption-no-padding {
		padding-bottom: 40px;
	}
	
	.carousel_slide_text_align {
		bottom: 14%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 14%;
	}
	
	.carousel_slide_icon_align{
		top:12%;
		right: 2%;
	}
	
	.corone-icon{
		width: 80%;
	}
	
	.corone-icon-training{
		width: 100%;
	}
	
	.carousel-caption {
		padding-bottom: 240px;
	}
	
	.carousel_title{
    	font-size: 3.6em; 
    }
    
    .carousel_text{
    	font-size: 4.5em; 
    }
        
    .buy-btn {
		padding: 10px 35px;
	}
	
	.buy-btn:hover {
		padding: 10px 35px;
	}
	
	.tp-caption{
		margin-top: 80px;
	}
	
}

@media (max-width:1480px){
	article{
		height: 470px;
	}
	
	.event-3-col{
		height: 440px;
	}
	
	.event-2-col{
		height: 390px;
	}
	
	.event-1-col{
		height: 340px;
	}
	
	.grid .item .inner {
    	padding: 30px;
	}
	
	.carousel-caption-no-padding {
		padding-bottom: 40px;
	}	
	
	.carousel_slide_text_align {
		bottom: 12%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 12%;
	}
	
	.carousel_slide_icon_align{
		top:14%;
		right: 2%;
	}
	
	.corone-icon{
		width: 75%;
	}
	
	.corone-icon-training{
		width: 95%;
	}
	
	.carousel-caption {
		padding-bottom: 220px;
	}
	
	.carousel_title{
    	font-size: 3.3em; 
    }
    
    .carousel_text{
    	font-size: 4.3em; 
    }
        
    .buy-btn {
		padding: 10px 35px;
	}
	
	.buy-btn:hover {
		padding: 10px 35px;
	}
	
	.tp-caption{
		margin-top: 70px;
	}
}

@media (max-width:1280px){
	article{
		height: 530px;
	}	
	
	.event-3-col{
		height: 470px;
	}
	
	.event-2-col{
		height: 400px;
	}
	
	.event-1-col{
		height: 340px;
	}
	
	.grid .item .inner {
    	padding: 30px;
	}
	
	.carousel-caption-no-padding {
		padding-bottom: 45px;
	}
	
	.carousel_slide_text_align {
		bottom: 10%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 10%;
	}
	
	.carousel_slide_icon_align{
		top:14%;
		right: 2%;
	}
	
	.corone-icon{
		width: 65%;
	}
	
	.corone-icon-training{
		width: 90%;
	}
	
	.play-button {
		width:70px;
		height:70px;
		font-size:19px!important;
		line-height:74px;
	}
	
	.carousel-caption {
		padding-bottom: 200px;
	}
	
	.carousel_title{
    	font-size: 3.1em; 
    }
    
    .carousel_text{
    	font-size: 4em; 
    }
        
    .buy-btn {
		padding: 10px 35px;
	}
	
	.buy-btn:hover {
		padding: 10px 35px;
	}
	
	.tp-caption{
		margin-top: 60px;
	}

}

@media (max-width:1140px){
	article{
		height: 580px;
	}	
	
	.event-3-col{
		height: 510px;
	}
	
	.event-2-col{
		height: 410px;
	}
	
	.event-1-col{
		height: 340px;
	}
	
	.grid .item .inner {
    	padding: 30px;
	}
	
	.arrow-down{
		display: none;
	}
	
	.carousel-caption-no-padding {
		padding-bottom: 40px;
	}
	
	.carousel_slide_text_align {
		bottom: 10%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 10%;
	}
	
	.carousel_slide_icon_align{
		top:15%;
		right: 2%;
	}
	
	.corone-icon{
		width: 60%;
	}
	
	.corone-icon-training{
		width: 90%;
	}
	
	.carousel-caption {
		padding-bottom: 160px;
	}
	
	.carousel_title{
    	font-size: 2.9em; 
    }
    
    .carousel_text{
    	font-size: 3.6em; 
    }
        
    .buy-btn {
		padding: 10px 35px;
	}
	
	.buy-btn:hover {
		padding: 10px 35px;
	}
	
	.tp-caption{
		margin-top: 40px;
	}
    
     .legend{
		font-size: 12px;
	}	
	
}

@media (max-width:991px){ /* From 991 to lower resolution, grid articles changes to 2 columns */
	article{
		/* height: 450px; */
		height: 470px;
	}	
	
	.event-3-col{
		height: 470px;
	}
	
	.event-2-col{
		height: 470px;
	}
	
	.event-1-col{
		height: 360px;
	}
	
	.grid .item .inner {
    	padding: 40px;
	}
	
	.arrow-down{
		display: none;
	}
	
	.carousel-caption-no-padding {
		padding-bottom: 40px;
	}
	
	.carousel_slide_text_align {
		bottom: 10%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 10%;
	}
	
	.carousel_slide_icon_align{
		top:15%;
		right: 2%;
	}
	
	.corone-icon{
		width: 55%;
	}
	
	.corone-icon-training{
		width: 85%;
	}
	
	.carousel_title{
    	font-size: 2.8em; 
    }
    
    .carousel_text{
    	font-size: 3em; 
    }
    
    .buy-btn {
		padding: 10px 35px;
	}
	
	.buy-btn:hover {
		padding: 10px 35px;
	}
	
	.tp-caption{
		margin-top: 40px;
	}
    
    .name-overflow{
		max-width:100%;
		width:100%;
	}
	
	.carousel_slide_play_align{
		top:22%;
	}
	
	.play-button {
		width:60px;
		height:60px;
		font-size:16px!important;
		line-height:64px;
		box-shadow:rgba(227,14,26,0.5) 0px 0px 0px 10px;
	}	
	
	.carousel-caption {
		padding-bottom: 140px;
	}
    
}

@media (max-width:767px){ /* From 767 to lower resolution, grid articles changes to 1 column */

	.section-image{
		margin-top: 155px !important;
	}

	.navbar{
		margin-left: 0px;
		margin-right: 0px;		
	}

	.promo-banner{
		margin-left: 0px;
		margin-right: 0px;
	}
	article{
		height: 390px;
	}	
	
	.event-3-col{
		height: 390px;
	}
	
	.event-2-col{
		height: 390px;
	}
	
	.event-1-col{
		height: 390px;
	}
	
	.grid .item .inner {
    	padding: 40px;
	}
	
	.arrow-down{
		font-size: 20px;
		display: none;
	}
	
	.carousel-caption-no-padding {
		padding-bottom: 40px;
	}
	
	.carousel_slide_text_align {
		bottom: 10%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 10%;
	}
	
	.carousel_slide_icon_align{
		top:16%;
		right: 2%;
	}
	
	.corone-icon{
		width: 50%;
	}
	
	.corone-icon-training{
		width: 70%;
	}
	
	.carousel-caption {
		padding-bottom: 80px;
	}
	
	.carousel_title{
    	font-size: 2.6em; 
    }
    
    .carousel_text{
    	font-size: 3.2em; 
    }
    
    .navbar-inverse
    .navbar-nav .open .dropdown-menu .divider {
    	background-color: #e5e5e5;
	}
	    
	.training-date-selection{
		padding-right: 15px;
	}     
	
	.price-group-training-details{
		float: right;
		padding-right: 30px;
	}
		
	.name-overflow{
		max-width:100%;
		width:100%;
	}
	
	.carousel-top-fill{
		display: inherit;
		height: 55px;
	}
		
}

@media (max-width:640px){ /* From 765 to lower resolution, grid articles changes to 1 column */

	.section-image{
		margin-top: 140px;
	}
	article{
		/* height: 370px; */
		height: 390px;
	}	
	
	.event-3-col{
		height: 390px;
	}
	
	.event-2-col{
		height: 390px;
	}
	
	.event-1-col{
		height: 390px;
	}
	
	.grid .item .inner {
    	padding: 40px;
	}
	
	.arrow-down{
		font-size: 20px;
		display: none;
	}
	
	.carousel-caption-no-padding {
		padding-bottom: 40px;
	}	
	
	.carousel-caption {
		padding-bottom: 40px;
	}
	
	.carousel_title{
    	font-size: 2.2em; 
    }
    
    .carousel_text{
    	font-size: 2.8em; 
    }
	
	.carousel_slide_text_align {
		bottom: 10%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 10%;
	}
	
	.carousel_slide_icon_align{
		top:15%;
		right: 2%;
	}
	
	.corone-icon{
		width: 40%;
	}
	
	.corone-icon-training{
		width: 80%;
	}
	
	.carousel-caption.carousel-caption-no-padding.wildcard-section{
		height: 36px;
	}
	
	.carousel-caption.carousel-caption-no-padding.wildcard-section-2{
		height: 14px;
		margin-bottom: -8px;  
	}
	
	
	.price-group-training-details{
		float: right;
		padding-right: 30px;
	}
	
	.name-overflow{
		max-width:100%;
		width:100%;
	}
	
	.carousel_slide_play_align{
		top:22%;
	}
	
	.play-button {
		width:32px;
		height:32px;
		font-size:8px!important;
		line-height:34px;
		box-shadow:rgba(227,14,26,0.5) 0px 0px 0px 4px;
	}
	
	.carousel-top-fill{
		display: inherit;
		height: 45px;
	}
	
}

@media (max-width:450px){
	article{
		height: 420px;
	}	
	
	.event-3-col{
		height: 420px;
	}
	
	.event-2-col{
		height: 420px;
	}
	
	.event-1-col{
		height: 420px;
	}
	
	.grid .item .inner {
    	padding: 40px;
	}
	
	.arrow-down{
		font-size: 20px;
		display: none;
	}
	
	.carousel-caption-no-padding {
		padding-bottom: 0px;
	}
	
	.carousel_slide_text_align {
		bottom: 10%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 10%;
	}
	
	
	.carousel_slide_icon_align{
		top:16%;
		right: 2%;
	}
	
	.carousel_slide_icon_align .img-responsive{
		display: none;
	}
	
	.corone-icon{
		width: 30%;
	}
	
	.corone-icon-training{
		width: 80%;
	}
	
	.carousel-caption{
		padding-bottom: 40px;
	}
	
	.carousel_title{
    	font-size: 1.5em; 
    }
    
    .carousel_text{
    	font-size: 2em; 
    }
    
    legend{
		font-size: 18px;
	}
	
	.name-overflow{
		max-width:100%;
		width:100%;
	}
	
	.carousel_slide_play_align{
		top:26%;
	}
	
	.play-button {
		width:32px;
		height:32px;
		font-size:8px!important;
		line-height:34px;
		box-shadow:rgba(227,14,26,0.5) 0px 0px 0px 4px;
	}
	
	.carousel-top-fill{
		display: inherit;
		height: 45px;
	}
	
}

@media (max-width:380px){
	article{
		/*height: 520px;*/
		height: 440px;
	}	
	
	.event-3-col{
		/*height: 520px;*/
		height: 440px;
	}
	
	.event-2-col{
		/*height: 520px;*/
		height: 440px;
	}
	
	.event-1-col{
		/*height: 520px;*/
		height: 440px;
	}
	
	.grid .item .inner {
    	padding: 40px;
	}
	
	.arrow-down{
		font-size: 20px;
		display: none;
	}
	
	.carousel-caption-no-padding {
		padding-bottom: 0px;
	}
	
	.carousel_slide_text_align {
		bottom: 10%;
	}
	
	.carousel_reports_slide_text_align{
		bottom: 10%;
	}
	
	
	.carousel_slide_icon_align{
		top:16%;
		right: 2%;
	}
	
	.corone-icon{
		width: 30%;
	}
	
	.corone-icon-training{
		width: 80%;
	}
	
	.carousel_slide_icon_align .img-responsive{
		display: none;
	}
	
	.name-overflow{
		max-width:100%;
		width:100%;
	}
	
	.footer-arrow-up {
	    font-size: 250%;
	    font-style: normal;
	    font-weight: bold;
	}
	
	.pull-right {
	    float: left!important;
	}
	
	.carousel_slide_play_align{
		top:30%;
	}
	
	.play-button {
		width:26px;
		height:26px;
		font-size:6px!important;
		line-height:26px;
		box-shadow:rgba(227,14,26,0.5) 0px 0px 0px 4px;
	}
	
	.carousel-top-fill{
		display: inherit;
		height: 45px;
	}
	
}

@media (max-width:360px){
	article{
		/*height: 520px;*/
		height: 470px;
	}	
	
	.event-3-col{
		/*height: 520px;*/
		height: 470px;
	}
	
	.event-2-col{
		/*height: 520px;*/
		height: 470px;
	}
	
	.event-1-col{
		/*height: 520px;*/
		height: 470px;
	}
	
	.grid .item .inner {
    	padding: 40px;
	}
	
	.carousel_slide_play_align{
		top:30%;
		right:22%;
		z-index:20;
	}
	
	.carousel-top-fill{
		display: inherit;
		height: 45px;
	}
	
	.btn-buy-align {
	    margin-left: -12px;
	}
	
	
}

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

.carousel-caption{
	padding-bottom: 10px;
}
 
 .tp-caption{
 	 margin-top: 0px;
 }
	
.section-image{
	margin-top: 140px !important;
}
	
.navbar{
	margin-top: 36px;
}

footer{
	margin-top: -12px;
}

}

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

.pages-container{
	margin-top: 170px !important;
}
}

@media (max-width:320px){	
	
	article{
		/*height: 520px;*/
		height: 510px;
	}	
	
	.event-3-col{
		/*height: 520px;*/
		height: 510px;
	}
	
	.event-2-col{
		/*height: 520px;*/
		height: 510px;
	}
	
	.event-1-col{
		/*height: 520px;*/
		height: 510px;
	}
	
	.grid .item .inner {
    	padding: 40px;
	}
	
	.carousel-top-fill{
		display: inherit;
		height: 55px;
	}
	
	.btn-buy-align {
	    margin-left: -12px;
	}	
	
	.carousel-caption{
		display: none;
	}
	
}

@media (max-width:280px){
	article{
		/*height: 520px;*/
		height: 560px;
	}	
	
	.event-3-col{
		/*height: 520px;*/
		height: 560px;
	}
	
	.event-2-col{
		/*height: 520px;*/
		height: 560px;
	}
	
	.event-1-col{
		/*height: 520px;*/
		height: 560px;
	}
	
	.grid .item .inner {
    	padding: 40px;
	}
	
	.carousel_slide_play_align{
		display:none;
	}
	
	.carousel-top-fill{
		display: inherit;
		height: 55px;
	}
	
	.btn-buy-align {
	    margin-left: -12px;
	}
	
}

/* Customized navbar container */

@media (min-width: 2921px){
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    	width: 1300px !important;
	}
	
	.name-overflow{
		max-width:180px;
	}
}

@media (min-width: 1921px) and (max-width: 2920px){
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    	width: 1190px !important;
	}
	
	.name-overflow{
		max-width:180px;
	}
}

@media (min-width: 1201px){
	.navbar-container-super-width {
	    width: 1191px !important;
	}	
}
