@font-face {
    font-family:"entypo";
    src: url(../fonts/entypo.otf) format('truetype');
}
.buttons .btn {
	margin-bottom:8px
}
.btn {
	padding:8px 16px;
	border:0;
	border-radius:0;
	color:#fff;
	-webkit-transition:background-color .3s;
	-moz-transition:background-color .3s;
	-ms-transition:background-color .3s;
	-o-transition:background-color .3s;
	transition:background-color .3s
}
.btn:hover {
	color:#fff;
	opacity:.9
}
.btn-default {
	background-color:#ececec;
	color:#969595
}
.btn-primary {
	background-color:#677999
}
.btn-primary:hover {
	background-color:#6e80a0
}
.btn-grey {
	background-color:#acacac
}
.btn-black {
	background-color:#393939
}
.btn-blue {
	background-color:#01b7f2
}
.btn-lightblue {
	background-color:#6dace6
}
.btn-orange {
	background-color:#ff6600
}
.btn-purple {
	background-color:#9f60b5
}
.btn-pink {
	background-color:#ff3e3e
}
.btn-success {
	background-color:#cb4646;
}
.btn-success:hover {
	background-color:#cb4646;
}
.btn-info {
	background-color:#0ab596
}
.btn-lightpink {
	background-color:#de2e8c
}
.btn-warning {
	background-color:#ffc000
}
.btn-danger {
	background-color:#d20d0d
}
.btn-brown {
	background-color:#b07926
}
.btn-lg {
	padding:0 32px;
	height:43px;
	font-size:1.1667em;
	line-height:43px
}
.btn-md {
	padding:0 32px;
	height:34px;
	line-height:34px;
	font-size:1em
}
.btn-sm {
	height:28px;
	padding:0 24px;
	line-height:28px;
	font-size:0.9167em
}
.btn-xs {
	height:24px;
	padding:0 20px;
	font-size:0.8333em;
	line-height:24px
}
.alert {
	border:none;
	border-radius:0;
	padding:15px 25px
}
.alert > i {
	margin:0 10px 0 0
}
.alert-dismissible .close {
	right:-5px;
	top:3px;
	width:20px;
	height:20px;
	border-radius:100%;
	line-height:20px;
	background-color:#d0d0d0;
	color:#fff;
	opacity:1;
	font-size:16px;
	text-shadow:none
}
.alert-dismissible .close:hover {
	opacity:.9
}
.alert-default {
	background-color:#f7f7f7;
	color:#969595
}
.alert i:before {
	font-family:"entypo";
	font-style:normal;
	font-size:18px
}
.alert-default .icon-mail:before {
	color:#d3d3d3
}
.alert-success {
	background-color:#e3ffba;
	color:#93c326
}
.alert-success .close {
	background-color:#93c326
}
.alert-warning {
	background-color:#ffefb7;
	color:#d5a044
}
.alert-warning .close {
	background-color:#d5a044
}
.alert-danger {
	background-color:#ffe4e4;
	color:#d66c6c
}
.alert-danger .icon-attention:before {
	color:#d66c6c
}
.alert-danger .close {
	background-color:#d66c6c
}
.alert-help {
	background-color:#d9f6ff;
	color:#6193b0
}
.alert-help .icon-lifebouy:before {
	color:#6193b0
}
.alert-help .close {
	background-color:#6cafd6
}
.alert-info {
	background-color:#e6e0ff;
	color:#8673d0
}
.alert-info .close {
	background-color:#8673d0
}
.callout {
	border-left:2px solid #f7f7f7;
	padding:20px;
	margin-bottom:15px
}
.callout-default {
	border-color:#d0d0d0;
	background-color:#f7f7f7
}
.callout-warning {
	border-color:#d5a044;
	background-color:#ffefb7
}
.callout-warning > p {
	color:#d5a044
}
.callout-success {
	border-color:#93c326;
	background-color:#e3ffba
}
.callout-success > p {
	color:#93c326
}
.callout-danger {
	border-color:#d66c6c;
	background-color:#ffe4e4
}
.callout-danger > p {
	color:#d66c6c
}
.well {
	background-color:#f7f7f7;
	border-radius:0;
	padding:20px 50px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.well-fullwidth {
	background-color:#f7f7f7
}
.well-white,.well-white .well {
	background-color:#fff
}
.well-fullwidth .well {
	border:none
}
.well-fullwidth .well h2 {
	padding-top:15px
}
.well.style1 {
	padding:20px 50px;
	margin:0
}
.well.style1 .well-content {
	display:inline-block;
	margin-left:35px
}
@media all and (max-width: 992px) {
	.well.style1 {
		padding:10px 20px;
		margin:0
	}
	.well.style1 .well-content {
		margin-left:0
	}
}
.well.style1 .well-content h3 {
	margin-bottom:0;
	color:#7dbd22
}
.well.style1 .well-content p {
	font-size:18px;
	color:#484747
}
.well.style1 .btn {
	margin-top:50px
}
.well.style2 {
	padding:30px 0;
	margin:0
}
.well.style2 .btn {
	margin-right:20px;
	margin-top:20px
}
.well-boxed {
	background-color:#fff;
	border:1px solid #eee;
	border-left:3px solid #7dbd22;
	margin:15px 0
}
.well button {
	margin-top:20px
}
.table {
	text-align:center;
	color:#a3a2a2
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color:#f7f7f7
}
.table > thead > tr > th {
	background-color:#eee;
	color:#000;
	font-weight:normal;
	text-align:center
}
.table-default > thead > tr > th {
	background-color:#677999
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding:15px 0
}
.box-testimonials-slider .owl-controls {
	position:absolute;
	top:-30px;
	right:0;
	float:none
}
.box-testimonials-slider .owl-buttons .owl-prev,.box-testimonials-slider .owl-buttons .owl-next {
	float:left;
	background-color:#d0d0d0;
	color:#fff;
	font-size:16px;
	padding:1px 3px;
	margin-left:4px
}
.box-testimonials-slider .owl-buttons .owl-prev:hover,.box-testimonials-slider .owl-buttons .owl-next:hover {
	background-color:#7dbd22
}
.testimonials-timeline {
	position:relative
}
.box-testimonial.timeline {
	position:relative;
	background-color:#fff;
	padding:20px;
	margin-bottom:15px
}
.testimonials-timeline .box-testimonial-arrow-right {
	position:absolute;
	top:20px;
	right:-10px;
	width:0;
	height:0;
	border-color:transparent transparent transparent #fff;
	border-style:solid;
	border-width:7.5px 0 7.5px 10px
}
.testimonials-timeline .box-testimonial-arrow-left {
	position:absolute;
	top:20px;
	left:-10px;
	width:0;
	height:0;
	border-color:transparent #fff transparent transparent;
	border-style:solid;
	border-width:7.5px 10px 7.5px 0
}
.box-testimonial.timeline .box-testimonial-img {
	width:17%;
	margin-right:3%;
	border-radius:100%;
	overflow:hidden;
	float:left
}
.box-testimonial.timeline .box-testimonial-content {
	width:80%;
	float:left
}
.box-testimonial.timeline .box-testimonial-text {
	padding:0;
	border:none
}
.box-testimonial.timeline .box-testimonial-profile {
	margin-bottom:15px
}
.box-testimonial.timeline .box-testimonial-profile a {
	display:block;
	font-size:16px
}
.box-testimonial.timeline .box-testimonial-profile span {
	font-size:12px;
	color:#a3a2a2;
	margin-top:-1px;
	display:block
}
.box-testimonial.timeline .box-testimonial-rating {
	padding:15px 10px 0 0;
	border-top:1px solid #eee;
	color:#dbdbdb
}
.box-testimonial.timeline .box-testimonial-rating i {
	font-size:16px
}
.box-testimonial.timeline .box-testimonial-rating span {
	color:#484747
}
.box-testimonial.timeline .box-testimonial-rating .active {
	color:#e27a7a
}
.box-testimonial-divider {
	position:absolute;
	background-color:#fff;
	top:0;
	bottom:50px;
	left:50%;
	margin-left:-1px;
	width:2px
}
.testimonials-timeline .btn {
	margin-top:25px
}
.form-control {
	display:block;
	height:auto;
	width:100%;
	border:1px solid #d9d9d9;
	border-radius:0;
	padding:15px 25px 13px 25px;
	margin-bottom:15px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	color:#808080;
	font-size:14px;
	-webkit-transition:opacity .5s;
	-moz-transition:opacity .5s;
	-ms-transition:opacity .5s;
	-o-transition:opacity .5s;
	transition:opacity .5s
}
textarea {
	height:110px;
	resize:none
}
.form-control:focus {
	border-color:#7dbd22;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none
}
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
	color:#a3a2a2;
	-webkit-transition:opacity .3s;
	-moz-transition:opacity .3s;
	-ms-transition:opacity .3s;
	-o-transition:opacity .3s;
	transition:opacity .3s
}
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
	opacity:0
}
.has-success .form-control,.has-warning .form-control,.has-error .form-control,.has-success .form-control:focus,.has-warning .form-control:focus,.has-error .form-control:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.has-success .form-control {
	border-color:#7dbd22
}
.has-success .form-control:focus {
	border-color:#7dbd22
}
.has-success .form-control::-webkit-input-placeholder {
	color:#93c326
}
.has-warning .form-control {
	border-color:#d5a044
}
.has-warning .form-control:focus {
	border-color:#d5a044
}
.has-warning .form-control::-webkit-input-placeholder {
	color:#d5a044
}
.has-error .form-control {
	border-color:#d66c6c
}
.has-error .form-control:focus {
	border-color:#d66c6c
}
.has-error .form-control::-webkit-input-placeholder {
	color:#d66c6c
}
.has-active .form-control {
	border-color:#6cafd6
}
.has-active .form-control:focus {
	border-color:#6cafd6
}
.has-active .form-control::-webkit-input-placeholder {
	font-style:italic
}
.input-disabled {
	background-color:#f2f2f2
}
.input-disabled:focus {
	text-wrap:none
}
.form-captcha p {
	color:#484747
}
.form-captcha span {
	text-align:center;
	color:#a3a2a2;
	float:left;
	width:25%;
	display:inline-block;
	padding:15px;
	background-color:#f7f7f7
}
.form-captcha input {
	float:left;
	width:74%;
	margin-left:1%;
	display:inline-block
}
.form-check {
	color:#a3a2a2
}
.form-check input {
	margin-right:10px
}
.form-check p {
	display:inline-block
}
.form-btn {
	margin-top:5px
}
form.style2 .form-group label {
	padding-top:15px;
	width:15%;
	float:left;
	font-weight:normal
}
form.style2 .form-group input,form.style2 .form-group select {
	width:85%;
	float:left
}
form.style2 .form-group select {
	height:50px
}
form.style3 .form-btn button {
	width:100%
}
.panel-group.style1 .panel {
	border-radius:0;
	border-color:#eee
}
.panel-group.style1 .panel + .panel {
	margin:0;
	border-top:none
}
.panel-group.style1 .panel-default .panel-heading {
	padding:0
}
.panel-group.style1 .panel-default .panel-heading .panel-title a.collapsed,.panel-group.style1 .panel-default .panel-heading .panel-title a {
	display:block;
	text-decoration:none;
	padding:15px 0;
	font-size:14px;
	color:#a3a2a2;
	background-color:#fff;
	border-color:#eee
}
.panel-group.style1 .panel-default .panel-heading .panel-title a {
	color:#484747
}
.panel-group.style1 .panel-default .panel-heading .panel-title a::before {
	font-family:"entypo";
	content:'\e6e3';
	color:#fff;
	background-color:#7dbd22;
	padding:16px 12px;
	margin-right:10px
}
.panel-group.style1 .panel-default .panel-heading .panel-title a.collapsed::before {
	font-family:"entypo";
	content:'\e6f7';
	color:#a3a2a2;
	background-color:#f7f7f7;
	padding:16px 12px;
	margin-right:10px
}
.panel-group.style1 .panel-default .panel-body {
	padding:25px 35px;
	color:#a3a2a2
}
.panel-group.style2 .panel {
	border-radius:0;
	border:none;
	border-color:#eee
}
.panel-group.style2 .panel + .panel {
	margin:5px 0 5px 0;
	border-top:none
}
.panel-group.style2 .panel-default .panel-heading {
	padding:0
}
.panel-group.style2 .panel-default .panel-heading .panel-title a.collapsed,.panel-group.style2 .panel-default .panel-heading .panel-title a {
	display:block;
	text-decoration:none;
	padding:15px 0 15px 20px;
	font-size:14px;
	color:#a3a2a2;
	background-color:#f7f7f7;
	border:1px solid #eee
}
.panel-group.style2 .panel-default .panel-heading .panel-title a {
	color:#484747;
	background-color:#fff;
	border-left:2px solid #7dbd22
}
.panel-group.style2 .panel-default .panel-heading .panel-title a::after {
	font-family:"entypo";
	content:'\e6e3';
	float:right;
	color:#fff;
	background-color:#7dbd22;
	border-radius:100%;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-right:10px;
	margin-top:-2px
}
.panel-group.style2 .panel-default .panel-heading .panel-title a.collapsed::after {
	font-family:"entypo";
	content:'\e6f7';
	float:right;
	color:#fff;
	background-color:#a3a2a2;
	border-radius:100%;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-right:10px;
	margin-top:-2px
}
.panel-group.style2 .panel-default .panel-body {
	border-top:none;
	padding:20px 35px;
	color:#a3a2a2
}
.panel-group.style3 .panel {
	border-radius:0;
	background-color:#7dbd22;
	border:none;
	border-color:#eee
}
.panel-group.style3 .panel + .panel {
	margin:5px 0 5px 0;
	border-top:none
}
.panel-group.style3 .panel-default .panel-heading {
	padding:0
}
.panel-group.style3 .panel-default .panel-heading .panel-title a.collapsed,.panel-group.style3 .panel-default .panel-heading .panel-title a {
	display:block;
	text-decoration:none;
	padding:15px 0 15px 20px;
	font-size:14px;
	color:#a3a2a2;
	background-color:#f7f7f7;
	border:none
}
.panel-group.style3 .panel-default .panel-heading .panel-title a {
	color:#fff;
	background-color:#7dbd22
}
.panel-group.style3 .panel-default .panel-heading .panel-title a::before {
	display:inline-block;
	/*font-family:"entypo";*/
	/*content:'\e6e3';*/
	color:#7dbd22;
	background-color:#fff;
	border-radius:100%;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-right:10px;
	margin-top:-2px
}
.panel-group.style3 .panel-default .panel-heading .panel-title a.collapsed::before {
	display:inline-block;
	/*font-family:"entypo";*/
	/*content:'\e6f7';*/
	color:#a3a2a2;
	background-color:#fff;
	border-radius:100%;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-right:10px;
	margin-top:-2px
}
.panel-group.style3 .panel-default .panel-body {
	border-top:none;
	padding:10px 35px;
	color:#fff
}
.panel-group.style4 .panel {
	border-radius:0;
	border:none;
	border-color:#eee
}
.panel-group.style4 .panel + .panel {
	border-top:none;
	margin:0
}
.panel-group.style4 .panel-default .panel-heading {
	padding:0
}
.panel-group.style4 .panel-default .panel-heading .panel-title a.collapsed,.panel-group.style4 .panel-default .panel-heading .panel-title a {
	display:block;
	text-decoration:none;
	padding:15px 0 15px 20px;
	font-size:14px;
	color:#a3a2a2;
	background-color:#fff;
	border:1px solid #eee;
	border-bottom:none
}
.panel-group.style4 .panel-default .panel-heading .panel-title a {
	color:#484747;
	background-color:#fff;
	border-top:2px solid #7dbd22;
	border-bottom:none
}
.panel-group.style4 .panel-default .panel-heading .panel-title a::after {
	font-family:"entypo";
	content:'\e6e3';
	float:right;
	color:#fff;
	background-color:#7dbd22;
	border-radius:100%;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-right:10px;
	margin-top:-2px
}
.panel-group.style4 .panel-default .panel-heading .panel-title a.collapsed::after {
	font-family:"entypo";
	content:'\e6f7';
	float:right;
	color:#fff;
	background-color:#a3a2a2;
	border-radius:100%;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-right:10px;
	margin-top:-2px
}
.panel-group.style4 .panel-default .panel-body {
	border-top:none;
	padding:20px 35px;
	color:#a3a2a2;
	border:1px solid #eee
}
.box-testimonial-text {
	/*border:2px solid #eee;*/
	padding:0px
}
.box-testimonial .box-testimonial-text p {
	color:#777;
	font-size:16px
}
.box-testimonial-profile {
	margin-top:15px
}
.box-testimonial-profile img {
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:100%;
	overflow:hidden;
	margin-right:10px
}
.box-testimonial-profile p {
	display:inline-block;
	font-size:16px;
	margin-top:10px
}
.nav-tabs {
	border-color:#eee
}
.nav-tabs > li > a {
	color:#a3a2a2;
	border:1px solid #eee;
	border-right:none;
	border-radius:0;
	margin-right:0
}
.nav-tabs > li:last-child > a {
	border-right:1px solid #eee
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color:#484747;
	border-top:2px solid #7dbd22
}
.nav-tabs > li > a:hover {
	background-color:#f7f7f7
}
.tab-content {
	margin-bottom:15px
}
.tab-content > .tab-pane {
	padding:20px;
	border:1px solid #efefef;
	border-top:0
}

.nav-tabs.style2 > li > a {
	background-color:#f7f7f7;
	color:#a3a2a2;
	border:1px solid #eee;
	border-right:none;
	border-radius:0;
	margin-right:0
}
.nav-tabs.style2 > li:last-child > a {
	border-right:1px solid #eee
}
.nav-tabs.style2 > li.active > a,.nav-tabs.style2 > li.active > a:focus,.nav-tabs.style2 > li.active > a:hover {
	background-color:#fff;
	color:#484747;
	border-top:1px solid #eee;
	border-bottom-color:transparent
}
.nav-tabs.style2 > li > a:hover {
	color:#484747
}


.Departments{
	float: left;
	width: 100%;
	margin-top: 10px ;
}
.Departments .style3 > li.active {
	background-color:#ed1d24;
	color:#fff;
	border-top:1px solid #eee;
	border-bottom-color:#eee;
	border-right:none
}
.Departments .style3 > li.active a{
	color: 	white;
	font-weight: bold;
	text-transform: uppercase;
}
.tab-content.style3 {
	width:100%;
	float:left
}
section > .container > .row > .col-xs-12{
	padding-left: 0px;
	padding-right: 0px;
}
.tab-content.style3 .tab-pane {
	border-top:1px solid #eee;
	
	float:left;
	width: 100%;
}
.tab-content.style3 img {
	
	width:100%;
	height:auto;
	background-color:gray;	
	-moz-transition:-moz-transform 0.5s ease-in; 
	-webkit-transition:-webkit-transform 0.4s ease-in; 
	-o-transition:-o-transform 0.5s ease-in;
	border:3px solid #eee;
	margin-bottom: 10px;


}
.imgs3 img:hover
{
	-webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.tab-content.style3 img:hover {
-webkit-transform: scale(1.06);
  	transform: scale(1.06);
  }
.imgs3 label{
	  font-size: 9px;
    line-height: 1;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.tab-content.style3 img:hover 
{
   -webkit-transform: scale(1.09);
  	transform: scale(1.09);
}*/
.tab-content.style3 .imgout
{
	margin:10px 0px 0px 15px;
	width:150px;
	height:auto;
	border:3px solid #eee;
	float:left;
	display:inline;
}
.tab-content.style3 .imgout .imgs {
	margin:0px 0px 0px 0px;
	width:145px;
	height:auto;
	background-color:gray;	
	-moz-transition:-moz-transform 0.5s ease-in; 
	-webkit-transition:-webkit-transform 0.4s ease-in; 
	-o-transition:-o-transform 0.5s ease-in;
	border:3px solid #eee;
}
/*.tab-content.style3 .imgout .imgs:hover 
{
   -webkit-transform: scale(0.06);
  	transform: scale(0.06);
}*/
.tab-content.style3 .imgout p
{
	margin:5px 0px 0px 0px;
	float:left;
	display:inline;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:black;	
}
@media(min-width:1200px ){
.tab-content.style3 .imgs3 {

	width:135px;
	height: 210px;
}
}
@media(max-width:1199px ) and (min-width:992px){
.tab-content.style3 .imgs3 {

	 height: 208px;
    width: 153px;
}
}
@media(max-width:991px ) and (min-width:760px){
.tab-content.style3 .imgs3 {

	 height: 208px;
    width: 142px;
}
}
@media(max-width:759px ) {
.tab-content.style3 .imgs3 {

	 height: 208px;
    width: 142px;
}
}

@media(min-width: 768px)
{
	#tab-9 .imgs3 a img
	{
		width: 100%;
	}
}
@media(max-width: 767px)
{
	#tab-9 .imgs3 a img
	{
		/*width: auto;*/
		width: 100%;
	}
}


.tab-content.style3 .imgs3 {
	margin:5px 0px 0px 5px;
	
	overflow: hidden !important;
	text-align: center;
	-moz-transition:-moz-transform 0.5s ease-in; 
	-webkit-transition:-webkit-transform 0.4s ease-in; 
	-o-transition:-o-transform 0.5s ease-in;
	border:3px solid #eee;
	float: left;
}
.tab-content.style3 .imgs3:hover 
{
   
}
.nav-tabs.style4 {
	width:15%;
	float:left
}
.nav-tabs.style4 > li {
	float:left;
	width:100%
}
.nav-tabs.style4 > li > a {
	background-color:#fff;
	color:#a3a2a2;
	border:1px solid #eee;
	border-radius:0;
	margin-right:0
}
.nav-tabs.style4 > li.active > a,.nav-tabs.style4 > li.active > a:focus,.nav-tabs.style4 > li.active > a:hover {
	background-color:#fff;
	color:#484747;
	border-top:1px solid #eee;
	border-left:2px solid #7dbd22;
	border-bottom-color:#eee;
	border-right:none
}
.tab-content.style4 {
	width:85%;
	float:left
}
.tab-content.style4 .tab-pane {
	border-top:1px solid #eee;
	border-left:none
}
@media all and (max-width: 992px) {
	.nav-tabs.style3 .nav-tabs.style4 {
		width:25%
	}
	.tab-content.style3,.tab-content.style4 {
		width:100%
	}
	.nav-tabs.style3 {
	width:36%;
	float:left
}
}
.pagination > li > a {
	padding:6px 12px;
	margin-left:-1px;
	margin-right:8px;
	color:#a3a2a2;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination > li > a:hover {
	background-color:#f7f7f7;
	color:#484747
}
.pagination>li:first-child>a,.pagination>li:last-child>a {
	border-radius:0
}
.pagination > .active > a,.pagination > .active > a:hover {
	background-color:#7dbd22;
	border-color:#7dbd22
}
.pagination.style2 .active a {
	background-color:#fff;
	border-color:#ddd;
	border-top:2px solid #7dbd22;
	color:#484747;
	-webkit-transform:translateY(-12px);
	-moz-transform:translateY(-12px);
	-ms-transform:translateY(-12px);
	-o-transform:translateY(-12px);
	transform:translateY(-12px)
}
.blockquote {
	border:1px solid #eee;
	margin-bottom:10px;
	color:#484747;
	padding:20px 25px
}
.blockquote blockquote {
	padding:0;
	border:none;
	margin:0;
	width:92%;
	margin-left:3%;
	float:left
}
.blockquote i {
	display:inline-block;
	float:left;
	width:5%;
	font-size:36px;
	color:#eee;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}
.blockquote.style2 {
	border-left:2px solid #7dbd22
}
.dropcap:first-letter {
	float:left;
	margin-right:10px
}
.dropcap-default:first-letter {
	padding:10px 0 10px 0;
	font-size:45px;
	color:#677999
}
.dropcap-circle:first-letter {
	padding:10px 13px;
	border-radius:25px;
	font-size:25px;
	background-color:#7dbd22;
	color:#fff
}
.no-space {
	padding:0
}
.no-space-left {
	padding-left:0
}
.no-space-right {
	padding-right:0
}
.price-table {
	position:relative;
	padding:30px 0;
	margin:15px 0;
	border:1px solid #eee;
	text-align:center;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.price-table .table-head {
	font-size:15px;
	padding-bottom:10px
}
.price-table .table-price {
	padding:10px 0;
	background-color:#f7f7f7
}
.price-table .table-price .price-number {
	font-size:48px;
	font-weight:bold
}
.price-table .table-price .price-period {
	font-size:14px;
	color:#808080
}
.price-table h4 {
	font-size:24px;
	font-weight:700;
	text-transform:uppercase
}
.price-table .table-details p {
	padding:10px 0;
	border-bottom:1px solid #eee
}
.price-table .table-btn {
	margin-top:20px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.price-active {
	-webkit-transform:scaleY(1.1);
	-moz-transform:scaleY(1.1);
	-ms-transform:scaleY(1.1);
	-o-transform:scaleY(1.1);
	transform:scaleY(1.1);
	z-index:1
}
.price-active .table-price {
	background-color:#7dbd22;
	color:#fff
}
.price-active .table-price .price-period {
	color:#fff
}
.price-table.style1 {
	padding:0
}
.price-table.style1 .table-head {
	padding:10px 0;
	background-color:#a6a6a6;
	color:#fff
}
.price-table.style1 .table-price {
	padding:15px 0;
	margin-bottom:10px
}
.price-table.style1 .table-price .price-number {
	font-size:20px
}
.price-table.style1 .table-details p {
	border:none;
	padding:2px 0
}
.price-table.style1 .table-btn {
	padding:10px;
	border-top:1px solid #eee
}
.price-table.style1 .table-btn a {
	width:100%;
	background-color:#a6a6a6
}
.price-table.style1.blue {
	border-color:#01b2ac
}
.price-table.style1.blue .table-head,.price-table.style1.blue .table-btn a {
	background-color:#01b2ac
}
.price-table.style1.green {
	border-color:#7dbd22
}
.price-table.style1.green .table-head,.price-table.style1.green .table-btn a {
	background-color:#7dbd22
}
.price-table.style1.lightblue {
	border-color:#6c91c5
}
.price-table.style1.lightblue .table-head,.price-table.style1.lightblue .table-btn a {
	background-color:#6c91c5
}

.price-table.style1.red {
	border-color:#cb4646;
}
.price-table.style1.red .table-head,.price-table.style1.red .table-btn a {
	background-color:#cb4646;
}

.price-table.style2 {
	padding:10px;
	background-color:#f7f7f7
}
.price-table.style2 .table-head {
	padding:10px 0;
	background-color:#f7f7f7;
	font-weight:bold;
	color:#484747
}
.price-table.style2 .table-price {
	padding:0;
	margin-bottom:10px
}
.price-table.style2 .table-price .price-number {
	font-size:16px;
	font-weight:normal
}
.price-table.style2 .table-details p {
	border:none;
	padding:2px 0
}
.price-table.style2 .table-btn {
	padding:10px 10px 5px 10px
}
.price-table.style2 .table-btn a {
	width:100%;
	background-color:#7dbd22
}
.price-table.style2.active {
	background-color:#fff;
	border:1px solid #7dbd22;
	padding-bottom:0;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1)
}
.price-table.style2.active .table-head {
	background-color:#fff;
	color:#7dbd22
}
.price-table.style2.active .table-price {
	background-color:#fff
}
.price-table.style2.active .table-btn {
	margin-top:10px
}
.price-table.style2.active .table-btn p {
	font-size:12px;
	font-style:italic;
	margin:5px 0 0 0
}
.progress.style1 {
	height:60px;
	margin-bottom:10px;
	background-color:transparent;
	border-radius:0;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.progress.style1 .progress-label h5 {
	margin:0;
	padding:0 0 5px 0;
	text-align:left;
	font-style:italic
}
.progress.style1 .progress-bar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	height:40px;
	background:#edecec;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.progress.style1 .progress-active {
	height:40px;
	background-color:#7dbd22;
	width:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}
.progress.style1 .progress-data {
	position:absolute;
	left:15px;
	top:0;
	height:40px;
	font-size:14px;
	line-height:40px;
	color:#fff
}
.progress.style1 .progress-data i {
	font-size:16px;
	margin-right:15px
}
.progress.style1 .progress-percent {
	position:absolute;
	right:15px;
	top:0;
	height:40px;
	font-size:11px;
	line-height:40px;
	color:#d9d9d9;
	color:rgba(0, 0, 0, 0.4)
}
.progress.style2,.progress.style3 {
	height:60px;
	margin-bottom:10px;
	background-color:transparent;
	border-radius:4px;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.progress.style2 .progress-label h5,.progress.style3 .progress-label h5 {
	margin:0;
	padding:0 0 5px 0;
	text-align:left;
	font-style:italic
}
.progress.style2 .progress-bar,.progress.style3 .progress-bar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	height:25px;
	background:#edecec;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.progress.style2 .progress-active,.progress.style3 .progress-active {
	height:25px;
	background-color:#677999;
	width:0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px
}
.progress.style2 .progress-percent,.progress.style3 .progress-percent {
	position:absolute;
	right:15px;
	top:0;
	height:35px;
	font-size:11px;
	line-height:25px;
	color:#d9d9d9;
	color:rgba(0, 0, 0, 0.4)
}
.progress.style3.lightblue .progress-active {
	background-color:#01b7f2
}
.progress.style3.green .progress-active {
	background-color:#0ab596
}
.progress.style3.orange .progress-active {
	background-color:#ff6600
}
.progress.style3.purple .progress-active {
	background-color:#9f60b5
}
.progress.style3.yellow .progress-active {
	background-color:#ffc000
}
.progress.style3.red .progress-active {
	background-color:#d20d0d
}
.progress.style3.pink .progress-active {
	background-color:#de2e8c
}
.iconbox {
	padding:30px 25px;
	margin-bottom:10px;
	text-align:center;
	background-color:#f7f7f7
}
.iconbox-icon {
	display:inline-block;
	padding:20px 22px;
	margin-bottom:15px;
	border-radius:100%;
	background-color:#fff;
	color:#7dbd22;
	-webkit-transition:background-color .3s;
	-moz-transition:background-color .3s;
	-ms-transition:background-color .3s;
	-o-transition:background-color .3s;
	transition:background-color .3s
}
.iconbox:hover .iconbox-icon {
	background-color:#7dbd22;
	color:#fff
}
.iconbox-icon i {
	font-size:24px;
	color:inherit
}
.iconbox.light {
	background-color:#fff
}
.iconbox.light .iconbox-icon {
	background-color:#677999;
	color:#fff
}
.iconbox.light:hover .iconbox-icon {
	padding:18px;
	border:2px solid #677999;
	background-color:#fff;
	color:#677999
}
.iconbox.light2 {
	background-color:#fff
}
.iconbox.light2 .iconbox-icon {
	background-color:#7dbd22;
	color:#fff
}
.iconbox.light2:hover .iconbox-icon {
	padding:18px;
	border:2px solid #7dbd22;
	background-color:#fff;
	color:#7dbd22
}
.iconbox-simple {
	margin-bottom:25px;
	padding:0 15px 0 15px;
	text-align:center
}
.iconbox-simple > .iconbox-simple-icon {
	display:inline-block;
	width:60px;
	height:60px;
	margin-bottom:15px;
	text-align:center;
	background-color:#7dbd22
}
.iconbox-simple > .iconbox-simple-icon i {
	line-height:60px;
	color:#fff;
	font-size:24px;
	-webkit-transition:transform 1s;
	-moz-transition:transform 1s;
	-ms-transition:transform 1s;
	-o-transition:transform 1s;
	transition:transform 1s
}
.iconbox-simple:hover > .iconbox-simple-icon i {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg)
}
.iconbox-square {
	margin-bottom:10px
}
.iconbox-square > .iconbox-square-icon {
	display:inline-block;
	width:60px;
	height:60px;
	float:left;
	margin:0 25px 60px 0;
	text-align:center;
	font-size:24px;
	background-color:#677999;
	color:#fff;
	-webkit-transition:-webkit-transform .5s;
	-moz-transition:-moz-transform .5s;
	-ms-transition:-ms-transform .5s;
	-o-transition:-o-transform .5s;
	transition:transform .5s
}
.iconbox-square:hover > .iconbox-square-icon {
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-o-transform:translateY(-20px);
	transform:translateY(-20px)
}
.iconbox-square > .iconbox-square-icon i {
	line-height:60px
}
.iconbox-square.light > .iconbox-square-icon {
	background-color:#7dbd22
}
.iconbox-circle {
	margin-bottom:10px
}
.iconbox-circle > .iconbox-circle-icon {
	position:relative;
	display:inline-block;
	border-radius:100%;
	width:50px;
	height:50px;
	margin-right:10px;
	font-size:18px;
	text-align:center;
	background-color:#7dbd22;
	color:#fff;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform:translateZ(0);
	transform:translateZ(0)
}
.iconbox-circle > .iconbox-circle-icon > i {
	line-height:50px
}
.iconbox-circle > h4 {
	display:inline-block
}
.iconbox-circle > p {
	margin:20px 0 25px 0
}
.iconbox-circle-icon:before {
	content:'';
	position:absolute;
	border:#7dbd22 solid 4px;
	border-radius:50px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	-webkit-transition:top .5s, right .5s, bottom .5s, left .5s;
	-moz-transition:top .5s, right .5s, bottom .5s, left .5s;
	-ms-transition:top .5s, right .5s, bottom .5s, left .5s;
	-o-transition:top .5s, right .5s, bottom .5s, left .5s;
	transition:top .5s, right .5s, bottom .5s, left .5s
}
.iconbox-circle:hover .iconbox-circle-icon:before {
	top:-8px;
	right:-8px;
	bottom:-8px;
	left:-8px
}
.iconbox-rectangle {
	position:relative;
	background-color:#677999;
	padding:40px;
	margin-bottom:15px;
	color:#fff;
	text-align:center
}
.iconbox-rectangle > .iconbox-rectangle-icon {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	top:-25%;
	display:inline-block;
	background-color:#677999;
	border-radius:100%;
	width:90px;
	height:90px;
	-webkit-transition:background-color .5s;
	-moz-transition:background-color .5s;
	-ms-transition:background-color .5s;
	-o-transition:background-color .5s;
	transition:background-color .5s
}
.iconbox-rectangle > .iconbox-rectangle-icon > i {
	font-size:36px;
	line-height:90px
}
.iconbox-rectangle > h4,.iconbox-rectangle > p {
	color:inherit
}
.iconbox-rectangle.light,.iconbox-rectangle.light .iconbox-rectangle-icon {
	background-color:#7dbd22
}
.iconbox-rectangle.light:hover .iconbox-rectangle-icon {
	color:#7dbd22
}
.iconbox-rectangle:hover > .iconbox-rectangle-icon {
	background-color:#fff;
	color:#677999
}
.iconbox.style1 {
	background-color:#f7f7f7;
	padding:4px 20px 4px 4px
}
.iconbox.style1 i {
	display:inline-block;
	float:left;
	font-size:48px;
	background-color:#fff;
	color:#677999;
	padding:40px;
	margin-right:20px
}
.iconbox.style2 {
	padding:4px 30px 4px 4px;
	background:transparent
}
.iconbox.style2 i {
	display:inline-block;
	float:left;
	font-size:60px;
	color:#7dbd22;
	padding:20px;
	margin-right:20px
}
.iconbox.style2 a {
	display:block;
	color:#484747
}
.iconbox.style2 a i {
	font-size:14px;
	padding:3px 0 0 0;
	margin-right:5px
}
.iconbox.style3 {
	background-color:transparent;
	margin-bottom:20px;
	padding:0 15px 0 15px;
	text-align:center
}
.iconbox.style3 > i {
	display:inline-block;
	margin-bottom:15px;
	font-size:36px;
	text-align:center;
	color:#7dbd22
}
.iconbox.style4 {
	position:relative;
	background-color:#f7f7f7;
	padding:40px;
	margin-bottom:30px;
	color:#fff;
	text-align:center
}
.iconbox.style4 > .iconbox-icon {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	top:-25%;
	display:inline-block;
	border-radius:100%;
	width:90px;
	height:90px;
	background-color:#7dbd22;
	color:#fff;
	-webkit-transition:background-color .5s;
	-moz-transition:background-color .5s;
	-ms-transition:background-color .5s;
	-o-transition:background-color .5s;
	transition:background-color .5s
}
.iconbox.style4 > .iconbox-icon > i {
	font-size:36px;
	line-height:55px
}
.iconbox.style4 h4 {
	margin:25px 0 20px 0;
	color:#484747
}
.iconbox.style4 > p {
	color:#a3a2a2;
	margin-bottom:15px
}
.iconbox.style4 a {
	color:#484747
}
.iconbox.style4 .icon-arrow-long-right {
	color:#7dbd22
}
.iconbox.style4:hover .iconbox-icon {
	background-color:#fff;
	color:#7dbd22
}
.iconbox.style5 {
	margin-bottom:10px;
	padding-left:0;
	padding:10px 10px 0 0;
	background-color:transparent
}
.iconbox.style5 > .iconbox-icon {
	display:inline-block;
	width:70px;
	height:70px;
	float:left;
	padding:0;
	margin:0 25px 60px 0;
	text-align:center;
	font-size:24px;
	background-color:#7dbd22;
	color:#fff;
	-webkit-transition:-webkit-transform .5s;
	-moz-transition:-moz-transform .5s;
	-ms-transition:-ms-transform .5s;
	-o-transition:-o-transform .5s;
	transition:transform .5s
}
.iconbox.style5 > .iconbox-icon i {
	line-height:70px
}
.iconbox.style5 h4,.iconbox.style5 p {
	text-align:left
}
.countbox .countbox-icon {
	width:150px;
	height:150px;
	margin:0 auto 15px auto;
	border:2px solid #d0d0d0;
	border-radius:100%;
	-webkit-transition:border-color .5s;
	-moz-transition:border-color .5s;
	-ms-transition:border-color .5s;
	-o-transition:border-color .5s;
	transition:border-color .5s
}
.countbox i {
	background-color:#d0d0d0;
	font-size:24px;
	padding:20px;
	border-radius:100%;
	/*line-height:150px;*/
	margin:41px 0px 0px 0px;
	color:#fff;
	-webkit-transition:background-color .5s;
	-moz-transition:background-color .5s;
	-ms-transition:background-color .5s;
	-o-transition:background-color .5s;
	transition:background-color .5s
}
.countbox p {
	font-size:16px
}
.countbox span {
	color:#7dbd22;
	font-size:20px
}
.countbox:hover .countbox-icon {
	border-color:#677999
}
.countbox:hover .countbox-icon i {
	background-color:#677999
}
.countbox.style2 .timer {
	font-size:80px;
	font-weight:300;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	color:#677999;
	font-style:italic
}
.bx-wrapper {
	margin-bottom:10px;
	overflow:hidden
}
.bx-wrapper .bx-viewport {
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.bx-pager a {
	display:inline-block;
	width:19%;
	margin-left:.8%
}
.bx-pager a:first-child {
	margin-left:0
}
.img-frame.border {
	padding:8px;
	border:1px solid #eee
}
.img-frame.rounded {
	border-radius:5px;
	overflow:hidden
}
.gallery-slider .gallery-slider-item {
	margin:0 5px
}
.gallery-slider .owl-controls {
	position:absolute;
	top:-30px;
	right:0;
	float:none
}
.gallery-slider .owl-buttons .owl-prev,.gallery-slider .owl-buttons .owl-next {
	float:left;
	background-color:#d0d0d0;
	color:#fff;
	font-size:12px;
	padding:3px 5px;
	margin-right:4px
}
.gallery-slider .owl-buttons .owl-prev:hover,.gallery-slider .owl-buttons .owl-next:hover {
	background-color:#7dbd22
}
.post-slider .owl-controls {
	position:absolute;
	right:20px;
	bottom:25px
}
.post-slider .owl-controls .owl-page span {
	width:50px;
	height:6px;
	margin:0 0 0 4px;
	border-radius:0;
	background-color:#fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}
.post-slider.title img {
	margin-bottom:15px
}
.post-slider.title .post-slider-data {
	position:absolute;
	bottom:70px;
	right:20px
}
.post-slider.title .post-slider-data h3,.post-slider.title .post-slider-data h4 {
	display:inline-block;
	background-color:#626262;
	color:#fff;
	padding:15px 20px;
	margin-bottom:0
}
.post-slider.textbox .post-slider-textbox {
	position:absolute;
	width:400px;
	left:20px;
	bottom:20px;
	padding:15px;
	border-bottom:2px solid #7dbd22;
	background-color:#626262
}
.post-slider.textbox .post-slider-textbox h3 {
	color:#fff
}
.post-slider.textbox .post-slider-textbox h3 {
	color:#d0d0d0
}
.post-slider.overlay {
	margin-bottom:15px
}
.post-slider.overlay .post-slider-overlay {
	position:absolute;
	width:350px;
	left:0;
	top:0;
	bottom:0;
	padding:30px;
	border-right:2px solid #7dbd22;
	background-color:#626262
}
.post-slider.overlay .post-slider-overlay h3 {
	color:#fff
}
.post-slider.overlay .post-slider-overlay p {
	color:#d0d0d0
}
@font-face {
	font-family:"entypo";
	src:url("fonts/entypo.eot");
	src:url("fonts/entypo.woff") format("woff"),url("fonts/entypo.ttf") format("truetype"),url("fonts/entypo.otf") format("opentype"),url("fonts/entypo.svg") format("svg");
	font-weight:normal;
	font-style:normal
}
[class^="icon-"],[class*=" icon-"] {
	font-family:'entypo';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.icon-add-to-list:before {
	content:"\e600"
}
.icon-classic-computer:before {
	content:"\e601"
}
.icon-controller-fast-backward:before {
	content:"\e602"
}
.icon-creative-commons-attribution:before {
	content:"\e603"
}
.icon-creative-commons-noderivs:before {
	content:"\e604"
}
.icon-creative-commons-noncommercial-eu:before {
	content:"\e605"
}
.icon-creative-commons-noncommercial-us:before {
	content:"\e606"
}
.icon-creative-commons-public-domain:before {
	content:"\e607"
}
.icon-creative-commons-remix:before {
	content:"\e608"
}
.icon-creative-commons-share:before {
	content:"\e609"
}
.icon-creative-commons-sharealike:before {
	content:"\e60a"
}
.icon-creative-commons:before {
	content:"\e60b"
}
.icon-document-landscape:before {
	content:"\e60c"
}
.icon-remove-user:before {
	content:"\e60d"
}
.icon-warning:before {
	content:"\e60e"
}
.icon-arrow-bold-down:before {
	content:"\e60f"
}
.icon-arrow-bold-left:before {
	content:"\e610"
}
.icon-arrow-bold-right:before {
	content:"\e611"
}
.icon-arrow-bold-up:before {
	content:"\e612"
}
.icon-arrow-down:before {
	content:"\e613"
}
.icon-arrow-left:before {
	content:"\e614"
}
.icon-arrow-long-down:before {
	content:"\e615"
}
.icon-arrow-long-left:before {
	content:"\e616"
}
.icon-arrow-long-right:before {
	content:"\e617"
}
.icon-arrow-long-up:before {
	content:"\e618"
}
.icon-arrow-right:before {
	content:"\e619"
}
.icon-arrow-up:before {
	content:"\e61a"
}
.icon-arrow-with-circle-down:before {
	content:"\e61b"
}
.icon-arrow-with-circle-left:before {
	content:"\e61c"
}
.icon-arrow-with-circle-right:before {
	content:"\e61d"
}
.icon-arrow-with-circle-up:before {
	content:"\e61e"
}
.icon-bookmark:before {
	content:"\e61f"
}
.icon-bookmarks:before {
	content:"\e620"
}
.icon-chevron-down:before {
	content:"\e621"
}
/*.icon-chevron-left:before {
	content:"\e622"
}
.icon-chevron-right:before {
	content:"\e623"
}*/
.icon-chevron-small-down:before {
	content:"\e624"
}
.icon-chevron-small-left:before {
	content:"\e625"
}
.icon-chevron-small-right:before {
	content:"\e626"
}
.icon-chevron-small-up:before {
	content:"\e627"
}
.icon-chevron-thin-down:before {
	content:"\e628"
}
.icon-chevron-thin-left:before {
	content:"\e629"
}
.icon-chevron-thin-right:before {
	content:"\e62a"
}
.icon-chevron-thin-up:before {
	content:"\e62b"
}
.icon-chevron-up:before {
	content:"\e62c"
}
.icon-chevron-with-circle-down:before {
	content:"\e62d"
}
.icon-chevron-with-circle-left:before {
	content:"\e62e"
}
.icon-chevron-with-circle-right:before {
	content:"\e62f"
}
.icon-chevron-with-circle-up:before {
	content:"\e630"
}
.icon-cloud:before {
	content:"\e631"
}
.icon-controller-fast-forward:before {
	content:"\e632"
}
.icon-controller-jump-to-start:before {
	content:"\e633"
}
.icon-controller-next:before {
	content:"\e634"
}
.icon-controller-paus:before {
	content:"\e635"
}
.icon-controller-play:before {
	content:"\e636"
}
.icon-controller-record:before {
	content:"\e637"
}
.icon-controller-stop:before {
	content:"\e638"
}
.icon-controller-volume:before {
	content:"\e639"
}
.icon-dot-single:before {
	content:"\e63a"
}
.icon-dots-three-horizontal:before {
	content:"\e63b"
}
.icon-dots-three-vertical:before {
	content:"\e63c"
}
.icon-dots-two-horizontal:before {
	content:"\e63d"
}
.icon-dots-two-vertical:before {
	content:"\e63e"
}
.icon-download:before {
	content:"\e63f"
}
.icon-emoji-flirt:before {
	content:"\e640"
}
.icon-flow-branch:before {
	content:"\e641"
}
.icon-flow-cascade:before {
	content:"\e642"
}
.icon-flow-line:before {
	content:"\e643"
}
.icon-flow-parallel:before {
	content:"\e644"
}
.icon-flow-tree:before {
	content:"\e645"
}
.icon-install:before {
	content:"\e646"
}
.icon-layers:before {
	content:"\e647"
}
.icon-open-book:before {
	content:"\e648"
}
.icon-resize-100:before {
	content:"\e649"
}
.icon-resize-full-screen:before {
	content:"\e64a"
}
.icon-save:before {
	content:"\e64b"
}
.icon-select-arrows:before {
	content:"\e64c"
}
.icon-sound-mute:before {
	content:"\e64d"
}
.icon-sound:before {
	content:"\e64e"
}
.icon-trash:before {
	content:"\e64f"
}
.icon-triangle-down:before {
	content:"\e650"
}
.icon-triangle-left:before {
	content:"\e651"
}
.icon-triangle-right:before {
	content:"\e652"
}
.icon-triangle-up:before {
	content:"\e653"
}
.icon-uninstall:before {
	content:"\e654"
}
.icon-upload-to-cloud:before {
	content:"\e655"
}
.icon-upload:before {
	content:"\e656"
}
.icon-add-user:before {
	content:"\e657"
}
.icon-address:before {
	content:"\e658"
}
.icon-adjust:before {
	content:"\e659"
}
.icon-air:before {
	content:"\e65a"
}
.icon-aircraft-landing:before {
	content:"\e65b"
}
.icon-aircraft-take-off:before {
	content:"\e65c"
}
.icon-aircraft:before {
	content:"\e65d"
}
.icon-align-bottom:before {
	content:"\e65e"
}
.icon-align-horizontal-middle:before {
	content:"\e65f"
}
.icon-align-left:before {
	content:"\e660"
}
.icon-align-right:before {
	content:"\e661"
}
.icon-align-top:before {
	content:"\e662"
}
.icon-align-vertical-middle:before {
	content:"\e663"
}
.icon-archive:before {
	content:"\e664"
}
.icon-area-graph:before {
	content:"\e665"
}
.icon-attachment:before {
	content:"\e666"
}
.icon-awareness-ribbon:before {
	content:"\e667"
}
.icon-back-in-time:before {
	content:"\e668"
}
.icon-back:before {
	content:"\e669"
}
.icon-bar-graph:before {
	content:"\e66a"
}
.icon-battery:before {
	content:"\e66b"
}
.icon-beamed-note:before {
	content:"\e66c"
}
.icon-bell:before {
	content:"\e66d"
}
.icon-blackboard:before {
	content:"\e66e"
}
.icon-block:before {
	content:"\e66f"
}
.icon-book:before {
	content:"\e670"
}
.icon-bowl:before {
	content:"\e671"
}
.icon-box:before {
	content:"\e672"
}
.icon-briefcase:before {
	content:"\e673"
}
.icon-browser:before {
	content:"\e674"
}
.icon-brush:before {
	content:"\e675"
}
.icon-bucket:before {
	content:"\e676"
}
.icon-cake:before {
	content:"\e677"
}
.icon-calculator:before {
	content:"\e678"
}
.icon-calendar:before {
	content:"\e679"
}
.icon-camera:before {
	content:"\e67a"
}
.icon-ccw:before {
	content:"\e67b"
}
.icon-chat:before {
	content:"\e67c"
}
.icon-check:before {
	content:"\e67d"
}
.icon-circle-with-cross:before {
	content:"\e67e"
}
.icon-circle-with-minus:before {
	content:"\e67f"
}
.icon-circle-with-plus:before {
	content:"\e680"
}
.icon-circle:before {
	content:"\e681"
}
.icon-circular-graph:before {
	content:"\e682"
}
.icon-clapperboard:before {
	content:"\e683"
}
.icon-clipboard:before {
	content:"\e684"
}
.icon-clock:before {
	content:"\e685"
}
.icon-code:before {
	content:"\e686"
}
.icon-cog:before {
	content:"\e687"
}
.icon-colours:before {
	content:"\e688"
}
.icon-compass:before {
	content:"\e689"
}
.icon-copy:before {
	content:"\e68a"
}
.icon-credit-card:before {
	content:"\e68b"
}
.icon-credit:before {
	content:"\e68c"
}
.icon-cross:before {
	content:"\e68d"
}
.icon-cup:before {
	content:"\e68e"
}
.icon-cw:before {
	content:"\e68f"
}
.icon-cycle:before {
	content:"\e690"
}
.icon-database:before {
	content:"\e691"
}
.icon-dial-pad:before {
	content:"\e692"
}
.icon-direction:before {
	content:"\e693"
}
.icon-document:before {
	content:"\e694"
}
.icon-documents:before {
	content:"\e695"
}
.icon-drink:before {
	content:"\e696"
}
.icon-drive:before {
	content:"\e697"
}
.icon-drop:before {
	content:"\e698"
}
.icon-edit:before {
	content:"\e699"
}
.icon-email:before {
	content:"\e69a"
}
.icon-emoji-happy:before {
	content:"\e69b"
}
.icon-emoji-neutral:before {
	content:"\e69c"
}
.icon-emoji-sad:before {
	content:"\e69d"
}
.icon-erase:before {
	content:"\e69e"
}
.icon-eraser:before {
	content:"\e69f"
}
.icon-export:before {
	content:"\e6a0"
}
.icon-eye:before {
	content:"\e6a1"
}
.icon-feather:before {
	content:"\e6a2"
}
.icon-flag:before {
	content:"\e6a3"
}
.icon-flash:before {
	content:"\e6a4"
}
.icon-flashlight:before {
	content:"\e6a5"
}
.icon-flat-brush:before {
	content:"\e6a6"
}
.icon-folder-images:before {
	content:"\e6a7"
}
.icon-folder-music:before {
	content:"\e6a8"
}
.icon-folder-video:before {
	content:"\e6a9"
}
.icon-folder:before {
	content:"\e6aa"
}
.icon-forward:before {
	content:"\e6ab"
}
.icon-funnel:before {
	content:"\e6ac"
}
.icon-game-controller:before {
	content:"\e6ad"
}
.icon-gauge:before {
	content:"\e6ae"
}
.icon-globe:before {
	content:"\e6af"
}
.icon-graduation-cap:before {
	content:"\e6b0"
}
.icon-grid:before {
	content:"\e6b1"
}
.icon-hair-cross:before {
	content:"\e6b2"
}
.icon-hand:before {
	content:"\e6b3"
}
.icon-heart-outlined:before {
	content:"\e6b4"
}
.icon-heart:before {
	content:"\e6b5"
}
.icon-help-with-circle:before {
	content:"\e6b6"
}
.icon-help:before {
	content:"\e6b7"
}
.icon-home:before {
	content:"\e6b8"
}
.icon-hour-glass:before {
	content:"\e6b9"
}
.icon-image-inverted:before {
	content:"\e6ba"
}
.icon-image:before {
	content:"\e6bb"
}
.icon-images:before {
	content:"\e6bc"
}
.icon-inbox:before {
	content:"\e6bd"
}
.icon-infinity:before {
	content:"\e6be"
}
.icon-info-with-circle:before {
	content:"\e6bf"
}
.icon-info:before {
	content:"\e6c0"
}
.icon-key:before {
	content:"\e6c1"
}
.icon-keyboard:before {
	content:"\e6c2"
}
.icon-lab-flask:before {
	content:"\e6c3"
}
.icon-landline:before {
	content:"\e6c4"
}
.icon-language:before {
	content:"\e6c5"
}
.icon-laptop:before {
	content:"\e6c6"
}
.icon-leaf:before {
	content:"\e6c7"
}
.icon-level-down:before {
	content:"\e6c8"
}
.icon-level-up:before {
	content:"\e6c9"
}
.icon-lifebuoy:before {
	content:"\e6ca"
}
.icon-light-bulb:before {
	content:"\e6cb"
}
.icon-light-down:before {
	content:"\e6cc"
}
.icon-light-up:before {
	content:"\e6cd"
}
.icon-line-graph:before {
	content:"\e6ce"
}
.icon-link:before {
	content:"\e6cf"
}
.icon-list:before {
	content:"\e6d0"
}
.icon-location-pin:before {
	content:"\e6d1"
}
.icon-location:before {
	content:"\e6d2"
}
.icon-lock-open:before {
	content:"\e6d3"
}
.icon-lock:before {
	content:"\e6d4"
}
.icon-log-out:before {
	content:"\e6d5"
}
.icon-login:before {
	content:"\e6d6"
}
.icon-loop:before {
	content:"\e6d7"
}
.icon-magnet:before {
	content:"\e6d8"
}
.icon-magnifying-glass:before {
	content:"\e6d9"
}
.icon-mail:before {
	content:"\e6da"
}
.icon-man:before {
	content:"\e6db"
}
.icon-map:before {
	content:"\e6dc"
}
.icon-mask:before {
	content:"\e6dd"
}
.icon-medal:before {
	content:"\e6de"
}
.icon-megaphone:before {
	content:"\e6df"
}
.icon-menu:before {
	content:"\e6e0"
}
.icon-message:before {
	content:"\e6e1"
}
.icon-mic:before {
	content:"\e6e2"
}
.icon-minus:before {
	content:"\e6e3"
}
.icon-mobile:before {
	content:"\e6e4"
}
.icon-modern-mic:before {
	content:"\e6e5"
}
.icon-moon:before {
	content:"\e6e6"
}
.icon-mouse:before {
	content:"\e6e7"
}
.icon-music:before {
	content:"\e6e8"
}
.icon-network:before {
	content:"\e6e9"
}
.icon-new-message:before {
	content:"\e6ea"
}
.icon-new:before {
	content:"\e6eb"
}
.icon-news:before {
	content:"\e6ec"
}
.icon-note:before {
	content:"\e6ed"
}
.icon-notification:before {
	content:"\e6ee"
}
.icon-old-mobile:before {
	content:"\e6ef"
}
.icon-old-phone:before {
	content:"\e6f0"
}
.icon-palette:before {
	content:"\e6f1"
}
.icon-paper-plane:before {
	content:"\e6f2"
}
.icon-pencil:before {
	content:"\e6f3"
}
.icon-phone:before {
	content:"\e6f4"
}
.icon-pie-chart:before {
	content:"\e6f5"
}
.icon-pin:before {
	content:"\e6f6"
}
.icon-plus:before {
	content:"\e6f7"
}
.icon-popup:before {
	content:"\e6f8"
}
.icon-power-plug:before {
	content:"\e6f9"
}
.icon-price-ribbon:before {
	content:"\e6fa"
}
.icon-price-tag:before {
	content:"\e6fb"
}
.icon-print:before {
	content:"\e6fc"
}
.icon-progress-empty:before {
	content:"\e6fd"
}
.icon-progress-full:before {
	content:"\e6fe"
}
.icon-progress-one:before {
	content:"\e6ff"
}
.icon-progress-two:before {
	content:"\e700"
}
.icon-publish:before {
	content:"\e701"
}
.icon-quote:before {
	content:"\e702"
}
.icon-radio:before {
	content:"\e703"
}
.icon-reply-all:before {
	content:"\e704"
}
.icon-reply:before {
	content:"\e705"
}
.icon-retweet:before {
	content:"\e706"
}
.icon-rocket:before {
	content:"\e707"
}
.icon-round-brush:before {
	content:"\e708"
}
.icon-rss:before {
	content:"\e709"
}
.icon-ruler:before {
	content:"\e70a"
}
.icon-scissors:before {
	content:"\e70b"
}
.icon-share-alternitive:before {
	content:"\e70c"
}
.icon-share:before {
	content:"\e70d"
}
.icon-shareable:before {
	content:"\e70e"
}
.icon-shield:before {
	content:"\e70f"
}
.icon-shop:before {
	content:"\e710"
}
.icon-shopping-bag:before {
	content:"\e711"
}
.icon-shopping-basket:before {
	content:"\e712"
}
.icon-shopping-cart:before {
	content:"\e713"
}
.icon-shuffle:before {
	content:"\e714"
}
.icon-signal:before {
	content:"\e715"
}
.icon-sound-mix:before {
	content:"\e716"
}
.icon-sports-club:before {
	content:"\e717"
}
.icon-spreadsheet:before {
	content:"\e718"
}
.icon-squared-cross:before {
	content:"\e719"
}
.icon-squared-minus:before {
	content:"\e71a"
}
.icon-squared-plus:before {
	content:"\e71b"
}
.icon-star-outlined:before {
	content:"\e71c"
}
.icon-star:before {
	content:"\e71d"
}
.icon-stopwatch:before {
	content:"\e71e"
}
.icon-suitcase:before {
	content:"\e71f"
}
.icon-swap:before {
	content:"\e720"
}
.icon-sweden:before {
	content:"\e721"
}
.icon-switch:before {
	content:"\e722"
}
.icon-tablet:before {
	content:"\e723"
}
.icon-tag:before {
	content:"\e724"
}
.icon-text-document-inverted:before {
	content:"\e725"
}
.icon-text-document:before {
	content:"\e726"
}
.icon-text:before {
	content:"\e727"
}
.icon-thermometer:before {
	content:"\e728"
}
.icon-thumbs-down:before {
	content:"\e729"
}
.icon-thumbs-up:before {
	content:"\e72a"
}
.icon-thunder-cloud:before {
	content:"\e72b"
}
.icon-ticket:before {
	content:"\e72c"
}
.icon-time-slot:before {
	content:"\e72d"
}
.icon-tools:before {
	content:"\e72e"
}
.icon-traffic-cone:before {
	content:"\e72f"
}
.icon-tree:before {
	content:"\e730"
}
.icon-trophy:before {
	content:"\e731"
}
.icon-tv:before {
	content:"\e732"
}
.icon-typing:before {
	content:"\e733"
}
.icon-unread:before {
	content:"\e734"
}
.icon-untag:before {
	content:"\e735"
}
.icon-user:before {
	content:"\e736"
}
.icon-users:before {
	content:"\e737"
}
.icon-v-card:before {
	content:"\e738"
}
.icon-video:before {
	content:"\e739"
}
.icon-vinyl:before {
	content:"\e73a"
}
.icon-voicemail:before {
	content:"\e73b"
}
.icon-wallet:before {
	content:"\e73c"
}
.icon-water:before {
	content:"\e73d"
}
.icon-500px-with-circle:before {
	content:"\e73e"
}
.icon-500px:before {
	content:"\e73f"
}
.icon-basecamp:before {
	content:"\e740"
}
.icon-behance:before {
	content:"\e741"
}
.icon-creative-cloud:before {
	content:"\e742"
}
.icon-dropbox:before {
	content:"\e743"
}
.icon-evernote:before {
	content:"\e744"
}
.icon-flattr:before {
	content:"\e745"
}
.icon-foursquare:before {
	content:"\e746"
}
.icon-google-drive:before {
	content:"\e747"
}
.icon-google-hangouts:before {
	content:"\e748"
}
.icon-grooveshark:before {
	content:"\e749"
}
.icon-icloud:before {
	content:"\e74a"
}
.icon-mixi:before {
	content:"\e74b"
}
.icon-onedrive:before {
	content:"\e74c"
}
.icon-paypal:before {
	content:"\e74d"
}
.icon-picasa:before {
	content:"\e74e"
}
.icon-qq:before {
	content:"\e74f"
}
.icon-rdio-with-circle:before {
	content:"\e750"
}
.icon-renren:before {
	content:"\e751"
}
.icon-scribd:before {
	content:"\e752"
}
.icon-sina-weibo:before {
	content:"\e753"
}
.icon-skype-with-circle:before {
	content:"\e754"
}
.icon-skype:before {
	content:"\e755"
}
.icon-slideshare:before {
	content:"\e756"
}
.icon-smashing:before {
	content:"\e757"
}
.icon-soundcloud:before {
	content:"\e758"
}
.icon-spotify-with-circle:before {
	content:"\e759"
}
.icon-spotify:before {
	content:"\e75a"
}
.icon-swarm:before {
	content:"\e75b"
}
.icon-vine-with-circle:before {
	content:"\e75c"
}
.icon-vine:before {
	content:"\e75d"
}
.icon-vk-alternitive:before {
	content:"\e75e"
}
.icon-vk-with-circle:before {
	content:"\e75f"
}
.icon-vk:before {
	content:"\e760"
}
.icon-xing-with-circle:before {
	content:"\e761"
}
.icon-xing:before {
	content:"\e762"
}
.icon-yelp:before {
	content:"\e763"
}
.icon-dribbble-with-circle:before {
	content:"\e764"
}
.icon-dribbble:before {
	content:"\e765"
}
.icon-facebook-with-circle:before {
	content:"\e766"
}
.icon-facebook:before {
	content:"\e767"
}
.icon-flickr-with-circle:before {
	content:"\e768"
}
.icon-flickr:before {
	content:"\e769"
}
.icon-github-with-circle:before {
	content:"\e76a"
}
.icon-github:before {
	content:"\e76b"
}
.icon-google-with-circle:before {
	content:"\e76c"
}
.icon-google:before {
	content:"\e76d"
}
.icon-instagram-with-circle:before {
	content:"\e76e"
}
.icon-instagram:before {
	content:"\e76f"
}
.icon-lastfm-with-circle:before {
	content:"\e770"
}
.icon-lastfm:before {
	content:"\e771"
}
.icon-linkedin-with-circle:before {
	content:"\e772"
}
.icon-linkedin:before {
	content:"\e773"
}
.icon-pinterest-with-circle:before {
	content:"\e774"
}
.icon-pinterest:before {
	content:"\e775"
}
.icon-rdio:before {
	content:"\e776"
}
.icon-stumbleupon-with-circle:before {
	content:"\e777"
}
.icon-stumbleupon:before {
	content:"\e778"
}
.icon-tumblr-with-circle:before {
	content:"\e779"
}
.icon-tumblr:before {
	content:"\e77a"
}
.icon-twitter-with-circle:before {
	content:"\e77b"
}
.icon-twitter:before {
	content:"\e77c"
}
.icon-vimeo-with-circle:before {
	content:"\e77d"
}
.icon-vimeo:before {
	content:"\e77e"
}
.icon-youtube-with-circle:before {
	content:"\e77f"
}
.icon-youtube:before {
	content:"\e780"
}


#tab-9 .imgs3 a img{
	margin-bottom: 10px;
}

#tab-9 .imgs3 a img.gallery_img
{
height: 150px;
}

#tab-9 .imgs3 a img.gallery_img.appoinment_image
{
	height: 250px;
	max-width: 250px;
    width: auto;
    margin: auto;
    text-align: center;
}
.imgs3.appointment
{
	text-align: center;
}

#tab-9 .imgs3 a img.college_img, #tab-9 .imgs3 a img.company_img
{
height: 65px;
}

#tab-9 .imgs3{
	margin:auto;
	max-width: 450px;
	width: auto;
	text-align: center;
}
#tab-9 .imgs3 label{
	text-align: center;
}

.Departments > .style3{
	width: 100%;
}
.Departments > .style3 {
	background-color: #eee;
	position: relative;
	
}
.Departments > .style3 p{
	list-style-type: none;
	display: block;
    font-weight: bold;
    padding: 10px 11px;
    position: relative;
}
.Departments > .style3 p:hover{
	background-color: #e3322e;
	display: block;
    font-weight: bold;
    padding: 10px 11px;
    position: relative;
}
.Departments > .style3 p:hover{
	color: white;
}
.Departments > .style3 p.active{
	color: white;
	background-color: #e3322e;
}
.Departments > .style3 p.active{
color: white;
}

.Departments > .style3 a{
	text-decoration: none;
	text-transform: uppercase;
	color: gray;
	
}
@media(min-width: 560px){
.pagination a {
    color: #555;
    position: relative;
    right: 25px;
}
}

a.project-anchor
{
	text-align: center;
	display: inline-block;
	max-width: 400px;
    width: 100%;
}
.col-md-3.col-sm-4.col-xs-12.project-img
{
	text-align: center;
}
.imgs3.edu-partner
{
	text-align: center;
}
.imgs3.edu-partner img
{
	width: auto !important;
	margin: auto;
}