html {
	margin: 0;
}
body {
	position: relative;
	/* background: #DDDCE2 url(../img/body_bg.jpg) repeat left top; */
	background: #FFF; 
  -webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif !important;
	padding-top: 116px;
	font-size: 16px;
  line-height: 1.3;
}

a {
  color: #498DA8;
}
a:hover {
	text-decoration: none;
}
b.blue {
  color: #0088CC;
}
.center {
  text-align: center;
  float: middle;
}
hr {
  background: url("../img/border-img-x.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
  border-width: 0;
}
.bg {
	background: #DDDCE2 url(../img/body_bg.jpg) repeat left top;
}

.text-special {
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea {
	font-family: 'Lato', Helvetica;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(97,122,138, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(97,122,138, 0.6);
    outline: 0 none;
}


/* Navbar
-------------------------------------------------- */
body.pull_top {
  padding-top: 0px !important;
}
header {
  background: rgba(0,0,0,.6) !important;
}
#logo {
  position: absolute;
  top: 28px;
  transition: all 0.2s ease-in-out 0s;
  max-width: 300px;
}
#logo img {
  width: 100%;
}
.sticky #logo {
  top: 5px;
  margin-left: -90px;
  transform: scale(0.5);
  -ms-transform: scale(0.5); /* IE 9 */
  -webkit-transform: scale(0.5); /* Safari and Chrome */    
}

@media (max-width: 767px) {
  #logo {
    max-width: 200px;
    padding: 0 0 0 20px
  }
}

/* BOOTSTRAP OVERRIDES */
.navbar.navbar-static-top {
    margin-bottom: 35px;
}
.navbar.transparent.navbar-inverse .navbar-inner {
   /* background: rgba(0,0,0,0.6);*/
    background: rgba(255,255,255,0.9);
    border-bottom: 0px solid #EEE;

}
.navbar.transparent.navbar-inverse .navbar-inner .container {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: margin .2s ease-in-out;
  -moz-transition: margin .2s ease-in-out;
  transition: margin .2s ease-in-out;
}
.navbar.navbar-inverse .navbar-inner {  
  padding: 40px 0 10px 0;
  background: #252528;
  box-shadow: 0 0 4px rgba(50, 50, 50, 0.75);
}
@media (max-width: 767px) {
  .navbar.navbar-inverse .navbar-inner {  
    padding: 20px 15px 10px 0;
  }
}

.navbar.navbar-inverse .navbar-inner.sticky {
    padding: 10px 0;
    background: rgba(255,255,255,0.9);
    border-bottom: 0px solid #252525;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35); 
}
.navbar-inverse .navbar-inner.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.navbar-inverse .brand {
    color: rgba(0, 114, 186, 1);
}
.navbar-inverse .nav > li > a {
    /* color: rgb(177, 177, 177); */
    font-size: 13px;
    font-weight: bold;
    color: rgb(97,122,138);
    /* text-shadow: 0 1px 0 rgba(0,0,0,.5); */
    text-transform: uppercase;
    /* opacity: .6;
    filter: alpha(opacity=60); */
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 5px;

}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
        text-shadow: 0 -1px 0 rgba(97,122,138,0.25);
}
.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.active > a, .navbar-inverse .nav > li > a.active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgb(97,122,138);
}
.navbar-inverse .nav > li > a:hover {
    color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=60);
    /* background: none; */
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #617A8A;
    /* background: rgba(97,122,138,0.6); */
    color: #FFF;
}

.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret, .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #617A8A;
    border-top-color: #617A8A;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #617A8A;
    background-image: none;
    color: #FFFFFF;
    text-decoration: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
   box-shadow: none;
}

.navbar-inverse .nav .active > a:hover {
    background-color: #617A8A;
    color: #FFFFFF;
}

.navbar-inverse .dropdown-menu {
	background: #FFF;
}
.navbar-inverse .nav > li > .dropdown-menu::after {
	border-bottom: 6px solid #FFF;
}
.navbar-inverse .dropdown-menu li > a {
	color: #617A8A;
}
.navbar-inverse .dropdown-menu li > a:hover{
	color: #FFF;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  background-color: #617A8A;
  color: #FFFFFF;
  background-image: none;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
}

/* */


.section_header {
	width: 100%;
	margin-bottom: 40px;
}
.section_header h3 {
	color: rgb(100, 100, 100);
	font-weight: 300;
	font-style: italic;
	font-size: 27px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 0px;
	display: inline-block;
	margin:0;
}

.background-clouds {
  background: url("../img/highlights-bg.png") repeat scroll 0 0 #EBF4F9;
  margin-top: -10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CAD5DA;
}
.background-clouds .section_header {
  margin-top:30px;
}

.background-clouds p {
  text-align: justify;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.background-clouds .right p {
  padding-left: 25px;
}
.background-clouds .left  p {
  padding-right: 25px;
}


/* Footer
-------------------------------------------------- */
#footer {
	min-height: 260px;
	margin-top: 90px;
  background: url("../img/highlights-bg.png") repeat scroll 0 0 #EBF4F9;
  border-top: 1px solid #CAD5DA;
	padding-top: 30px;
}
@media (max-width: 767px) {	
  #footer {
    margin-top: 20px;
  }  
}

#footer .container {
  position: relative;
 }
 
#contact #footer {
	margin-top: 0;
}
#footer .footer_header {
	color: rgb(196, 196, 196);
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 40px;
	margin-left: 5px; 
}


#footer  .container #contactus {
    display: inline-block;
    height: 158px;
    width: 198px;
    position: absolute;
    right: -40px;
    top: -30px;
    z-index: 9;
}
#footer .container  #contactus .lbl {
    background: url("../img/label1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 158px;
    width: 198px;
}
#footer .container #contactus .lbl:hover {
    background: url("../img/label2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
/*    -webkit-transform: translate(0em,0);
    -moz-transform: translate(0em,0);
    -o-transform: translate(0em,0);
    -ms-transform: translate(0em,0);
    transform: translate(0em,0);    */
}

@media (min-width: 768px) and (max-width: 979px) { 
  #footer .container  #contactus .lbl {
    display: none;
  }
}


/* recent posts */
#footer .recent_posts {
	margin-left: 0px;
}
#footer .recent_posts .post {
	margin-bottom: 70px;
	width: 93%;
}
#footer .recent_posts .post img {
	float: left;
	margin-right: 20px;
}
#footer .recent_posts .post .date {
	font-weight: bold;
	font-style: italic;
}
#footer .recent_posts .post .title {
	display: block;
	color: #b5b5b6;
	font-size: 14px;
}

/* testimonials */
#footer .testimonials .wrapper {
	margin: 0 auto;
	width: 82%;
}
#footer .testimonials .footer_header {
	margin-left: 30px;
}
#footer .testimonials .quote {
	color: rgb(191, 191, 192);
  text-align:center;
}
#footer .testimonials .quote span {
	font-size: 32px;
	font-style: italic;
	position: relative;
	top: 5px;
	font-family: Georgia !important;
	float: left;
	margin-right: 8px;
}
#footer .testimonials .author {
	margin-top: 40px;
}
#footer .testimonials .author img {
	float: left;
	margin-right: 15px;
	position: relative;
	top: -6px;
}
#footer .testimonials .name {
	font-size: 13px;
	font-weight: bold;
}
#footer .testimonials .info {
	font-style: italic;
	color: #ccc;
}

/* footer contact */
#footer .contact {
/*
	text-align: right;
	margin-left: 35px;
*/
  }
#footer .contact .footer_header {
	text-align: left;
	margin-left: 35px;
}
#footer .contact input[type="text"],
#footer .contact textarea {
	border: none;
	background-color: #1f1f21;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 14px;
	font-family: Lato !important;
	width: 80%;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="text"]:focus,
#footer .contact textarea:focus {
	border: none;
	box-shadow: none;
	background-color: #000;
  color: #FFF;
}
#footer .contact input[type="text"]:-moz-placeholder,
#footer .contact textarea:-moz-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]::-webkit-input-placeholder,
#footer .contact textarea::-webkit-input-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]:-ms-input-placeholder,
#footer .contact textarea:-ms-input-placeholder {
  color: #868687;
}
#footer .contact input[type="submit"] {
	background-color: #3e3e40;
	border: none;
	color: #fff;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="submit"]:hover {
	background-color:#2190DB;
}
#footer .credits {
	border-top: 0px solid #343437;
	padding: 10px 0px 60px 0px;
}
#footer .credits .social {
	margin-top: 30px;
	text-align: center;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .copyright {
	color: #a6a6a7;
	font-style: italic;
	text-align: center;
	padding-top: 30px;
  border-top: 0px solid #CCC;
 	background: url('../img/ruler.png') 0 0 repeat-x;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .social a span{
	display: inline-block;
	/* width: 33px;
	height: 33px; */
}
#footer .credits .social span.ico1,
#footer .credits .social span.ico1h{
	background-position: 0px 0px;
}
#footer .credits .social span.ico2,
#footer .credits .social span.ico2h{
	background-position: -37px 0px;
}
#footer .credits .social span.ico3,
#footer .credits .social span.ico3h{
	background-position: -75px 0px;
}
#footer .credits .social span.ico4,
#footer .credits .social span.ico4h{
	background-position: -112px -1px;
}
#footer .credits .social span.ico5,
#footer .credits .social span.ico5h{
	background-position: -151px 0px;
}
#footer .credits .social span.ico6,
#footer .credits .social span.ico6h{
	background-position: -188px -1px;
}
#footer .credits .social span.ico7,
#footer .credits .social span.ico7h{
	background-position: -226px 0px;
}
#footer .credits .social a:hover span.socialicons{
	display: none;
}
#footer .credits .social a:hover span.socialicons_h{
	display: inline-block !important;
}
#footer .credits .social span.socialicons_h{
	display: none;
}
.socialicons{
	background: url('../img/socialicons.png') no-repeat;
	width: 265px;
	height: 36px;
}
.socialicons_h{
	background: url('../img/socialicons_h.png') no-repeat;
	width: 265px;
	height: 36px;
}

.icons{
  display: inline-block;
	width: 195px;
	height: 50px;
}
.metaalunie{
	background: url('../img/button_metaalunie.png') no-repeat;
	margin: 60px 0 0 20px;
}
.facebook{
	background: url('../img/button_facebook.png') no-repeat;
  margin: 15px 0 0 20px; 
}

a:hover .metaalunie,
a:hover .facebook{
    opacity: .9;
}

/*Inner Footer*/
#footer .info{
	margin-bottom: 10px;
	margin-left: 0;
}
#footer .info .residence{
	margin-left: 0;
}
#footer .info ul{
	margin: 0 0 0 5px;
	padding: 0;
}
#footer .info ul li{
	list-style: none;
	font-size: 16px;
  color: #777E83;
  line-height: 24px;
}
#footer .info ul li.current a,
#footer .info ul li.currentpath a{
  font-weight: bold;
  color: #498DA8;
}
#footer .info ul.parent li.current:after,
#footer .info ul.parent li.currentpath:after {
  content: " >";
}
#footer .residence ul li{
	line-height: 28px;
}
#footer .info ul a{
	color: #777E83;
  /* font-size: 85%; */
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}
#footer .info ul a:hover{
	color: #A9B4BB;
}
#footer .info .touch ul li{
	display: block;
	margin-left: 30px;
}
#footer .info ul li strong{ 
  display: inline-block;
  width: 60px;
}
#footer #logo2 {
  position: relative;
  background: url(../img/logo/logo_150.png) 0 0 no-repeat;
  margin: 0 0 10px 5px;
  width: 150px;
  height: 28px;   
}

/**/

#footer .menu{
  float: right;
  margin: 90px 50px 0 0 !important;
  z-index: 99;
  position: relative;
}

#footer .menu li{
  display: inline;
  margin-left: 1rem;;
}

@media (max-width: 767px) {	
  #footer .menu{
    display: none;
  }
}
#footer .menu h4{
  text-align: right;
  margin-right: 2px; 
}


#footer .menu ul.menu,
#footer .menu ul.submenu{
	margin: 0;
	padding: 0;
  display: inline-block;
  /* float: right; */
  clear: both;
}
#footer .menu ul.menu li,
#footer .menu ul.submenu li{
	list-style: none;
	font-size: 16px;
	color: #777E83;
  float: left;

}

#footer .menu ul.menu li{
  font-size: 120%;
  padding: 0 10px;  
}
#footer .menu ul.submenu li{
  font-size: 90%;
  padding-left: 10px;  
}

#footer .email_wrapp {
  display: inline-block;
  height: 115px;
  float: right;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  background: none !important;
  /* background: url(../img/newsletter.png) no-repeat 30px 15px !important; */
  width: 320px;
}

#footer #mldmessage {
  float: right;
  position: relative;
  width: 60%;
}

/* Global
-------------------------------------------------- */
.page_header {
	background-color: #000;
	color: #fff;
	font-size: 23px;
	display: inline-block;
	padding: 0px 18px;
}
.social_icon{
	background: url("../img/social_icons.png") no-repeat;
	width: 110px;
	height: 18px;
}
.contact_social{
	background: url("../img/contact_social.png") no-repeat;
	width: 180px;
	height: 34px;
}



/* diverse
-------------------------------------------------- */
.btn {
  background: #617A8A;
  color: #FFFFFF;
  text-shadow: none;
  box-shadow: none;
}
.btn:hover {
  background: #252528;
  color: #FFF;
}
.projecten #info {
  display: none;
}

.qrcode  {
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.alert h4 {
  margin-bottom: 15px !important;
}
.bottom_border {
  display: block;
  border-bottom: 1px solid #CACACA;
  box-shadow: 0 1px 0 0 white;
}

.section_header {
  position: relative;
}

/*
ul.breadcrumbs {
  margin: 0px 10px -20px 0;
  list-style-type: none;
}
ul.breadcrumbs li {
  display: inline;  
  margin: 0;
  color: #BBB;  
}
ul.breadcrumbs li a {
  font-size: 13px;
}
ul.breadcrumbs li.current a {
  color: #BBB;
  cursor: default;
}
ul.breadcrumb li:before {
   content: "/ ";  
}
*/
#breadcrumbs {
  background: url("../img/highlights-bg.png") repeat scroll 0 0 #EBF4F9;
  margin: -4px 0 20px 0;
  padding: 4px 0;
  border-bottom: 0px solid #CAD5DA;
}
.breadcrumb {
  background: url("../img/highlights-bg.png") repeat scroll 0 0 #EBF4F9;
  border-radius: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  font-size: 85%;
}
.breadcrumb .icon-home {
  color: #617A8A;
}

#portfolio_tem .container {
  position: relative
}
.msg{
  background: #FFFCCC;
  padding: 15px;
  z-index: 99;
  display: block;
  position: absolute;
  margin-top:20px;
  border: 1px solid #CCC;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  font-size: 13px;
}
#message {
  right: 0;
  top: 35px;
}
#message span#msg_header{
  color: #0088CC;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
}

#items {
  right: 0;
  top: 40px;
}
#items  span,
#items  a {
  font-size: 12px;
}
#myBox {
  z-index: 99;
  display: block;
  position: absolute;
  right: 0;
  top: -45px;
  text-align:center;
  background: #FFF;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
}
.ui-effects-transfer { 
  background: #DDD; 
  border: 1px solid #333; 
  border-radius: 4px;
}
#myBox  p {
  font-size: 13px;
}
.ie {
  display: inline-block;
  font-style: normal;
  width: 60%;
  margin-left: 20%;
  margin-bottom: 20px;
  color: #333;
  padding: 5px;
  background: #FFD987;
  border: 1px solid #CCC;
}

.btn-large .icon-envelope {
    zoom: 1.1;
    -moz-transform: scale(1.1);  /* Firefox */
}

/* offerte */
#offerte  #bezorgkosten {
  font-size: 80%;
  padding-top: 20px;
}

#offerte .thumbnail > img {
  /* border-radius: 6px; */
}

#offerte .thumbnails > li {
    margin-bottom: 0px;
}
img.empty {
  box-shadow: 0 1px 6px 2px #EAEAEA;
  border-radius:4px;
}

.thumbs .thumb.active {
  opacity: 0.3;
}

#gallery .table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #EEE;
}
._label {
  color: #617A8A;
  font-style: italic;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  vertical-align: baseline;
  white-space: nowrap;
}
.description #hygiene,
.description #desinfectie,
.description #sterilisatie {
  margin-right: 10px;
  background: transparent url("../img/icons-z.png") no-repeat;
  width: 50px;
  height: 58px;
  float:left;
}
.circle #hygiene,
.circle #desinfectie,
.circle #sterilisatie {
  margin: 30px auto 10px;
  background: transparent url("../img/icons-w.png") no-repeat;
  width: 50px;
  height: 58px;
  max-width: 100%;
  vertical-align: middle;  
}
.description #hygiene,
.circle #hygiene{
  background-position:  0 0;
}
.description #desinfectie,
.circle #desinfectie{
  background-position:  -53px 0;
}
.description #sterilisatie,
.circle #sterilisatie {
  background-position:  -98px 0;
}

/* sidebar */
.sidebar{
	padding: 40px 15px 30px 25px;
	background: #fff;
	border-radius: 4px;
	box-shadow:1px 1px 2px 0px rgb(207, 207, 207);
	float: right;
  border: 1px solid #eee;
  min-width: 180px;
}
@media (max-width: 767px) {
  .sidebar{
    display: none;
  }
}
.sidebar .box{
	padding-bottom: 0px;
	/* overflow: hidden; */
	margin-bottom: 0px;
	border-bottom: 0px solid rgb(216, 216, 216);
}
.sidebar .last{
	border: 0 none;
	padding: 0;
	margin-bottom: 0;
}
.sidebar .box .recent{
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.sidebar .box .recent span img{
	float: left;
	margin-right: 10px;
}
.sidebar .box .recent p{
	margin: 0;
	line-height: 18px;
	font-size: 14px;
}
.sidebar .sidebar_header {
	margin-bottom: 20px;
}
.sidebar .sidebar_header h4{
	font-size: 19px;
	margin: 0;
}
.sidebar .sidebar_menu {
	list-style-type: none;
	margin-left: 0px;
}
.sidebar .sidebar_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .sidebar_menu li {
	margin-bottom: 6px;
}
.sidebar .sidebar_menu li a {
	color: #333;
	font-size: 14px;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}
.sidebar .sidebar_menu li.current a,
.sidebar .sidebar_menu li a:hover {
	color: #498DA8;
}

/**/

ul.iconlist{
	list-style: none;
  margin: 0;
}
ul.iconlist li{
  display: inline-block;
	color: #777777;
	font-size: 14px;
  line-height: 40px;
  font-size: 18px;
  width: 27%;
}
@media (max-width: 767px) {
  ul.iconlist li{
    display: inline;
  }
}


ul.iconlist li.icon{
	margin-top: 3px;
}

/* adjust icos */
.fa-envelope:before {
  font-size: 80% !important;
}
.fa-mobile:before {
  font-size: 120% !important;
}


.form-horizontal .controls {
  margin-top: 10px;
}
.form-actions {
  background-color: transparent;
  border: 0;
  margin: 0;
}

.product_image img {
  float:right;
  width:150px;
  margin:0 0 20px 40px;
/*  box-shadow: 1px 1px 2px 0 #E0E0E0; */
}


/* woordenboek */

.woordenboek {
  display: block;
  margin-top: 5px;
  padding: 2px 4px;
  font-family: Arial,sans-serif;
}

.woordenboek .f0 {
    color: #C1001F;
    font-family: "Times New Roman",Georgia,serif;
    font-size: 1.37em;
    font-weight: 400;
}
.woordenboek .f4 {
    color: #C1001F;
    display: inline-block;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
}
.woordenboek .fq {
    color: #555555;
    font-size: 0.95em;
    font-style: italic;
}
.woordenboek .fr {
    color: #555555;
    font-size: 0.95em;
}

.signature {
  background: url(../img/sign.png) no-repeat;
  width: 120px;
  height: 80px;
  padding: 55px 0 0;
}


/* Responsive - Large desktop 
-------------------------------------------------- */
@media (min-width: 1200px) {
	#footer .sections .contact > *{
		/*margin-left: 80px;*/
	}
}
@media (min-width: 980px) {

}
@media (max-width: 979px) {

  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 86px;
    z-index: 1;
    background-color: #fff;
  }

	body { padding-top: 0 !important; }

	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: 0px;
	}
	.navbar.transparent.navbar-inverse .navbar-inner {
		background: #FFF;
	}
	.navbar.transparent.navbar-inverse .navbar-inner li {
		background: #EEE;
	}
  
	.navbar-inverse .nav-collapse .nav > li > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #333;
	}
	.navbar-inverse .nav-collapse .nav > li.active > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a.active {
		color: #fff;
	} 
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
  }

  
  #footer .container #contactus,
  #breadcrumbs {
    display: none;
  }
  .background-clouds {
    margin: 4px -19px ;
    padding: 0 20px 30px;
  }
  .background-clouds .left p {
    padding-right: 0;
  }
  .background-clouds .right p {
    padding-left: 0;
  }
  
}


#partners img {
  max-width: none !important;
}


/* Responsive - Portrait tablet to landscape and desktop
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) { 
  #myBox {
    top: 0 !important;
  }
  .section_header ul.breadcrumbs {
    margin: 10px 10px -20px 0;
  }
  
}

/* Responsive - Landscape phone to portrait tablet
-------------------------------------------------- */
@media (max-width: 767px) {
	footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer{
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer .container{
		padding: 0px 20px;
	}
	/*Index Footer*/
	#footer .footer_header {
		margin-left: 0;
	}
	#footer .footer_header h3{
		margin-left: 0;
	}
	#footer .testimonials{
		overflow: hidden;
		margin-bottom: 40px;
	}
	#footer .testimonials .footer_header{
		margin-left: 0;
	}
	#footer .testimonials .wrapper{
		float: left;
		width: 100%;
	}
	#footer .contact{
		margin: 0;
	}
	#footer .contact .footer_header{
		margin-left: 0;
	}
	#footer .contact input[type="text"], #footer .contact textarea{
		float: left;
		width: 92%;
	}
	/*Inner Footer*/
	#footer .info .touch ul li{
		margin: 0 30px 0 0;
	}
	#footer .info .touch ul{
		margin:15px 0 15px;
	}
}


ul.check {
  list-style-type: none;
  list-style-image: none;
  background-image: none;
  text-indent: -1.4rem;
}
ul.check li {
  line-height: 1.5;
}
ul.check li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #498DA8;
  font-size: 100%;
  float: left;
  width: 1.5rem;
}

.navbar-inverse .nav > li {
  margin-left: .3rem;
}
.navbar-inverse .nav > li.dropdown > a {
  padding-right: 2rem;
}

.navbar-inverse .nav > li.dropdown > a.dropdown-toggle:after {
	content: "\f107";
  font-family: 'FontAwesome';
	font-weight: 100;
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 12px;
	color: rgb(97,122,138);
}
.navbar-inverse .nav > li.dropdown.active > a.dropdown-toggle:after,
.navbar-inverse .nav > li.dropdown:hover > a.dropdown-toggle:after {
	color: #fff;
}

.embed-responsive {
  position:relative;
  display:block;
  width:100%;
  padding:0;
  overflow:hidden
}
.embed-responsive::before {
  display:block;
  content:""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  border:0
}
.embed-responsive-21by9::before {
  padding-top:42.857143%
}
.embed-responsive-16by9::before {
  padding-top:56.25%
}
.embed-responsive-4by3::before {
  padding-top:75%
}
.embed-responsive-1by1::before {
  padding-top:100%
}