@charset "utf-8";
/* CSS Document */

body{
	margin-top:0;
	background:#EEECED;	
}

.grey{
	  border-top:2px solid #ccc;
	background:#CEDEEE;	
}

.grey h3{
	font-weight:300;	
	color:#002244;
}

.grey ul li{
	list-style-type:square;
	line-height:180%;		
    line-height: normal;
    margin: 0 0 1px -35px;
    padding: 3px;
	padding-top: 3px;
	padding-left: 3px;
    display: block;
    font-size: 16px;
    background: rgba(0, 0, 0, 0) url("../images/pin-blue.png") no-repeat scroll 0 0 / 20px auto;
    padding-left: 30px;
    padding-top: 0;
	font-size:14px;
}

.propostaValore{
	font-family:"PT Sans Narrow",sans-serif !important;

}

.fusion-secondary-header {
    background: #005eb8;
    color: #fff;
    height: 43px;
    line-height: 30px;
}

.fusion-secondary-header a{ 
	color:#fff;
}



header{
  border-top:7px solid #67B7E1;
  border-bottom: 4px solid #ff6600;
  margin-bottom:10px;
  background:#fff;
}

.header-contact{
	padding-top:25px;	
	text-align:center;
	margin-left:15px;
}

.contact-link{
	color:#67B7E1 !important; 
	font-size:18px;	
}

.nav{
	border:none;	
}


.navbar{
	margin-bottom:0px;	
	border:none;
}

.navbar-default {  
  font-family: 'Open Sans', sans-serif; 
  padding-top:10px;
  padding-bottom:0px;
  font-size: 17px;
  font-weight:400;
  width:100%;
  border-radius:1px;  
  text-transform:uppercase;
  background-color: #fff;

}


.navbar-home {  
  background:transparent url('../images/menu-bg-black.png') repeat;
  border-color: #005eb8;
  font-family: 'Open Sans Condensed', sans-serif;  
  border:none;
  border-radius:1px;
  position:absolute;  
}

.navbar-pages{
  background-color: #85b8d9;  
  border-color: #005eb8;
}

.navbar-default .navbar-brand {
  color:#898989;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color:#898989;
}
.navbar-default .navbar-text {
  color:#898989;
}
.navbar-default .navbar-nav > li > a {
  color:#898989;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color:#898989;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color:#898989;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #005eb8;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #005eb8;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #005eb8;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #005eb8;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #005eb8;
}
.navbar-default .navbar-toggle {
  border-color: #005eb8;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #005eb8;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

.form-control{
	border-radius:0;
}

.input-group-addon{
	border-radius:0;
}

.btn{
	border-radius:0;
}

.breadcrumb {
	background:#fff;
    border-radius: 4px;
    font-size: 12px;
    list-style: outside none none;
    padding: 0 5px;
	margin-bottom:10px;
}

.label{
	border-radius:0;
	font-size:80%;
	line-height:2.3; 
}

.content h1{
	color:#2eaadc;	
	font-weight:bold;
    font-size: 36px;
	margin-top:0;
	padding:0;
}

.product-top-info{
	text-align:right;
	font-weight:700;
	font-size:14px;
	color:#333;	
}


.panel-info > .panel-heading {
    background-color: #67b7e1;
	border:none;
    color: #fff;
}


.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.panel-default {
    border-color: none !important;
}

.panel {
    margin-bottom: 15px;
    background-color: #fafafa;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-body {
    padding: 12px;
	background:#fff;
}

.panel-filters-title{
	box-shadow:none;
	border-radius:0;
	margin-bottom:15px;
}
 
.panel-filters-title > .panel-heading{
	box-shadow:none;
	border-radius:0;
}

.filters-list	{
	list-style-type:none;
	margin-left:-30px;
}

.product-price-from{
	font-size:19px;
	font-style:italic;
	font-weight:normal;	
	text-align:right;
}

.product-price-amount{
	color:#000;
	font-family: 'Open Sans Condensed', sans-serif; 	
	font-size:42px;
	font-weight:700;
	text-align:right;
}

.panel-product{
	position:relative;	
	border:none;
	box-shadow:none;
	border-radius:0;
	margin-bottom:15px;	
}

.product-body{
	line-height:1.5;
}

.product-body dt{
	text-align:left;
	color:#777;
	width:105px;
	font-weight:normal;
	font-size:12px;
}

.product-body dd{
	margin-left:113px;
	font-size:12px;	
}

.product-title{
	font-size:20px;
	color:#707070 !important;
	font-family: 'Open Sans';	 	
	font-weight:700;
	margin-top:10px;
}

.product-price{
	padding-bottom:10px;	
	text-align:right;		
	height:100%;
}

.product-price span{
	margin-top:6px;
	font-family: 'Open Sans Condensed', sans-serif; 	
	font-size: 20px;
	text-align:right;	
	color:#868789;
	min-height:20%;
}

.product-price h3{ 
	font-family: 'Open Sans Condensed', sans-serif; 	
	font-size:34px;	
	font-weight: 700;	
	margin-top:0;	
	margin-bottom:6px;	
	color:#2EAADC;	
	min-height:30%;
}

.prduct-time{
	
}

.product-time p{
	margin-bottom:5px;
}

.btn-product{
	margin-top:17px;	
}

.panel-filters{
	margin-bottom:10px;
	border:none;	
	border-radius:0;
	box-shadow:none;
}

.panel-filters > .panel-body{
	padding: 0 15px 5px;	
}

#sliderBudger{
	margin-bottom:10px;
}

.product-detail-price{
	color:#2EAADC;
	font-family:'Open Sans';	
}

.product-page-detail-title{
	color:#565656;	
	font-weight:700;
	font-size:36px;
}

ul.hightlights-list li{
	list-style-type:none;
	margin-left:-35px;
	font-size:18px;
}

.limit-sort-row label{
	color: #9c9d9f;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

.input-xs{
	font-size: 11px;
    height: 30px;
    line-height: 1.42857;
    padding: 7px;	
}

/*.h2, h2 {
    color: #707070;
    font-size: 30px;
}
.h3, h3 {
    color: #707070;
    font-size: 24px;
}
.h4, h4 {
    color: #005eb8;
    font-size: 16px;
}
.h5, h5 {
    color: #707070;
    font-size: 14px;
}
.h6, h6 {
    color: #707070;
    font-size: 12px;
}*/

.h4, h4 {
    color: #707070;
    font-size: 16px;
}

p {
    margin: 0 0 10px;
}

.slider-wrap{
	width:80%;
	margin:auto;
	padding:50px;
}

#slider{
	background:url('../images/redroom_2017_lg.jpg') center no-repeat;
	min-height:600px;	
	color:#fff;
	border-bottom:3px solid #ff6600;
}

#home-text{
	padding-top:35px;
}

#home-text h1{
	font-size:50px;	
}

#home-text h1,#home-text h2{

/*	font-weight: 400;
	line-height: 1.25;
	padding: .1em 0 .175em;
	border-style: solid;*/
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
	border-width: 4px 0;
	border-color: currentColor;
	font-family: "PT Sans Narrow",sans-serif;	
	text-shadow:2px 2px 4px #154B84;
}

#home-text h1{
		
}

#home-text h1 span{
	padding:2px;
}


@media screen and (max-width: 767px) {
	.fusion-contacts{
		text-align:center;
		padding:0 !important;
	}
}

@media screen and (min-width: 768px) {
	#slider{
		background-size:100%;	
	}
	
	.fusion-contacts{
		margin-top:55px;
		padding-left:100px;
		float:right;
	}
}

/*#slider h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}*/

h2.home-section-title{
	font-size:36px;
	color:#57585a;
	font-weight:700;
	margin-bottom:5px;
}

p.home-section-desc {
    color: #9c9d9f;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.top-destination {
    background-repeat: no-repeat;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 200px;
    padding: 22% 15px 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#top-deals{
	background:#f5f5f5;
}

.top-destination-desc{
	text-align:center;
	color:#777;
	margin-bottom:10px;	
}

.top-deals-title{
	font-size:15px;
	margin-bottom:10px;
	color:#57585A;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;  
}

.searchby{
    background-repeat: no-repeat;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 200px;
    padding: 22% 15px 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.searchby-desc{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:10px;
	color:#57585A;
	font-weight:700;
	font-family: 'Open Sans Condensed', sans-serif;  
}

.grigio{
	background:#d9dadb;			
	color:#9c9e9f;
	font-size:15px;
	padding:5px;
	text-align:center;
}

.grigio-separatore{
	border-right:1px solid #fff;
}

.row-gallery{
	margin-top:2px;	
}

.row-veicolo{
	margin-bottom:5px;	
}

.col-gallery{
	padding-right:2px;
	padding-left:0;	
	float:left;
	width:12.50%;
}

.bottom{
	border-top:7px solid #67B7E1;
	background:#002244;	
	color:#67B7E1;
}

.bottom h3{
	color:#67B7E1;
	font-size:14px;	
	font-weight:bold;
}


.bottom a{
	color:#67B7E1;	
}

.bottom ul li{
	list-style-type:none;
	margin-left:-40px;
}

.bottom-top{
	color:#fff;
	margin-top:10px;
	border-bottom:1px solid #fff;
}

footer{
	background:#001530;
	color:#67B7E1;
	font-size:12px;
	border-top:1px solid #67B7E1;
}

.copyright{
	padding-top:13px;	
	font-size:11px;
}

.copyright a{
	color:#fff;
}

.bottom a{
	color:#fff;
}


#social h3 small{
	color:#fff;
}

.social-bg-left,.social-bg-right{
    position: absolute;
    width: 50%;
	height:57px;	
	float:left;	
}

.social-bg-left {
    background: #4C70AA;     
}
.social-bg-right {    
    background: #DD4F42; 
	right:0;
}

.social-fb{	
	background:#4C70AA;
	color:#fff;
	margin:0;
}

.social-tw{
	background:#71B9E2;	
	color:#fff;	
	margin:0;	
}

.social-ta{
	background:#6BA254;
	color:#fff;
	margin:0;	
}

.social-gp{
	background:#DD4F42;
	color:#fff;
	margin:0;	
}

a.btn-footer {
    background-color: #fff;
    border-color: #ccc;
    color: #4e91b6;
	border-radius:0;
	margin-top:5px;
}

.btn-info {
    background-color: #38a9db;
    color: #fff;
}

.btn-info:hover {
    background-color: #005eb8;
    color: #fff;
}

.btn-transfer{
	margin-top:10px;	
	margin-bottom:10px;
}

.nav-prod-filters li{

}

.nav-prod-filters li a{
	color:#fff;	
	background:#b1b2b4;
	border-radius:0;	
}

.nav-prod-filters li a:hover{
	border-radius:0;
	color:#38a9db;
    border-color: #ECECED;	
	background:#ECECED;
}


.nav-prod-filters > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a{
	background:#38a9db;
	border-color:#38a9db;
	border-radius:0;
	color:#fff;
}

.filter-box{
    background: #ececed none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 10px;
}

.filter-box  .control-label{
	font-weight:normal;
}

.filter-results{
    background: #fff none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.riquadro-booking {
    background: #dae1e5 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 10px;
}

#calendario > .ui-datepicker {
    display: none;
    margin-bottom: 10px;
    padding: 0.2em 0.2em 0;
    width: 100%;
}

.top-seller {
    background: rgba(0, 0, 0, 0) url("../images/top_deal.png") repeat scroll 0 0;
    display: block;
    margin: -2px;
    position: absolute;
    height: 80px;	
    width: 80px;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

/* Vista Mobile */
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #005eb8;
  } 
  
  .slider-wrap{
	min-width:300px;
	max-width:90%;
  }

  .grigio-separatore{
	border-right:none;
   }
   
	.col-gallery{
		width:25%;
		margin-bottom:2px;
	}
	
	.product-details,.product-price{
		width:90%;
		margin:0 auto;
	}
	
	.home-search-box{
		margin-top:5%;	
	}


	#home-text h1{
		margin-top:-10px;	
	}
}
	
/* Vista Desktop */
@media (min-width: 768px) {
	.product-details{
		padding-left:0;	
	}
	
	.product-price{
		padding-top:5px;
		padding-right:25px;	
	}
	
	.product-time{
		margin-bottom: 0;
		margin-top: 20px;
		min-height: 40px;
	}	
	
	.product-body{
		min-height:75px;	
	}
	
	.home-search-box{
		margin-top:6%;	
	}
	
	#home-text h1{
		margin-top:20px;	
	}
}
#flights iframe{
	width:100% !important;	
}

#dohop {
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.divider{margin-top:20px;margin-bottom:20px;}

.row-results{
    border-top: 3px solid #f9f9f9;
    background: #fff;
    margin: 0px;
}



h1.nomeStruttura{
	
}

.col-gallery{
	width:14%;
	flot:left;	
	margin-bottom:2px;
}

#LongDesc{
	display:none;	
}

#form-section-hotel{
	margin-top:10px;
	margin-bottom:10px;	
}

.btn-toggle-hotel {
    border-radius: 5px;
    background: #005eb8;
    border: none;
    padding: 10px 15px;
    color: #fff;
}

.destination-results {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 300;
    color: #888;
}


.alert-filters {
    border-radius: 0px !important;
    background: #f90 !important;
    text-align: center;
    margin-top: 6px;
}

.alert-filter-h3{
	margin-bottom: 5px !important;
    margin-top: 5px !important;
	color:#fff;
}

.hotel-photo{
	/*width:180px !important;
	height:120px !important;
	background-size:100% !important;
	background-position:center center !important;	
	background-repeat:no-repeat !important;
	margin-right:15px;
	margin-left:15px;	*/
}

.bg-grey{
    background:#f1f1f1;
    padding: 15px;
	
}

.h3_grey{
	margin-top:5px;	
}

.headeLineStruttura {
}

.descrizioneStruttura{
	margin-top:5px;	
}


#basic-check-in {
    height:40px;

}

#basic-check-out {
    height:40px;

}

#hotel-details-rooms-number-selector {
    height:40px;

}


#hotel-details-adults-number-selector {
    height:40px;

}

#hotel-details-children-selector {
    height:40px;

}

#nationality-selector {
    height:40px;

}

#hotel-search-form {
    padding: 15px;
}

h1.nomeStruttura {
    color:#005eb8;

}


.fusion-contact-info{
	padding:5px;	
}

.fusion-header-separator{
	margin-left:5px;
	margin-right:5px;		
	font-size:12px;
}

.fusion-logo{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;	
}



.small{
	font-size:11px;	
}

.col-tipologia{
	font-size:13px;
    color:#555;
    padding: 6px;
}


.col-posti-letto{
	font-size:14px;
    color:#777;
    font-weight: 700;
    text-align: center;
    padding: 6px;
}

.col-pasto{
	font-size:13px;
    color:#777;
    padding: 6px;
}

.col-cxl {
	    padding: 6px;

}

.cxl-policy {
    font-size: 12px;
    color: #fff;
    background: #ccc;
    padding: 4px 15px;
    border-radius: 500px;
    text-align:center;
}

.col-prezzo{
	font-size:16px;
    color:#555;
    font-family: 'Open Sans';
    font-weight: 700;
    padding: 6px;
}

.btn-warning {
    color: #fff;
    background-color: #67b7e1;
    border-color: #67b7e1;
    height: 27px;
    line-height: 18px;
    margin: 7px 0px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #67b7e1;
    border-color: #67b7e1;
    height: 27px;
    line-height: 18px;
    margin: 7px 0px;
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    background-color: #ccc;
    border-radius: 100px;
}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d5d5d5;
    box-shadow:none !important;
}   

.text-warning {
    color: #f90;
} 

a {
    color: #555;
    text-decoration: none;
}

.alert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 25px;
    height: 40px !important;
}

.row-details {
    border-top: 3px solid #f9f9f9;
    padding-top: 10px;
    background: #fff;
    margin: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #005eb8;
    border-color: #fff;

}

.riepilogo-struttura{
	background:#F2F2F2;
	padding:10px;
}

.main-destinations-text{
	text-align:center;	
}

.link-destinazione{
	cursor:pointer;	
}

#SearchBox,#SearchBoxShuttle{
	padding:30px;	
}

.alert-danger{
	color:#fff;
	background:#ED1417;	
}

.home-search-box{
	font-size:115%;
	background: rgba(0, 59, 121,0.8);
	border-radius:5px;
	color:#fff;
	border:2px #1a9cd4 solid;	
	padding:5px 10px 5px 10px;
	postion:relative;
	margin-top:150px;
}


.destination-box h4{
	font-family: "PT Sans Narrow",sans-serif;	
	text-shadow:2px 2px 4px #fff;
	background: rgba(255,255,255,0.7);

	color:#154B84;
	position:absolute;
	margin:30% auto;
	margin-left:-10px !important;
	z-index:999;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	width:100%;
	font-weight:bold;
}

#SearchBox,#SearchBoxShuttle{
	padding:0px;
	font-size:16px;
}

.box_grigio{
	background:#f7f7f7;	
		border:1px solid #c7c7c7;
	padding:10px;
	margin-bottom:10px;
}

#SearchBox label,#SearchBoxShuttle label{
	font-weight:normal;	
}

#SearchBox input,#SearchBox select,#SearchBoxShuttle input,#SearchBoxShuttle select{
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
}

#SearchBox .btn{

}

#data_prenotazione1[readonly]{
    background-color: #fff;
    opacity: 1;
}

#data_prenotazione_ritorno[readonly]{
    background-color: #fff;
    opacity: 1;
}

#SearchBox .form-group,#SearchBoxShuttle .form-group{

}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #005EB8;
    border-color: #005EB8;
}

#SearchBox h2,#SearchBoxShuttle h2{
	margin-top:0px;
	padding:5px;	
	font-size:15px;
	color:#005eb8;
	font-weight:bold;
}

#ShuttleOutbound,#TransferRitorno{
	display:none;	
}



.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
  line-height: 1.4;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.btn-default {
    color: #000;
    background-color: #f7f7f7;
    border-color: #ccc;
}
.strong{
	font-weight:bold;	
}

.small{
	font-size:14px;	
}

.justify{
	text-align:justify;	
}

@media screen and (min-width: 768px) {
	.img-container > p {
	  margin-top:5% !important;
	}
}

.select2-container--default .select2-selection--single{
	height:38px !important;
	border-radius:2px !important;	
	line-height:36px !important;
}