/*
Theme Name: Oxwall
Theme URI: http://Oxwall.com/
Author: Oxwall software
Author URI: http://Oxwall.com/
Description: Oxwall.com custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oxwall
Tags:

This theme, like WordPress, is licensed under the GPL.

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
--------------------------------------------------------------*/

/*-------------------------------------------------------------
# Custom rules
--------------------------------------------------------------*/
.opacity_zero {
	opacity: 0!important;
}

.home .site-branding{
   display: none;
}

.home .entry-title{
	display: none;
}

.home .site-header{
	z-index: 1100;
}

.entry-header {
	width: 100%;
    position: absolute;
    top: 9em; /*17%;*/
    text-align: center;
}
.entry-header h1 {
	width: 612px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	font-family: "hindlight";
	font-size: 45px;
}

.error404 .header-background-image {
	display: none;
}

.error404 .site-content {
	text-align: center;
    width: 100%;
    height: 100vh;
    background-image: url('https://www.oxwall.com/wp-content/uploads/2016/02/404page.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.error404 .content-area {
	display: table;
}

.error404 .content-area .site-main {
	display: table-cell;
	vertical-align: middle;
	height: 100vh; 
}

.error404 .content-area .site-main hr{
	width: 2em;
	margin-top: 2em;
	margin-bottom: 2.5em;
}

.error404 .content-area .site-main .order {
	font-family: 'hindbold';
	margin-top: 3em;
}

.error404 .content-area .site-main .order:hover {
	color: #fff!important;
	background-color: #ef9411;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.error404 p {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
	line-height: 1.6;
	font-family: 'hindlight';ß
}

.error404 .site-footer {
	display: none;
}

body.custom-background {
	background-size: 100% 100%;
}

body .subtitle {
	position: absolute!important;
    top: 13em; /*25%*/
    width: 100%;
}

body .subtitle .wpb_wrapper .vc_separator.subtitle_sep{
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-top: 20px!important;
	padding-bottom:20px!important;
}

body .subtitle .wpb_wrapper {
	width: 600px;
	margin: 0 auto!important;
}

body .subtitle p{
	font-size: 15px;
	line-height: 22px;
    color: #fff!important;
    font-family: 'hind_regularregular'!important;
}

body .subtitle a {
	background-color: #fff;
    border: none;
    color: #000;
    display: inline-block;
    font-family: "hindbold";
    font-size: 15px;
    padding: 20px 38px;
    text-transform: uppercase;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
body .subtitle a:hover {
	background-color: #ef9411;
	color:#fff;
}

body .subtitle .wpb_content_element {
	margin-bottom: 0!important;
}

body .subtitle .vc_sep_width_50{
	width: 7%!important;
}

/* form custom rules */

body .gform_wrapper .description, 
body .gform_wrapper .gfield_description, 
body .gform_wrapper .gsection_description, 
body .gform_wrapper .instruction {
	font-size: 90%;
}

body .gform_wrapper .gfield_checkbox li label, 
body .gform_wrapper .gfield_radio li label {
	font-size: 16px;
	max-width: initial;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0;
}

@media only screen and (min-width: 641px) {
body .gform_wrapper ul:not(.top_label) .gfield_label {
		width: 100%;
	}
}

@media only screen and (min-width: 641px) {
body .gform_wrapper form ul:not(.top_label) li.gfield_html_formatted {
		margin-left: 0!important;
		width: initial !important;
		
	}
}

html body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, 
html body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
	margin: 6px 0!important;
}

/* nav menu fixes */

.menu-main-container .nav-menu li:nth-child(6):before {
    position: relative;
    display: inline-block;
    top: 10px;
    content: '';
    float: left;
    height: 20px;
    width: 1px;
    border-left: 1px solid #fff;
}

.scrolled .menu-main-container .nav-menu li:nth-child(6):before {
	border-color:#000;
}

/* nav menu fix */

.menu-main-container .nav-menu li:nth-child(6) a{
    padding-left: 40px;
}

.menu-main-container .nav-menu li:nth-child(5) a{
	padding-right: 40px;
}

.menu-main-container .nav-menu li:nth-child(6):before {
    position: relative;
    display: inline-block;
    top: 10px;
    content: '';
    float: left;
    height: 20px;
    width: 1px;
    border-left: 1px solid #fff;
}

.scrolled .menu-main-container .nav-menu li:nth-child(6):before {
	border-color:#000;
}

.menu-main-container {
	margin-right: 15vw;
    float: right;
}

#menu-side3-items {
	display: none;
}

.nav-menu {
    width: 100%;
}

@media screen and (max-width: 1260px) {
	body .main-navigation a {
	    padding: 10px 16px;
	}
}

@media screen and (max-width: 1180px) {
	.menu-main-container .nav-menu li:nth-child(6) a{
		    padding-left: 32px;
		}

		.menu-main-container .nav-menu li:nth-child(5) a{
			padding-right: 32px;
		}
}

@media screen and (max-width: 1100px) {
	.nav-menu {
		display: none;
	}
	body .main-navigation {
		padding-bottom: 22px;
	}
	body #menu-side3-items {
		display: block;
	}
}

/*--------------------------------------------------------------
						pop up styles
-------------------------------------------------------------*/

.ow_plink, .ow_plink_dev {
	line-height: 19px;
	font-family: 'hindlight';
	color: #666666;
    padding: 16px;
    height: 220px;
    width: 300px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ow_plink_dev {
	float: left;
	background: url(https://www.oxwall.com/wp-content/uploads/2016/04/devspr.png);
	background-position: 0 0;
}

.ow_plink_dev:hover {
	background: url(https://www.oxwall.com/wp-content/uploads/2016/04/devspr.png);
	background-position: 301px 0;
}

.ow_plink {
	float: right;
	background: url(https://www.oxwall.com/wp-content/uploads/2016/04/owcomspr.png);
	background-position: 0 0;	
}

.ow_plink:hover {
	float: right;
	background: url(https://www.oxwall.com/wp-content/uploads/2016/04/owcomspr.png);
	background-position: 301px 0;	
}

.ow_pwrap {
	margin: -16px;
    height: 220px;
    width: 300px;
    padding: 16px;
    background-color: rgba(207,207,207,0);
}

body .spu-box {
	padding: 50px;
	 -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px;
    margin: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body .spu-box h1 {
	font-size: 2.4em;
}

body .spu-box h2 {
	font-size: 1.5em;
}

.spu-box p {
    letter-spacing: 0.2px;
    font-family: 'hindlight';
}

.spu-close {
	display: none;
}

/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/

/*@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaythin';
    src: url('fonts/raleway-thin-webfont.eot');
    src: url('fonts/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-thin-webfont.woff2') format('woff2'),
         url('fonts/raleway-thin-webfont.woff') format('woff'),
         url('fonts/raleway-thin-webfont.ttf') format('truetype'),
         url('fonts/raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'core_sans_e25_extralight';
    src: url('fonts/coresanse-25extralight-webfont.eot');
    src: url('fonts/coresanse-25extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coresanse-25extralight-webfont.woff2') format('woff2'),
         url('fonts/coresanse-25extralight-webfont.woff') format('woff'),
         url('fonts/coresanse-25extralight-webfont.ttf') format('truetype'),
         url('fonts/coresanse-25extralight-webfont.svg#core_sans_e25_extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'core_sans_e45_regular';
    src: url('fonts/coresanse-45regular-webfont.eot');
    src: url('fonts/coresanse-45regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coresanse-45regular-webfont.woff2') format('woff2'),
         url('fonts/coresanse-45regular-webfont.woff') format('woff'),
         url('fonts/coresanse-45regular-webfont.ttf') format('truetype'),
         url('fonts/coresanse-45regular-webfont.svg#core_sans_e25_extralight') format('svg');
    font-weight: normal;
    font-style: normal;

} */

@font-face {
    font-family: 'hindlight';
    src: url('fonts/hind/hind.light-webfont.eot');
    src: url('fonts/hind/hind.light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hind/hind.light-webfont.woff2') format('woff2'),
         url('fonts/hind/hind.light-webfont.woff') format('woff'),
         url('fonts/hind/hind.light-webfont.ttf') format('truetype'),
         url('fonts/hind/hind.light-webfont.svg#hindlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'hind_regularregular';
    src: url('fonts/hind/hind.regular-webfont.eot');
    src: url('fonts/hind/hind.regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hind/hind.regular-webfont.woff2') format('woff2'),
         url('fonts/hind/hind.regular-webfont.woff') format('woff'),
         url('fonts/hind/hind.regular-webfont.ttf') format('truetype'),
         url('fonts/hind/hind.regular-webfont.svg#hind_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'hindmedium';
    src: url('fonts/hind/hind.medium-webfont.eot');
    src: url('fonts/hind/hind.medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hind/hind.medium-webfont.woff2') format('woff2'),
         url('fonts/hind/hind.medium-webfont.woff') format('woff'),
         url('fonts/hind/hind.medium-webfont.ttf') format('truetype'),
         url('fonts/hind/hind.medium-webfont.svg#hindmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'hindbold';
    src: url('fonts/hind/hind.bold-webfont.eot');
    src: url('fonts/hind/hind.bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hind/hind.bold-webfont.woff2') format('woff2'),
         url('fonts/hind/hind.bold-webfont.woff') format('woff'),
         url('fonts/hind/hind.bold-webfont.ttf') format('truetype'),
         url('fonts/hind/hind.bold-webfont.svg#hindbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-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 {
	background-color: transparent;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul,
span {
	line-height: 1.5; /* 1.1 */
} 

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

b,
strong {
	font-family: 'hindmedium';
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'hind_regularregular' , sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'hindlight'; /*coresans25*/
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 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,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 {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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 {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.main-navigation > button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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:none;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ef9411;
	text-decoration: none;
}

a:visited {
	color: #ef9411;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.scrolled {
	/*padding-top: 2px!important;*/
	background-color: #fff;
	/*padding-bottom: 3px;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;*/
}

/*.scrolled ul{
	margin-top: 7px!important;
}
*/
.scrolled .menu-toggle {
	/*margin-top: 15px!important;*/
	background-image: url('images/toggle_scrolled.png');
}

.scrolled .menu-additional ul{
	/*margin-top: 0!important;*/
}

.scrolled .menu-additional ul li:first-child a{
	color: #000!important;
}

.scrolled .menu-main-container li a{
	color:#000;
}

.logo {
	float: left;
	margin-left: 28px;
	margin-top: 3px;
	background-image: url('https://www.oxwall.com/wp-content/uploads/2016/01/Logo_1x.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 90px;
	height: 23px;
	background-size: 100%;
	-webkit-animation-name: fadeOut;
 	animation-name: fadeOut;
}
.main-navigation.scrolled .logo,
.main-navigation .logo {
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.scrolled .logo {
	background-position: left bottom;	
	-webkit-animation-duration: 0.5s; 
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease; 
    animation-timing-function: ease;
}

@-webkit-keyframes fadeOut {
 from {
   opacity: 1;
 }

 to {
   opacity: 0;
 }
}

@keyframes fadeOut {
 from {
   opacity: 1;
 }

 to {
   opacity: 0;
 }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio : 2) {
       	.logo {
       		background-image: url('https://www.oxwall.com/wp-content/uploads/2016/01/Logo_2x.png');
       	}
}
.icon-close {
	display: block;
	float: right;
	margin-top: 27px;
	margin-right: 25px;
	width: 15px;
	height: 15px;
	background-image: url('images/close.png');
	background-color: transparent;
	border:none;
}

.side-menu {
	right: -255px;
	top: 0;
	position: fixed;
	z-index: 6;
	width: 255px;
	height: 100%;
	background-color: #141516;
	line-height: 1;
}

.menu-side.contact {
	/*position: relative;
	top: 12%;*/
	position: absolute;
	bottom: 7%;
}

.menu-side.contact ul li:hover a{
	color: #b7b7b7;
}

.menu-side.contact ul li:first-child:hover a{
	color: #fff;
}

.menu-side {
	margin-top: 4em; /*68px*/
}

.menu-side ul li:first-child a{
	display: block;
	padding-bottom: 5px;
	font-family: 'hindbold';
	color: #fff;
	text-transform: uppercase;
}

.menu-side a{
	font-size: 13px; 
	color: #b7b7b7;
	-webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.menu-side a:hover{
	color: #fff;
	-webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.menu-side ul{
	margin: 0 0 0 -0.5em;  /*margin: 0 0 46px -12px;*/
	list-style: outside none none;
}

#menu-side3 li{
	/* margin-bottom: 0.6em; /*10px; */
}

.nav-menu {
/*	max-width: 690px;
	margin-left: auto;
	margin-right: auto; */
}

.menu-additional {
	position: fixed;
	right: 60px;
	margin-right: 20px;
}

.menu-additional ul li:nth-child(2) a{
	font-family: 'hindbold';
	background-color: #000;
	opacity: 1!important;
}

.menu-additional ul li:nth-child(2):hover a{
	opacity: 1!important;
	background-color: #ef9411;
	color: #fff;
}

.menu-additional .current-menu-item a{
	background-color: #ef9411 !important;
	color: #fff;
}
.menu-additional .current-menu-item:first-child a{
	background-color: rgba(0, 0, 0, 0)!important;
}
.main-navigation {
	padding-top: 15px;
	padding-bottom: 14px;
	position: fixed;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	z-index: 5;
	text-transform: uppercase;
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

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

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

.main-navigation a {
	padding: 10px 20px;
	font-size: 0.88em; /*14px*/
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	opacity: 0.7;
	-webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.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 {
	opacity: 0.7;
}

.sub-menu {
	padding: 9px 0;
	min-width: auto;
	background-color: #000;
	margin-left: 0;
}

.scrolled .sub-menu li a{
	color: #fff!important;
}

.sub-menu li {
	white-space: nowrap;
}

.sub-menu li a {
	padding: 6px 19px;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.sub-menu li a:hover {
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* Small menu. */

.menu-toggle {
	float: right;
}

.menu-toggle {
	width: 24px;
	height: 18px;
	background-image: url('images/toggle.png'); 
	padding: 0;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 32px;
	font-size: 26px;
	color: #fff;
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.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: 0.88em; /*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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-image img {
	display: block;
	margin: 0 auto;

}

.header-background-image {
	height: 390px;
	background: no-repeat center;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
}

.site-branding {
	line-height: 0.5;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	background-color: #4d5a61;
}

.site-branding a{
	color: #fff;
}

.site-title {
	display: none;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.site-description {
	display: none;
	font-size: 20px;
	font-weight: 100;
}

/* Header responsive */ 

@media screen and (max-width: 600px) {
	
	.title-box {
		max-width: 100%;
		margin: 0;
		border: none;
		line-height: 1;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.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;
}

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

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

.bypostauthor {
	display: block;
}

.comment-author.vcard img{
	border-radius: 50%;
}

.comments-area ul , .comments-area ol {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
}

.comments-area {
	background-color: #F5F5F5;
}

.comments-area-wrapper {
	background-color: #F5F5F5;
}

.comments-area .says {
	display: none;
}

.comments-area .reply {
	margin-bottom: 40px;
}

.comments-area .comment-metadata a{
	font-family: 'hind_regularregular'; /*coresanse45*/
	font-size: 13px;
	font-weight: normal!important;
	color: #828282!important;
}

.comment-author.vcard .fn {
	position: absolute;
	margin-left: 10px;
}

.comments-area {
	padding: 20px 0;
	margin-bottom: -20px;
}

.comments-area ol li ol {
	padding-left: 50px;
}

.comments-area .reply a , .form-submit .submit{
	border: 1px solid #bbbcbe;
	padding: 7px 28px;
	color:#828282;
}

.comments-area .reply {
	margin-left: 42px;
}

.comments-area .reply a:hover , .form-submit .submit:hover {
	color:#000;
	border-color:#000;
}

.comments-area .comment-content p {
	padding-left: 43px;
}

.comments-area .comments-title {
	font-family: 'hindbold';
	font-size: 21px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------
# OW-Slideshow
--------------------------------------------------------*/


.ow-slideshow{	
    position: relative;
    z-index: 1;
    background: #fff none repeat scroll 0 0;
    background-image: url(images/1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 90vh;
    top: 0px;
    left: 0px;
    margin: 0; 
}

.ow-slideshow span{ 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 24s linear infinite 0s;
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
}

@supports not (animation :imageAnimation) or
          (-webkit-animation: imageAnimation) or
          (-moz-animation: imageAnimation) or 
          (-o-animation: imageAnimation) or 
          (-ms-animation: imageAnimation) {
          	.ow-slideshow .slide1 span {
          		opacity: 1;
          	}
}


.slide1 {
	vertical-align: middle;
}

.slide1 span { 
    background-image: url(images/1.jpg); 
}
.slide2 span { 
    background-image: url(images/2.jpg);
    animation-delay: 12s;
}


@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    15% { opacity: 1; animation-timing-function: ease-out; }
    45% { opacity: 1 }
    60% { opacity: 1 }
    75% { opacity: 0 }
    100% { opacity: 0 } 
}

.ow-inner {
	display: block!important;
    position: absolute;
    top: 26%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 4;
}

.ow-slideshow a{
	font-size: 15px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-family: 'hindbold';
	padding: 20px 38px;
	margin: 20px 7px;
	border: 1px solid #fff;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.ow-slideshow a:hover{
	background-color: rgba(255,255,255, 0.3);
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.order {
	padding: 21px 39px !important;
    border: 0 !important;
    color: #fff !important;
    background-color: #00CE82;
}

.ow-slideshow .order:hover{
	color: #fff!important;
	background-color: #00CE82;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.ow-slideshow p{
	font-family: 'hind_regularregular';
	display: block;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	max-width: 630px;
	font-size: 15px;
	line-height: 22px;
}

.ow-slideshow hr{
	color: #fff;
	outline: 1px solid #fff;
	outline-offset: -1px;
}

.ow-slideshow .ow-inner h3{
	font-family: 'hindlight'; 
    font-size: 48px;
    text-transform: uppercase;
    padding: 0;
    line-height: 1; 
}


/*------------------------------------------------
		Order page styles
-----------------------------------------------*/

.order-top {
	
	color: #fff!important;
	float: none!important;
	max-width:680px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: -339px!important;
}

.order-top.advanced {
	max-width:700px!important;
}

.order-top.advanced li em{
	font-size: 41px!important;
}

.adv {
	text-transform: uppercase;
	font-size: 0.88em; /*14px;*/
	position: fixed;
	top: 279px;
	right: 14%;
}

.adv strong{
	line-height: 1;
	font-family: 'hindlight';
	color: #a1aaae;
	font-weight: lighter!important;
}

.adv strong:before{
    border-top: 1px solid #a1aaae;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    margin-left: 95px;
    position: absolute;
    top: 22px;
    width: 85px;
}

.adv a{
	margin-top: 5px!important;
	padding: 10px 15px;
	color: #fff;
	font-family: 'hindbold';
	background-color: #000;
	-webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
}

.adv a:hover {
	background-color: #ef9411;
	-webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
}

.order-top ul{
	border: 1px solid #a1aaae;
	padding: 20px 25px!important;
	list-style: none;
	margin-left: 0;
}

.order-top li {
	font-size: 0.88em!important; /*14px*/
	line-height: 18px!important;
}

.order-top li:before {
	font-size: 32px!important;
    content: "•  "!important;
    color: #ef9411;
    position: relative;
    top: 5px;
}

.order-top li:first-child:before{
	content:none!important;
}

.order-top li:first-child{
	margin-bottom: 12px!important;
	margin-top: 16px!important;
}

.order-top li em{
	font-family: 'hindmedium'!important;
	font-size: 46px!important;
	text-transform: uppercase!important;
	font-style: normal!important;
}

.order-top li strong{
	font-weight: normal!important;
	color: #ef9411!important;
}

.form-total div {
    margin-top: -14px!important;
}

.form-total {
	position: fixed;
	top: 243px;
	left: 19%;
}

.form-total label{
	font-size: 0.88em!important; /*14px*/
	font-family: 'hindlight'!important;
	text-transform: uppercase!important;
	color: #a1aaae!important;
	margin-bottom: 15px!important;
	display: block !important;
}

.form-total label:before{
	border-top: 1px solid #a1aaae;
	display: block;
    height: 1px;
    content: " ";
    width: 100%;
    position: absolute;
    left: 0px;
    top: 11px;
    margin-left: 82px;
}

.form-total span {
	font-family: 'hindlight'!important;
	font-size: 42px!important;
	color: #ef9411!important;
}

.form-total.scrolled {
    background:none!important;
    padding-bottom:0!important;
    padding-top:0!important;
}

.page-template-custom-order .gform_wrapper {
	max-width: 650px!important;
	margin: 0 auto 0 auto!important;
}
.form-total.gfield_price.gfield_total{
	overflow: hidden;
	border-bottom: 1px solid #a1aaae;
}

.gsection_title {
	text-transform: uppercase;
	font-family: 'hindbold';
	font-weight: lighter!important;
	color: #000;
}

/*-------------------------------------------
			Form styles
-------------------------------------------*/

.form-wrapper {
	width: 102%;
	padding: 36px!important;
	border:1px #a1aaae solid ;
	list-style:none;
}

.gfield_description {
	font-family: 'hind_regularregular'!important; /*e45 coresans*/
	color: #a1aaae;
	margin-left: 0;
	padding-top: 0!important;
}

.ginput_container {
	font-family: 'hind_regularregular'!important; /*e45 coresans*/
}

.ginput_price , .ginput_product_price{
	color: #ef9411!important;
}

.gfield_required {
	color: #3B99FC!important;
}

.gfield_label {
	color: #666!important;
	text-transform: uppercase;
	font-family: 'hindbold';
	font-weight: lighter!important;
}

.gform_button {
	margin-top: 5px!important;
	padding: 10px 25px;
	color: #fff;
	background-color: #000;
	border:none;
	font-family: 'hindbold';
	-webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
}

.gform_button:hover  {
	background-color: #ef9411;
	-webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
}

	/*---normalize form fields---*/
body .content-area .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, 
body .content-area .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
	list-style: none!important;
}
.js_check {
	float: right;
}

/*--------------------------------------------
		Visual composer fix
--------------------------------------------*/

.entry-content > .vc_row.wpb_row.vc_row-fluid {
	margin-left: 0;
	margin-right: 0;
}

/*---------------------------------------------
				Features page
---------------------------------------------*/
.vc_custom_heading{
	background-position: 50% 50%;
	background-size: 105%;
	background-repeat: no-repeat;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-left: 9px; 
    margin-bottom: 0px!important;
}

/*---------------------------------------------
				Blog styles
---------------------------------------------*/
	.blog , .single {
		display: none; /*body appears only when fully jquery fully loaded!!!*/
	}

	/*.blog .entry-content .attachment-post-thumbnail , */.single .blog-header {
		display: none;
	}

	.blog .entry-content {
		margin-top: 0;
	}

	.blog .blog-title {
		margin-top: 11px;
		clear: none;
	}

	/*.blog .header-background-image {
		height: 80px;
		background-image: none!important;
	}*/

	.blog .site-content {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}

	.blog .entry-content p{
		display: none;
	}

	.blog .post {
		margin-top: 50px;
		margin-right: 25px;
		min-height: 250px;
		float: left;
		padding-left: 25px;
		width: 47%;
	}

	/*.blog .post-title img{
		max-height: 245px;
		max-width: 490px;
	}*/

	.blog .not_first .blog-title {
		max-width: 270px;
	}

	.blog .post img {
		cursor: pointer;
	}

	.blog .post h2{
		font-size: 21px;
		font-family: 'hindbold';
		text-transform: uppercase;
		margin-bottom: 6px;
	}

	.blog .post h2 a {
		color:#404040;
		display: inline-block;
    	margin-top: 0;
	}

	.first_post .blog-title a {
		color:#fff!important;
		margin-top: 0.5em!important;
	}

	.blog .site-content article .posted_date {
		display: block;
		float: right;
    	color:#828282;
    	margin: 6px;
    	font-family: 'hind_regularregular'; /*e45*/
    	font-size: 13px;
	}

	.posted_date {
		font-family: 'hind_regularregular'; /*e45*/
	}

	.blog .posted_date , .blog .comments-number {
		cursor: pointer;
	}

	.blog .posted_date_sep {
		font-family: 'hind_regularregular'; /*e45*/
		float: right;
		margin: 6px 20px;
		color: #828282;
		font-size: 12px;
	}
	.blog .comments-number {
		text-transform: lowercase;
		font-family: 'hind_regularregular'; /*e45*/
		margin-top: 6px;
		color:#828282;
		float: right;
		font-size: 13px;
	}

	.single .navigation.post-navigation , .single .blog_subtitle , .single .comments-number, .single .posted_date_sep , .blog .first_post .posted_date_sep {
		display: none;
	}
	.blog .cat-links, .blog .comments-link {
		display: none;
	}

	.blog .first_post .comments-number {
		display: none;
	}

	.blog .tags-links {
		display: none;
	}

	.header_post .first_post {
		line-height: 1!important;
		text-align: left;
		float: none!important;
		max-width: 640px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.header_post .first_post .blog-title , .single .blog-title {
		text-transform: uppercase;
		font-family: 'hindlight';
		font-size: 42px;
		margin-bottom: 12px;
		margin-top: 0;
	}


	.header_post .first_post .blog_subtitle p{
		display: block;
		text-transform: uppercase;
		max-width: 640px;
		font-size: 0.88em; /*14px*/
		line-height: 1.6;
		float: left;
		margin-bottom: 24px;
	}

	.header_post .first_post .blog_more {
		text-transform: uppercase;
		margin-left: -4px;
		font-size: 0.7em; /*14px*/
		border-radius: 20px;
		color:#fff;
		background-color: rgba(0, 0, 0, 0.2);
		padding: 10px 24px;
		-webkit-transition: background 0.5s linear;
    	-moz-transition: background 0.5s linear;
    	-ms-transition: background 0.5s linear;
    	-o-transition: background 0.5s linear;
    	transition: background 0.5s linear;
	}

	.header_post .first_post .blog_more i{
		margin-left: 8px;
    	margin-right: -6px;
	} 

	.header_post .first_post .blog_more:hover {
		background-color: rgba(0, 0, 0, 0.4);
	}

	.header_post .first_post {
		width: 100%!important;
		display: table-cell;
	}

	.header_post .first_post img {
		display: none;
	}

	.header_post {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin-top: 90px;
	}

	.single .attachment-post-thumbnail {
		display: none;
	}

	.single #disqus_thread {
		max-width: 1100px;
		margin: 0 auto;
	}

	.single .blog_subtitle {
		display: none;
	}

	.single .single_header_post {
		position:absolute;
		bottom: 0;
		left: 0;
		right: 0; 
	}

	.single .site-branding {
		position: relative;
	}

	.single-post .entry-content p {
		line-height: 1.6;
		color:#828182;
	}

	.single .blog-title {
		max-width: 1100px;
		display: block;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
    	margin-bottom: 40px;
	}

	.single .posted_date {
		max-width: 1100px;
		display: block;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
    	margin-bottom: 25px;
	}

	.single .cat-links {
		display: none;
	}

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

.ow_footer {
	margin-top: 8em;
	display: table;
	text-transform: uppercase;
	font-size: 13px;
	background-color: #ebebeb;
	color: #828282;
	font-family: 'hindmedium';
	text-align: center;
	height: 42px;
	width: 100%;
}

.ow_footer span{
	display: table-cell;
	vertical-align: middle;
}

.home footer {
	display: none;
}

.single .ow_footer {
	margin-top: 0;
}

.comments-area-wrapper {
	padding-bottom: 8em;
}

/*--------------------------*/



/*--------------------------------------------
				 Responsive
--------------------------------------------*/


@media screen and (max-width: 1540px) { 
	.adv {
		right: 10%;
	}
	.form-total {
		left: 11%;
	}   
}

@media screen and (max-width: 1280px) {
	.adv {
		right: 4%;
	}
	.form-total {
		left: 10%;
	}   
}

@media screen and (max-width: 1300px) {
	.adv {
		right: 4%;
	}
	.form-total {
		left: 5%;
	}   
}

@media screen and (max-width: 1150px) {
	.order-top {
		max-width: 620px!important;
	}
}

@media screen and (max-width: 1050px) {
	.adv {
		position: absolute;
		top:-63px;
		right: 42%;
	}
	.form-total {
    	left: 1.5%;
	}
	.nav-menu {
		max-width: 540px;
	}
}

@media screen and (max-width: 1024px) {
	.blog .site-content .post {
		width: 60%;
	}
	.blog .site-content {
		max-width: 650px;
	}
	.header_post {
		max-width: 650px;
	}
}

@media screen and (max-width: 960px) {
	.main-navigation a {
		padding: 0.625em 1em;
	}
	.form-total span {
		font-size: 2.25em!important;
	}
	.form-total {
		left: 1%;
	}
}

@media screen and (max-width: 900px) {
	.order-top {
		max-width: 520px!important;
	}
	.header_post {
		margin-top: 60px;
	}
	.main-navigation a {
		padding: 8px 12px;
	}
	.menu-toggle {
		margin-top: 7px;
	}
	.form-total {
		left: 80%;
	}
	.form-total.scrolled label{
		color:#000!important;
	}
	.form-total.scrolled {
		background-color: rgba(255,255,255,0.6)!important;
	}
}

@media screen and (max-width: 860px) {
	.order-top ul{
		border: none;
	}
}

@media screen and (max-width: 760px) {
	
	.nav-menu li:nth-child(3){
		display: none!important;
	}
	.menu-additional ul li:first-child{
		display: none;
	}
	.nav-menu {
		max-width: 430px;
	}
	.order-top.advanced ul li em{
		font-size: 2.188em!important;
	}
	.order-top.advanced {
    	max-width: 657px !important;
	}
	.form-total {
    	left: 74%;
	}
}

@media screen and (max-width: 670px) {
	body .subtitle {
		display: none;
	}

	.entry-header h1 {
		width: auto;
	}

	.form-wrapper {
		border: none;
	}
	.nav-menu li:nth-child(2){
		display: none;
	}

	.nav-menu{
		max-width: 320px;
	}
	.order-top.advanced {
	    max-width: 475px !important;
	    margin-top: -340px !important;
	}
	.order-top.advanced ul li:first-child{
		line-height: 24px!important;
	}
	.blog .site-content .post {
		min-width: 300px;
		width: 80%;
		margin-left: 20px;
	}
	.blog .site-content .type-post {
		margin-bottom: 5px!important;
	}

}

@media screen and (max-width: 600px) {
	.form-total label:before{
		border-top: none;
	}
	.form-total{
		position: static;
		padding-left: 28px;
	}
	.form-total.gfield_price.gfield_total{
		overflow: hidden;
		border-bottom: none;
	}
	.gform_button {
		margin-left: 30px;
	}
}

@media screen and (max-width: 560px) {
	.nav-menu {
		display: none!important;
	}
	.menu-additional {
		display: none!important;
	}
	.page-template-custom-order .header-background-image {
		display: none;
	}
	.blog .header-background-image {
		display: block;
	}
	.header_post .first_post .blog_more {
		padding: 10px 20px!important;
	}
	.header_post {
		margin-top: 40px;
	}
	.order-top ul li em{
		font-size: 2.375em!important;
	}
	.order-top {
		margin-top: 20px!important;
		color: #000!important;
	}
	.order-top.advanced {
    	margin-top: 20px !important;
	}
	.logo {
		background-position: left bottom;
	}
	.main-navigation{
		background-color: #fff;
	    padding-bottom: 6px!important;
	    padding-top: 6px !important;
	}
	.menu-toggle {
	    background-image: url("images/toggle_scrolled.png");
	   	margin-right: 14px;
	}
	.scrolled {
		padding-bottom: 6px;
		padding-top: 6px !important;
	}
	.order-top ul li:first-child{
		line-height: 24px!important;
	}
	.order-top ul li em , .order-top.advanced ul li em{
    	font-size: 1.5em !important;
	}
	.adv {
		position: static;
		margin-left: 10px;
		margin-top: -30px;
	}
	.adv strong::before {
		margin-left: 110px;
		top: 8px;
	}
}

@media screen and (max-width: 480px) {
	.order-top ul {
		padding: 1.563em 0.938em!important;
	}
	.blog .site-content .type-post {
		margin-top: 0.625em;
	}
}

@media screen and (min-height: 900px) {
	.entry-header {
		top:9em;
	}
	body .subtitle {
		top:13em;
	}
}

@media screen and (min-height: 860px) {
	.ow-inner {
		top:30%;
	}
}


@media screen and (max-height: 780px) {
	.menu-side ul {
	    margin: 0 0 -1.3em -0.6em; /*0 0 -20px -12px;*/
	}

}

@media screen and (max-height: 700px) {
	.menu-side {
		margin-top: 3.1em; /*50px;*/
	}
}

@media screen and (max-height: 620px) {
	#menu-side {
		margin-top: 0.938em;
	}
	.menu-side.contact{
		/*top: 1%;*/
	}
	.menu-side.contact a{
		font-size: 0.75em;
		padding-bottom: 0;
	}
	.menu-side.contact li:first-child a{
		padding-bottom: 0;
	}
	.menu-side ul {
    	margin: 0 0 -0.6em -0.7em; /*0 0 -10px -12px;*/
	}
	#menu-side3 li {
    	margin-bottom: 0;
	}
	.ow-slideshow a {
		padding: 0.938em 2em;
	}
	.order {
		padding: 1em 2.063em !important;
	}
	.ow-inner {
		top:20%;
	}
}

@media screen and (max-height: 496px){
	#menu-side3 {
		display: none;
	}
	.menu-side.contact{
		/*top: 16%;*/
	}
	#menu-side {
    	margin-top: 1.2em; /*20px;*/
	}
	.menu-side ul {
    	margin: 0 0 0 -0.7em; /*0 0 0 -12px;*/
	}
	.order {
		padding: 0.688em 1.750em !important;
	}
}

@media screen and (max-height: 330px){
	.menu-side.contact {
		display: none;
	}
}

@media screen and (max-width: 700px) , screen and (max-height: 496px) {
	.ow-slideshow a {
		padding: 0.625em 1.688em;
	}
	.order {
		padding: 0.688em 1.750em !important;
	}
	.ow-slideshow .ow-inner h3 {
		font-size: 2.25em;
		margin-bottom: 20px!important;
		padding: 0 0.625em;
	}
	.ow-slideshow p {
		margin-top: 1.25em;
		margin-bottom: 0.313em;
		font-size: 0.813em;
		padding: 0 0.625em;
	}
	.ow-slideshow a{
		font-size: 0.813em;
	}
}

@media screen and (max-width: 487px) and (max-height: 490px) {
	.ow-slideshow .ow-inner h3 {
		margin-top: 0.938em;
		font-size: 1.75em;
	}
}

@media screen and (max-width: 360px) {
	.blog .site-content .post {
		margin-left: 0.625em;
	}
	.blog .blog_subtitle {
		margin-bottom: 1.25em!important;
	}
}

ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    margin-left: 0 !important;
}
