.footer-social-icons>li{display: inline}
.fa-fb{ 
    background: #4b6eb9;
    padding: 12px 14px;
    border-radius: 50%;
	width: 12px;
    height: 12px;
	margin-right: 5px;
}
.fa-in{
    background: #188bc3;
    padding: 12px 14px;
    border-radius: 50%;
	width: 12px;
    height: 12px;
	margin-right: 5px;
}
.fa-tw{
    background: #55acee;
    padding: 12px 14px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
	margin-right: 5px;
}
.fa-fb:hover, .fa-in:hover, .fa-tw:hover{
	opacity: 0.8;
    -webkit-transition: 0.2;
    -o-transition: 0.2;
    transition: 0.2;
} 


/* INSTAGRAM Feed */
#frontblockregion {
    margin-bottom: -50px;
}
.instafeed_img {
  overflow: hidden;
  position: relative; }
  .instafeed_img a {
    display: block;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
    .instafeed_img a:active {
      cursor: grabbing;
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing; }
    .instafeed_img a .instagram_img_holder {
      width: 100%;
      height: 265px;
      -webkit-background-size: cover;
      background-size: cover; }
  .instafeed_img .instafeed_img_overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(203, 181, 139, 0.85);
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center; }
    .instafeed_img .instafeed_img_overlay:after {
      content: "";
      position: absolute;
      border: 1px solid #FFF;
      left: 20px;
      right: 20px;
      top: 20px;
      bottom: 20px; }

.instafeed_img:hover .instafeed_img_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.instafeed_img .instafeed_img_overlay span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px; }
  @media (max-width: 767px) {
    .instafeed_img .instafeed_img_overlay span {
      font-size: 12px; } }	

	  
/* Our courses */
.our_courses {
  background: #f2f2f2;}
  .our_courses h2 {
    font-weight: 700;
    margin: 0 0 28px; }
  .our_courses .courses_box a {
    text-decoration: none;
    color: #2d2d2d; }
  .our_courses .courses_box {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 10px 90px -6px #c7c5c7;
    -moz-box-shadow: 0px 10px 90px -6px #c7c5c7;
    box-shadow: 0px 10px 90px -6px #c7c5c7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 340px; }
    .our_courses .courses_box img {
      margin: 0;
      width: 100%; }
    .our_courses .courses_box p {
      margin: 0; }
    .our_courses .courses_box h3 {
      font-weight: 600;
	  padding: 0px; }
    .our_courses .courses_box:hover {
      -webkit-box-shadow: 0px 40px 90px -6px #c7c5c7;
      box-shadow: 0px 40px 90px -6px #c7c5c7;
      margin-top: -5px; }

.courses_box:hover .courses_box-img {
  opacity: 1; }

.courses_box:hover .courses_icon {
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg); }

.courses_box:hover .course-link:first-child {
  opacity:1;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .courses_box:hover .course-link:first-child span:after {
    opacity:1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.courses_box:hover .course-link:nth-child(2) { 
  opacity:1;
  webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;   }
  .courses_box:hover .course-link:nth-child(2) span:after {
    opacity:1;
	webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out; }

.course-img-wrap {
  position: relative; }

.course-box-content {
  display: block;
  padding: 30px 20px; }

.courses_icon {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  height: 30px;
  right: 0;
  width: 30px;
  background: #00aeef;
  border-radius: 50%;
  padding: 8px 9px 8px 10px;
  margin: -23px 10px 0 0;
  float: right;
  z-index: 3; }
  .courses_icon a {
    color: #fff; }

.course-link {
  display: block;
  padding-bottom: 6px;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  margin-left: 30px; }
  .course-link span {
    position: relative;
    display: inline-block; }

.course-link span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 0;
  right: 0;
  height: 1px;
  background: #FFF;
  left: 100%;
  margin-left: 0; }

.courses-link-wrap {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.courses_box-img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background: rgba(203, 181, 139, 0.82);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  .courses_box-img a :hover {
    opacity: 0.8; }
  .courses_box-img a span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 10px;
	padding-top: 10px; }

.btn-courses {
  font-size: 15px;
  font-weight: 700; }

.rotate {
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg); }

.icon-rotate {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: inline-block; }
#block-region-frnt-market-b .no-overflow, #block-region-frnt-market-c .no-overflow, 
#block-region-frnt-market-d .no-overflow, #block-region-frnt-market-e .no-overflow{
	padding-bottom:0px;
}
 
 
/*Home upcoming events*/
.home_upcoming_container{
	overflow:hidden; 
	margin-bottom: 30px;
}

.home_upcoming_date_container {
  width: 90px;
  background: #00aeef;
  float: left;
  text-align: center;
  margin-right:20px;
  border-radius: 2px; }

.home_upcoming_date {
  border: 1px dashed #ffffff;
  margin: 8px 8px;
  padding: 4px 0; }
  .home_upcoming_date p {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0; }
  .home_upcoming_date span {
    color: #fff;
    font-weight: 700;
    font-size: 14px; }	
	
.home_upcoming_title{
	margin-bottom:10px;
}
.home_upcoming_title a{
	color:#c5c5c5 !important;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 18px;
	font-weight: 500;
}
.home_upcoming_title a:hover{color: #00aeef !important;}
.home_upcoming_period a{ color:#00aeef !important; }


/* Recent blog entries detailed */
#instance-44-header{
	text-align:center;
	margin-top:30px;
}
.blog-img_box {
  background: #fff;
  -webkit-box-shadow: 0px 9px 20px -2px rgba(214, 214, 214, 0.3);
  box-shadow: 0px 9px 20px -2px rgba(214, 214, 214, 0.3);
  position: relative;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .blog-img_box:hover {
    -webkit-box-shadow: 0px 15px 30px -2px rgba(214, 214, 214, 0.8);
    box-shadow: 0px 15px 30px -2px rgba(214, 214, 214, 0.8); }

.blog_display {
  height: 300px;
  width: 100%; }

.home_blog_link {
  display: block;
  color: #292b2c; }

.blogtitle {
  padding: 24px 30px 10px 30px; }
  .blogtitle h3 {
    font-weight: 700; }
  .blogtitle p {
    color: #00aeef;
    display: inline-block;
    padding: 0 6px 0 6px; }
  .blogtitle .fa{
    font-size:22px;}

.blogtitle-rtl {
  padding: 12px 12px; }
  .blogtitle-rtl p {
    font-size: 15px; }
    @media (max-width: 1200px) {
      .blogtitle-rtl p {
        margin: 0; } }

.blog_hide {
  background: #665c7c;
  color: #d5d0df;
  padding: 55px 45px 26px;
  -webkit-box-shadow: 0px 9px 16px -2px #d9d9d9;
  -moz-box-shadow: 0px 9px 16px -2px #d9d9d9;
  box-shadow: 0px 9px 16px -2px #d9d9d9; }

.icon-link {
  color: #fff;
  font-size: 34px;
  display: block;
  padding: 0 0 22px; }

.blogtitle .icon-user, .blogtitle .icon-time{
	font-size:20px;
 }
  
.blogtitle-link {
  padding: 65px 0 0; }
  .blogtitle-link p {
    display: inline-block;
    padding: 0 6px 0 6px;
    color: #c5bfd0;
    margin: 0; }
  .blogtitle-link .icon-user,
  .blogtitle-link .icon-time {
    color: #fff; }

@media (max-width: 1200px) {
  .blogtitle {
    padding: 16px 0 0 18px; }
    .blogtitle h3 {
      font-size: 20px; }
  .blog_hide {
    padding: 28px 20px 27px; }
  .blogtitle-link {
    padding: 37px 0 0; }
  .blogtitle-rtl {
    padding: 8px; }
  .blog_display {
    height: 250px;}	}

@media (max-width: 992px) {
  .blogtitle {
    padding: 13px 0 0 8px; }
    .blogtitle h3 {
      font-size: 16px; }
    .blogtitle p {
      font-size: 14px;
      padding: 0; }
  .blog_hide {
    padding: 15px 7px 12px; }
    .blog_hide a {
      font-size: 13px; }
  .blogtitle-link {
    padding: 18px 0 0; }
    .blogtitle-link p {
      font-size: 14px;
      padding: 0; }
    .blogtitle-link span {
      font-size: 14px; }
  .icon-link {
    padding: 0 0 17px;
    font-size: 27px; } 
  .blog_display {
    height: 200px;}	}

@media (max-width: 768px) {
  .blog-box_block {
    margin-bottom: 0; }
  .blog-img_box {
    margin: 0 0 20px; }
  .blogtitle {
    padding: 16px 0 0 16px; }
    .blogtitle h3 {
      font-size: 20px; }
    .blogtitle p {
      font-size: 14px;
      padding: 0 6px 0 6px; }
  .blog_hide {
    padding: 16px 16px;
    margin: 0 0 20px; }
    .blog_hide a {
      font-size: 18px; }
  .blogtitle-link p {
    font-size: 14px;
    padding: 0 6px 0 6px; }
  .blogtitle-link span {
    font-size: 14px;
    padding: 0 6px 0 6px; }
  .blog_display {
    height: 300px;}	}

@media (max-width: 480px) {
  .blogtitle h3 {
    font-size: 17px; } 
  .blog_display {
    height: 300px;}	}

	
/*Hide block_action section for Home Calendar, Upcoming events home and Recent blog entries detailed*/
#inst42 .block_action, #inst32 .block_action, #inst44 .block_action{
  display:none;
}

	
/*Home calendar block*/
#inst32 .minicalendar.calendartable{
  max-width: none;}
#inst32 .minicalendar th, #inst32 .minicalendar td{
	font-size:20px;
	padding: 5px;}
#inst32 .minicalendar caption a{
	color: #c5c5c5 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font-size: 18px;
    font-weight: 500;
	margin-bottom:20px; }
#inst32 .minicalendar caption a:hover{
	color: #00aeef !important;}
#inst32 .minicalendar.calendartable>.calendar-controls{
  padding-bottom: 10px;}
  
  
/*Slider*/
.btn-slider{
  text-transform: uppercase;
  color: #ffffff !important;
  background: none;
  border: 3px solid #ffffff;
  font-size: 18px;
  padding: 16px 36px;
  border-radius: 0;
}

.btn-slider:focus{
  color: #ffffff !important;
  background: none;
  border: 3px solid #ffffff;
}

.btn-slider:hover{
  color: #fff !important;
  background: #00aeef;
  border: 3px solid #00aeef
}

.slidestyle2 .flex-caption h1{
  color: #fff;
}

.slidestyle2 .flex-caption p{
  color: #fff;
}

.slidestyle2 .flex-direction-nav .flex-prev{
  background: url("../pix/previous.png") no-repeat 50% 50%;
  border: 2px solid white;
  width:50px;
  height:50px;
  left: 55px;
}

.slidestyle2 .flex-direction-nav .flex-next{
  background: url("../pix/next.png") no-repeat 50% 50%;
  border: 2px solid white;
  width:50px;
  height:50px;
  right: 55px;
}

.fullin .container{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
}


#above-header{
	/*border-bottom:solid 1px #00aeef;*/
	border-bottom:solid 1px #00aeef;
}  
#page-footer .info{
	border-top:solid 1px #00aeef;
	margin-bottom: 0px;
}

#page-footer .left-col.span3:first-child{
  padding-left: 5px;
}

.dropdown-menu {
	min-width:200px;
}

.newmenus>ul>li>a{
	color: white;
}
.newmenus>ul>li>a:hover{
	color:#00aeef !important;
}