/*
Theme Name: Business One Page
Theme URI: http://raratheme.com/wordpress-themes/business-one-page/
Author: Rara Theme
Author URI: http://raratheme.com/
Description: Business One Page is a clean, modern and engaging one page WordPress Theme suitable for business website, digital agency, freelancers, portfolio, product showcase, bloggers and everyone one who appreciate beautiful design. The design is responsive and shows very well in mobile and tablet devices. The theme is SEO friendly and make it easy to find on Google and other search engines. It is loaded with theme options and provides several features to make user-friendly, interactive and visually stunning website. Such features includes advance slider options, portfolio and product showcase, team member, our services showcase, 2 clear Call to Actions (CTA) buttons, testimonials, social media, contact details with contact form. It also includes 3 custom widgets for recent posts, popular posts and social media. The theme is also translation ready.
Version: 10.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-one-page
Tags: Blog, two-columns, right-sidebar, footer-widgets, custom-background, custom-menu, featured-image-header, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Business One Page is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Source Sans Pro Black Italic', arial;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	text-decoration:none;
    color:#0000ff;
    outline:none;
}

a:active,
a:hover {
	text-decoration:underline;
    color: #f4b400;
}

a:focus{outline: none;}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 22px;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #59595b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
}

dfn,
cite,
em,
i {
	font-family: 'Source Sans Pro Black Italic', arial;
    font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	color:#59595b;
    font:15px/26px 'Source Sans Pro', sans-serif;
    background:#fff;
     overflow-y: scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
  	max-width: 100%; /* Adhere to container width. */
}

table {
    font-size: 12px;
    margin: 20px 0 20px 0;
    border-spacing: 0;
 }
td{
    border-bottom: #dadada solid 1px;

    border-right: #dadada solid 1px;
}
td:last-child {
    border-right: #ffffff solid 1px;
}
tr:first-child td{
    border-top: #dadada solid 1px;
    font-size: 13px;
    font-weight: bold;
}
td{
    text-align: center;
}
td:first-child{
    text-align: left;
}
tr:nth-child(2n) {
    background: #ffffff; /* Φβες τξνΰ */
} 
tr:nth-child(1) {
    background: #ffffff; /* Φβες τξνΰ */
} 

td{
    padding: 10px 15px 10px 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"]/*,
input[type="submit"]*/ {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover/*,
input[type="submit"]:hover*/ {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.search-submit {
    background: url(http://rabotamedia.ru/wp-content/uploads/2017/08/icon-search.png) no-repeat scroll center 7px rgba(0, 0, 0, 0);
    border: none;
    width: 30px;
}
.search-submit:hover {
    background: url(http://rabotamedia.ru/wp-content/uploads/2017/08/icon-search-hover.png) no-repeat scroll center 7px rgba(0, 0, 0, 0);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #878a8a;
}

a:visited {
	color: #878a8a;
}

a:hover,
a:focus,
a:active {
	color: #878a8a;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	/*clear: both;
	display: block;
	float: left;
	width: 100%;*/
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-menu-other-page{
    margin-left: 195px;
    width: auto;
    margin-right: 20px;
    position: absolute;
    background: #f7f7f7;
}
.main-menu-first-page{
    display: none;
    margin-bottom: 10px;
}


@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 0.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.all-post{
    float: left;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*common site style*/
.container{
	width: 1170px;
	margin: 0 auto;
	padding: 10px 15px 0 15px;
 }
.container-top-bunner{
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
} 
.site-header .container{
	margin: 0 auto;
	padding: 0 15px;
 }
.headroom--pinned .container-top-bunner{
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s;
	width: 1170px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.headroom--unpinned .container-top-bunner{
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s;
	height: 0;
}
.headElemVisible{
    display: block;
}
.headElemNotVisible{
    display: none;
}
.container:after{
	content: '';
	display: block;
	clear: both;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.row:after{
  	content: '';
 	display: block;
  	clear: both;
}
.site-header{
    height: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 101;
	background: #fff;
}
.headroom--pinned .site-header-with-bunner{
    height: 160px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 101;
	background: #fff;
}
.headroom--unpinned .site-header-with-bunner{
    height: 80px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s;
}
.headroom--not-top{box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);}
.headroom--top{box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);}
.headroom {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
    transition: all 0.5s;
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
/*OtherLink*/
.headroom--pinned .other-link, .other-link{
    float: left;
    margin-right: 15px;
    margin-left: 25px;
}
.headroom--unpinned .other-link{
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s;
}

/*NavAnchor*/
#nav-anchor{
    		width: 260px;
    		float: right;
    		cursor: pointer;
            margin-left: -3px;
}
.search-field{
    width: 206px;
} 
.go-to-shop-button:hover {
    background: #E81923;
    }         
.go-to-shop-button {
    border-radius: 3px; 
    background: #4DC943; 
    margin-bottom: 5px; 
    text-align: center; 
    height: 38px; 
    width: inherit; 
    padding-top: 5px; 
    margin-top: 7px;   
    }      
       
.headroom--pinned #nav-anchor .widget_search{
	}
.headroom--unpinned #nav-anchor .widget_search{
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s;
    display: none;
	}

/*AddLogo*/
.headroom--unpinned .add-logo-div{
    width: 180px;
    height: 25px;
    margin: -10px 0 0 60px;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s;
}
.headroom--pinned .add-logo-div{
    margin: -10px 0 0 60px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s;
}
.site-branding .add-logo-div{
    width: 120px;
    height: 25px;
    margin: -10px 0 0 60px;
}
.add-logo-div .add-logo-img{
    width: auto;
    height: 25px;
    margin: 0 0 0 0;
}

.headroom--unpinned {
    /*-webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);*/
/*    margin-top: -93px;*/
}
.site-branding{
	float: left;
    margin-right: 10px;
}
.site-header .site-branding .custom-logo{
    height: 68px;
}
.headroom--unpinned .site-branding .custom-logo{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform:scale(0.5) translate(-50px, -25px);
    -ms-transform:scale(0.5) translate(-50px, -25px);
    -moz-transform:matrix(.5, 0, 0, .5, -40px, -10px);
    -o-transform:matrix(.5, 0, 0, .5, -28px, -15px);
    transform:matrix(.5, 0, 0, .5, -28px, -15px);
   
}
.headroom--pinned .site-branding .custom-logo{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s;
    height: 68px;
}
.site-branding .site-title{
	margin: 0;
}
.site-branding .site-description{
	margin: 0;
	font-size: 13px;
	line-height: 27px;
	color: #5b5b5d;
	letter-spacing: 0.03em;
}
.headroom .main-menu-other-page{
    bottom: 5px;
    top: auto;
}
.headroom--pinned .main-menu-other-page{
    bottom: 5px;
    top: auto;
}
.headroom--unpinned .main-menu-other-page{
    bottom: auto;
}
/*navigation style*/
.main-navigation{
	float: right;
	margin: 10px 13px 0 230px;
    bottom: 5px;
    position: absolute;
}

.main-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
}
.main-navigation ul:after{
	content: '';
	display: block;
	clear: both;
}
.main-navigation ul li{
	float: left;
	/*margin: 0 0 0 49px;*/
	margin: 0 0 0 40px;
}
.main-navigation ul li a{
	padding: 0 0 11px;
    padding-top: 25px;
	color: #59595b;
	display: block;
}
.main-navigation ul .current-menu-item a,
.main-navigation ul li .active{
	padding: 0 0 11px;
    padding-top: 25px;
	border-bottom: 1px solid #1c5d8c;
}
.main-navigation ul li a:hover,
.main-navigation ul li:hover > a{
	color: #8a8989;
	padding: 0 0 11px;
    padding-top: 25px;
	border-bottom: 1px solid #1c5d8c;
}
.main-navigation ul ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 222px;
	box-shadow: none;
	display: none;
}
.main-navigation ul ul li{
	margin: 0;
	float: none;
	display: block;
}
.main-navigation ul ul li a{
	background: #f7f7f7;
	display: block;
	padding: 11px 16px;
	border-bottom: 1px solid #d6d6d7;
	width: 100%;
}
.main-navigation ul ul li a:hover,
.main-navigation ul ul li:hover > a{
	/*border-bottom: 1px solid #d6d6d7;*/
	padding: 11px 16px;
}
.main-navigation ul li:hover ul{display: block;}
.main-navigation ul li:hover ul ul{display: none;}
.main-navigation ul ul li:hover > ul{display: block;}
.main-navigation ul ul ul{
	left: 100%;
	top: 0;
}


/*banner style*/
.bunner-format-2{
   display: none;
}
.bunner-format-1{
   display: block;
}
.banner{
    height: auto;
}
.banner-top-bunner{
	margin-top: 155px;
    height: auto;
}
.banner .flexslider{
	border: 0;
	background: none;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
    height: auto;
}
.banner img{
	width: 100%;
	vertical-align: top;
}
.banner-text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0px;
	z-index: 2;
}
.banner .flexslider .slides > li{position: relative;}
.banner-text .text{
	max-width: 480px;
	float: left;
	text-align: left;
	color: #fffcf7;
}
.banner-text .text .category{
	font-size: 14px;
	line-height: 0px;
	color: #fffaf3;
	display: block;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 19px;
}

.banner-text .text .category a{color: #fffaf3;}

.banner-text .text .title{
    font-size: 1.5vw;
    line-height: 1.2;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	letter-spacing: 1.5px;
	float: right;
	padding: 24px 0;
/**
	 * 	border-top: 1px solid #e5e6e6;
	 * 	border-bottom: 1px solid #e5e6e6;
	 */	margin: 0 0 20px;
	display: block;
	width: 100%; 
}
.banner-text .text .btn-more{
	float: left;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	border-radius: 5px;
	text-align: center;
	color: #3b3a3a;
	font-weight: 600;
	background: #ffbc00;
	width: 154px;
}
.banner-text .text .btn-more:hover{
	text-decoration: none;
	background: #eaad00;
}
.banner .flexslider .flex-control-nav{
	bottom: 10px;
	z-index: 2;
}
.banner .flexslider .flex-control-paging li a{border-color: #eef0f5;}
.banner .flexslider .flex-control-paging li .flex-active,
.banner .flexslider .flex-control-paging li a:hover{border-color: #257cbb;}
.banner .flexslider .flex-direction-nav{display: none;}

.side-banners{
    padding: 30px 30px 0 30px;
    margin-right: 30px;
}
.side-banners .img-banner-side-bar{
    width: auto;;
}




/* ------------- ΠΠΎΠ½ΡΠ΅ΠΉΠ½Π΅Ρ Ρ Π°Π΄Π°ΠΏΡΠΈΠ²Π½ΡΠΌΠΈ Π±Π»ΠΎΠΊΠ°ΠΌΠΈ------------- */
.masonry {
	margin: 1.5em 0;
	padding: 0;
	column-gap: 1.5em; /* ΠΠ±ΡΠ΅Π΅ ΡΠ°ΡΡΡΠΎΡΠ½ΠΈΠ΅ ΠΌΠ΅ΠΆΠ΄Ρ ΠΊΠΎΠ»ΠΎΠ½ΠΊΠ°ΠΌΠΈ */
	font-size: .85em;
	-moz-column-gap: 1.5em; /* Π Π°ΡΡΡΠΎΡΠ½ΠΈΠ΅ ΠΌΠ΅ΠΆΠ΄Ρ ΠΊΠΎΠ»ΠΎΠ½ΠΊΠ°ΠΌΠΈ Π΄Π»Ρ Firefox */
	-webkit-column-gap: 1.5em; /* Π Π°ΡΡΡΠΎΡΠ½ΠΈΠ΅ ΠΌΠ΅ΠΆΠ΄Ρ ΠΊΠΎΠ»ΠΎΠ½ΠΊΠ°ΠΌΠΈ  Π΄Π»Ρ Safari, Chrome ΠΈ iOS */
/**
 * 	-moz-column-count: 7;
 * 	-webkit-column-count: 7;
 * 	column-count: 7;
 */}

/* Π­Π»Π΅ΠΌΠ΅Π½ΡΡ Π² Π²ΠΈΠ΄Π΅ ΠΏΠ»ΠΈΡΠΎΠΊ Ρ ΡΠΎΠ΄Π΅ΡΠΆΠ°Π½ΠΈΠ΅ΠΌ */
.masonry .masonry-item {
	display: inline-block;
	background: #fff;
	padding: 1em;
	margin: 0 0 1.5em;
	width: 100%;
	box-sizing: border-box; /* ΠΠ·ΠΌΠ΅Π½Π΅Π½ΠΈΡ Π°Π»Π³ΠΎΡΠΈΡΠΌΠ° ΡΠ°ΡΡΠ΅ΡΠ° ΡΠΈΡΠΈΠ½Ρ ΠΈ Π²ΡΡΠΎΡΡ ΡΠ»Π΅ΠΌΠ΅Π½ΡΠ°.*/
	-moz-box-sizing: border-box; /* ΠΠ»Ρ Firefox */
	-webkit-box-sizing: border-box; /* ΠΠ»Ρ Safari, Chrome, iOS ΠΈAndroid */
	box-shadow: 2px 2px 4px 0 #ccc; /* ΠΠ½Π΅ΡΠ½ΡΡ ΡΠ΅Π½Ρ ΠΏΠ»ΠΈΡΠΎΠΊ */
}

/* Π‘ΡΠΈΠ»ΠΈ ΠΊΠ°ΡΡΠΈΠ½ΠΎΠΊ, Π²ΠΈΠ΄ΠΎΠ΅ ΠΈ ΡΡΠ΅ΠΉΠΌΠΎΠ² Π²Π½ΡΡΡΠΈ Π°Π΄Π°ΠΏΡΠΈΠ²Π½ΡΡ ΠΏΠ»ΠΈΡΠΎΠΊ */
.masonry .masonry-item img {
	max-width: 100%;
	height: auto;
	display: block;
}

.masonry .item iframe {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Π‘ΡΠΈΠ»ΠΈ ΡΡΡΠ»ΠΎΠΊ Π²Π½ΡΡΡΠΈ ΠΏΠ»ΠΈΡΠΎΠΊ */
.masonry-item a {
	text-decoration: none;
	color: #359CC6;
	margin: 0 10px;
}

/* Π‘ΡΠΈΠ»ΠΈ ΡΡΡΠ»ΠΎΠΊ ΠΏΡΠΈ Π½Π°Π²Π΅Π΄Π΅Π½ΠΈΠΈ */
.masonry-item a:hover {
	color: #E88F00;
	border-bottom: 1px dotted #9F1D35;
}

.masonry-wrapper {
	width: 1170px;
}

/* ΠΠ΅Π΄ΠΈΠ°-Π·Π°ΠΏΡΠΎΡΡ Π΄Π»Ρ ΡΠ°Π·Π»ΠΈΡΠ½ΡΡ ΡΠ°Π·ΠΌΠ΅ΡΠΎΠ² Π°Π΄Π°ΠΏΡΠΈΠ²Π½ΠΎΠ³ΠΎ ΠΌΠ°ΠΊΠ΅ΡΠ° */
/*
@media only screen and (min-width: 400px) {
	.masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 700px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 900px) {
	.masonry {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

@media only screen and (min-width: 1100px) {
	.masonry {
		-moz-column-count: 5;
		-webkit-column-count: 5;
		column-count: 5;
	}
}

@media only screen and (min-width: 1280px) {
	.wrapper {
		width: 1260px;
	}
}
*/



/*news-on-slider style*/
#news-on-slider{
    overflow: hidden;
    transition-duration: .3s;
/**
     *     border-radius: 10px;
     *     -moz-border-radius: 10px;
     *     -webkit-border-radius: 10px;
     *     -khtml-border-radius: 10px;
     */
    left:34.5%;
    top:15px;
    position:absolute;
    width: 30%;
    height: 35px;
	background: #ffffff;
    z-index: 100;
    opacity: .6 !important;
    border: 2px double #ffc032;
    padding-bottom: 5px;
    max-width: 400px;
}

#news-on-slider:hover{
    transition-duration: .7s;
    width: 400px;
    height: auto;
    opacity: 1 !important;
 }
#news-on-slider:hover .all-news-post-title{
    opacity: 1 !important;
}
#news-on-slider .all-news-post-title{
    color: #000000;
    margin: 0 0 15px 0;
    font-size: .8em;
    opacity: 0 !important;
    margin: 5px 0 10px 10px; 
    font-weight: bold; 
}
#news-on-slider h1{
    font-size: 1em;
    margin: .1em 0 .5em 1em;
    background-color: #ff0000!important;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255, 151, 151, 0.5) 0px 1px 1px;
    font-weight: bold;
 }
#news-on-slider .news-post-title{
    color: #000000;
    margin: 0 0 15px 0;
    font-size: .8em;
}

#news-on-slider .news-post-title:hover{
    background: #dedede;
}
#news-on-slider:last-child .news-post-title{
    margin-bottom: 5px;
}

#news-on-slider .news-post-title p{
    margin: -.5em 1em -.5em 1em;
}


/**
 * #news-on-slider:hover .news-post-title{
 *     transition-duration: .4s;
 *  }
 */
 
/*end news-on-slider style*/


/*agency-menu-on-slider style*/
#agency-menu-on-slider{
    overflow: hidden;
    transition-duration: .3s;
    left:75%; 
    top:15px;
/**
     *     border-radius: 10px;
     *     -moz-border-radius: 10px;
     *     -webkit-border-radius: 10px;
     *     -khtml-border-radius: 10px;
     * 
     */
    position:absolute;
    width: 250px;
    height: 35px;
	background: #ffffff;
    z-index: 100;
    opacity: .6 !important;
    border: 2px double #ffc032;
}

#agency-menu-on-slider:hover{
    transition-duration: .4s;
    height: auto;
    opacity: 1 !important;
 }
#agency-menu-on-slider h1{
    font-size: 1em;
    margin: .1em 0 .5em 1em;
    background-color: #ff0000!important;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255, 151, 151, 0.5) 0px 1px 1px;
    font-weight: bold;
}
 
#agency-menu-on-slider .content-div{
    margin: 0 0 0 0;
    padding: .5em 1em .5em 1em;

}
#agency-menu-on-slider .content-div:hover{
    background: #dedede;

}
 
/*end agency-menu-on-slider style*/



/*about style*/

.about-block{
	text-align: center;
	padding: 67px 0 77px;
}
#about{
	text-align: center;
    width: 100%;
	padding: 0px 0 0px;
}
#about .container_about{
	width: 1170px;
	margin: 0 auto;
/**
	 * 	padding-left: 15px;
	 */	padding-top: 5px;
/**
 * 	padding-right: 15px;
 */}

#about .heading-about-div{
	width: 1170px;
	margin: 0 auto;
}
#about .div-border{
    transition-duration: .25s;
    text-align: left;
}

#about .div-border:hover{
    transition-duration: .35s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
    transition-timing-function: ease-in-out;
}

#about .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
    color: #878a8a;
	margin: 0 0 21px;
    padding: 0 0 21px;

}
#about .heading p{margin: 0 0 1.5em;}
#about .dual-col{
    float: left;
    margin: 0 0 0 0;
	width: 49.99%;
}
#about .col{
	float: left;
	width: 39.99%;
    margin: 0 10% 8% 0;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
}
#about .col .icon-holder{margin: 0 0 18px;}
#about .col .title{
	font: 700 19px/22px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 18px;
	letter-spacing: 2px;
}
#about .col p{margin-top: 0;}
#about .col .text-holder{
    padding: 0 5px;
    text-align: left;
    margin-bottom: -15px;
}

#about .about-background{
    width: 100%;
    background: url(/wp-content/themes/business-one-page/images/background.jpg);
}

/*distribution section style*/
#distribution{
	padding: 5px 0 15px;
}
#distribution .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #FFFFFF;
	margin: 0 0 26px;
}

#distribution .distribution-row{
    width: 100%;
    float: left;
}
#distribution .distribution-post-group{
    float: left; 
    width: 49.9%;
}
#distribution .distribution-post{
    width: 92%;
    height: 160px;
    display: block;
    /* border-radius: 100px; */
    /*-moz-border-radius: 100px;*/
    /* -webkit-border-radius: 100px; */
    /*-khtml-border-radius: 50px;*/
    text-align: center;
    background: #ffffff;
    padding: 5px 5px 30px 5px;
    margin: 10px;
    transition-duration: .15s;
    }


  #distribution .distribution-post:hover{
      transition-duration: .35s;
      -webkit-transform:scale(1.1);
      -moz-transform:scale(1.1);
      -ms-transform:scale(1.1);
      -o-transform:scale(1.1);
      transform:scale(1.1);
      cursor:pointer;
     transition-timing-function: ease-in-out;
 }


#distribution .distribution-post-img {
    position: relative;
    top: 20px;
    height: 150px;
    width: auto;
}
#distribution .distribution-post-title {
    color: #59595b;
    font-size: .9em;
    font-weight: bold;
    margin: 10px 10px 5px 10px;
    position: relative;
    top: 10px;
    line-height: 1.0em;
}
#distribution .distribution-post-text {
    color: #59595b;
    font-size: .7em;
    margin: 10px 10px 5px 10px;
/**
     *     position: absolute;
     *     top: 70%;
     */
}
    
    
/*services section style*/
#services{
/**
	 * 	background: #f0f2f7;
	 */	padding: 10px 0 20px;
}
#services .heading,
#portfolio .heading{
    margin: 37px 0 17px 0;
    text-align: center;
    width: 100%;
}
#services .heading h1,
#portfolio .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #878a8a;
	margin: 0 0 21px;
	position: relative;
	letter-spacing: 1px; 
}

#services .heading p{margin-top: 0;}
#services .three-cols .row .col-feedback{
	float: left;
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
/**
	 * 	margin-bottom: 32px;
	 */	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
}
#services .three-cols .row .col-feedback div p{
    margin-bottom: -1em;
}
#services .three-cols .row .col-feedback div{
	padding: 5px;
}
#services .three-cols .row .col-feedback .img-holder{
	float: left;
    width: 20%;
	margin: 0 auto;
    margin-top: 10px;
}
#services .three-cols .row .col-feedback .text-holder{
    background: #f0f2f7;
	color: #252626;
	padding: 10px;
    border-radius: 5%;
}

#services .three-cols .row .col-feedback .text-holder .responce-short-link, 
.site-content .posts-list .post-area .text .responce-short-link{
	color: #ff0000;
    transition-duration: .15s;
}

#services .three-cols .row .col-feedback .text-holder .responce-short-link:hover,
.site-content .posts-list .post-area .text .responce-short-link:hover
{
    transition-duration: .25s;
    font-weight: bold;
	text-shadow: 1px 1px 2px gray, 0 0 1em gray;
    transition-timing-function: ease-in-out;

}

#services .three-cols .row .col-feedback .text-holder:after {
width: 0;
    display: block;
    content: "";
    position: relative;
    bottom: -33px;
    left: 70px;
    border-width: 12px;
    border-style: solid outset outset solid;
    border-top-color: #f0f2f7;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
#services .three-cols .row .col-feedback .title-holder{
	font: 700 7px/22px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 16px;
    position: relative;
    left: 10px;
    letter-spacing: 1px;
}
#services .three-cols .row .col-feedback .img-holder img{
	-webkit-border-radius: 200px;
	border-radius: 50%;}
#services .col{
	float: left;
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 32px;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
}
#services .col .title{
	font: 700 19px/22px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 16px;
	letter-spacing: 1px;
}
#services .col .icon-holder{
	float: left;
	margin: 6px 0 0 0;
	width: 63px;
}
#services .col .text-holder{
	overflow: hidden;
}
#services .col p{margin-top: 0;}
/*promotional-block style*/
.promotional-block{
	background: url(images/img2.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 78px 0 74px;
}
.promotional-block .title{
	font: 42px/46px 'Oxygen', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 26px;
	display: block;
}
.promotional-block p{margin: 0 0 32px;}
.promotional-block .btn-start{
	font-size: 19px;
	line-height: 58px;
	color: #3b3a3a;
	height: 58px;
	display: inline-block;
	background: #ffbc00;
	letter-spacing: 0;
	border-radius: 5px;
	text-transform: uppercase;
	width: 200px;
	text-align: center;
	font-weight: 600;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.promotional-block .btn-start:hover{
	text-decoration: none;
	background: #daa100;
}
/*portfolio style*/
#portfolio{padding: 69px 0 28px;}
#portfolio .heading h1{
	padding: 0 0 16px;
	margin: 0 0 17px;
}
#portfolio .heading p{margin-top: 0;}
#portfolio .portfolio-holder .btn-holder,
.blog-section .btn-holder{
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px;
}
#portfolio .portfolio-holder .btn-holder .btn{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #737376;
	border: 1px solid #e1e1e2;
	border-radius: 3px;
	background: none;
	margin: 0 5px;
	box-shadow: none;
	text-shadow: none; 
}
#portfolio .portfolio-holder .btn-holder .btn:hover,
#portfolio .portfolio-holder .btn-holder .active{
	background: #257cbb;
	border-color: #257cbb;
	color: #fff;
}
#portfolio .portfolio-col{
    padding-left: 0px;
    padding-right: 0px;
	float: left;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#portfolio .portfolio-col .img-holder{
	position: relative;
	float: left;
}
#portfolio .portfolio-col .img-holder img{vertical-align: top;}
#portfolio .portfolio-col .img-holder .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 83, 136, 0.8);
	color: #f3f3f3;
	padding: 40px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 1.5s;
}

#portfolio .portfolio-col .img-holder:hover .text{opacity: 1;}
#portfolio .portfolio-col .img-holder .text .box{
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
    display: table;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#portfolio .portfolio-col .img-holder .text .box .holder{
	 display: table-row;
}
#portfolio .portfolio-col .img-holder .text .box .holder .frame{
    display: table-cell;
	vertical-align: middle;
}
#portfolio .portfolio-col .img-holder .text .title{
    font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	color: #fff;
    display: block;
    font-family: 'Oxygen', sans-serif;
    position: relative;
    padding-bottom: 8px; 
	margin: 0 0 8px;
}
#portfolio .portfolio-col .img-holder .text .title:after{
	width: 27px;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #e6e6e6;
	content: '';
}
#portfolio .portfolio-col .img-holder .text p{margin-top: 0;}
#portfolio .portfolio-col .img-holder .text .category{
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 16px;
	line-height: 26px;
	display: block;
	margin: 0 0 1.5em;
}
#portfolio .portfolio-col .img-holder .text .btn-more{
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	width: 123px;
	text-align: center;
	color: #5c5858;
	background: #fff;
	border-radius: 5px;
    float: left;
    letter-spacing: 1px;
}
#portfolio .portfolio-col .img-holder .text .btn-more:hover{
	background: #e4e4e4;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#portfolio .btn-view,
.blog-section .btn-holder a{
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	width: 154px;
	display: inline-block;
	color: #3c3b3b;
	background: #ffbc00;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#portfolio .btn-view:hover,
.blog-section .btn-holder a:hover{
	text-decoration: none;
	background: #daa100;
}
#portfolio .portfolio-col .portfolio-div-link { 
    padding-left: 30px;

}
#portfolio .portfolio-col .portfolio-div-link .portfolio-image-link {
	float:left;
}
#portfolio .portfolio-col .portfolio-div-link .portfolio-image-label {
	padding: 15px;
	display: inline-flex;
}


/*presentation style*/

#presentation .heading{
    margin: 37px 0 17px 0;
    text-align: center;
    width: 100%;
}

/*end presentation style*/


/*our team style*/
.our-team{
	background: #f0f2f7;
	text-align: center;
}
.our-team .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	position: relative;
	letter-spacing: 1px; 
}
.our-team .heading p{margin-top: 0;}
.our-team .heading{
    margin: 37px 0 17px 0;
    text-align: center;
    width: 100%;
}
.our-team .team-holder .box{
	background: #fff;
	/*padding: 10px;*/
    width: 145px;
	position: relative;
	border-bottom: 2px solid #dddfe4;
}
.our-team .team-holder .box .img-holder{margin: 0 0 23px;}
.our-team .team-holder .box .img-holder img{
	width: 100%;
	vertical-align: top;
}
.our-team .team-holder .box .name{
	font: 700 0.9em/1em 'Oxygen', sans-serif;
	color: #252626;
	/*text-transform: uppercase;*/
	display: block;
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
/**
 * .our-team .team-holder .box .name:after{
 * 	width: 40px;
 * 	height: 1px;
 * 	background: #adadb3;
 * 	position: absolute;
 * 	top: 100%;
 * 	left: 44%;
 * 	content: '';
 * }
 */.our-team .team-holder .box .designation{
	font-size: 0.7em;
	line-height: 1.1;
	display: block;
	font-style: italic;
	color: #0b578e;
    height: 40px;
}
.our-team .team-holder .box .hover-state{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0b5388;
	color: #f3f3f3;
	padding: 0 5px;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	/*border: 10px solid #fff;*/
}
.our-team .team-holder .box:hover .hover-state{
	opacity: 1;
}
.our-team .team-holder .box .hover-state .name{color: #f8ffff;}
.our-team .team-holder .box .hover-state .name:after{background: #efeff6;}
.our-team .team-holder .box .hover-state .designation{color: #d5edff;}
.our-team .team-holder .box .hover-state .tabel-row{
	display: table-row;
    width: 100%;
}
.our-team .team-holder .box .hover-state .tabel-cell{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.lSAction > .lSPrev{
	background: url(images/btn-prev.png) no-repeat;
	width: 30px;
	height: 40px;
}
.lSAction > .lSNext{
	background: url(images/btn-next.png) no-repeat;
	width: 30px;
	height: 40px;
}
.lSAction > a{z-index: 1;}
/*clients section style*/
#clients{
/**
	 * 	background: url(images/img11.jpg) no-repeat;
	 * 	background-size: cover;
	 */	padding: 0 0 15px;
}
#clients .heading{
    margin: 37px 0 5px 0;
    text-align: center;
    width: 100%;
}
#clients .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #fff;
	margin: 0 0 0;
	position: relative;
	padding: 0 0 20px;
	letter-spacing: 1px;
	position: relative; 
}

#clients .column{
    height: 100%;
    margin: 0 0 -30px 0;
}
#clients .column img{
    margin: 0 0 0 0;
}
/*clients section style end*/
/*deploy-section*/
#deploy{
    
}
#deploy .heading{
    margin: 37px 0 17px 0;
    text-align: center;
    width: 100%;
}
#deploy .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	position: relative;
	letter-spacing: 1px; 
}
#deploy .deploy-row-large{
    width: 100%;
    float: left;
    margin: 0 0 20px;
    text-align: ce;
}
#deploy .deploy-row-small{
    width: 100%;
	margin: 0 0 15px;
    float: left;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0 10px 0;
}


#deploy .deploy-row-large .deploy-post-front-large {
    width: 31.4%;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-right: 0;
}
#deploy .deploy-row-large .deploy-post-front-large:first-child {
    text-align: center;
    margin-left: 10px;
}
#deploy .deploy-row-small .deploy-post-front-small {
    width: 45%;
    float: left;
    margin-left: 2%;
    margin-right: 0;
}
#deploy .deploy-row-small .deploy-post-front-small:first-child {
    margin: auto!important;
}
#deploy .deploy-post-img-wrapper {
/**
     *     border-radius: 10px;
     *     -moz-border-radius: 10px;
     *     -webkit-border-radius: 10px;
     *     -khtml-border-radius: 10px;
     */    
    width: 269px;
    max-width: 100%;
    height: 190px!important;
    position: relative;
    left: -1px;
    top: 0;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: auto!important;
    transition-duration: .15s;
    /**background-color: #ccc;**/
}
#deploy .deploy-post-img-wrapper:hover{
    transition-duration: .20s;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
    cursor:pointer;
    transition-timing-function: ease-in-out;
}
#deploy .deploy-post-img-small-wrapper {
    max-width: 100%;
    height: auto!important;
    position: relative;
    left: -1px;
    top: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    margin: auto!important;
    transition-duration: .15s;
}
#deploy .deploy-post-img-small-wrapper:hover{
    transition-duration: .20s;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
    cursor:pointer;
    transition-timing-function: ease-in-out;
}
#deploy .deploy-post-img-small {
    float: left;
    margin-left: 10px;
}
#deploy .deploy-post-title-small {
    margin: 5px 0 0 55px;
}
#deploy .deploy-post-img-large {
    position: relative;
    top: 20px;
}
#deploy .deploy-post-title-large {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 10px 5px 10px;
    position: relative;
    top: 10px;
}
#deploy .deploy-post-text-large {
    font-size: .8em;
    position: absolute;
    top: 70%;}
#deploy .deploy-row-small .deploy-post-front-small-group{
    float: left; 
    width: 49.9%;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*end-deploy-section*/  

  
/*blog-section style*/
.blog-section{padding: 71px 0 86px;}
.blog-section .heading{
	text-align: center;
	max-width: 855px;
	margin: 0 auto 40px;
}
.blog-section .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 20px;
	letter-spacing: 1px; 
}

.blog-section .columns-3{
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-section .columns-3 .post .img-holder{
	position: relative;
	margin: 0 0 27px;
}
.blog-section .columns-3 .post .img-holder .category{
	position: absolute;
	font-size: 14px;
	line-height: 17px;
	color: #f1f7fa;
	top: 10px;
	left: 10px;
}
.blog-section .columns-3 .post .img-holder .category a{
	color: #f1f7fa;
	display: inline-block;
	padding: 5px 10px;
	background: #50504e;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.blog-section .columns-3 .post .img-holder .category a:hover{
	text-decoration: none;
	background: #000;
	border-radius: 3px;
}
.blog-section .columns-3 .post .img-holder img{vertical-align: top;}
.blog-section .columns-3 .post .entry-header .entry-title{
	font: 700 25px/30px 'Oxygen', sans-serif;
	margin: 0 0 24px;
	letter-spacing: 1px;
	color: #252626;
}
.blog-section .columns-3 .post .entry-header .entry-title a{
	color: #252626;
}
.blog-section .columns-3 .post .entry-header .entry-title a:hover{
	text-decoration: none;
	color: #ffbc00;
}
.blog-section .columns-3 .post .entry-content{margin: 0;}
.blog-section .columns-3 .post .entry-content p{margin-top: 0;}
.blog-section .columns-3 .post .entry-meta{
	font-size: 11px;
	line-height: 12px;
	color: #88888c;
 }
.blog-section .columns-3 .post .entry-meta a{
 	color: #88888c;
 }
 .blog-section .columns-3 .post .entry-meta a:hover{
 	text-decoration: none;
 	color: #ffbc00;
 }
 /*testimonail style*/
 #testimonial{
 	background: #f0f2f7;
 	padding: 70px 0 68px;
 }
 #testimonial .heading{
	text-align: center;
	max-width: 855px;
	margin: 0 auto 40px;
}
#testimonial .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 20px;
	letter-spacing: 1px; 
}

.testimonial-slider{
	max-width: 945px;
	margin: 0 auto
}
.testimonial-slider .flexslider{
	background: none;
	border: 0;
	border-radius: 0;
	margin: 0;
	text-align: center;
}
.testimonial-slider .flexslider .slides .img-holder{
	width: 111px;
	margin: 0 auto;
}
.testimonial-slider .flexslider .slides .img-holder img{
	-webkit-border-radius: 200px;
	border-radius: 50%;
}
.testimonial-slider .flexslider .slides .name{
	font: 700 21px/25px 'Oxygen', sans-serif;
	color: #252626;
	letter-spacing: 1px;
	display: block;
	position: relative;
	padding: 0 0 13px;
	margin: 0 0 45px;
}
.testimonial-slider .flexslider .slides .name:after{
	width: 40px;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 48%;
	background: #adadb3;
	content: '';
}
.testimonial-slider .flex-direction-nav{display: none;}
.testimonial-slider .flex-control-nav{
	position: relative;
	bottom: 0;
}
.flex-control-paging li a{
	width: 13px;
	height: 13px;
	background: none;
	border: 1px solid #aeb2aa;
	box-shadow: none;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover{
	background: #257cbb;
	border-color: #257cbb;
}
/*contact style*/
#contact{padding: 73px 0 70px;}
#contact .heading{
	text-align: center;
	max-width: 855px;
	margin: 0 auto 40px;
}
#contact .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 20px;
	letter-spacing: 1px; 
}

#contact .columns-6{
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact h2{
	font: 700 21px/26px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	letter-spacing: 1px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
	width: 100%;
	font: 15px/18px 'Source Sans Pro', sans-serif;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.wpcf7-form textarea{
	height: 249px;
	resize: none;
}
.wpcf7-form input[type="submit"]{
	font: 19px/52px 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
	color: #3c3b3b;
	background: #ffbc00;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
	width: 100%;
	text-align: center;
	text-shadow: none;
}
.wpcf7-form input[type="submit"]:hover{
	background: #dda300;
}
.contact-info-lists{
	margin: 0 0 60px;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 17px;
	font-weight: 600;
}
.contact-info-lists li{
	padding-left: 41px;
	margin: 0 0 20px;
}
.contact-info-lists .address{
	background: url(images/icon-address.png) no-repeat 0 6px; 
}
.contact-info-lists address{
	font-style: normal;
	margin: 0;
}
.contact-info-lists .phone{
	background: url(images/icon-phone.png) no-repeat 0 6px;
}
.contact-info-lists .fax{
	background: url(images/icon-fax.png) no-repeat 0 6px;
}
.contact-info-lists .email{
	background: url(images/icon-email.png) no-repeat 0 6px;
}
.contact-info-lists li a{
	color: #2f7ab0;
}

.social-networks-contact{
    margin-left: auto;
    margin-right: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
    float: right;
}
.social-networks-share{
    margin-left: auto;
    margin-right: 0;
	margin: 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
    float: right;
}
.social-networks-share a{
	display: block;
	width: 38px;
	height: 38px;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	background: none;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	color: #9d9da1;
	border: 1px solid #9f9fa3;
    float: left;
    text-decoration: none;
}

.social-networks-share a:hover{
	background: #3b5998;
	color: #fff;
	border: none !important;
}
.social-networks-contact a{
	display: block;
	width: 38px;
	height: 38px;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	background: none;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	color: #fff !important;
	border: 1px solid #9f9fa3;
    float: left;
    text-decoration: none;
	border-color: #fff;
}

.social-networks-contact a:hover{
	background: #fff;
	color: #3b5998 !important;
	border: none !important;
}

.social-networks-share .a-ok:hover {
	background: #eb722e !important;
    
}

.social-networks-share .social-network-vk:hover{
    background: url(/wp-content/uploads/2017/09/vk_logo.png) no-repeat 6px 12px;
}
.social-networks-share .social-network-vk{
    background: url(/wp-content/uploads/2017/09/vk_logo_gray.png) no-repeat 6px 12px;
}
.social-networks-contact .social-network-vk:hover{
    background: url(/wp-content/uploads/2017/09/vk_logo_blue.png) no-repeat 6px 12px;
}
.social-networks-contact .social-network-vk{
    background: url(/wp-content/uploads/2017/09/vk_logo.png) no-repeat 6px 12px;
}
.social-networks-share .social-network-ok:hover{
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 0 0-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 0 0 1.688-1.687 1.69 1.69 0 0 0-1.688-1.688zm0 5.763a4.08 4.08 0 0 1-4.076-4.075 4.08 4.08 0 0 1 4.076-4.077 4.08 4.08 0 0 1 4.077 4.077 4.08 4.08 0 0 1-4.077 4.075zM10.025 15.624a7.633 7.633 0 0 1-2.367-.98 1.194 1.194 0 0 1 1.272-2.022 5.175 5.175 0 0 0 5.489 0 1.194 1.194 0 1 1 1.272 2.022 7.647 7.647 0 0 1-2.367.98l2.279 2.28a1.194 1.194 0 0 1-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 1 1-1.689-1.689l2.279-2.279'/%3E%3C/g%3E%3C/svg%3E");
}
.social-networks-share .social-network-ok{
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23eb722e' fill-rule='evenodd'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 0 0-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 0 0 1.688-1.687 1.69 1.69 0 0 0-1.688-1.688zm0 5.763a4.08 4.08 0 0 1-4.076-4.075 4.08 4.08 0 0 1 4.076-4.077 4.08 4.08 0 0 1 4.077 4.077 4.08 4.08 0 0 1-4.077 4.075zM10.025 15.624a7.633 7.633 0 0 1-2.367-.98 1.194 1.194 0 0 1 1.272-2.022 5.175 5.175 0 0 0 5.489 0 1.194 1.194 0 1 1 1.272 2.022 7.647 7.647 0 0 1-2.367.98l2.279 2.28a1.194 1.194 0 0 1-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 1 1-1.689-1.689l2.279-2.279'/%3E%3C/g%3E%3C/svg%3E");
}
.social-networks-share .social-network-gp:hover{
    fill: #fff;
    background: #dd4241 !important;
    }
.social-networks-share .social-network-gp{
    fill: #dd4241;
    
    }

/*site banner rotator*/
ul.slides_rotator{
    margin: 0;
    padding: 0;
    position: relative;
      list-style: none;
}

div.rotator{
    float: left;
    margin: 0 25px;
      position: relative;
}

a.rotator-nav{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 3;
    cursor: pointer;    
}

a.rotator-nav div{
    height: 32px;
    width: 32px;
    background: url('../images/nav.png')  no-repeat;    
}

#rotator-left{
    left:-16px;    
}

#rotator-left div{
    background-position: 0 0;    
}

#rotator-left:hover div{
    background-position: 0 -32px;    
}

#rotator-right{
    right:-16px;
}

#rotator-right div{
    background-position: -32px 0;    
}

#rotator-right:hover div{
    background-position: -32px -32px;
}

/*end site banner rotator*/

/*inner page style*/
.site-content{
	margin-top: 0;
	padding-bottom: 50px;
	overflow: hidden;
}
.site-content .content-area{
	padding-top: 51px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-area .post .post-thumbnail,
.content-area .page .post-thumbnail{margin-bottom: 36px;}
.content-area .post .post-thumbnail img{
	width: 100%;
	vertical-align: top;
}
.content-area .post .entry-header .byline{
	display: inline-block;
	padding-left: 22px;
	background: url(images/icon11.png) no-repeat 0 4px;
}
.content-area .post .entry-meta{
	font-size: 11px;
	line-height: 24px;
	margin-bottom: 8px;
}
.content-area .post .entry-header .entry-meta a{color: #88888c;}
.content-area .post .entry-header .entry-meta .posted-on a:hover{
	text-decoration: none;
	color: #f4b400;
}
.content-area .post .entry-header .entry-meta .byline a{color: #f4b400;}
.content-area .post .entry-header .entry-meta .posted-on{
	padding-left: 21px;
	margin-right: 30px;
}
.content-area .post .entry-header .entry-title,
.content-area .page .entry-header .entry-title{
	font: 17px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 15px;
}
.content-area .post .entry-content p,
.content-area .page .entry-content p{margin-top: 0;}
.content-area .post .entry-content h1,
.content-area .page .entry-content h1{
	font: 700 20px/26px 'Oxygen', sans-serif;
	color: #252626;
	margin: 30px 0 24px;
}
.content-area .post .entry-content h2,
.content-area .page .entry-content h2{
	font: 700 18px/20px 'Oxygen', sans-serif;
	color: #252626;
	margin: 30px 0 24px;
}
.content-area .post .entry-content h3,
.content-area .page .entry-content h3{
	font: 700 15px/16px 'Oxygen', sans-serif;
	color: #252626;
	margin: 30px 0 21px;
}
.content-area .post .entry-content h4,
.content-area .page .entry-content h4{
	font: 700 23px/27px 'Oxygen', sans-serif;
	color: #252626;
	margin: 25px 0 17px;
}
.content-area .post .entry-content h5,
.content-area .page .entry-content h5{
	font: 700 21px/25px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 10px;
}
.content-area .post .entry-content h6,
.content-area .page .entry-content h6{
	font: 700 19px/23px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 10px;
}
.content-area .post .entry-content blockquote,
.content-area .page .entry-content blockquote{
	margin: 0 0 1.5em 65px;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	color: #939393;
	border-left: 5px solid #ddd;
	padding: 0 0 0 21px;
	position: relative;
}
.content-area .post .entry-content blockquote:after,
.content-area .page .entry-content blockquote:after{
	background: url(images/bg-quote.png) no-repeat;
	width: 48px;
	height: 36px;
	position: absolute;
	top: 0;
	left: -69px;
	content: '';
}
.content-area .post .entry-content blockquote cite,
.content-area .page .entry-content blockquote cite{
	font-weight: 700;
	color: #939393;
}
.content-area .post .entry-content .pull-right{
	width: 262px;
	float: right;
	text-align: right;
	border-top: 3px solid #737374;
	padding: 16px 0 0;
	margin: 0 0 0 30px;
}
.content-area .post .entry-content .pull-left{
	width: 262px;
	float: left;
	border-top: 3px solid #737374;
	padding: 16px 0 0;
	margin: 0 30px 30px 0;
}
.content-area .post .entry-content .dropcap{
	color: #59595b;
    float: left;
    font-size: 100px;
    font-weight: 700;
    height: 80px;
    line-height: 73px;
    margin-right: 15px;
}
.content-area .post .entry-content .highlight{
	background: #ffbc00;
	padding: 0 3px;
}
.content-area .post .entry-content table th,
.content-area .page .entry-content table th{
	background: #eaecf1;
	font: 700 17px/24px 'Oxygen', sans-serif;
	color: #4f4f51;
	padding: 25px 30px;
	text-align: left;
}

.content-area .post{
    width: 100%;
    float: left;
    border-bottom: 1px solid #cfcfcf;
}
.content-area .page{
    width: 100%;
    float: left;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}

.content-area .post h2{
    margin: 0;
}

.content-area .img-thumbnail{
    float: left;
    margin-bottom: -20px;
}
.content-area .post-header{
    float: left;
    margin-left: 15px;
}

.content-area .post-text{
    float: left;
}

.content-area .postmetadata{
    float: left;
}

/**
 * .content-area .post .entry-content table td,
 * .content-area .page .entry-content table td{
 * 	background: #f0f2f5;
 * 	font: 17px/24px 'Source Sans Pro', sans-serif;
 * 	color: #59595b;
 * 	padding: 25px 30px;
 * 	text-align: left;
 * }
 */.content-area-table{
	background: #ffffff;
	font: 700 17px/24px 'Oxygen', sans-serif;
	color: #4f4f51;
	padding: 25px 30px;
	text-align: left;
	width: 100%;
}
.content-area .post .entry-content table tr,
.content-area .page .entry-content table tr{border: #dadada solid 1px;}
.content-area .post .entry-content table tr:first-child,
.content-area .page .entry-content table tr:first-child{border-bottom: 0;}
.content-area .post .entry-content pre,
.content-area .page .entry-content pre{
	position: relative;
    background: #f0f2f7;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1.5em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    color: #59595b;
}
.content-area .post .entry-content ul,
.content-area .page .entry-content ul,
.content-area .post .entry-content ol,
.content-area .page .entry-content ol{
	padding: 0;
}
.content-area .post form label,
.content-area .post form label{
	font-size: 19px;
	line-height: 26px;
	display: block;
	margin: 0 0 10px;
}
.content-area .post form input[type="text"],
.content-area .post form input[type="email"],
.content-area .post form input[type="url"],
.content-area .post form input[type="password"],
.content-area .page form input[type="text"],
.content-area .page form input[type="email"],
.content-area .page form input[type="url"],
.content-area .page form input[type="password"]{
	width: 60%;
	border: 1px solid #cfcfd4;
	border-radius: 3px;
	padding: 5px 10px;
}
.content-area .post form textarea,
.content-area .page form textarea{
	border: 1px solid #cfcfd4;
	border-radius: 3px;
	padding: 5px 10px;
	width: 100%;
	height: 160px;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-area .post form select,
.content-area .page form select{
	width: 255px;
	border: 1px solid #cfcfd4;
	border-radius: 3px;
	padding: 5px 10px;
}
.content-area .post form .radio-group,
.content-area .page form .radio-group{overflow: hidden;}
.content-area .post form .radio-button,
.content-area .page form .radio-button{
	float: left;
}
.content-area .post form .radio-button label,
.content-area .page form .radio-button label{
	float: left;
	margin-right: 30px;
}
.content-area .post form .radio-button input[type="radio"],
.content-area .page form .radio-button input[type="radio"]{
	float: left;
	margin: 6px 10px 0 0;
}
.content-area .post form .checkbox-button,
.content-area .page form .checkbox-button{
	overflow: hidden;
}
.content-area .post form .checkbox-button label,
.content-area .page form .checkbox-button label{
	float: left;
}
.content-area .post form .checkbox-button input[type="checkbox"],
.content-area .page form .checkbox-button input[type="checkbox"]{
	float: left;
	margin: 6px 10px 0 0;
}
.content-area .post form input[type="submit"],
.content-area .page form input[type="submit"]{
	font: 600 16px/38px 'Source Sans Pro', sans-serif;
	color: #3c3b3b;
	background: #ffbc00;
	border-radius: 5px;
	width: 102px;
	border: 0;
	box-shadow: none;
	height: 38px;
	padding: 0;
}
.content-area .post form input[type="submit"]:hover,
.content-area .page form input[type="submit"]:hover{
	background: #eaad00;
}
.content-area .post form input[type="reset"],
.content-area .page form input[type="reset"]{
	font: 600 16px/38px 'Source Sans Pro', sans-serif;
	color: #3c3b3b;
	background: none;
	border-radius: 5px;
	width: 102px;
	border: 1px solid #cbcbcb;
	box-shadow: none;
	height: 38px;
	padding: 0;
}
.content-area .post form input[type="reset"]:hover,
.content-area .page form input[type="reset"]:hover{
	background: #cbcbcb;
}

.content-area .td-metro-line-1{
	padding: 2px; color:#FFFFFF; font-weight: bold;
}
.content-area .td-metro-stantion-1{
	padding: 2px; color:#000000; font-weight: bold;
}
.content-area .td-separator-1{
	padding: 2px;
}
.content-area .div-separator-1{
	border-bottom: 1px solid rgb(153, 0, 0); line-height: 1px;
}

.content-area .td-separator-2{
	padding: 2px 2px 20px 2px;
}
.content-area .div-separator-2{
	BORDER-BOTTOM: #cccccc 1px solid; LINE-HEIGHT: 1px;
}

.content-area .image-align-left{
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
}
.content-area .image-align-center{
    display: block;
    margin: 0 auto 1.5em;
}
.content-area .td-image{
    padding: 2px; vertical-align: middle;
}
.content-area .div-clear{
    CLEAR: both;
}
.content-area .image-distribution{
    margin: 0px 15px 15px 0px;
}

.content-width-66-procent {
    width: 66.6667%;
}
.content-width-100-procent {
    width: 100%;
}

.entry-content div{
    margin: 15px 0 15px 0;
    line-height: 1.5;
}

.site-content .posts-list{
	padding-top: 51px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.site-content .posts-list .entry-title{
	font: 22px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 29px;
}
.site-content .posts-list .post-area{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    overflow: hidden; 
    position: relative;
}
.site-content .posts-list .post-area-metro-line{
    width: 100%;
/**
     *     margin-bottom: 10px;
     */    overflow: hidden; 
    position: relative;
}
.site-content .posts-list .post-area-metro-station{
    width: 100%;
    margin-bottom: 10px;
    border-bottom:  2px solid #dddfe4;
    overflow: hidden; 
    position: relative;
}
.site-content .posts-list .th_helper{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    float: left;
}
.site-content .posts-list .post-area .img-thumbnail{
    width: 100px;
    color: !important;
    margin: 5px 10px 5px 0;
    float: left!important;
}


.site-content .posts-list .post-area .text{
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 1.3;
    text-decoration: ;
    min-height: 99px;
    padding-bottom: 20px;
}
.site-content .posts-list .post-area .text-body{
    margin-bottom: 20px;
}
.site-content .posts-list .post-area .text2{
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    line-height: .95;
    min-height: 99px;
}
.site-content .posts-list .post-area h1{
    margin: 0 0 0 0;
}
.site-content .posts-list .post-area span{
    margin: 0 0 0 0;
    line-height: 1.3;
}

.site-content .posts-issue-list{
	padding-top: 51px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.site-content .posts-issue-list .post-issue-area{
    width: 130px;
    height: 200px;
    margin: 0 55px 10px 10px;
    overflow: hidden; 
    position: relative;
    float: left;
}
.site-content .posts-issue-list .post-issue-area-paper{
    width: 190px;
    height: 294px;
    margin: 0 55px 10px 10px;
    overflow: hidden; 
    position: relative;
    float: left;
}
.site-content .posts-issue-list .post-issue-area:after{
    width: 120px;
    margin: 0 0 10px 0;
    overflow: hidden; 
    position: relative;
    float: left;
}
.site-content .posts-issue-list .post-issue-area .img-thumbnail{
    overflow: hidden; 
}
.site-content .posts-issue-list .post-issue-area .text{
    overflow: hidden; 
    margin-top: -20px;
}




.tags-block{
	font-size: 16px;
	line-height: 20px;
	color: #59595b;
	padding: 31px 0 0;
	border-top: 1px solid #d9dbde;
	margin-top: 20px;
	margin-bottom: 50px;
}
.tags-block .cat-links{
	display: block;
	margin: 0 0 10px;
}
.tags-block a{
	color: #4d4d4f;
}
.tags-block a:hover{
	text-decoration: none;
	color: #ffbc00;
}
.tags-block .fa{
	font-size: 14px;
	color: #59595b;
	margin-right: 5px;
}
.author-block{
	padding: 0 0 50px;
	border-bottom: 1px solid #d9dbde;
	margin: 0 0 51px;
}
.author-block .author-title{
	font: 32px/36px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 32px;
}
.author-block .author-holder{overflow: hidden;}
.author-block .img-holder{
	float: left;
	margin-right: 20px;
}
.author-block .img-holder img{
	-webkit-border-radius: 200px;
	border-radius: 50%;
}
.author-block .text-holder{
	overflow: hidden;
}
.author-block .text-holder .author-name{
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	color: #252626;
	margin: 0 0 19px;
	position: relative;
	padding: 0 0 14px;
}
.author-block .text-holder .author-name:after{
	width: 28px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #8e8f91;
	content: '';
}
#comments .comments-title{
	font: 32px/36px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 36px;
}
.comment-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.comment-list .comment-body img{
	-webkit-border-radius: 200px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.comment-list .comment-body .says{display: none;}
.comment-list .comment-body .fn{
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	color: #252626;
}
.comment-list .comment-body .fn a{color: #252626;}
.comment-list .comment-body .fn a:hover{
	color: #f4b400;
	text-decoration: none;
}
.comment-list .comment-metadata a{
	font-size: 16px;
	line-height: 20px;
	color: #88888c;
}
.comment-list .comment-metadata a:hover{
	text-decoration: none;
	color: #f4b400;
}
.comment-list .comment-content{
	float: left;
	width: 80%;
}
.comment-list .comment-content p{margin: 0 0 20px;}
.comment-list .comment-body{
	overflow: hidden;
	border-bottom: 1px solid #d9dbde;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.comment-list .reply{
	float: right;
	width: 85%;
}
.comment-list .comment-metadata{margin: 0 0 5px;}
.comment-list .children{list-style: none;}
.comment-reply-title{
	font: 32px/36px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 36px;
}
.comment-form p{margin-top: 0;}
.comment-form:after{
	content: '';
	display: block;
	clear: both;
}
.comment-form label{
	font: 17px/26px 'Source Sans Pro', sans-serif;
	color: #636366;
	display: block;
	margin: 0 0 5px;
}
.comment-form .comment-form-author{
	float: left;
	width: 48%;
}
.comment-form .comment-form-email{
	float: right;
	width: 48%;
}
.comment-form .comment-form-url{
	display: block;
	width: 100%;
	overflow: hidden;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
	width: 100%;
	border-color: #cfcfd4;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-form textarea{
	width: 100%;
	border-color: #cfcfd4;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 160px;
	resize: none;
}
.comment-form input[type="submit"]{
	font: 600 16px/38px 'Source Sans Pro', sans-serif;
	color: #3c3b3b;
	background: #ffbc00;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
	height: 38px;
	padding: 0;
	text-shadow: none;
	padding: 0 25px;
}
.comment-form input[type="submit"]:hover{
	background: #eaad00;
}
/*sidebar style*/
.sidebar{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar .widget-area{
/**
	 * 	background: #f0f2f7;
	 */	padding-right: 30px;
	margin-right: 30px;
	padding-left: 30px;
	padding-top: 51px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
#secondary .widget{
	margin-bottom: 47px;
	border-bottom: 1px solid #d6d8dd;
}
#secondary .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 24px;
}
#secondary .widget ul li{
	border-bottom: 1px solid #e0e1e5;
/**
 *  	padding-bottom: 4px;
 *   	margin-bottom: 4px;
 */}
#secondary .widget ul li a{color: #59595b;}
#secondary .widget ul li a:hover{
	color: #8a8989;
	text-decoration: none;
}
#secondary .widget.widget_search{border-bottom: 0;}
#secondary .widget .search-form{
	overflow: hidden;
	border: 1px solid #c7c7c9;
	border-radius: 5px;
	padding: 12px 17px 14px 19px;
	margin: 0 0 0 0;
}
#secondary .widget .search-form label{
	float: left;
	width: 85%;
}
#secondary .widget .search-form input[type="search"]{
	border: 0;
	background: none;
	border-radius: 0;
	float: left;
	width: 100%;
	padding: 0;
	font-size: 15px;
	outline: none;
}
#secondary .widget .search-form input[type="submit"]{
	background: url(images/bg-search.png) no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	float: right;
	border: 0;
	padding: 0;
	box-shadow: none;
	margin: 6px 0 0 0;
}
#secondary .widget .search-form input[type="submit"]:hover{
	background: url(images/bg-search.png) no-repeat;
	box-shadow: none;
}
#secondary .widget .widget-title{
	font: 700 21px/25px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 18px;
	position: relative;
	padding: 0 0 9px;
	text-align: left;
}
#secondary .widget .widget-title:after{
	width: 35px;
	height: 2px;
	background: #8e8f91;
	position: absolute;
	left: 0;
	top: 100%;
	content: '';
}
#secondary .widget.widget-about p{margin-top: 0;}
#secondary .widget.widget_business_one_page_social_links .social-networks{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
}
#secondary .widget.widget_business_one_page_social_links .social-networks li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 0;
}
#secondary .widget.widget_business_one_page_social_links .social-networks li a{
	width: 36px;
	height: 36px;
	background: #4c4e4e;
	display: block;
	text-align: center;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	color: #f9f9ff;
}
#secondary .widget.widget_business_one_page_social_links .social-networks li a:hover{
	background: #f4b400;
}
#secondary .widget.widget_business_one_page_recent_post,
#secondary .widget.widget_business_one_page_popular_post{border-bottom: 0;}

#secondary .widget.widget_business_one_page_recent_post ul,
#secondary .widget.widget_business_one_page_popular_post ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary .widget.widget_business_one_page_recent_post ul li,
#secondary .widget.widget_business_one_page_popular_post ul li{
	overflow: hidden;
	padding: 0 0 10px;
	border-bottom: 1px solid #e3e5ea;
	margin: 0 0 10px;
}

#secondary .widget.widget_business_one_page_recent_post .post-thumbnail,
#secondary .widget.widget_business_one_page_popular_post .post-thumbnail{
	float: left;
	margin-right: 15px;
	width: 80px;
}

#secondary .widget.widget_business_one_page_recent_post .entry-header,
#secondary .widget.widget_business_one_page_popular_post .entry-header{
	overflow: hidden;
}

#secondary .widget.widget_business_one_page_recent_post .entry-header .entry-title,
#secondary .widget.widget_business_one_page_popular_post .entry-header .entry-title{
	font: 700 19px/22px 'Oxygen', sans-serif;
	margin: 0 0 7px;
}

#secondary .widget.widget_business_one_page_recent_post .entry-header .entry-title a,
#secondary .widget.widget_business_one_page_popular_post .entry-header .entry-title a{color: #252626;}

#secondary .widget.widget_business_one_page_recent_post .entry-header .entry-title a:hover,
#secondary .widget.widget_business_one_page_recent_post .entry-header .entry-meta a:hover,
#secondary .widget.widget_business_one_page_popular_post .entry-header .entry-title a:hover,
#secondary .widget.widget_business_one_page_popular_post .entry-header .entry-meta a:hover{
	text-decoration: none;
	color: #f4b400;
}

#secondary .widget.widget_business_one_page_recent_post .entry-header .entry-meta,
#secondary .widget.widget_business_one_page_popular_post .entry-header .entry-meta{
	font-size: 14px;
	line-height: 24px;
}

#secondary .widget.widget_business_one_page_recent_post .entry-header .entry-meta a,
#secondary .widget.widget_business_one_page_popular_post .entry-header .entry-meta a{
	color: #88888c;
}
#secondary .widget.widget_categories{
	border-bottom: 0;
	text-align: right;
}
#secondary .widget.widget_categories ul li a{float: left;}
#secondary .widget.widget_categories ul li .count{float: right;}
#secondary .widget.widget_archive{border-bottom: 0;}
#secondary .widget.widget_tag_cloud .tagcloud{
	overflow: hidden;
	margin-bottom: 22px;
}
#secondary .widget.widget_tag_cloud a{
	font-size: 15px;
	color: #59595b;
	float: left;
	border: 1px solid #bcbcc0;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#secondary .widget.widget_tag_cloud a:hover{
	text-decoration: none;
	background: #f4b400;
	border-color: #f4b400;
	color: #fff;
}
.widget_calendar caption{
	font: 700 16px/20px 'Oxygen', sans-serif;
	text-transform: uppercase;
	color: #9b9ca0;
	background: #e0e2e7;
	padding: 12px 0;
}
.widget_calendar table th{
	font: 700 16px/20px 'Source Sans Pro', sans-serif;
	color: #d6d8dd;
	height: 45px;
}
.widget_calendar table td{
	text-align: center;
	height: 32px;
	width: 32px;
	font: 16px/32px 'Source Sans Pro', sans-serif;
	color: #d6d8dd;
}
.widget_calendar table a{
	display: block;
	height: 100%;
	background: #ffbc00;
	color: #fff;
}
.full-width .site-content .content-area{width: 100%;}
.full-width .site-content .post-area{width: 100%;}
/*blog page style*/
.blog .content-area .post,
.category .content-area .post,
.archive .content-area .post{margin: 0 0 18px;}
.blog .post .text-holder,
.category .post .text-holder,
.archive .post .text-holder{
	margin: -35px 20px 0;
	background: #fff;
	padding: 40px;
	position: relative;
}
.blog .content-area .post .entry-header .entry-title,
.category .content-area .post .entry-header .entry-title,
.archive .content-area .post .entry-header .entry-title{
	font: 25px/32px 'Oxygen', sans-serif;
	margin: 0 0 15px;
}
.blog .content-area .post .entry-header .entry-title a,
.category .content-area .post .entry-header .entry-title a,
.archive .content-area .post .entry-header .entry-title a{
	color: #252626;
}
.blog .content-area .post .entry-header .entry-title a:hover,
.category .content-area .post .entry-header .entry-title a:hover,
.archive .content-area .post .entry-header .entry-title a:hover{
	text-decoration: none;
	color: #f4b400;
}
.blog .content-area .post .entry-content,
.category .content-area .post .entry-content,
.archive .content-area .post .entry-content{
	margin: 0;
}
.blog .content-area .post .entry-content:after,
.category .content-area .post .entry-content:after,
.archive .content-area .post .entry-content:after{
	content: '';
	display: block;
	clear: both;
}
.blog .content-area .post .entry-content .btn-readmore,
.category .content-area .post .entry-content .btn-readmore,
.archive .content-area .post .entry-content .btn-readmore{
	font-size: 16px;
	line-height: 42px;
	font-weight: 600;
	color: #3c3b3b;
	background: #ffbc00;
	width: 122px;
	height: 42px;
	text-align: center;
	float: left;
	border-radius: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.blog .content-area .post .entry-content .btn-readmore:hover,
.category .content-area .post .entry-content .btn-readmore:hover,
.archive .content-area .post .entry-content .btn-readmore:hover{
	text-decoration: none;
	background: #eaad00;
}
/*pagination style*/
.pagination{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
}
/*.page-numbers li{
	display: inline-block;
	margin: 0 1px;
}*/
.pagination a{
	display: inline-block;
	background: #f0f2f7;
	border-radius: 3px;
	padding: 0 12px;
	color: #a4a4a4;
}
.pagination a:hover{
	background: #1c5d8c;
	color: #fff;
	text-decoration: none;
}
.pagination .current{
	background: #1c5d8c;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 12px;
	border-radius: 3px;
}
.category .content-area .main-title,
.archive .content-area .main-title{
	font: 22px 'Oxygen', sans-serif;
    color: #252626;
    margin: 0 0 29px;
}
/*footer style*/
.site-footer{
	/*background: #59595b;*/
	padding: 70px 0 0;
	color: #d3d7d9;
	position: relative;
}
.site-footer a{color: #d3d7d9;}
.site-footer .container {
    margin: 0;
    width: 1170px;
}
.site-footer a:hover{
	text-decoration: none;
	color: #fff;
}
.site-footer .footer-t{
	border-bottom: 1px solid #49565f;
	padding-bottom: 25px;
    padding-left: 5%;
}
.footer-t .columns-3{
	float: left;
	width: 30%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-t .columns-map{
	float: left;
	width: 40%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-t .widget .widget-title{
	margin: 0 0 20px;
	font: 21px/26px 'Oxygen', sans-serif;
	color: #fafafa;
	position: relative;
	padding: 0 0 20px;
}
.footer-t .widget .widget-title:after{
	width: 27px;
	height: 1px;
	background: #838a95;
	position: absolute;
	left: 0;
	top: 100%;
	content: '';
}
.footer-t .widget ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: square;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	color: #babdbf;
}
.footer-t .widget ul li{margin: 0 0 24px;}
.footer-t .widget ul li a{color: #babdbf;}

.footer-t .widget ul li a:hover{
	color: #fff;
}

.footer-t .widget.widget_business_one_page_recent_post,
.footer-t .widget.widget_business_one_page_popular_post{border-bottom: 0;}

.footer-t .widget.widget_business_one_page_recent_post ul,
.footer-t .widget.widget_business_one_page_popular_post ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-t .widget.widget_business_one_page_recent_post ul li,
.footer-t .widget.widget_business_one_page_popular_post ul li{
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.footer-t .widget.widget_business_one_page_recent_post .post-thumbnail,
.footer-t .widget.widget_business_one_page_popular_post .post-thumbnail{
	float: left;
	margin-right: 15px;
	width: 80px;
}

.footer-t .widget.widget_business_one_page_recent_post .entry-header,
.footer-t .widget.widget_business_one_page_popular_post .entry-header{
	overflow: hidden;
}

.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-title,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-title{
	font: 700 19px/22px 'Oxygen', sans-serif;
	margin: 0 0 7px;
}

/*.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-title a,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-title a{color: #252626;}*/

.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-title a:hover,
.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-meta a:hover,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-title a:hover,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-meta a:hover{
	text-decoration: none;
	color: #fff;
}

.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-meta,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-meta{
	font-size: 14px;
	line-height: 24px;
}

.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-meta a,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-meta a{
	color: #88888c;
}

.footer-t .widget.widget_business_one_page_social_links .social-networks{
	overflow: hidden;
	list-style: none;
	margin: 0;
}

.footer-t .widget.widget_business_one_page_social_links .social-networks li{
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}

.site-info{
	font-size: 17px;
	line-height: 26px;
	color: #fafafa;
	padding: 30px 0;
    float: left;
    margin-right: 10px;
}
.scrollup {
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 23px;
    right: 115px;
    text-indent: -9999px;
    background: url(images/to-top.png) no-repeat;
}

.site{background: #fff;}

.custom-background-image .site,
.custom-background-color .site{margin: 20px;}

/*responsive style*/
@media only screen and (max-width: 1199px){
	.container{
		width: 100%;
        margin: 0 0 0 5px;
	}
    .site-footer .container {
        width: 100%;
    }
    .headroom--pinned .container-top-bunner, .container-top-bunner{
    	width: 100%;
    }
	#about .container_about{
		width: 970px;
	}
	.main-navigation ul li
    {margin: 0 0 0 20px;}

 }
@media only screen and (max-width: 1050px){
	.main-navigation{
		margin: 0;
		display: none;
		position: absolute;
		top: 71px;
		left: 0;
		width: 100%;
		border-top: 1px solid #ccc;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	}

}
@media only screen and (max-width: 1010px){
    #news-on-slider {
        left: 20%;
        }
.main-menu-other-page {
    width: auto;
} 
	.main-navigation{

}
@media only screen and (max-width: 991px){
	.container{width: 100%;}
	#about .container_about{width: 890px;}
    .footer-t .columns-map{
    	width: 100%;
    }
	.mean-container .mean-bar{
		background: none;
		max-width: 750px;
		margin: 0 auto;
		float: none;
	}
	.mean-container a.meanmenu-reveal{
		width: 30px;
		height: 30px;
		text-indent: -9999px !important;
		padding: 0;
		top: 35px;
	}
	.mean-container a.meanmenu-reveal span{display: none;}
	.mean-container .mean-nav{
		position: absolute;
		margin-top: 0;
		top: 110px;
	}
    .headroom--unpinned #nav-anchor .widget_search{
        -webkit-transform:scale(0);
        -ms-transform:scale(0);
    	-webkit-transition: 0.5s;
    	-moz-transition: 0.5s;
        transition: 0.5s;
    	}
    .headroom--pinned 	#nav-anchor .widget_search{
    		width: 250px;
/**
    		 *     		float: left;
    		 */    		cursor: pointer;
    	}

	.main-navigation ul li{
		float: none;
		margin: 0;
		display: block;
	}
	.main-navigation ul li a{
		display: block;
		background: #fff;
		padding: 15px 20px;
		border-bottom: 1px solid #ccc;
	}
	.main-navigation ul li a:hover,
	.main-navigation ul .current-menu-item a{
		padding: 15px 20px;
	}
	.site-header .container{position: relative;}
	#services .col{width: 50%;}
	.our-team .team-holder .box .name{
		font-size: 0.8em;
		line-height: 23px;
	}
	.our-team .team-holder .box .hover-state{
		font-size: 16px;
		line-height: 20px;
	}
	.our-team .team-holder .box .name::after{
		left: 36%;
	}
	.banner-text .text .btn-more{
		font-size: 14px;
		line-height: 38px;
		height: 38px;
		width: 115px;
	}
	.banner .flexslider .flex-control-nav{bottom: 20px;}
	.banner-text{bottom: 35px;}
	.sidebar{width: 100%;}
	.sidebar .widget-area{
		padding: 30px 30px 9999px;
		margin-right: 0;
	}
    .side-banners{
        padding-top: 30px;
    }

    .side-banners .img-banner-side-bar{
    width: 203px;
    }
    .site-content .posts-issue-list,
    .content-width-66-procent {
        width: 100%;
    }

}
@media only screen and (max-width: 920px){
	.container{
		width: 100%;}
 }
@media only screen and (max-width: 900px){
.main-menu-other-page {
    margin-left: 0;
    width: auto;
    margin-right: 0;
    float: left;
    position: relative;
    top: auto;
    left: auto;
} 
.headroom--pinned .main-menu-other-page {
    position: relative;
    top: auto;
    left: auto;
} 
.headroom--unpinned .main-menu-other-page {
position: absolute;
left: 203px;} 
}
@media only screen and (max-width: 880px){
	.container{
		width: 100%;}
    td{
    padding: 2px 2px 2px 2px;
}

 }
@media only screen and (max-width: 767px){
	.container{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
    #distribution .distribution-post-group {
    width: 100%;
    }
    #nav-anchor{
        		float: left;
                margin-left: 10px;
    }
	.bunner-format-1{
	   display: none;
	}
	.bunner-format-2{
	   display: block;
	}
    .banner{margin-top: -10px;}
    #news-on-slider{
        display: none;
        overflow: hidden;
        width: 400px;
        height: auto;
        left: auto;
        top: auto;
        float: left;
        position: inherit !important;
    	background: #ffffff;
        opacity: 1 !important;
        border: 2px double #ffc032;
        padding-bottom: 5px;
        margin: 5px;
    }
    #news-on-slider .all-news-post-title{
        opacity: 1 !important;
    }

     #agency-menu-on-slider{
        display: none;
        overflow: hidden;
        width: 250px;
        height: auto;
        left: auto;
        top: auto;
        position: inherit !important;
    	background: #ffffff;
        z-index: 100;
        opacity: 1 !important;
        border: 2px double #ffc032;
        margin: 5px;
    }
    #banner{
        height: auto;
    }
    #flexslider{
        height: auto;
    }
	#about .container_about{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
    #about .div-border{
    height: auto;
    transition-duration: .25s;
    text-align: left;
    }
	.promotional-block .title{font-size: 36px;}
	.promotional-block .btn-start{
		font-size: 14px;
		line-height: 42px;
		height: 42px;
		width: 147px;
	}
	#portfolio .portfolio-col,
	#portfolio .portfolio-col .img-holder{
		width: 100%;
		float: none;
		display: block;
	}
	#portfolio .portfolio-col .img-holder img{width: 100%;}
	#clients .columns-2{
		width: 100%;
		margin-bottom: 30px;
	}
	.blog-section .columns-3{
		width: 100%;
		margin-bottom: 30px;
	}
	.blog-section .columns-3 .post .img-holder img{width: 100%;}
	#contact .columns-6{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-t .columns-3{
		width: 100%;
		margin-bottom: 30px;
	}
	.banner-text .text .title{display: none;}
	#portfolio .portfolio-holder .btn-holder .btn{
		float: left;
		margin-bottom: 10px;
	}
	#portfolio .portfolio-col .img-holder .text .title{
		font-size: 20px;
		line-height: 24px;
	}
	#portfolio .portfolio-col .img-holder .text p{display: none;}
	#portfolio .portfolio-col .img-holder .text .btn-more{
		height: 32px;
		line-height: 32px;
	}
	.scrollup{right: 15px;}
	.main-navigation ul{display: block;}
	.content-area .post form input[type="text"],
	.content-area .post form input[type="email"],
	.content-area .post form input[type="url"],
	.content-area .post form input[type="password"],
	.content-area .page form input[type="text"],
	.content-area .page form input[type="email"],
	.content-area .page form input[type="url"],
	.content-area .page form input[type="password"]{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.author-block .text-holder{width: 100%;}
	.comment-list .children{
		margin-left: 0;
		padding-left: 0;
	}
	.comment-form .comment-form-author,
	.comment-form .comment-form-email{
		width: 100%;
	}
    #distribution .distribution-post {
    width: 95%;
    height: 160px;
    min-width: 190px;
    }
    #distribution .distribution-post:hover{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        cursor:pointer;
        transition-timing-function: ease-in-out;
    }
    
    #deploy .deploy-row-small .deploy-post-front-small-group{
        float: left; 
        width: 99.9%;
    }
    #deploy .deploy-row-large .deploy-post-front-large {
        width: 98%;
        float: left;
        margin-left: 0!important;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 0;
    }
    #deploy .deploy-post-img-wrapper:hover{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        cursor:pointer;
        transition-timing-function: ease-in-out;
    }
    #deploy .deploy-post-img-small-wrapper:hover{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        cursor:pointer;
        transition-timing-function: ease-in-out;
    }
    #about .div-border:hover{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        cursor: pointer;
        transition-timing-function: ease-in-out;
    }

    #deploy .deploy-row-large .deploy-post-front-large:first-child {
    margin-left: 0!important;
    }
    #services .three-cols .row .col-feedback{
    	float: left;
    	width: 100%;
    	padding-left: 15px;
    	padding-right: 15px;
    /**
    	 * 	margin-bottom: 32px;
    	 */	-webkit-box-sizing: border-box;
    	-mox-box-sizing: border-box;
    	box-sizing: border-box;
    }
    .headroom--pinned{
        height: auto;
     }

    .content-print{width: 100%!important;}
    .content-not-print{display: none;}

 }
@media only screen and (max-width: 567px){
    .banner{
    	margin-top: -10px;
        height: auto;
    }
    
    .banner-top-bunner{
    	margin-top: 255px;
        height: auto;
    }
    #distribution .distribution-post-group{
        float: left; 
        width: 99.9%;
    }
    #deploy .deploy-row-small .deploy-post-front-small {
        width: 97.9%;
        float: left;
        margin-left: 5px;
        margin-right: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center;
    }
    #deploy .deploy-row-small .deploy-post-front-small:first-child {
        margin-left: 5px!important;
        margin-right: 0!important;
        margin-bottom: 5px!important;
        margin-top: 5px!important;
    }
    #deploy .deploy-post-img-small-wrapper:hover{
    -webkit-transform:scale(1)!important;
    -moz-transform:scale(1)!important;
    -ms-transform:scale(1)!important;
    -o-transform:scale(1)!important;
    transform:scale(1)!important;
    }
	#about .col,
    #services .col{
		width: 89.9%;
		margin-bottom: 30px;
	}
    .headroom--pinned .other-link, .other-link {
        margin-left: 0;
    }
    #nav-anchor{
            text-align: left;
                margin-left: 0;
    }
    .main-menu-first-page{
    display: block;
    float: left;
    }

}
@media only screen and (max-width: 480px){
    #distribution .distribution-post {
    width: 95%;
    min-width: 190px;
    }

}
@media print {
    .sidebar{display: none;}
    .site-header{display: none;}
    .site-footer{display: none;}
    .container{width: 600px;}
    .entry-content{width: 600px;}
    .jivo-iframe-container-bottom{display: none;}
    #jivo-iframe-container{display: none;}
    #space-compens {display: none;}
    .button-search{display: none;}
    .content-print{width: 100%!important;}
    .content-not-print{display: none;}
}
