﻿/*
Theme Name: Lap Internet 247 - Template
Description: Dự án được phát triển bởi SkyTech
Theme URI: https://skytec.company
Author: contact@skytec.company
Author URI: https://skytec.company
Version: 2015
Text Domain: Skytec.company
*/

/*
======================================
[ CSS TABLE CONTENT ]
======================================

    [Table of contents]

	1.Font
	2.Header
	3.Index
	4.Footer
	5.Sidebar
	6.Archive
	7.Single - Pages

	
======================================
[ END CSS TABLE CONTENT ]
======================================
*/

/*============ Font ============ */
@font-face {
	font-family: 'Swiss CondensedBold';
	src: url('fonts/swiss-condensedbold.eot');
	src: url('fonts/swiss-condensedbold.eot?#iefix') format('embedded-opentype'), url('fonts/swiss-condensedbold.woff') format('woff'), url('fonts/swiss-condensedbold.ttf') format('truetype'), url('fonts/swiss-condensedbold.svg#swiss-condensedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media (min-width:1200px) {
	.container {
		width: 1200px;
	}

}

a,
a:hover {
	text-decoration: none;
	color: #e57810;
}

strong,
b {
}

a:hover img {
	opacity: 0.7;
}

.clear {
	clear: both;
}

img.aligncenter {
	margin: 0 auto;
}

body {
	font-size: 15px;
	font-family: 'Arial';
	color: #232323;
	background: #F2F2F2;
	font-weight: 400;
	overflow-x: hidden;
}

.main {
	background: #fff;
	padding: 10px;
}

/*============ Header ============ */
header {
	background: #fff;
}

.header-bar {
	background: #f5f5f5;
	height: 35px;
	overflow: hidden;
}

.more-news span {
	color: #fff;
	padding: 7px 10px;
	display: block;
	border-right: 0;
	background: #e57810;
}

.owl-news {
	padding: 7px;
}

.owl-news .item a {
	color: #444;
}

.link {
	text-align: right;
}

.link a {
	display: inline-block;
	padding: 5px 10px;
}

.search-bar {
	position: relative;
}

a.hotline {
	position: absolute;
	top: 0;
	color: #fff;
	z-index: 99;
	opacity: 0;
	background: #e57810;
	display: block;
	padding: 8px;
	font-size: 20px;
	font-family: "Swiss CondensedBold";
	width: 100%;
	text-transform: uppercase;
	text-align: center;
}

.navfixed a.hotline {
	opacity: 1;
	z-index: 99999;
}

.logo {
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.slogan {
	margin-top: 10px;
	margin-bottom: 10px;
}

nav.nav-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav.nav-top ul li {
	display: inline-block;
	padding: 8px 10px;
}

nav.nav-top ul li a {
	color: #b71616;
	font-size: 14px;
}

nav.nav-top ul li.submit-articles {
	border: 2px solid #b71616;
}

nav.nav-top ul li:hover {
	background: #f5f5f5;
}

nav.nav {
	background: #333;
}

nav.nav.navfixed {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9;
}

nav.nav .menu ul {
	margin: 0;
}

nav.nav .menu ul li {
	display: inline-block;
	position: relative;
	z-index: 100;
}

nav.nav .menu ul li:first-child {
	margin-left: 0;
}

nav.nav .menu ul li a {
	text-decoration: none;
	padding: 12px 10px;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}

nav.nav .menu ul li.menu-item-has-children a:before {
	content: "\f103";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-right: 5px;
}

nav.nav .sub-menu li a:before {
	content: "\f101" !important;
}

nav.nav .menu ul li a:hover,
.menu li.current-menu-item a {
	color: #E57810;
}

.menu-item-home i {
}

nav.nav .menu ul ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	left: 0px;
	z-index: 99999;
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
	background: #333333;
}

nav.nav .menu ul ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}

nav.nav .menu ul ul li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #fff;
	text-transform: none;
}

nav.nav .menu ul ul li a:hover,
.menu ul li:hover a {
	background: rgba(0, 0, 0, 0.29);
	color: #fff;
}

nav.nav .menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

nav.nav .menu ul ul ul {
	left: 199px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 20px);
	transition: all 0.2s ease-out;
}

nav.nav .menu ul li>ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.menu-responsive {
	background: #fff;
	left: -250px;/* start off behind the scenes */
	height: 100%;
	position: fixed;
	width: 250px;
	z-index: 9999;
}

.menu-icon {
	position: relative;
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 2px 2px rgba(88, 88, 88, 0.175);
	box-shadow: 0 4px 4px rgba(88, 88, 88, 0.175);
}

.menu-close {
	cursor: pointer;
	padding: 6px;
	background: #E57810;
	text-align: left;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
	overflow: hidden;
}

.menu-close i {
	color: #fff;
	font-size: 25px;
	float: left;
}

.menu-close i.fa-times {
	float: right;
}

.menu-close span {
	margin: 5px;
	float: left;
}

.menu-open {
	color: #e57810;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
}

.menu-open i {
	font-size: 35px;
}

.accordion {
	font: 14px Arial, sans-serif;
	margin: 0px 0 0 0;
	padding: 0;
	width: 100%
}

.accordion li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}

.accordion a {
	padding: 10px 10px 10px 40px;
	background: url(images/arrow_black_down.png) no-repeat 14px center;
	text-decoration: none;
	display: block;
	color: #494949;
	position: relative;
	margin: 0;
}

.accordion a .dcjq-icon {
	position: absolute;
	top: 50%;
	left: 14px;
	width: 34px;
	margin-top: -17px;
	height: 34px;
	background: url(images/arrow_black_right.png) no-repeat 0 center;
}

.accordion a.dcjq-parent.active .dcjq-icon {
	background: url(images/arrow_black_down.png) no-repeat 0 center;
}

.accordion a:hover {
	background:;
	color: #A51703;
}

.accordion .current-cat a {
	color: #000;
}

.accordion li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.accordion li ul li {
	border: none;
}

.accordion li ul li a {
	margin-left: 15px;
	background: url(images/arrow_black_down.png) no-repeat 14px center;
}

.accordion li ul li ul li a {
	margin-left: 70px;
	background: url(images/arrow_black_down.png) no-repeat 14px center;
}
.search-form {
	position: relative;
	z-index: 9999;
}
.search-form .form-group {
	margin: 0;
}

.search-form .buttom-search {
	padding: 11px 20px;
	border-radius: 0;
}

.search-form .form-control {
	border: 1px solid #e57810;
	color: #FFFFFF;
	box-shadow: none;
	background: rgba(229, 120, 16, 0.88);
	font-size: 14px;
}

.search-form .form-control {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 44px;
}

.search-form .btn-success {
	color: #fff;
	background-color: #e57810;
	border-color: #e57810;
}

/*============ Footer ============ */
.back-to-top {
	position: fixed;
	bottom: 35px;
	right: 10px;
	display: none;
	cursor: pointer;
}

.back-to-top i {
	background: #E00C3D;
	padding: 5px 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.notice {
	border-radius: 0;
	margin: 20px 0;
	overflow: hidden;
}

footer {
	background: #111111;
	color: #8d8d93;
	font-size: 13px;
}

h4.h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #e57810;
	padding-bottom: 5px;
}

footer .info {
	padding: 20px 0;
}

.footer-top {
	background: rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid #767679;
	padding-bottom: 10px;
}

footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	padding: 4px 0;
	display: block;
}

footer ul li a {
	color: rgba(234, 234, 234, 0.78);
	margin: 0px 5px 0 0;
	display: block;
	font-size: 13px;
}

footer ul li a:before {
	content: "\f054";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

footer .copyright {
	padding-top: 10px;
}

footer h5 {
	text-transform: uppercase;
	font-size: 13px;
	font-family: Arial;
	margin: 20px 0 10px;
	color: #e57810;
	border-bottom: 1px solid rgba(255, 255, 255, 0.19);
	padding-bottom: 5px;
	font-weight: bold;
}

footer h6 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0;
}

/*============ Index ============ */
.title-feature span {
	position: absolute;
	top: -20px;
	left: 6px;
	padding: 5px 10px 3px;
	color: #e57810;
	background: #fff;
	border-radius: 2px;
	font-family: 'Swiss CondensedBold';
}

.title-feature {
	border-top: 2px solid #e57810;
	position: relative;
	margin: 30px 0 25px;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.contact-form .input-group {
	margin-bottom: 10px;
	float: left;
	border: 1px solid #e5e5e5;
}

.form-margin .input-group {
	margin-bottom: 10px;
}

.contact-form {
	position: relative;
}

.contact-form .input-group .input-group-addon {
	border-radius: 0px;
	border: none;
	position: relative;
	padding: 10px;
	background-color: #fff;
}

.contact-form .input-group .input-group-addon i {
	color: #000000;
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.contact-form .input-group .form-control {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #0E0E0E;
	min-height: 40px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left: 1px solid #e5e5e5;
}

.contact-form .input-group input.form-control {
	height: 40px;
}

::-webkit-input-placeholder {
	color: #444;
}

:-moz-placeholder {
	color: #444;
}

::-moz-placeholder {
	color: #444;
}

:-ms-input-placeholder {
	color: #444;
}

.btn {
	border-radius: 0;
}

.post-list-feature,
.post-list {
	text-align: justify;
}

.post-list-feature .post-img {
	position: relative;
	display: block;
}

.post-list-feature .post-img span {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.post-thumb-item {
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 13.5px;
}

.post-thumb-item a.post-title {
	font-size: 13px;
	font-weight: bold;
	color: #e57810;
	display: block;
	line-height: 1.4;
}

.post-thumb-item span.post-date {
	color: #555;
	display: block;
	margin: 5px 0;
	font-style: italic;
}

.post-thumb-item h2 {
	margin: 0;
}

.call-phone {
	overflow: hidden;
	color: #333;
	margin: 15px 0;
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 3px 10px 0px;
}

.call-phone span.fa {
	float: left;
	font-size: 35px;
	margin-right: 10px;
	color: #e57810;
	margin-top: 15px;
	width: 40px;
}

.call-phone div {
	color: #e57810;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}

.articles {
	background: #555555;
}

.articles-item .time {
	color: #fff;
	text-align: center;
	padding: 0;
	background: #e57810;
}

.articles-item .time span {
	padding: 5px;
	margin-bottom: 2px;
	display: block;
	font-size: 13.5px;
}

.articles-item .time p {
	font-size: 25px;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.17);
	margin-bottom: 5px;
}

/*============ Single - Pages ============ */
.breadcrumbs {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	color: #9f9f9f;
}

.breadcrumbs a {
}

h1.title-post {
	font-size: 22px;
	margin: 30px 0 10px;
	font-family: 'Arial Bold';
}

.single-meta,
.single-meta a {
	color: #9C9A9A;
	font-size: 13px;
	font-weight: bold;
}

.post-meta {
	padding: 5px;
	font-size: 14px;
	margin: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #9f9f9f;
}

.post-meta span {
	display: inline-block;
	margin: 0 10px 0 0;
}

p.tags a {
	background: #f5f5f5;
	padding: 5px 10px;
	border: 1px solid #ddd;
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
}

.like-click h4 {
	font-size: 17px;
}

.facebook-box {
	padding: 10px;
}

.list-post-related a.post-title {
	font-size: 15px;
	display: block;
	margin: 5px 0;
	color: #000;
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
	width: 100%;
}

.border {
	padding: 15px;
	border: 1px solid #ddd;
	margin: 0;
}

.description {
	margin: 20px 0 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.alert-post {
	background: #f5f5f5;
	padding: 10px;
}

.kksr-legend {
	position: absolute;
	top: 5px;
	left: 135px;
}

.ratting {
	height: 30px;
	overflow: hidden;
	float: right;
	width: 284px;
	position: relative;
	top: -5px;
}

.social {
	text-align: center;
}

.social span {
	width: 50px;
	color: #fff;
	font-size: 25px;
	height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 2.0;
	margin: 0 2px;
}

.social span.facebook {
	background: #3A589E;
}

.social span.google {
	background: #EA4335;
}

.social span.twitter {
	background: #5EA9DD;
}

.social span.youtube {
	background: #E12B28;
}

.social span.instagram {
	background: #125688;
}

.meta-related ul.related-posts {
	margin: 0;
	padding: 0 0 0 20px;
}
.share-buttons .btn-facebook {
  color: #fff;
  background-color: #305891;
  border-color: #305891;
}

.share-buttons .btn-twitter {
  color: #fff;
  background-color: #2ca8d2;
  border-color: #2ca8d2;
}

.share-buttons .sospace {
  vertical-align: 5px;
  margin-left: 5px;
}

.share-buttons .btn-googleplus {
  color: #fff;
  background-color: #ce4d39;
  border-color: #ce4d39;
}

.share-buttons .btn-pinterest {
  color: #fff;
  background-color: #c82828;
  border-color: #c82828;
}

.share-buttons .btn-email {
  color: #fff;
  background-color: #E98118;
  border-color: #E98118;
}

.share-buttons .btn-linkedin {
  color: #fff;
  background-color: #0077B5;
  border-color: #0077B5;
  
}

.share-buttons a {
  padding: 3px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 34px;
  width: auto;
  line-height: normal;
  font-size: 14px;
  transition: background-color .25s ease;
  transition: all 0.2s ease-in-out 0s;
  display: block;
}

.share-buttons li {
  display: inline-block;
  margin: 0;
  width: 120px;
}
.share-buttons ul { display: table-cell; vertical-align: middle; }
.share-buttons {font-size: 0;display: table;vertical-align: middle;margin: 10px 0;}

h1.h1 {
	font-size: 24px;
	margin: 0;
	padding: 20px 0 10px;
	text-transform: uppercase;
	color: #e57810;
	font-family: "Swiss CondensedBold";
	border-bottom: 1px dashed #555;
}

.owl-related .item {
	margin-right: 10px;
}

.like-click,
.like-text {
	margin-top: 5px;
}

.meta-related {
	border: 1px solid #eee;
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

article.post-content h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Swiss CondensedBold';
}
article.post-content h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Swiss CondensedBold';
}

/*============ Sidebar ============ */
.sidebar {
	margin: 0;
}

.sidebar .block {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sidebar .block img {
	display: block;
}

.post-sidebar-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.post-sidebar-item a.post-title {
	color: #555;
	display: block;
	font-size: 15px;
	line-height: 1.4;
}

.post-sidebar-item h2 {
	margin: 0;
}

.aside-about-call {
	background: #555555;
	color: #fff;
	padding: 10px 0 10px 65px;
	position: relative;
	border-bottom: 1px solid #717171;
}

.aside-about-call span.fa {
	display: block;
	height: 100%;
	font-size: 34px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 14px 15px 0 15px;
}

.aside-about-call span.fa {
}

.aside-about-call > div {
	font: 700 18px 'Airal', sans-serif;
}

.aside-about-call p {
	color: #ddd;
}

.aside-about-call p {
	font: 400 15px 'Arial', sans-serif;
	margin: 4px 0;
}

.aside-about-seller {
	background: #e57810;
	color: #fff;
}

.aside-about-seller {
	padding: 10px 0 15px 0;
	text-align: center;
}

.aside-about-seller p {
	margin: 0;
}

.aside-about-form {
	background: #f5f5f5;
}

.aside-about-form {
	padding: 10px 25px 10px;
}

.aside-about-form span.last,
.aside-about-form span.first {
	display: block;
	margin-bottom: 10px;
}

.aside-about-form .contact-form .input-group {
	width: 100%;
}

.block-post-item {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background: #f5f5f5;
}

.block-post-item a {
	color: #e57810;
	font-size: 13.5px;
}

.block-post-item i {
	margin-right: 5px;
}

.meta-related ul.related-posts li,
.meta-related ul.related-posts li a {
}

.meta-related ul.related-posts li h4 {
	font-size: 16px;
}

.post-featured h2.post-title {
	font-size: 15px;
	position: absolute;
	bottom: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.77);
	color: #fff;
	padding: 15px;
	width: 100%;
}

.post-featured .post-item {
	position: relative;
}

.articles-item {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	padding: 7px 5px 0;
}

.articles-item a {
	color: rgba(255, 255, 255, 0.52);
}

.content {
	padding: 20px 0 0;
}

.tab-content .tab-pane {
	padding-top: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tab-content h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #4C93B8;
}

.nav-tabs>li a {
	display: block;
	border-radius: 0;
	border: none;
	color: #FFFFFF;
	background-color: #333333;
	position: relative;
	padding: 0 10px 0 0;
	font-size: 14px;
}

.nav-tabs>li> h2,
.nav-tabs>li> h4 {
	margin: 0;
}

.nav-tabs>li.active>h2>a,
.nav-tabs>li.active>h2>a:focus,
.nav-tabs>li.active>h2>a:hover,
.nav-tabs>li>h2>a:hover,
.nav-tabs>li.active>h4>a,
.nav-tabs>li.active>h4>a:focus,
.nav-tabs>li.active>h4>a:hover,
.nav-tabs>li>h4>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
	background: #E57810;
	border: none;
	color: #fff;
}

.nav-tabs {
	border-bottom: 0;
	margin: 0;
}

.nav-tabs>li a i {
	padding: 10px;
	background: rgba(0, 0, 0, 0.24);
	font-size: 14px;
}

.tab-content {
	background: #f5f5f5;
	padding: 0 10px;
}

.title h4:before {
	content: "\f10c";
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	font-size: 15px;
}

.title h4:after {
	content: "\f10c";
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	font-size: 15px;
}

.title span {
	padding: 9px 20px 7px 30px;
	display: inline-block;
	color: #ffffff;
	position: relative;
	background: #e57810;
}

.title h4 {
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	font-weight: bold;
	background: rgb(229, 120, 16);
	text-align: center;
}

h2.h2,
h3.h3 {
	margin: 5px 0 5px 0;
	background: #555;
	font-size: 27px;
	text-align: center;
	overflow: hidden;
}

h2.h2:before,
h3.h3:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f02c";
	font-size: 15px;
	background: #e57810;
	padding: 10px;
	color: #fff;
	float: left;
}

span.title-block {
	color: #ffffff;
	font-size: 13px;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 0;
	font-weight: bold;
	font-family: Arial;
}

.btn-modal {
	position: fixed;
	bottom: 0;
	left: 0;
}

.modal-header {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}

.modal-content {
	border-radius: 0;
}

.modal-title {
	font-size: 14px;
}

.support-icon-right {
	background: #F0F3EF;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9;
	overflow: hidden;
	width: 250px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.support-icon-right h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	color: #fff;
	margin: 0;
	background-color: #3B559F;
	cursor: pointer;
}

.support-icon-right i {
	background-color: #25449C;
	padding: 15px 15px 12px 15px;
	color: #fff;
}

.online-support {
	display: none;
}

.welcome {
	background: url(images/lap-internet.jpg) no-repeat center;
	font-family: 'Swiss CondensedBold';
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 20px 0;
	line-height: 2.4;
}

.wl-bg {
	background: rgba(0, 0, 0, 0.6);
	padding: 70px 0 60px;
	color: #fff;
}

.welcome .welcome-title {
	margin: 0;
	font-size: 30px;
	line-height: 1.1;
}

.welcome span {
	font-size: 15px;
	font-family: Tahoma;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}

h2.comments-title {
	font-family: 'Swiss CondensedBold';
	font-weight: bold;
	font-size: 16px;
	background: #215a94;
	color: #fff;
	padding: 10px;
}

.comment-reply-title {
	text-transform: uppercase;
	font-family: 'Swiss CondensedBold';
	font-weight: bold;
	font-size: 16px;
}

.comment-reply-title a {
	border: 1px solid;
	padding: 3px 10px;
	color: #E57810;
	font-size: 12px;
	margin-left: 20px;
}

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

ol.children {
	list-style: none;
}

.avatar {
	float: left;
	border-radius: 50%;
	margin-right: 10px;
}

.comment-author {
	overflow: hidden;
	position: relative;
}

.comment-meta {
	margin: 10px 10px 10px 60px;
	border: 1px solid #eee;
	padding: 10px;
	position: relative;
	line-height: 1.8;
}

span.comment-name a {
	color: #E57810;
}

.reply a {
	right: 10px;
	position: absolute;
	top: 20px;
	border: 1px solid;
	padding: 0 15px;
	color: #E57810;
	line-height: 1.8;
}

.comment-meta a {
	margin: 10px 0;
}

span.comment-name {
	display: block;
	margin: 10px 0 0;
	font-style: italic;
}

.comment-author a.comment-date {
	font-style: italic;
	color: #999;
}

em.comment-awaiting-moderation {
	color: #fe6d03;
	display: block;
}

.comment-edit-link,
.logged-in-as a {
	border: 1px solid;
	padding: 0 5px;
	color: #E57810;
	line-height: 1.8;
	display: inline-block;
}

.comment-respond textarea {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding: 15px;
}

.comment-respond input[type="text"] {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding: 10px 15px;
	width: 100%;
}

.comment-respond input[type="submit"] {
	background: #E57810;
	border: 1px solid #E57810;
	text-transform: uppercase;
	font-family: 'Swiss CondensedBold';
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	line-height: 2.3;
}

.comment-form {
	margin: 20px 0 50px 0;
}

.dev {
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
}

.dev img {
	float: left;
	width: 140px;
	margin-right: 10px;
}

.dev span {
	text-transform: none;
}

.dev p {
	margin: 0;
}