@charset "utf-8";
/* CSS Document */
@media screen and (min-width:1000px){
body{
	margin:0px;
	background:url(../images/back.jpg) repeat-x top #FFF;
}
.menu-mobile{
	display:none;
}
#menumob{
	display:none;
}
.header{
	width:100%;
	height:246px;
	overflow:hidden;
	float:left;
	background:url(../images/siswa.png) no-repeat center;
}
.header .logo{
	float:left;
	width:419px;
	overflow:hidden;
	margin-top:60px;
}
.header .logo img{
	width:126px;
	float:left;
	margin-right:20px;
}
.header .logo .atas{
	float:left;
	width:273px;
	font-size:36px;
	line-height:35px;
	color:#FFF;
	font-family: 'open_sansextrabold';
	text-shadow: 2px 3px 1px rgba(0, 104, 148, 1);
	margin-bottom:15px;
}
.header .logo .alamat{
	float:left;
	width:273px;
	font-size:14px;
	color:#FFF;
	line-height:1.2em;
	font-family: 'open_sansregular';
}
.header .logo-kanan{
	float:right;
	width:417px;
	overflow:hidden;
	margin-top:20px;
}
.header .logo-kanan img{
	width:100%;
}

.menu-atas{
	float:left;
	width:100%;
	height:55px;
	background:url(../images/menu.jpg);
	position:relative;
	z-index:1;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  float:left;
  font-family: 'open_sansbold';
  line-height: 1;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #FFF;
  background:#151515;
}
#cssmenu > ul > li.has-sub > a {
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 23px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #FFF;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 40px;
}
#cssmenu ul ul li a {
  height:40px;
  width: 250px;
  font-size: 13px;
  padding-top:10px;
  padding-left:22px;
  background:rgba(19,24,29,0.8);
  text-decoration: none;
  color: #a3a3a3;
  font-family: 'open_sansregular';
  text-transform:uppercase;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #FFF;
}

.slide{
	float:left;
	width:100%;
	overflow:hidden;
}
.jurusan-home{
	float:left;
	width:100%;
	padding-top:35px;
	padding-bottom:10px;
	margin-bottom:35px;
	background:#dadada;
	overflow:hidden;
}
.jurusan-home .judul{
	float:left;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#020202;
	font-family: 'GothamMedium';
	letter-spacing:4px;
	overflow:hidden;
}
.jurusan-home .box{
	float:left;
	width:90%;
	margin:5%;
	background:#FFF;
	height:147px;
	overflow:hidden;
}
.jurusan-home .box .kiri{
	float:left;
	width:45%;
	height:97%;
	margin:0.75%;
	background:#000;
	overflow:hidden;
}
.jurusan-home .box .kiri img{
	height:100%;
}
.jurusan-home .box .kanan{
	float:right;
	width:49%;
	height:97%;
	margin:0.75%;
	overflow:hidden;
}
.jurusan-home .box .kanan .atas{
	float:left;
	width:100%;
	margin-top:28px;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:18px;
	color:#020202;
}
.jurusan-home .box .kanan .more{
	float:left;
	width:100%;
	margin-top:15px;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:12px;
	padding-bottom:5px;
	color:#505050;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}
.jurusan-home .box .kanan .more:hover{
	color:#000;
}

.judul_garis{
	width:100%;
	float:left;
	font-family: 'GothamMedium';
	font-size:20px;
	letter-spacing:4px;
	padding-bottom:8px;
	margin-bottom:20px;
	color:#020202;
	border-bottom:2px solid #d8eef4;
	overflow:hidden;
}
.side1{
	width:45%;
	float:left;
	overflow:hidden;
}
.side1 .box{
	float:left;
	width:100%;
	height:140px;
	overflow:hidden;
	margin-bottom:30px;
}
.side1 .box .kiri{
	float:left;
	width:40%;
	height:100%;
	background:#000;
	overflow:hidden;
}
.side1 .box .kiri img{
	height:100%;
}
.side1 .box .kanan{
	float:right;
	width:55%;
	height:100%;
	overflow:hidden;
}
.side1 .box .kanan .judul{
	float:left;
	width:100%;
	height:40px;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:16px;
	color:#004b71;
	margin-bottom:15px;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}
.side1 .box .kanan .judul:hover{
	color:#000;
}
.side1 .box .kanan .tgl{
	float:left;
	width:100%;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:11px;
	color:#38a1da;
	margin-bottom:15px;
}
.side1 .box .kanan .teks{
	float:left;
	width:100%;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#797878;
	line-height:1.3em;
}
.side2{
	width:29%;
	float:left;
	overflow:hidden;
	margin-left:2%;
}
.side2 .pic-atas{
	width:100%;
	float:left;
	height:220px;
	background:#000;
	margin-bottom:2%;
	overflow:hidden;
}
.side2 .pic-atas img{
	height:220px;
}
.side2 .pic-bawah{
	width:49%;
	float:right;
	height:109px;
	background:#000;
	overflow:hidden;
	margin-bottom:2%;
}
.side2 .pic-bawah:nth-child(odd){
	width:49%;
	float:left;
	height:109px;
	background:#CCC;
	overflow:hidden;
	margin-bottom:2%;
}
.side2 .pic-bawah img{
	height:109px;
}
.side2 .more{
	float:left;
	width:100%;
	text-align:right;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:12px;
	padding-bottom:5px;
	color:#ed2c35;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}
.side2 .more:hover{
	color:#000;
}
.side3{
	width:22%;
	float:right;
	overflow:hidden;
	margin-left:2%;
	margin-bottom:20px;
}
.side3 img{
	width:100%;
	margin-bottom:4%;
}
.side3 .youtube{
	width:100%;
	float:left;
	overflow:hidden;
}
.responsive-embed-youtube {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.responsive-embed-youtube iframe, .responsive-embed-youtube object, .responsive-embed-youtube embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    right:10px;
}

.judul_garis2{
	width:100%;
	float:left;
	text-align:center;
	font-family: 'GothamMedium';
	font-size:20px;
	letter-spacing:4px;
	padding-bottom:10px;
	margin-bottom:30px;
	margin-top:30px;
	color:#020202;
	border-bottom:2px solid #dadada;
	overflow:hidden;
}
.jaringan{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:20px;
}
.jaringan img{
	width:70%;
	max-width:130px;
}

.konten-full{
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:40px;
}
.konten-full .judul{
	float:left;
	width:100%;
	text-align:left;
	font-size:30px;
	color:#020202;
	font-family: 'GothamMedium';
	letter-spacing:4px;
	overflow:hidden;
	text-transform:uppercase;
	margin-bottom:20px;
}
.sub-judul{
	float:left;
	width:100%;
	height:54px;
	border-top:1px solid #afafaf;
	border-bottom:1px solid #afafaf;
	overflow:hidden;
	margin-bottom:20px;
}
.sub-judul .kiri{
	float:left;
	font-family: 'open_sansregular';
	font-size:13px;
	line-height:4em;
	width:76%;
	overflow:hidden;
}
.sub-judul .kanan{
	float:right;
	font-family: 'GothamMedium';
	font-size:18px;
	line-height:3em;
	width:22%;
	color:#020202;
	overflow:hidden;
}

.kiri-konten-full{
	float:left;
	width:75%;
	min-height:300px;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#505050;
	line-height:1.5em;
	margin-bottom:20px;
}
.kiri-konten-full .judul-berita{
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	color:#020202;
	font-family: 'GothamMedium';
	overflow:hidden;
	margin-bottom:20px;
}
.kiri-konten-full .pic{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:20px;
} 
.kiri-konten-full .pic img{
	width:100%;
} 
.kiri-konten-full .pic .nama{
	position:absolute;
	right:0;
	bottom:0;
	width:98%;
	padding-right:2%;
	height:47px;
	text-align:right;
	background:url(../images/back-nama.png) no-repeat right;
	color:#FFF;
	font-family: 'GothamMedium';
	font-size:18px;
	letter-spacing:2px;
	line-height:2.5em;
	text-transform:uppercase;
}
.kiri-konten-full .pic .nama2{
	position:absolute;
	right:0;
	bottom:0;
	width:98%;
	padding-right:2%;
	height:45px;
	text-align:right;
	background:url(../images/back-nama2.png) no-repeat right;
	color:#FFF;
	font-family: 'GothamMedium';
	font-size:18px;
	letter-spacing:2px;
	line-height:2.5em;
	text-transform:uppercase;
}
.kiri-konten-full .pic .small{
	position:absolute;
	left:56px;
	bottom:-50px;
	padding:8px;
	background:#FFF;
	border-radius:8px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}
.kiri-konten-full .pic .small .pic-small{
	width:206px;
	overflow:hidden;
	float:left;
}
.kiri-konten-full .pic .small .pic-small img{
	width:100%;
}
.kiri-konten-full .teks{
	float:left;
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.kiri-konten-full .teks p{
	padding-bottom:15px;
}
.kiri-konten-full p{
	padding-bottom:15px;
}
.kiri-konten-full .guru{
	width:22%;
	float:left;
	margin:1.5%;
	margin-bottom:15px;
}
.kiri-konten-full .guru .pic-guru{
	width:100%;
	float:left;
	background:#FFF;
	border-radius:8px;
	margin-bottom:10px;
	overflow:hidden;
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(196,196,196,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(196,196,196,1);
	box-shadow: inset 0px 0px 0px 2px rgba(196,196,196,1);
}
.kiri-konten-full .guru .pic-guru .frame{
	width:94%;
	margin:3%;
	text-align:center;
	overflow:hidden;
}
.kiri-konten-full .guru .pic-guru .frame img{
	width:100%;
}
.kiri-konten-full .guru .nama{
	width:98%;
	margin:1%;
	font-family: 'open_sansbold';
	font-size:16px;
	color:#004b71;
	padding-bottom:5px;
	overflow:hidden;
}
.kiri-konten-full .guru .jabatan{
	width:98%;
	margin:1%;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#ea6106;
	overflow:hidden;
	padding-bottom:5px;
}

.kiri-konten-full .berita{
	float:left;
	width:100%;
	height:185px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #dbd9d9;
}
.kiri-konten-full .berita .kiri{
	float:left;
	width:38%;
	height:185px;
	overflow:hidden;
}
.kiri-konten-full .berita .kiri .pic-berita{
	float:left;
	width:95%;
	height:168px;
	padding:2.5%;
	text-align:center;
	background:#FFF;
	overflow:hidden;
	-webkit-box-shadow:inset 0 0 0 1px #dbd9d9;
	box-shadow:inset 0 0 0 1px #dbd9d9;
}
.kiri-konten-full .berita .kiri .pic-berita img{
	height:168px;
	max-width:100%;
}
.kiri-konten-full .berita .kanan{
	float:right;
	width:59%;
	height:185px;
	overflow:hidden;
}
.kiri-konten-full .berita .kanan .judul{
	float:left;
	width:100%;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:16px;
	color:#004b71;
	margin-bottom:10px;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}
.kiri-konten-full .berita .kanan .judul:hover{
	color:#000;
}
.kiri-konten-full .berita .kanan .tgl{
	float:left;
	width:100%;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:11px;
	color:#f87903;
	margin-bottom:10px;
}
.kiri-konten-full .berita .kanan .isi{
	float:left;
	width:100%;
	height:55px;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#797878;
	line-height:1.3em;
	margin-bottom:10px;
}
.kiri-konten-full .berita .kanan .more{
	float:left;
	width:100%;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:12px;
	color:#6b6b6b;
	-webkit-transition: background-color 0.5s, color 0.5s;
  	transition: background-color 0.5s, color 0.5s;
}
.kiri-konten-full .berita .kanan .more:hover{
	color:#000;
}
.paging{
	float:left;
	width:100%;
	margin-top:20px;
	font-family: 'open_sansregular';
	font-size:18px;
}
.paging ul{
	float:left;
}
.paging ul li{
	float:left;
	list-style:none;
	margin-right:7px;
}
.paging ul li a{
	width:40px;
	height:40px;
	border:1px solid #bbbbbb;
	border-radius:50%;
	float:left;
	text-align:center;
	line-height:2.1em;
	background:#FFF;
	color:#000;
	-webkit-transition: background-color 0.5s, color 0.5s;
  	transition: background-color 0.5s, color 0.5s;
}
.paging ul li a:hover, .paging ul li a.active{
	background:#2199e8;
	color:#FFF;
}

.kanan-konten-full{
	float:right;
	width:22%;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#505050;
	line-height:1.5em;
	margin-bottom:20px;
}
.kanan-konten-full .kanan-mob{
	display:none;
}
.kanan-konten-full .link{
	float:left;
	width:90%;
	height:35px;
	padding-left:10%;
	border-bottom:1px solid #afafaf;
	overflow:hidden;
	background:url(../images/ar.png) no-repeat left top;
	line-height:1em;
	color:#505050;
	margin-bottom:15px;
	text-transform:uppercase;
}
.kanan-konten-full .link:hover, .kanan-konten-full .link.active{
	color:#000;
}

.galeri-full{
	float:left;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.controls {
	text-align:center;
}
.controls a{
	padding-right:15px;
	padding-left:10px;
	border-right:1px solid #8d8d8d;
}
.control {
    position: relative;
    display: inline-block;
    font-family: 'GothamMedium';
    cursor: pointer;
    font-size: 20px;
    color: #a5a5a5;
	background:none;
	border:none;
    transition: background 150ms;
}

.control:hover{
    color: #000;
}
.mixitup-control-active {
    color: #000;
}

/* Container
---------------------------------------------------------------------- */

.container {
    text-align: justify;
	width:100%;
	float:left;
	margin-top:20px;
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    margin-bottom: 30px;
    position: relative;
	height:208px;
}
.mix .pic{
	float:left;
	width:95%;
	height:170px;
	border:5px solid #dbd9d9;
	background:#FFF;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow:inset 0 0 0 1px #dbd9d9;
	box-shadow:inset 0 0 0 1px #dbd9d9;
}
.mix .pic img{
	height:170px;
}
.mix .ket{
	width:100%;
	float:left;
	margin-top:5px;
	font-family: 'open_sansbold';
	font-size:13px;
	color:#003f58;
}

.mix:before {
    content: '';
    display: inline-block;
}

.box-kontak{
	width:46%;
	padding-bottom:10px;
	float:right;
	text-align:left;
	margin-bottom:50px;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:14px;
}
.box-kontak:nth-child(odd){
	width:46%;
	padding-bottom:10px;
	float:left;
	text-align:left;
	margin-bottom:50px;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:14px;
}
.box-kontak .map{
	width:100%;
	height:330px;
	overflow:hidden;
	background:#000;
}
.box-kontak .alamat{
	width:100%;
	margin-top:20px;
	font-family: 'open_sansregular';
	color:#000;
	font-size:14px;
	line-height:1.5em;
}
.box-kontak .alamat span{
	width:100%;
	color:#4a7ca3;
	font-size:16px;
	font-family: 'open_sansbold';
}
.box-kontak .alamat p{
	padding-bottom:15px;
}
.box-kontak label{
	width:100%;
	line-height:1.5em;
	float:left;
	margin-bottom:20px;
}
.box-kontak .input{
	width:70%;
	height:40px;
	border:none;
	border-top:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	padding-left:3%;
	margin-bottom:20px;
	background:#e3e3e3;
}
.box-kontak .input2{
	width:50%;
	height:40px;
	border:none;
	border-top:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	padding-left:3%;
	margin-top:10px;
	margin-bottom:15px;
	background:#e3e3e3;
}
.box-kontak select{
	width:70%;
	height:40px;
	border:none;
	border-top:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	padding-left:3%;
	margin-bottom:20px;
	background:#e3e3e3;
}
.box-kontak textarea{
	width:95%;
	height:140px;
	border:none;
	border-top:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	padding-top:2%;
	padding-left:3%;
	margin-bottom:10px;
	background:#e3e3e3;
}
.box-kontak .submit{
	width:180px;
	height:40px;
	border:none;
	text-align:center;
	background:#032a43;
	color:#FFF;
	font-size:16px;
	font-family: 'open_sansbold';
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}
.box-kontak .submit:hover{
	background:#000;
}

.kiri-konten-full .download{
	float:left;
	width:100%;
	height:75px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #dbd9d9;
}
.kiri-konten-full .download .kiri{
	float:left;
	width:75%;
	height:75px;
	overflow:hidden;
}
.kiri-konten-full .download .kiri .judul{
	float:left;
	width:100%;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:16px;
	color:#004b71;
	margin-bottom:10px;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}
.kiri-konten-full .download .kiri .judul:hover{
	color:#000;
}
.kiri-konten-full .download .kiri .tgl{
	float:left;
	width:100%;
	overflow:hidden;
	font-family: 'open_sansregular';
	font-size:11px;
	color:#f87903;
	margin-bottom:10px;
}
.kiri-konten-full .download .kanan{
	float:right;
	width:25%;
	height:75px;
	overflow:hidden;
}
.kiri-konten-full .download .kanan .down{
	float:left;
	width:90%;
	height:47px;
	margin-left:5%;
	margin-top:10px;
	background:url(../images/down.jpg) no-repeat;
	overflow:hidden;
}


.footer-atas{
	width:100%;
	float:left;
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
	background:#dadada;
	font-family: 'GothamMedium';
}
.footer-atas .judul{
	width:100%;
	text-align:center;
	font-size:24px;
	color:#4e4e4e;
	letter-spacing:2px;
	margin-bottom:15px;
}
.footer-atas .alamat, .footer-atas .alamat p{
	width:100%;
	text-align:center;
	font-size:15px;
	color:#4e4e4e;
	line-height:1.5em;
	margin-bottom:20px;
}
.footer-atas img{
	width:37px;
}
.footer-atas a{
	color:#4e4e4e;
	margin-right:10px;
}
.footer-bawah{
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	background:#727272;
	color:#FFF;
	text-align:center;
	font-family: 'GothamMedium';
}
}
@media screen and (min-width:1030px){
.container_24{
	width:1010px;
	margin-left: auto;
	margin-right: auto;
}
#cssmenu > ul > li > a {
  	height:55px;
  	line-height:4.3em;
  	padding-left:30px;
  	padding-right:30px;
  	text-align:center;
  	font-size: 13px;
  	text-decoration: none;
  	text-transform: uppercase;
  	color: #c2c2c2;
  	-webkit-transition: background-color 0.5s, color 0.5s;
  	transition: background-color 0.5s, color 0.5s;
}
}
@media screen and (min-width:1000px) and (max-width:1029px){
.container_24{
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
#cssmenu > ul > li > a {
  	height:55px;
  	line-height:4.3em;
  	padding-left:22px;
  	padding-right:22px;
  	text-align:center;
  	font-size: 13px;
  	text-decoration: none;
  	text-transform: uppercase;
  	color: #c2c2c2;
  	-webkit-transition: background-color 0.5s, color 0.5s;
  	transition: background-color 0.5s, color 0.5s;
}
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}