/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 18, 2015, 3:42:20 PM
    Author     : HUNG.ND
*/

body {font-family: 'Open Sans',Arial,Helvetica,sans-serif; font-weight:400; color:#3c3c3c;width:100%;background-color:#fff;font-size:14px;word-wrap: break-word;min-height:100%;}

/*STYLES CSS*/
/*-----------------------------common---------------------------------------*/
.a-cter {text-align:center !important;margin-bottom: 10px;}
.a-right {text-align:right !important;}
.a-left {text-align:left !important;}
.pt15 {padding-top:15px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pl20 {padding-left:20px !important;}
.red {color:#fe3c15 !important}
.fz20 {font-size:20px !important;}
.fz18 {font-size:18px !important;}
.fz13 {font-size:13px !important;}
.fz12 {font-size:12px !important;}
.w100 {width:100px !important;}
.w130 {width:130px !important;}
.w150 {width:150px !important;}
.w180 {width:180px !important;}
.w200 {width:200px !important;}
.w400 {width:400px !important;}
.mb10 {margin-bottom:10px !important;}
.mb40 {margin-bottom:20px !important;}
.mb30 {margin-bottom:10px !important;}
.mb20 {margin-bottom:10px !important;}
.mb0 {margin-bottom:0px !important;}
.over-opacity:hover {transition:all ease 0.3s;}
.over-opacity:hover {opacity:0.7;}
.left {
	float:left !important;
}
.right {
	float:right !important;
}

html {
	height:100%;
}
.wrap {
	max-width:1000px;
	/*max-width:1170px;*/
	width:100%;
	margin:0 auto;
}
/*HEADER*/
#header {
	margin-bottom:10px;
}
#header .header-top {
	position:relative;
	margin-bottom:0px;
	z-index:1001;
}
#header .header-top {
	background:url(../img/header-bg.jpg) repeat-x;
	height:70px;
	padding-top:18px;
}
#header .header-top .logo {
	float:left;
	margin-right:50px;
}
#header .header-search {
	float:left;
}
#header .header-search .search-text,
#header .header-top .header-search-sp .search-text {
	background-color:#e1e0e0;
	color:#7f7f7f;
	border:none;
	height:30px;
	width:235px;
	font-size:14px;
	float:left;
}
#header .header-search .search-btn,
#header .header-top .header-search-sp .search-btn {
	height:30px;
	border:none;
	background-color:#438eb9;
	color:#fff;
	float:left;
	margin-left:4px;
	transition:all ease 0.3s;
}
#header .header-top .header-search .search-btn:hover {
	background-color:#5db3e4;
}
#header .header-button {
	float:right;
}
#header .header-button li {
	float:left;
	margin-left:6px;
}
#header .header-button .header-button-search, 
#header .header-button .menu-btn-sp {
	display:none;
}
#header .header-top .header-button .header-button-search .search-btn-sp {
	background-color:#438eb9;
	height:30px;
	width:30px;
	border-radius:4px;
	color:#fff;
}
#header .header-top .header-button .menu-btn-sp {
	background-color:#fff;
	height:30px;
	width:30px;
	border-radius:4px;
	color:#438eb9;
	cursor:pointer;
}
#header .header-top .header-button .menu-btn-sp .btn-icon {
	text-align:center;
	height:100%;
	width:100%;
	align-items: center;
	display: flex;
    justify-content: center;
	cursor:pointer;
	font-size:21px;
}
#header .header-top .header-phone {
	color:#fff;
	float:right;
	margin-right:40px;
	font-family:Myriad Pro;
	padding-top:10px;
}
#header .header-top .header-search-sp {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#fff;
	padding:2% 10px;
	z-index:1000;
	display:none;
}
#header .header-top .header-search-sp .search-text {
	width:calc(100% - 90px);
}

#header .header-bnr {
	text-align:center;
}
#header .gNavi {
	background-color:#3c3c3c;
	height:46px;
	border-bottom:6px solid #438eb9;
	position:relative;
	z-index:20;
}
#header .gNavi .menu > li {
	float:left;
	position:relative;
}
#header .gNavi .menu > li .icon-angle {
	position: absolute;
	right: 0px;
	top: 10px;
	color: #fff;
	display: none;
}
/*sửa ở dòng 182*/
#header .gNavi .menu > li > a {
	color: #fff;
	line-height: 40px;
	display: block;
	padding: 0 7px;
}
#header .gNavi .menu > li:hover,
#header .gNavi .menu li a:hover,
#header .gNavi .menu li a.active {
	background-color:#438eb9;
}
#header .gNavi .menu li .menu-lever2 {
	position:absolute;
	left:0;
	top:40px;
	width:200px;
	background-color:#3c3c3c;
	display:none;
	transition:all ease 0.3s;
	border-top:6px solid #438eb9;
}
#header .gNavi .menu li .menu-lever2 li {
	width:100%;
	text-align:left;
}
#header .gNavi .menu li .menu-lever2 li a {
	padding:12px 10px;
	display:block;
	color:#fff;
}
#header .gNavi .menu li .menu-lever2 li a:hover {
	background-color:#323232;
}
#header .gNavi .menu li:hover .menu-lever2 {
	display:block;
}

.overlay-search,
.overlay-menu {
	height:100%;
	width:100%;
	background-color: rgba(0, 0, 0, 0.3);
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
#filter-content {
	margin-bottom:10px;
}
#filter-breadcrumb {
	margin-bottom:10px;
	border-radius:0;
	background-color:#f4f4f4;
	padding:8px;
}
#filter-breadcrumb .filter-car .filter-car-btn {
	background-color:#ffd50d;
	border:none;
	border-radius:4px;
	padding:2px 10px;
	margin:0 3px;
}
#filter-breadcrumb .filter-car .filter-car-btn:hover {
	background-color:#deb700;
}
#filter-breadcrumb .info-site {
	text-align:right;
	padding-top:4px;
}


/*CONTENT*/
.c-blue {
	color:#438eb9 !important;
}
.main-content {
	/*width:72.6%;*/
	width: 69%;
	float:left;
}
.content-right {
	/*width:25.7%;*/
	width: 30%;
	float:right;
}
.content-right .title-right {
	text-align:center;
	margin-bottom:10px;
}
.content-right .ads-lst {
	margin-bottom:10px;
}
.content-right .ads-lst li {
	margin-bottom:10px;
}
.content-right .ads-lst li .ads-video {
	width:100%;
	text-align:center;
}
.content-right .ads-lst li .ads-video img {
	width:100%;
}

/*PRICE TAB*/
.price-tab {
	background-color:#f7f7f7;
	margin-bottom:10px;
}
.price-tab .nav-tabs {
	border-bottom:none;
}
.price-tab .nav-tabs > li {
	width:100%;
	margin-bottom:0;
}
.price-tab .nav-tabs > li > a {
	padding:0 5px;
	text-align:center;
	height:37px;
	line-height:37px;
	border:none;
	border-radius:0;
	margin:0;
	background-color:#dcdcdc;
	font-weight:700;
}
.price-tab .nav-tabs > li > a:hover, 
.price-tab .nav-tabs > li > a:focus {
	border:none;
}
.price-tab .nav-tabs > li.active > a {
	border-radius:0;
	background-color:#f7f7f7;
	border-top:2px solid #feda2c;
} 
.price-tab .tab-content {
	padding:10px 8px;
}
.price-tab .row .col-xs-6:last-child {
	padding-left:8px;
}
.price-tab .row .col-xs-6:first-child {
	padding-right:8px;
}
.bootstrap-select {
	width:100% !important;
}
.bootstrap-select .btn {
	padding:6px 8px;
}
.bootstrap-select .dropdown-menu li a {
	padding:3px 8px; 
}
.price-tab .btn-search {
	width:100%;
	background-color:#feda2c;
	color:#000000;
	font-weight:700;
}
.price-tab .btn-search:hover {
	background-color:#f8bb29;
}
/*FILTER SAME*/
.filter-same .filter-title {
	padding:15px 5px;
	background-color:#efefef;
	color:#438eb9;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:24px;
}
.filter-same .filter-car li {
	margin-bottom:30px;
}
.filter-same .filter-car .filter-car-name {
	color:#438eb9;
	font-family:Oswald;
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:10px;
}
.filter-same .filter-car .filter-car-img {
	float:left;
	width:36%;
}
.filter-same .filter-car .filter-car-info {
	float:right;
	width:63%;
	text-align:right;
	padding-left: 10px;
}
.filter-same .filter-car .filter-car-info .filter-car-price {
	color:#f35c11;
	font-size:18px;
	text-transform:uppercase;
	font-family:Oswald;
	margin-bottom:5px;
	display:block;
}
.filter-same .filter-car .filter-car-info .btn {
	height:32px;
	background-color:#f7f7f7;
	border:1px solid #dcdcdc;
	width:100%;
	margin-bottom:7px;
}
.filter-same .filter-car .filter-car-info .btn:hover {
	background-color:#e4e4e4;
}
.filter-same .filter-car .filter-car-info .btn:last-child {
	margin-bottom:0;
}
.filter-same .filter-car .filter-car-info span.btn:last-child {
	margin-bottom: 7px;
}

/*NEWS-TEMPLATE 1*/
.news-big, 
.blog-cmn {
	margin-bottom:10px;
}
.news-big .news-img, 
.blog-cmn .blog-cmn-img {
	position:relative;
	margin-bottom:10px;
}
.news-big .news-img .news-info,
.blog-cmn .blog-cmn-img .blog-cmn-info {
	position:absolute;
	left:0;
	bottom:0;
	/*background-color:rgba(0, 0, 0, 0.4);*/
	padding:15px;
	width:100%;
	display:flex;
	z-index:5;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.blog-cmn .blog-cmn-img .blog-cmn-info {
	align-items: center;
}
.blog-cmn .blog-cmn-img .news-link {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	z-index:20;
	top:0;
}
.blog-cmn .blog-cmn-info .news-comment {
	display:inline-block;
}
.blog-cmn .blog-cmn-info .news-comment .comment-number {
	font-size:18px;
	font-family:Roboto;
	vertical-align:middle;
	font-weight:normal;
}
.news-big .news-img .news-info-fd {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color:#ffd50d;
	color:#1e2126;
	text-transform:uppercase;
	/*width:125px;*/
	height:33px;
	border-radius:4px;
	line-height:33px;
	text-align:center;
	margin-right:10px;
	min-width:100px;
	padding: 0px 10px;
}
.news-big .news-img .news-info .news-info-title, 
.blog-cmn .blog-cmn-img .blog-cmn-info .blog-cmn-title {
	color:#fff;
}
.blog-cmn .blog-cmn-img .blog-cmn-info .blog-cmn-title {
	font-size:24px;
	/*text-transform:uppercase;*/
	font-family:Oswald;
}
.blog-cmn .blog-cmn-img .blog-cmn-info .blog-cmn-tit {
	line-height:normal;
}
.blog-cmn .blog-cmn-img .blog-cmn-info .blog-cmn-play {
	width:80px;
	min-width:80px;
	height:54px;
	background-color:rgba(255, 255, 255, 0.7);
	border-radius:10px;
	text-align:center;
	line-height:54px;
	cursor:pointer;
	margin-right:30px;
	font-size:36px;
	color:#4d4f52;
}
.news-big .news-img .news-info .news-info-tit {
	font-family:Oswald;
	font-weight:500;
	text-transform:uppercase;
	font-size:30px;
	margin-top:-8px;
	margin-bottom:4px;
	line-height:initial;
}
.news-big .news-img .news-link {
	display:block;
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.news-big .news-big-desc {
	font-size:15px;
	line-height:initial;
}
/*SUB-NEWS*/
.sub-news {
	margin-left:-1.5%;
	margin-bottom:20px;
}
.sub-news li {
	float:left;
	width:18.5%;
	margin-left:1.5%;
}

.sub-news li a:hover {
	color:#438eb9;
}
.sub-news li .sub-news-img {
	display:block;
	margin-bottom:3px;
}
.sub-news .sub-news-text {
	font-size:13px;
	line-height: initial;
	font-weight:700;
}
.late-news {
	margin-bottom:15px;
}
.late-news .title-news {
	border-bottom:4px solid #f7f7f7;
	font-family:Oswald;
	font-size:25px;
	padding-bottom:10px;
	position:relative;
	margin-bottom:25px;
}
.late-news .title-news .late-news-line {
	position:absolute;
	height:4px;
	background-color:#ffd50d;
	bottom:-4px;
	left:0;
	width:135px;
}
.late-news .late-news-lst li {
	padding-bottom:15px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:20px;
}
.late-news .late-news-lst li:last-child {
	margin-bottom:0;
}
.late-news .late-news-lst li .late-news-img {
	float:left;
	width:31%;
	max-width:271px;
	margin-right:2.5%;
	margin-bottom:5px;
}
.late-news .late-news-lst li .late-news-info .late-news-tit {
	font-family:Oswald;
	font-size:24px;
	line-height:35px;
	margin-top:-8px;
	margin-bottom:4px;
	/*text-transform:uppercase;*/
}
.late-news .late-news-lst li .late-news-info .late-news-tit .news-comment {
	font-size:18px;
}
.late-news .late-news-lst li .late-news-info .late-news-tit .news-comment .comment-number {
	font-family:Roboto;
	vertical-align:middle;
}
.late-news .late-news-lst li .late-news-info .late-news-txt {
	display:block;
	margin-bottom:0px;
}
.title-cmn {
	height: 50px;
	width: 100%;
	padding: 0 5px 0 15px;
	font-size: 23px;
	line-height: 50px;
	background-color: #f4f4f4;
	text-transform: uppercase;
	font-family: Oswald;
	position: relative;
	margin-bottom: 15px;
	border-left: solid 5px #ffd50d;
}
.title-cmn-end {
	height:50px;
	width:300px;
	padding:0 5px 0 15px;
	font-size:23px;
	line-height:50px;
	background-color:#ffd50d;
	text-transform:uppercase;
	font-family:Oswald;
	position:relative;
	margin-bottom:20px;
}
/*.title-cmn .carets,*/
.title-cmn-end .carets {
	position:absolute;
	display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 22px dashed #ffd50d;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
	top:0;
	right:-22px;
	z-index:-1;
	display: none;
}
.title-cmn-2 {
	height:40px;
	border-left:10px solid #125570;
	font-size:26px;
	font-family:Oswald;
	padding-left:20px;
	text-transform:uppercase;
	margin-bottom:40px;
	line-height:45px;
}
.title-arrow {
	/*background-image:url(../img/breadcrumb-bg-arrow2.jpg);*/
	/*background-repeat:no-repeat;*/
	/*background-position:100% 50%;*/
	padding-right:170px;
	width:auto !important;
	display:inline-block;
}
.video-lst li {
	padding-bottom:6px;
}
.news-tpl-1 .news-tpl-big {
	width:66%;
	float:left;
}
.news-tpl-1 .news-tpl-big .blog-cmn-img {
	margin-bottom:10px;
}
.news-tpl-1 .news-tpl-big .blog-cmn-img img {
	width:100%;
}
.news-tpl-1 .news-tpl-sub {
	float:right;
	width:33.8%;
}

.news-tpl-1 .news-tpl-sub .news-tpl-lst li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}
.contents-03 .news-tpl-1 .news-tpl-sub .news-tpl-lst li,
.contents-04 .news-tpl-1 .news-tpl-sub .news-tpl-lst li{
	list-style: none;
}
.news-tpl-1 .news-tpl-sub .news-tpl-lst li {
	border-bottom:1px solid #dfdfdf;
	padding-bottom:10px;
	margin-bottom:13px;
}
.news-tpl-1 .news-tpl-sub .news-tpl-lst li:last-child {
	margin-bottom:0;
}
.news-tpl-1 .news-tpl-sub .news-tpl-lst li a {
	line-height:24px;
	font-weight:500;
}
.container-news .container-left {
	float:left;
	width:46%;
}
.container-news .container-right {
	float:right;
	width:46%;
}
.container-news .news-tpl-1 .news-tpl-big,
.container-news .news-tpl-1 .news-tpl-sub {
	width:100%;
	float:none;
}
.container-news .news-tpl-1 .blog-cmn-img .blog-cmn-info .blog-cmn-title {
	font-size:17px;
}
.container-news .news-tpl-1 .blog-cmn-info .news-comment .comment-number {
	font-size:14px;
	font-family:Roboto;
}
.container-news .news-tpl-1 .blog-cmn-img .blog-cmn-info {
	padding:5px 10px;
}
.container-news .news-tpl-1 .news-tpl-sub .news-tpl-lst li:last-child {
	border-bottom:none;
	padding-bottom:0;
}








/*social-app*/
#social-app {
	/*margin-top:40px;*/
	background-color:#e1e1e1;
	padding:25px 0;
}
.social-footer{
	margin-top:20px;
}
#social-app .social {
	float:left;
}
#social-app .social .title-auto {
	padding-bottom:12px;
}
#social-app .social .social-lst li {
	float:left;
	font-size:44px;
	margin-right:0px;
}
#social-app .social .social-lst li:last-child {
	margin-right:0;
}
#social-app .social .social-lst li a:hover {
	color:#0b699f;
}
#social-app .app-download {
	float:right;
}
#social-app .app-download .txt {
	font-family:Myriad Pro;
	display:block;
	padding-bottom:10px;
	font-size:15px;
	text-align:center;
	font-weight: bold;
}
#social-app .app-download .app-lst {
	text-align:center;
}
#social-app .app-download .app-lst li {
	display:inline-block;
	width:47%;
	padding:0 3%;
}

/*FOOTER*/
#footer {
	background:url(../img/footer-bg.jpg) repeat;
	padding:25px 0 25px;
	color:#fff;
	font-size:13px;
	font-family:Myriad Pro;
	overflow:hidden;
}
#footer p {
	line-height:30px;
}





@media screen and (max-width: 1180px) {
    .wrap {
		padding:0 10px;
	}
	#header .gNavi .menu {
		text-align:center;
	}
	#header .gNavi .menu li {
		display:inline-block;
		float:none;
	}
	#header .gNavi .menu li a {
		font-size:13px;
		padding:0 7px;
	}
}
@media screen and (min-width: 990px){
	.col-default-right{
		padding-right: 5px;
	}
	.col-default-left{
		padding-left: 5px;
	}
}
@media screen and (max-width: 990px) {
	#header .header-search, #header .header-phone,
	#header .header-button li {
		display:block;
	}
	#header .top-all ul {
		display: none;
	}
	#header .header-button .header-button-search,
	#header .header-button .menu-btn-sp {
		display:block;
	}
	#header .gNavi {
		z-index:1000;
		position:fixed;
		width:80%;
		max-width:480px;
		right:-80%;
		top:70px;
		height:calc(100% - 70px);
		border-bottom:none;
		overflow-y:scroll;
	}
	#header .gNavi .menu > li .icon-angle {
		display:block;
	}
	#header .gNavi .menu li .menu-lever2 {
		border-top:none
	}
	#header .gNavi .menu li {
		display:block;
		float:none;
		text-align:left;
		border-bottom:1px solid #505050;
	}
	#header .gNavi .menu li a {
		font-size:16px;
	}
	#header .gNavi .menu li .menu-lever2 {
		position:inherit;
		top:0;
		width:100%;
	}
	#header .gNavi .menu li .menu-lever2 li a{
		padding-left:30px;
		font-size:14px;
	}
	#header .gNavi .menu li .menu-lever2 li:last-child {
		border-bottom:none;
	}
	#header .gNavi .menu li:hover .menu-lever2 {
		display:none;
	}
	/*CONTENT*/
	.main-content {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.content-right {
		width:100%;
		float:none;
		display: none;
	}
	.news-big .news-img .news-info .news-info-tit {
		font-size:22px;
	}
	.late-news .late-news-lst li .late-news-img {
		margin-right:4%;
	}
	.late-news .late-news-lst li .late-news-info .late-news-tit {
		font-size:22px;
	}
	h2 {
		font-size:22px !important;
	}
	.filter-same .filter-car .d-flex {
		display:flex;
	}
	.filter-same .filter-car .filter-car-img {
		max-width:140px;
		width:40%;
		margin-right:10px;
	}
	.filter-same .filter-car .filter-car-info {
		width:60%;
	}
	.filter-same .filter-car li {
		margin-bottom:20px;
	}
	#footer .col-md-6 {
		margin-bottom:20px;
	}
	.btn-submit{
		padding: 6px 12px;
	}
	.title-cmn-end{
		height: 35px;
		width: 100%;
		padding: 0 5px 0 15px;
		font-size: 26px;
		line-height: 35px;
		background-color: #ffd50d;
		text-transform: uppercase;
		font-family: Oswald;
		position: relative;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size:14px;
	}
	#header .header-top {
		height:50px;
		padding-top:10px;
		background-size:23px 50px;
	}
	#header .header-top .logo {
		padding-top:3px;
	}
	#header .header-top .logo img {
		width:92px;
		height:auto;
	}
	#header .gNavi {
		top:50px;
		height:calc(100% - 50px);
	}
	.filter-content {
		display:none;
	}
	.news-big .news-img .news-info{
		padding: 7px 10px;
	}
	.news-big .news-img .news-info .news-info-fd {
		font-size:14px;
		line-height:32px;
		height:32px;
		min-width:90px;
		display: none;
	}
	.news-big .news-img .news-info .news-info-tit {
		font-size:16px;
	}

	.news-big .news-big-desc {
		font-size:15px;
	}
	h2 {
		font-size:14px !important;
	}
	.late-news .late-news-lst li .late-news-info .late-news-tit {
		font-size:16px;
		line-height:normal;
		margin-top:0;
	}
	.blog-cmn .blog-cmn-img .blog-cmn-info .blog-cmn-play {
		width:60px;
		min-width:60px;
		font-size:26px;
		margin-right:15px;
		height:40px;
		line-height:40px;
	}
	.title-cmn {
		height: 40px;
		line-height: 40px;
		width: 100%;
		padding-left:7px;
		margin-bottom: 20px;
	}
	/*.title-cmn .carets {*/
		/*border-left: 15px dashed #ffd50d;*/
		/*border-top: 20px solid transparent;*/
		/*border-bottom: 20px solid transparent;*/
		/*right: -15px;*/
	/*}*/
	.title-arrow {
		background-size:auto 40px;
		padding-right:130px;
	}
	.news-tpl-1 .news-tpl-sub,
	.news-tpl-1 .news-tpl-big {
		float: none;
		width: 100%;
	}
	.news-tpl-1 .news-tpl-sub .news-tpl-lst li {
		margin-bottom:8px;
		padding-bottom:5px;
		list-style: disc;
	}
	
	
	
	
	#social-app {
		padding:15px 0;
	}
	#social-app .social,.social-app-header .social,.social-app-header .app-download,
	#social-app .app-download {
		width:100%;
		float:none;
		text-align:center;
	}
	#social-app .social,.social-app-header .social {
		margin-bottom:10px;
	}
	#social-app .social .social-lst,.social-app-header .social .social-lst {
		display:inline-block;
	}
	#social-app .social .social-lst li,.social-app-header .social .social-lst li {
		font-size:25px;
		margin-right:10px;
	}
	#social-app .social .title-auto img ,.social-app-header .social .title-auto img{
		width:120px;
	}
	#social-app .app-download .txt,.social-app-header .app-download .txt {
		font-size:16px;
	}
	#social-app .app-download .app-lst,.social-app-header .app-download .app-lst {
		max-width: 320px;
		margin: 0 auto;
	}
	#footer {
		padding:30px 0 0;
	}
	#footer p {
		font-size:14px;
		line-height:22px;
	}
	.article-detail img{
		width: 100%;
		height: auto;
	}
	.article-detail iframe{
		width: 100%;
		height: 200px;
	}
	.blog-cmn .blog-cmn-img iframe{
		height: 300px;
	}
	.social-app-header{
		display: block;
		margin-top: 0px;
		padding: 15px 0;
		position: relative;
		top: -10px;
		background-color: #e1e1e1;
	}
	.mb10 .col-xs-12{
		margin-top: 10px;
	}
}

@media screen and (max-width: 480px) {
	.sub-news {
		margin-left:-3%;
	}
	.sub-news li {
		float:left;
		width:30.33%;
		margin-left:3%;
		margin-bottom:10px;
	}
	.sub-news li:first-child, .sub-news li:nth-child(2) {
		width: 47%;
		height: 162px;
		overflow-y: hidden;
	}
	/*.sub-news li:nth-child(3n + 1){*/
		/*clear:both;*/
	/*}*/
	.late-news .late-news-lst li {
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.title-cmn-2 {
		margin-bottom:20px;
	}
	.container-news .container-left,
	.container-news .container-right {
		width:100%;
		margin-bottom:15px;
		float:none;
	}
}
.content-box-detail{
	background-color: #f4f4f4;
	padding: 10px;
}
.article-detail p a:hover span{
	color: #438eb9 !important;
}
body > img {
	position: fixed;
	bottom: 0;
	left: 0;
}
.social-lst span[class*=icon-] {
	font-size: 32px;
}

#social-app .social .title-auto img {
	width: 135px;
}

ul.app-lst.clearfix .over-opacity img {
	width: 120px;
}

@media screen and (min-width: 767px) {
	.contents-01 .late-news-info {
		margin-left: 231px;
	}
	.fix-right-bar {
		position: fixed;
		top: 0;
	}

}

@media screen and (min-width: 940px) {
	.top-ads {
		display: none;
	}
	.isnotdesktop {
		display: none;
	}

}

@media screen and (max-width: 940px) {
	.isnotdesktop {
		display: block !important;
	}
}

@media screen and (max-width: 940px) {
	.banner-1000px {
		display: none;
	}
}

.navbar-autodaily {
	background: transparent;
	margin-bottom: 0;
	height: 50px;
	margin-top: -1px;
}

.navbar-brand {
	padding: 0;
}
.navbar-brand a {
	display: block;
	margin-top: 8px;
}

.navbar-nav>li>a {
	color: #fff;
	height: 50px;
}

.navbar-nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: #438EB9;
}

#header .header-top {
	height: 50px;
	padding-top: 0;
}
.nav.navbar-nav.navbar-right a i
{
	line-height: 1.5em;
}

.top-all {
	padding: 10px 0;
	background: #f4f4f4;
}

.top-all .header-phone {
	float: left;
	margin-right: 20px;
}

.top-all ul li {
	float: left;
	margin: -6px 0;
	margin-right: 10px;
}
.top-all ul li .btn {
	padding: 5px 8px;
}
.autodaily-facebook {
	line-height: 1em;
	background: #3B579D;
	color: #fff;
	display: block;
}

.autodaily-youtube {
	line-height: 1em;
	background: #FF0000;
	color: #fff;
	display: block;
}

.autodaily-facebook:hover, .autodaily-facebook:active, .autodaily-facebook:visited,
.autodaily-youtube:hover, .autodaily-youtube:active, .autodaily-youtube:visited {
	color: #fff;
}

.top-all ul li a:hover, .top-all ul li a:active, .top-all ul li a:visited {
	color: #fff;
}

.login-page .panel-heading h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.panel-autodaily {
	border-color: #438eb9;
}
.panel-autodaily>.panel-heading {
	background: #438eb9;
}

.btn-autodaily {
	background: #438eb9;
	color: #fff;
}

.login-page form label {
	margin-bottom: 5px;
}

.login-page form .btn-social {
	display: block;
}

.navbar-toggle .atdl-icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}

.navbar-toggle .atdl-icon-bar+.atdl-icon-bar {
	margin-top: 4px;
}

.register-link span {
	background-color: #ffd50d;
	padding: 5px 15px;
	border-radius: 4px;
}
.register-link:hover span {
	background: transparent;
}

.login-link span {
	background-color: #438eb9;
	padding: 5px 15px;
	border-radius: 4px;
}

.login-link:hover span {
	background: transparent;
}

@media screen and (max-width: 768px){
	#bs-example-navbar-collapse-1 {
		background: #f4f4f4;
		margin-left: -26px;
		margin-right: -26px;

	}

	#bs-example-navbar-collapse-1 .navbar-nav>li>a {
		color: #333;
	}

	.search-box {
		width: 100% !important;
	}
}

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-odnoklassniki{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:focus,.btn-odnoklassniki.focus{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:hover{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:active:hover,.btn-odnoklassniki.active:hover,.open>.dropdown-toggle.btn-odnoklassniki:hover,.btn-odnoklassniki:active:focus,.btn-odnoklassniki.active:focus,.open>.dropdown-toggle.btn-odnoklassniki:focus,.btn-odnoklassniki:active.focus,.btn-odnoklassniki.active.focus,.open>.dropdown-toggle.btn-odnoklassniki.focus{color:#fff;background-color:#b14c09;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none}
.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki[disabled].focus,fieldset[disabled] .btn-odnoklassniki.focus{background-color:#f4731c;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:hover{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#000;background-color:#98ccff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

.br-widget > a {
	font-size: 2em !important;
}

.inline-login {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #333333cf;
}

.close-login .col-md-6 {
	position: relative;
}

.close-login .fa-close {
	color: #3c3c3c;
	position: absolute;
	top: 4px;
	right: 21px;
	z-index: 99999;
	cursor: pointer;
}

.box-comment {
	margin-top: 20px;
}
.box-comment .panel-heading {
	background: #eaeaea;
}

.box-comment .panel-heading h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.box-comment .media {
	margin-top: 15px;
	border-bottom: dotted 1px #eee;
	padding-bottom: 15px;
}

.box-comment .children .media-list .media {
	padding-left: 15px;
	list-style: none;
	background: transparent;
}

.box-comment .media-list > li {
	background-color: #fff;
	margin: 0;
	padding: 15px 10px;
}
.box-comment .media-list > li:nth-child(2n) {
	background-color: #f6f6f6;
}


.box-comment p {
	font-size: 13.5px;
}

.box-comment .children .media {
	margin-top: 15px;
	border-bottom: none;
	border-top: dotted 1px #eee;
	padding-top: 15px;
	padding-bottom: 0;
}

#loadmore-comment {
	text-align: center;
	margin-top: 15px;
}
#loadmore-comment label {
	padding: 5px 10px;
	background: #dedede;
	display: inline-block;
	color: #438eb9;
	font-weight: normal;
	cursor: pointer;
}

#loadmore-comment label:hover {
	background: #efefef;
}

span.news-comment {
	color: #EE9723;
}

.invalid-feedback * {
	color: #ff0000;
}

.is-invalid {
	background-color: #ffeeee;
	border-color: #d05858;
}

.inline-reply form.form-comment{
	margin: 0 -10px;
	margin-top: 15px;
	padding-bottom: 0;
}
.box-comment .children .children .media-list .media {
	padding-left: 0px;
}
.children .inline-reply form.form-comment {
	margin: 0 -20px;
	margin-top: 15px;
}

.box-comment .panel {
	box-shadow: none;
}
.box-comment .panel-body {
	padding: 0px;
}

.box-comment .panel-body #comment-list {
	max-height: 500px;
	overflow-y: auto;
	margin-top: 10px;
}

/*.box-comment .panel-body #comment-list > li {*/
	/*padding: 0 5px 15px 5px !important;*/
/*}*/

.box-comment .panel-body #comment-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	border-radius: 5px;
	background-color: #d2d2d2;
}

.box-comment .panel-body #comment-list::-webkit-scrollbar
{
	width: 8px;
	background-color: #d2d2d2;
}

.box-comment .panel-body #comment-list::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	background-color: #888888;
}

.form-comment {
	padding: 10px;
	background: #fafafa;
}

.inline-reply > .form-comment {
	padding-left: 25px;
}
.inline-reply .form-comment {
	background-color: transparent;
}

body .photo-page .container-photo-bar {
	padding: 15px 15px 30px 15px;
}
body .photo-page .container-photo-bar .lst-sidebar li .icon-angle {
	margin-right: 10px;
}
body .icon-picture {
	display: none;
}
body .photo-page .wrap {
	max-width: 1000px !important;
	padding: 0;
}

body .photo-page .container-photo-bar .lst-sidebar li {
	margin-bottom: 15px;
}

body .title-cmn {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.photo-page #contents {
	margin-left: 15px;
}