.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: 2s;
}
	
.bestfriends{
	width:210px;
	margin:1%;
	-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	text-align:center;
	display:inline-block;	
}

.bestfriends h4{
	background:#FFF;
	margin:0px;
	padding:20px 20px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.bestfriends h4 a{
	color: #ef6a8a;
}

.bestfriends h5{
	color: #687177;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
}

.bestfriends h5 a{
	color: #687177;
	
}


.bestfriends .social-icons{
	display: inline-block;
}

.bestfriends:hover{
	-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.3);
	box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
  
.cs-style-3 figure {
	overflow: hidden;
    height: 220px;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.8s ease-out;
	-moz-transition: -moz-transform 0.8s ease-out;
	transition: transform 0.8s ease-out;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);	
}

.cs-style-3 figcaption {
	height: 40%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figure a {
	position: absolute;
	top: 0px;
	right: 0px;
	width:100%;
	height:100%;
	text-align: center;
	line-height:100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
		
}
.cs-style-3 figure a:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	width:100%;
	height:100%;
	text-align: center;
	line-height:100%;
	color: #fff;
	opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;			
}
.cs-style-3 figure a span {
	position: absolute;
	top: 30%;
	right: 0px;
	width:100%;
	height:100%;
	text-align: center;
	line-height:100%;
	color: #fff;			
}

#imageloadbutton{
	text-align: left;
}

.signup-select .filter-option {
	min-width: 100%;
}
.bootstrap-select.signup-select button{
	width: 100%;
	padding: 0 20px!important;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.signup-select{
	width: 100%;
}

.countryLabel{
    height: 46px;
    padding: 0;
}

.input-signup label.error{
    display: none!important;
}
.law label.error{
    display: inline-block!important;
}

.dropdown-menu.open{
	width: 98%;
	overflow: visible!important;
}

.signup-select .dropdown-menu.open{
	height: 38px!important;
}

.dropdown-menu.inner.selectpicker{
	width: 100%;
	overflow-x: hidden;
}

.info-video{
    border: 4px solid #00AEEF;
    margin-top: 5px;
}
.info-video .text-container{
    padding: 5px;
}