/*
	Theme Name: iwebsite-theme
	Theme URI: https://iwebsite.co.il/
	Author: Alexander Genfon
	Author URI: https://iwebsite.co.il/
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Search Form
		- Titles
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.service-list-item:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.service-list-item:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #666666;
	/*font-family: 'Valera Round', sans-serif;*/
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-lmoz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #13afdf;
	text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
}

p {
	margin: 0 ;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Valera Round', sans-serif;*/
	font-family: 'Varela Round', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	color: #333;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.3333333333rem;
}

h3 {
	font-size: 1.1111111111rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 0.9444444444rem;
}

h6 {
	font-size: 0.8888888888rem;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
    width: 100%;
    padding: 0 15px;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 0.833333rem;
	font-weight: 300;
	line-height: 40px;
	padding:0 16px;
	width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #2e2f33;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #ffa60a;
	border-color: #ffa60a;
	border-width: 2px;
	border-style:solid;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 0.83333rem;
	font-weight: 700;
	line-height: 40px;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    color: #ffa60a!important;
    background-color: transparent;
}


.button {
	display: inline-block;
}

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

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #13afdf;
	color: #fff;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 300;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
}



/* Column Widths and Positions
--------------------------------------------- */

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.entry-title {
	font-size: 2em;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

/*.site-header .wrap {
	min-height: 100px;
}*/

.bumper {
	min-height: 125px;
}

.site-header .wrap {
    padding: 22px 0 23px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}


.header-line {
    background: url(../images/header_line.png) repeat-x 0px 0px;
    background-color: #333333;
    height: 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	max-width: 220px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: transparent;
	letter-spacing: 2px;
	/*text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );*/
	text-transform: uppercase;
}

.header-image .site-title > a {
	float: left;
	min-height: 51px;
	width: 100%;
}

.site-description {
    height: 0;
    /*text-indent: -9999px;*/
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	/*text-indent: -9999px;*/
}

.site-title a {
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #000;
	float: right;
	text-align: right;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
	color: #fff;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 60px;
	padding: 0 40px;
}

.shrink .site-title {
	font-size: 2rem;
	padding-top: 10px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 60px;
}

.shrink .site-title a {
	background-size: 270px 60px !important;
}

.site-header.shrink .widget-area {
	padding-top: 0;
}

/*
Contact info
---------------------------------------------------------------------------------------------------- */

.contact-info-wrap {
	float: left;
	margin: 0 20px 0 0 ;
}

.contact-info {
	position: relative;
    padding: 11px 0 0 60px;
    float: left;
    margin:0 0 0 32px;
    text-align: left;
}

.whatsup-icon {
	display: inline-block;
	display: none;
    position: relative;
    padding: 11px 40px 0 0;
}

.whatsup-icon i {
    font-size: 0.8rem;
    width: 28px;
    height: 28px;
    padding: 9px 6px;

    color: #ffa60a;
    line-height: .8;
    position: absolute;
    left: 0;
    right: auto;
    top: 5px;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
    text-align: center;
}

.whatsup-icon i::after {
    position: absolute;
    top: -4px;
    left: -4px;
    right: auto;
    height: 32px;
    width: 32px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    content: "";
    display: block
}

.contact-info i {
    font-size: 1rem;
    color: #ffa60a;
    line-height: .8;
    position: absolute;
    left: 0;
    right: auto;
    top: 5px;
    width: 38px;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    text-align: center;
    padding: 11px 10px;
}

.contact-info i::after {
    position: absolute;
    top: -4px;
    left: -4px;
    right: auto;
    height: 42px;
    width: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    content: "";
    display: block;
}

.contact-info h4 {
    color: #2c3e50;
    font-size: 12px;
    margin-bottom: 7px;
}

.whatsup-icon a,
.contact-info p, .contact-info a {
    color: #ababab!important;
    font-size: 12px;
    margin: 0;
    line-height: .8;
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.price-request {
	background: #ffa60a;
	border-color: #ffa60a;
	border-width: 2px;
	border-style:solid;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 31px;
    padding: 0 21px;
    text-align: center;
        margin: 10px 0 0;
    /*text-shadow: 1px 0px 1px rgba(0, 0, 0, .30);*/
    transition: all 0.3s;
}

.price-request:hover {
    color: #ffa60a!important;
    background-color: #fff;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 22px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	background-color: #13afdf;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

/* Top section
--------------------------------------------- */

.content {
	/*padding: 30px 0;*/
}

.section-title {
	text-align: center;
    margin-bottom: 60px;
}

.section-title:after {
	width: 60px;
    position: relative;
    top: 5px;
    content: "";
    display: block;
    height: 0.6em;
    border-bottom: 3px solid #FFB300;
    margin: 0 auto;
}

/*
Slider section
---------------------------------------------------------------------------------------------------- */
.banner-section {
    /*height: 600px!important;*/

}

.banner-section .wrap{
	position: relative;
	    height: inherit;
}

.banner-section .slick-slider {
	margin-bottom: 0;
}
.slider-inner {
	height: inherit;
}
.slider-image {
	width: 100%;
    height: 600px!important;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.slider-image.bg-1 {
    background-image: url("../images/banner-1.jpg");
}

.slider-image.bg-2 {
    background-image: url("../images/banner-2.jpg");
}

.slider-image.bg-3 {
    background-image: url("../images/banner-3.jpg");
}

.slider-item-container {
	background-color: rgba(255, 255, 255, 0.75);
    padding: 15px 35px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.main-form {
	max-width: 360px;
    padding: 30px;
    /*background-color: #fff;
    border-bottom: 4px solid #d2d2d2;
	border-top: 4px solid #d2d2d2;*/
	width: 100%;
	float: left;
    margin: 15px 0 0;
/*    position: absolute;
    left: 0;
    right: auto;
	-webkit-transform: translate(0, 35%);
	-moz-transform: translate(0, 35%);
	-o-transform: translate(0, 35%);
	transform: translate(0, 35%);
    z-index: 50;*/
}

.form-title {
	color: #ffa60a;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.form-subtitle {
	color: #ababab;
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.submit-btn {
	width: 100%;
}

.fadeMe {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: relative;
}

input {
	margin-bottom: 10px;
	background-color: #f5f5f5;
}


#popup-form {
	display: none;
}
.fancybox-skin {
	border: 4px solid #ffa60a!important;
}

/*.main-form form {
	max-width: 320px;
	margin: 0 auto;
}*/

/*
three blocks
---------------------------------------------------------------------------------------------------- */

.three-blocks {
	background-color: #f5f5f5;
    padding: 50px 0;
}

.our-service {
	background-color: #fff;
}

.our-service .content-wrap {
	padding: 20px;

}

.our-service img{
    display: block;
    width: 100%;
}

.our-service h3{
	font-size: 1.5rem;
	color: #333;
}
.our-service p {
	line-height: 1.5
}

.small-grey-txt {
	font-size: 0.9rem;
    color: #ababab!important;
}

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


.our-service p,
.our-service h3 {
	margin: 0 0 10px 0;
}


/*
*/
.ttu {
	text-transform: uppercase;
}

.work-process{
    min-height: 100px;
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    z-index: 5;
}

.background-image {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 600px;
    left: 0;
    top: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}


.background-image.work-process-img {
    background-image: url('../images/stock-10.jpg')
} 

.work-steps {
	float: left;
	max-width: 580px;
	width: 100%;
}

.work-process-steps {
    background-color: rgba(255,255,255,0.85);
    padding: 60px 50px 50px;
    position: relative;
}


.work-process-title {
	margin-bottom: 60px;
}

.work-process-title h2 {
	font-size: 1.5rem;
}

.work-process-title .separator-hr {
    border-radius: 25px;
    height: 4px;
    width: 75px;
    margin-bottom: 20px;
    margin-left: 0;
    border: none;
    background-color: #FFB300;
}


.work-process-steps ul li {
	margin-bottom: 75px;
}

.process-step {
    width: 80px;
    height: 80px;
    background: #ffb300;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    color: #333;
    float: left;
    margin: -10px 30px 40px 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.process-step div {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.process-step div:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 65px;
    height: 65px;
    border: 2px solid #333;
    border-radius: 5px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.work-process-steps .vertical-line {
    height: 300px;
    background: #333;
    width: 2px;
    position: absolute;
    top: 148px;
    left: 89px;
    z-index: 0;
}

.process-content h4 {
	margin-bottom: 5px;
}

.process-content p {
	font-size: 0.9rem;
	color: #ababab;
}

/* Why us
*/

.why-us {
	padding: 50px 0;
}

.why-us .one-third {
	margin-bottom: 20px;
}

.service-list-item {
	padding: 15px;
	position: relative;
}

.item-position {
    float: left;
    margin:0 0 0 70px;
    padding:0 0 0 10px;
    overflow: hidden;
}

.service-icon {
    position: absolute;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #ffb300;
    transform: rotate(45deg);

}

.service-icon div {
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -17px 0 0 -17px;
}

/*.service-icon div img{
	width: 100%;
}*/

.service-icon div .svg{
	height: 100%;
	width: 100%;
	transition: all 0.3s;
	cursor: pointer;
}

.svg:hover * {
    stroke: #ffa60a;
}


.item-position .category {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    line-height: 2rem;
    text-transform: uppercase;
    min-width: 220px;
}

.item-position .category::after {
    width: 100%;
    position: relative;
    top: -5px;
    left: 18px;
    content: "";
    display: inline-block;
    height: 0.5em;
    margin: 0px -100% 0px 0px;
    overflow: hidden;
    border-bottom: 4px solid #FFB300;
}


.item-position .description {
	font-size: 0.9rem;
}

/* testimonials
*/

.testimonials {
	padding: 50px 0;
	background-color: #f5f5f5;
}

.testimonial-item {
	padding: 20px;
	background-color: #fff;
	text-align: center;
}

.testimonial-item-wrap{
	margin: 0 10px; 
}

.testimonial-item .small-grey-txt {
	margin-bottom: 40px;
    line-height: 1.5;
    min-height: 140px;
}

.testimonial-author:after {
	width: 60px;
    position: relative;
    top: -40px;
    content: "";
    display: block;
    border-bottom: 3px solid #FFB300;
    margin: 0 auto;
}

.testimonial-author {
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
}

.testimonial-author-position {
	font-size: 0.9em;
	color: #ababab;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #13afdf;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #13afdf;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	border-left: 1px solid #e5e5e5;
	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 40px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-image:url('../images/footer-background.jpg');
}

.site-footer .header-line {
	height: 20px;
}

.site-footer .wrap {
	padding: 50px 0;	
}

.footer-title {
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
}

.callme-footer {
	display: block;
    margin: 0 auto 15px;
    text-align: center;
    color: #ffa60a;
    max-width: 130px;
}

.callme-footer:hover {
	color:#fff;
}

.footer-text {
	margin: 20px auto;
	max-width: 420px;
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
}

.callme-footer i.fa{
	margin: 0 0 0 5px;
    vertical-align: text-top;
}


.footer-button  {
	display: block;
	margin: 0 auto;
	max-width: 200px;
}


/*
Preloader
---------------------------------------------------------------------------------------------------- */
.preloader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}

.preloader.active {
	display: block;
}

.preloader img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.copyright {
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #333;
	padding: 5px 0;
}

.footer-second-half a{
	color: #ffa60a;
}


#checkmark {
    height: 25px;
    width: 25px;
    display: block;
    margin: 5px auto;
}

.testimonials .slick-dots li button::before {
	font-size: 12px;
}

.banner-content-container{
/*    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.75);
    padding: 15px 35px 15px 80px;*/
    float: right;
}

.phone-mobile-blinker {
	display: none;
	margin: 0 0 15px;
	text-align: center;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; 
}

.phone-mobile-blinker a{
    color: #ffa60a;
    font-size: 1.5rem;
    font-weight: 600;
}

.banner-content-line{
	margin: 0 0 20px;
}
.banner-content-line:last-child{
	margin: 0
}

.banner-content-line h4 {
	color: #000;
	font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 0;
}

.banner-content-line h4:before {
	content: "-";
	margin: 0 0 0 3px
}

.banner-content-line p {
	color: #000;
}

.banner-content-mobile-container {
	display: none;
    padding: 20px;
    max-width: 550px;
    margin: 20px auto;
}

.banner-content-mobile-container .banner-content-line {
	margin: 0 0 10px
}

.section-stripe-container {
	/*padding: 50px 0;*/
}

.section-stripe {
    text-align: center;
    color: #fff;
    background-color: #ffa60a;
    line-height: 50px;
    padding: 0 10px;
    font-size: 1.3rem;
}

.section-stripe a {
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
}

.blink-text { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
    color: #ffa60a; 
} 

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.5; } 
    100% { opacity: 1.0; } 
}


/* КЕД
*/


blockquote::before {
	left: auto;
	right: -20px
}

.gallery-item {
	float: rightt;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: right;
}

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


/* Tables
--------------------------------------------- */


td,
th {
	text-align: right;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

.contact-info-wrap,
.contact-info,
.whatsup-icon {
	float: right;
}

.whatsup-icon{
    margin: 0 12px 0 0;
    padding: 0;
}

.whatsup-icon-img {
	max-width: 34px;
}


.whatsup-icon-img img{
	border-radius: 50%;
}
/*
.main-form {
	right: 0;
	left: auto
}*/

.work-steps {
	float: right;
}

.process-step {
	float: right;
    margin: -10px 0 40px 30px;
}

.item-position {
    float: right;
    margin: 0 70px 0 0;
    padding: 0 10px 0 0;
}

.contact-info-wrap {
	margin: 0 0 0 20px;
}

.contact-info {
    padding: 11px 60px 0 0;
    margin: 0 32px 0 0;
    text-align: right;
}

.contact-info i {
	right: 0;
	left: auto;
}


.item-position .category {
	text-align: right;
}
.item-position .category::after {
    margin: 0px 0px 0px -100% ;
    left: -18px;
	/*right: 18px;*/
}

.item-position .description{
	text-align: right;
}

.work-process-steps .vertical-line {
	right: 89px;
	left: auto;
}
/* Primary Sidebar */

.sidebar-primary {
	float: left;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: right;
}

.fancybox-close {
	right: auto!important;
	left: -18px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: right;
	margin-right: 2.564102564102564%;
	margin-left: 0;
}

.first {
	margin-right: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Search Form
--------------------------------------------- */


.site-header .search-form {
	float: left;
}

/* Titles
--------------------------------------------- */

.page-title {
  text-align: right;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */


.widget ol > li {
	padding-right: 20px;
	padding-left: 0;
}

.widget li li {
	margin: 0 30px 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	left: auto;
	right: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: right;
}

.header-image .site-title > a {
	float: right;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: left;
	text-align: left;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu .menu-item {
	text-align: right;
}
.nav-primary  ul{
	text-align: left;
}

.genesis-nav-menu.menu-secondary li a {
  padding: 25px 5px 25px 0;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	right: auto;
}

.genesis-nav-menu > .first > a {
	padding-right: 0;
	padding-left: inherit;
}

.genesis-nav-menu > .last > a {
	padding-left: 0;
	padding-right: inherit;
}

.genesis-nav-menu > .right {
	float: left;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-right: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary .genesis-nav-menu li .sub-menu, .nav-primary{
	float: left;
}
/*.nav-secondary .genesis-nav-menu li .sub-menu, .nav-secondary {
	float: left;
}*/

/* Entries
--------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-right: 40px;
	margin-left: inherit;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	border-right: 1px solid #e5e5e5;
	border-left: none;
}
.sidebar-content .sidebar {
	border: none;
	border-left: 1px solid #e5e5e5;
	text-align: left;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {

	.wrap {
		max-width: 1140px;
	}
	

}

@media only screen and (max-width: 1220px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .wrap {
		max-width: 1140px;
		padding: 22px 10px;
	}

	.contact-info {
	    margin: 0 0 0 16px;
	}

	.banner-content-container {
	    width: 55%;
	}
	.banner-content-line {
		font-size: 1rem;
	}
	.slider-item-container {
	    padding: 15px 20px;
	    width: 90%;
	    left: 5%;
	}
	.banner-content-line h4 {
		font-size: 1.25rem;
	}
	.contact-info {
	    margin: 0 12px 0 0 ;
        padding: 11px 50px 0 0;
	}
}

@media only screen and (max-width: 1023px) {

/*	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	    max-width: 100%;
	}*/

/*	.site-header .wrap {
		max-width: 1140px;
		padding: 22px 10px 22px;
	}
*/
	.main-form {
		margin: 0 auto;
		float: none;
		padding: 20px;
	}

	.banner-content-container {
		display: none;
	}

	.banner-content-mobile-container {
		display: block;
	}

	.header-line {
		display: none;
	}

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

	.header-image .site-title > a {
		background-position: top !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.page-title {
		padding: 0 40px 40px;
	}
	
	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}
	
	.content {
		padding-bottom: 0;
	}
	
	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}
	
	.sidebar .widget {
		padding: 0;
	}

	.contact-info {
	    margin: 0 12px 0 0;
	    padding: 11px 40px 0 0;
	}

	.contact-info i {
		width: 30px;
		height: 30px;
	    padding: 8px 0;
	}

	.contact-info i::after {
		width: 35px;
		height: 35px;
	}

}

@media only screen and (max-width: 782px) {

	body {
		font-size: 16px;
	}

	.title-area,
	.site-header .widget-area {
		width:auto;
		margin-top: 0;
	}
	
	.bumper {
		min-height: 70px;
	}
	
	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
	}
	
	.site-header {
		padding: 0;
	}

	.contact-info {
        padding: 11px 0 0 40px;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0!important;
		width: 100%;
	}
	
	.home-widgets-1 h1,
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 30px;
	}
	
	
	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}
	
	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}

	.contact-info.time,
	.contact-info>.for-desktop {
		display: none;
	}

	.why-us .wrap,
	.work-process .wrap {
		max-width: 420px;
		padding: 0;
	}

	.work-steps {
		max-width: 420px;
	}

	.whatsup-icon {
		display: inline-block;
	}

	.our-service {
		margin: 20px auto; 
	}

	.main-form {
		max-width: 310px;
		padding: 15px;
	 /*   left: 50%!important;
	    right: auto!important;
		-webkit-transform: translate(-50%, 35%)!important;
		-moz-transform: translate(-50%, 35%)!important;
		-o-transform: translate(-50%, 35%)!important;
		transform: translate(-50%, 35%)!important;*/
	}
	.price-request {
		display: none;
	}

	.contact-info i{
	    font-size: 0.8rem;
	    width: 28px;
	    height: 28px;
	    padding: 9px 6px;
	}
	.contact-info i::after {
		width: 32px;
		height: 32px;
	}
	.site-header .wrap {
		padding: 15px 10px;
	}
	 .site-title {
	 	font-size: 40px;
	 }
	 .header-image .site-title > a {
	 	min-height: 1px;
	 }

	.contact-info-wrap {
		margin: 0
	}

	.contact-info {
	    padding: 11px 40px 0 0 ;
	}
	
	.contact-info-wrap {
		margin: 0
	}
}

@media only screen and (max-width: 480px) {

	body,
	.home-featured .home-widgets-1 {
		font-size: 16px;
	}
	.banner-content-mobile-container {
		display: none;
	}
	.banner-content-container {
		display: block;
		width: 100%;
	}
	.banner-content-line {
		line-height: 1.3;
	}

	.phone-mobile-blinker a i.fa {
		vertical-align: text-top;
	}

	.banner-content-line h4 {
	    font-size: 1.1rem;
	}
	.phone-mobile-blinker {
		display: block;
	}

	.main-form {
		display: none;
	}
	.why-us,
	.gallery-section,
	.work-process {
		display: none;
	}
	
	.header-image .site-title > a {
		background-size: contain !important;
	}

	.header-image .bumper {
		min-height: 180px;
	}

	.work-process-steps {
		padding: 50px 30px;
	}
	.process-step {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.process-step div:after {
		top: 0px;
	    left: 0px;
	    width: 45px;
	    height: 45px;
	    line-height: 50px;
	}
	.work-process-steps .vertical-line {
		left: 54px;
		top: 150px;
	}
	.footer-text {
		max-width: 310px;
	}
 
	.title-area {
		max-width: 170px;
	}

	.site-title {
		font-size: 41px;
	}

	.header-image .site-title > a {
		min-height: 41px;
	}

	.section-stripe {
		line-height: 2;
	}

	.work-process-steps .vertical-line {
		right: 54px;
	}
	.contact-info {
	    padding: 1px 30px 0 0;
	}
}


@media only screen and (max-width: 1220px) {

}

@media only screen and (max-width: 1024px) {

}
