/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';

/* Предупреждение о необходимости включить JS в браузере */
div.warning-javascript { margin: 0 auto; }
div.warning-javascript-message { text-align: center; }
label.warning-javascript-collapse { padding: 5px 0.5em; }
input#warning-javascript-toggle { display: none; }
input#warning-javascript-toggle:checked ~ label.warning-javascript-collapse, input#warning-javascript-toggle:checked ~ div.warning-javascript-message { display: none; }


img.aligncenter {
	display: block;
	margin: 0 auto;
}

a:hover {
    color: #000 !important;
    text-decoration: none;
}

/* chromeframe error */
.chromeframe {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.chromeframe a {
	color: #fff;
	text-decoration: underline;
}

.lc {
font-family: 'Segoe UI', sans-serif;
font-size:18px;
font-weight:700;
text-align:center;
}

.lctext{
font-size:14px;

}
.page-header-top-right {
	margin-top: 10px;
}



.pagination {
	margin: 0;
}



.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-top: 20px;
	margin-bottom: 20px;
}



.required {
	color: #f00;
}



.row-with-vspace {
	margin-bottom: 20px;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


#main-column img,
#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 10px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a,
#main-column .attachment .entry-meta .edit-post-link a,
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title,
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}

main {
    border-top: 1px solid #e9e9e9;
}

#site-footer {
	background: #f5f5f5;
	border-top: 3px solid #ddd;
	font-size: 12px;
	padding: 10px;
}
.entry-header a:hover {
    color: #0044cc;
    text-decoration: none;
}
.entry-meta {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
}
.entry-meta a {
    text-decoration: underline;
}
.entry-content p {
    font-size: 17px;
    color: #575757;
    font-weight: 300;
}

.entry-content li {
    color: #575757;
}

.tab-content {
    font-size: 17px;
    font-weight: 300;
    color: #575757;
}
.widget {
    padding: 10px;
    background: #f9f9f9;
    margin-top: 25px;
    border-left: 1px solid #cccccc;
}
.widget h1 {
    font-size: 28px;
    margin-top: 10px;
}
.widget .cat-item {
    color: #555555;
    font-size: 16px;
    text-decoration: underline;
}
.more-link {
    color: #0044cc;
    border-bottom: 1px solid #0044cc;
}
.more-link:hover {
    color: #003399;
    border-bottom: none;
}
.listing-item {
    margin: 20px 0;
    height: 150px;
    margin-bottom: 50px;
}

.listing-item h2, .listing-item h2 a {
    font-size: 18px;
    line-height: 18px;
}

.su-post-excerpt {
    margin-top: 6px;
}

.page-header {
    margin: 10px 0 10px;
}
.page-content p {
    font-size: 16px;
}
.page-content li {
    font-size: 17px;

}
.page-content span {
    font-size: 17px;
    color: #000;
}
.about-head {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    background: #EDF0F6;

}
.about-head {
    padding: 15px;
}
.about-head .header2 {
    font-weight: bold;
}
article header {
    padding: 0;
}
.tab-content {
    color: #444444;
}
.tab-content strong {
    font-weight: bolder !important;
    color: #000;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    cursor: default;
    margin: 20px auto;
}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.download-product {
    background: #EDF0F6;
    padding: 25px;
    border-bottom: 1px solid #ccc;
}
.download-product h3 {
    margin: 0;
    margin-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #444;

}
.download-product p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #575757;
}

.download-product-content {
    margin-top: 15px;
}
.download-product-content li a {
    font-size: 18px;
    font-weight: 300;
}
.download-product-content .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-radius: 0;
    border-color: #ccc #ccc transparent;

}
.tab-content {
    font-family: 'Roboto', sans-serif;
}
.tab-content h3 {
    margin-top: 10px;
    margin-bottom: 7px;
}
.tab-content p {
    margin: 0;
    color: #666;
}
#form {
    padding: 10px 0 10px 0;
}
#form table {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Segoe UI';
}
#form table span {
    color: #666666;
    font-weight: 300;
    font-size: 14px;
}
#form table td {
    margin-top: 20px;
    padding: 0px 15px 11px 0px
}
.header2 {
    font-size: 24px;
    color: #C00505;
    font-weight: normal;
}
.downloadtable {
    font-size: 18px;
    color: #555555;
}
#carbon-billing-5 {
    margin-top: 10px;

}
#carbon-billing-5 table {
    margin-top: 10px;
    font-size: 16px;

}
#carbon-billing-5 table tr {
    height: 80px;
    font-size: 18px;
    font-weight: normal;
    color: #0e0e0e;
    border-bottom: 2px dashed #cccccc;
}

#carbon-billing-5 table tr a {
    color: #003cb3;
    font-size: 16px;
    font-weight: 300;
}

.downloadtable {
    width: 500px;
}

#carbon-billing-5 .btn {
    color: #000;
}

.widget_search {
    margin-top: 5px;
    border-left: 0;
    padding: 0;

}
.widget_search #form-search-input {
    font-size: 14px;
    height: 34px;
    width: 200px;
}
.widget_search .input-group {
    display: block;
    background: #fff;
}
.widget_search .input-group .btn {
    border: 1px solid #ccc;
}


.entry-content {
    margin-top: 40px;
}
.entry-content ul {
    font-size: 17px;
    color: #575757;
    font-weight: 300;
}
.entry-content li {
    margin-top: 20px;
}
.price-t-sm {
    font-size: 13px!important;
    display: block;
    font-weight: 300;
    color: #555;
}


.voip-headline {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fcfcfc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.voip-headline h1 {
    font-weight: 500;
    font-size: 30px;
    color: #000
}
.voip-headline p {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #444;
}
.voip-values {
    margin-top: 20px;
}
.voip-price {
    margin-top: 20px;
}
.voip-price h3 {
    text-align: center;
    color: #000;
}
.voip-download {
    margin-top: 30px;
    background: #fcfcfc;
}
.voip-download h3 {
    text-align: center;
    padding: 40px;
    border-top: 1px solid #ccc;
}
.voip-download .voip-form-block {
    width: 450px;
    height: 200px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 4px #ccc;
}
.voip-download .voip-form-block span {
    font-size: 24px;
    font-weight: 300;
}



.blogContainer {
    width: 970px;
    margin: 20px auto;
}
.blogThumbnail {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.entry-header {
    margin-top: 50px;
}
.entry-title {
    font-weight: 300;
    font-size: 40px;
    color: #000;
    font-family: 'Open Sans';
    margin-bottom: 20px;
}
.entry-content {
    margin-top: 10px;
    font-size: 24px;
}
.entry-content p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans';
    line-height: 25.6px;
}
.more-link {
    display: inline-block;

}
.entry-content h3 {
    font-size: 26px;
    margin-top: 40px;
}
.entry-content ul, .entry-content ol {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: normal;
}
.entry-content li {
    margin-top: 10px;
}
.entry-content a {
    color: #0044cc;
}



.support-page {
    font-family: 'Open Sans' !important;
}
.support-page a {
    color: #1c5081;
    border-bottom: 1px dotted #1c5081;
}
.support-page a:hover {
    text-decoration: none;
    border: none;
}
.support-header {
    padding-top: 100px;
    background: #fff;
    font-family: 'Open Sans';
}
.support-header img {
    display: block;
    margin: 0 auto;
}
.support-header h1 {
    font-size: 38px;
    color: #000;
}
.support-page p {
    font-size: 16px;
    line-height: 25.4px;
    color: #666;
}
.support-header p {
    font-size: 16px;
    line-height: 25.4px;
    color: #666;
}
.support-header h1 {

}
.support-button-group {
    margin-top: 40px;
}
.support-button-group .support-button-ph {
    color: #888;
    font-size: 14px;
}
.support-button {
    background: #ce5d02;
    padding: 10px 30px 10px 30px;
    color: #fff !important;
    border-bottom: 3px solid #af3600 !important;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.support-button:hover {
    border-bottom: 2px solid #af3600 !important;
    color: #fff !important;
}
.support-button-reserved {
    display: inline-block;
    color: #888;
    margin-top: 5px;
    border-bottom: 1px dotted #888;
}
.support-phone {
    font-size: 32px !important;
    font-weight: bold;
    color: #000 !important;
    display: inline-block;
}
.get-support {
    margin-top: 30px;
    padding: 10px;
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.get-support img {
    margin-bottom: 10px;
}
.get-support a {
    font-size: 16px;
    color: #1c5081 !important;
    border-bottom: 1px dotted #1c5081;
    font-weight: bold
}
.get-support-col-1 {
    padding: 30px;
    padding-left: 70px;
    background: url("/wp-content/uploads/2016/01/q.png") left no-repeat;
}
.get-support-col-2 {
    padding: 30px;
    padding-left: 70px;
    background: url("/wp-content/uploads/2016/01/d.png") left no-repeat;
}
.get-support-col-3 {
    padding: 30px;
    padding-left: 70px;
    background: url("/wp-content/uploads/2016/01/h.png") left no-repeat;
}
.worry {
    padding: 70px;
}
.worry-headline {
    padding: 15px;
    padding-left: 36px;
    background: url("/wp-content/uploads/2016/01/i.png") left no-repeat;
}
.worry-headline a {
    margin: 0;
    font-size: 16px !important;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px dotted #fff;

}
.worry-headline a:hover {
    color: #fff !important;
    border: none;
}
.worry-text {
    padding-left: 36px;
    padding-top: 50px;
    background: #f4f4f4;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.worry-text span {
    color: #000;
    font-size: 24px;
}
.activation {
    padding: 70px;
}
.activation-headline {
    padding: 20px;
    padding-left: 74px;
    background: url("/wp-content/uploads/2016/01/act.png") left no-repeat;
}

.activation-headline h3 {
    margin: 0;
    font-size: 32px;
    color: #000;
}
.activation-text {
    padding-left: 64px;
}
.activation-text span {
    color: #000;
    font-size: 24px;
}
.contact-headline {
    padding: 20px;
    padding-left: 74px;
    background: url("/wp-content/uploads/2016/01/c.png") left no-repeat;
}
.contact-headline h3 {
    margin: 0;
    font-size: 32px;
    color: #000;
}
.contact-text li {
    font-size: 16px;
    margin-bottom: 9px;
}
.support-top {
    background: #c84b14;
}
.support-reg {
    padding: 40px;

}

.support-reg-headline {
    padding: 20px;
    padding-left: 74px;
    background: url("/wp-content/uploads/2016/01/ss.png") left no-repeat;
}
.support-reg-headline h3 {
    margin: 0;
    font-size: 32px;
    color: #000;
}
.support-reg-text span {
    color: #000;
    font-size: 24px;
}
.support-reg-text {
    margin-top: 20px;
    padding-left: 74px;
}
.support-graph {
    margin-top: 20px;
}
.support-graph-headline {
    background: #f4f4f4;
    padding: 15px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.support-graph-text {
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.support-reg .dark {
    background: #f4f4f4;
}


.about-support {
    padding: 100px;
    background: #fcfcfc;
}
.about-support-headline {
    padding: 20px;
    padding-left: 74px;
    background: url("/wp-content/uploads/2016/01/getget.png") left no-repeat;
}

.about-support-headline h3 {
    margin: 0;
    font-size: 32px;
    color: #000;
}
.about-support-text {
    padding-left: 64px;
}
.about-support-text span {
    color: #000;
    font-size: 24px;
}
.about-support-text li {
    font-size: 16px;
    color: #666;

}
.about-support-text a {
    border-bottom: 1px dotted #1c5081;
}
.tab-content {
    padding: 10px 15px;
    background: #f4f4f4;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #f4f4f4;
}

.img-lk-wrap a {display: block;}