	/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 23, 2014, 9:09:56 AM
    Author     : Fatih M. Sahbaz @ iBooking
*/

/*Font css*/


body{
    color:#000;
    font-size:16px !important;
    font-family: 'Source Sans Pro'; !important
    font-weight: 200, 400;
    height: auto;
	padding: 0px; !important
	padding-left: 0px; !important
	padding-right; 0px; !important
}

.outcontainer {
       
}
.outcontainer.dummy {
    background-color: white;
    min-height: 250px;
}



.customMargin20{
    height:20px;
}
.customMargin30{
    height:30px;
}
.customMargin40{
    height:40px;
}


#content.subpages {
	width: 70%;
	float: left;
}

#navigation {
	float: right;
	width: 25%;
	margin-top: 20px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#navigation h4 a {
	color: black;
	font-size: 20px;
}

#navigation_content ul li a {
	color: #666;
}

#navigation_content ul,#navigation_content ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation_content ul li {
	border-bottom: 1px solid #d8d8d8;
	padding-top: 8px;
	padding-bottom: 8px;
}

#navigation_content ul li.active > a {
	font-weight: bold;
	color: #000;
}
#navigation_content ul li.active > ul.deep li a {
	color: #666;
}

#navigation_content ul li:last-child {
	border-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#navigation_content ul li ul.deep {
	margin-top: 5px;
	margin-left: 10px;
}
#navigation_content ul li ul.deep li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#mobileSubMenu {
	display: none;
}

@media (max-width:700px) {
	#content.subpages {
		width: 100%;
	}

	#mobileSubMenu {
		display: block;
		background-color: #000;
		color: #fff;
		border: 1px solid #d8d8d8;
		padding: 8px;
		cursor: pointer;
		font-size: 22px;
	}
	
	#mobileSubMenu img.hamburger {
		float: right;
		height: 30px;
	}
	
	#navigation {
		float: none;
		display: none;
		margin-top: 10px;
		width: 100%;
	}

	#navigation h4 {
		display: none;
	}

}


#siteleftnav{
    z-index: 1;
    position:fixed;
    width:200px;
    height: 100%;
    float:left;
    
    background-color: black;
}
#residual{


   
}

table tr td, table tr th{
	padding: 10px;
}


.carousel-element-wrapper{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 750px;    
}

@media(max-width:700px){
    .carousel-element-wrapper{
        height: 650px;
    }
}

@media(max-width:468px) {
	.company-common-parallax {
	display: none;
	}
    .carousel-element-wrapper{
        height: 350px;
    }
}


.header-info{
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 25px 0;
    font-size: 13px;    
}

.header-info a{
    color: #00A0E0;
	font-size: 20px;
}
.header-info a:hover{
    text-decoration: none;
	color: #00A0E0;
}

.header-info ul.header-info-list {
    background-color: rgba(255, 255, 255, 0.95);
}

.header-info ul.header-info-list li {
    color: black;
    font-weight: 400;
    font-family: "Helvetica Neue";
}

@media (max-width:700px)
{
.header-info{
    display: none;   
}
    
}

.header-info > ul{
    list-style: none;
    margin: 0;
    padding: 0; 
}

.header-info > ul > li{
    float: left;
    margin-left: -4px;
    font-weight: 600;    
}
.header-info > ul > li > span{
    margin-right: 5px;
    margin-top: 7px;
    color: #00A0E0;
}

.header-info li.social-icon i{
    margin-left: 5px;
    height: 35px;
	border: 8px solid white;
    background-color: white;    
}
.header-info li.social-icon a:hover i{
    color: #00A0E0;
    text-decoration: none;    
}

.glyphicon {
	top: 3px !important;
}




@media (max-width:700px)
{
    .header{
        min-height: 50px;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #00A0E0;
        padding:10px 0;
    }
    
    .header .container{
        padding-right: 0;
        padding-left: 0;
    }
    
}
@media (min-width:701px)
{
    .header{
        left: 0;
		right: 0;
        min-height: 50px;
        position: absolute;
        background-color: transparent;
        top:0px;
        z-index: 100;
    }    
}

.header .headerlogoimgmobile{
    height:45px;
    margin-top:5px;
} 

nav ul li {
    background-color: rgba(255,255,255,0.9);
}

nav ul li a{
    color:#00A0E0;
}

.nav>li>a:hover, .nav>li>a:focus{
    background-color:  #00A0E0;
    color: #fff;
}

.navbar-header .navbar-brand{
    padding: 0 15px;
}
.navbar-header .navbar-toggle{
    background: #00A0E0;    
}
.navbar-header .navbar-toggle span.icon-bar{
    background: #fff;    
}


.navbar-nav .dropdown-menu {
    left: 0;
    right: auto;
    background-color: rgba(255,255,255,0.9);
    border-radius: 0px;
    border:0px;
    margin-top: 0px !important;
    padding:0px !important;
}


.navbar-nav .dropdown-menu li>a {
    color:#fff;
}
.navbar-nav .dropdown-menu li>a:focus,.navbar-nav .dropdown-menu li>a:hover {
    background: #00A0E0;
    color:#fff;
}
.navbar-nav .dropdown-menu .active>a, .navbar-nav .dropdown-menu .active>a:focus,.navbar-nav .dropdown-menu .active>a:hover {
    background: #00A0E0;
    color:#fff;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus
{
    background: #00A0E0;
    color:#fff;    
}

/*to enable not only click, but also hover state on the submenus*/
.navbar-nav .dropdown:hover .dropdown-menu {
    /*display: block;*/
 }

 
.navbar-nav li.search{
    margin-left: 10px;
    background: #00A0E0;
    padding:15px;
    min-height: 50px;
    color:#fff; 
    
 }
 @media (max-width:700px)
{
    .navbar-nav li.search{
       margin-left: 0px;
    }   
}
 
 
 
.navbar-nav li.search a:hover{
    background: #00A0E0;            
 }
.navbar-nav li.search a:focus{
    background: #00A0E0;            
 }         

.navbar-nav li.search .fa-search
 {
    background: none;
    border: none;
    outline: none;            
 }

 #sitesearch{
    background-color: #00A0E0;
    width:100%;
 }

 #sitesearch input[type="text"]{
    background: none;
    border: none;
    font-size: 24px;
    margin: 30px 0;
    padding-right: 20px;
    width: 100%;
    outline: 0;
    text-align: center;
 }
 
 #sitesearch ::-webkit-input-placeholder {
    color: #333;
 }         

.header .headerlogoimg
{
height: 90px;
}

.affix{
	position: fixed;
    left:0px;
    right:0px;
    min-height: 50px;
    background-color: rgba(255, 255, 255, 1.0);
    border-bottom: 1px solid #00A0E0;
    margin-top:-88px;

}

.affix .navbar-brand{
    padding: 7.5px 15px;
}
.affix .navbar-brand-fixed{
    padding: 7.5px 15px;
}


.affix .navbar-brand .headerlogoimg{
    height:35px;    
}
.affix .navbar-brand-fixed .headerlogoimg{
    height:35px;    
}

.affix a.navbar-brand{
    display: none;   
}

.navbar-brand-fixed{
    display: none;
}
.affix .navbar-brand-fixed{
    display: block;
}






.company-values{
    bottom: 100px;
    left: 0;
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 15;
    
}

.company-values-content {
    background-color: rgba(255, 255, 255, 0.80);
    color: black;
    padding: 15px;
    font-size: 14px;
    min-height: 155px;
    margin-bottom:5px;
	border-bottom: 8px solid #00A0E0;
}

.company-values-content:hover {
    background-color: #fff;
    color: #00A0E0;
}

.company-values-content span {
    margin-right: 15px;
    margin-top: 15px;
    font-size: 40px;
    line-height: 40px;
}


@media(max-width:767px){
    
    .company-values{
        bottom: 45px;
        left:0;
        right:0;
    }
    
    .company-values-content{
        min-height:50px;
    }
    
    .company-values-content span {
        margin-top: 0px;
        font-size: 1.1em;
        line-height: 1.1em;
    }
    
    .company-values-content h2 {
        margin: 0px;
        font-size: 1.1em;   
    }
    

    .company-values .company-values-content p{
        font-size: .8em;
        margin-bottom: 0px;
        display: none;
    }    
    
    
}
@media(min-width:768px){
	
    
    
    
}
@media(max-width:992px) and (min-width:768px){
    .header .container{
        margin-left:0;
        margin-right:0;
      }
}
@media(min-width:1200px){
    
}













.parallax-section {
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-attachment: fixed;
    background-position: center top!important;
    width: 100%;
    min-height: 300px;
    color: #fff;
    font-size: 18px;
}

.parallax-content {
    padding-bottom: 70px;
    padding-top: 70px;
	/// text-shadow: 1px 1px 1px #697e1a; ///
}




.company-common-parallax {
    background-image: url("/core-index/ibooking/layouts/traen/traen-top.jpg"); 
    height: 250px; !important
}

.company-common-parallax .container {
    /*background-color: rgba(0,0,0,0.80);*/   
}

.company-common-parallax .parallax-content {

}





#company-fact {
    background-image: url("/core-index/ibooking/layouts/arena2015/images/bg/15.jpg");   
}

#company-fact .container {
    /*background-color: rgba(0,0,0,0.80);*/   
}

#company-fact .parallax-content {
    padding-top:60px;  
}

#company-fact .parallax-content h1 {
    font-weight: 700;
}

.parallax-content h1 {
    text-transform: uppercase;
    line-height: 48px;
	text-shadow: 2px 2px #2d2d2d;
}

#company-fact .funs {
    margin-top: 40px;
}

#company-fact .funs i {
    font-size: 48px;
    margin-bottom: 20px;
}

#company-fact h3.timer {
    font-size: 120px;
    margin-bottom: 0;
    margin-top: 40px;
}





#company-promo {
    background-image: url("/core-index/ibooking/layouts/traen/traen-medlem.jpg");
	height: 650px;
}

#company-promo .parallax-content {
    padding-top: 200px;
}

#company-promo .btn.btn-default {
    border: 1px solid #00A0E0;
    border-radius: 1;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
    padding: 20px 80px 17px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00A0E0;
}

#company-promo .btn.btn-default:hover {
    border: 1px solid #fff;
    color: #00A0E0;
    background-color: #fff;
}







#company-news-slider {
    overflow: hidden;
    color:#000;
    margin-top:75px;
    margin-bottom: 100px;
}

#company-news-slider .section-title {
    padding-bottom: 0px;
}

#company-news-slider .section-title h3{
    color: #000;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#company-news-slider hr.title-border {
    background-color: #000;
    height: 1px;
    width: 184px;
    margin-bottom: 30px;
}










#company-blog {
    overflow: hidden;
    color: black;
    padding-top: 75px;
	animation: none; !important
}

#company-blog .padding-bottom {
    padding-bottom: 105px;
}
#company-blog .padding-top {
    padding-top: 90px;
}

#company-blog .section-title {
    padding-bottom: 85px;
}

#company-blog .section-title h3 {
    color: #000;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#company-blog .title-border {
    background-color: #000;
    height: 1px;
    width: 184px;
    margin-bottom: 30px;
}

#company-blog .single-blog {
    margin-bottom: 30px;
    overflow: hidden;
    height: 354px;
	animation: none; !important
}

#company-blog .single-blog:hover .post-date {
    background-color: rgba(255, 255, 255, 0.95);
    color: #00A0E0;
}

#company-blog .blog-image {
    width: 40%;
    float: left;
    position: relative;
}

#company-blog .blog-image img {
    width: 222px;
    height: 354px;
}

@media(max-width:768px) {
	#company-blog .single-blog {
		height: auto;
	}
	#company-blog .blog-image img {
		height: auto;
	}
	.parallax-section {
    background-attachment: scroll;
	}
}

#company-blog .post-date {
    background-color: rgba(255,255,255,0.95);
    color: #00A0E0;
    font-size: 48px;
    font-weight: 400;
    line-height: 30px;
    padding: 20px 25px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
	display: none;
}

#company-blog .post-date span {
    font-weight: 300;
    font-size: 18px;
    display: block;
}

#company-blog .entry-content {
    width: 60%;
    float: left;
    padding: 10px 40px 40px 35px;
    height: 100%;
    font-weight: 300;
    background-color: #f5f5f5;
}

#company-blog .entry-content a h2 {
    color: #454545; !important
    line-height: 32px;
    margin-bottom: 20px;
}

#company-blog .entry-content a:hover h2 {
    color: #00A0E0; !important
	text-color: #454545; !important
    line-height: 32px;
    margin-bottom: 20px;
	text-decoration: underline !important;
}

#company-blog .blog-image a.mobile-link {
	display: none;
}

@media(max-width:468px) {
	.parallax-section {
    background-attachment: scroll;
	}
	#company-blog .post-date {
		float: right;
	}
	#company-blog .blog-image {
		float: none;
		width: 100%;
	}
	#company-blog .blog-image a.mobile-link {
		display: block;
	}
	#company-blog .blog-image a.desktop-link {
		display: none;
	}
	#company-blog .blog-image a.mobile-link img.img-responsive {
		float: none;
		width: 100%;
	}
	#company-blog .entry-content {
		float: none;
		width: 100%;
	}
	#company-blog .entry-content a h2 {
		font-size: 20px;
		word-wrap: break-word;
		line-height: 24px;
	}
}

#company-blog .entry-meta {
    margin-bottom: 20px;
}

#company-blog .entry-meta span a {
    color: #333;
    margin-right: 18px;
    font-size: 16px;
    font-weight: 300;
}

#company-blog .btn.btn-primary {
    background-color: #00A0E0;
    color: #fff;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 18px;
    padding: 10px 20px;
}

#company-blog .btn.btn-primary:hover {
    background-color: #fff;
    color: #00A0E0;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 18px;
    padding: 10px 20px;
}




#company-about{
    overflow: hidden;
    color:#000;
    margin-top:75px;
    margin-bottom: 75px;
}

#company-about .section-title {
    padding-bottom: 60px;
}

#company-about .section-title h3{
    color: #000;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;    
}

#company-about hr.title-border {
    background-color: #000;
    height: 1px;
    width: 184px;
    margin-bottom: 30px;
}

#company-about .about-content h2 {
    margin-bottom: 25px;
}

#company-about .heading {
    margin-bottom: 35px;
}


#company-about .overlay a.folio-detail, #company-about .overlay a.folio-link, #company-about .overlay p, .overlay h2, #company-about .overlay, #company-about .overlay h4 {
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

#company-about .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
    background-color: rgba(218, 220, 86, 0.85);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#company-about p {
    font-weight: bolder;
}

#company-about .team-member{
    margin-bottom: 15px;
}

#company-about .team-member:hover .overlay, 
#company-about .team-member:hover .overlay p, 
#company-about .team-member:hover .overlay h4, 
#company-about .team-member:hover .social-icons {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#company-about .member-image
{
    text-align: center;
    overflow: hidden;    
}

#company-about .member-image img
{
    max-width: 300px;
    margin:0 auto;
}









#company-price-presentation {
    overflow: hidden;
    padding:75px 0;
}

#company-price-presentation .section-title {
    padding-bottom: 85px;
}

#company-price-presentation .section-title h3 {
    color: #000;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#company-price-presentation .title-border {
    background-color: #000;
    height: 1px;
    width: 184px;
    margin-bottom: 30px;
}

#company-price-presentation .single-table {
    background-color: #fafafa;
}


#company-price-presentation .single-table h2 {
    background-color: #f2f2f2;
    padding: 23px;
    margin-top: 0;
    margin-bottom: 0;
    font-size:16px;
}

#company-price-presentation .single-table:hover h2:first-child {
}

#company-price-presentation .single-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#company-price-presentation .single-table ul {
    padding: 5px 23px;
}

#company-price-presentation .single-table ul li {
    margin-top: 15px;
}

#company-price-presentation .single-table.featured-table h2 {
    background-color: #111;
    color: #fff;
}

#company-price-presentation .single-table.featured-table .btn-signup{
    background-color: #000;
    color: #fff;
}

#company-price-presentation .single-table:hover .btn-signup {
    background-color: #00A0E0;
    color: #000;
}

#company-price-presentation .price {
    font-size: 14px;
    background-color: #dedede;
    padding: 9px 23px;
    margin-bottom: 0;
}

#company-price-presentation .price span.dollar-icon {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: -5px;
}

#company-price-presentation .price span {
    font-size: 24px;
    font-weight: 700;
}

#company-price-presentation .btn-signup {
    background-color: #dedede;
    border: medium none;
    border-radius: 0;
    color: #454545;
    display: block;
    margin-bottom: 0;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
}















.footer{
    background:#fff;
    padding: 40px 0;
    color:#333;

}

.footer h3.title{
    font-size: 24px;
    font-weight: 100;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;               
}


.footer h3:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    left: 0;
    margin-top: -10px;
    border-bottom: 1px solid #cecece;
    z-index: 0;
}

.footer h3 span {
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding: 0 10px 0 0;            
}

.footer ul, ul.latest_news {
    margin: 0;
    padding: 0;
    list-style: none;              
}

.footer ul li, ul.latest_news li {
    line-height: 30px;
    border-bottom: 1px dashed #cecece;
    position: relative;            
}

.footer ul li:before, ul.latest_news li:before {
    content: "\f111";
    color: #353535;
    position: absolute;
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 9px;
    top: 9px;
    border: 2px solid rgba(0, 0, 0,.1);
    border-radius: 100%;          
}        

.footer ul li a, ul.latest_news li a{
    color: #323232;
    padding-left: 25px;            
}

.footerbar{
    background-color: #353535;
    padding:65px 0;
    color:#c1c1c1;
    font-size: .9em;
}

.footerbar .designedBy{
    height:20px;
    vertical-align: middle;
}

.footerbarlogo img
{
    max-width: 150px;
    margin:0 auto;

}

.newsRelated {
	width: 30%;
	margin-top: 0px;
	float: right;
}

@media (max-width: 568px) {
	.newsRelated {
		float: none;
		clear: both;
		width: 100%;
	}
}


.newsRelatedEntry {
	margin-bottom: 30px;
}

div.newsContainer {
	width: 65%;
	float: left;
}

@media (min-width: 468px) and (max-width: 768px) {
	div.newsContainer {
		font-size: 12px;
	}
}

@media (max-width: 568px) {
	div.newsContainer {
		width: 100%;
		float: none;
	}
}

.frontpage-box {
	cursor: pointer;
	height: 
}

@media(min-width:800px){

    .footerbarlogo
    {
        position:absolute;
        width:150px;
        left:50%;
        margin-left:-75px;
        margin-top: -40px;

    }

    .footerbarcopyright
    {
        text-align:right;
    }
   
}

@media(max-width:799px){
    
    .footerbarlogo, .footerbarcopyright
    {
        margin-top: 20px;
        text-align:center;
    }    
}
@media(max-width:1024px){
.parallax-section {
    background-attachment: scroll;
	}
}

#company-static-content{
    margin:35px 0;
}

.col-md-3{
	padding-bottom: 30px;
}

a.submit {
background-color: #00A0E0;
color: white;
border: none;
}

a.submit:hover {
color: #00A0E0;
background-color: white;
border: 1px solid #00A0E0;
text-decoration: none;
}

.glyphicon-chevron-left {
top: 50% !important;
}
.glyphicon-chevron-right {
top: 50% !important;
}

h2.messageSent {
    color: #00A0E0;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

a:hover {
text-decoration: none;
}

iframe {
	width: 1px;
	min-width: 100%;
	*width: 100%;
}
.h2-m {
margin-top: 25px;
font-size: 2em;
text-align: center;
}

a.btn.btn-lg {
color: #fff;
background-color: #00A0E0;
border: 2px solid #00A0E0;
font-size: 21px;
padding-left: 65px;
padding-right: 65px;
}
a.btn.btn-lg:hover{
color: #00A0E0;
background-color: #fff;
border: 2px solid #00A0E0;
font-size: 21px;
padding-left: 65px;
padding-right: 65px;
}