

/**/
/* page title */
/**/
.page-title {
  margin-bottom: 50px;
  border-top-width: 7px;
  border-top-style: solid;
  color: #fff;
}
.page-title h1 {
  float: left;
  padding: 18px 0;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
}
.page-title nav {
  float: right;
  margin-right: 20px;
  padding: 22px 0;
  font-size: 14px;
  line-height: 20px;
}
.page-title nav i {
	padding: 00px 10px;
}
.page-title nav a {
  color: #fff;
}
.page-title nav a:hover {
  text-decoration: underline;
}
.page-title .grid-row {
  margin-bottom: 0;
}
@media screen and (max-width: 1190px) { /* laptop */
  .page-title nav {
    margin-right: 140px;
  }
}
@media screen and (max-width: 980px) { /* pad */
  .page-title h1 {
    float: none;
    padding-bottom: 10px;
  }
  .page-title nav {
    float: none;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 18px;
  }
}



.grid-row {
  width: 1170px;
  margin: 0 auto 60px;
}
.grid-row:after {
  content: '';
  display: table;
  clear: both;
}
.grid-col {
  float: left;
  margin-left: 30px;
}
.grid-col:first-child {
  margin-left: 0;
  
}
.grid-col-3 {
  width: 270px;
}
.grid-col-4 {
  width: 370px;
}
.grid-col-5{
  width: 770px;
}
.grid-col-6 {
  width: 570px;
}

.grid-col-9 {
  width: 870px;
}
.grid-row-sep {
  width: 1170px;
  margin: -20px auto 40px;
}
@media screen and (max-width: 1190px) { /* laptop */
  .grid-row,
  .grid-row-sep {
    width: 940px;
  }
  .grid-col {
    margin-left: 20px;
  }
  .grid-col-3 {
    width: 220px;
  }
  .grid-col-4 {
    width: 300px;
  }
  .grid-col-5{
  width:600px;
  }
  .grid-col-6 {
    width: 460px;
  }
  .grid-col-9 {
    width: 700px;
  }
}
@media screen and (max-width: 980px) { /* pad */
  .grid-row,
  .grid-row-sep {
    width: 738px;
  }
  .grid-col {
    margin-left: 18px;
  }
  .grid-col-3 {
    width: 171px;
  }
  .grid-col-4 {
    width: 234px;
  }
  .grid-col-5{
    width:468px;
  }
  .grid-col-6 {
    width: 360px;
  }
  .grid-col-9 {
    width: 549px;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .grid-row {
    width: auto;
    margin: 0 20px 60px;
  }
  .grid-col {
    float: none;
    width: 100%;
    margin: 0 0 60px 0;
  }
  .grid-col:last-child {
    margin-bottom: 0;
	margin: 00px;
  }
  .grid-row-sep {
    width: auto;
    margin: -20px 20px 40px;
  }
  
  [class*='min-height-'] {
	 min-height: 100px;
  }
	
  [class*='max-height-'] {
	 max-height: 100px;
  }
	
  [class*='max-width-'] {
	 max-width: 100%;
  }
  
  [class*='min-width-'] {
	 min-width: 100%;
  }
  
  
  
  [class*='col-'].left, [class*='col-'].right  {
	text-align: center;
	margin: 00px 00px 20px 00px;
	width: 100%;
	display: inline-block;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   WIDGETS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* widget */
/**/
.widget + .widget {
  margin-top: 50px;
}
.widget-titlee {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left-width: 3px;
  border-left-style: solid;
  font-size: 24px;
  line-height: 30px;
  color: #2098df;
}

.widget-titlee:nth-child(n+2) {
  margin-top: 30px;
}

.departments {
	width: 100%;
	display: inline-block;
}

	.departments ul {
		padding: 00px;
	}
	
		.departments li {
			padding: 5px;
			width: 33.33%;
			display: inline-block;
			margin: 0px -2px;
			text-align: center;
			position: relative;
			
			-webkit-transition: all .3s ease;
			   -moz-transition: all .3s ease;
			    -ms-transition: all .3s ease;
			     -o-transition: all .3s ease;
			        transition: all .3s ease;
		}
		
		
		
			.departments li A {
				padding: 5px 5px 5px 75px;
				color: #111111;
				line-height: 40px;
				text-align: left;
				font-size: 13px;
				text-decoration: none;
				display: block;
				vertical-align: top;
				border: 1px solid #CBCBCB;
			
				-webkit-transition: all .3s ease;
				   -moz-transition: all .3s ease;
					-ms-transition: all .3s ease;
					 -o-transition: all .3s ease;
						transition: all .3s ease;
			}
			
			.departments li A:hover {
				color: #FFFFFF;
				background: #008FD5;			
			}
			
			.departments li figure {
				padding: 12px;
				background: #008FD5;
				color: #FFFFFF;
				position: absolute;
				left: 06px;
				text-align: center;
				top: 06px;
				z-index: 99;
				height: 50px;
				width: 50px;
				display: inline-block;
				vertical-align: top;
			}
			
				.departments li figure img {
					display: inline-block;
				}
			
			.departments li figure:after {
				width: 0;
				height: 0;
				content: "";
				border-top: 6px solid transparent;
				border-left: 8px solid #008FD5;
				border-bottom: 8px solid transparent;
				position: absolute;
				right: -7px;
				top: 19px;
				z-index: 999;
			}
			
			.departments li:hover figure:after {
				width: 0;
				height: 0;
				content: "";
				border-top: 6px solid transparent;
				border-left: 8px solid #F41B2A;
				border-bottom: 8px solid transparent;
				position: absolute;
				right: -7px;
				top: 19px;
				z-index: 999;
			}
			
			.departments li:hover figure {
				background: #F41B2A;
			}
@media screen and (max-width: 980px) { /* pad */
  .page-boxed {
    max-width: 788px;
  }
  
  		.departments li {
			width: 50%;
		}
		
			.departments li A {
				font-size: 20px;
			}
}

@media screen and (max-width: 640px) {
		.departments li {
			width: 100%;
		}
}

@media screen and (max-width: 480px) {
			.departments li A {
				font-size: 18px;
			}
}


/**/
/* departments */
/**/
.widget-departments dl {
  border: 1px solid #e3e3e3;
  border-top: 0;
}
.widget-departments dt {
  position: relative;
  padding: 9px 38px 9px 56px;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
}
.widget-departments dt:after,
.widget-departments dt:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 4px;
  margin-top: -2px;
  background: #cbcbcb;
}
.widget-departments dt:before {
  right: 17px;
  width: 4px;
  height: 12px;
  margin-top: -6px;
}
.widget-departments dt.opened:before {
  display: none;
}
.widget-departments dt i {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: 42px;
  height: 43px;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.widget-departments dt i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left-width: 4px;
  border-left-style: solid; 
}
.widget-departments dd {
  display: none;
  padding: 2px 38px 10px 56px;
}

