/*******************************/
/********* ESTUDIA EN CIATEJ ***********/
/*******************************/
/* Tabla de cotizador */
.selectCant {
  width:100%;
  padding-top: 0.2em!important;
  padding-bottom: 0.1em!important;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin:50px auto;
}

thead {
  background-color:#969696 !important;
}

/* Zebra striping */
tr:nth-of-type(odd) {
  }

tr {
  border: 0em!important;
  border-bottom: 3px solid #ccc !important;
}

th {
  color: white;
  font-weight: 300;
  }

td, th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 18px;
}

.left {
    text-align: left;
    margin-left: -0.8em;
}

.pure-table td:first-child, .pure-table th:first-child {
    border-left-width: thin!important;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  table {
      width: 100%;
  }

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    width: 45%;
    /* Now like a table header */
    position: relative;
    /* Top/left values mimic padding */
    top: 0px;
    left: 0px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);
    color: #00344d;
    font-weight: bold;
  }

}


.networks li {
    display:inline-block;
    margin:1em 0em;
    width: 30px;
    position: relative;
}

.networks li img {
    border-radius: 50%;
    box-shadow: 3px 3px 8px #ececec;
    max-width: 30px;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0;
}

.networks__icon:hover img:nth-child(2) {
    opacity: 0;
}
.networks__icon img:first-child(2) {
    opacity: 0;
}

.owl-two .owl-dots {
    margin-top:-110px;
    position:absolute;
    padding-left:4%;
}
.c-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-two .owl-dots {
    margin-top: -3em!important;
}

.summon-search-submit:hover {
    background-color: #868585;
    transition: all 0.3s ease;
}

.button02 {
  background-color:#00344d;
  color:#fff!important;
  margin: 0 auto;
  max-width:80%;
  width:100%;
  padding:1em 0em;
  padding-top:1.3em;
  margin-top:1.5em;
}

.button02:hover {
    background-color:#004b6f;
}

.hover-bg {
  position: relative!important;
}

.hover-bg h3,.hover-bg a {
    position: relative;
    z-index:6;
}

.hover-bg::before {
  background:linear-gradient(to bottom, rgba(255,255,255,0.2),#00344d);
  position:absolute;
  top:0;
  left:0;
  content:'';
  width:100%;
  height:100%;
  z-index:0;
}


* {
  box-sizing: border-box;
}

/*Fuentes*/
p {
    margin:0.5em 0em;
}

.top-3 {
  margin-top: 3em;
}

.extra-bold {
  font-weight:900;
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.formaPago {
    font-size: 14px;
}
#info-pago h1 {
    margin-bottom: 0;
}
/* Revistas */
#revistas strong {
    margin-top: 0.6em;
    display: block;
}

#revistas a:hover {
  text-decoration: underline!important;
}

#revistas .top {
  margin-top: 1em!important;
}

#revistas .border {
  border: 1px solid #ececec;
  padding: 1em;
  margin-bottom: 1em;
}

#biblioteca .servicios {
  border: 1px solid #ececec;
  padding: 1em;
  background: #ececec;
  height: 300px;
  margin-top: 1.2em;
}

#biblioteca .owl-carousel p {
  display: block;
  font-size: 0.6em;
  text-align: justify;
}

#biblioteca .texto {
  overflow: auto;
  height: 175px;
  padding: 0em 0.5em;
}

#biblioteca .owl-carousel h3 {
  text-align: center;
  font-weight: 500!important;
  font-size: 1.1em;
}
#biblioteca #summonSearchTerms995b946090b801306ab300c16e661040 {
    border: 2px solid #cacaca;
    padding: 0.34em;
    margin-right: 0.5em;
}

#biblioteca .summon-search-tagline {
  font-size: 0.7em;
  color: #545454;
  margin: 0.4em 0em;
}

#biblioteca .summon-search-submit {
    padding: 0.54em 1.4em;
    color: #fff;
    border: 2px solid #cacaca;
    font-size: 0.8em;
    transition: all 0.4s ease;
    background: #545454;
}

#catalogo form {
  border: 1px solid #ececec;
  padding:1.1em 1em;
  margin: 1em 0em;
}

#catalogo form label {
  font-size: 0.8em;
}

#bases .texto {
    margin-right: 2em;
    text-align: center;
    margin-top: 0.4em;
    min-height: 280px;
    padding: 1em;
    border: 1px solid #ececec;
    /* height:100px;
    padding: 0em 0.5em;
    overflow: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#bases .enlace {
  position: relative;
  bottom: 1em;
}

#bases .texto p {
  font-size: 0.7em;
}

#bases img {
  position: relative;
  top: 2em;
  padding: 1em;
  background: white;
  border: 1px solid #ececec;
  max-width: 270px;
  margin-top: 2em;
}

#bases .corte {
  max-width: 90%;
}

#ligas .owl-ligas {
  margin-bottom: 0em;
}

#ligas hr {
  margin-bottom: 4em;
}

.ng-contInter {
  margin-right: 1.3em;
}

.form-control {
    width: 100%;
    height: 27px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 0.6em;
}

#catalogo .form-group {
    margin-bottom: 5px;
}

/* Aspirantes Rotador */
.asp-item {
  position: relative;
  height: 380px;
}

.asp-item h1 {
  font-weight: 700!important;
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 10px #535353;
  margin-bottom: 0em;
}

.asp-item h3 {
  margin-bottom: 0.6em;
  font-weight: 300!important;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  text-shadow: 1px 2px 6px #535353;
}

.asp-item a {
  margin: 0 auto;
  border: 0em;
}

.centerAbs .button01:hover {
  background:#03567d;
}

.centerAbs {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.ng-title {
    width: 90%;
    height: 180px;
    display: table;
    position: relative;
    z-index: 2;
    background: #fff;
    color: #003b57;
    margin: 0 auto;
    top: -50px;
    box-shadow: 0 0 10px 0px rgba(126, 126, 126, 0.25);
}
.ng-link {
    width: 90%;
    display: table;
    height: 40px !important;
    line-height: 40px;
    position: absolute;
    left: 5%;
    bottom: 5px;
    padding: 0px 12px;
}
.ng-title h2 {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 5%;
    margin: 0px;
    transform: translateY(-100%);
    font-weight: 600;
    font-size: 20px;
}


.img-redo {
    border-radius: 50%;
    border: 3px solid #ececec;
    background: #ffff;
    margin:0 auto;
    max-width: 110px;
}

.padding-top {
  margin:3em 0em;
}

.margin {
  margin:1em auto;
}
.padding {
  padding: 1em 0em;
}

.padding-1 {
  padding:1em;
}

.padding-3 {
  padding:3em 0em;
}

.padding-h {
  padding:1em 0em;
}

.padding-full {
  padding:1.2em;
}

.bg-azul {
  background:#003b57;
  color:#fff;
}

.pure-button {
  border-radius: 0em;
}

.em {
  font-size:0.8em;
}
/*IMGS*/
.img-estudia{
    width: 100%; height: 550px; background-position: center !important; position: relative;
    background-repeat: no-repeat !important; background-size: cover !important;
}

.p-right {
  padding-right:1em!important;
}
/*Tabs*/
.item-name {
  color:#fff;
  background:#003b57;
  display:block;
  padding:0.3em 1em;
  margin-bottom:0.2em;
}

.item-content {
  display:none;
  padding:0em 1em;
}

.img-investigador {
  border:5px solid #707070;
  display:table;
}


li.boton {
  padding: 1em 0em;
  background: #f4f4f4;
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease;
  text-align: center;
  margin-bottom: 1em;
  transition: all 1s ease;
}

li.boton:hover {
  background: #003b57;
  color:#fff;
  transition: all 0.3s ease;
}

/*Colores*/
.blanco {
  color:#fff;
}
.gris {
  color:#707070;
}
.azul {
  color:#003b57;
}

/*Control escolar*/
.estudiantes {
    position: relative;
}
.estudiantes::before {
  border-radius: 50%;
  position: relative;
  background: white;
  padding: 0.4em;
  width:45%;
  display: inline-block;
  border: 1px solid #ececec;
}

#ya_soy_estudiante .full-box, #control_escolar .full-box {
  width: 90%;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

.img-escolar {
  border-radius: 50%;
  border: 3px solid #ececec;
  background: #fff;
  max-width: 110px;
  padding:1em;
}

.bg-morado {
  background: #003b57;
  color: #fff;
  padding: 8px;
  border-radius: 0em;
  font-size: 14px;
  margin-top: 1em;
}

.route {
  padding:1em 0em;
  margin:0em;
}

.sinmargin {
  margin:0em;
}
.noticias {
  margin:1em 0em;
}
.pagination {
  padding:1em 0em;
}
.pagination a{
  color:#707070;
}
.pagination .pure-button {
  background:none;
}
.pagination .pure-button.active ,.pagination .pure-button:active,.pagination .pure-button:hover  {
  background-color:#003b57;
  color:#fff;
}

.line-h{
  height: 2px;
  background: #707070;
  width: 6em;
  position: relative;
  margin: 0 auto;
  top: -1.3em;
  z-index: 1;
}

.top-index {
  position: relative;
  z-index: 2;
}
.circle {
    width: 40px;
    height: 40px;
    border: 1px solid;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 5px auto 15px;
    font-size: 14px;
}
@media screen and (max-width: 1024px){
    .img-estudia{
        height: 350px; margin-bottom: 30px;
    }
}
@media screen and (max-width: 580px){
    /*IMGS*/
    .img-estudia{
        height: 250px;
    }
    #btn-g .p-10{
        padding: 10px 0px;
    }
    #btn-g{
        padding: 0px;
    }
}

@media screen and (min-width:0.5em) {
    #posgrados .box-flat {
        margin:1em 0em;
    }
    .top-3 {
        margin-top:0em;
    }
    .posgrados-title {
        font-size:1em;
        margin:1.2em auto;
        text-align: center;
        max-width: 30em;
    }
    .p-right {
        padding:0em;
        margin:0em;
        margin-bottom:1em;
    }
    #catalogo .title-catalogo {
      font-size: 1em;
    }
}
@media screen and (min-width: 10.5em)	{
    .top-3 {
        margin-top:3em;
    }
    .posgrados-title {
        color:#002E44;
        font-size:1.2em;
        padding:0em 1em;
    }
  #estudia_ciatej {
    width:100%;
    margin:0 auto;
  }
  .pos {
    margin-bottom:1em;
  }
  #catalogo .title-catalogo {
      font-size: 2em;
  }
}

@media screen and (min-width: 35.5em)	{
  #estudia_ciatej {
    width:100%;
    margin:0 auto;
  }
  .pos {
    margin-bottom:1em;
  }
}
@media screen and (min-width: 48em)	{
  #estudia_ciatej {
    width:100%;
    margin:0 auto;
  }

}
@media screen and (min-width: 64em)	{
  #estudia_ciatej {
    width:90%;
    margin:0 auto;
  }
  .header{
    padding:8em 0em;
  }
}
@media screen and (min-width: 80em)	{
  #estudia_ciatej {
    width:90%;
    margin:0 auto;
  }
  .header{
    padding:8em 0em;
  }
}

/*Escala de grises*/
.byn {
  filter: grayscale(100%);
  background-position: center center;
  transition: all 0.5s ease;
  background-size: cover;
}
.posgrados-estudia {
  background: #ececec;
  padding:3em 0em;
}

.byn:hover {
  transition: all 0.5s ease;
  filter: none;
}

.box-flat h4, .box-flat p {
    color: #575757;
    transition: all 0.3s ease;
}

/*Tabs*/
.tab-cont{
    border: 1px solid #c2c2c2;overflow: hidden;
}
.tab-title {
  background:#f4f4f4;
  color:#3d3d3d; cursor: pointer;
  padding:0.45em 0em;
  width:100%; transition: .3s all ease-in-out;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #c2c2c2;
}
.tab-title .plus, .tab-title .minus{
  position: relative;
  font-size: 1.1em;
  top: 0.2em;
}
.tab-title .pure-g p {
  text-align: center;
  margin:0 auto;
  font-size:1em;
}
.tab-title:hover{
    background: #d7d7d7;
}
.visible {
  display:block!important;
}

.tab-content {
  background:#fff; border-bottom: 1px solid #c2c2c2;
  padding:0.5em 1.3em; max-height: 380px; overflow: auto;
}
.tab-content::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}
.tab-content::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
.tab-content::-webkit-scrollbar-thumb
{
	background-color: #d7d7d7; opacity: .1; border-radius: 3px;
}
.item-graduado{
    margin-bottom: 30px; position: relative;
}
.item-graduado::before{
    content: ''; width: 100%; height: 1px; background: #c2c2c2;
    left: 0px; bottom: -15px; position: absolute; opacity: .5;
}
.item-graduado p{
    font-size: 12px; color: #929292; font-weight: 100;
}
.item-graduado p strong{
    color: #393939; display: block; font-size: 8px; text-transform: uppercase;
    font-weight: 700 !important;
}

.top {
  margin-top:1em;
}

.box-flat3 h4, .box-flat3 p {
    color: #575757;
    transition: all 0.3s ease;
    font-size: 0.8em;
    margin: 1em 0em;
}

.box-flat3 i {
  color: #003b57;
}

.box-flat3 {
  background:#ececec;
  margin-bottom: 1em;
}


.box-flat-pos h4, .box-flat-pos p {
    color: #575757;
    transition: all 0.3s ease;
}

.box-flat-pos {
  background: transparent;
}

.box-flat-pos i {
  color:#003b57;
}


/*Estudiar en CIATEJ*/
.usam-img {
    height: 350px;
    background-size: cover;
    position: relative;
}

.si-layer {
    width: 100%;
    height: 140px;
    background: rgba(0,0,0,.75);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    box-sizing: border-box;
    padding: 10px 20px;
    color: #fff;
}

.si-layer h3,.si-layer p,.si-layer a {
  font-family: 'Roboto','sans-serif';
}

.si-layer h3 {
  font-size:1.4em;
  font-weight: 500!important;
}

.si-layer a {
  font-size:0.7em;
}
.si-layer a:hover {
  color:#ececec!important;
}

.btn-azul {
  background-color:#015982;
  color:#fff!important;
  font-size:14px;
  border-radius: 0em;
}

.btn-azul:hover {
  background-color:#003b57;
}

.box-table {
  border: none;
}

.box-table:hover {
  border: none;
}

/*Carousel OWL*/
.owl-carousel {
    padding: 0em;
}

.owl-carousel p{
  display:none;
  font-size: 14px;
  margin-top: 1em;
  color: #003b57;
  font-weight: 800;
}

.owl-carousel .pure-button, .owl-carousel a {
  background:#003b57;
  font-size:13px;
  color: #fff!important;
  border-radius: 0em;
  font-weight: 300;
}

/*.owl-dots {
  position: relative;
  top: -70px;
}*/


/*Modal personal circular*/
.circular {
  position: relative;
  top: 8.3em;
  border-radius: 100px;
  overflow: hidden;
  width: 9.6em;
}

hr {
  border-bottom: 1px solid #ececec;
}

.pleca {
  background: rgba(93,17,88, 1);
  position: relative;
  top: -30px;
  left:30px;
  border-radius: 0em 0em 8em 8em;
  height: 18em;
  padding: 1em;
  box-shadow: 5px 6px 10px rgba(1,1,1,0.2);
}

/*Sección interes landing*/
.interes {
    padding: 2em 0em;
    background: #ececec;
}

/*Posgrados*/
@media screen and (min-width: 35.5em)	{
  #posgrados {
    width:100%;
    margin:0 auto;
  }
  .header-posgrados{
    padding:8em 0em;
  }
}
@media screen and (min-width: 48em)	{
  #posgrados {
    width:100%;
    margin:0 auto;
  }
  .header-posgrados{
    padding:8em 0em;
  }

}
@media screen and (min-width: 64em)	{
  #posgrados {
    width:90%;
    margin:0 auto;
  }
  .header-posgrados{
    padding:8em 0em;
  }
}
@media screen and (min-width: 80em)	{
  #posgrados {
    width:90%;
    margin:0 auto;
  }
  .header-posgrados{
    padding:8em 0em;
  }
}

/***********Aspirantes**********/
#aspirantes .button-contact {
  position: relative;
  bottom: -55px;
  padding:1em 0em;
  font-size: 18px;
  border-radius: 0em;
  color: #fff;
  text-align: center;
  background-color:#003b57;
  box-shadow: 5px 6px 8px rgba(1,1,1,0.2);
  border:1px solid #ececec;
}


.description-aspirantes {
  z-index:2;
  padding:0em 0em 2em 0em;
  background: #fff;
  margin-top: -60px;
  position: relative;
  box-shadow: 5px 6px 10px rgba(1,1,1,0.2);
}

.img-estudio {
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 1em;
}

.pointer {
  cursor: pointer;
}
/***********Servicios**********/
#services .box-flat{
    display: inline-block;
}

/***********POSGRADOS SINGLE**********/


/******Investigación******/
#lInvestigacion, #control_escolar, #tesis, #ya_soy_estudiante, #investigador, #capacitacion, #cursos{
    padding-top: 70px;
    margin-bottom: 70px;
}
#lInvestigacion .box-flat{
  min-height: 300px;
  position: relative;
  margin-bottom: 25px;
  height: 8px;
}
#lInvestigacion .box-flat h3, #lInvestigacion .box-flat p {
    color:#fff;
}
#lInvestigacion .box-flat h3{
    font-size: 20px; font-weight: 600;
}
#lInvestigacion .box-flat p{
    font-size: 11px; font-weight: 100;
}
#investigacion .box-flat:hover {
  transition: all 0.5s ease!important;
  opacity:0.8!important;
}
#lInvestigacion .box-flat .button01{
  background: none;
  color: #fff!important;
  border-color: #fff;
  margin: 20px 0px 0px;
  margin-top: 20px;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-top: 3em;
}
#lInvestigacion .box-flat .button01:hover{
    background: #fff; color: #393939!important;
}

/*******Investigación single*******/
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.bordes {
  border:9px solid #ececec;
  max-width:300px;
}

.button-contact {
  position: relative; padding:1em; margin-bottom: 30px;
  font-size: 18px; border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.button-contact a{
  font-size: 14px; color: #003b57;
  display: block; margin: 10px 0px;
}
.button-contact p{
  font-size: 12px; line-height: 130%; margin: 3px 0px;
}


/*Control escolar*/
#control_escolar li {
  list-style-type:disc;
  margin-left:1em;
  margin-bottom:0.6em;
}
#control_escolar .box-flat:hover h2, #investigacion .box-flat:hover p {
  color:#fff;
}
#control_escolar .box-flat{
    display: inline-block;  height: auto; min-height: inherit;
}
#control_escolar .box-flat:hover .boton-hover {
  background-color:#fff;
  color:#000;
}

#control_escolar_main li a:hover {
  text-decoration: underline;
  color:#575757;
}
.no {
  text-align: center;
  border-radius: 4em;
  border: 1px solid #ececec;
  width: 5em;
  margin: 1em auto;
  background:#003b57;
  color:#fff;
  transition: all 0.5s ease;
}

.no:hover {
  background:#575757;
  color:#fff;
  transition: all 0.5s ease;
}

/*Innovación y Biotecnología*/
#innovacion li, #ciencia li,#floricultura li {
  list-style-type:disc; font-size: 12px;
  margin-left:1em;
}

/*Investigacion_clinica*/
#investigacion_clinica ul li{
  list-style-type: disc;
  margin-left:1em;
}
#investigacion_clinica ul.convocatoria li {
  list-style-type:none;
}
#investigacion_clinica ul.convocatoria li i{
  color:#003b57;
}
#investigacion_clinica ul.convocatoria li h5 {
  font-weight: 600;
  margin-bottom:1em;
}
.imgEst{
    max-width: 250px !important
}

.button01 {
  max-width: 200px;
}

/*Tesis*/
#tesis a {
  text-decoration: underline;
}

#tesis a.pure-button {
  text-decoration: none;
}

.name-course {
    transition: all 0.5s ease;
    position: absolute;
    font-size: 15px;
    bottom: 0em;
    line-height: 120%;
    color: #fff;
    padding: 1em 3em;
    left: 0px;
    height: auto;
    width: 100%;
    display: table;
    font-weight: 400;
}

/*Estudia en CIATEJ*/
#cursos_linea .border, #cursos2017 .border, #cursos .border, #cursos2016 .border {
  border: 2px solid #707070;
  margin-top: 1em;
}


.box-flat2 h4 {
    font-size: 0.8em;
    padding: 0.6em 0em;
}

.box-flat2 {
  margin-bottom: 1.4em;
  padding: 1.5em 1em 1em 1em;
}

.box-flat2 p {
  font-size: 0.7em;
}

#cursos2015 h3,#cursos2016 h3, #cursos2017 h3 {
  font-size: 0.9em;
  font-weight: 700!important;
}

#cursos2015 h4,#cursos2016 h4, #cursos2017 h4 {
    font-size: 0.8em;
  font-weight: 300 !important;
  padding: 1em 1.2em;
}

#cursos2017 .item:hover .name-course ,#cursos2016 .item:hover .name-course {
   transition: all 0.5s ease;
    position: absolute;
    bottom: 0em;
    background: #003b57;
    color: #fff;
    padding:1em;
    left: 1px;
    height:50px;
    width: 100%;
    display: table;
}

#cursos .name-course {
    transition: all 0.5s ease;
    position: absolute; font-size: 13px;
    bottom: 0em; line-height: 120%;
    color: #fff;
    padding:1em 3em;
    left: 0px;
    height:auto;
    width: 100%;
    display: table;
}


.column-order {
  column-count: 4;
}

.column-order ul li span {
    font-size: 12px !important;
}

@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .column-order {
    column-count: 3;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .column-order {
    column-count: 2;
  }
}
@media only screen and (max-width : 480px) {
  .column-order {
    column-count: 1;
  }
}
@media only screen and (max-width : 320px) {
  .column-order {
    column-count: 1;
  }
}
