/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
/*body {
font-family: 'Lato', Arial, sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 1.6em;
color: #656565;
}*/
.col.col-lg-12 {
padding: 20px;
border: 1px solid #ececec;
border-radius: 7px;
box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
clear: both;
margin: 0 4px 4px 4px;
background: #fff;
padding: 20px 10px;
margin-bottom: 20px;
}
.step {
	color: #ccc;
	font-weight: 700;
}
.view-faq-teasers a {
display: inline-block;
border: 1px solid #ccc;
padding: 3px 8px;
font-size: 12px;
margin-top: 12px;
background-color: #fff;
}
.view-faq-teasers a:hover {
background-color: #ebebeb;
border-color: #adadad;
text-decoration: none;
}
.clearfix {
	clear: both;
}
.view-faq-teasers .floatleft {
	width: 70%;
}


/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i');

/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
/*@import url('overwrite.css');*/
@import url('animate.css');

/* ===================================
1. General
==================================== */

/*body {
	font-family:'Lato', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
}*/

a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	font-family:'Lato', Arial, sans-serif;
	font-weight:700;
	line-height:1.1em;
	color:#333;
	margin-bottom: 20px;
}

/* ===================================
2. layout
==================================== */

.container {
	padding:0 20px 0 20px;
	position:relative;


}

#wrapper{
	width:100%;
	margin:0;
	padding:0;
}


.row,.row-fluid {
	margin-bottom:30px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}



/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container 		{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:none; }
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height:100%; }
iframe {
	border:none;
}

img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
4. Header
==================================== */

/* --- header -- */
header {
border-bottom: 1px solid #eee;
}

header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
	letter-spacing: -1px;
    margin-top: 15px;
    padding: 0 0 0 15px;
}


header .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
}

header .navbar-default{
    background-color: #fff;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar {
    height: 100px;
}

header .navbar-nav > li  {
    padding-bottom: 30px;
    padding-top: 30px;
}

header  .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
	font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-menu li a:hover {
    color: #fff !important;
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #fff;
}


.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
	border: none;
}

.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

header .nav li .dropdown-menu  {
   padding: 0;
}

header .nav li .dropdown-menu li a {
   line-height: 28px;
   padding: 3px 12px;
}

/* --- menu --- */

header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
}

header ul.nav li a {
	font-size:12px;
	border:none;
	font-weight:700;
}

header ul.nav li ul li a {
	font-size:12px;
	border:none;
	font-weight:300;
	text-transform:uppercase;
}


.navbar .nav > li > a {
  color: #111;
  text-shadow: none;
}

.navbar .nav a:hover {
	background:none;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	font-weight:700;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}



ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}

 select.selectmenu {
	display:none;
}



/* ===================================
5. Section: Featured
==================================== */

#featured{
	width: 100%;
	background:#fcfcfc;
	position:relative;
	margin:0;
	padding:0;
}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
	padding:0;
	margin: 50px 0 30px;
	background: #fff;
	position: relative;
	zoom: 1;
}

.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption { bottom: 35px; background-color: rgba(0, 0, 0, 0.8); color: #fff; margin: 0; padding: 25px 25px 25px 30px; position: absolute; right: 0; width: 295px;}
.flex-caption h3 {color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;}
.flex-caption p {margin: 0 0 15px;}



/* ===================================
7. Section: call action
==================================== */
section.callaction {
	background:#f9f9f9;
	padding:10px 0 0 0;
}



/* ===================================
8. Section: Content
==================================== */

#content {
	position:relative;
	background:#fff;
	padding:50px 0 40px 0;

	background: #eeeeee;
background-image: url(../img/subtle_dots_@2X.png); /* fallback */
background-image: url(../img/subtle_dots_@2X.png), -webkit-gradient(linear, left top, left bottom, from(#6cab26), to(#6ceb86)); /* Saf4+, Chrome */
background-image: url(../img/subtle_dots_@2X.png), -webkit-linear-gradient(top, #eeeeee, #ffffff); /* Chrome 10+, Saf5.1+ */
background-image: url(../img/subtle_dots_@2X.png),    -moz-linear-gradient(top, #eeeeee, #ffffff); /* FF3.6+ */
background-image: url(../img/subtle_dots_@2X.png),     -ms-linear-gradient(top, #eeeeee, #ffffff); /* IE10 */
background-image: url(../img/subtle_dots_@2X.png),      -o-linear-gradient(top, #eeeeee, #ffffff); /* Opera 11.10+ */
background-image: url(../img/subtle_dots_@2X.png),         linear-gradient(to bottom, #eeeeee, #ffffff); /* W3C */



}

#content img {
	max-width:100%;
	height:auto;
}

/* --- Call to action --- */

.cta-text {
	text-align: left;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}

/* --- box --- */

.box {
	width: 100%;
}
.box-gray img {
width: 100%;
}
.box h4{
	font-size:16px;
	font-style:italic;

	}
.box-gray  {
	background: #f8f8f8;
	overflow: hidden;

	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}


/* ===================================
9. Section: Bottom
==================================== */

#bottom {
	background:#fcfcfc;
	padding:50px 0 0;

}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
	font-weight:600;
}

#twitter ul {
    padding: 0;
	list-style:none;
}
#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}


/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline{
	background:#252525;
	position:relative;
	margin:0;
	padding:0;
	color:#fefefe;
}


#inner-headline .inner-heading h2 {
	color:#fff;
	margin:20px 0 0 0;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:30px 0 0;
	float:left;
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#fff;
}

#inner-headline ul.breadcrumb li i{
	color:#dedede;
}

#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #f5f5f5;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform textarea {
border: 1px solid #f5f5f5;
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

#inner-headline form.input-append {
	margin:0;
	padding:0;
}



/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 10px 30px 0;
	padding: 0;
	float:left;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all 450ms ease-out 0s;
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;

	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 50%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* --- Portolio filter --- */

ul.portfolio-categ{
	margin:10px 0 30px 0;
	padding:0;
	float:left;
	list-style:none;
}

ul.portfolio-categ li{
	margin:0;
	padding:0 20px 0 0;
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:600;
}

ul.portfolio-categ li a{
	display:block;
	padding:35x 0 35x 0;
	color:#353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0;
}



/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */
blockquote {
	font-size:16px;
	font-weight:400;
	font-family:'Noto Serif', serif;
	font-style:italic;
	padding-left:0;
	color:#a2a2a2;
	line-height:1.6em;
	border:none;
}

blockquote cite 							{ display:block; font-size:12px; color:#666; margin-top:10px; }
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }

/* --- pullquotes --- */

.pullquote-left {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-left:20px;
}

.pullquote-right {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-right:20px;
}

/* --- button --- */
.btn-theme {
	color: #fff;
}
.btn-theme:hover {
	color: #eee;
}

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

footer ul.link-list li a{
	color:#fff;
}
footer ul.link-list li a:hover {
	color:#eee;
}
/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;

}


.widgetheading {
	width:100%;

	padding:0;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}


#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;

}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/* --- our team --- */

ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

/* --- Pricing box --- */


.pricing-title{
	background:#fff;
	text-align:center;
	padding:10px 0 10px 0;
}

.pricing-title h3{
	font-weight:600;
	margin-bottom:0;
}

.pricing-offer{
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 40px 0;
	font-size:18px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer{
	color:#fff;
}

.pricing-offer strong{
	font-size:78px;
	line-height:89px;
}

.pricing-offer sup{
	font-size:28px;
}

.pricing-content{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-content strong{
color:#353535;
}

.pricing-content ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-content ul li{
	border-bottom:1px solid #e9e9e9;
	list-style:none;
	padding:15px 0 15px 0;
	margin:0 0 0 0;
	color: #888;
}

.pricing-action{
	margin:0;
	background: #fcfcfc;
	text-align:center;
	padding:20px 0 30px 0;
}

.pricing-wrapp{
	margin:0 auto;
	width:100%;
	background:#fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
border: 1px solid #e6e6e6;
	background:#fcfcfc;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 0px 0;
	display:block;
}
.pricing-box-alt.special .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 1px 0;
	border-bottom:none;
	display:block;
	color:#fff;
}
.pricing-box-alt.special .pricing-heading h3 {
	color:#fff;
}

.pricing-box-alt .pricing-heading h3 strong {
	font-size:32px;
	font-weight:700;
	letter-spacing:-1px;
}
.pricing-box-alt .pricing-heading h3 {
	font-size:32px;
	font-weight:300;
	letter-spacing:-1px;
}

.pricing-box-alt .pricing-terms {
	text-align: center;
	background:#333;
	display:block;
	overflow:hidden;
	padding:30px 0 20px;
}

.pricing-box-alt .pricing-terms  h6 {
	font-style:italic;
	margin-top:10px;
	color:#fff;

	font-family:'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
	padding:12px;
    font-size: 16px;
	font-weight:700;
    line-height: 68px;
    text-shadow:none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt  .pricing-action{
	margin:0;
	text-align:center;
	padding:30px 0 30px 0;
}


/* ===============================
14. Blog & article
================================ */

article{
	margin-bottom:40px;
}

article .post-heading h3 {
	margin-bottom:20px;
}

article .post-heading h3 a {
	font-weight:700;
	color:#353535;
}

article .post-heading h3 a:hover {
	text-decoration:none;
}


/* --- post meta --- */
.post-meta {
	background:#fcfcfc;
	border:1px solid #e6e6e6;
	border-top:none;
	text-align:center;
}

.post-meta .format {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta i{
	margin:0;
}

.post-meta .date {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta .date span {
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:600;
}

.post-meta .comments {
	padding:10px 0 10px;
}

.post-meta .comments a {
	color:#999;
	font-size:12px;
	font-weight:700;
}

.post-meta .comments a:hover {
	text-decoration:none;
}

/* --- post format --- */

.post-image {
	margin-bottom:20px;
}

.post-quote {
	margin-bottom:20px;
}

.post-video {
	margin-bottom:20px;
}

.post-audio {
	margin-bottom:20px;
}

.post-link {
	margin-bottom:20px;
}

.post-slider {
	margin-bottom:20px;
}


.post-quote blockquote {
	font-size:16px;
	color:#999;
	font-family:'Noto Serif', serif;
	font-style:italic;
	line-height:1.6em;
}


.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
     -moz-box-shadow: 0 0 2px #979797;
          box-shadow: 0 0 2px #979797;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post{
	float:left;
	margin: 0;
	padding:0;
	list-style:none;
}

ul.meta-post li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	border-right:1px dotted #e9e9e9;
	padding-right:10px;
}

ul.meta-post li i {
	float:left;
	font-size:12px;
	margin:2px 5px 0 0;
}

ul.meta-post li a{
	color:#999;
	float:left;
	font-size:12px;
	font-weight:600;
}

/* --- single post --- */
.bottom-article{
	overflow: hidden;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:10px 0 10px 0;
	margin-top:20px;
}

/* --- author info --- */

.about-author {
	border:1px solid #f5f5f5;
	padding:20px;
	float:left;
	margin-bottom:5px;
}

.about-author h5 {
	margin-bottom:10px;
}



/* --- Comment --- */

.comment-area {
	float:left;
	width:100%;
	margin-top:30px;
}


.media-content{
	overflow:hidden;
	margin-left:12px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:20px;
}

.media-content h6 {
	font-size:14px;
	font-weight:700;
}

.media-content span{
	color:#a9a9a9;
	font-size:14px;
	font-weight:300;
}

.comment-area .thumbnail > img {
  display: block;
	width:60px;
	height:60px;
}
.filter-list{
	margin-top:20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height:12px;
    color: #888;
	font-weight:600;
}

#pagination a:hover {
    color: #fff;
	text-decoration:none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}


/* ===============================
15. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}

.right-sidebar{
	border-left:1px solid #f5f5f5;
	padding:0 0 0 30px;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);

}


.left-sidebar{
	border-right:1px solid #f5f5f5;
	padding:0 30px 0 0;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
}


.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
	padding-right:20px;
}



aside .widget {
	margin-bottom:40px;
}


ul.cat, ul.recent, ul.folio-detail, ul.contact-info{
	margin:0;
	padding:0;
	list-style:none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li{
	margin:0 0 15px 0;
	list-style:none;
}

ul.cat li a, ul.folio-detail li a{
	color:#656565;
}

ul.folio-detail li label{
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:bold;
}

.widget ul.recent li {
	margin-bottom:20px;
}

ul.recent li h6 {
	margin:0 0 10px 0;
}

ul.recent li h6 a{
	color:#353535;
	font-size:16px;
	font-weight:600;
}


.widget ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	background:#e6e6e6;
	color:#333;
	padding:5px 10px;
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter li{
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child{border: none;}

/* --- Recent post widget --- */

.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}

.recent-post h5 a:hover {
	text-decoration:none;
}

.recent-post .text h5 a {
	color:#353535;
}


ul.time-post{
	float:left;
	width:120px;
	padding:0;
	list-style:none;
	margin:0 20px 0 0;
	text-align:center;
	color: #0e0f0f;
}

ul.time-post li{
	float:none;
	background:#f8f8f8;
	list-style:none;
	margin:0 0 2px 0;
	padding:0;
}

ul.time-post li a img:hover{
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time{
	float:none;
	padding:5px 0 5px 0;
	text-shadow: none;
}

.recent-post ul.time-post li.time{
	color:#121214;
}

.post-meta{
	margin-bottom:20px;
}

.post-meta span{
	padding:0 10px 0 10px;
	margin-bottom:10px;
}

.post-meta span a{
	color:#919191;
}

.post-meta strong{
	font-weight:200px;
	color:#c7c7c7;
}

.item .text {
	margin-left:140px;
	margin-bottom:20px;
}

/* ===============================
16. Footer
================================ */

footer{
	padding:50px 0 0 0;
	color:#f8f8f8;
	background-color:#303030!important;
	border-top: 5px solid #0b87de;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#fff;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
}

#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
	background-color:#1f1f1f!important;

}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#f5f5f5;
}

.copyright {
	text-align:left;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}


/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */

.bs-docs-example {
	margin:0 0 10px 0;
}

.demobtn a.btn {
	margin:0 10px 10px 0;
}

section.demogrid .col-lg-1,section.demogrid .col-lg-2,section.demogrid .col-lg-3,section.demogrid .col-lg-4,section.demogrid .col-lg-5,section.demogrid .col-lg-6,section.demogrid .col-lg-7,section.demogrid .col-lg-8,section.demogrid .col-lg-9,section.demogrid .col-lg-10,section.demogrid .col-lg-11 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .show-grid .row,section.demogrid .show-grid .row-fluid {
	margin-bottom:0;
}

section.demogrid .show-grid .nest {
	background:#ddd;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .col-lg-12.nest {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0;
}

.demoinline p {
	display:inline;
	margin-right:20px;
}


/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
	border-top:1px solid #f5f5f5;
	margin:0 0 30px;
}

.dottedline {
	border-top:1px dotted #f5f5f5;
	margin:0 0 30px;
}

.dashedline {
	border-top:1px dashed #f5f5f5;
	margin:0 0 30px;
}

.blankline {
	height:1px;
	margin:0 0 30px;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;

}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}




/* =============================
18. Position & alignment
============================= */

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px !important;
}

.margintop20{
	margin-top:20px !important;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}


/* =============================
21. Media queries
============================= */

@media (min-width: 768px) and (max-width: 979px) {

	a.detail{
		background:none;
		width:100%;
	}



	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}

	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}
}

@media (max-width: 767px) {

  body {
    padding-right: 0;
    padding-left: 0;
  }
	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	.navbar-header {
		margin-top: 20px;
		border-bottom: none;
	}

	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}

	header .navbar-nav > li  {
		padding-bottom: 0;
		padding-top: 0;
	}

	header .nav li .dropdown-menu  {
		margin-top: 0;
	}

	.dropdown-menu {
	  position: absolute;
	  top: 0;
	  left: 40px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #f5f5f5;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}



	.navbar-collapse.collapse  {
		border: none;
		overflow: hidden;
	}


	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}

	#featured .flexslider .slide-caption {
		width: 90%;
		padding: 2%;
		position: absolute;
		left: 0;
		bottom: -40px;
	}


	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}

	.breadcrumb > li {
		font-size:13px;
	}


	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}

	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}


	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6,
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}

  /*.navbar-header .logo img {max-width: 80px;}*/
  .navcontainer {padding-right: 40px; z-index: 400;}
  .navcontainer .navbar-collapse {z-index: 500; overflow: visible;}
  .navcontainer .navbar-collapse nav {z-index: 600;}
  .navbar-collapse .navbar-nav {
    position: relative;
    z-index: 800;
    width: 100px;
    background: white;
    border-radius: 0 0 10px 10px;
  }
  
  .menu-attach-block-drop-link:after {content:" \f18e" !important;}
  a.menu-attach-block-drop-link.dropped ~ .menu-attach-block-wrapper {
    top:0;
    left: 100%;
    z-index: 900;
  }


  [class*="span"] {
		margin-bottom:20px;
  }

}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}

	.flexslider .flex-caption {
		display:none;
	}


	.cta-text {
		margin:0 auto;
		text-align:center;
	}

	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}

  .floating-social-sidebar {display: none;}

}

@media (max-width: 360px) {

}
/* ---------------------------------------------------------------------- */
/*	22. Login and signup
/* ---------------------------------------------------------------------- */
body.login {
	background: #eeeeee;
background-image: url(../img/subtle_dots_@2X.png); /* fallback */
background-image: url(../img/subtle_dots_@2X.png), -webkit-gradient(linear, left top, left bottom, from(#6cab26), to(#6ceb86)); /* Saf4+, Chrome */
background-image: url(../img/subtle_dots_@2X.png), -webkit-linear-gradient(top, #eeeeee, #ffffff); /* Chrome 10+, Saf5.1+ */
background-image: url(../img/subtle_dots_@2X.png),    -moz-linear-gradient(top, #eeeeee, #ffffff); /* FF3.6+ */
background-image: url(../img/subtle_dots_@2X.png),     -ms-linear-gradient(top, #eeeeee, #ffffff); /* IE10 */
background-image: url(../img/subtle_dots_@2X.png),      -o-linear-gradient(top, #eeeeee, #ffffff); /* Opera 11.10+ */
background-image: url(../img/subtle_dots_@2X.png),         linear-gradient(to bottom, #eeeeee, #ffffff); /* W3C */
}

body.login .main-login {
	margin-top: 60px;
}
body.login .logo {
	padding: 20px;
	text-align: center;
}
body.login .box-login, body.login .box-forgot, body.login .box-register {
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
	overflow: hidden;
	padding: 15px;
}
body.login .box-forgot, body.login .box-register {
	display: none;
}
body.login .form fieldset {
	border: none;
	margin: 0;
	padding: 10px 0 0;
}
body.login a.forgot {
	color: #909090;
	font-size: 12px;
	position: absolute;
	right: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	top: 9px;
}
body.login input.password {
	padding-right: 130px;
}
body.login label {
	color: #7F7F7F;
	font-size: 14px;
	margin-top: 5px;
}

body.login .copyright {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: center;
}
body.login .form-actions:before, body.login .form-actions:after {
	content: "";
	display: table;
	line-height: 0;
}
body.login .form-actions:after {
	clear: both;
}
body.login .form-actions {
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}
body.login .new-account {
	border-top: 1px dotted #EEEEEE;
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}
/* =============================
23. Custom Styles
============================= */
h2.blue-line-title{
	font-size:25px;
	font-weight:700;
	font-style:italic;
	padding-bottom:	10px;
	border-bottom:3px solid #0b87de;
	color:#0b87de;
	padding-right: 10rem;
	float: left;
	margin-bottom: -1px;
	}
.grey-line-untitle{

	border-bottom:1px solid	#d8d8d8;
clear: both;
width: 100%;
display: inline-block;
	}
h3.blue-line-title{
	font-size:25px;
	font-weight:700;
	font-style:italic;
	padding-bottom:	10px;
	border-bottom:3px solid #0b87de;
	color:#666;
	padding-right: 10rem;
	float: left;
	margin: 10px 0 -1px 0;
	}
.grey-line-untitle2 {
	border-bottom: 1px solid #e9e9e9;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
	}
h4.blue-line-title{
	font-size:18px;
	font-weight:700;
	font-style:italic;
	padding-bottom:	10px;
	border-bottom:3px solid #ddd;
	color:#0b87de;
	padding-right: 10rem;
	float: left;
	margin: 10px 0 -1px 0;
	}
.profile-round {
	display: inline-block;
  width: 150px;
  max-height: 150px;
  border-radius: 50%;
  overflow: hidden;
	float:left;
	margin-right: 20px;
	border: 1px solid #E6E2E0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.59);
-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.59);
box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.59);
	}
.profile-round img{
	max-width: 100%;
}
.test-comment{
	font-style:italic;


	}
.test-name{
color:#0b87de;
	}
.top-bar-blue {
height: 5px;
background-color: #0b87de;
}
.cta-text h2{
	font-style: italic;
	}
.timeline-badge.lingooBlue {
background-color: #0b87de!important;
}
div.user-pic {
width: 210px;
height: 210px;
overflow: hidden;
border: 1px solid #ccc;
margin: 0 auto;
}

.profile-image-section{
	text-align:center;
	}
.text-primary{
	color:#0b87de;

	}
.label-info {
background-color: #0b87de;
}
.fa {
margin-right: 10px;
}
ul.account-menu{
	list-style:none;
	margin:0;

	}
ul.account-menu li {
display: inline;
margin: 0 5px;
}
.membership-left{
	border-top:none!important;


	}
.membership-label{
	font-weight:bold;
	font-size:12px;

	}
.panel-heading .panel-title{
	font-size:13px;
	}
div.memb-number {
padding-left: 20px;
}
div.main-memb-number {
padding-left: 30px;
}
h4.main-member {
font-size: 17px;
margin-bottom: 0px;
}
.eightHu-minhigh{
	min-height:800px!important;


	}
a.header-signoff {
	padding:3px 0!important;
	}
.progress{

	margin-bottom:10px;}
a{
	color:#428bca!important;
	}
.btn-input {
   display: block;
}

.btn-input .btn.form-control {
    text-align: left;
}

.btn-input .btn.form-control span:first-child {
   left: 10px;
   overflow: hidden;
   position: absolute;
   right: 25px;
}

.btn-input .btn.form-control .caret {
   margin-top: -1px;
   position: absolute;
   right: 10px;
   top: 50%;
}
.dropdown-menu {

margin: 2px 0 0 15px;
background-color: #FFF;

}
.dropdown-menu li a:hover{
	background-color: #F5F5F5!important;
	color: #474747!important;
	}
.dropdown-menu li a {

border-bottom: 1px solid #ccc!important;
}
.host-family{
	color:#906;
	font-weight:bold;
	font-size:12px;

	}
div.status-box {
display: inline-block;
float: right;
width: 300px;
padding: 10px;
background-color: #fff;
border: 1px solid #E7E7E7;
border-top:none;
margin-top: -50px;
font-size: 12px;

}
span.status-label {
font-weight: 700;
padding-right: 10px;
display: inline;
}
i.fa.fa-circle.status-icon {
margin: 0 10px 0 5px;
}
span.status-until {
color: #aaa;
}
span.status-text {

font-weight:800;
}
.color-green {
	color: #44a400;
}
.color-orange {
	color: #FFA500;
}
.color-red {
	color: #cd3131;
}
.color-blue {
	color: #2c92e3;
}
div.timeline-badge > i {
margin: 0!important;
}
.list-checkbox{
float: left;
padding-right: 60px;
}
ul{

	list-style:none;}
.radio-inline, .checkbox-inline{
	padding-left: 0!important;
padding-right: 20px;

	}
.memb-box {
background-color: aliceblue;
padding: 15px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin: 8px 0;
min-height: 80px;
border: 1px solid rgb(204, 210, 216);
}
.icheckbox_square-blue{
	display:inline-block!important;

	}
.icheckbox_square-blue large-check{
	width:50px!important;
	height:50px!important;


	}

.memb-box > p {
font-size: 17px;

}
.btn-bricky {
background-color: #C83A2A;
border-color: #b33426;
color: #ffffff;
}
.btn-lg {
padding: 10px 16px!important;
font-size: 18px!important;
line-height: 1.33!important;
border-radius: 6px!important;
}
/* =============================
24. Form Timeline
============================= */


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #fff;
  left: 50%;
  margin-left: -1.5px;
  background-color: #fff;

border: 1px solid #d0d0d0;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;

  padding: 20px 0 0 20px;
  position: relative;

}
.timeline > li > .timeline-body p{

}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}




.whiteBack{
	background-color:#fff;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	padding-top: 30px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px -1px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px -1px 5px 0px rgba(50, 50, 50, 0.5);

	}
.form-horizontal .editable
{
    padding-top: 5px;
    display:inline-block;
}
h4.formSeparator {
border-bottom: 1px solid #eeeeee;
padding-bottom: 5px;
margin: 30px 0;
}

span.input-icon, span.input-help {
	display: block;
	position: relative;
}
.input-icon > input {
	padding-left: 25px;
	padding-right: 6px;
}
.input-icon.input-icon-right > input {
	padding-left: 6px;
	padding-right: 25px;
}
span.input-help > input {
	padding-left: 30px;
	padding-right: 6px;
}
.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
	bottom: 0;
	color: #909090;
	display: inline-block;
	font-size: 14px;
	left: 5px;
	line-height: 35px;
	padding: 0 3px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.input-icon.input-icon-right > [class*="fa-"], .input-icon.input-icon-right > [class*="clip-"] {
	left: auto;
	right: 4px;
}
.input-icon > input:focus + [class*="fa-"], .input-icon > input:focus + [class*="clip-"] {
	color: #557799;
}
div.help-box {
display: block;
float: right;
}
.no-display {
display: none;
}
.btn{

	text-transform:none!important;
	}


.box-white{
clear: both;
padding: 15px;
margin: 10px 10px 20px;
background: #fff;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
}

.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }

/* Styles For Questionnaire - By Uzair */
.instructions {
	margin-bottom: 30px;
	padding: 14px 20px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
}
label p {
	font-weight: normal;
}
label p.smallGray {
	color: #999;
}
.radio-inline div {
	float: left;
	padding-left: 5px;
}
.radio-column {
	margin-left: -20px;
}
.radio-column div {
	float: left;
	padding-left: 5px;
	font-weight: normal;
}
.checkbox-inline div {
	padding-left: 5px;
}
ul.normalList {
	list-style: disc;
}
a.helpIcon {
	width: 10px;
	font-size: 16px;
	display: inline-block;
}
a.helpIconLeft {
	float: left;
	width: 10px;
	font-size: 120%;
	display: inline-block;
}
.helpIconPosition {
	position: relative;
	top: -29px;
	left: 147px;
}
.page-search-profile .searchForm .searchBtn,
.page-node .searchForm .searchBtn {
    width: 16.666666666666664%;
}
.page-search-profile .searchForm .searchBarHdng,
.page-node .searchForm .searchBarHdng {
    width: 8.333333333333332%;
}
@media screen and (max-device-width: 768px) {
  .page-search-profile .searchForm .searchBtn,
  .page-node .searchForm .searchBtn {
    width: 33.333%;
  }
}
@media screen and (max-device-width: 425px)
{
  .page-search-profile .searchForm .searchBtn,
  .page-node .searchForm .searchBtn {
    width: 50%;
  }
  .page-node .home-search .searchBtn {
    width: 100%;
  }
}
@media screen and (max-device-width: 640px) {
	.helpIconPosition {
		position: relative;
		left: 197px;
	}
}
.helpIconPosition2 {
	position: relative;
	top: 6px;
	left: -20px;
}
input.filleBtn {
	padding: 0;
	border: none;
	background: none;
	margin-top: 10px;
	box-shadow: none;
}
.teaserTxt {
	color: #fff;
	font-size: 18px;
	padding: 5px 8px;
	background-color: #666;
}
.additionalFields {
	border: 1px solid #ddd;
	padding: 10px 10px 0 10px;
}
.additionalFieldsLink {
	padding: 8px 10px;
	text-align: right;
	border-top: 1px solid #ddd;
}
.additionalFieldsLink span {
	float: left;
	color: #be0000;
	font-size: 90%;
	padding-right: 20px;
}
.colorGreen {
	color: #009900;
}
.colorRed {
	color: #be0000;
}
.colorGray {
	/*color: #ccc;*/
    color: #999;
}
.chkBoxP {
	float: left;
}
.chkBoxMrgnRt {
	margin-right: -35px;
	margin-bottom: 10px;
}
.chkBoxMrgnBtm {
	margin-bottom: 10px;
}
.chkBoxLift {
	margin-top: -30px;
}
.formColHdng {
	margin-top: 10px;
	padding: 6px 0 6px 6px;
	font-weight: bold;
	border-right: 12px solid #fff;
	border-bottom: 1px solid #eee;
}
.noteBorder {
	border: 1px solid #B00;
}
.qualificationNote {
	color: #000000;
  padding: 14px 20px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-bottom: 2px solid #B00;
}
.qualificationNote strong {
	color: #444;
}
.qualificationNote ol,
.qualificationNote ul {
	list-style-position: inside;
	padding: 0;
}
.customMrgnTop {
	margin-top: 10px;
}
.textAlignLeft {
	text-align: left !important;
}
.box-white2 {
	clear: both;
	margin: 0 4px 4px 4px;
	background: #fff;
	padding: 10px 15px 0px 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
}
.inbox-unread {
	font-weight: bold;
}
ul.subAccordian li {
	padding: 4px 0;
	border-bottom: 1px solid #eee;
    font-size: 13px;
}
.panel-option a, .panel-action a,
.panel-option a:hover, .panel-action a:hover {
    font-size:14px;
    font-weight: 400 !important;
}
ul.subAccordian li a, ul.subAccordian li a:hover {
    font-weight: 400 !important;
}
ul.subAccordian li a strong {
	color: #a90000;
}
.margin10 {
	margin: 10px !important;
}
.delMessages {
	padding-top: 6px;
}
.inboxTable img, .upic-small {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.positionAvatar {
	position: relative;
}
.positionAvatar input[type=text] {
	padding-left: 35px;
}
.upic-small2 {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
}
.marginTop4 {
	margin-top: 4px;
}
.marginTop40 {
	display: block;
	margin-top: 40px;
}
.borderTop1px {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #eee;
}
.borderBtm1px {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.box-white2 p {
	margin: 18px 0;
}
.padding4accordion {
	padding: 16px 16px 1px 16px;
}
#ans2, #ans3, #ans4 {
	display: none;
}
.marginTop0 {
	margin-top: 0;
}
.marginLeft16 {
	margin-left: 16px;
}
.checkboxDiv {
	font-size: 12px;
	padding: 4px 8px;
	background-color: #f3f3f3;
}
.searchSection {
	padding: 50px 0 60px 0;
	text-align: center;
	background: #7bcde8 url('../img/whiteGlow.png') center bottom no-repeat;
}
.searchSection input {
	padding: 24px 12px;
}
.marginAuto {
	margin: 0 auto;
}
.popularSearches {
	margin-bottom: 16px;
}
.popularSearches strong {
	color: #fff;
}
.popularSearches a {
	color: #10617d !important;
}
.iconRight {
	padding-left: 20px;
}
.breadcrumbs {
	color: #a2bd69;
	padding: 6px 0;
	background-color: #e8f3d0;
	border-top: 1px solid #fff;
}
.breadcrumbs a {
	color: #9aa87e !important;
	font-weight: bold;
}
.paddingSteps {
	padding: 20px 10px;
	margin-bottom: 20px;
}
.borderGray {
	border: 1px solid #ebebeb;
}
.pressRelease {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.pressRelease h4 {
	line-height: 26px;
}
.pressRelease p {
	margin: 12px 0 16px 0;
}
.padding0 {
	padding: 0;
}
.marginBtm5 {
	margin: 0 0 5px 0;
}
.searchForm {
	padding: 24px;
	margin: 0 0 22px 0;
	border: 1px solid #d9e7ee;
	background: #eef6fa url('../img/searchHdBG.png') left no-repeat;
}
.searchBarHdng {
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
}

.searchForm .form-select {padding: 5px;}

.searchForm .error {
  border:2px solid red;
  background-color: #f2dede;
  color: #b94a48;
}

.searchForm a.chosen-single {
  color: #555 !important;
  font-weight: normal !important;
  background: none;
  padding: 0 0 0 5px;
}
.searchForm .chosen-container-single .chosen-single,
.searchForm .chosen-container-single .chosen-single span {
  line-height: inherit;
}


.searchForm .error a.chosen-single {
  border:0 none;
  color: #b94a48 !important;
  background: none;
}

.pad0 {
	padding: 0;
}
.pad10 {
	padding: 10;
}

.offerTopHdr {
	color: #5a6f7b;
	background-color: #dfebf2;
	border: 1px solid #d8e7ef;
	padding: 10px 3px 10px 0px;
}
.padTop12 {
	padding-top: 12px;
}
.controlIcons {

}
.controlIcons a.btnAdult {
	background: #00437d url('../img/icon-adult.png') 5px 50% no-repeat;
}
.controlIcons a.btnChild {
	background: #8f1b46 url('../img/icon-boy.png') 5px 50% no-repeat;
}
.controlIcons a.btnHost {
	background: #16917b url('../img/icon-host.png') 5px 50% no-repeat;
}
.controlIcons a.btnTeacher {
	background: #094d41 url('../img/icon-teacher.png') 5px 50% no-repeat;
}
.controlIcons a.btnFamily {
	background: #4c1428 url('../img/icon-adult.png') 5px 50% no-repeat;
}
.controlIcons a.btnAuPair {
	background: #c3610a url('../img/icon-student.png') 5px 50% no-repeat;
}
.controlIcons a.btnGroup {
	background: #002546 url('../img/icon-adult.png') 5px 50% no-repeat;
}
.controlIcons a {
	width: 160px;
	float: right;
	display: block;
	font-weight: bold;
	margin-right: 3px;
	text-decoration: none;
	color: #fff !important;
	padding: 12px 12px 12px 60px;
}
.controlIcons a:hover {
	/*background-color: #e15595;*/
}
.propertyRecord {
	margin-top: 14px;
	padding: 0 0 10px 12px;
	background-color: #f4f4f4;
	border: 1px solid #e9e9e9;
}
.noBG {
	background: none;
}
.propertyThumb {
	position: relative;
}
.propertyThumb .ppic {
	margin: 4px 0 0 0;
}
.propertyThumb, .propertyText {
	padding-top: 10px;
	padding-bottom: 10px;
}
.propertyText h4 {
	font-size: 24px;
	margin-bottom: 8px;
}
.propertyText .propertyOwnerInfo {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e4e4e4;
}
.propertyActionBox {
	border-left: 1px solid #e4e4e4;
}
.tblInfo {
	margin: 20px 0 10px 0;
}
.propertyActionBox table td {
	padding: 2px;
}
.tdBrdrBtm {
	border-bottom: 1px solid #c1c1c1;
}
.tblWithTdBrdr td {
	border-bottom: 1px solid #e4e4e4;
}
.noBrdr td {
	border: none;
}
.active-text {
	color: #428bca;
	font-weight: 500;
}
.mapViewRightCol {
	margin-left: 20px;
	padding: 8px 8px 3px 8px;
	border: 1px solid #eee;
	background-color: #f6f6f6;
}
.tabBtn {
	padding-left: 21px;
	padding-right: 21px;
	color: #fff !important;
}
.tabBtnNonActive {
	background-color: #b1c9de;
}
.tabBtnL {
	margin-right: 1px;
}
.mapViewRightCol iframe {
	margin-top: 10px;
}
.filtersRight {
	padding: 10px;
	margin-left: 20px;
	border: 1px solid #eee;
}
.filtersRight h5 {
	margin: 0;
	color: #fff;
	background: #444;
	padding: 10px 12px;
	margin-bottom: 12px;
}
.filtersRight h6 {
	color: #333;
	font-size: 13px;
	background: none;
	margin: 6px 0 8px 0;
	padding: 10px 0 4px 0;
	border-bottom: 1px solid #eee;
}
.filtersRight ul.singleCol {
	padding: 0;
	margin: 0 0 0 2px;
}
.filtersRight ul.singleCol li {
	border: none;
	padding-bottom: 6px;
}
.filtersRight ul.singleCol li span {
	padding: 0 0 0 10px;
}
.filtersRight ul.singleCol li strong {
	color: #333;
}
.rowMarginBtm14 {
	margin-bottom: 14px !important;
}
.btnGreenBig, .btnPinkBig {
	width: 49%;
	margin-top: 12px;
}
.btnGreenBig {
	margin-right: 6px;
}
.marginBtm0 {
	margin-bottom: 0 !important;
}
.padTop0 {
	padding-top: 0 !important;
}
a.btnFavorites {
	cursor: pointer;
	padding: 4px 8px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
a.btnFavorites:hover {
	background-color: #f9f9f9;
}
a.btnFavorites i {
	color: #f063a4;
}
.padBtm8 {
	padding-bottom: 8px !important;
}
.brdrBtm1 {
	width: 24.64% !important;
	margin: 0 2px;
	padding: 5px 10px;
	background-color: #f7f7f7;
	border: 1px solid #eee;
}

/* Host Title Info for OFFERS-HOST.HTML */
div.host-title-info {
	padding: 10px 0px 10px 0px;
	background-color: #543D81;
	color: #ffffff;
}
.host-title-info-blue {
	padding: 10px 0px 10px 0px;
	background-color: #2c92e3;
	color: #ffffff;
}


.tblComments {
	border-right: 1px solid #ddd;
}
.tblComments table {
	border-right: 14px solid #fff;
}
.tblComments table tr td {
	padding: 5px;
}
td.tdHdng {
	color: #666;
	padding: 5px;
	font-weight: bold;
	border-bottom: 3px solid #ddd;
}
td.tdHdngNormal {
	padding: 5px;
	border-bottom: 1px solid #eee;
}
.tdComment {
	background: url('../img/commas.png') 0 22px no-repeat;
}
.tdComment p {
	margin-top: 12px;
	padding: 0 0 0 38px;
}
.ratingSquare {
	padding: 5px;
	margin: 0 0 0 6px;
	background-color: #0b87de;
}
.ratingSquareOff {
	background-color: #e9e9e9;
}

.tblRatings {
	padding-left: 14px;
}
.tblRatings tr td.tdHdngNormal {
	padding: 1px;
}
.starOn {
	color: #ffe011;
	font-size: 18px;
	margin: 0 3px;
}
.starOff {
	color: #e9e9e9;
}
.radioLabelPosition {
	float: left;
	margin: 0 22px 0 4px;
}
.lineHeightPadng {
	padding: 7px 0 0px 14px;
}
.padL20 {
	padding-left: 20px;
}
.padL12 {
	padding-left: 12px;
}
.divScroll {
	height: 103px;
	overflow-y: scroll;
}

.blog-recent-comments ol {
	list-style-type: none;
  padding-left: 10px;
}

.blog-recent-comments ol li {
	overflow: hidden;
  text-overflow: ellipsis;
}

.indented {
  margin-left: 20px;
}

/* SEARCH FORM */

.searchForm {
	padding: 22px 24px;
	border: 1px solid #d9e7ee;
	background: #eef6fa url('../img/searchHdBG.png') left no-repeat;
}
.searchBarHdng {
	font-size: 24px;
	font-weight: bold;
	padding: 3px 0 2px 10px;
}
.pad0 {
	padding: 0;
}
.padR0L14 {
	padding-right: 0;
	padding-left: 14px;
}
.fourcolumns .ytLangInput {
	padding-left: 0;
}
.fourcolumns .searchBtn {
	width: 40% !important;
	padding-top: 5px;
	margin: 0 auto;
	float: none;
	clear: both;
}
.offerTopHdr {
	color: #5a6f7b;
	background-color: #dfebf2;
	border: 1px solid #d8e7ef;
	padding: 10px 3px 10px 0px;
}
.padTop12 {
	padding-top: 12px;
}

.propertyRecord {
	margin-top: 14px;
	padding: 0 0 10px 12px;
	background-color: #f4f4f4;
	border: 1px solid #e9e9e9;
}
.noBG {
	background: none;
}
.propertyThumb {
	position: relative;
}
.propertyThumb .ppic {
	margin: 4px 0 0 0;
}
.propertyThumb, .propertyText {
	padding-top: 10px;
	padding-bottom: 10px;
}
.propertyText h4 {
	font-size: 24px;
	margin-bottom: 8px;
}
.propertyText .propertyOwnerInfo {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e4e4e4;
}
.propertyActionBox {
	border-left: 1px solid #e4e4e4;
}
.tblInfo {
	margin: 20px 0 10px 0;
}
.propertyActionBox table td {
	padding: 2px;
}
.tdBrdrBtm {
	border-bottom: 1px solid #c1c1c1;
}
.tblWithTdBrdr td {
	border-bottom: 1px solid #e4e4e4;
}
.noBrdr td {
	border: none;
}
.active-text {
	color: #428bca;
	font-weight: 500;
}
.mapViewRightCol {
	margin-left: 20px;
}
.tabBtn {
	padding-left: 25px;
	padding-right: 24px;
	color: #fff !important;
}
.tabBtnNonActive {
	border: 1px solid #f3c43b;
	background-color: #f3c43b;
}
.tabBtnL {
	margin-right: 1px;
}
.mapViewRightCol iframe {
	margin-top: 10px;
}
.filtersRight {
	padding: 10px;
	margin-left: 20px;
	border: 1px solid #eee;
}
.filtersRight h5 {
	margin: 0;
	color: #fff;
	background: #444;
	padding: 10px 12px;
	margin-bottom: 12px;
}
.filtersRight h6 {
	color: #333;
	font-size: 13px;
	background: none;
	margin: 6px 0 8px 0;
	padding: 10px 0 4px 0;
	border-bottom: 1px solid #eee;
}
.filtersRight ul.singleCol {
	padding: 0;
	margin: 0 0 0 2px;
}
.filtersRight ul.singleCol li {
	border: none;
	padding-bottom: 6px;
}
.filtersRight ul.singleCol li span {
	padding: 0 0 0 10px;
}
.filtersRight ul.singleCol li strong {
	color: #333;
}
.rowMarginBtm14 {
	margin-bottom: 14px !important;
}
.btnGreenBig, .btnPinkBig, .btnBlueBig {
	width: 32.5%;
	margin-top: 4px;
}
.btnGreenBig, .btnPinkBig {
	margin-right: 6px;
}
.btnBlueBig {
	color: #fff !important;
	background-color: #428bca;
}
.btnBlueBig:hover {
	background-color: #2a6496;
}
.marginBtm0 {
	margin-bottom: 0 !important;
}
.padTop0 {
	padding-top: 0 !important;
}
a.btnFavorites {
	cursor: pointer;
	padding: 4px 8px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
a.btnFavorites:hover {
	background-color: #f9f9f9;
}
a.btnFavorites i {
	color: #f063a4;
}
.padBtm8 {
	padding-bottom: 8px !important;
}
.brdrBtm1 {
	width: 24.64% !important;
	margin: 0 2px;
	padding: 5px 10px;
	background-color: #f7f7f7;
	border: 1px solid #eee;
}

.btn-show-more-filters {
	margin-top: 10px;
	text-align: center;
}

#accordion2 .panel {
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
}

#showMoreFilters {
	margin-top: 10px;
	padding: 30px 20px 10px;
	background-color: #428bca;
}

#showMoreFilters ::-webkit-input-placeholder {color:#555;}
#showMoreFilters :-moz-placeholder {color:#555;}
#showMoreFilters ::-moz-placeholder {color:#555;}
#showMoreFilters :-ms-input-placeholder {color:#555;}
#showMoreFilters input[placeholder] {color:#555;}

.marT12 {
	margin-top: 12px;	
}

.btn-search-small {
	padding-top: 5px;
}
.btn-search-small .fa {
	margin: 0;
}

.btn-primary2, .page-search #search_profiles_form .btn-primary2,
.node-type-questionnaire-confirm-identity #edit-next,
.node-type-questionnaire-confirm-identity #edit-previous {
    outline: 0;
    color: #fff !important;
    background: #428bca !important;
	border: 1px solid #357ebd !important;
}

.btn-success2 {
	color: #fff !Important;
	background: #b0cf70;
}
.btn-success2:hover {
	background: #a5c465;
}
.btn-success3 {
	color: #fff !Important;
	background: #f063a4;
}
.btn-success3:hover {
	background: #dd5493;
}
.btnGreenBig, .btnPinkBig, .btnBlueBig {
	width: 31.5%; /* allow room for selection throbber */
	margin-top: 4px;
}
.btnGreenBig, .btnPinkBig {
	margin-right: 6px;
}
.btnBlueBig {
	color: #fff !important;
	background-color: #428bca;
}
.btnBlueBig:hover {
	background-color: #2a6496;
}

#showMoreFilters .col-md-3 {
    min-height: 34px;
    margin-bottom: 10px;
}

#showMoreFilters .form-group, #showMoreFilters .row {margin-bottom: 0;}
#showMoreFilters .form-type-checkbox label {color: white; margin-top:5px;}
#showMoreFilters .form-type-checkbox input[type=checkbox]:not(old) + label {
	background: url('blue/on_blue2.png') no-repeat 0 0;
}
#showMoreFilters .form-type-checkbox input[type=checkbox]:hover:not(old) + label {
	background-position : 0 -24px;
}
#showMoreFilters .form-type-checkbox input[type=checkbox]:checked:not(old) + label {
	background-position : 0 -48px;
}

#showMoreFilters .updating {
  display:none;
  background: #f5f5f5;
  color:#266094;
  padding: 2px 8px;
  border-radius: 3px;
}

#showMoreFilters form.submitting .updating {
  display:inline-block;
}

#showMoreFiltersToggle .icon-arrow-down,
#showMoreFiltersToggle.collapsed .icon-arrow-up {
  display: none;
}
#showMoreFiltersToggle.collapsed .icon-arrow-down,
#showMoreFiltersToggle .icon-arrow-up {
  display: inline-block;
}

.form-item-profile-search-lang .chosen-container {width: 100% !important}

.node-teaser .carousel {
    padding: 0;
    width: 220px;
    margin: 0 16px 10px 0;
}

.node-teaser  .carousel-inner > .item {
    -webkit-transition: .55s ease-in-out left;
    -moz-transition: .55s ease-in-out left;
    -o-transition: .55s ease-in-out left;
    transition: .55s ease-in-out left;
}

.node-teaser .carousel-control {
    height: 30px;
    width: 30px;
    margin-top: 58px;
	border: 0;
	border-radius: 0;
}

.node-teaser .controls {
    background-color: #000;
    color: #fff !important;
}

.page-search-profile .breadcrumb, .page-search-profile .alert, .page-search-profile .grey-line-untitle {display: none;}

.page-search-profile .region-content .search-page-maintext {
  font-size: 28px;
  line-height: 1.1em;
  /*font-weight: 700;
  font-style: italic;
  color:#222;*/
}

.page-search-profile .blog-slide-contents {position: relative;}

.page-search-profile .buttons-align-bottom {
  position: absolute;
  bottom: 40px;
  left: 12px;
  right:375px;

}
@media (max-width: 667px) {
  .page-search-profile .buttons-align-bottom  {
    right:12px;
  }
}

.front .home-search {margin-top: 40px; margin-bottom: 10px; padding: 25px; background: rgba(23, 68, 96, 0.73);}
.home-search .searchForm,
.blog-search .searchForm {padding:0; border:0 none; background: none; margin:0;}

.home-search .searchBarHdng,
.home-search h5, .blog-search h5 {display: none;}

.blog-search .searchBarHdng {text-indent: -9999em;}

.home-search .btn-primary2 {width: 100%; background-color: #f063a4 !important; border-color: #f063a4 !important; text-transform: uppercase !important; padding-top: 11px; padding-bottom: 11px;}
.home-search .btn-primary2:hover {background-color: #dd5493 !important; border-color: #dd5493 !important;}
.home-search .btn-primary2 .fa {display: none;}
.blog-search .btn-primary2 {width: 100%; border: 1px solid #357ebd !important;}

.home-search h4 {text-align: center; color: #fff; margin-top: 0px; font-size: 20px;}
.home-search .form-select {line-height: 45px; cursor: pointer;}
.home-search .form-select,
.home-search .chosen-container-single .chosen-drop {border-radius: 0; border: 0 none; padding: 0 5px;}
.home-search .form-select,
.home-search a.chosen-single {
  height: 45px;
  color: #144E77 !important;
}
.home-search .chosen-container-single .chosen-single div b {background-position: 0px 12px;}

.popover {background:#000; background: rgba(0,0,0,0.9); color:#fff; border:0 none;}
.popover.top .arrow {border-top-color: #000; border-top-color: rgba(0,0,0,0);}
.popover.top .arrow::after {border-top-color: #000; border-top-color: rgba(0,0,0,0.9);}
.popover-content {font-size:13px;}


/*.view-user-account-my-selection .node-teaser .marT12 {margin-top: 2px; margin-bottom: 12px;}*/
.view-user-account-my-selection .node-teaser .carousel {width:160px;}
.view-user-account-my-selection .node-teaser .btn-lg {font-size: 12px !important; padding: 5px 2px !important; border-radius: 4px !important; margin-right: 2px; width: 32.5%;}
/*.view-user-account-my-selection .node-teaser .btn-lg2 {width: 65%;}*/

.page-search .main-container {min-height: 600px;}

.page-search-profile-results .main-container,
.page-search-profile-results .container,
.page-search-profile-results .col-sm-12 {position: static;}

.page-search .btn-lg {font-size: 17px !important;}

.page-search-profile-results .search-profiles-map {margin: 10px; 0;}
.page-search-profile-results .map-outer {height: 400px;}
.page-search-profile-results .map-inner {position:absolute; left:0; width: 100%; height: 400px; background: lightskyblue;}

.page-search-profile-results .map-inner img {max-width: none;} /* required otherwise google maps doesn't show */

.page-search .search-result-message {margin-top: 12px; padding:3px 0; color:#5a6f7b; /*background-color: #dfebf2; border:1px solid #d8e7ef; border-top-width: 3px;*/ font-weight: 500;}

.page-search #resultsPager,
.page-user-account #resultsPager {
  text-align: center;
}

.page-search #resultsPager ul,
.page-user-account #resultsPager ul {
  padding: 0;
  margin: 10px auto;
  overflow: hidden;
}
.page-search #resultsPager li,
.page-user-account #resultsPager li {
  display:inline;
  margin-right: 5px;
}
.page-search #resultsPager a,
.page-user-account #resultsPager a {
  display: inline-block;
  border:1px solid #d9e7ee;
  background: #eef6fa;
  color:#428bca !important;
  font-weight: 400 !important;
  /*width: 20px;*/
  padding: 0 5px;
  text-align: center;
  font-size: 95%;
}
.page-search #resultsPager a.active,
.page-user-account #resultsPager a.active {
  font-weight: 700 !important;
  background-color: #d9e7ee;
  border-color: #b0d4f3;
}

.page-search .view-nearby-cities .view-content {margin: 15px 0 0;}
.page-search .view-nearby-cities .views-row-first {display: none;}
.page-search .view-nearby-cities .views-row {margin:0 0 10px;}

.page-search .view-nearby-countries .view-content {margin: 15px 0 0;}
.page-search .view-nearby-countries .views-row {margin:0 0 10px;}

/* TEMP: Map view not shown at launch so no need for buttons */
#btnListView, #btnMapView {display: none;}

/* Booking */
.card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified>.btn-group .btn {
	width:100%;
	display: block;
}

.btn-pref .btn {
    -webkit-border-radius:0 !important;
}
.btn-tab-azul {
    background-color: #5ebfe0 !important;
    border: transparent;
    color: #fff !important;
    text-align: center;
    font-size: 13px!important;
    padding: 10px;
    min-height: 80px;
}

.btn-tab-bricky {
    background-color: #C83A2A !important;
}

.btn-tab-azul:hover,
.btn-group .btn-tab-azul:hover {
    background-color: #0566ad !important;
    color: #ffffff;
}
.btn-tab-azul:active,
.btn-group .btn-tab-azul:active {
    background-color: #0B87DE !important;
    color: #ffffff;
}
.btn-tab-azul i {
    font-size: 1.5em;
    margin: 0;
}
.btn-tab-azul .hidden-xs {
    line-height: 1em;
    margin-top: 5px;
}
.other-side {
    background-color: #F3F3F3;
}
.list-checkbox span{
	 max-height: 12px;
	
	}
.btn-info {
    background: #5EBFE0;
}

.booking-sidebar .well {
	border-radius: 2px;
}

.booking-sidebar .panel {
	padding: 15px;
}

#booking_sidebar_accordion .panel {padding: 0;}
#booking_sidebar_accordion .panel-collapse {padding: 15px;}
#booking_sidebar_accordion .field-collection-view-links {display: none;}

.booking-sidebar .message {
	border:1px solid #ddd;
	margin-bottom: 10px;
	font-size: 12px;
}

.booking-sidebar .message-header {
	border-bottom: 1px solid #eee;
	padding: 0 5px;
	font-weight: 500;
	color: #fff;
}
.booking-sidebar .message-body {
	padding: 0 5px;
}

.message-box {
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: !important;
    box-shadow: none!important;
}

.booking-sidebar #edit-field-email-recipient-profile-id,
.booking-sidebar .form-item-title,
.booking-sidebar #msgaccordion {
	display: none;
}

.booking-sidebar #user-private-message-node-form .form-type-checkbox .help-block {padding-top: 120px;}
.page-blog .searchBarHdng {
    width: 13%;
}
.page-blog .searchBtn {
    width: 12%;
}
