.navbar-default {
    background: #fff ;
   
}

a, u {
    text-decoration: none;
   
}

h2 {color:#6fab18;
    font-size:1.6em;
    line-height:2;}

h3 {color:#3ba3a3;
    font-size:1.4em;}

p {font-size:1.2em;}

.aqua_d {color: #3ba3a3;}
.lime_d {color: #6fab18;}
.lime {color: #abcf78;}

.border-top {border-top: 2px solid #3ba3a3; }

.contact-line {text-align: center;
                margin-top: 50px;}

.book-img {margin-top:20px;}

.lb_logo_row {padding: 15px;
}

.navbar-default{border:none;
                border-radius:0px;
border-bottom: 2px solid #6fab18;}

.tel {display:block;
margin-top:5px;}

.navbar-brand {
   color: #6fab18;
}

.form_box {width:100%;}

.liefde-text {font-size:1em;}

.coverimg {width: 100%;}

.map {width:100%;

margin-top:5px;}

.lb_photo {width:150px;
float:right; margin-bottom:15px;}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
 .tel {text-align:center;
margin-top:15px;
 font-size:1em;}
 
 
.lb_photo {width:100%;}
 
}

.footer {padding: 28px;
border-top:2px solid #abcf78;
height: 85px;}

/*icons*/
.socialcol {text-align: center;}

/* Wrapper */
.icon-button {
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	height: 2.6rem;
	line-height: 2.6rem;
	margin: 0 40px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	
	font-size: 2.5em;
}

/* Circle 
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 2.6rem;
	margin: -1.3rem;
}*/

/* Icons */
.icon-button i {
	background: none;
	
	height: 2.6rem;
	left: 0;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 2.6rem;
	z-index: 10;
}





.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

.linkedin span {
	background-color: #0077B5;
}



.icon-button .fa-twitter {
	color: #4099ff;
}
.icon-button .fa-facebook {
	color: #3B5998;
}

.icon-button .icon-google-plus {
	color: #db5a3c;
}

.icon-button .icon-linkedin {
	color: #db5a3c;
}



.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-linkedin,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-pinterest {
	color: #333;
}


@media all and (max-width: 680px) {
  .icon-button {

	margin: 0 30px;

	
	font-size: 2.5em;
}

  }


  /* Icons */
  .icon-button i {
	  height: 1.6rem;
	  line-height: 1.6rem;
	  width: 1.6rem;
  }
  
/*---------------navbar------------------*/
.navbar-toggle * {
	-ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar-toggle {
	color: #abcf78;
	height: 20px;
	width: 20px;
	cursor: pointer;
	padding: 0px;
	border-radius: 0px;
	border: none;
}
.navbar-toggle span {
	width: 20px;
	height: 2px;
	margin-bottom: 3px;
	background-color: #abcf78;
	display: block;
}
.navbar-toggle span.bar1 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
	-ms-transform-origin: 1px 3px;
	-webkit-transform-origin: 1px 3px;
  -moz-transform-origin: 1px 3px;
  -o-transform-origin: 1px 3px;
	transform-origin: 1px 3px;
	width: 24px;
}
.navbar-toggle span.bar2 {
	-ms-transform: rotate(-360deg) scale(0);
	-webkit-transform: rotate(-360deg) scale(0);
  -moz-transform: rotate(-360deg) scale(0);
  -o-transform: rotate(-360deg) scale(0);
	transform: rotate(-360deg) scale(0);
}
.navbar-toggle span.bar3 {
	-ms-transform: rotate(360deg) scale(0);
	-webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
	transform: rotate(360deg) scale(0);
}
.navbar-toggle span.bar4 {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform-origin: 2px 0px;
	-webkit-transform-origin: 2px 0px;
	transform-origin: 2px 0px;
	width: 24px;
}
.navbar-toggle.collapsed span.bar1,
.navbar-toggle.collapsed span.bar2,
.navbar-toggle.collapsed span.bar3,
.navbar-toggle.collapsed span.bar4 {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	width: 20px;
}

/*accordian*/
#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 80%;
    margin: 0 auto;
    display: table;
}
#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
    background: #efefef;
}
.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}


#left,#right{
    display: table;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 13px;
  margin-right: 7px;
}
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    
}
.detail span{
    margin: 0;
}
.right-arrow {
    margin-top: 12px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}
.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}




.poll-template .poll-title  {
    color:#abcf78;
    font-size:1.2em !important;
    margin-bottom: 5px!important;
    margin-top:10px!important;
    line-height:1.5!important;
}

.poll-template .poll-description h1{
    text-align: justify;
    margin-bottom: 10px;
    font-size: 1.1em !important;
}

.pull-center {width:100%;}

@media all and (max-width: 680px) {
.poll-template .poll-title  {
    color:#abcf78;
    font-size:1.2em !important;
    margin-bottom: 5px!important;
    margin-top:10px!important;
    line-height:1.5!important;
}

.poll-template .poll-description h1{
    text-align: justify;
    margin-bottom: 10px;
    font-size: 1.1em !important;
}

.pull-center {width:100%;}}

button {cursor: pointer;
background: #3ba3a3 -webkit-linear-gradient(#9FF0F0, #3ba3a3) repeat scroll 0 0;
background: #3ba3a3 linear-gradient( #9FF0F0, #3ba3a3) repeat scroll 0 0;
border: 1px solid #3ba3a3;
border-radius: 9px;
color: #282828;
font-weight: bold;
text-shadow: 0 -1px 1px #ccc;
cursor: pointer;
display: inline-block;
padding: 0;
position: relative;
text-align: center;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
height: 40px;
padding: 10px;
margin-bottom: 5px;
margin-top: 5px;
width: 100%;}

.form_submit {cursor: pointer;
background: #3ba3a3 -webkit-linear-gradient(#9FF0F0, #3ba3a3) repeat scroll 0 0;
background: #3ba3a3 linear-gradient( #9FF0F0, #3ba3a3) repeat scroll 0 0;
border: 1px solid #3ba3a3;
border-radius: 9px;
color: #282828;
font-weight: bold;
text-shadow: 0 -1px 1px #ccc;
cursor: pointer;
display: inline-block;
padding: 0;
position: relative;
text-align: center;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
height: 40px;
padding: 10px;
margin-bottom: 5px;
margin-top: 5px;
width: 100%;}