@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body {
    font-size: 14px;
    line-height: 22px;
    color: #4c4c4c;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    font-weight: 500;
}

.mb40 {
    margin-bottom: 40px;
}

@media (min-width: 767px) {
    .navbar-collapse {
        padding: 0;
    }
}

.container {
    max-width: 1170px;
}

.no-padding {
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

:before, :after, button, img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    text-decoration: none;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #323232;
}

::-webkit-scrollbar-track {
    background-color: #dedede;
}

.bg-image, .bg-parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.bg-parallax {
    background-attachment: fixed;
}

/*---------------*/
header {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
}

.home-wrapper {
    padding: 40px 0;
}

.top-header {
    padding-top: 20px;
}
.btm-header{
    background-color: #e9e9e9;
}
.logo {
    overflow: hidden;
    padding: 15px 0;
}

.logo h1, .slogan {
    display: inline-block;
    margin: 0;
}

.logo h1 {
    margin-right: 15px;
}

.logo h1 img {
    max-height: 75px;
}

.slogan {
    font-size: 12px;
    color: #9b9b9b;
}

.welcome-text {
    text-align: center;
    margin-top: 25px;
}

.welcome-text > h2 {
    border: 1px solid #ebebeb;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    -webkit-box-shadow: -4px 0px 0px 0px #009cd0;
    -moz-box-shadow: -4px 0px 0px 0px #009cd0;
    box-shadow: -4px 0px 0px 0px #009cd0;
    color: #7f7f7f;
}

.welcome-text h2 strong {
    font-weight: 700;
    color: #009cd0;
    font-size: 19px;
}

.lang-btns, .user-btns {
    text-align: right;
    margin-bottom: 20px;
}

.lang-btns > ul {
    margin: 0;
}

.lang-btns li {
    display: inline-block;
    padding-right: 9px;
    margin-right: 9px;
    position: relative;
}

.lang-btns li:after {
    content: '|';
    position: absolute;
    right: -1px;
    top: 0;
    color: #707070;
}

.lang-btns li:last-child:after {
    display: none;
}

.lang-btns li a {
    color: #3c3c3c;
}

.user-btns {
    margin: 0;
}

.user-btns a {
    display: inline-block;
    background: #00abee;
    color: #fff;
    padding: 8px 10px;
    min-width: 100px;
    margin-right: 10px;
    text-align: center;
}

.user-btns a:last-child {
    margin: 0;
    background: #dd2b32;
}

.navbar-brand {
    display: none;
}

.navbar-brand > img {
    height: 50px;
}

.navbar-nav > li > a {
    color: #4c4c4c;
}

.navbar-nav > li > a:hover, .navbar-nav > li.active > a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #00abee;
    color: #fff;
}

.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    padding: 10px 0;
}

.dropdown-menu > li > a {
    color: #4c4c4c;
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
}

.dropdown-menu > li:last-child > a {
    border: none;
}
.search-header form{
    margin: 6px 0 5px;
}
.search-input {
    position: relative;
}

.search-input .form-control {
    height: 39px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: none;
    border-bottom: 1px solid #d7d7d7;
}

.search-input button {
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    width: 40px;
    background: none;
    border: none;
    color: #989898;
}

#home-slider {
}

.stories-post h2,.stories-nav h2 {
    color: #232323;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}
.stories-post h2 a,.stories-nav h2 a{
	color: #232323;
}

.stories-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
    background: #ebebeb;
}
.stories-nav li a{
	display: block;
	color: #4c4c4c;
	font-size: 14px;
	border: 1px solid #bbb;
	padding: 17px 20px;
	border-bottom: none;
}
.stories-nav li:last-child a{
	border-bottom: 1px solid #e1e1e1;
}
.stories-nav li a i{
	margin-right: 10px;
}
.stories-nav li a:hover{
	background: #00abee;
	border-color: #00abee;
	color: #fff;
}
.story-box {
    margin-bottom: 15px;
}

.story-box:last-child {
    margin: 0;
}

.story-img {
   margin-bottom: 10px;
	border: 1px solid #ebebeb;
}
.story-img>a{
	display: block;
	padding-top: 65%;
}
.story-img img {
    width: 100%;
}

.story-box h3 {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.story-box h3 a {
    color: #232323;
}

.video-section {
    padding: 45px 0;
}

.title {
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
}

.title h2, .title h3 {
    color: #232323;
    margin: 0 0 -1px;
    padding: 0 0 14px;
    display: inline-block;
    border-bottom: 2px solid #00abee;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.slide_img,.slide_img>a{
    position: relative;
    display: block;
}
.slide_img>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 60%;
    background: #000;
    background: -webkit-linear-gradient(bottom, #000, transparent);
    background: linear-gradient(to top, #000, transparent);
}
.video-box {
    position: relative;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.video-box>a{
    display: block;
}
.video-play {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: block;
    text-align: center;
    padding: 9px 8px 9px 10px;
    z-index: 9;
}

.video-play:hover {
    color: #fff;
}

.video-box > a.video-info {
    display: block;
    position: relative;
}

.video-box > a.video-info:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 60%;
    background: #000;
    background: -webkit-linear-gradient(bottom, #000, transparent);
    background: linear-gradient(to top, #000, transparent);
}

.video-box img {
    width: 100%;
}

.video-hover {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 25px;
    color: #fff;
}

.video-hover time {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.video-hover h3 {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 15px;
}

.event-info {
    background: #fff;
    padding: 20px;
    webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
}

.event-info h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
    min-height: 46px;
}

.event-info h3 a {
    color: #232323;
}

.event-info p a {
    color: #00abee;
}

.event-thumb {
    max-height: 242px;
    overflow: hidden;
}
.event-thumb>a{display: block}
.title-section {
    padding: 50px 0;
    background-image: url("../images/title.jpg");
}

.breadcrumb {
    display: inline-block;
    background: #1d1d1d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px;
    padding-right: 100px;
    line-height: 39px;
    text-transform: capitalize;
}

.breadcrumb a {
    color: #767676;
}

.breadcrumb > li + li:before {
    color: #767676;
    padding: 0 10px;
}

.breadcrumb li i {
    background: #00abee;
    color: #fff;
    height: 39px;
    width: 39px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    margin-right: 25px;
}

.breadcrumb > .active {
    color: #fff;
}

.title-section .page-title {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.wrapper {
    padding: 70px 0;
}

.event-box {
    margin-bottom: 30px;
}

.event-img {
    max-height: 400px;
    overflow: hidden;
}

.event-desc {
    margin: -65px 100px 0;
    position: relative;
    background: #fff;
    padding: 25px;
    webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
}

.event-desc time {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 115px;
    background: #079cd7;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
    text-transform: uppercase;
}

.event-desc time span {
    display: block;
    font-size: 57px;
    line-height: 57px;
}

.event-desc h2 {
    color: #232323;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.event-desc h2 a {
    color: #232323;
}

.event-meta {
    margin-bottom: 23px;
}

.event-meta span {
    display: inline-block;
    margin-right: 45px;
    color: #232323;
    font-weight: 700;
}

.event-meta span i {
    margin-right: 15px;
    color: #079cd7;
    font-size: 16px;
}

.event-desc p {
    margin: 0;
}

blockquote {
    border-color: #00abee;
    font-style: italic;
    color: #252626;
    font-size: 14px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-box {
    margin-bottom: 30px;
}

.text-box h2, .text-box h3 {
    color: #232323;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 27px;
}

.text-box h3 {
    font-size: 23px;
}

.post-meta {
    padding: 10px 4px 8px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    color: #232323;
    margin-bottom: 25px;
}

.post-meta span {
    display: inline-block;
    margin-right: 35px;
}

.post-meta span i {
    color: #d7d7d7;
    font-size: 16px;
    margin-right: 14px;
}

.working-groups h2 {
    color: #232323;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 27px;
}
.entry-post{
    margin-bottom: 30px;
}
.entry-post-thumb>a {
    overflow: hidden;
    display: block;
    padding-top: 60%;
}
.entry-post-body {
    background: #fff;
    padding: 20px;
    webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
}

.entry-post-body h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 24px;
}

.entry-post-body h3 a {
    color: #232323;
}

.entry-post-body p {
    margin: 0;
}

.entry-post-body p a {
    color: #079cd7;
}

.icon-box p {
    display: block;
    margin-bottom: 30px;
    margin-top: 16px;
    line-height: 20px;
}

.icon-img, .icon-header {
    display: table-cell;
    vertical-align: middle;
}

.icon-img {
    background: #c9c7c7;
    width: 50px;
    height: 50px;
    text-align: center;
}

.icon-img.no-pg {
    background: none !important;
}

.icon-box:hover .icon-img {
    background: #00abee;
}

.icon-header {
    padding: 5px 20px;
}

.icon-header h3 {
    margin: 0;
    color: #232323;
    font-size: 22px;
    font-weight: 700;
}

.icon-header h3 a {
    color: #232323;
}

.list li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #252626;
}

.list {
    overflow: hidden;
    margin: 0;
}

.list li i {
    margin-right: 10px;
    font-size: 18px;
    color: #c9c7c7;
    margin-left: 2px;
}

.half-list li {
    width: 50%;
    float: left;
}

.list li a {
    color: #c9c7c7;
}

.list li:hover i {
    color: #00abee;
}

.box-container {
    padding: 15px 30px;
    background: #f5f6f7;
}

.box-link {
    padding: 15px;
    margin: 15px 0;
    min-height: 50px;
    background: #fff;
}

.details-wrap {
    background: #f5f6f7;
}

.event-content, #comments, .event-side-inner {
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .4);
    padding: 20px 35px;
    margin-bottom: 30px;
}

.event-side-inner {
    padding: 20px;
    margin-bottom: 20px;
}

.event-title {
    margin: 0 0 20px;
    color: #232323;
    font-size: 23px;
    font-weight: 700;
}

.event-image {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.event-image time {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115px;
    background: #079cd7;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
    text-transform: uppercase;
}

.event-image time span {
    display: block;
    font-size: 57px;
    line-height: 57px;
}

.event-image img {
    max-width: 100%;
}

.event-side-inner h3 {
    margin: 0 0 20px;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
}

.event-side-inner ul {
    margin-bottom: 45px;
}

.event-side-inner ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}

.event-side li strong {
    display: block;
    margin-bottom: 5px;
    color: #232323;
}

.event-side li i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 25px;
    color: #b1aeae;
}

.event-side li:hover i {
    color: #079cd7;
}

.shar-event a {
    display: inline-block;
    width: 33px;
    height: 33px;
    border: 1px solid #d8d8d8;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #e1e1e1;
    padding: 9px;
    margin: 0 2px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .1);
}

.shar-event a:hover {
    color: #fff;
    background: #079cd7;
    border: 1px solid #079cd7;
}

.event-meeting a {
    display: block;
    padding: 10px;
    color: #fff;
    background: #079cd7;
    text-align: center;
}

/*-----------------*/
footer {
    background: #fff;
    padding-top: 35px;
}

.top-footer {
    background: #f7f7f7;
    padding: 15px 0;
}

.footer-nav ul {
    margin: 0;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    display: block;
    color: #828282;
    font-size: 12px;
    text-transform: capitalize;
    padding: 15px 10px;
}

.social {
    text-align: right;
    margin-top: 7px;
    margin-left: -15px;
}

.social a {
    display: inline-block;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 35px;
    color: #b7b7b7;
    background: #ebebeb;
    font-size: 16px;
    padding: 8px;
}
.social a i.fa-facebook{
    color: #3a5897;
}
.social a i.fa-twitter{
    color: #3f98ff;
}
.social a i.fa-google-plus{
    color: #d44c3a;
}
.social a i.fa-youtube-play{
     color: #d44c3a;
 }

.social a:hover {
    background: #00abee;
    color: #fff;
}
.social a:hover i{
    color: #fff;
}
.copyright-links {
    padding: 15px 0;
}

.copyright-links a {
    display: inline-block;
    padding: 0 10px;
    color: #1f1f1f;
    position: relative;
}

.copyright-links a:hover, .footer-nav li a:hover {
    color: #00abee;
}

.copyright-links a:after {
    content: '|';
    position: absolute;
    right: -1px;
    top: 0;
    color: #1f1f1f;
}

.copyright-links a:last-child:after {
    display: none;
}

/*-----------------*/
#comments-box .post-listing {
    padding: 20px 20px 0;
    margin-bottom: 40px;
}

.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments-title em {
    color: #333;
}

.comment-avatar {
    float: left;
    margin: 0 15px 0 0;
}

.commentlist li {
    margin-bottom: 25px;
    clear: both;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.commentlist li:last-child {
    border: none;
}

.author-comment {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

.author-comment cite {
    color: #3b3b3b;
    position: relative;
    display: block;
    margin-bottom: 2px;
    padding-top: 5px;
    font-style: normal;
    font-weight: bold;
    display: inline-block
}

.comment-meta {
    display: block;
    font-size: 85%;
    padding-top: 5px;
    float: right;
}

.commentmetadata a {
    color: #3b3b3b;
}

.commentmetadata a:hover {
    color: #000;
}

.comment-wrap {
    position: relative;
    border-bottom: 1px solid #E7E7E7;
}

.comment-content {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    margin-left: 85px;
    min-height: 80px;
}

.commentlist .reply {
    margin-left: 85px;
}

.comment-content p {
    line-height: 17px;
    margin-bottom: 10px;
}

.commentlist .reply a {
    color: #a1a4a1;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 500;
}

.commentlist .reply a:hover {
    color: #232323;
}

.bypostauthor {
}

#bbpress-forums div.bbp-reply-author img.avatar {
    position: relative !important;
}

#respond {
    padding-top: 30px;
}

#respond h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

#respond {
    margin-bottom: 10px;
    position: relative;
    clear: both;
}

#respond:before {
    height: 1px;
}

.commentform {
    overflow: hidden;
    margin-bottom: 30px;
}

.input-form {
    position: relative;
    margin-bottom: 20px;
}

.input-form .form-control {
    border: 1px solid #ebebeb;
    background: #f5f6f7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 37px;
}

.input-form i {
    color: #bec8cf;
    position: absolute;
    right: 17px;
    top: 10px;
}

.submit-btn {
    background: #079cd7;
    border: none;
    color: #b5e1f3;
    text-transform: uppercase;
    height: 37px;
    padding: 5px 10px;
    min-width: 190px;
    float: right;
}

.event-img>a{display: block;padding-top: 72%;position: relative}
.event-img>a time{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 15px;
    font-size: 12px;
    background: rgba(0,0,0,.5);
    color: #fff;
}
.slide_cat{
    position: absolute;
    left: 15px;
    top: 15px;
    background: #00abee;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
}
.entry-event {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .logo {
        display: none;
    }

    .welcome-text {
        margin: 0 0 15px;
    }

    .lang-btns {
        float: left;
        margin: 10px 0;
    }

    .user-btns {
        float: right;
    }

    .menu-nav {
        padding: 15px;
    }

    .navbar-toggle {
        border: 1px solid #079cd7;
        color: #079cd7;
        padding: 12px;
        margin: 0;
    }

    .navbar-brand {
        display: block;
        padding: 0;
        height: auto;
    }

    .title-section, .wrapper {
        padding: 30px 0;
    }

    .footer-logo, .social {
        text-align: center;
        margin: 0 0;
    }

    .stories-post {
        padding-top: 15px;
    }



    .home-wrapper {
        padding: 30px 0 20px;
    }
}
.error, .required{
    color: #f00;
}