@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('http://www.ssggss.com/fonts/codropsicons/codropsicons.eot');
	src:url('http://www.ssggss.com/fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('http://www.ssggss.com/fonts/codropsicons/codropsicons.woff') format('woff'),
		url('http://www.ssggss.com/fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('http://www.ssggss.com/fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #f6f9fa;
	color: #536d76;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.about-title {
    letter-spacing: 2px;
    position: relative;
}
.space-b-lg-s {
    padding-bottom: 1.5rem;
}
.space-tb-lg-md {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
  }
  .fadeInUpL {
	-webkit-animation-name: fadeInUpL;
	animation-name: fadeInUpL;
  }  

  .partner li {
	float: left;
	margin: 0.25rem 0;
	width: 20%;
	padding: 0 0.125rem;
  }
  .partner li img {
	border: 1px solid #e0e2e5;
  }
  @media (max-width: 767px) {
	.partner ul {
	  flex-wrap: wrap;
	}
	.partner li {
	  padding: 0 0.25rem;
	  width: 33.333%;
	}
  }

  li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

a {
	color: #4f7f90;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #39545e;
}

section {
	padding: 1em;
	text-align: center;
}
.space-b-lg-s {
	padding-bottom: 1.5rem;
  }
.space-b-lg-s {
    padding-bottom: 1.25rem;
  }



  table {
	border-collapse: collapse;
	border-spacing: 0;
  }
  .table-style td,
  .table-style th {
	height: 2rem;
	font-size: 0.45rem;
	text-align: left;
	padding-left: 1rem;
  }
  .table-style td {
	background-color: #f7f7f7;
  }
  .table-style .table-item {
	cursor: pointer;
  }
  .table-style .table-item:nth-child(4n) td {
	background: #fff;
  }
  .table-style .table-box {
	display: none;
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: height 0.5s, opacity 0.3s;
	transition: height 0.5s, opacity 0.3s;
  }
  .table-style .table-box.open {
	display: table-row;
	height: auto;
	opacity: 1;
  }
  .table-style .job-box {
	display: none;
	overflow: hidden;
	opacity: 0;
	border: 0.125rem solid #f26228;
	margin-left: -1rem;
	-webkit-transition: height 0.5s, opacity 0.3s;
	transition: height 0.5s, opacity 0.3s;
  }
  .table-style .table-box.open .job-box {
	display: block;
	visibility: hidden;
	height: auto;
  }
  .table-style .job-head {
	line-height: 2rem;
	background-color: #f26228;
	color: #fff;
	padding-left: 1rem;
	position: relative;
  }
  .table-style .job-head .job-closed {
	position: absolute;
	right: 0.75rem;
	top: 0;
	padding: 0 0.5rem;
	cursor: pointer;
  }
  .table-style .job-body {
	line-height: 0.75rem;
	padding: 5.7%;
	background: #f7f7f7;
  }
  .table-style .job-body dd {
	color: #666666;
	font-size: 0.375rem;
	line-height: 0.9rem;
  }
  @media (max-width: 767px) {
	.table-style tr th:nth-child(3),
	.table-style tr td:nth-child(3) {
	  display: none;
	}
  }

  * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  :after,
  :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  @media print {
	*,
	:after,
	:before {
	  background: 0 0!important;
	  color: #000!important;
	  -webkit-box-shadow: none!important;
	  box-shadow: none!important;
	  text-shadow: none !important;
	}
	a,
	a:visited {
	  text-decoration: underline;
	}
	a[href]:after {
	  content: " (" attr(href) ")";
	}
	abbr[title]:after {
	  content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
	  content: "";
	}
	blockquote,
	pre {
	  border: 1px solid #999;
	  page-break-inside: avoid;
	}
	thead {
	  display: table-header-group;
	}
	img,
	tr {
	  page-break-inside: avoid;
	}
	img {
	  max-width: 100% !important;
	}
	h2,
	h3,
	p {
	  orphans: 3;
	  widows: 3;
	}
	h2,
	h3 {
	  page-break-after: avoid;
	}
	.navbar {
	  display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
	  border-top-color: #000 !important;
	}
	.label {
	  border: 1px solid #000;
	}
	.table {
	  border-collapse: collapse !important;
	}
	.table td,
	.table th {
	  background-color: #fff !important;
	}
	.table-bordered td,
	.table-bordered th {
	  border: 1px solid #ddd !important;
	}
  }







/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 45%;
	font-weight: 300;
	color: #7e959d;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	border: 1px solid #4f7f90;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 75%;
	}

	.codrops-icon span {
		display: none;
	}

}