/* 

de bedding.css   2016 by GCPS

*/

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
	margin: 0;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}


.db_Main_Cont {
	text-align: left;
	max-width: 1300px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0px auto;
}

.db_top_bar {
	min-height: 30px;
	background-color: #eeeeee;
}

.db_top_bar_Cont {
	padding-right: 1%;
	padding-left: 1%;
	margin-right: auto;
	margin-left: auto;
}

.db_top_bar_header {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #e67e22;
	margin-left: 3px;
	margin-right: 3px;
}

.pull-left {
  float: left !important;
}

.pull-right {
	float: right;
}

.db_center {
	display: inline;
	margin: 0px auto;
	text-align: center;
}

.db_line_through {
	text-decoration: line-through;
}

.db_center_col {
	display: inherit;
	margin: 0px auto;
	text-align: center;
	width: 180px;
	
}

.db_center_col2 {
	text-align: justify;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 1%;
	max-width: 450px;
	margin-right: auto;
}

.db_img_col2 {
	display: inherit;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 1%;
	margin-bottom: 0px;
	width: 150px;
	height: 150px;
	
}

.db_nav_logo1 {
	float: left;
	font-size: 18px;
	line-height: 20px;
}

.db_nav_logo2 {
	display:none;
	float: left;
	font-size: 18px;
	line-height: 20px;
}



h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.db_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.db-top-menu {
	background-color: #ffffff;
	z-index: 5000;
	width: 100%;
	max-width: 1300px;
	max-height: 60px;
	border-bottom: thin groove #FC930E;
}

.db-top-menu .navbar-toggle {
    margin-top: 3px;
}

.db-top-menu .navbar-brand {
    padding: 0;
    margin: 3px 0 0 0;
}

/* ------ Carousel ----- */

#db-carousel {
	background: url('../images/debedding2.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
	margin-bottom: 0;
	height: 300px;
}

#db-carousel .carousel-caption {
    z-index: 10;
}

#db-carousel .item {
    height: 300px;
}
#db-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 300px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #db-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #db-carousel .carousel-caption {
	padding-bottom: 140px;
	right: 20%;
	left: 20%;
	visibility: visible;
    }
}

@media (max-width: 768px) {
    #db-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #db-carousel {
        background: url('../images/debedding2.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 300px;
    }
}

/* ------ End of Carousel ----- */

		/* Header */

#header {
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	padding-top: 3em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0em;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#header .logo {
	position: relative;
	text-align: center;
	border-top: 2px solid #cccccc;
}

#header .logo div {
	background: #fff;
	position: relative;
	display: inline-block;
	padding: 0 1.5em 0 1.5em;
	top: -0.65em;
}

#header .logo h1 {
	display: inline;
}

#header .logo p {
	display: inline;
	color: #595959;
}











/* ------ Welcome & Slogan ------ */
.db-welcome {
	max-width: 1300px;
}

.db-slogan {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 42px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	color: #333333;
}


.titel-responsive {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;

}




.db-service {
	margin-bottom: 20px;
	margin-top: 20px;
}

.db-service-item {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}


.db-service-item p {
	font-weight: lighter;
	text-align: justify;
	margin-top: 40px;
	font-size: 14px;
	color: #929292;
}



.btn-orange {
    background-color: #ff7600;
    border-bottom:2px solid #d35400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.ws-orange {
	color: #ff7600;
	font-weight: bold;
}


.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #d35400;
    color:#ffffff;
}

.btn-green {
    background-color:#394e93;
    border-bottom:2px solid #1d2e63;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #1d2e63;
    color:#ffffff;
}


.btn-blauw {
    background-color:#394e93;
    border-bottom:2px solid #1d2e63;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-blauw:hover, .btn-blauw:focus, .btn-blauw:active, .btn-blauw.active, .open .dropdown-toggle.btn-blauw {
	background-color: #1d2e63;
	color: #ffffff;
}

.nav > li > a {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar2 {
	margin-bottom: 0px;
	margin-left: 1%;
	margin-right: 1%;
}

.db-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.db-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.leader1{
}

.leader2{
	border-top: medium solid #FC930E;
	margin-top: 20px;
	margin-bottom: 20px;
}

.leader3{
	text-align: center;
}

.leader4{
	text-align: center;
	border: medium solid #FC930E;
	display: inherit;
	margin-top: -14px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.line_hr {
	border: 1px solid #fff;
	width: 25%;
	float: left;
}

.line_hr_left {
	margin-right: 10px;
	margin-left: 2px;
}

.line_hr_right {
	margin-left: 10px;
}

.hr_gray {
	border-left-color: #cccccc;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-bottom: 1px solid #cccccc;
	border-top-color: #cccccc;
	border-top-style: solid;
}

.db_kalender_cont {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.db_kalender_col {
	width: 48%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.db_kalender_foto {
	width: 32%;
	margin-left: 2%;
	
}

.db_kalender_txt {
	margin-left: 5px;
	float: right;
	width: 61%;
	clear: right;
}

.db_kalender_list {
	list-style-type: none;

	
}

.db-team {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	margin-top: 20px;
}

.db-yoga {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	margin-top: 1px;
}


.db-line-header {
	text-align: center;
	margin-left: 25%;
}

.line-header {
	margin-top: 20px;
	margin-bottom: 20px;
}

.divide-header {
	margin-top: 20px;
	margin-bottom: 20px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}


.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.db-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.db-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.db-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.txt_baseline {
	font-size: 14px;
	color: #929292;
	margin-left: 70px;
	margin-top: -50px;
}

.db-line-header span {
	font-size: 18px;
	float : left;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-clip: content-box;
}

.line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	max-width: 100%;
	margin-bottom: 20px;
}

.blog_header {
	font-weight: bold;
	font-size: 14px;
}

.blog_text {
	text-align: justify;
	font-size: 14px;
	margin-top: 20px;
}

.blog_text1 {
	text-align: justify;
	font-size: 14px;
}


.blog_text2 {
	text-align: justify;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 1%;
	margin-right: 30%;
}

.blog_text3 {
	text-align: justify;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 3%;
	margin-left: 3%;
}

.sc_text {
	text-align: justify;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

.sc_text2 {
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 10%;
	margin-left: 10%;
	color: #595959;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: italic;
}

.sc_text3 {
	text-align: justify;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 3px;
}

.hy_text {
	text-align: justify;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 10%;
	margin-left: 10%;
}

.hy_text2 {
	text-align: justify;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 10%;
	margin-right: 10%;
}

#db-contact {
	margin-top:100px; 
	border-top: 1px solid #cccccc; 
	font-size:14px;
}
.db-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left: 2px solid #ffffff;
}

.twitter_user {
	color: #FFFFFF;
	font-size: 12px;
	float: right;
}

.db-partners {
	border-top: 2px solid #cccccc;
	visibility: hidden;
}

.db-partners .db-partner-item {
    margin-bottom: 5px;
}

.db-footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.footer_container {
	margin-top: 60px;
	margin-bottom: 20px;
	visibility: hidden;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color: #333333;
	background-color: #EEEEEE;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.db-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.db-gallery-category a {
	color:#333333; 
}

.db-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.db-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.db-gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.db-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.db-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.db-project-gallery li img {
  cursor: pointer;
}

.db-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.db-quotes {
	background-color: #2C9AB7;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 4px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:991px) and (max-width:1200px) {
    .db-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .db-project-gallery {
        margin-left: -70px;
    }

    .db-service-item-header {
        padding: 16px 10px 20px;
    }

    .db-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
	.line_hr {
		border: 1px solid #fff;
		width: 40%;
		float: left;
	}
	
	.line_hr_left {
		margin-right: 10px;
		margin-left: 2px;
	}

	.line_hr_right {
		margin-left: 10px;
	}

	.hr_gray {
		border-left-color: #cccccc;
		border-left-style: solid;
		border-right-color: #cccccc;
		border-right-style: solid;
		border-bottom: 1px solid #cccccc;
		border-top-color: #cccccc;
		border-top-style: solid;
	}

	.line-header span {
    	font-size: 18px; 
    	float :left; 
    	margin-top: 10px;
	}
	
	.line-header {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .db-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
	
	.line_hr {
		border: 1px solid #fff;
		width: 40%;
		float: left;
	}
	
	.line_hr_left {
		margin-right: 10px;
		margin-left: 2px;
	}

	.line_hr_right {
		margin-left: 10px;
	}

	.hr_gray {
		border-left-color: #cccccc;
		border-left-style: solid;
		border-right-color: #cccccc;
		border-right-style: solid;
		border-bottom: 1px solid #cccccc;
		border-top-color: #cccccc;
		border-top-style: solid;
	}

	.line-header span {
    	font-size: 18px; 
    	float :left; 
    	margin-top: 10px;
	}
	
	.line-header {
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.db_kalender_txt {
		margin-left: 5px;
		margin-right: 5px;
		float: right;
		width: 98%;
		clear: right;
	}

	
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .db-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .db-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
	
	.line_hr {
		border: 1px solid #fff;
		width: 42%;
		float: left;
	}
	
	.line_hr_left {
		margin-right: 10px;
		margin-left: 2px;
	}

	.line_hr_right {
		margin-left: 10px;
	}

	.hr_gray {
		border-left-color: #cccccc;
		border-left-style: solid;
		border-right-color: #cccccc;
		border-right-style: solid;
		border-bottom: 1px solid #cccccc;
		border-top-color: #cccccc;
		border-top-style: solid;
	}

	.line-header span {
    	font-size: 18px; 
    	float :left; 
    	margin-top: 10px;
	}
	
	.line-header {
	margin-top: 20px;
	margin-bottom: 20px;
	}

	
	
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 767px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .db-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
	  
	  
	.line_hr {
		border: 1px solid #fff;
		width: 36%;
		float: left;
	}
	
	.line_hr_left {
		margin-right: 10px;
		margin-left: 2px;
	}

	.line_hr_right {
		margin-left: 10px;
	}

	.hr_gray {
		border-left-color: #cccccc;
		border-left-style: solid;
		border-right-color: #cccccc;
		border-right-style: solid;
		border-bottom: 1px solid #cccccc;
		border-top-color: #cccccc;
		border-top-style: solid;
	}

	.line-header span {
    	font-size: 18px; 
    	float :left; 
    	margin-top: 10px;
	}
	
	.line-header {
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.db_nav_logo {
	float: left;
	font-size: 18px;
	line-height: 20px;
	clear: left;
	}
  
	.db_kalender_col {
	width: 80%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	}

	.db_kalender_txt {
	margin-left: 5px;
	float: right;
	width: 61%;
	clear: right;
	margin-right: -2px;
	}
	
	
	.db_center_col2 {
	text-align: justify;
	font-size: 14px;
	margin-top: 20px;
	margin-left: auto;
	max-width: 450px;
	margin-right: auto;
	}

	.db_img_col2 {
	display: inherit;
	margin: 0px auto;
	text-align: center;
	width: 150px;
	}
	  
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.db-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.db-header-orange {
		min-width: 0px;
	}
	
	.line_hr {
		border: 1px solid #fff;
		width: 30%;
		float: left;
	}
	
	.line_hr_left {
		margin-right: 10px;
		margin-left: 2px;
	}

	.line_hr_right {
		margin-left: 10px;
	}

	.hr_gray {
		border-left-color: #cccccc;
		border-left-style: solid;
		border-right-color: #cccccc;
		border-right-style: solid;
		border-bottom: 1px solid #cccccc;
		border-top-color: #cccccc;
		border-top-style: solid;
	}

	.line-header span {
    	font-size: 18px; 
    	float :left; 
    	margin-top: 10px;
	}
	
	.line-header {
	margin-top: 20px;
	margin-bottom: 20px;
	}

	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (max-width:992px)  {
	.db_nav_logo1 {
		display:none;
		float: left;
		font-size: 18px;
		line-height: 20px;
	}
}

@media (min-width:536px) and (max-width:991px)  {
	.db_nav_logo2 {
		display:inline;
		float: left;
		font-size: 18px;
		line-height: 20px;
	}
}




@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media ( max-width: 585px) {
	.db_kalender_txt {
		margin-left: 5px;
		margin-right: 5px;
		float: right;
		width: 98%;
		clear: right;
	}
}


@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media (max-width:536px) {
	.db_top_bar {
		display: none;
}

	
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}
