/* --------------------------------------------------------------------------------------------- */
/*  00.  Reset & Normalize 
/* --------------------------------------------------------------------------------------------- */

*,
*:after,
*:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body{
	margin: 0;
	padding: 0;
    background-color: #b9edf8;
/*    background-image: url(../images/body.jpg);*/
/*    background-repeat: repeat;*/
	color: #39BAE8;
	font-family: 'tahoma';
}
.bodybg{
    display: block;
    background-color: #fff;
    color: #39BAE8;
    padding: 30px;
    padding-top: 0;
    position: relative;
/*    top: -100px;*/
    z-index: 1;
    border-radius: 10px 10px 0 0;
}
a{
	color: #102E37;
	text-decoration: none;
}
a:hover{
	color: #888;
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
a,input,textarea,button,input:focus,textarea:focus,select:focus{
	-webkit-transition: all 200ms ease-in;
       -moz-transition: all 200ms ease-in;
		 -o-transition: all 200ms ease-in;
}
a:hover,a:active,a:focus,input:focus,textarea:focus,button:focus,select:focus{
	outline:0;
}
input[type="submit"],button,select{
	cursor: pointer;
}
p{
	line-height: 1.6em;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4em;
	font-weight: bold;
    font-family: 'neo';
}
.btn{
    font-family: 'neo';
}
@font-face {
	font-family: 'neo';
	src: url('../fonts/NeoSans-bold.ttf');
	font-weight: bold;
}
@font-face {
	font-family: 'neo';
	src: url('../fonts/NeoSans-regular.ttf');
	font-weight: normal;
}


/* --------------------------------------------------------------------------------------------- */
/*  03.  Header
/* --------------------------------------------------------------------------------------------- */

.headerbg{
	display: block;
	background-color: #B9EDF8;
    background-image: url(../images/headerbg.png);
    background-repeat: repeat-x;
    background-position: top left;
	padding: 100px 0 0;
	position: relative;
    z-index: 2;
}
#curveUpColor{
    display: block;
    position: relative;
    z-index: 2;
}
#curveUpColor path {
	fill: #fff;
	stroke: #fff;
}
.headerlogo{
    width: 30%;
	display: block;
	float: right;
}
.headerbg .navbar-collapse{
    width: 70%;
	float: right;
    padding: 0;
}
.headerlogo img{
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
}
.headernav {
	margin: 12px 0 0;
	padding: 0;
}
.headernav > li {
	float: right;
	display: block;
	margin: 0 2px;
}
.headernav.headernavleft{
	float: left;
}
li.headernavleft{
    float: left;
}
.headernav li a.headerbg-search{
	font-size: 18px;
	padding: 0px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
    background-color: #39BAE8;
	text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.headernav li a.headerbg-search:hover{
	background-color: #39BAE8;
	color: #fff;
}
.headernav > li > a {
	font-size: 16px;
	font-weight: bold;
	color: #102E37;
	display: block;
	padding: 10px 20px;
	position: relative;
    border-radius: 50px;
}
.headernav > li > a:hover:before,
.headernav > li.active > a:before{
    opacity: 1;
}
.headernav > li > a:hover,
.headernav > li.active > a{
	color: #fff;
    background-color: #39BAE8;
}
.headerbg .navbar-toggle.collapsed .fa-bars{
	color: #39BAE8;
}
.headerbg .navbar-toggle .fa-bars{
	font-size: 30px;
	color: #fff;
}
.headersocial{
	display: block;
	margin: 10px 0 20px;
	padding: 0;
}
.headersocial li{
	display: inline-block;
	margin: 0;
}
.headersocial.colorblack li a{
	color: #B9EDF8;
}
.headersocial li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #102E37;
	border-radius: 50%;
}
.headersocial li a:hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.headersocial li a.fa-facebook-f:hover{
	color: #fff;
	background: #3b5998;
}
.headersocial li a.fa-twitter:hover{
	color: #fff;
	background: #55acee;
}
.headersocial li a.fa-google-plus-g:hover{
	color: #fff;
	background: #dd4b39;
}
.headersocial li a.fa-linkedin:hover{
	color: #fff;
	background: #007bb5;
}
.headersocial li a.fa-youtube:hover{
	color: #fff;
	background: #bb3330;
}
.headersocial li a.fa-instagram:hover{
	color: #fff;
	background: #cd486b;
}
.headersocial li a.fa-whatsapp:hover{
	color: #fff;
	background: #4dc247;
}
.headerbg-search{
	cursor: pointer;
}
.headerbg-search.close{
	position: fixed;
    top: 27px;
    left: 27px;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #39BAE8;
	border: 0 none;
	border-radius: 50%;
	text-align: center;
	font-size: 19px;
	color: #fff;
	display: block;
}
.headerbg-search.close:hover{
	background: #39BAE8;
	color: #fff;
}
.searchfullpage{
	z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
	-webkit-transition: all 200ms ease-in;
       -moz-transition: all 200ms ease-in;
		 -o-transition: all 200ms ease-in;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
    
}
.searchfullpage.active {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
}
.searchfullpage input[type="text"] {
    position: absolute;
    top: 45%;
    width: 100%;
    color: #B9EDF8;
    background: rgba(0, 0, 0, 0);
	border: 0 none;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
.searchfullpage input[type="text"]::-webkit-input-placeholder {
  color: #B9EDF8;
}
.searchfullpage input[type="text"]::-moz-placeholder {
  color: #B9EDF8;
}
.searchfullpage input[type="text"]:-ms-input-placeholder {
  color: #B9EDF8;
}
.searchfullpage input[type="text"]:-moz-placeholder {
  color: #B9EDF8;
}
.searchfullpage input[type="submit"] {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
	background-color: #39BAE8;
	border: 0 none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	padding: 10px 30px;
}
.searchfullpage input[type="submit"]:hover{
	background-color: #39BAE8;
	color: #fff;
}
.headerbg.sticky{
	top: 0;
    background-color: #26272d;
	position: fixed;
    width: 100%;
	z-index: 99;
	padding: 10px 0;
	width: 100%;
	-webkit-animation:headerbgf 1s;
	   -moz-animation:headerbgf 1s;
		 -o-animation:headerbgf 1s;
    		animation:headerbgf 1s;
}
@keyframes headerbgf{
    from{
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            	transform: translateY(-100%);
    }
    to{
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            	transform: translateY(0%);
    }
}
@-webkit-keyframes headerbgf{
    from{
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            	transform: translateY(-100%);
    }
    to{
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            	transform: translateY(0%);
    }
}

/* --------------------------------------------------------------------------------------------- */
/*  04.  Footer
/* --------------------------------------------------------------------------------------------- */

.footertop{
    display: block;
	background-color: #B9EDF8;
    background-image: url(../images/headerbg.png);
    background-repeat: repeat-x;
    background-position: top left;
	padding: 100px 0 20px;
	color: #102E37;
    position: relative;
}
.footertop .footertop-about{
    margin-bottom: 15px;
}
.footertop .footertop-about img{
	display: block;
	max-width: 100%;
    margin: 0 0 25px;
}
.footertop .footertop-about p {
	font-size: 16px;
	line-height: 1.5em;
}
.footertop .footertop_title {
    font-size: 20px;
	margin-top: 0;
    margin-bottom: 30px;
	display: block;
}
.footertop .footertop-links{
	margin: 0;
	padding: 0;
}
.footertop .footertop-links li {
	display: inline-block;
	margin: 0;
	width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}
.footertop .footertop-links li a {
    color: #102E37;
}
.footertop .footertop-links li:hover a {
    color: #39BAE8;
}
.footertop .footertop-links li:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #39BAE8;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footertop .footertop-links li:hover:before {
    margin-left: 12px;
}
.footerbottom{
    display: block;
    background-color: #fff;
    color: #39BAE8;
    padding: 20px 40px;
    margin-bottom: 30px;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 3;
}
.footerbottom p.text{
    float: right;
    display: block;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 16px;
}
.elnouronline {
    font-family: 'neo';
    float: left;
    position: relative;
}
.elnouronline_logo{
    color: #223441;
}
.elnouronline_logo:hover{
    color: #00a7f7;
}
.elnouronline_logo img{
    height: 30px;
}
.elnouronline_logo span{
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
}
.elnouronline_logo b{
    color: #00a7f7;
    margin-left: 10px;
    display: inline-block;
}
.elnouronline .elnouronline-info {
    background: #232f41;
    color: #FFF;
    line-height: normal;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 145%;
    left: 0px;
    width: 250px;
    padding: 20px;
    text-align: center;
    height: 190px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.elnouronline .elnouronline-info h3 {
    padding: 0 20px;
    margin: -20px;
    margin-bottom: 0;
	font-size: 14px;
	line-height: 45px;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
}
.elnouronline .elnouronline-info p {
	font-size: 12px;
	line-height: 22px;
    text-align: justify;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    margin: 0 -20px;
    height: 96px;
    overflow: hidden;
}
.elnouronline .elnouronline-info a {
    color: #FFF;
}
.elnouronline .elnouronline-info:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid Transparent;
    border-top-color: #232f41;
}
.elnouronline:hover .elnouronline-info{
	visibility: visible;
	opacity: 1;
}
.elnouronline-social{
	display: block;
	margin: 10px 0 0;
	padding: 0;
}
.elnouronline-social li{
	display: inline-block;
	margin: 0;
}
.elnouronline-social li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
}
.elnouronline-social li a:hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.elnouronline-social li a.fa-facebook-f:hover{
	color: #fff;
	background: #3b5998;
}
.elnouronline-social li a.fa-twitter:hover{
	color: #fff;
	background: #55acee;
}
.elnouronline-social li a.fa-instagram:hover{
	color: #fff;
	background: #cd486b;
}
.elnouronline-social li a.fa-behance:hover{
	color: #fff;
	background: #1769ff;
}
.elnouronline-social li a.fa-link:hover{
	color: #fff;
	background: #2c2f34;
}
.footercontact{
    display: block;
    margin-bottom: 20px;
}
.footercontact p{
    margin: 0 0 5px;
    font-size: 16px;
    display: block;
}
.footertop .headersocial li a{
    color: #102E37;
}


/* --------------------------------------------------------------------------------------------- */
/*  05.  All Pages
/* --------------------------------------------------------------------------------------------- */

.section01,
.section02,
.section03{
	display: block;
	padding: 30px 0;
	color: #102E37;
	background-color: #fff;
}
.section01.nobg,
.section02.nobg,
.section03.nobg{
    background: none;
}
.section01.nopadding,
.section02.nopadding,
.section03.nopadding{
    padding: 30px 0 0;
}
.section02{
    background: #102E37;
	color: #fff;
    padding: 30px;
    margin-top: 30px;
}
.section03{
	background: #f5f5f5;
	color: #102E37;
    padding: 40px;
    margin-top: 30px;
}
.section01title,
.section02title{
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 80px;
}
.section01title.mb40,
.section02title.mb40{
	margin-bottom: 40px;
}
.section01title.mb20,
.section02title.mb20{
	margin-bottom: 20px;
}
.section01title.mb0,
.section02title.mb0{
	margin-bottom: 0;
}
.section01title.noborder:after,
.section02title.noborder:after{
    display: none;
}
.section01title.right,
.section02title.right{
	text-align: right;
}
.section01title h2,
.section02title h2{
	margin: 0;
	color: #102E37;
    font-size: 26px;
}
.section01title.fsmall h2,
.section02title.fsmall h2{
    font-size: 20px;
}
.section01title.fbig h2,
.section02title.fbig h2{
    font-size: 36px;
}
.section02title h2{
	color: #fff;
}
.section01title p,
.section02title p{
	margin: 10px auto;
	font-size: 16px;
	color: #B9EDF8;
    width: 50%;
}
.section01title.fullweight p,
.section02title.fullweight p{
    width: 100%;
}
.section02title p{
	color: #a7a7a7;
}
.section01title:after,
.section02title:after{
	display: inline-block;
	position: relative;
	content: '';
	width: 70px;
	height: 3px;
	margin: 0 auto;
	background-color: #102E37;
}
.section02title:after{
	background-color: #fff;
}
.sidebarbg{
	display: block;
	margin: 0 0 12px;
	border: 1px solid #eee;
}
.sidebarbg .sidebarbgtitle{
	display: block;
	background: #B9EDF8 url(../images/headerbgno.png) no-repeat left 20px top;
    border-top: 2px solid #39BAE8;
    border-bottom: 2px solid #39BAE8;
	padding: 10px 15px;
}
.sidebarbg .sidebarbgtitle h2{
	margin: 0;
	color: #102E37;
	font-size: 18px;
    float: right;
}
.sidebarbgtitle .btn{
    float: left;
    padding: 5px 42px;
    font-size: 15px;
    margin: -7px 0 0;
    font-weight: bold;
}
.sidebarbg .sidebarbgtitle h2 .fa{
	margin-left: 10px;
}
.sidebarbgcontent{
	display: block;
	padding: 20px;
    background-color: #fff;
}
.sidebarlist{
	display: block;
	margin: 0;
    padding: 0;
}
.sidebarlist li{
	display: block;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
    padding: 12px 20px;
}
.sidebarlist li:last-child{
	border-bottom: none;
    padding-bottom: 0px;
}
.sidebarlist li:before{
	position: absolute;
	content: '\f0d9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #39BAE8;
	top: 14px;
	right: 0;
}
.sidebarlist li a{
	display: block;
	color: #102E37;
	font-size: 17px;
	font-weight: bold;
}
.sidebarlist li a:hover{
	color: #39BAE8;
}
.boxnews-boxdefault{
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.boxnews-boxdefault .boxnewshover-thu{
	display: block;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	border-radius: 4px;
}
.boxnews-boxdefault h3{
	font-size: 16px;
	margin: 15px 0;
	height: 42px;
	overflow: hidden;
}
.boxnews-boxdefault span{
	display: block;
	margin-bottom: 10px;
	color: #39BAE8;
}
.boxnews-boxdefault span .fa{
    margin-left: 10px;
}
.boxnews-boxdefault p{
	font-size: 14px;
	height: 100px;
	color: #676767;
	overflow: hidden;
}
.boxnews-boxdefault.boxnewssmall{
	margin-bottom: 10px;
	border: 1px solid #eee;
	padding: 10px;
    border-radius: 5px;
}
.boxnews-boxdefault.boxnewssmall .boxnewshover-thu{
	height: 100px;
}
.boxnews-boxdefault.boxnewssmall span{
    margin-bottom: 5px;
}
.boxnews-boxdefault.boxnewssmall h3{
	font-size: 15px;
	font-weight: normal;
	height: 62px;
	margin-bottom: 0;
    margin-top: 0;
}
.boxnews-footer .boxnews-boxdefault.boxnewssmall{
	border-color: rgba(255, 255, 255, 0.12);
}
.boxnews-footer .boxnews-boxdefault.boxnewssmall h3{
	border: 0;
	color: #fff;
	padding: 0;
	margin-top: 3px;
}
.boxsounds a{
    color: #102E37;
}
.boxsounds a:hover{
    color: #39BAE8;
}
.boxsounds{
	display: block;
	margin-bottom: 10px;
	color: #102E37;
	padding: 15px;
    background: #B9EDF8 url(../images/headerbgnoright.png) no-repeat left center;
    border-radius: 5px;
}
.boxsounds-thu{
    display: block;
    float: right;
    width: 70px;
    height: 70px;
    border-radius: 5px;
}
.boxsounds-content{
    float: right;
    width: 60%;
    padding: 0 10px;
}
.boxsounds-content h2{
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    height: 22px;
}
.boxsounds-content p{
    display: block;
    margin: 5px 0 0;
    line-height: 1.2em;
    font-size: 14px;
    overflow: hidden;
    height: 36px;
}
.boxsounds .boxsounds-play{
	display: block;
	float: left;
	width: 18%;
    margin-top: 10px;
}
.boxnews-single .boxsounds .boxsounds-thu{
    margin-bottom: 20px;
    height: 300px !important;
}
.boxnews-single .boxsounds-content{
    width: 85%;
}
.boxnews-single .boxsounds-play{
    width: 15%;
}
.boxnews-single .boxsounds-content h2{
    height: inherit;
}
.boxnews-single .boxsounds-content p{
    height: inherit;
    color: #fff !important;
}
.boxviedos{
    display: block;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.boxviedos:hover{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.29);
}
.boxviedos:hover img{
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
}
.boxviedos img{
    width: 100%;
    max-width: 100%;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 400ms ease-in;
       -moz-transition: all 400ms ease-in;
		 -o-transition: all 400ms ease-in;
}
.boxviedos span{
    position: absolute;
    top: 40%;
    right: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.boxviedos span .fa{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #39BAE8;
    text-align: center;
}
.boxbooxtext{
    display: block;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin: 0 0 10px;
    border-radius: 6px;
    text-align: center;
}
.boxbooxtext:hover{
    background-color: #39BAE8;
    color: #fff;
    border-color: #39BAE8;
}
.boxbooxtext h4{
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}
.boxnameperson{
    display: block;
    background: #B9EDF8 url(../images/headerbgnoright.png) no-repeat left center;
    color: #102E37;
    padding: 15px;
    margin: 0 0 10px;
    border-radius: 6px;
}
.boxnameperson img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: right;
    display: block;
    margin-left: 15px;
}
.boxnameperson h4{
    width: 60%;
    float: right;
    display: block;
    margin: 16px 0 0;
}
.boxnameperson:hover{
    background-color: #39BAE8;
    color: #fff;
    border-color: #39BAE8;
}
.searchheader{
    display: block;
    margin: 0 0 30px;
}
.dataheader{
    color: #102E37;
    text-align: left;
    font-size: 17px;
    margin-top: 5px;
}
.categorybox{
	padding: 0;
	margin: 0;
	display: block;
}
.categorybox > li{
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
.categorybox > li > a{
    font-weight: bold;
}
.categorybox > li.dropdown.open:before{
	position: absolute;
	z-index: 1;
	display: block;
	top: 10px;
	left: 0;
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 15px;
	color: #39BAE8;
	cursor: pointer;
}
.categorybox > li.dropdown:before{
	position: absolute;
	z-index: 1;
	display: block;
	top: 10px;
	left: 0;
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 15px;
	color: #1a1a1a;
	cursor: pointer;
}
.categorybox > li:last-child{
	border-bottom: 0;
}
.categorybox > li > a{
	font-size: 16px;
	color: #1a1a1a;
	display: block;
	position: relative;
    z-index: 2;
}
.categorybox > li > a:hover,
.categorybox > li.dropdown.open > a{
	color: #39BAE8;
}
.categorybox > li > a > .fa{
	display: block;
	float: right;
	padding-top: 4px;
}
.categorybox > li > .dropdown-menu{
	margin: 15px 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	width: 100%;
}
.categorybox > li > .dropdown-menu > li > a{
	padding: 10px 20px;
	font-weight: bold;
	font-size: 15px;
}
.siderbarmaiiil{
    display: block;
    margin: 0 0 30px;
}
.siderbarmaiiil h5{
    font-size: 17px;
    font-family: 'tahoma';
    color: #39BAE8;
    font-weight: normal;
}
.footermailsup{
    display: block;
    position: relative;
    margin-top: 20px;
}
.footermailsup input[type="text"]{
    width: 70%;
    float: right;
    display: block;
    background-color: #b9edf8;
    border-radius: 0px 5px 5px 0;
    padding: 10px 15px;
    color: #39BAE8;
    border: none;
    font-size: 18px;
}
.footermailsup input[type="text"]:focus{
    background-color: #102E37;
}
.footermailsup input[type="submit"]{
    float: right;
    display: block;
    width: 30%;
    background-color: #39BAE8;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    border: none;
    font-size: 18px;
    font-family: 'neo';
}
.footermailsup input[type="submit"]:hover{
    background-color: #33a8d1;
}
.boxnews_link{
    display: block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dotted #e5e5e5;
}
.boxnews_link h3{
    margin: 0;
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-family: 'tahoma';
}
.boxnews_more{
    display: block;
    font-weight: bold;
    font-size: 15px;
    font-family: 'neo';
    text-align: left;
}
.boxnews_more .fa{
    margin-right: 10px;
}
.headerslider{
    display: block;
    width: 484px;
    float: left;
}
.hoommmeslider{
    display: block;
    width: 484px;
    margin: 0 auto 30px;
}
.abouthome_thu{
    display: block;
    position: relative;
    margin: 0 0 40px;
}
.abouthome_thu:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -8%;
    right: -8%;
    display: block;
    border: 8px solid #f6972b;
    z-index: 1;
}
.abouthome_thu img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 4;
}
.abouthome_content{
    display: block;
    background-image: url(../images/icon10.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.abouthome_content h2{
    font-size: 30px;
    position: relative;
    margin: 0 0 30px;
}
.abouthome_content h2:before{
    position: relative;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #39BAE8;
    margin-left: 20px;
}
.abouthome_content p{
    margin: 0;
    font-size: 20px;
    padding: 0 0 40px;
}
.abouthome_content blockquote{
    border-right: none;
    padding: 0;
    margin: 0 0 40px;
    position: relative;
    font-size: 18px;
    line-height: 1.8em;
    color: #888;
}
.abouthome_content blockquote:before{
    position: relative;
    display: inline-block;
    content: '';
    width: 70px;
    height: 2px;
    background-color: #39BAE8;
    top: -2px;
    margin-left: 15px;
}
.boxabouthome{
    display: block;
    margin: 0 0 30px;
}
.boxabouthome [class^="fa"]{
    float: right;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    border-radius: 50%;
    border: 2px solid #39BAE8;
    color: #39BAE8;
    text-align: center;
}
.boxabouthome .boxabouthome_box{
    float: right;
    display: block;
    width: 72%;
    padding-right: 15px;
}
.boxabouthome .boxabouthome_box h3{
    display: block;
    margin: 0 0 10px;
    font-size: 20px;
}
.boxabouthome .boxabouthome_box p{
    font-size: 14px;
    line-height: 1.5em;
    color: #888;
    height: 68px;
    overflow: hidden;
}
.statsbox{
	display: block;
	color: #102E37;
    text-align: center;
    margin-top: 30px;
}
.statsbox .counter-value{
	display: block;
	font-size: 50px;
	font-weight: bold;
}
.statsbox .fa{
    font-size: 30px;
    margin: 0 0 15px;
    color: #39BAE8;
}
.statsbox h4{
	font-size: 22px;
	margin: 0;
}
.section-page-title{
	display: block;
	color: #102E37;
	position: relative;
}
.section-page-title .breadcrumb{
	display: block;
	float: left;
	margin: 0;
	background-color: transparent;
	font-weight: bold;
}
.section-page-title .breadcrumb a{
	color: #fff;
}
.section-page-title .breadcrumb a:hover,
.section-page-title .breadcrumb .active{
	color: #39BAE8;
}
.section-page-title h3{
	float: right;
	display: block;
	margin: 0 0 0;
	font-size: 27px;
	position: relative;
}
.section-page-title h3:before{
    position: relative;
    content: '';
    top: -4px;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #39BAE8;
    margin-left: 15px;
}
.aboutnewpage01{
    display: block;
}
.aboutnewpage01 h2{
    color: #39BAE8;
    font-size: 30px;
    margin: 0 0 10px;
}
.aboutnewpage01 .statsbox{
    text-align: right;
}
.aboutnewpage01 .statsbox .fa{
    display: none;
}
.aboutnewpage01 .statsbox h4{
    font-weight: normal;
    font-size: 16px;
    color: #888;
}
.aboutnewpage01 p{
    font-size: 16px;
}
.aboutnewpage02{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.contactmapmapp{
	margin: 30px 0;
	display: block;
}
.contactmapmapp iframe{
	width: 100% !important;
	height: 400px !important;
	border: 0 none !important;
}
.contactmap{
	display: block;
	background: url(../images/mapbg.png) no-repeat center;
	margin-top: 30px;
	padding: 60px 0;
	text-align: center;
}
.contactmap .col-md-4{
	margin-bottom: 30px;
}
.contactmap h4{
	display: block;
	margin: 0;
}
.contactmap img{
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 20px auto;
}
.contactmap p{
	font-size: 15px;
	line-height: 1.4em;
	display: block;
	margin: 5px 0;
}
.boxnews{
	display: block;
	margin-bottom: 20px;
	background: #f7f7f7;
	padding: 20px;
}
.boxnews img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: 150px;
}
.boxnews h2{
	margin: 0;
	display: block;
	font-size: 20px;
}
.boxnews p{
	margin: 0;
	display: block;
	font-size: 15px;
	line-height: 1.5em;
}
.boxnews-info{
	display: block;
	margin: 15px 0;
	font-size: 14px;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 15px;
}
.boxnews-info b{
	color: #777782;
}
.boxnews-info span{
	display: inline-block;
	position: relative;
	background: #39BAE8;
	padding: 0 10px;
	margin: 0 0 0 20px;
	color: #fff;
}
.boxnews-info span:after{
	content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #39BAE8;
    border-bottom: 10px solid transparent;
}
.boxnews.boxnews-single{
	background: none;
	border: 1px solid #eee;
	padding: 20px;
}
.boxnews.boxnews-single .boxnews-single-thu{
	height: 400px;
	margin: 0 0 15px;
	background-color: #f5f5f5;
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 10px;
}
.boxnews.boxnews-single h2.boxnews-single-title{
	display: block;
	text-align: right;
	color: #2c2f34;
	font-size: 30px;
	margin: 40px 0;
}
.boxnews.boxnews-single p{
	font-size: 18px;
	line-height: 1.8em;
	margin: 10px 0;
	color: #777782;
}
.boxnews-single-share{
	display: block;
	text-align: left;
	background-color: #39BAE8;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
}
.social-list{
	display: block;
	margin: 0;
	padding: 0;
}
.social-list li{
	display: inline-block;
	margin: 0;
}
.social-list li:first-child a{
	background-color: transparent;
	font-weight: bold;
	margin-left: 10px;
	font-size: 15px;
}
.social-list li a{
	font-size: 18px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 38px;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
}
.social-list li a:hover{
	color: #fff;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.social-list li a.fa-facebook-f{
	color: #3b5998;
}
.social-list li a.fa-google-plus-g{
	color: #dd4b39;
}
.social-list li a.fa-twitter{
	color: #55acee;
}
.social-list li a.fa-instagram{
	color: #cd486b;
}
.social-list li a.fa-linkedin{
	color: #007bb5;
}
.boxnewsbox{
	display: block;
	margin: 0 0 30px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 3px 0 0 #eee;
}
.boxnewsbox img{
	width: 100%;
	max-width: 100%;
	height: 240px;
}
.boxnewsbox .boxnewsbox-content{
	padding: 20px;
}
.boxnewsbox .boxnewsbox-content h2{
	font-size: 18px;
	height: 50px;
	overflow: hidden;
	margin: 0;
	line-height: 1.4em;
}
.boxnewsbox .boxnewsbox-content p{
	font-size: 14px;
	height: 94px;
	overflow: hidden;
	margin: 10px 0;
}
.boxnewsbox .boxnewsbox-content .boxnewsbox-data{
	display: block;
	margin: 20px 0 10px;
}
.boxnewsbox .boxnewsbox-content .boxnewsbox-data span,
.boxnewsbox .boxnewsbox-content .boxnewsbox-data a{
	display: inline-block;
	margin-left: 10px;
}
.boxnewsbox .boxnewsbox-content .boxnewsbox-data span .fa,
.boxnewsbox .boxnewsbox-content .boxnewsbox-data a .fa{
	margin-left: 7px;
	color: #39BAE8;
}
.boxnewsbox .btn-link{
	border-top: 1px solid #eee;
	border-radius: 0;
	padding: 20px;
	display: block;
	text-align: left;
	color: #444;
}
.boxnewsbox .btn-link:hover{
	color: #39BAE8;
	text-decoration: none;
}
.boxnewsbox .btn-link .fa{
	margin-right: 10px;
}
.boxnewsbox_share{
    display: block;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
}
.boxnewsbox_share b{
    font-size: 15px;
}
.follownews-info-share{
	display: block;
	float: left;
}
.follownews-info-share .dropdown-menu{
	background: none;
	border: none;
	box-shadow: none;
	min-width: 250px;
	margin: 0;
	padding: 0;
	top: inherit;
    bottom: 160%;
	left: 0;
    right: initial;
}
.follownews-info-share .dropdown-menu > li{
	float: left;
    display: block;
    margin-right: 5px;
}
.follownews-info-share .dropdown-menu > li > a{
	margin: 0;
	padding: 0;
}
.follownews-info-share .dropdown-menu > li > a:hover{
	background-color: transparent;
}
.follownews-info-share .dropdown-menu > li > a > [class^="fa"]{
	display: block;
    background: #fff;
    border-radius: 50%;
    color: #2b303a;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 200ms ease-in;
       -moz-transition: all 200ms ease-in;
		 -o-transition: all 200ms ease-in;
}
.follownews-info-share .dropdown-menu > li > a > [class^="fa"]:hover{
	-webkit-transform: translateY(-4px)scale(1.06);
	transform: translateY(-4px)scale(1.06);
}
.follownews-info-share .dropdown-menu > li > a > .fa-facebook-f{
	background: #3b5998;
	color: #fff
}
.follownews-info-share .dropdown-menu > li > a > .fa-twitter{
	background: #55acee;
	color: #fff
}
.follownews-info-share .dropdown-menu > li > a > .fa-google-plus-g{
	background: #dd4b39;
	color: #fff
}
.follownews-info-share .dropdown-menu > li > a > .fa-linkedin{
	background: #007bb5;
	color: #fff
}
.follownews-info-share .dropdown-menu > li > a > .fa-tumblr{
	background: #32506d;
	color: #fff
}
.follownews-info-share .dropdown-menu > li > a > .fa-pinterest{
	background: #cb2027;
	color: #fff
}
.boxnews.boxnews-single .audiooo{
	display: block;
	font-size: 20px;
	margin: 20px 0;
}


/* --------------------------------------------------------------------------------------------- */
/*  06.  Responsive Private
/* --------------------------------------------------------------------------------------------- */

@media (max-width: 1200px) {
    
}

/* --------------------------------------------------------------------------------------------- */

@media (max-width: 992px) {
    .section01{
        padding: 40px 0;
    }
    .section02,
    .section03{
        padding: 40px;
    }
    .section01title p,
    .section02title p{
        width: 100%;
    }
    .headernav{
		float: none;
		width: 100%;
		margin: 0;
    }
	.headernav li{
		float: inherit;
		display: block;
		margin: 0 0 5px;
	}
    .headerlogo{
		width: 80%;
	}
	.headerbg .navbar-toggle{
        width: 20%;
		margin: 0;
        text-align: left;
    }
	.headerbg .navbar-collapse{
		float: inherit;
		width: 100%;
        padding-right: 15px;
        padding-left: 15px;
	}
}

/* --------------------------------------------------------------------------------------------- */

@media (max-width: 768px) {
    
}

/* --------------------------------------------------------------------------------------------- */

@media (max-width: 480px) {
	
}