/* Landscape phones and down */
@media (max-width: 480px) {
/*///////////////  START ////////////////// */
.content_right {
    float: left;
    width: 100% !important;
}
.content_left {
    float: left;
    width: 100% !important;
}
.idc_center_margin {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100% !important;
}
.content_only {
    float: left;
    width: 100% !important;
}
#sidebar_right{
	width: 100% !important;
}
#sidebar_left{
	width: 100% !important;
}
.width25 {
    width: 50% !important;
}
.quarter_clear{
	clear:both;
}
#header1right {
    display: block!important;
    float: none!important;
    width: 100%!important;
}
#header1.headre1left{
    display: block!important;
    float: none!important;
    width: 100%!important;
}
  
  
#idc_body .top_nav_inside {
    padding: 0 0 0 10px!important;
}
#idc_body .moduletable.mobilmenubtn {
    display: inline-block !important;
    vertical-align: top;
    width: 40%!important;
}
#idc_body .moduletable.socials_menu {
    width: 50%;!important;
}
#idc_body img.logo_text {
    max-width: 75%!important;
}
#idc_body img.logo_man {
    max-width: 18%;
    position: relative;
    vertical-align: top!important;
}
/*///////////////  END ////////////////// */
}
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
/*///////////////  START ////////////////// */
.content_right {
    float: left;
    width: 100% !important;
}
.content_left {
    float: left;
    width: 100% !important;
}
.content_only {
    float: left;
    width: 100% !important;
}
.idc_center_margin {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 560px !important;
}
#sidebar_right{
	width: 100% !important;
}
#sidebar_left{
	width: 100% !important;
}
.width25 {
    width: 50% !important;
}
.quarter_clear{
	clear:both;
}
#header1right {
    display: block!important;
    float: none!important;
    width: 100%!important;
}
#header1.headre1left{
    display: block!important;
    float: none!important;
    width: 100%!important;
}
  
  
  #idc_body .top_nav_inside {
    padding: 0 0 0 10px!important;
}
#idc_body .moduletable.mobilmenubtn {
    display: inline-block !important;
    vertical-align: top;
    width: 40%!important;
}
#idc_body .moduletable.socials_menu {
    width: 50%;!important;
}
#idc_body img.logo_text {
    max-width: 75%!important;
}
#idc_body img.logo_man {
    max-width: 18%;
    position: relative;
    vertical-align: top!important;
}
/*///////////////  END ////////////////// */
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 959px) {
/*///////////////  START ////////////////// */
.content_right {
    float: left;
    width: 460px !important;
}
.content_left {
    float: left;
    width: 460px !important;
}
.idc_center_margin {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 760px !important;
}
.content_only {
    float: left;
    width: 100% !important;
}
#idc_body img.logo_text {
    max-width: 75%!important;
}
#idc_body img.logo_man {
    max-width: 18%;
    position: relative;
    vertical-align: top!important;
}
/*///////////////  END ////////////////// */
}
/*Big desktop */
@media (min-width: 1500px){
/*///////////////  START ////////////////// */
.idc_center_margin {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1140px !important;
}
.content_only {
    float: left;
    width: 100% !important;
}
.content_right {
    float: left;
    width: 840px !important;
}
.content_left {
    float: left;
    width: 840px !important;
}

/*///////////////  END ////////////////// */
}

.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}