/*Theme Name: AlexandriaTheme URI: https://www.themealley.com/alexandria/Description: HTML5 & CSS3 Responsive WordPress Business theme with business style home page layout with welcome section, 3 product/services blocks and a client quote/testimonial section. 2 logo section layout options. 2 premade (Blue, Red) ready to use color schemes/skins. 3 widget areas in footer, 1 widget area in sidebar. 2 page layouts including a full width page template. Social media icons in footer. Version: 2.0.37Author: ThemeAlley.comAuthor URI: http://www.themealley.com/Tags: black, blue, gray, green, brown, pink, yellow, tan, purple, red, dark, light, silver, white, one-column, two-columns, three-columns, custom-menu, right-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header, responsive-layout, translation-ready, editor-styleLicense: GNU General Public LicenseLicense URI: license.txtAlexandria WordPress Theme, Copyright 2013 ThemeAlley.comAlexandria is distributed under the terms of the GNU GPLAlexandria is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.Resetting and rebuilding styles have been helped along thanks to the fine work ofEric Meyer http://meyerweb.com/eric/tools/css/reset/index.htmlalong with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/and Blueprint http://www.blueprintcss.org/*//* =Fonts-------------------------------------------------------------- */@font-face {    font-family: 'ChunkFiveRegular';
    src: url('skins/fonts/chunkfive/Chunkfive-webfont.eot');
    src: url('skins/fonts/chunkfive/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),         url('skins/fonts/chunkfive/Chunkfive-webfont.woff') format('woff'),         url('skins/fonts/chunkfive/Chunkfive-webfont.ttf') format('truetype'),         url('skins/fonts/chunkfive/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {    font-family: 'TitilliumText22LRegular';
    src: url('skins/fonts/titillium/TitilliumText22L003-webfont.eot');
    src: url('skins/fonts/titillium/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),         url('skins/fonts/titillium/TitilliumText22L003-webfont.woff') format('woff'),         url('skins/fonts/titillium/TitilliumText22L003-webfont.ttf') format('truetype'),         url('skins/fonts/titillium/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {    font-family: 'TitilliumText22LMedium';
    src: url('skins/fonts/titillium/TitilliumText22L004-webfont.eot');
    src: url('skins/fonts/titillium/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),         url('skins/fonts/titillium/TitilliumText22L004-webfont.woff') format('woff'),         url('skins/fonts/titillium/TitilliumText22L004-webfont.ttf') format('truetype'),         url('skins/fonts/titillium/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {    font-family: 'NobileRegular';
    src: url('skins/fonts/nobile/nobile-webfont.eot');
    src: url('skins/fonts/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),         url('skins/fonts/nobile/nobile-webfont.woff') format('woff'),         url('skins/fonts/nobile/nobile-webfont.ttf') format('truetype'),         url('skins/fonts/nobile/nobile-webfont.svg#NobileRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* =Reset-------------------------------------------------------------- */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {	font-size: 62.5%;
 /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */	overflow-y: scroll;
 /* Keeps page centred in all browsers regardless of content height */	-webkit-text-size-adjust: 100%;
 /* Prevents iOS text size adjust after orientation change, without disabling user zoom */	-ms-text-size-adjust: 100%;
 /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */}
body {	background: #fff;
}
article,aside,details,figcaption,figure,footer,header,nav,section {	display: block;
}
ol, ul {	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {	font-weight: normal;
	text-align: left;
}
td {	padding:1% 2%;
	}
.odd {	background:url(images/ten.png);
}
.even {	background:url(images/five.png);
}
blockquote:before, blockquote:after,q:before, q:after {	content: "";
}
blockquote, q {	quotes: "" "";
}
a:focus {	outline: thin dotted;
}
a:hover,a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */	outline: 0;
}
a img {	border: 0;
}
/* =Global----------------------------------------------- */body,button,input,select,textarea {	color: #000;
	font-family: 'NobileRegular', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	word-wrap:break-word;
	}
/* Headings */h1,h2,h3,h4,h5,h6 {	clear: both;
	font-family: 'TitilliumText22LRegular', sans-serif;
	line-height: 1.25;
	color: #775725;
}
h1{	font-size: 48px;
	font-size: 4.8rem;
}
h2{	font-size: 36px;
	font-size: 3.6rem;
}
h3{	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	border-bottom: 1px solid #DDDFE2;
}
.footerist {
font-size: 24.5px;
text-align: center;
border-bottom: 1px solid #4D4E4F;

}
h4{font-size: 3rem;
margin-bottom: 5px;
padding-bottom: 7px;
text-align: center;
border-bottom: 1px solid #DDDFE2;
}
h5{font-size: 3rem;
margin-bottom: 5px;
padding-bottom: 7px;
text-align: center;
border-bottom: 1px solid #DDDFE2;
}
h6{	font-size: 20px;
	font-size: 2.0rem;
}
hr {	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */p {	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;
}
b, strong {	font-weight: bold;
}
dfn, cite, em, i {	font-style: italic;
}
blockquote {	margin: 0 1.5em;
	padding:0 1.5em;
	border-left:1.0em solid #DDDFE2;
}
address {	margin: 0 0 1.5em;
}
pre {	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {	background: #fff9c0;
	text-decoration: none;
}
sup,sub {	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {	bottom: 1ex;
}
sub {	top: .5ex;
}
small {	font-size: 75%;
}
big {	font-size: 125%;
}
figure {	margin: 0;
}
table {	margin: 1.5em 0;
	width: 100%;
}
th {	font-weight: bold;
}
img {	height: auto;
 /* Make sure images are scaled correctly. */	max-width: 100%;
 /* Adhere to container width. */}
button,input,select,textarea {	font-size: 100%;
 /* Corrects font size not being inherited in all browsers */	margin: 0;
 /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */	vertical-align: baseline;
 /* Improves appearance and consistency in all browsers */	*vertical-align: middle;
 /* Improves appearance and consistency in all browsers */}
button,input {	line-height: normal;
 /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */}
button,html input[type="button"],input[type="reset"],input[type="submit"] {	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	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);
	cursor: pointer;
 /* Improves usability and consistency of cursor style between image-type 'input' and others */	-webkit-appearance: button;
 /* Corrects inability to style clickable 'input' types in iOS */	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {	border-color: #ccc #bbb #aaa #bbb;
	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,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,html input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {	border-color: #aaa #bbb #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="checkbox"],input[type="radio"] {	box-sizing: border-box;
 /* Addresses box sizing set to content-box in IE8/9 */	padding: 0;
 /* Addresses excess padding in IE8/9 */}
input[type="search"] {	-webkit-appearance: textfield;
 /* Addresses appearance set to searchfield in S5, Chrome */	-webkit-box-sizing: content-box;
 /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */	-webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */	border: 0;
	padding: 0;
}
input[type="text"],input[type="email"],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="password"]:focus,input[type="search"]:focus,textarea:focus {	color: #111;
}
input[type="text"],input[type="email"],input[type="password"],input[type="search"] {	padding: 3px;
}
textarea {	overflow: auto;
 /* Removes default vertical scrollbar in IE6/7/8/9 */	padding-left: 3px;
	vertical-align: top;
 /* Improves readability and alignment in all browsers */	width: 93.5%;
}
/* Links */a {	color:#000;
	text-decoration:none;
}
a:visited {	color: #777674;
}
a:hover,a:focus,a:active {	color:#575757;
	text-decoration:underline;
}
/* Alignment */.alignleft {	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {	clear: both;
	display: block;
	margin: 0 auto;
}
.widget-title {
font-size: 135%;
color: #BABABA;}
/* Text meant only for screen readers */.screen-reader-text {	
font-size: 120%;
color: #C37E00;
font-weight: 600;
width: 15%;
float: left;
min-width: 180px;
margin-right: 20px;
margin-left: 5px;
}
.screen-reader-text-footer {	
font-size: 120%;
color: #BABABA;
font-weight: 600;
float: left;
margin-top: 43px;
min-width: 180px;
}

/* Clearing */.clear:before,.clear:after,[class*="content"]:before,[class*="content"]:after,[class*="site"]:before,[class*="site"]:after {	content: '';
	display: table;
}
.clear:after,[class*="content"]:after,[class*="site"]:after {	clear: both;
}
/* Containers----------------------------------------------- */#wrapper-one{	width:100%;
	} 
#wrapper-two{	width:100%;
	}
#wrapper-three{	width:100%;
}
#page{	width:100%;
}
.responsive-container{	width:100%;
}
.header-social{	width:100%;
	background:#000;
	height:50px;
	display:none;
}
.site-header{	width: 100%;
width: 100%;
height: auto;
background: rgba(244, 244, 244, 0.85);
text-align: center;
position: fixed;
z-index: 1;
}
.site-slider{	width:100%;
	background:url(images/alexandria/header_bg2.jpg);
	height: 740px;
}
.site-main{	width:100%;
	padding: 2.5% 0;
}
.content-container{	width:100%;
}
.full-page-content-area{	width:100%;
	float:left;
	margin-top: 58px;
}
.content-area{	width:100%;
	float:left;
}
.site-content{	width:90%;
	margin:0 5%;
	}
.widget-area{	width:100%;
	margin:5% 0 0 0;
		float:left;
	background:#E4E6E9;
}
.footer-social{	width:100%;
	background:#333437;
}
.site-footer{	width:100%;
	background:#1f2022;
}
.site-info{	float:left;
	width:90%;
	padding:5%;
	color:#fff;
}
.footer-widget-two{	float:left;
	width:90%;
	padding:5%;
	color:#fff;
	}
.footer-widget-three{	float:left;
	width:90%;
	padding:5%;
	color:#fff;
	}
.footer-widget-two .widget select{	width:90%;
	margin:5% 5% 5% 0;
	padding:2%;
	color:#fff;
	background:#000;
	border:none;
}
.footer-widget-three .widget select{	width:90%;
	margin:5% 5% 5% 0;
	padding:2%;
	color:#fff;
	background:#000;
	border:none;
}
/* Logo Section----------------------------------------------- */.site-header-half-width-logo{	width:100%;
	margin:0;
	float:left;
	}
.site-branding{	padding:7% 0;
}
.site-header-half-width-logo .site-branding{	text-align:center;
}
.site-branding img{	max-width:90%;
	height:auto;
}
.main-logo span {}
 .site-title a, .site-title a:visited{	font-family: 'TitilliumText22LMedium';
	font-size: 20px;
	color: #423A18;
	text-decoration:none;
	line-height:1.1;
}
.site-description{	color: #423A18;
	font-family: 'NobileRegular', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
.site-header-half-width-nav{	width:100%;
	margin:0;
	float:left;
}
/* =Menu----------------------------------------------- */.tinynav { width:80%;
 display: block;
 margin:4% auto;
 padding:1%;
 background:#000000;
 color:#fff;
 border:1px solid #000;
 font-size:14px;
 font-size:1.4rem;
 }
#main-nav { display: none;
 float: right;
margin-right: -38px;
}
	.main-navigation {	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-top: -26px;
}
.main-navigation ul {	list-style: none;
	margin: 0;
	padding-left: 0;
}
 .main-navigation li {display: inline-block;
position: relative;
padding: 9px 0px;
}
.main-navigation li:hover {}
.main-navigation a {color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 1em 2em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
.main-navigation a:hover { transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.main-navigation a:active {   top: 1px;
}
.main-navigation ul ul {	display: none;
	float: left;
	position: absolute;
		top: 2.3em;
		left: 0;
	z-index: 99999;
	background:#000;
}
.main-navigation ul ul ul {	left: 100%;
	top: 0;
}
.main-navigation ul ul a {	width: 200px;
	color:#fff;
}
.main-navigation ul ul li {	margin:0;
	text-align:left;
}
.main-navigation ul ul li:hover {	background:#252525;
}
.main-navigation li:hover > a {}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul {	display: block;
}
.main-navigation li.current_page_item,.main-navigation li.current-menu-item {	}
.main-navigation li.current_page_item a,.main-navigation li.current-menu-item a {}
.nav-border-top{	border-top:1px solid #000;
}
/* =Site-Header----------------------------------------------- */.site-slider-custom-header{	width:100%;
	margin:0;
	text-align:center;
	line-height:0;
}
.site-slider-custom-header img{	max-width:100%;
	height:auto;
}
.site-slider-slider-one{	width:100%;
	margin: 18.9% 0;
	}
.site-slider-slider-one-image{	float:left;
	margin: -1.1% 0;
	width:90%;
 	text-align:center;
}
.site-slider-slider-one-image img{	max-width:90%;
	height:auto;
}
.deviz-main {display: inline-flex;
}
.site-slider-slider-one-text{	float:left;
	width:90%;
	margin:0 5%;
}
.site-slider-slider-one-text-heading{	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:center;
	font-size:60px;
	font-size:6.0rem;
	text-shadow: 1px 1px #000000;
	color:#fff;
	line-height:1.0;
	font-family:'TitilliumText22LMedium';
}
.site-slider-slider-one-text-description{	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:center;
	color:#fff;
	line-height:1.5;
}
.site-slider-slider-one-text-button{	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:center;
	}
.site-slider-slider-one-text-button a{	font-family: 'TitilliumText22LRegular', sans-serif;
	font-size:24px;
	font-size:2.4rem;
	color:#fff;
		border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;
}
/* =Content----------------------------------------------- */.sticky {}
.hentry {	margin: 0 0 1.5em;
}
.byline,.updated {	display: inline;
}
.single .byline,.group-blog .byline {	display: inline;
}
.page-content,.entry-content,.entry-summary {	margin: 1.5em 0 0;
}
.more-link{	background:#c3c5c7;
	padding:0.2em 1.0em;
	margin:0.5em 0.5em 0.5em 0;
	display:inline-block;
	}
.page-links {	clear: both;
	margin: 0 0 1.5em;
}
.phone1-footer {

}
.phone2-footer{

}
.page-links a{	margin: 0 0 0.5em 0.5em;
	background:#dddfe2;
	padding:0.2em 0.5em;
	font-size:13px;
	font-size:1.3rem;
}
.post .entry-title{	border-bottom:1px solid #dddfe2;
	padding:0 0 0.2em 0;
}
.page .entry-title{font-size: 0rem;
margin-top: -45px;
}
.post-ratings img{	margin:2px 2px 2px 0;
}
.entry-featured-image{	width:100%;
	margin:0 0 20px 0;
}
.entry-meta{	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #dddfe2;
	}
.entry-meta a{	font-weight:600;
	}
.entry-meta-bottom{	border-top:1px solid #dddfe2;
}
.uslugi-main {width: 100%;
padding: 0 5% 5% 20%;
overflow: auto;
}
.usligi-colon1 {float: left;
width: 41.33%;
}
.usligi-colon2 {float: left;
width: 45.33%;
margin: 0;
}
.tupe-uslug {margin-bottom: 9px;
font-size: 125%;
text-transform: none;
}
.galochka {background: url('../alexandria/images/galochka.png') center top no-repeat;
width: 32px;
height: 30px;
margin-left: -30px;
position: absolute;
}
.galochka2 {background: url('../alexandria/images/galochka.png') center top no-repeat;
width: 32px;
height: 30px;
margin-left: -30px;
position: absolute;
}
.entry-meta-bottom-item{	padding:0.5em 0;
	border-bottom:1px solid #dddfe2;
}
.entry-meta-bottom-item a{	font-weight:400;
	background:#c3c5c7;
	padding:0.2em 1.0em;
	margin:0 0.5em 0.5em 0;
	display:inline-block;
	font-size: 12px;
	font-size: 1.2rem;
		}
/* =Asides----------------------------------------------- */.blog .format-aside .entry-title,.archive .format-aside .entry-title {	display: none;
}
/* =Media----------------------------------------------- */.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley {	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {	text-align: center;
}
.wp-caption .wp-caption-text {	margin: 0.8075em 0;
}
.site-content .gallery {	margin-bottom: 1.5em;
	padding: 0 65px 0 125px;
}
.gallery-caption {}
.port-de-portholeo {
color: #777674;
font-weight: bold;
text-decoration: none;
text-shadow: rgba(255, 255, 255, 0.5) 1px 1px, rgba(100, 100, 100, 0.3) 3px 7px 3px;
user-select: none;
padding: 1em 2em;
outline: none;
border-radius: 3px / 100%;
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%), linear-gradient(to right, #FFF, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.3)), linear-gradient(to right, #7D7D7D, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #7D7D7D, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #DFBEAA, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5)), linear-gradient(to right, #DFBEAA, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5));
background-repeat: no-repeat;
background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
box-shadow: rgba(0, 0, 0, 0.5) 3px 10px 10px -10px;
}
.port-de-portholeo-otziv {
color: #777674;
font-weight: bold;
text-decoration: none;
text-shadow: rgba(255, 255, 255, 0.5) 1px 1px, rgba(100, 100, 100, 0.3) 3px 7px 3px;
user-select: none;
padding: 1em 2em;
outline: none;
border-radius: 3px / 100%;
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%), linear-gradient(to right, #FFF, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.3)), linear-gradient(to right, #7D7D7D, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #7D7D7D, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #DFBEAA, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5)), linear-gradient(to right, #DFBEAA, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5));
background-repeat: no-repeat;
background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
box-shadow: rgba(0, 0, 0, 0.5) 3px 10px 10px -10px;
}
.port-de-portholeo:hover {
color: #777674;
text-decoration: none;
transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.port-de-portholeo-otziv:hover {
color: #777674;
text-decoration: none;
transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.gallery-item {margin-right: -8px;
margin-left: -8px;
}
.site-content .gallery a img {	border: none;
	height: auto;
	max-width: 90%;
	border-radius: 12px;
	  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.gallery a img:hover {-webkit-filter: opacity(65%);
 }
.site-content .gallery dd {	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}
/* Make sure embeds and iframes fit their containers */embed,iframe,object {	max-width: 100%;
}
/* =Navigation----------------------------------------------- */.site-content [class*="navigation"] {	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {	float: right;
	text-align: right;
	width: 50%;
}
.post-navigation{	background:#dddfe2;
	padding:1.5em 0;
}
.post-navigation .nav-previous{	background:url(images/single_np_prev.png) no-repeat left;
	min-height:74px;
	width:100%;
	margin:2% 0;
}
.post-navigation .nav-next{	background:url(images/single_np_next.png) no-repeat right;
	min-height:74px;
	width:100%;
	margin:2% 0;
		}
.post-navigation .nav-previous a{	margin:0 0 0 50px;
	display:block;
	line-height:1.2;
}
.post-navigation .nav-next a{	margin:0 50px 0 0;
	display:block;
	line-height:1.2;
}
.post-navigation .nav-previous .meta-nav{	margin:0 0 0 50px;
}
.post-navigation .nav-next .meta-nav{	margin:0 50px 0 0;
}
.paging-navigation{	background:none;
}
.paging-navigation .nav-previous{	background:#dddfe2 url(images/single_np_prev.png) no-repeat left center;
	padding:0.7em 0 0.9em 0;
	width:100%;
	margin:5% 0;
}
.paging-navigation .nav-next{	background:#dddfe2 url(images/single_np_next.png) no-repeat right center;
	padding:0.7em 0 0.9em 0;
	width:100%;
	margin:5% 0;
}
.paging-navigation .nav-previous a{	margin:0 0 0 50px;
	display:block;
	line-height:1.2;
}
.paging-navigation .nav-next a{	margin:0 50px 0 0;
	display:block;
	line-height:1.2;
}
.paging-navigation .nav-previous .meta-nav{	margin:0 0 0 50px;
}
.paging-navigation .nav-next .meta-nav{	margin:0 50px 0 0;
}
/* =Comments----------------------------------------------- */.comments-area{	background:#dddfe2;
	padding:5% 0;
	margin:5% 0;
}
.comments-title{	width:90%;
	margin:2% 5%;
	}
.comment-navigation{	width:90%;
	margin:5% 5% !important;
	}
.comment-navigation .nav-previous a{	background:#c3c5c7;
	padding:0.4em 1.5em;
	display:inline-block;
}
.comment-navigation .nav-next a{	background:#c3c5c7;
	padding:0.4em 1.5em;
	display:inline-block;
}
.comment-list{	margin:2% 0;
	list-style:none;
	}
.comment, .pingback, .trackback, .no-comments{	background:url(images/comments.png);
	padding:4% 0;
	width:90%;
	margin:4% 5% 0 5%;
	}
.comment-body{	width:90%;
	margin:0 5%;
}
.comment-author{	width:100%;
}
.comment-author cite{	background:url(images/ten.png);
	padding:0.2em 1.5em;
	display:inline-block;
}
.comment-author time{	font-size: 12px;
	font-size: 1.2rem;
	font-weight:600;
}
.comment-author .edit-link{	font-size: 12px;
	font-size: 1.2rem;
}
.comment-author-image{		}
.comment-author-image img{	max-width:100%;
	height:auto;
}
.comment-author-name{}
.comment-author-name img{	float:left;
	margin:0 20px 20px 0;
}
.comment-content{	clear:both;
	width:100%;
}
.comment-body .reply a{	background:#000;
	color:#fff;
	padding:0.4em 2.0em;
}
.comment-list ul{	list-style:none;
	}
.comment-respond{	width:90%;
	margin:7% 5% 2% 5%;
	}
.comment-content a {	word-wrap: break-word;
}
.bypostauthor {}
/* =Widgets----------------------------------------------- */.widget {	width:80%;
	margin: 5% 5%;
	padding: 0 5%;
	color:#000;
}
.widget a{	color:#000;
}
.widget h1 {	margin: 0 0 0.5em 0;
}
.widget ul {	margin: 0 0 1.5em 0;
	list-style:none;
}
.widget ul li{	margin: 0 0 0 1.0em;
	border-bottom:1px solid #d0d2d5;
	padding:0.3em 0;
	}
.widget ul li a{	text-decoration:none;
	color:#000;
}
.widget ul li ul {	margin: 0 0 0.3em 0;
	padding:0.3em 0;
	}
.widget ul li ul li{	margin: 0 0 0 1.0em;
	padding:0.3em 0;
	border-bottom:0;
	}
.search-field{	width:95%;
	margin-bottom:10px;
	border-radius:0 !important;
	background:#D0D2D5 !important;
	border:0 !important;
	padding:0.7em 0 0.7em 5% !important;
}
.search-submit{	display:inline-block;
	padding:0.7em 2.5em !important;
	background:#000 !important;
	color:#fff !important;
	border:0 !important;
	box-shadow:none !important;
	line-height:1;
	border-radius:0 !important;
}
/* Footer Widgets */.site-footer .widget {	width: 80%;
margin: 17% 5%;
padding: 0 5%;
color: #8C9094;
font-size: 14px;
font-size: 1.4rem;
}
.site-footer .widget a{	color:#8C9094;
}
.site-footer .widget h1 {	margin: 0 0 0.5em 0;
	color:#B0B5BB;
	font-size:18px;
	font-size:1.8rem;
	}
.kniga {
text-align: center;
color: #000;
text-decoration: underline;
}
.zamanu {
text-align: center;
color: #C37E00;
font-size: 153%;
margin-top: 20px;
margin-bottom: 25px;
}
.zamanu-form {
max-width: 360px;
margin: auto;
border: solid 1px #DDD;
padding-top: 25px;
background: #EAE9E9;
border-radius: 12px;
}
.site-footer .widget ul {	margin: 0 0 1.5em 0;
	list-style:none;
}
.site-footer .widget ul li{	margin: 0;
	border-bottom:1px solid #151618;
	padding:0.3em 0;
	}
.site-footer .widget ul li a{	text-decoration:none;
	color:#8C9094;
}
.site-footer .widget ul li ul {	margin: 0 0 0.3em 0;
	padding:0.3em 0;
	}
.site-footer .widget ul li ul li{	margin: 0 0 0 1.0em;
	padding:0.3em 0;
	border-bottom:0;
	}
.site-footer .search-field{	background:#2F2F2F !important;
	color:#878786;
}
.site-footer .search-submit{	background:#000 !important;
	color:#fff !important;
}
.site-footer .wp-caption {	border: 1px solid #000;
}
/* Make sure select elements fit in widgets */.widget select {	width: 90%;
	margin:5%;
	background:#D0D2D5;
}
/* Search widget */.widget_search .search-submit {}
/* =Infinite Scroll----------------------------------------------- *//* Globally hidden elements when Infinite Scroll is supported and in use. */.infinite-scroll .paging-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;
}
/* BizOne Section----------------------------------------------- */.biz0ne{	width:100%;
}
.biz0ne-products-services-description li {}
.biz0ne-welcome{	width:90%;
	padding: 0 5% 1% 5%;
}
.biz0ne-welcome h1{	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	font-size:50px;
	font-size:5.0rem;
}
.biz0ne-welcome p{	text-align: center;
}
.biz0ne-products-services{	width:90%;
padding: 0 0% 0% 18%;
	overflow:auto;
}
.biz0ne-products-services-item{	width:100%;
	float:left;
	margin:0 0 7% 0;
}
.biz0ne-products-services-img{	width:86%;
	margin:0 7%;
	background:#E9E8E4;
		border-radius: 18px;
	text-align: center;
}
.biz0ne-products-services-img img{	max-width:100%;
	height:auto;
}
.biz0ne-products-services-name{	width:86%;
	margin:0 7%;
	font-family: 'TitilliumText22LRegular', sans-serif;
	font-size:36px;
	font-size:3.6rem;
	padding:2% 0 0 0;
}
.biz0ne-products-services-description{	width: 86%;
margin: 0 7%;
line-height: 20px;
margin-top: 5px;
margin-bottom: 10px;
font-size: 86%;
text-transform: uppercase;
}
.CAPTCHA { 
margin-top: 9px;
margin-left: 20px; 
margin-bottom: -13px;
}
.CAPTCHA-ent {

}
.biz0ne-quote{	width:90%;
	border:1px solid #E4E7E9;
	margin:0 auto 5% auto;
	overflow:auto;
	padding:30px 0;
}
.biz0ne-quote-text{	width:90%;
	float:left;
	margin:0 5% 15px 5%;
	background:url(images/quote.png) top left no-repeat;
		}
.biz0ne-quote-text p{	margin:0 0 0 100px;
}
.biz0ne-quote-name{	width:86%;
	float:left;
	margin:0 7% 0 7%;
	text-align:right;
	}
.biz0ne-quote-name span{	padding:0.4em 2.0em;
	display:inline-block;
	background:#E4E7E9;
}
/* BizTwo Section----------------------------------------------- */.biztwo{	width:100%;
}
.biztwo-products-container{	float:left;
	width:100%;
	}
.biztwo-welcome{	width:90%;
	padding:0 5% 5% 5%;
}
.biztwo-welcome h1{	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	font-size:50px;
	font-size:5.0rem;
}
.biztwo-welcome p{	width:100%;
	text-align:left;
}
.biztwo-products-services{	width:100%;
}
.biztwo-products-services-item{	width:90%;
	margin:2% auto;
	overflow:auto;
}
.biztwo-products-services-img{	float:left;
	width:100%;
}
.biztwo-products-services-img img{	max-width:100%;
	height:auto;
}
.biztwo-products-services-content{	float:left;
	width:100%;
	}
.biztwo-products-services-name{	width:86%;
	margin:0 auto 10px auto;
	text-align:left;
	font-family: 'TitilliumText22LRegular', sans-serif;
	font-size:36px;
	font-size:3.6rem;
	}
.biztwo-products-services-description{	width:86%;
	margin:0 auto 10px auto;
	text-align:left;
}
.biztwo-quote{	width:90%;
	border:1px solid #E4E7E9;
	margin:0 auto 5% auto;
	overflow:auto;
	padding:30px 0;
}
.button-zakaz {margin-top: 15px;
}
.contact-comment {max-width: 322px;
max-height: 500px;
height: 100px;
}
.contact-name {width: 93.5%;
margin-bottom: 15px;
}
.otziv-name {
color: #C37E00;
font-size: 135%;
padding: 0px 15px 0px;
}
.otziv-add {
padding: 0px 15px 0px;
color: #775725;
}
.otziv-main {

} 
.otziv-comment {
line-height: 20px;
padding: 0px 15px 0px;
margin-bottom: 5px;
}
.otziv-right {
max-width: 700px;
height: auto;
border: solid 2px #C37E00;
border-radius: 15px;
background: #F9F9F9;
margin: 15px auto;
}
.butt-otziv{

} 
.otziv-left {
max-width: 700px;
height: auto;
border: solid 2px #C37E00;
border-radius: 15px;
background: #F9F9F9;
margin: 15px auto;
}
.zakaz-text {margin-bottom: 15px;
margin-top: 15px;
margin-left: -12px;
color: #373737;
text-transform: uppercase;
font-size: 20px;
text-align: center;
text-shadow: 1px 1px 0 rgba(199, 199, 199, 0.5);
}
.biztwo-quote-text{	width:90%;
	float:left;
	margin:0 5% 15px 5%;
	background:url(images/quote.png) top left no-repeat;
		}
.biztwo-quote-text p{	margin:0 0 0 100px;
}
.biztwo-quote-name{	width:86%;
	float:left;
	margin:0 7% 0 7%;
	text-align:right;
	}
.biztwo-quote-name span{	padding:0.4em 2.0em;
	display:inline-block;
	background:#E4E7E9;
}
.biztwo-portfolio-container{	float:left;
	width:100%;
	}
.biztwo-portfolio{	width:90%;
	margin:15px auto 0 auto;
	background:#E4E6E9;
	min-height:300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		}
.biztwo-portfolio-heading{	width:90%;
	padding:0 5%;
	background:url(images/ten.png);
	font-size:36px;
	font-size:3.6rem;
	text-align:left;
	font-family: 'TitilliumText22LRegular', sans-serif;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
			margin:0 0 20px 0;
}
.biztwo-portfolio-item{	padding:0 0 20px 0;
}
.biztwo-portfolio-item-image{	width:86%;
	margin:0 auto;
	}
.biztwo-portfolio-item-image img{	max-width:100%;
	height:auto;
	}
.biztwo-portfolio-item-name{	width:90%;
	margin:0 auto;
	text-align:center;
	}
/* Social Section----------------------------------------------- */.footer-social-icons{	width:90%;
	text-align:center;
	padding:15px 0 10px 0;
	margin:0 5%;
}
.footer-social-icons li{	display:inline-block;
}
/* Footer Section----------------------------------------------- */.site-info a{	color: #4D4E4F;;
}
.site-info h3{	font-size:48px;
	font-size:4.8rem;
	font-family:'ChunkFiveRegular';
	line-height:1.1;
	width:86%;
	margin:0 7%;
	text-align:center;
}
.site-info h3 a{	color:#515254;font-size: 54%;
}
.site-info p{	width:84%;
	margin:0 8% 5px 8%;
	color:#515254;
	line-height:1.3;
	text-align:center;
}
.site-info p a{	color:#515254;
}
.site-info p a:hover{	text-decoration:none;
}
.footer-search{	width:64%;
	margin:20px auto 5px auto;
	}
.footer-search .search-field{	background:#2F2F2F !important;
	color:#878786;
}
.footer-search .search-submit{	background:#000 !important;
	color:#fff !important;
}
.wpcf7-text{}
.wpcf7-textarea{}
.wpcf7-select{	background:#e0e2e5 !important;
	border:none;
}
.wpcf7-quiz{	background:#e0e2e5 !important;
	border:3px solid #d8d9dc !important;
}
.wpcf7-date{	background:#e0e2e5 !important;
	border:3px solid #d8d9dc !important;
	}
.wpcf7-number{	background:#e0e2e5 !important;
	border:3px solid #d8d9dc !important;
	}
.wpcf7-captchar {
margin-top: 15px;
width: 93.5%;
	}
.wpcf7-submit{	background:#4F4F4F  !important;
	color:#fff !important;
	padding:1.0em 3em !important;
	box-shadow:none !important;
	text-shadow:none !important;
}
/* Responsive Rules----------------------------------------------- *//* styles for less than 400px */
@media screen and (max-width : 399px) {
.deviz-main {
font-size: 18px;
display: none;

}

.screen-reader-text {
font-size: 100%;
color: #C37E00;
font-weight: 600;
width: 15%;
float: left;
min-width: 180px;
margin-right: 20px;
margin-left: 18%;
margin-bottom: 20px;
}
.biz0ne-products-services {
width: 100%;
padding: 0 0% 0% 7%;
overflow: auto;
}
.site-content .gallery {	
	padding: 0;
}
.etap-biz0ne-products-services-item {
text-align: center;
}
.biz0ne-products-services {
width: 100%;
padding: 0 0% 0% 7%;
overflow: auto;
margin-bottom: -65px;
}
.footer-contact-main {
margin-left: 15px;
}
.main-logo-footer {
text-align: center;
}
.footer-widget-three {
float: left;
width: 100%;
padding: 0%;
color: #FFF;
text-align: center;
margin-top: -38px;
} 
.phone1-footer {
margin-left: 65px;
color: #FFF;
}
.phone2-footer{
margin-left: 65px;
color: #FFF;
}
.screen-reader-text-footer{

}
.port-de-portholeo {
font-size: 13px;
color: #777674;
font-weight: bold;
text-decoration: none;
text-shadow: rgba(255, 255, 255, 0.5) 1px 1px, rgba(100, 100, 100, 0.3) 3px 7px 3px;
user-select: none;
padding: 1em 2em;
outline: none;
border-radius: 3px / 100%;
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%), linear-gradient(to right, #FFF, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.3)), linear-gradient(to right, #7D7D7D, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #7D7D7D, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #DFBEAA, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5)), linear-gradient(to right, #DFBEAA, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5));
background-repeat: no-repeat;
background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
box-shadow: rgba(0, 0, 0, 0.5) 3px 10px 10px -10px;
}
.port-de-portholeo-otziv {
color: #777674;
font-weight: bold;
text-decoration: none;
text-shadow: rgba(255, 255, 255, 0.5) 1px 1px, rgba(100, 100, 100, 0.3) 3px 7px 3px;
user-select: none;
padding: 1em 2em;
outline: none;
border-radius: 3px / 100%;
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%), linear-gradient(to right, #FFF, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.3)), linear-gradient(to right, #7D7D7D, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #7D7D7D, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #DFBEAA, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5)), linear-gradient(to right, #DFBEAA, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5));
background-repeat: no-repeat;
background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
box-shadow: rgba(0, 0, 0, 0.5) 3px 10px 10px -10px;
font-size: 14px;}

#gallery-1 .gallery-item  dl{
float: left;
margin-top: 10px;
text-align: center;
width: 100%;
}
.gallery-item {
margin-right: auto;
margin-left: auto;
}
.site-slider-slider-one-text {
width: 100%;
margin: 0 2.5%;
}
.name-main {
margin-bottom: 15px;
margin-top: 15px;
color: #373737;
text-transform: uppercase;
font-size: 20px;
margin-left: 27px;
text-align: center;
text-shadow: 1px 1px 0 rgba(199, 199, 199, 0.5);
}
.site-slider-slider-one-image {
float: left;
margin: 91.9px 0;
width: 90%;
text-align: center;
color: #4D2E0A;
font-size: 135%;
font-weight: 600;
margin-bottom: 1px;
}
.site-header {
width: 100%;
width: 100%;
height: auto;
background: rgba(244, 244, 244, 0.85);
text-align: center;
position: absolute;
z-index: 1;
}
.site-header-half-width-logo {
display: none;}
.main-logo {
margin-left: 18%;
margin-bottom: -25px;
width: 60%;
float: left;
}
.h-work {
font-size: 71%;
display: none;
}
}
/* styles for 400px - 600px */@media screen and (min-width : 400px) and (max-width : 599px) {.site-header-half-width-logo {display: none;}.screen-reader-text {font-size: 120%;
color: #C37E00;
font-weight: 600;
width: 100%;
float: left;
display: -webkit-inline-box;
min-width: 180px;
margin-right: 20px;
margin-left: 5px;}
.phone2 {margin-right: 15px;
}
.phone1 {margin-right: 15px;
}
.h-work {
margin-right: 15px;
}
	}

/* styles for 600px - 900px */@media screen and (min-width : 600px) and (max-width : 900px) {.site-branding{	padding:5% 0;
}
.screen-reader-text {font-size: 120%;
color: #C37E00;
font-weight: 600;
width: 100%;
float: left;
display: -webkit-inline-box;
min-width: 180px;
margin-right: 20px;
margin-left: 5px;}
.phone2 {margin-right: 15px;
}
.phone1 {margin-right: 15px;
}
.h-work {
margin-right: 15px;
}
}
@media screen and (min-width : 400px) and (max-width : 1240px) {	
.site-header-half-width-logo {display: none;}
}
/* styles for 901px - 1200px */@media screen and (min-width : 901px) {.responsive-container{	max-width:1200px;
	margin:0 auto;
}
.site-header-half-width-logo{	width: 26%;
margin: 1.5% 2%;
float: left;
	}
.site-header-half-width-logo .site-title, .site-header-half-width-logo .site-description{	text-align:left;
} 
.site-branding{	padding:3% 0;
}
.site-header-half-width-logo .site-branding{	text-align:left;
text-align: left;
margin-top: -38px;
}
.h-work {
font-size: 71%;
}
.site-header-half-width-nav{	width:35%;
width: auto;
float: left;
margin-top: 42px;
border-top: 0;
}

.etap-biz0ne-products-services-img {
width: 86%;
margin: 0 7%;
background: #E9E8E4;
border-radius: 18px;
text-align: center;

}

.etap-biz0ne-products-services-item {
width: 19%;
margin-top: 23px;
float: left;
} 
.main-logo {
width: 17%;
margin-top: 12px;
float: left;
}
.main-logo-footer {
width: 37%;
margin: 0 7% -34px;
}
.etap-biz0ne-products-services-item1 {
float: left;
width: 19.33%;
margin: 0;
padding-top: 23px;
}
.h4et {
padding: 30px 0 5px 0;
}
.etap-biz0ne-products-services {
width: 100%;
overflow: auto;
margin-left: 2%;
padding-top: 20px;

}
.footer-contact-main {
width: 100%;
overflow: auto;
margin-left: 2%;
padding-top: 55px;
text-align: center;
}
.plan {

}
.site-info h3 a:hover {
text-decoration: none;
}
.style1-maintextes {
	font-size: 18px;
	color: #333333;
}
.style2-maintextes {color: #7E3200;line-height: 16px;}
.style3-maintextes {color: #7E3200; font-size: 16px; line-height: 5px;}
.style4-maintextes {color: #FF6600; font-size: 18px; line-height: 12px;}
.footer-contact {
float: left;
width: 30.33%;
margin-top: -24px;
margin-left: 8%;
padding-top: 30px;
padding-right: 15px;
border: solid 1px #DDD;
border-radius: 7px;
background: #E4E4E4;
}
.etap-biz0ne-products-services-description {
width: 86%;
margin: 0 7%;
line-height: 20px;
margin-bottom: 10px;
font-size: 89%;
text-align: center;
}
.name-main {color: #5A564C;
color: #543002;
font-weight: 600;
font-size: 48px;
text-shadow: 1.2px 1.2px 0 #FFFFFF;
text-transform: uppercase;
line-height: 60px;
}
.deviz1 {margin-right: 15px;
margin-top: 15px;
color: #98500A;
font-weight: 600;
font-size: 30px;
text-shadow: 1.2px 1.2px 0 #000;
}
.10sant span {

}
.deviz2 {margin-right: 15px;
margin-top: 40px;
color: #98500A;
font-weight: 600;
font-size: 30px;
text-shadow: 1.2px 1.2px 0 #000;
}
.deviz3 {margin-right: 15px;
margin-top: 65px;
color: #98500A;
font-weight: 600;
font-size: 30px;
text-shadow: 1.2px 1.2px 0 #000;
}

.main-navigation {	padding:1.5% 0;
}
.tinynav { display: none }
#main-nav { display: block }
.site-slider-slider-one-image{	float: left;
margin-left: 125px;
width: 44%;
}
.formContact_edit {margin-left: 15px}
 .site-slider-slider-one-text{background: rgba(255, 255, 255, 0.8);
float: right;
width: 30%;
margin: -38px 2%;
border-radius: 7px;
}
.CAPTCHA-pole {

}
.CAPTCHA-img {

}

.site-slider-slider-one-text-heading{	text-align:left;
}
.site-slider-slider-one-text-description{	text-align:left;
}
.site-slider-slider-one-text-button{	text-align:left;
	}
.content-area{	width:60%;
	margin:2% 4% 2% 2%;
	float:left;
}
.site-content{	width:100%;
	margin:0;
	
	}
.paging-navigation .nav-previous{	width:50%;
	margin:0;
	}
.paging-navigation .nav-next{	width:50%;
	margin:0;
	}
.post-navigation .nav-previous{	width:50%;
}
.post-navigation .nav-next{	width:50%;
}
.widget-area{	width:32%;
	margin:2% 2% 2% 0;
		float:left;
}
.biz0ne-products-services-item{float: left;
width: 43.33%;
margin: 0;
}
.biz0ne-quote{	margin:0 auto 2% auto;
}
.biztwo-products-container{	float:left;
	width:66%;
	}
.biztwo-welcome h1{	text-align:left;
}
.biztwo-products-services-img{	float:left;
	width:40%;
}
.biztwo-products-services-content{	float:left;
	width:60%;
	}
.biztwo-portfolio-container{	float:left;
	width:34%;
	}
.site-info{	width:40%;
	padding: 1% 0;
}
.footer-widget-two{	width:30%;
	padding:5% 0;
}
.footer-widget-three{	width: 19%;
padding: 1% 0;
margin-left: 11%;
}
}
.site-info h3{	text-align:left;
}
.site-info h3 a{	color:#515254;
}
.site-info p{	text-align:left;
}
.footer-search{	width:64%;
	margin:20px 8% 5px 8%;
	}
}
