﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600);
html,body { height: 100%; }
/* CSS Document */
body {
/*font-family:Arial, Helvetica, sans-serif;*/ 
color: #666666;
overflow-x:hidden!important;
}
p{ font-size: 14px; line-height: 26px;}
img { max-width: 100%;}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
color: #333333;
/*text-transform: uppercase;*/
}
a { color: #333333; }
a:hover, a:focus{ text-decoration: none; }
a:hover{
transition: all ease 0.3s;
color: #0260AC;
}
/*  MARGINS AND PADDINGS	============================================================================= */
.margin-top-0			{ margin-top: 0px !important;		}
.margin-top-10			{ margin-top:10px !important;		}
.margin-top-20			{ margin-top:20px !important;		}
.margin-top-30			{ margin-top:30px !important;		}
.margin-top-40			{ margin-top:40px !important;		}
.margin-top-50			{ margin-top:50px !important;		}
.margin-top-60			{ margin-top:60px !important;		}
.margin-top-70			{ margin-top:70px !important;		}
.margin-top-80			{ margin-top:80px !important;		}
.margin-left-0			{ margin-left: 0px !important;		}
.margin-left-5		{ margin-left:5px !important;		}
.margin-left-10			{ margin-left:10px !important;		}
.margin-left-20			{ margin-left:20px !important;		}
.margin-left-30			{ margin-left:30px !important;		}
.margin-left-40			{ margin-left:40px !important;		}
.margin-left-50			{ margin-left:50px !important;		}
.margin-left-60			{ margin-left:60px !important;		}
.margin-left-70			{ margin-left:70px !important;		}
.margin-left-80			{ margin-left:80px !important;		}
.margin-bottom-0		{ margin-bottom: 0px !important;	}
.margin-bottom-10		{ margin-bottom:10px !important;	}
.margin-bottom-20		{ margin-bottom:20px !important;	}
.margin-bottom-30		{ margin-bottom:30px !important;	}
.margin-bottom-40		{ margin-bottom:40px !important;	}
.margin-bottom-50		{ margin-bottom:50px !important;	}
.margin-bottom-60		{ margin-bottom:60px !important;	}
.margin-bottom-70		{ margin-bottom:70px !important;	}
.margin-bottom-80		{ margin-bottom:80px !important;	}
.padding-top-0			{ padding-top: 0px !important;		}
.padding-top-10			{ padding-top:10px !important;		}
.padding-top-20			{ padding-top:20px !important;		}
.padding-top-30			{ padding-top:30px !important;		}
.padding-top-40			{ padding-top:40px !important;		}
.padding-top-50			{ padding-top:50px !important;		}
.padding-top-60			{ padding-top:60px !important;		}
.padding-top-70			{ padding-top:70px !important;		}
.padding-top-80			{ padding-top:80px !important;		}
.padding-left-0			{ padding-left: 0px !important;		}
.padding-left-10		{ padding-left:10px !important;		}
.padding-left-20		{ padding-left:20px !important;		}
.padding-left-30		{ padding-left:30px !important;		}
.padding-left-40		{ padding-left:40px !important;		}
.padding-left-50		{ padding-left:50px !important;		}
.padding-left-60		{ padding-left:60px !important;		}
.padding-left-70		{ padding-left:70px !important;		}
.padding-left-80		{ padding-left:80px !important;		}
.padding-bottom-0		{ padding-bottom: 0px !important;	}
.padding-bottom-10		{ padding-bottom:10px !important;	}
.padding-bottom-20		{ padding-bottom:20px !important;	}
.padding-bottom-30		{ padding-bottom:30px !important;	}
.padding-bottom-40		{ padding-bottom:40px !important;	}
.padding-bottom-50		{ padding-bottom:50px !important;	}
.padding-bottom-60		{ padding-bottom:60px !important;	}
.padding-bottom-70		{ padding-bottom:70px !important;	}
.padding-bottom-80		{ padding-bottom:80px !important;	}
/*------------------------------------------------------------------
[ Section Head ]
-------------------------------------------------------------------*/
section {
width: 100%;
float: left;
padding: 0px 0px;
clear:both;
}
/*******HEADING #4******************/
.section-title.center{
padding: 20px 0px 40px  0;
text-align:center;
font-family: 'Montserrat', sans-serif;
}
.section-title h2,
.section-title.center h2{
font-weight: 300;
font-size:35px;
line-height:45px;
font-family: 'Montserrat', sans-serif;
color: #0260ac;
}
.section-title.center .line{
border-top: 4px solid #5395c8;
height: 10px;
width: 60px;
text-align: center;
margin: 0 auto;
margin-top: 20px;
}
.section-title.center hr {
border-top: 4px solid rgba(127, 182, 225, 1);
width: 40px;
text-align: center;
margin-top: 10px;
position: relative;
left: 0;
}
/******************* Content Style *********************************/
.text-style{
}
.text-style p{
font-style:normal;
font-size:14px;
}
.text-style p a{
color:#0099CC;
}
.text-style p a:hover{
color:#CCCCCC;
}
.tagline{
color:#036;
font-family: 'Montserrat', sans-serif;
}
.m_p_0{
margin:0px;
padding:0px;
}
/*------------------------------------------------------------------
[ HOME PAGE ]
-------------------------------------------------------------------*/
#wraper{
position:relative;
width:100%;
}
/*  MAINNAV  STYLES 	============================================================================= */
header {
position: relative;
width: 100%;
z-index: 999;
/*-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px -1px 5px 0px rgba(50, 50, 50, 0.75);*/
}
.sticky{
background: rgba(0,0,0,0.9);
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
background-color: #fff;
position: fixed;
width: 100%;
top: 0;
left: 0;
/*  background: url(../images/top_bg.jpg) repeat left top scroll;*/
}
/*.sticky .logo a{
width: 195px;
height:45px;
background:url(../images/logo-orange.png) no-repeat left;
background-size:cover;
}*/
.logo a{
width: 346px;
height: 80px;
/* background:url(../images/white-logo.png) no-repeat left;*/
background: url(../Logo/logo-orange.png) no-repeat left;
background-size:cover;
display:block;
}
header .navbar {
position: relative;
min-height: 50px;
margin-bottom: 0px;
border: 1px solid transparent;
}
#main_nav{
}
.sticky #main_nav{
}
.main_nav_updated{
margin-top: 0px !important;
}
#main_nav>ul{
margin: 0;
padding: 0;
text-align: center;
}
#main_nav>ul:after{
	display: table;
	content: '';
	clear: both;
}

#main_nav>ul>li{
list-style: none;
position: relative;
line-height:35px;
    border-right: 2px solid #fff;
	display: inline-block;
	margin-left: -3.5px;
}

#main_nav>ul>li:last-child{
	border: none;
}

#main_nav ul li span{
display: none;
}
#main_nav>ul>li>a{
  padding: 0px 35.82px;
text-align: center;
color: #fff;
display: block;
transition: all 0.3s ease;
font-size: 14px;
text-transform:uppercase;
border-top: 3px solid transparent;
font-weight: bold;
}
.sticky #main_nav>ul>li>a{
}
#main_nav>ul>li>a span.line {
display: inline-block;
position: absolute;
left: 0;
top: 48%;
width: 0;
border-top: 1px solid #b1d750;
-webkit-transition: width .2s ease-in;
transition: width .2s ease-in;
}
#main_nav>ul>li:hover>a, #main_nav>ul>li.active>a{
	background: #21baf4;
}
#main_nav ul li:hover .dropdown{
display: block;
}
.dropdown{
display: none;
position: absolute;
left: 0;
top: 100%;
min-width: 200px;
z-index: 9999;
background: rgba(0,0,0,0.9);
margin: 0;
padding: 0px 0px;
}
.sticky  .dropdown{
background:rgba(0,0,0,0.9);
}
.dropdown li{
list-style: none;
text-align: left;
position: relative;
}
.dropdown li a{
line-height: normal;
padding: 10px 15px;
color:#FFFFFF;
display: block;
transition: all 0.3s ease;
font-size: 13px;
font-weight: 100;
text-decoration:none;
}
.dropdown li a:hover{
background: #59B7FA;
text-decoration:none;
}
#main_nav button {
display: none;
}

.top_links{
	margin-top: 15px;
}

.top_links ul{
	margin: 0;
	padding: 0;
	text-align: right;
}

.top_links ul li{
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}

.top_links li:last-child{
	display: block;
	position: relative;
}

@media screen and (max-width: 767px){
#main_nav{
background: #1F1E1D;
margin:0;
}
#main_nav ul{
display: none;
}
#main_nav>ul>li{
display: block;
border-top: 1px solid #61605E;
}
#main_nav>ul>li:after{
display: table;
content: '';
clear: both;
}
#main_nav>ul>li>a{
color: #fff;
text-align: left;
float: left;
padding: 0;
padding: 10px;
}
#main_nav ul li span{
display: block;
float: right;
color: #fff;
cursor: pointer;
padding: 10px;
}
#main_nav ul li:hover .dropdown{
display: none;
}
#main_nav ul li .dropdown{
position: relative;
clear: both;
background-color: #3676B5;
padding: 10px 0;
}
#main_nav button{
display: block;
background: rgb(69, 68, 65);
border: none;
padding: 15px;
width: 100%;
color: #fff;
font-size: 18px;
cursor: pointer;
}
#main_nav button:focus{
outline: none;
}
#main_nav button span{
float: left;
}
#main_nav button i{
float: right;
}
}
/************ABOUT SECTION***********************************/
#about-us{
}
#programmes{
}
.publ-box{
margin:0px;
padding:0px;
}
#publications{
padding-top:40px;
padding-bottom:40px;
width:100%;
background:#FAFAFA;
}
.grid {
position: relative;
margin: 0 auto;
padding: 1em 0 0em;
max-width: 1000px;
list-style: none;
text-align: center;
}
/* Common style */
.publ-box .bx-grid figure {
position: relative;
float: left;
overflow: hidden;
margin: 0px 0;
max-height: 360px;
width: 100%;
background: #3085a3;
text-align: center;
cursor: pointer;
}
.publ-box .bx-grid figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
opacity: 0.8;
}
.publ-box .bx-grid figure figcaption {
padding: 1em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.publ-box .bx-grid figure figcaption::before,
.publ-box .bx-grid figure figcaption::after {
pointer-events: none;
}
.publ-box .bx-grid figure figcaption,
.publ-box .bx-grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.publ-box .bx-grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.publ-box .bx-grid figure h2 {
font-weight: 300;
font-size:20px;
color:#FFFFFF;
line-height:45px;
}
.publ-box .bx-grid figure h2 span {
font-weight: 800;
}
.publ-box .bx-grid figure h2,
.publ-box .bx-grid figure p {
margin: 0;
}
.publ-box .bx-grid figure p {
letter-spacing: 1px;
font-size: 68.5%;
}
/*---------------*/
/***** Sarah *****/
/*---------------*/
.publ-box figure.effect-sarah {
background: #0260AC;
}
.publ-box figure.effect-sarah img {
max-width: none;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
min-height:360px;
}
.publ-box figure.effect-sarah:hover img {
opacity: 0.4;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.publ-box figure.effect-sarah figcaption {
text-align: left;
}
.publ-box figure.effect-sarah figcaption a{
font-size: 14px;
line-height: 20px;
font-variant: small-caps;
background: transparent;
border: 2px solid #FFFFFF;
display: inline-block;
cursor: pointer;
color:#FFFFFF;
padding: 5px 10px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
position: relative;
vertical-align: middle;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
outline: none;
text-align: center;
margin-top:10px;
}
.publ-box figure.effect-sarah h2 {
position: relative;
overflow: hidden;
padding: 0.5em 0;
}
.publ-box figure.effect-sarah h2::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
.publ-box figure.effect-sarah:hover h2::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.publ-box figure.effect-sarah p {
padding: 1em 0;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
.publ-box figure.effect-sarah:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
/*** Events Styling ***/
.event-box {
margin-bottom:30px;
color:#666666;
background-color:#ffffff;
margin:0px 10px;	
}
.event-box header span.calendar {
width:50px;
text-align:center;
background-color:#000000;	
}
.event-box header span [class^="icon-"]:before {
margin:0px;	
}
.event-box .text {
padding:10px 15px;
position:relative;
}
.event-box ul.options {
margin-bottom:0;
width: 100%;
}
.event-box .text h5,
.event-box-featured .text .options {
margin-bottom:10px;	
}
.event-box .text a {
color:inherit;	
font-size:12px;
color:#0099CC;
}
.event-box p:last-child {
margin-bottom:0px;
}
.event-box .text h5,
.event-box .text .event-time,
.event-box .text p,
.event-box-featured .text .event-date [class^="icon-"] {
display:none;
}
.event-box .meta-tag{
width:100%;
background:#EEEEEE;
line-height:25px;
padding:0px 5px;
margin-bottom: 5px;
} 
.event-box .meta-tag ul{
margin:0px;
padding:0px;
}
.event-box .meta-tag li{
list-style:none;
display:block;
margin-right: 4px;
font-size:12px;
color:#999999;
display:inline-block;
text-transform:uppercase;
}
.event-box .meta-tag li a{
font-size:12px;
color:#999999;
}
.event-box .meta-tag li a:hover{
color:#0099CC;
}
.event-box .meta-tag li i{
margin-right:5px;
}
.event-box figcaption {
padding:20px;
color:#ffffff;
overflow:hidden;
}
.event-box figcaption * {
transition:all 0.4s ease 0.3s;	
-moz-transition:all 0.4s ease 0.3s;	
-webkit-transition:all 0.4s ease 0.3s;	
}
.event-box figcaption h6 {
font-size:16px;
color:inherit;
opacity:0;
filter:alpha(opacity=0);
transform:translateY(-20px);
-moz-transform:translateY(-20px);
-webkit-transform:translateY(-20px);
}
.event-box figcaption span {
opacity:0;
filter:alpha(opacity=0);
position:absolute;
left:20px;
bottom:20px;	
transform:translateY(20px);
-moz-transform:translateY(20px);
-webkit-transform:translateY(20px);
}
.event-box:hover figcaption h6,
.event-box:hover figcaption span {
opacity:1;
filter:alpha(opacity=100);
transform:translateY(0px);
-moz-transform:translateY(0px);
-webkit-transform:translateY(0px);
}
.event-box-featured .text {
padding: 16px 10px;
}
.event-box-featured .text h5,
.event-box-featured .text p {
display:block;
padding: 0px;
margin: 0px;
}
.event-box-featured .text .event-time {
display:inline-block;
}
.date-tag,
.event-box-featured .text .event-date {
padding:8px 15px;
font-size:14px;
text-align:center;
background-color:#ffffff;
position:absolute;
top:-68px;
right:10px;
}
.date-tag span,
.event-box-featured .text .event-date span {
display:block;
font-size:30px;
font-weight:bold;	
}
.fter-links{
padding: 95px 0px 10px 0px;
}
.fter-links h2{
font-size:18px;
color:#FFFFFF;
text-align:left;
font-weight:800;
position:relative;
line-height:40px;
margin:0px 0px 20px 0px;
}
.fter-links h2:after {
content: ' ';
display: block;
position: absolute;
border-top: 2px solid #63a2d5;
height: 0;
width: 12%;
left: 0%;
bottom: 0;
}
.fter-links ul{
margin:0px;
padding:0px 0px 0px 0px;
}
.fter-links li{
color:#FFFFFF;
margin:0px 0px 8px 0px;
padding:0px;
text-align:left;
position:relative;
list-style:none;
padding-left:20px;
}
.fter-links li:after{
content:'\f138';
font-size:14px;
position:absolute;
top:0;
left:0px;
margin-right:25px;
font-family:'FontAwesome';
}
.fter-links li a{
color:#FFFFFF;
}
.fter-links li a:hover{
color:#0099CC;
}
.fter-links .social-links li{
color:#FFFFFF;
margin:0px 0px 8px 0px;
padding:0px;
text-align:left;
position:relative;
list-style:none;
padding-left:0px;
    display: block;
    float: left;
    margin-right: 10px;
}
.fter-links .social-links li i{
font-size:18px;
margin-right:10px;
}
.fter-links .social-links li:after{
content:'';
font-size:14px;
position:absolute;
top:0;
left:0px;
margin-right:0px;
}
.fter-links .social-links li a:hover{
color:#0099CC;
}
#bottom-bar {
padding:15px 0;
font-size:1.4rem;
background-color:#ffffff;
border-top: solid 4px #63a2d5;
}
#bottom-bar p {
margin-bottom:0;
color:#131111;
}
#bottom-bar p a{
color:#63a2d5;
margin:0px 10px;
}
#bottom-bar p a:hover{
color:#0099CC;
}
#newsletter{
margin-top:30px;
}
.newsletter{
background:#005ba8;
position:absolute;
top:-40px;
margin-top:0px;
left:0;
border:#FFFFFF solid 6px;
width:100%;
margin-bottom:10px;
z-index:99;
-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
    padding: 10px 0;
}
.newsletter h2{
font-size:14px;
text-align:center;
line-height: 34px;
color:#FFFFFF;
margin:0px;
padding:0px;
}
.form-inline .radio, .form-inline .checkbox   {
color:#FFFFFF;
line-height:30px;
margin-left:15px;
}
.form-inline .radio, .form-inline .checkbox input[type=checkbox]   {
color:#FFFFFF;
margin-right:10px;
}
.newsletter input[type=text], .newsletter input[type=email] {
width: 400px;
}
.newsletter .input-wrapper::after {
}
.newsletter button, .newsletter input[type=button] {
font-size: 12px;
line-height: 23px;
font-variant: small-caps;
background: transparent;
border: 2px solid #FEFEFE;
display: inline-block;
cursor: pointer;
color: #FEFEFE;
padding: 4px 10px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
position: relative;
vertical-align: middle;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
outline: none;
text-align: center;
}
.newsletter .input-wrapper ::-webkit-input-placeholder {
color:#fff!important;
}
.newsletter .input-wrapper:hover ::-webkit-input-placeholder {
color:#CCCCCC;!important;
}
.button:hover, button:hover, .newsletter input[type=button]:hover{
color: #fff !important;
background-color: #74BCEC!important;
}
#office-wrap{
padding: 40px 0px 90px 0px;
}
.map-img{
position:relative;
}
.map-img img{
width:100%;
display:block;
}
.map-img .map-point{
position: absolute;
width:10px;
height:10px;
background:#00CC00;
border-radius:100%;
}
.pointer-1{
left: 68%;
top: 46%;
}
.pointer-2{
left: 46%;
top: 28%;
}
.pointer-3{
left: 47%;
top: 55%;
}
.map-tag{
right: 0;
position: absolute;
/* left: 0; */
bottom: 0;
}
.pin {
width: 30px;
height: 30px;
-webkit-border-radius: 50% 50% 50% 0;
border-radius: 50% 50% 50% 0;
position: absolute;
background: #059F47;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
-ms-animation-name: bounce;
animation-name: bounce;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
-ms-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
-ms-animation-duration: 1s;
animation-duration: 1s;
}
.pin:after {
content: '';
width: 14px;
height: 14px;
margin: 8px 0 0 8px;
background: #E5E90E;
position: absolute;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.clr-1{
background: #059F47;
color:#059F47;
}
.clr-2{
background:#FF6600!important;
color:#FF6600;
}
.clr-3{
background:#51AFF5!important;
color:#51AFF5;
}
.pulse {
background: rgba(0,0,0,0.2);
-webkit-border-radius: 50%;
border-radius: 50%;
height: 14px;
width: 14px;
position: absolute;
left: 50%;
top: 50%;
margin: 11px 0px 0px -12px;
-webkit-transform: rotateX(55deg);
-moz-transform: rotateX(55deg);
-o-transform: rotateX(55deg);
-ms-transform: rotateX(55deg);
transform: rotateX(55deg);
z-index: -2;
}
.pulse:after {
content: "";
-webkit-border-radius: 50%;
border-radius: 50%;
height: 40px;
width: 40px;
position: absolute;
margin: -13px 0 0 -13px;
-webkit-animation: pulsate 1s ease-out;
-moz-animation: pulsate 1s ease-out;
-o-animation: pulsate 1s ease-out;
-ms-animation: pulsate 1s ease-out;
animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-box-shadow: 0 0 1px 2px #89849b;
box-shadow: 0 0 1px 2px #89849b;
-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
-ms-animation-delay: 1.1s;
animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-o-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-moz-keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@-webkit-keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@-o-keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
.map-text {
position: absolute;
bottom: 0;
left: 40%;
}
.map-text ul{
margin:0px;
padding:0px;
}
.map-text li{
list-style:none;
display:inline-block;
margin-left:15px;
}
.map-text li:nth-child(1) a {  
color:#059F47;
}
.map-text li:nth-child(2) a {  
color:#FF6600;
}
.map-text li:nth-child(3) a {  
color:#51AFF5;
}
.map-text li span{
font-size: 23px;
margin-left: 10px;
}
.map-text li a:hover{
color:#666666;
}
/*** Causes styling
-------------------------------------  ***/
.causes-box {
margin-bottom:60px;
}
.causes-box > figure {
width:170px;
float:left;
position:relative;
height:120px;
overflow:hidden;
}
.causes-box > figure img {
width:100%;
}
.causes-box > figure figcaption,
.image-box > figure figcaption,
.donor-box > figure figcaption,
.image-appear figcaption,
.about-box .about-snap figcaption,
.event-box figcaption {
width:100%;
height: 100%;
background-color: rgba(0, 153, 204, 0.4);
opacity:0;
filter:alpha(opacity=0);
position:absolute;
top:0px;
left:0px;
transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
-webkit-transition:all 0.4s ease;
}
.causes-box:hover > figure figcaption,
.image-box:hover > figure figcaption,
.donor-box:hover > figure figcaption,
.image-appear:hover figcaption,
.about-box .about-snap:hover figcaption,
.event-box:hover figcaption {
opacity: 1;
filter: alpha(opacity=100);
}
.causes-box > figure figcaption,
.image-box > figure figcaption,
.donor-box > figure figcaption,
.image-appear figcaption,
.about-box .about-snap figcaption,
.event-box figcaption {
color:#ffffff;
}
.causes-box > figure figcaption .btn-default {
background-color: rgba(37, 186, 222, 1);
color: #FFFFFF;
border-color: transparent;
margin-left: 15px;
margin-top: -16px;
position: absolute;
top: 0%;
left: 15%;
padding: 0px 5px;
border-radius: 4px;
}
.causes-box:hover > figure figcaption .btn-default {
top:50%;
}
.causes-box > figure figcaption .btn-default:hover {
color:#ffffff;	
}
.causes-box > .causes-detail {
padding-left:20px;
margin-left:170px;
}
.causes-box > .causes-detail h6{
color:#0099CC;
margin-bottom:10px;
line-height: 25px;
} 
.causes-box > .causes-detail h6 a{
color: #0099CC;
margin-bottom: 10px;
font-size: 14px;
line-height: 15px;
} 
.help-text {
font-size:20px;
margin-bottom:0px;
margin-top:30px;	
}
.causes-box .effect {
position:relative;
}
.causes-box .effect p {
text-align:left!important;
color:#999999;
}
.causes-box .effect > p,
.causes-box .effect .causes-hover {
transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
-webkit-transition:all 0.4s ease;
}
.causes-box .effect > p {
opacity: 1;
filter: alpha(opacity=100);
transform:translateY(0);
-moz-transform:translateY(0);
-webkit-transform:translateY(0);
}
.causes-box:hover .effect > p {
opacity: 0;
filter: alpha(opacity=0);
transform:translateY(30px);
}
.causes-box .effect .causes-hover {
width:100%;
opacity: 0;
filter: alpha(opacity=0);
position:absolute;
top:-20px;
left:0px;
transform:translateY(30px);
-moz-transform:translateY(30px);
-webkit-transform:translateY(30px);
}
.causes-box:hover .effect .causes-hover {
opacity: 1;
filter: alpha(opacity=100);
transform:translateY(0);
-moz-transform:translateY(0);
-webkit-transform:translateY(0);
}
.causes-detail > p:last-child,
.causes-list .causes-box .causes-detail .text p:last-child,
.media-body p:last-child {
margin-bottom:0px;	
}
.media-body p:last-of-type {
margin-bottom:10px;
}
/*** Causes List ***/
.causes-list .causes-box {
padding:20px;
margin-bottom:30px;
border:1px solid #eeeeee;	
transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
-webkit-transition:all 0.4s ease;
box-shadow:0 0 0px 0px rgba(0, 0, 0, 0.0);
-moz-box-shadow:0 0 0px 0px rgba(0, 0, 0, 0.0);
-webkit-box-shadow:0 0 0px 0px rgba(0, 0, 0, 0.0);
}
.causes-list .causes-box:hover {
box-shadow:0 0 8px 3px rgba(0, 0, 0, 0.05);
-moz-box-shadow:0 0 8px 3px rgba(0, 0, 0, 0.05);
-webkit-box-shadow:0 0 8px 3px rgba(0, 0, 0, 0.05);
}
.causes-list .causes-box > figure {
width:160px;
}
.causes-list .causes-box .causes-detail {
margin-left:160px;
}
.causes-list .causes-box .causes-detail .progress {
margin-bottom:30px;
}
.causes-list .causes-box .causes-detail .text {
width:280px;
float:left;
}
.causes-list .causes-box .causes-detail .causes-msg {
margin-left:280px;
padding:20px 0px 20px 20px;
text-align:center;
font-size:1.2em;
position:relative;
}
.causes-list .causes-box .causes-detail .causes-msg:before {
width:15px;
height:100%;
content:'';
background-color:#ffffff;
box-shadow:-4px 0 6px -5px rgba(0, 0, 0, 0.3);
-moz-box-shadow:-4px 0 6px -5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:-4px 0 6px -5px rgba(0, 0, 0, 0.3);
position:absolute;
left:15px;
top:0px;
}
.causes-list .causes-box .causes-detail .causes-msg p {
margin-bottom:0px;
}
.target-amount {
font-size:26px;	
}
.causes-list .causes-box .causes-detail .causes-msg .btn {
margin:10px 0px;	
}
/*** Events Listing Page ***/
.post-heading {
margin-bottom:15px;
}
.post-heading ul.options {
margin-bottom:0px;	
}
.post-heading .date-tag {
margin-right:15px;
color:#ffffff;
background-color:#444444;
position:static;
float:left;
}
.media .media-object {
width:100%;	
}
.events-list .media > .pull-left {
width:300px;
}
.hover-strip .date-tag {
width:64px;
color:#ccc;
background-color:rgba(0,0,0,0.8);
top:0px;
right:0px;
}
.image-appear {
position:relative;	
}
.banner {
padding:40px 0px;
background-attachment:inherit;
background-position:0 0;
}
.banner h1,
.banner h2 {
color:#ffffff;	
}
.hover-strip {
overflow:hidden;
position:relative;	
}
.hover-strip figcaption {
width:100%;
padding:10px;
color:#ffffff;
background-color:rgba(0,0,0,0.8);
position:absolute;
left:0px;
bottom:-46px;
transition:bottom 0.3s ease;
-moz-transition:bottom 0.3s ease;
-webkit-transition:bottom 0.3s ease;
}
.hover-strip:hover figcaption,
.hovered-strip figcaption {
bottom:0;	
}
.hovered-strip figcaption .date-tag {
margin:-10px 0px -10px -10px;
position:static;
float:left;
color:#ffffff;
background-color:#444444;
}
.hovered-strip figcaption .counter {
margin:-8px 0px;
float:right;	
}
.hovered-strip figcaption .counter .dsCountDown {
float:right;	
}
.hovered-strip figcaption .counter h6 {
margin-bottom:0px;
margin-right:15px;
line-height:55px;
color:#ffffff;
text-transform:uppercase;
display:inline-block;
float:left;
}
.hovered-strip figcaption .btm-wrap span {
margin-right:10px;
white-space:nowrap;	
}
.hovered-strip figcaption .btm-wrap span:last-child {
margin-right:0px;
float:right;
}
#multimedia{ 
background:#fff;
background-size:cover;
padding:10px 0px;
}
#multimedia h2{ 
}
#multimedia .section-title.center {
padding: 10px 0px 0px 0;
text-align: center;
margin-bottom:10px;
}
.video{
}
.video-head{
border-bottom: #DDDCDC solid 1px;
padding-top:0px;
overflow:hidden;
}
.video-head h2{
font-size:22px;
color:#71b8eb;
margin:0px;
line-height:55px!important;
padding:0px;
float:left;
}
.video-head p{
float:right;
line-height:55px;
margin:0px;
padding:0px;
}
.video-head p a{
font-size: 14px;
line-height: 20px;
font-variant: small-caps;
background:rgba(0,0,0,0.6);
border: 2px solid #FFFFFF;
display: inline-block;
cursor: pointer;
color:#FFFFFF!important;
padding: 5px 10px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
position: relative;
vertical-align: middle;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
outline: none;
text-align: center;
}
.video-wrap{
margin-top:40px;
}
.video-wrap .panel-default > .panel-heading {
color: #0260AC;
background-color: transparent; 
border-color: transparent; 
}
.video-wrap .panel-default > .panel-heading:hover{
background-color: transparent; 
border-color: transparent; 
}
.video-wrap .panel-default > .panel-heading i{
margin-right:10px;
color: #0260AC;
}
.video-wrap .panel {
border: none;
}
.video-wrap .panel-heading {
padding: 10px 6px;
}
.video-wrap .panel-body {
padding: 15px 5px 5px 5px;
}
.video-wrap .panel-title > a {
color:#0260AC;
}
.video-wrap .panel-title > a:hover {
color: #5294C7;
}
.twit-wrap{}
.twit-wrap h2{
font-size:22px;
color:#71b8eb;
border-bottom: #DDDCDC solid 1px;
padding:0px;
margin:0px;
line-height:55px;
}
.twet-box{
margin-top:35px;
}
#quotation {
width: 100%;
background:#000000 url(../images/news-bg.jpg) center;
background-size:cover;
padding-bottom:10px;
}
#quotation h2{
color:#FFFFFF;
}
#quotation .button.blue, #quotation button.blue {
border-color: #FFFFFF;
color: #FDFDFD;
}
#news-wrap{
width:100%;
background: #EEE;
padding-bottom:20px;
}
#news-wrap .section-title.center {
padding: 20px 0px 0px 0;
text-align: center;
margin-bottom:20px;
}
#news-wrap h2{
}
/*#news-wrap .button.blue, #news-wrap button.blue {
border-color: #FFFFFF;
color: #FDFDFD;
}*/
.news-box{
margin-top:40px;
}
.news-box .first-news{
border-bottom:#D1C9C9 dotted 1px;
}
.news-box h2{
font-size: 20px;
text-align:left;
line-height:35px;
border-bottom:#D9D9D9 solid 1px;
padding-bottom:5px;
margin-bottom:10px;
text-transform: uppercase;
}
.news-box h2 i{
color:#0260AC;
margin-right:5px;
}
.news-box figure{
display:block;
margin-top:10px;
}
.news-box figure img{
min-height:200px;
margin-top:10px;
}
.news-box .meta-tag{
margin-top:10px;
padding: 0px 0px;
}
.news-box .meta-tag ul{
margin:0px;
padding:0px;
}
.news-box .meta-tag li{
list-style:none;
display:block;
margin-right:5px;
font-size:10px;
color:#737070;
display:inline-block;
text-transform:uppercase;
}
.news-box .meta-tag li i{
margin-right:5px;
}
.news-box .news-head {
padding:5px 0px;
}
.news-box .news-head h4{
color:#0260AC;
font-size:16px;
text-transform:capitalize;
}
.news-box .news-head p{
color:#838080;
font-size:12px;
line-height: 15px;
margin: 0px 0px 7px 0px;
text-align:justify;
}
.news-box .news-head p a{
color:#0099CC;
font-weight: 600;
}
.news-box .news-head p a:hover{
color:#CCCCCC;
}
.thumb-news{
border-bottom:#D1C9C9 dotted 1px;
}
.news-box .thumb-news {
margin-top: 3px;
padding: 0px 0px;
}
.news-box .thumb-news figure { 
display:inline-block;
vertical-align:top;
margin:0px;
padding:0px;
}
.news-box .thumb-news figure img{ 
width:50px;
min-height:50px!important;
display:block;
}
.news-box .thumb-news .meta-tag {
margin-top: 3px;
padding: 0px 0px;
}
.news-box .thumb-news .thumb-content{
display: inline-block;
/* width: 79%; */
margin-left: 5px;
}
.news-box .thumb-news h4{
margin-top:0px;
padding:0px;
font-weight: 400;
font-size: 14px;
    height: 30px;
    overflow: hidden;
}
.news-box .thumb-news:hover figure img {
opacity:0.6;
}
.news-box .thumb-news h4 a{
margin-top:0px;
padding:0px;
color:#0260AC;
}
.news-box .thumb-news h4 a:hover{
color:#666666;
}
.news-box .btn {

margin: 0px;
padding: 5px 0px 0px 0px;
}
.news-box .btn a{
font-size: 14px;
line-height: 20px;
font-variant: small-caps;
background:rgba(0,0,0,0.6);
border: 2px solid #FFFFFF;
display: inline-block;
cursor: pointer;
color:#FFFFFF!important;
padding: 5px 10px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
position: relative;
vertical-align: middle;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
outline: none;
}
#footer {
background: #50627f;
color: #363636;
text-align: center;
background:url(../CHIRI/footer_bg.jpg) repeat center;
position:relative;
clear:both;
}
.quote {
color: rgba(0,0,0,.1);
text-align: center;
padding:30px 0px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
#fade-quote-carousel.carousel {
padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
width: 20px;
height:20px;
background-color: #2D86BF;
border:#FFFFFF solid 2px!important;
border: none;
}
#fade-quote-carousel blockquote {
text-align: center;
border: none;
color:#666666;
}
#fade-quote-carousel blockquote p{
text-align: center;
font-size:14px;
}
#fade-quote-carousel .profile-circle {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 100px;
}
#fade-quote-carousel .profile-circle img{
width: 100px;
height: 100px;
border-radius: 100px;
}
#fade-quote-carousel .carousel-indicators .active {
width: 25px;
height:25px;
margin: 0; 
background:#FFCC00!important;
border:#FFFFFF solid 2px!important;
}
/*******************BANNER**************************/
#home{
width:100%;
height:100%;
position: relative;
}
.site-splash {
width:100%;
height:100%;
/*	overflow: hidden;*/
z-index: 1;
background-color: #111;
}
.site-splash .overlay {
z-index: 2;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAmf9A5tgAAAARSURBVAjXY1i1agEDEFCLBgA1MROJWXE8mAAAAABJRU5ErkJggg==);
}
.site-splash.fullscreen {
height: 100%;
}
.splash-slider {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3;
}
.splash-slider .cycle-prev,.splash-slider .cycle-next {
width: 40px;
height: 80px;
position: absolute;
display: block;
cursor: pointer;
z-index: 111;
top: 50%;
margin-top: -40px;
text-align: center;
opacity: 0;
background-color: #fff;
background-color: rgba(255,255,255,.8);
-webkit-transition: all .4s cubic-bezier(0.25,.46,.45,.94);
-moz-transition: all .4s cubic-bezier(0.25,.46,.45,.94);
transition: all .4s cubic-bezier(0.25,.46,.45,.94);
}
.splash-slider .cycle-prev:hover,.splash-slider .cycle-next:hover {
background-color: #65ADD9;
}
.splash-slider .cycle-prev:hover:before,.splash-slider .cycle-next:hover:before {
color: #fff;
}
.splash-slider .cycle-prev:before,.splash-slider .cycle-next:before {
font-family: FontAwesome;
width: 100%;
height: 100%;
line-height: 80px;
font-size: 28px;
color: #555;
-webkit-transition: color .4s cubic-bezier(0.25,.46,.45,.94);
-moz-transition: color .4s cubic-bezier(0.25,.46,.45,.94);
transition: color .4s cubic-bezier(0.25,.46,.45,.94);
}
.splash-slider:hover .cycle-next,.splash-slider:hover .cycle-prev {
opacity: 1;
}
.splash-slider .cycle-prev {
left: 0;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.splash-slider .cycle-prev:before {
content: '\f104';
}
.splash-slider .cycle-next {
right: 0;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.splash-slider .cycle-next:before {
content: '\f105';
}
.splash-content {
width: 100%;
height: 100%;
text-align: center;
font-size: 0;
}
.splash-content:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.splash-content .container {
display: inline-block;
vertical-align: middle;
font-size: 16px;
}
.splash-content .container {
max-width: 100%;
}
.desktop.csstransitions .splash-content .splash-text {
opacity: 0;
-webkit-transform: scale(2,);
-ms-transform: scale(2,);
transform: scale(2,);
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 2.5s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
-moz-transition: -moz-transform 2.5s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
transition: -webkit-transform 2.5s cubic-bezier(0.19,1,.22,1),-moz-transform 2.5s cubic-bezier(0.19,1,.22,1),-o-transform 2.5s cubic-bezier(0.19,1,.22,1),transform 2.5s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
}
.splash-text p {
color: #FFFFFF;
font-size: 24px;
font-family: "Novecento Sans Wide","Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0px 0px 50px 0px;
padding: 0px 40px 0px 40px;
}
.desktop.csstransitions .splash-content.cycle-slide-active .splash-text {
opacity: 1;
-webkit-transform: scale(1,);
-ms-transform: scale(1,);
transform: scale(1,);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-duration: 1.5s,1.5s;
-moz-transition-duration: 1.5s,1.5s;
transition-duration: 1.5s,1.5s;
}
.splash-text .splash-intro {
color: #fff;
font-weight: 600;
line-height: 1.8;
margin: 0 0 .5em;
}
.splash-text .splash-intro a,.splash-text .splash-intro span {
display: inline-block;
background: #CC0000;
padding: 20px;
padding: 5px 10px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: background-color .4s cubic-bezier(0.25,.46,.45,.94);
-moz-transition: background-color .4s cubic-bezier(0.25,.46,.45,.94);
transition: background-color .4s cubic-bezier(0.25,.46,.45,.94);
}
.splash-text .splash-intro a:hover,.splash-text .splash-intro span:hover {
background-color: #000;
}
.splash-text .splash-description p {
margin: 0;
font-size: 16px;
font-weight: 300;
color: #fff;
}
.splash-text .splash-headline {
font-size: 30px;
color: #fff;
margin: 0;
line-height: 1;
text-transform: uppercase;
font-weight: 400;
line-height: 75px;
}
.splash-media,.section-media {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
background: 50%;
background-repeat: no-repeat;
background-size: cover;
}
.splash-feedback {
display: none;
position: absolute;
z-index: 11;
width: 100%;
left: 0;
bottom: 20px;
text-transform: uppercase;
color: #fff;
font-size: 13px;
text-align: center;
-webkit-animation: flash 6s infinite;
-moz-animation: flash 6s infinite;
animation: flash 6s infinite;
}
.splash-feedback .mouse {
border: 2px solid #fff;
width: 18px;
height: 28px;
border-radius: 9px;
display: block;
text-align: center;
margin: 0 auto 6px;
color: #fff;
}
.splash-feedback .mouse .fa,.splash-feedback .mouse .gi {
line-height: 28px;
}
.has-bg {
background-repeat: repeat-y;
background-position: 50%;
background-size: cover;
}
.bg-fixed {
background-attachment: fixed;
}
.hero-head {
width: 600px;
font-size: 4em;
margin-bottom: 0px;
margin-top: 10px;
text-transform: uppercase;
text-align: center;
display: inline-block;
color: #FFFFFF;
padding-top: 20px;
background-attachment: scroll;
background-image:url(../images/divider1.png);
background-repeat: repeat-x;
background-position: top center;
}
#home .button.blue, #home button.blue {
border-color: #FFFFFF;
color: #FDFDFD;
}
.blog-box{
}
.blog-box figure{
display:inline-block;
}
.social {
position:fixed;
top:50%;
left:0;
z-index:899;
}
.social ul {
float:left;
margin:0;
padding:0
}
.social li {
display:block;
clear: both
}
.social li a {
display:block;
width:35px;
height:50px;
font-size:19px;
color:#fff;
line-height:50px;
text-align:center;
}
#main_nav li:hover.facebook a {
background:#3c599f;
border: none;
color: #fff;
}
#main_nav li:hover.twitter a {
background:#2daae2;
border: none;
color: #fff;
}
#main_nav li:hover.linkedin a {
background:#1e89b5;
border: none;
color: #fff;
}
#main_nav li:hover.youtube a {
background:#c0292b;
border: none;
color: #fff;
}
#main_nav li.search{
    color: #fff;
    padding: 0px 7px;
    cursor: pointer;
    position: relative;
    line-height: 30px;
    border-radius: 4px;
    background: #29a2d9;}
#main_nav li:hover.search, .active_search{
background:#0260ac;
border: none;
color: #fff;
}
.sticky #main_nav li.search{
color: #000;
}
.search_block{
padding: 10px 0;
}
.submit_button{
display: inline-block !important;
background: none;
width: auto;
height: 20px;
border: none;
padding: 0;
line-height: normal;
position: absolute;
right: 10px;
top: 16px;
  color: #0260ac !important;
}
.submit_button:before{
display: none;
}
.submit_button:hover{
background: none !important;
color: #000 !important;
}
.social li:hover a {
padding-left:5px;
width:55px;
}
.support span{
color: #0260ac;
}
/******************INTERNAL BANNER**************************/
.int-banner{
min-height:250px;
background:#333333;
}
.int-banner img{
width:100%;
background-size:cover;
background-attachment:fixed;
height:250px;
}
.breadcrumb-bg {
width: 100%;
position: relative;
background:#f5f5f5;
padding:0px;
}
.breadcrumb-bg .breadcrumb {
padding: 8px 15px;
margin-bottom: 0px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb-bg .breadcrumb a{
color:#0267A9;
}
.breadcrumb-bg .breadcrumb li{
font-size:12px;
}
.breadcrumb-bg .share {
float: right;
width: 100%;
}
.breadcrumb-bg .share ul {
margin:0px;
padding:0px;
}
.breadcrumb-bg .share li{
display:inline-block;
list-style:none;
text-align:center;
color:#FFFFFF;
}
.breadcrumb-bg .share li a , .breadcrumb-bg .share li span{
margin:3px 0px;
color:#FFFFFF;
font-size:13px;
padding:5px 8px;
background:#0068AA;
border-radius:4px;
}
.breadcrumb-bg .share li a:hover,  , .breadcrumb-bg .share li span:hover{
background:#6BC4FF;
}
.breadcrumb-bg .share li i {
font-size:16px;
margin-right:4px;
line-height:35px;
padding:0px;
color:#FFFFFF;
}
.int-content{
padding:30px 0px 60px 0px;
}
.side-panel{
padding:40px 0px 0px 0px;
}
.widget {
float: left;
width: 100%;
}
.widget .widget-title {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-bottom: 10px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #0068AA;
padding-bottom: 5px;
font-size: 18px;
text-transform: uppercase;
color: #0260AC;
font-weight: bolder;
}
.widget .widget-content {
width: 100%;
float: left;
position: relative;
}
.widget.widget-categories ul {
list-style: none;
margin: 0px 0px 0px 10px;
padding: 0px;
margin-top: 0px;
}
.widget.widget-categories ul li {
line-height: 20px;
margin-bottom: 5px;
position:relative;
padding-left:3px;
}
.widget.widget-categories ul li a{
font-size:13px;
color: #676767;
}
.widget.widget-categories ul li a:hover , .widget.widget-categories ul li .active{
color:#0099CC!important;
}
.widget.widget-categories ul li:before{
position:absolute;
content:'\f105';
font-family:FontAwesome;
font-size:16px;
top:0;
left:-8px;
color:#0099CC;
font-weight:bold;
}
.widget.widget-categories ul li ul{
display:none;
}
.widget.widget-categories ul li ul li a{
margin-left:5px;
}
.widget .widget-twitter{
margin-top:30px;
}
.widget .widget-donate{
/* margin-top:30px;*/
}
.widget .rg-donate{
width:100%;
background:#F8F8F8;
padding:5px 0px 5px 5px;
}
.widget .rg-donate h2{
font-size:18px;
color:#333333;
font-weight:bold;
margin:0px;
padding:10px 0px 10px 0px;
}
.widget .rg-donate img{
margin-bottom:20px;
width:50%;
}
.widget .rg-donate h2 span{
color:#0260AC;
}
.widget .rg-donate .button{
font-size: 16px;
line-height: 22px;
font-variant: small-caps;
background: transparent;
border: 5px solid #0260AC;
display: inline-block;
cursor: pointer;
color: #74BCEC;
padding: 5px 20px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
position: relative;
vertical-align: middle;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
outline: none;
text-align: center;
}
.content-wrap{
margin-top:0px;
}
.widget .panel-title i{
float: left;
color: #0068AA;
margin-top:0px;
margin-right: 5px;
}
#accordion .set-mrg{
margin-top:3px;
margin-right:0px;
}
.widget .panel-title > a{
display:inline-block;
font-size: 13px;
}
.widget .panel-default > .panel-heading {
background-color: transparent;
border-color: transparent;
}
.widget .panel-default {
border-color: transparent;
border-bottom-color: #C7C3C3;
}
.widget .panel{
box-shadow: none;
margin-bottom: 0;
}
.widget .panel-group .panel{
border-radius: 0;
}
.widget .panel-heading, .widget .panel-body{
padding: 5px 0;
background-color: transparent;
}
.margiin-bo
#accordion2 .panel-title {
font-size: 13px!important;
text-transform: capitalize!important;
}  
#accordion2 .panel-heading h4{
text-transform:capitalize;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position:relative;
}
#accordion2 .panel.panel-default{
border-bottom-color: transparent!important;
}
#accordion2 .widget .panel-title i{
float: left;
color: #0068AA;
margin-right: 5px;
}
#accordion2 .panel-heading h4:before{
position: absolute;
content: '\f101';
font-family: FontAwesome;
font-size: 16px;
top: -2px;
left: 0;
color: #0099CC;
font-weight: bold;
display:none;
}
#accordion2 .panel-inner .widget.widget-categories ul li:before {
position: absolute;
content: '\f054'!important;
font-family: FontAwesome;
font-size: 16px;
top: 0;
left: 0;
color: #0099CC;
font-weight: bold;
}
#accordion3 .panel-heading h4:before {
content: '';
display:none;
}
#accordion3{
}
#accordion3 .panel-heading h4{
text-transform:capitalize;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position:relative;
}
#accordion3 .panel-heading h4 a{
margin-left: 10px;
}
.accord-mrg {
padding-left: 19px;
}
.clr-grey {
color: #0A0A0B!important;
position: absolute;
top: 2px;
left: -8px;
font-size: 15px!important;
font-weight: bold;
}
.clr-blue {
position: absolute;
top: 2px;
left: 0px;
font-size: 13px!important;
}
.border-none{
border-bottom:none;
}
.team-wrap{
border-bottom:#EBEBEB solid 1px;
padding-bottom:20px;
}
.team-wrap figure {
display:inline-block;
width:20%;
min-height:150px;
vertical-align:top;
margin-top:20px;
}
.team-wrap figure img{
width:100%;
min-height:150px;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
border-radius:100%;
border:#0260AC solid 6px;
}
.team-wrap .team-info{
display:inline-block;
margin-left:10px;
width:75%;
vertical-align:middle;
}
.team-wrap .team-info h2{
font-size:18px;
margin-bottom: 10px;
}
.team-wrap .team-info h2 span{
font-style:italic;
color:#999999;
font-size:14px;
}
.team-wrap .team-info h3{
font-size:13px;
margin-top: 0px;
line-height:20px;
color:rgb(41, 162, 217);
}
.team-wrap .team-info p {
font-size:14px;
} 
#press-releases{}
.press-wrap{
}
.press-wrap figure{
}
.press-wrap .pr-rel-info{
}
.press-wrap .pr-rel-info h2{
font-size:18px;
}
.press-wrap .info-meta{}
.list-group.panel > .list-group-item {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px
}
.list-group-submenu {
margin-left:20px;
}
.right-icon{  
position: absolute;
top: 0;
right: 0;
}
.timeline-wrap{
border:#CCCCCC solid 1px;
border-radius:8px;
}
.job-list{
margin:0px;
padding:0px;
}
.job-list ul{
margin:0px;
padding:0px;
}
.job-list li{
list-style:none;
position:relative;
margin-bottom:10px;
padding-left:20px;
margin-left:10px;
}
.job-list li:before{
content:'\f061';
font-family:FontAwesome;
position:absolute;
top:0;
left:0;
}
.job-list li a{
color:#0099CC;
}
.job-list li a:hover{
color:#666666;
} 
.press-rel{}
.press-rel figure {
margin-top:10px;
}
.press-rel figure img{
min-height:90px;
border:#DEDEDE solid 1px;
}
.post {
width: 100%;
float: left;
text-align: left;
}
.post.post-hor {
position: relative;
background-color: rgb(244, 244, 244);
padding: 10px;
margin-bottom:20px;
}
.post .meta {
width: 100%;
float: left;
background-color: #249ACF;
}
.post .meta span {
width: auto;
float: left;
margin-right: 10px;
color: #fff;
line-height: 35px;
}
.post .meta span i.fa {
background-color: #0260AC;
width: 24px;
height: 35px;
line-height: 35px;
text-align: center;
float: left;
margin-right: 10px;
}
.post .content {
width: 100%;
float: left;
margin: 15px 0px 5px 0;
}
.post .content p.title {
margin-bottom: 5px;
margin-top: 10px;
font-size: 18px;
line-height: 1.3em;
width: 100%;
float: left;
color:rgb(2, 96, 172);
}
.post .content p{
font-size:14px;
line-height:20px;
}
.post .content p.title > i.fa {
color: #00A651;
}
.post .readmore {
width: 100%;
float: left;
border: 1px solid #dddddd;
border-left-width: 0px;
border-right-width: 0px;
padding: 5px 0px 5px 0;
}
.post .readmore a{
font-size: 14px;
line-height: 20px;
background: transparent;
border: 2px solid #0260AC;
display: inline-block;
cursor: pointer;
color: #0260AC;
font-weight:bold;
padding: 5px 10px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
position: relative;
vertical-align: middle;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
outline: none;
}
.news-list{}
.news-list .post.post-hor {
position: relative;
background-color: rgb(244, 244, 244);
padding: 10px;
margin-bottom:0px;
}
.post.post-timeline {
padding-left: 70px;
box-sizing: border-box;
position: relative;
padding-bottom: 50px;
}
.post.post-timeline .timeline-bar {
width: 80px;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
border-left-width: 5px;
border-left-style: solid;
border-left-color: #29A2D9;
box-sizing: border-box;
}
.post.post-timeline .timeline-bar .comments-count {
background-color: #ecedf1;
text-align: center;
width: 50px;
height: 70px;
}
.post.post-timeline .timeline-bar .comments-count i.fa {
color: #0068AA;
font-size: 1.5em;
margin-top: 10px;
width: 100%;
text-align: center;
float: left;
}
.post.post-timeline .timeline-bar .comments-count span {
width: 100%;
margin-top: 10px;
float: left;
line-height: 1em;
font-weight: bold;
color: #333333;
}
.post.post-timeline .timeline-bar .date {
width: 50px;
height: 40px;
background-color: #0068AA;
text-align: center;
color: #fff;
}
.post.post-timeline .timeline-bar .date span {
width: 100%;
float: left;
margin-top: 10px;
}
.post.post-timeline .timeline-bar .date span.my {
font-size: 16px;
line-height: 1em;
font-weight: bold;
}
.post .head {
width: 100%;
float: left;
background-color: #1996CF;
}
.post .head p {
color: #FFFFFF;
font-size: 14px;
padding: 5px 5px;
line-height: 25px;
margin: 0px;
}
.post .head i.fa {
background-color: #0068AA;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
float: left;
margin-right: 10px;
}
.multimedia-wrap{
}
.multimedia-wrap .filter_box{
background: #005ba8;
margin-top: 0px;
border: #FFFFFF solid 6px;
width: 100%;
padding: 10px 10px 15px 10px;
margin-bottom: 10px;
-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
color:#FFFFFF;
}
.multimedia-wrap .filter_box .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 5px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.blog-wrap{}
.blog-list{
background:#EEEEEE;
padding:10px;
margin-bottom:20px;
}
.blog-list figure {
margin: 4px 0px 0px 0px;
}
.blog-list figure img{
margin: 0;
min-height: 150px;
}
.blog-list .content{
padding:0px 10px 0px 0px;
}
.blog-list .content .title{
font-size:18px;
color:#0260AC;
font-weight:600;
line-height:25px;
}
.blog-list .content .meta{
width: 100%;
float: left;
background-color: #E1E0E0;
padding:3px 5px;
margin-bottom: 10px;
}
.blog-list .content .meta ul{
margin:0px;
padding:0px;
}
.blog-list .content .meta li{
display:inline-block;
list-style:none;
margin-right:10px;
}
.blog-list .content p{
padding-top: 15px;
font-size: 12px;
line-height: 20px;
}
.blog-list .content p a{
color: rgb(2, 96, 172);
}
.blog-list .content p a:hover{
color:#333333;
}
.press-internal{
background:#F3F3F3;
padding:10px 10px;
width: 100%;
float: left;
}
.press-internal h2{
padding:0px;
margin:10px 0px 15px 0px;
font-size:16px;
color:#117DD4;
}
.press-internal .meta{
width: 100%;
float: left;
background-color: #DEDEDE;
margin-bottom:10px;
}
.press-internal .meta span {
width: auto;
float: left;
margin-right: 10px;
color:#666666;
line-height: 25px;
}
.press-internal  .meta span i.fa {
background-color:#CCCBCB;
width: 24px;
height: 25px;
line-height: 25px;
text-align: center;
float: left;
margin-right: 10px;
}
.filter_box{
background: #005ba8;
margin-top: 0px;
border: #FFFFFF solid 6px;
width: 100%;
padding: 10px 10px 15px 10px;
margin-bottom: 10px;
-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
color:#FFFFFF;
}
.filter_box .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 5px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.filter_box .button{
font-size: 1.8rem;
line-height: 22px;
font-variant: small-caps;
background: transparent;
border: 4px solid #FFFFFF;
display: inline-block;
cursor: pointer;
color: #FFFFFF;
padding: 4px 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
overflow: hidden;
position: relative;
vertical-align: middle;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
outline: none;
text-align: center;
margin-top:5px;
}
.publication {
padding-top: 20px;
}
.publication{
padding-top:20px;
}
.publication .post .content {
width: 100%;
float: left;
margin: 15px 10px 5px 0;
padding-right: 15px;
}
.publication figure {
margin-top:15px;
}
.publication figure img{
}
.publication .post .content {
width: 100%;
float: left;
margin: 15px 10px 5px 0;
padding-right: 15px;
}
.tags{
width: 100%;
float: left;
padding: 5px 10px;
margin-top: 20px;
background: rgb(238, 238, 238);
margin-left: 6px;
line-height:30px;
}
.tags p{
margin:0px;
padding:0px;
line-height:30px;
}
.tags p span{
font-weight:bold;
} 


.main_banner{
	height: 300px;
	overflow: hidden;
    margin: 15px 0;
    border: 1px solid #e8e6e6;
}

.main_banner .item{
	height: 300px;
}

.main_banner figure{
	position: relative;
	float: left;
	width: 65%;
}

.main_banner .fig_overlay{
	float: left;
	width: 35%;
	height: 100%;
    background: url(../images/map-img.png) #f1f1f1 no-repeat center;
    background-size: contain;
    padding: 20px;
}

#main_ban .owl-controls{
    position: absolute;
    right: 15%;
    bottom: 0;
}

.main_banner h1{
	font-size: 22px;
}

.main_banner .fig_overlay h3{
    font-size: 18px;
    color: #0260ac;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.main_banner .small_btn{
	padding: 5px 10px;
	border: 3px solid transparent;
    font-size: 1.5rem;
    position: absolute;
	bottom: 6px;
}

.main_banner p{
	color: #000;
	margin-bottom: 30px;
}

.main_banner h1{
	margin-bottom: 10px;
}

.menu_home #main_nav>ul>li>a {
    color: #090909;
}

#main_nav>ul>li.no_border:hover>a{
	border-color: transparent;
}

.dropdown li:hover ul.sub_dropdown{
	display: block;
}

.dropdown li ul.sub_dropdown{
	display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    background: #249acf;
    margin: 0;
    padding: 0;
}

.no_margin{
	margin: 0;
}

.news_blok{
    background: white;
    border: 1px solid #e6e6e6;
    padding: 0 10px 10px 10px;
    overflow-y: scroll;
    max-height: 415px;
}

.link_blocks{
	margin: 0;
	padding: 0;
}

.link_blocks li{
	list-style: none;
}

.link_blocks li a{
	display: block;
	float: left;
    width: 100%;
    margin: 0 0 10px 0;
	padding: 16px 10px;
	background: #0260AC;
	color: #fff;
	transition: all ease 0.3s;
}

.link_blocks li a:hover{
    background: #21baf4;
}

.link_blocks li a img{
	width: 100%;
}

.link_blocks li a h4{
	color: #fff;
    text-transform: none;
    margin: 5px 0;
    font-size: 17px;
}

.link_blocks li a span{
    font-size: 14px;
    line-height: 20px;
    font-variant: small-caps;
    background: #fff;
    border: 2px solid #FFFFFF;
    display: inline-block;
    cursor: pointer;
    color: #0260ac;
    padding: 5px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    margin-top: 15px;
}

.link_blocks li a p{
    margin-bottom: 0;
    height: 30px;
    overflow: hidden;
}

.link_blocks li a span:hover{
	background: #0260ac;
	color: #fff;
}

.main_menu_bg{
	background: #0260AC;
}

.logo{
	padding: 15px 0;
}

.news_ticker{
	position: relative;
    background: #f1f1f1;
    margin-bottom: 15px;
}

.news_ticker .viewport{
	position: relative;
	height: 30px;
	overflow: hidden;
	padding: 0 0 0 5px;
}

.news_ticker h1{
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 30px;
    background: #0260ac;
    display: inline-block;
    color: #fff;
	text-transform: none;
}

.news_ticker .overview{
	position: absolute;
    left: 215px;
    margin: 0;
    padding: 0;
}

.news_ticker .overview li{
	list-style: none;
	line-height: 30px;
}

.ticker_control{
	position: absolute;
	right: 0;
	top: 0;
    z-index: 99;
}

.ticker_control li{
	list-style: none;
	display: inline-block;
}

.ticker_control li a{
	display: block;	
	width: 30px;
	height: 30px;
	background: #0260AC;
	font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-left: -3px;
}

.ticker_control li a:hover{
    background: #21baf4;
}

.event-box-featured .text h5{
	height: 36px;
	overflow: hidden;
}

iframe#twitter-widget-0{
	height: 500px !important;
}

.padding_t_10{
	padding-top: 10px;
}

.fter-links ul:after{
	display: table;
	content: '';
	clear: both;
}

.newsletter_blocks{
    display: block;
    float: left;
    width: auto;
    padding: 0 62px;
}

.totalRecords{
    padding: 15px;
    text-align: right;
}

.post .meta span.pull-right{
	background: #000;
	margin-right: 0;
	padding-right: 15px;
}

.small_btn {
    padding: 5px 10px;
    border: 3px solid transparent;
    font-size: 1.5rem;
    position: absolute;
    bottom: 6px;
}

.no_padd{
	padding: 0;
}

.news_ticker:after{
	display: table;
	content: '';
	clear: both;
}

.ticket_title{
	float: left;
	width: 20%;
}

.viewport{
	float: left;
	width: 80%
}

.bxslider li, .bxslider li a{
	line-height: 30px;
}

#footer h3{
	color: #fff;
	font-size: 24px;
}

#footer .section-title.center .line{
    border-top-color: #fff;
}

#footer .section-title.center hr{
    border-top-color: #fff;
}

.white_btn{
    font-size: 12px;
    line-height: 23px;
    font-variant: small-caps;
    background: transparent;
    border: 2px solid #FEFEFE;
    display: inline-block;
    cursor: pointer;
    color: #FEFEFE;
    padding: 4px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-align: center;
	position: relative;
}

.white_btn:hover{
	color: #fff;
}

.white_btn:before{
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #74BCEC;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1);
}

.white_btn:hover:before{
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}