/* 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;
}
#idc_body.fullwidthpage .center_block {
    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;
}
/*///////////////  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;
}
#idc_body.fullwidthpage .center_block {
    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;
}
/*///////////////  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;
}
#idc_body.fullwidthpage .center_block {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 760px !important;
}
.content_only {
    float: left;
    width: 100% !important;
}
/*///////////////  END ////////////////// */
}
/*Big desktop */
@media (min-width: 1500px){
/*///////////////  START ////////////////// */
.idc_center_margin {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1140px !important;
}
#idc_body.fullwidthpage .center_block {
    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;
}
#sidebar_right{
	width: 300px !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;
  }
}
