	/*
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:18px;
    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: 102%;
    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: 22px 0;
    font-size: 13px;    
}

.header-info a{
    color: #3a5795;
}
.header-info a:hover{
    text-decoration: none;
	color: #f84831;
}

.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: #f84831;
}

.header-info li.social-icon i{
    margin-left: 14px;
	margin-top: 7px;
    height: 33px;
	font-size: 20px;    
}
.header-info li.social-icon a:hover i{
    color: #f84831;
    text-decoration: none;    
}

.glyphicon {
	top: 3px !important;
}




@media (max-width:700px)
{
    .header{
        min-height: 50px;
        background-color: rgba(44, 44, 44, 1.0);
        border-bottom: 1px solid #f84831;
        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: 17px;
    margin-left: 20px;
} 

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

nav ul li a{
    color:#f84831;
}

.nav>li>a:hover, .nav>li>a:focus{
    background-color:  #f84831;
    color: #FFF;
}

.navbar-header .navbar-brand{
    padding: 0;
	margin-top: -16px;
}
.navbar-header .navbar-toggle{
    background: #f84831;    
}
.navbar-header .navbar-toggle span.icon-bar{
    background: #fff;    
}


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


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

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus
{
    background: #f84831;
    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: #f84831;
    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: #f84831;            
 }
.navbar-nav li.search a:focus{
    background: #f84831;            
 }         

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

 #sitesearch{
    background-color: #f84831;
    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: 80px;

}

.affix{
	position: fixed;
    left:0px;
    right:0px;
    min-height: 50px;
    background-color: rgba(44, 44, 44, 1.0);
    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 !important;   
}

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






.company-values{
    bottom: 100px;
    left: 0;
    position: absolute;
	word-wrap: break-word;
    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: 175px;
    margin-bottom:5px;    
}

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

.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/frisk3mo/images/frisk3-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: 1px 1px 1px gray;
}

#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/frisk3mo/images/frisk3-medlem.jpg");
	height: 650px;
}

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

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

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







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

#company-news-slider .section-title {
	padding-top: 20px;
    padding-bottom: 15px;
}

#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: #f84831;
    // 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: #f84831;
}

#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: #f84831;
    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: #f84831; !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: #f84831;
    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: #f84831;
    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: #f84831;
    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: #f84831;
color: white;
border: none;
}

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

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

h2.messageSent {
    color: #f84831;
}

@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;
    }
}

h2 {
font-size: 28px;
}
a {
color: #f84831;
}
a:hover {
color: #f84831;
text-decoration: none;
}

.dropdown-menu {
font-size: 16px !important;
}

/* Bootstrap rows */

.parentbootstrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}
.btn-primary {
background-color: #f84831;
border: 0px;
}
.btn-primary:hover {
background-color: #e4432e;
border: 0px;
}
.btn-primary:focus {
background-color: #e4432e;
border: 0px;
}
.btn-primary:active {
background-color: #e4432e;
border: 0px;
}
