/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.0.0 
Created: September 2014
License URI: http://wrapbootstrap.com
File Description: Green Skin
*/

/* 1 Typography
----------------------------------------------------------------------------- */
a, .text-default {
	color: #333;
}
a:hover {
	color: #1A82AA;
}
mark,
.mark {
	background-color: #1A82AA;
	color: #ffffff;
}
.table > thead > tr > th {
	border-bottom: 1px solid #1A82AA;
	background-color: #1A82AA;
	color: #fff;
}
.table-bordered {
	border-color: #1A82AA;
}
.table-clear > tbody{
	border:none;
	background: transparent;
}
.blue{
	color: #1A82AA;
}
.orange{
	color: #FF4700;
}
.lorange{
	color:#f0ad4e;
}
.green{
	color:#5cb85c;
}
.text-bold{
	font-weight:bold;
}
.text-s{
	font-size:small;
	line-height: 1.2em;
}
.text-m{
	font-size:medium;
	line-height:1.6em;
}
.text-l{
	font-size:large;
	line-height:2.2em;
}
.text-xl{
	font-size:x-large;
}
.text-xxl{
	font-size:xx-large;
}
.lh-1_6{
	line-height: 1.6em;
}
.lh-2_2{
	line-height:2.2em;
}

/* 2 Layout
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #1A82AA;
	color: #ffffff;
}

/* Backgrounds
---------------------------------- */
.default-translucent-bg:after {
	background-color: rgba(26,130,170,0.7);
}

/* hr style */
.hr-dash{
	border:#D8D8D8 dashed 1px;
}

/* 3 Pages
----------------------------------------------------------------------------- */
.blogpost .post-info {
	background-color: #1A82AA;
	color: #fff;
}
.blogpost .side .social-links li a {
	background-color: transparent;
	border-color: transparent;
	color: #1A82AA;
}
.blogpost ul.links li a:hover {
	color: #1A82AA;
}

/* timeline layout */
.timeline-date-label {
	color: #1A82AA;
}
@media (min-width:768px) {
	.timeline .timeline-item:before {
		background-color: #fff;
		border: 1px solid #1A82AA;
	}
}

/* 4 Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
/* Gray Buttons */
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	color: #ffffff;
	background-color: #1A82AA;
	border-color: #1A82AA;
}

/* Light Gray Buttons */
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
	color: #ffffff;
	background-color: #1A82AA;
	border-color: #1A82AA;
}

/* Default Buttons */
.btn-default {
	background-color: #1A82AA;
	color: #fff !important;
	border-color: #1A82AA;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #999;
	border-color: #999;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #1A82AA;
	border-color: #1A82AA;
}

/* Button with transparent bg
---------------------------------- */
.btn-white {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #333;
	background-color: #fff;
	border-color: #fff;
}


/* Forms
---------------------------------- */
.default-bg .form-control {
	border-color: #1A82AA;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	color: #ffffff;
}
.default-bg .form-control:focus {
	border-color: #1A82AA;
	background-color: rgba(0, 0, 0, 0.25);
}
.default-bg .input-group-addon {
	background-color: #1A82AA;
	border-color: #1A82AA;
	color: #fff;
}

/* Pager
---------------------------------- */
ul.pagination li > a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #1A82AA;
	border-color: #1A82AA;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	color: #ffffff;
	background-color: #1A82AA;
	border-color: #1A82AA;
}

/* Tabs
---------------------------------- */
.nav-tabs > li.active > a:after {
	background-color: #1A82AA;
}
.tab-content:after {
	background-color: #1A82AA;
}
@media (max-width:480px) {
	.nav-tabs > li > a:hover:after {
		background-color: #1A82AA;
	}
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #DADADA;
}
.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
	border: 1px solid #fff;
	border-bottom: 3px solid #1A82AA;
	background-color: #fff;
	color: #1A82AA;
}

/* vertical tabs */
.vertical .nav-tabs > li > a:hover:after {
	background-color: #1A82AA;
}

/* Nav pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #1A82AA;
	background-color: #fafafa;
}
.nav-pills > li.active > a:after {
	color: #1A82AA;
}
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #1A82AA;
}
.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
	color: #1A82AA;
}

/* Collapse
---------------------------------- */
.panel-heading a {
	background-color: #76B4CC;
	color: #ffffff;
}
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	background-color: #76B4CC;
	color: #ffffff;
}

/* Progress bars
---------------------------------- */
.progress-bar-default {
	background-color: #1A82AA;
}

/* Modals
---------------------------------- */
.modal-content .modal-header {
	background-color: #1A82AA;
}

/* Images and Images overlay
---------------------------------- */
.overlay a {
	color: #1A82AA;
	background-color: #ffffff;
}
.overlay-links a + a {
	color: #ffffff;
	background-color: #1A82AA;
}
a.overlay i {
	color: #1A82AA;
}

/* 5 Navigations
----------------------------------------------------------------------------- */
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #1A82AA;
	background-color: transparent;
}

.main-navigation .navbar-nav > .open > a, 
.main-navigation .navbar-nav > .open > a:hover, 
.main-navigation .navbar-nav > .open > a:focus { 
	color: #666666; 
	background-color: #fafafa; 
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	background-color: #ffffff;
	color: #1A82AA;
	border-color: #f1f1f1;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
	background-color: #ffffff;
	color: #1A82AA;
	border-color: #f1f1f1;
}

/* arrows for parent menu items */
.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #1A82AA;
}
.navbar-default .navbar-nav > .dropdown.open > a:before { 
	color: #e5e5e5; 
}
.dropdown .dropdown.open>a:before {
	color: #1A82AA;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #1A82AA;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #1A82AA;
}
@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { 
		color: #1A82AA; 
		background-color: transparent; 
	}
	
	/* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #1A82AA;
		background-color: #fff;
	}
	
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #1A82AA;
	}
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
	background-color: transparent;
	color: #1A82AA;
}

/* 6 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Boxes
---------------------------------- */
.box.gray-bg:hover {
	color: #1A82AA;
}
.box.default-bg:hover {
	background-color: #fff;
	border: 1px solid #1A82AA;
}
.box.default-bg:hover * {
	color: #1A82AA;
}
.box-style-1:not(.team-member):hover i {
	color: #1A82AA;
}
.box-style-1.default-bg:hover i, 
.box-style-1.dark-bg:hover i {
	color: inherit;
}
.box-style-2:hover .default-bg {
	background-color: #fff;
	border: 1px solid #1A82AA;
}
.box-style-2:hover .default-bg * {
	color: #1A82AA;
}
.box-style-2:hover .white-bg * {
	color: #1A82AA;
}
.box-style-3:hover .default-bg {
	background-color: #fff;
	border: 1px solid #1A82AA;
}
.box-style-3:hover .default-bg * {
	color: #1A82AA;
}
.box-style-3:hover .white-bg * {
	color: #1A82AA;
}

/* Tags cloud block
---------------------------------- */
.tag a:hover {
	color: #ffffff;
	background-color: #1A82AA;
	border-color: #1A82AA;
}

/* Social icons block
---------------------------------- */
.social-links li a {
	background: #1A82AA;
	border: 1px solid #1A82AA;
	color: #fff;
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #1A82AA;
	color: #1A82AA;
}
.social-links .dropdown.open>button>i:before {
	content: "\f00d";
	color: #1A82AA;
}
.header-top .social-links li a:hover {
	color: #1A82AA;
}

/* search and login
---------------------------------- */
.header-top-dropdown .dropdown.open>button,
.header-top-dropdown .dropdown>button:hover {

	color: #1A82AA;
}

/* Pricing tables
---------------------------------- */
.plan .popover-title {
	background-color: #1A82AA;
	color: #ffffff;
}
.gray .plan .header h3 {
	color: #1A82AA;
}
.white .plan .header {
	color: #fff;
	background: #1A82AA;
}
.stripped .header {
	background: #1A82AA;
	-webkit-box-shadow: 0px 0px 60px #1A82AA inset;
	-moz-box-shadow: 0px 0px 60px #1A82AA inset;
	box-shadow: 0px 0px 60px #1A82AA inset;
	color: #fff;
}

/* 7 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution captions */
.default_bg {
	background-color: #1A82AA;
	color: #fff;
}

/* Revolution Nav Controls */
.tparrows.round:hover {
	color: #ffffff;
	background-color: #1A82AA;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #1A82AA;
}
.tp-bannertimer {
	background-color: rgba(13,134,9,0.7);
}

/* 8 Owl carousel
----------------------------------------------------------------------------- */
.owl-prev {
	background-color: #1A82AA;
	color: #f1f1f1;
}
.owl-next {
	background-color: #f1f1f1;
	color: #1A82AA;
}
.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
	background-color: #1A82AA;
	color: #f1f1f1;
}
.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
	background-color: #f1f1f1;
	color: #1A82AA;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #1A82AA;
}

/* title */
.title-white, .title-white small{
	color:#fff;
}
/* index background */
.about-bg{
	background:url(../../images/full-bg.jpg) 50% 0px no-repeat;
}

/* list background */
.list-bg{
	background:url(../../images/list-bg.jpg) 50% 50% no-repeat;
}

/* index journal*/
.journal>div{
	padding-top:1.5em;
	padding-bottom:1.5em;
	position:relative;
}

@media only screen and (min-width:768px) {
	.journal>div:first-child{
		border-right:solid #f3f3f3 1px;
	}
}
.journal>div:hover{
	background-color:#f5f5f5;
}
.journal div>hr{
	padding-left:0;
	padding-right:0;
	border-color:#f3f3f3;
	position:absolute;
	left:0;
	bottom:0;
}
.journal a{
	line-height:2em;
}
.journal-item{
	margin:0 auto;
	width:56px;
	height:77px;
	background:url(../../images/logo-gray.png) center center no-repeat #fff;
	background-size:30px 30px;
	border:#ccc solid 1px;
	border-radius: 3px;
}

/* film */
.video-container{
	position:relative;
	padding-bottom:56.25%;
	/*padding-top:30px;*/
	height:0;
	overflow:hidden;
	max-width:100%;
}
.video-container iframe, .video-container object, .video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* ad */
.ad-container{
	margin:auto 0;
}
.ad-container>div{
	display:inline-block;
	margin:0.5em 0.25em;
	vertical-align: top;
	width:160px;
	min-height:60px;
	font-size:90%;
	line-height:60px;
	color:#9d9d9d;
	border:#9d9d9d solid 1px;
	border-radius: 3px;
	background-color:#fff;
}
.ad-container>div a img{
	display:inline-block;
	margin:0 auto;
}

/* footer link*/
.footer-list-link li>a{
	color:#999;
}
.footer-list-link li>a:hover{
	color:#fff;
}

/* title-div */
.title-div{
	margin-bottom:0.2em;
	padding:0.5em 1em 0.5em 1em;
}

/* group-list */
.group-list{
	margin-top:1em;
	padding-bottom:1em;
	background:#FAFAFA;
}
.list-table > thead > tr > th:first-child, .list-table > thead > tr > th:last-child {
	width:126px;
}
.list-table > thead > tr > th:nth-child(2){
	width:166px;
}
.list-table > tbody > tr > td > .label{
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	max-width:115px;
}
/* list-title */
input[type="date"]{
	-webkit-box-shadow:inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow:inset 0 2px 3px rgba(0, 0, 0, .12);
	border:#f1f1f1 1px solid;
	background-color:#fff;
}
.list-title, .list-title small{
	color:#fff;
}
.list-title{
	position:relative;
}
.list-title:before, .list-title:after{
	content:'';
	margin-top:-32px;
	width:25px;
	height:64px;
	background:url(../../images/slash.png) no-repeat;
	position:absolute;
	top:24px;
}
.list-title:before{
	left:0.1em;
}
.list-title:after{
	right:0.1em;
}
.btn-list{
	margin-top:27px;
	min-width:50px;
}

/* btn-page */
.btn-page{
	text-align:center;
}
.btn-group{
	margin:0 auto;
	text-align:center;
}
.btn-page .btn-group .btn:first-child{
	border-radius:3px 0 0 3px;
}
.btn-page .btn-group .btn:last-child{
	border-radius:0 3px 3px 0;
}
.btn-page .btn-group .btn{
	border-left:#fff solid 1px;
}
.btn-page .btn-group .btn:first-child{
	border-left:none;
}

/* articel layouts */
.indent{
	margin-left: 6em;
	position: relative;
}
.indent span{
	position: absolute;
	left: -6em;
}
.indent-left-3{
	margin-left: 6em;
}
.indent-left-5{
	margin-left: 8em;
}
.indent-left-7{
	margin-left: 10em;
}
.indent-top{
	margin-top: -15px;
}
.indent-ol{
	margin-top: -15px;
	margin-bottom: 20px;
}

/* about organization */
.dropdown-number-btn{
	margin-left:0.5em;
	margin-right:0.5em;
	min-width:80px;
}
.dropdown-number-list{
	min-width:120px;
}

.org{
}
.org h5{
	margin:0px;
	padding:0.4em 0 0.4em 0;
}
.org p{
	padding:0.8em 0 0.6em 0;
	background:#f2f2f2;
	font-size: 1.2em;
}

/* chairman */
.chairman{
	font-size:1.2em;
}

/* detail */
.detail-group{
	margin-bottom:1em;
}
.detail-info{
	margin-top:1em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	border-bottom:1px dotted #D8D8D8;
}
.detail-info > div{
	display:inline-block;
	float:left;
	position:relative;
}
.detail-info > div:first-child{
	padding-left:10px;
	width:6em;
	text-align:left;
}
.detail-info > div:last-child{
	margin-left:1em;
	width:65%;
}
.detail-info>div>i{
	color:#1A82AA;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.detail-title{
	border-radius: 3px
}
.detail-title > h4{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.detail-content{
	padding-top:15px;
	margin-bottom:20px;
	background-color:#F3F3F3;
}
.detail-content > img{
	margin:0 auto;
	max-width:100%;
	height:auto;
}
.detail-content > hr{
	border-color:#666666;
	border-style:dotted;
}

/* journal pages */
.journal-item-s, .journal-img-s{
	margin:0 auto 1em auto;
	width:200px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.1);
	border:solid 5px #fff;
	border-radius: 5px;
}
.journal-img-s{
	height:auto;
}
.journal-item-s{
	height:283px;
	background:gray;
	background:-webkit-linear-gradient(#F9F9F9 15%,#F2F2F2 85%,#DCDCDC 100%);
	background:-moz-linear-gradient(#F9F9F9 15%,#F2F2F2 85%,#DCDCDC 100%);
	background:-o-linear-gradient(#F9F9F9 15%,#F2F2F2 85%,#DCDCDC 100%);
	background:linear-gradient(#F9F9F9 15%,#F2F2F2 85%,#DCDCDC 100%);
	position:relative;
}
.journal-item-s:after{
	content:'';
	width:190px;
	height:273px;
	background-image:url('../../images/logo-gray.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:102px 102px;
	position:absolute;
	left:0;
	top:0;
}
.journal-detail-s{
	padding-left:1em;
	padding-bottom:1em;
	border-bottom:dotted 1px #D8D8D8;
}
.journal-detail-s:hover{
	background-color:rgba(255,255,255,0.8);
}
.journal-detail-s > small{
	display:inline-block;
	margin-right:0.5em;
	padding-right:0.5em;
	line-height:2em;
	border-right:solid 1px #D8D8D8;
}
.journal-detail-s > small:last-child{
	border-right:none;
}

/* item detail */
.item-detail{
	margin:0 auto 0 auto;
	padding-bottom:1em;
	border-bottom:dotted 1px #D8D8D8;
}
.item-detail:hover{
	background-color:rgba(255,255,255,0.8);
}
.item-detail > div > small{
	display:inline-block;
}
.item-detail .item-count{
	font-size:large;
	color:#FF4700;
	text-align:center;
	line-height:3em;
}
.item-detail > div > small{
	margin-right:0.5em;
	padding-right:0.5em;
	line-height:2em;
	border-right:solid 1px #D8D8D8;
}
.item-detail > div > small:last-child{
	border-right:none;
}

/* discuss */
.discuss-type{
	margin:0 15px 0 15px;
}
.discuss-type:hover{
	background-color:rgba(255,255,255,0.8);
}
.discuss-type > div{
	display:inline-block;
	margin:0.5em 0 0.5em 0;
}
.discuss-icon{
	padding:1em 0 0.2em 0;
	border-right:solid 1px #D8D8D8;
}
.discuss-icon > a > i, .discuss-icon > a > h5{
	color:#1A82AA;
}
.discuss-icon > a:hover > i, .discuss-icon > a:hover > h5{
	color:#999999;
}
.discuss-type-detail > div > p{
	margin:0.5em 0 0.5em 0;
	font-size:1.1em;
	font-weight:bold;
}
.discuss-type-detail > div > small{
	display:inline-block;
	margin-left:0.5em;
	padding-top: 0.2em;
	padding-right:0.5em;
	border-right:1px solid #D8D8D8;
}
.discuss-type-detail > div > small:first-child{
	margin-left:0;
}
.discuss-type-detail > div > small:last-child{
	border-right:none;
}
.discuss-content, .discuss-reply{
	margin:15px 15px 30px 15px;
	padding:10px;
	font-size:medium;
	background:#fff;
	border-radius: 10px;
	position:relative;
}
.discuss-content:after, .discuss-reply:after{
	content: '';
	width:0px;
	height:0px;
	border-style:solid;
	border-width:15px 7px 0 15px;
	border-color: #fff transparent transparent transparent;
	position:absolute;
	bottom:-15px;
	z-index:100;
}
.discuss-reply{
	text-align:right;
}
.discuss-content:after{
	left:15px;
}
.discuss-reply:after{
	right:15px;
}
.discuss-content > p, .discuss-reply > p{
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-size:1.2em;
}
.discuss-footer{
	margin:0;
	border-top:1px dotted #D8D8D8;
	padding-bottom:0.5em;
	padding-top:0.5em;
	text-align:left;
}
.login-box{
	padding-top:15px;
	padding-bottom:8px;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.13);
	border-radius: 5px;
}
 
 /* search result */
 .search-result{
 	margin-top:1em;
 }
 .search-result > div{
 	margin-top:20px;
 }
 .search-result > div > p > span{
 	padding-left:0.5em;
 	padding-right:0.5em;
 }

 /* forget-p */
 .forget-p{
 	margin-top:0.5em;
 	margin-bottom:0.5em;
 	padding-top:0.5em;
 	border-top:#D8D8D8 solid 1px;
 }