/* 
/-----------------------------
IPS Styling
*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #dedede;
  color: #505050;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.spacer {
 height: 30px;
}

h1 {
  font-family: 'Raleway', sans-serif;
  color: #3aa1dd;
  font-size: 30px;
  font-weight:700;
  text-transform: uppercase; 
}

h2 {
  color: #505050;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 25px;
}

h5 {
  font-size: 16px;
  color: #151515;
  margin: 16px 0;
}

blockquote {
  background-color: #f2f2f2;
  margin: 0;
  margin-top: 5px;
  padding: 20px 30px;
  overflow: hidden;
}

blockquote p {
  float: left;
  width: 70%;
  width: calc(100% - 200px);
}

.blockquote-btn {
  margin-top: 6px;
  padding: 8px 20px;
  color: #fff;
  float: right;
  border: 1px solid #54bde1;
  overflow: hidden;
  
  background: #54bde1; /* Old browsers */
  background: -moz-linear-gradient(top,  #54bde1 0%, #54bde1 40%, #44abdf 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #54bde1 0%,#54bde1 40%,#44abdf 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #54bde1 0%,#54bde1 40%,#44abdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bde1', endColorstr='#44abdf',GradientType=0 ); /* IE6-9 */
  
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
}

	.blockquote-btn:hover{
		background: transparent;
		border-color: #39a0dc;
		color: #39a0dc;
		text-decoration: none;
	}
	
	@media all and (max-width: 550px) {
		blockquote p , .blockquote-btn{
		 width: 100%;
		 float: none;
		}
		blockquote {
			padding: 10px 30px 30px;
		}
	}

.page-wrapper {
  border-top: 3px solid #3aa1dd;
  margin: 0 auto;
  background-color: #fff;
  width: 90%;
  max-width: 1475px;
}

	@media all and (max-width:950px) {
		.page-wrapper {
			width: 100%;
		}
	} 
.content-wrapper {
  margin: 0 auto;
  width: 85%;
  max-width: 1120px;
  overflow: hidden;
}

header {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 85%;
  max-width: 1120px;
  overflow: hidden;
}

#mainmenu {
  float: right;
  padding: 0;
  margin-top: 28px;
}

#mainmenu li {
  list-style: none;
  float: left;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  padding: 0 10px;
}

#mainmenu li  a {
  color: #696969;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

#mainmenu li  a:hover {
  text-decoration: none;
  color: #44a9d5;
}

#mainmenu  .menu-item-active a {
  color: #44a9d5;
}

#custom-toggle {
    background: #3aa1dd url("images/hamburger.gif") no-repeat scroll 50% 33%;
    display: block;
    float: right;
    height: 55px;
	margin-top: 10px;
    overflow: hidden;
    text-indent: -9999px;
    width: 50px;
}

	@media (max-width: 550px) {
		#custom-toggle {
			height: 35px;
		}
	}
	
	@media (max-width: 450px) {
		#custom-toggle {
			margin-top: 5px;
		}
	}
	
	@media (max-width: 350px) {
		#custom-toggle {
			margin-top: 0px;
		}
		.header-row .col-lg-4  {
		  margin-top: 2px;
		}
	}
	
.header-row-menu {
	padding-left: 0px !important;
}

	@media (max-width: 1320px) {
		#mainmenu li{
			padding: 0 7px;
		}
	}
	
	@media (max-width: 1250px) {
		#mainmenu li{
			padding: 0 5px;
			font-size: 15px;
		}
		
		#mainmenu li.last {
			padding-right: 0px;
		}
	}
	
/* Responsive Nav */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#mainmenu li {
	  display: block;
	  width: 100%;
	}
	


@media screen and (max-width: 1150px) {

.menu-wide {
 display: none;
}
.nav-collapse{
 display: block !important;
}

#custom-toggle {
  display: block; float: right;
}
.header-row {
clear: both; 
}

.header-row  .col-lg-4 {
  width: 80%; float: left;
}

.header-row  .col-lg-8 {
  width: 20%; float: left;
}

.header-row {
 margin-top: 20px;
}

header { 
margin-top: 0px;
margin-bottom: 20px;
}

.nav-collapse{ 
  margin: 0;
  background-color: #3aa1dd;
}

#mainmenu{ 
  margin: 0;  
}

#mainmenu li {
 border-bottom: 1px solid #a1e2f1;
}

#mainmenu li  a {
display: block;
color: #a1e2f1;
padding: 5px 0;
  margin: 0 auto;
  width: 85%;
  max-width: 1120px;
  overflow: hidden;
}

#mainmenu li  a:hover {
 color: #fff;
}

#mainmenu li.menu-item-active  a {
  color: #fff;
}



}
	
@media screen and (min-width: 1150px) {
.nav-collapse{
 display: none !important;
}

#custom-toggle {
  display: none;
}


	#mainmenu li {
	  display: inline-block;
	  width: auto;
	}
	
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


.divider {
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  margin: 40px 0 40px;
}

ul.services-list li {
  list-style: none;
  background: url("images/arrow-blue-right.svg") no-repeat 0px 5px;
  padding-left: 30px;
  margin-left: 0px;
  margin-bottom: 12px;
}

ul.services-list {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 5px;
}




/* Logo */
.logo img {
 width: 90%;
 max-width: 317px;
}


/*
/------------------------------
/ Intro Header
*/

#introheader-home {
  margin-bottom: 50px;
  box-sizing: border-box;
  

  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64cee4+0,4eb6dd+51,39a0dc+100 */
  background: #64cee4; /* Old browsers */
  background: -moz-linear-gradient(top,  #64cee4 0%, #4eb6dd 51%, #39a0dc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64cee4', endColorstr='#39a0dc',GradientType=0 ); /* IE6-9 */
}

	
.introheader-home-img {
   background: url("images/ips-landingpage.jpg") no-repeat right top;
   background-size: contain;
      -webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
	
}

#introheader-home h1 {
	width: 500px;
	padding: 120px 30px 120px 0;
	color: #ffffff;
	font-size: 39px;
	line-height: 44px;
	
	margin: 0;
	
	 
   -webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
	
	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64cee4+0,4eb6dd+51,39a0dc+100 */
  background: #64cee4; /* Old browsers */
  background: -moz-linear-gradient(top,  #64cee4 0%, #4eb6dd 51%, #39a0dc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64cee4', endColorstr='#39a0dc',GradientType=0 ); /* IE6-9 */
}

/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    animation-duration:0.5s;
}

.fade-in.one {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}

#introheader-home h1 em {
  display: block;
  color: #3aa1dd;
  font-size: 30px;
  margin-bottom: 10px;
  font-style: normal;
}

	@media all and (max-width: 1500px) {
	  #introheader-home h1 {
			padding: 90px 30px 90px 0;
			width: 450px;
		}
	}
	@media all and (max-width: 1100px) {
	  #introheader-home h1 {
			padding: 70px 30px 70px 0;
			width: 400px;
		}
	}
	@media all and (max-width: 900px) {
	  #introheader-home h1 {
			padding: 60px 30px 60px 0;
			font-size: 35px;
			line-height: 35px;
			width: 320px;
		}
		#introheader-home h1 em {
		  font-size: 24px;
		  margin-bottom: 10px;
		}
	}
	@media all and (max-width: 900px) {
	  #introheader-home h1 {
			padding: 60px 30px 60px 0;
			width: 45%;
		}
	}
	@media all and (max-width: 780px) {
		#introheader-home h1 {
			padding: 45px 30px 45px 0;
			width: 50%;
			font-size: 32px;
			line-height: 35px;
			width: 270px;
		}
		#introheader-home h1 em { display: block; }
	}
	@media all and (max-width: 640px) {
		#introheader-home h1 {
			background: transparent;	
			padding: 110px 0 130px 0;			
		}
		#introheader-home h1 span {
			background-color: #3aa1dd;
			padding: 3px;
		}
		#introheader-home h1 em { color: #fff; }
		.introheader-home-img {
		   background-size: cover;
		}
	}
	
	@media all and (max-width: 500px) {
		#introheader-home h1 {
			width: 100%;	
		}		
	}
	
	@media all and (max-width: 500px) {
		#introheader-home h1 {
			display: none;
		}		
		#introheader-text-mobile {
		padding: 3px 0;
		margin-bottom: 20px;
			display: block !important;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64cee4+0,4eb6dd+51,39a0dc+100 */
  background: #64cee4; /* Old browsers */
  background: -moz-linear-gradient(top,  #64cee4 0%, #4eb6dd 51%, #39a0dc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64cee4', endColorstr='#39a0dc',GradientType=0 ); /* IE6-9 */

		}
		
		#introheader-text-mobile h1 {
			text-align: center;
		}
		#introheader-text-mobile h1 em {
			font-style: normal;
			display: block;
			font-size: 25px;
			margin-bottom: 10px;
			display: none;
		}
		
		#introheader-text-mobile h1 span {
			color: #fff;
			font-size: 26px;
			line-height: 30px;
		}
		
		#introheader-text-mobile h1 span  br {
			display: none;
		}
		
		#introheader-home {
			height: 220px;
			background: url("images/ips-landingpage.jpg") no-repeat right top;
			background-size: cover;
			margin-bottom: 0px;
		}
	}

	
	

#introheader-sub {
  margin-bottom: 35px;
  box-sizing: border-box;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64cee4+0,4eb6dd+51,39a0dc+100 */
  background: #64cee4; /* Old browsers */
  background: -moz-linear-gradient(top,  #64cee4 0%, #4eb6dd 51%, #39a0dc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64cee4', endColorstr='#39a0dc',GradientType=0 ); /* IE6-9 */

  }

	
.introheader-sub-img {
   background: url("images/ips-services-header.jpg") no-repeat right top;
   background-size: contain;
   -webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.2);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.2);	
}

	@media all and (max-width: 750px) {		
		#introheader-sub, .introheader-sub-img { 
		  height: 130px;
		}
	}

.introheader-sub-img--partner {
	background: url("images/ips-partner-header.jpg") no-repeat right top;
	background-size: contain;
}
.introheader-sub-img--services {
	background: url("images/ips-medical-header.jpg") no-repeat right top;
	background-size: contain;
}
.introheader-sub-img--team {
	background: url("images/ips-team-header.jpg") no-repeat right top;
	 background-size: contain;
}

#introheader-sub h1 {
	width: 500px;
	padding: 80px 30px 80px 0;
	color: #ffffff;
	font-size: 39px;
	line-height: 44px;	
	margin: 0;
}


	@media all and (max-width: 1500px) {
	  #introheader-sub h1 {
			padding: 70px 30px 70px 0;
			width: 500px;
		}
		.introheader-sub-img--team, .introheader-sub-img--services, .introheader-sub-img--partner, .introheader-sub-img {
			background-size: cover;
		}
	}
	
	@media all and (max-width: 1100px) {
	  #introheader-sub h1 {
			padding: 55px 30px 55px 0;
			width: 400px;
		}
		
		
	}
	@media all and (max-width: 900px) {
	  #introheader-sub h1 {
			
			font-size: 29px;
			line-height: 35px;
			width: 320px;
		}
	}
	@media all and (max-width: 750px) {
		#introheader-sub h1 {
			padding: 48px 30px 30px 0;
			width: 50%;
		}
		#introheader-sub h1.patientinformation, #introheader-sub h1.payment {
			padding: 30px 30px 30px 0;
		}
		#introheader-sub h1.payment {
			width: 40%;
		}
	}
	@media all and (max-width: 600px) {
		#introheader-sub h1 {
			background: transparent;
			
				
		}
	}
	
	@media all and (max-width: 500px) {
		#introheader-sub h1 {
			width: 80%;	
			display: none;
		}		
		#introheader-sub {
			margin-bottom: 20px;
		}
	}
	
	@media all and (max-width: 500px) {
		#introheader-sub h1 span{	
			background-color: #3aa1dd;
			padding: 3px;
		}		
	}
	
	@media all and (max-width: 400px) {
		#introheader-sub h1 {
			width: 100%;	
		}		
	}

	
	
	
	
/* Home Services */

.view-small {
	display: none;
}
	
@media (max-width: 1200px){
	.view-wide {
		display: none;
	}
	.view-small {
		display: block;
	}
}
@media (max-width: 768px) {
	ul.services-list { margin: 0px; }
	ul.services-list li {display: block; clear: both; margin: 0;}
	ul.services-list-noheading li {display: block; clear: both; margin-bottom: 12px;}
	.view-small .col-sm-6 { margin-bottom: 15px; }
	.services-list-container .col-lg-6 { margin-bottom: 15px; }
	.services-list-container .col-lg-6 h5{ margin-top: 0px; }
	.services-list-container h1 { margin-bottom: 40px !important; }
	ul.services-list li h5 { margin-bottom: 10px; }
}




/*
/-------------------------------------
/ Contact Form 
*/

#contact-area {
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #54bde1;
}

#contact-area .submit-button {
  margin-top: 6px;
  padding: 8px 25px;
  color: #fff;
  float: right;
  border: 1px solid #54bde1;
  font-size: 18px;
  
  background: #54bde1; /* Old browsers */
  background: -moz-linear-gradient(top,  #54bde1 0%, #54bde1 40%, #44abdf 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #54bde1 0%,#54bde1 40%,#44abdf 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #54bde1 0%,#54bde1 40%,#44abdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bde1', endColorstr='#44abdf',GradientType=0 ); /* IE6-9 */
  
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
}

	#contact-area .submit-button:hover{
		background: transparent;
		border-color: #39a0dc;
		color: #39a0dc;
		text-decoration: none;
	}
	

#contact-area input.submit-button {
	width: auto;
	float: right;
}

.alert {
	padding: 10px;
	margin-bottom: 20px;
}

.alert-success {
	background-color: #bceb99;
	border: 1px solid #81c94c;
}

.alert-danger {
	background-color: #fed4d4;
	border: 1px solid #d32f2f;
}

label.col-sm-2 {
	text-align: left;
	padding-top: 5px;
	font-size: 1em;
	width: 94px;
}



label.col-sm-2.control-label {
	padding-left: 0px;
}

.form-group .col-sm-10 {
	width: calc(100% - 105px);
}

.form-group .col-sm-10 input, .form-group .col-sm-10 textarea {
	width: 100%;
}

.imgscale img:hover, img.imgscale:hover {
    transform: scale(0.98);
}

@media (max-width: 768px) {
	.form-group .col-sm-10 {
		width: 100%; 
		padding-left: 0px;
		margin-top: 3px;
	}
}

p.text-danger {
  margin-top:0px;
  color: #ffffff;
  background-color: #d32f2f;
  position: relative;
  padding: 8px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  -khtml-border-radius: 5px; /* for old Konqueror browsers */
}


p.text-danger::after {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(211, 47, 47, 0);
	border-bottom-color: #d32f2f;
	border-width: 10px;
	margin-left: -10px;
}

/*
/-------------------------------------
/ Hotel Info 
*/

.hotel-info{
 overflow: hidden;
 background-color: #f1efef;
}


.hotel-info .col-lg-4 {
	width: 30% !important;
	width: calc(280px + 10px) !important;
	float: left !important;
}

.hotel-info .col-lg-8 {
	width: 70% !important;
	width: calc(100% - 290px) !important; 
	float: left !important;
}

	@media all and (max-width: 750px) {
		.hotel-info .col-lg-4 {
			width: 100% !important;
			float: none !important;
		}		
		.hotel-info .col-lg-8 {
			width: 100% !important;
			float: none !important;
		}	
		.hotel-info img {
		  max-width: 280px !important;
		}
	}

	
/*
/-------------------------------------
/ Sidebar 
*/

.sidebar {
    padding-left: 40px !important;
	margin-top: 70px;
}

.sidebar-contact {
  background-color: #f2f2f2;
  padding: 25px !important;
  margin-top: 15px;
  
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
}

.sidebar-contact  h4, .sidebar-contact  p {
	margin: 5px 0;
}

.sidebar-contact--phone {
  background: url("images/phone-icon.svg") no-repeat 0px 0px;
  padding-left: 50px;
  margin-top: 20px;
}

.sidebar-contact--email {
  background: url("images/mail-icon.svg") no-repeat 0px 0px;
  padding-left: 50px;
}

@media (max-width: 1200px) {
	.sidebar.mobile-hide {
		display: none;
	}
	
	.sidebar {
		margin-top: 20px;
		padding-left: 15px !important;
	}
	
	.sidebar-contact {
		margin-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.sidebar-contact.col-sm-6 {
	  margin-right: 4%;
	  width: 48%;
	  padding: 25px;
	  margin-top: 15px;
	}
	.sidebar-partners.col-sm-6 {
	  width: 48%;
	  margin-top: 15px;
	  height:264px
	}
}


.sidebar-partners {
  background: url("images/partners-sidebar-bg.jpg") no-repeat top;
  background-size: contain;
  height: 280px;
  padding: 25px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
}

.sidebar-partners--content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 16px 25px 19px;
	
	  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px; /* future proofing */
  -khtml-border-radius: 0 0 20px 20px; /* for old Konqueror browsers */
	
	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64cee4+0,4eb6dd+51,39a0dc+100 */
  background: #64cee4; /* Old browsers */
  background: -moz-linear-gradient(top,  #64cee4 0%, #4eb6dd 51%, #39a0dc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #64cee4 0%,#4eb6dd 51%,#39a0dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64cee4', endColorstr='#39a0dc',GradientType=0 ); /* IE6-9 */
}

.sidebar-partners--content a{
	margin: 0;
	padding: 0;
	background: url("images/partner-icon.svg") no-repeat 0px 0px;
    padding-left: 50px; 
	display: block;
	color: #fff;	
}

.sidebar-partners--content a:hover {
	color: #fff;
}

.sidebar-partners--content  a em{
	color: #fff;
	font-weight: bold;
}


@media (min-width: 501px) and (max-width: 768px) {
	.sidebar-partners.col-sm-6 {
	  background-position: top right;
	  background-size: 50% auto;
	  height: 121px;
	}
	
	.sidebar-partners--content {
		top: 0;
		left: 0;
		width: 55% !important;
		height: 100%;
		display: inline-block;
		padding: 25px;
	}
}

@media (max-width: 500px) {
	.sidebar-partners.col-sm-6 {
	  background-position: top left;
	  background-size: 100% auto;
	  height: 261px;
	}
	
	.sidebar-partners--content {
		top: bottom;
		left: 0;
		width: 100% !important;
		height: auto;
		display: inline-block;
	}
}

/*
/-------------------------------------
/ Footer 
*/

footer {
  padding: 50px 0;
  color: #a6a6a6;
  margin-top: 40px;
  background-color: #333333;
}

.footer-menu {
  margin: 0;
  padding: 0;
}
.footer-menu li {
	padding: 0 0 0 17px;
	list-style: none;
	background: url("images/arrow-grey-right.svg") no-repeat 0px 6px;
}
.footer-menu li a , footer a {
  	color: #a6a6a6;
}

footer a:hover {
	color: #a6a6a6;
}

@media (max-width: 992px) { 
	footer {padding-top: 30px; }
	footer .col-lg-3 {
		margin-top: 15px;
	}
}
@media (max-width: 450px) { 
	footer .col-xs-6 {
		width: 100%;
		float: none;
	}
}



/* Bootstrap **/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.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;
  padding-left: 15px;
  padding-right: 15px;
}
.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%;
  }
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
