/*
Theme Name: Ranbury
Description: Custom Built Wordpress Theme For Ranbury
Version: 1.0
Author: Digital Thing
Author URI: https://www.digitalthing.com.au
*/

 /*
                `+/.                                    `.`                  ``
                smmm:                                   ommy.               -mdh-
               +Nmmh` `oys:                `+yy/       /mmmd.              .hmmm/
              /mmmh.  ymmmd.               oNmmm. .///+mmmmh++os.         `ymmms
             /mmmd.   -sys-                .oys: .dmmmmmmmmmmmmm/         smmmy`
         .:/ommmh.  `+o/.                  -o+-  `/++dmmm+:::::. ```     +mmmy`
      -odmmmmmmd.   /mmmy     `/shddhy:   `ymmm-   `ymmm/    `:ohdmmdy- :mmmh`
    -ymmmmhmmmd-   -mmmm:   -ymmmmhmmmN-  ymmmy`  `smmmo   .ommmmyymmmy.dmmd-
   +mmmmy-hmmm/   -dmmm+  `smmmms-oNmmy` oNmmh.  .smmmh`  +mmmmy-:dmmd-smmm/
 `smmmm/.smmNo  .smmmm+  -dmmmh-`smmmh` +mmmd` `ommmmm- `ymmmd:`+mmmh.-Nmmy`
 +Nmmd-+dmmmd``+mmmmmo -ymmmms`-hmmmd. /mmmd.`+dmmmmNy `ymmmy`:hmmmy``sNmm-
`hmmmsdmmmmmoodmmmmmy:ymmmmmy.smmmmmo+ymmmm/+dmmyommmh-:mmmy/hmmmmy``+mmmm`  `-`
 yNmmmmsoNmmmmmsommmmmmdymmmdmmmmmmmmmmmmmmmmmy- .hmmmmmmmmmmmmmmmyhmmmmmmdhdmm:
 `/so:` `/syo:`  :oys+-``+dmddmmmmyoo+:-+syo///-  `/syyysyhy+.:shhys/..+yhhhys/`
                    `-:+oosssdmmmy-.`       .mmms      hmm+         `:o+-
                 `/ydmmmmmmmmmmmmmmmdhs/.  .hmmms     :mmmy`        sNmmd.
                :dmmmmhso+ymmmmyyhmmmmmmmdohmmmy`    .dmmm-         :hdh/
               `dmmm+`  `ommmm/   `.:+ydmmmmmmmdhhdo`sNmm+-+o+-    ..`     ..`   `.`        `..``
               .mmmm/``+dmmmh-         `:dmmmmmmmmd/+mmmddmmmmm:  `dmm+   -mmm+odmmms`   -ohmmmmds.
                /mmmmmmmmmd+`          `ymmmh.```` /mmmmmmmmmmd. `smmm+   smmmmmmmmmd. /dmmmdsdmmm/
                 .+ydmmdy/`            +mmmd-     -mmmmd+smmmm: .ymmms`  /mmmmmymmmm:.ymmmm+.smmms`
                     `                `dmmm+     .hmmmy.ymmmd--smmmms`  /mmmmd+dmmm/-dmmmy..ymmmh`
                                      `dmmm-    .hmmmo`ymmmd/ymmmmmy` `smmmmy:dmmm+`hmmmo`/dmmmd.
                                       ommmy:-:odmmd: /mmmmmmmmmmmy..+dmmmm/`smmmy`-mmmy:ymmmmd-
                                       `ommmmmmmmms.  +Nmmmmh+-dmmmmNmmmms.  ymmmy/smmmmmmmmmm:`:/-
                                         `/ossso/.     :++:.   .+sso:/so-    `+yhhhyosyysmmmm+ `::-
                                                                              `-/oyhddddmmmmmyysooo`
                                                                            `+dmmmmmmmmmmmmmmmmmmmd.
                                                                           .hmmmdo/-.:dmmmo.--:/+/.
                                                                           oNmms    +mmmm+
                                                                           +mmmd/:+hmmmh-
                                                                           `+dmmmmmmmh+
                                                                             `:osys+-`

*/

/* ---------------------------------------------------------
   1. Common site styles
   2. Custom form styles
---------------------------------------------------------*/

/* files import */

.container:after,
#header:after,
.promo .container:after,
.clients-area .frame:after,
.block-info .frame-hold:after,
.information:after,
.information .align-middle:after {
	content: " ";
	display: block;
	clear: both;
}

#nav ul.first-level,
.second-drop ul.second-level,
.header-holder ul.header-links,
.peoples-drop ul.peoples-list,
.promo .pagination ul,
.testimonial .pagination ul,
#main ul,
#main ul.img-list,
#main ul.social-list,
#main .breadcrumbs ul,
#main ul.services-list,
.slideshow .pagination ul,
.contact-popup ul.contact-list,
#sidebar ul.imgs-list,
.form-holder ul.contact-list,
#footer ul.footer-links,
#footer ul.right-links,
.mm-menu > .mm-panel ul.second-level {
	margin: 0;
	padding: 0;
	list-style: none;
}

.peoples-drop ul.peoples-list > li > a:before,
.peoples-drop ul.peoples-list .hover-text,
.peoples-side ul.peoples-list > li > a:after,
.peoples-side ul.peoples-list .hover-text,
.promo .slide-caption,
#main ul.services-list .img-box:before,
#main ul.services-list .img-text,
.visual .caption,
.main-visual .caption,
.news-block .news-list a.img-box:before,
.news-area a.img-box:before,
.news-area .img-hover,
.work-holder .work-box a:after,
.work-holder .img-hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #2b343b;
	height: 100%;
	background: #fff;
	font: 13px/18px "open_sans", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

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

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #ffd105;
}

a:hover {
	text-decoration: none;
	color: #37424a;
}

input,
textarea,
select {
	font: 100% "open_sans", "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "open_sans", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

.gm-style img {
	max-width: none;
}

@font-face {
	font-family: icomoon;
	src: url("fonts/icomoon.eot");
	src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svgicomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?-v0afij");
	src: url("fonts/icomoon.eot?#iefix-v0afij") format("embedded-opentype"), url("fonts/icomoon.ttf?-v0afij") format("truetype"), url("fonts/icomoon.woff?-v0afij") format("woff"), url("fonts/icomoon.svg?-v0afij#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before {
	content: "\e607";
}

.icon-arrow-left:before {
	content: "\e608";
}

.icon-arrow-right:before {
	content: "\e609";
}

.icon-arrow-top:before {
	content: "\e60a";
}

.icon-linkedin:before {
	content: "\e60b";
}

.icon-play:before {
	content: "\e60c";
}

.icon-phone:before {
	content: "\e605";
}

.icon-locked:before {
	content: "\e603";
}

.icon-search:before {
	content: "\e601";
}

.icon-cross:before {
	content: "\e604";
}

.icon-mail:before {
	content: "\e602";
}

.icon-file-pdf-o:before {
	content: "\e606";
}

.icon-user:before {
	content: "\e600";
}

.icon-menu:before {
	content: "\e60d";
}

.icon-place:before {
	content: "\e60e";
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-semibold-webfont.eot");
	src: url("fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-semibold-webfont.svg") format("svg"), url("fonts/opensans-semibold-webfont.woff") format("woff"), url("fonts/opensans-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-semibolditalic-webfont.eot");
	src: url("fonts/opensans-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-semibolditalic-webfont.svg") format("svg"), url("fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("fonts/opensans-semibolditalic-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-bold-webfont.eot");
	src: url("fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bold-webfont.svg") format("svg"), url("fonts/opensans-bold-webfont.woff") format("woff"), url("fonts/opensans-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-bolditalic-webfont.eot");
	src: url("fonts/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bolditalic-webfont.svg") format("svg"), url("fonts/opensans-bolditalic-webfont.woff") format("woff"), url("fonts/opensans-bolditalic-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-extrabold-webfont.eot");
	src: url("fonts/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-extrabold-webfont.svg") format("svg"), url("fonts/opensans-extrabold-webfont.woff") format("woff"), url("fonts/opensans-extrabold-webfont.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-extrabolditalic-webfont.eot");
	src: url("fonts/opensans-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-extrabolditalic-webfont.svg") format("svg"), url("fonts/opensans-extrabolditalic-webfont.woff") format("woff"), url("fonts/opensans-extrabolditalic-webfont.ttf") format("truetype");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-italic-webfont.eot");
	src: url("fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-italic-webfont.svg") format("svg"), url("fonts/opensans-italic-webfont.woff") format("woff"), url("fonts/opensans-italic-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-light-webfont.eot");
	src: url("fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-light-webfont.svg") format("svg"), url("fonts/opensans-light-webfont.woff") format("woff"), url("fonts/opensans-light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-lightitalic-webfont.eot");
	src: url("fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-lightitalic-webfont.svg") format("svg"), url("fonts/opensans-lightitalic-webfont.woff") format("woff"), url("fonts/opensans-lightitalic-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}

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

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

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

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

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

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

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

@font-face {
	font-family: "raleway";
	src: url("fonts/raleway-regular-webfont.eot");
	src: url("fonts/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-regular-webfont.svg") format("svg"), 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: "raleway";
	src: url("fonts/raleway-semibold-webfont.eot");
	src: url("fonts/raleway-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-semibold-webfont.svg") format("svg"), url("fonts/raleway-semibold-webfont.woff") format("woff"), url("fonts/raleway-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

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

.hide {
	display: none !important;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #000;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

/* ---------------------------------------------------------
   1. Common site styles
---------------------------------------------------------*/

/*wrapper style*/

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
	display: table;
	padding: 53px 0 0;
	table-layout: fixed;
}

.home #wrapper {
	padding: 0;
}

/*main container style*/

.container {
	max-width: 920px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container p a {
	text-decoration: underline;
	color: #000000;
}

.container p a:hover {
	text-decoration: none;
	color: #37424a;
}

.w-1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*header style*/

/*logo style*/

#header {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	z-index: 9998 !important;
	padding: 20px 20px 20px 0px;
}

@media all and (max-width: 768px) {
	#header {
		padding:0px;
	}
}



#header .container {
	padding: 0;
	overflow: hidden;
}

#header .logo {
	background-size: 100% 100%;
	width: 117px;
	height: 25px;
	position: absolute;
	left: 16px;
	top: 13px;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
     outline: none;
}

@media all and (max-width: 768px) {
	#header .logo-product-support {
		top: 13px;
		left: 147px;
	}

}

#header .logo a {
     outline: none;
}


#header #nav {
	background: #37424a;
	width: 270px;
	position: absolute;
	top: 0;
	right: -270px;
	left: auto;
	z-index: 2;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

#header .nav-slide {
	position: relative;
	z-index: 3;
	padding: 53px 0 0;
}

#header .nav-slide:after {
	position: absolute;
	background: #37424a;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 0 9999px;
	margin: 0 0 9999px;
	content: "";
	z-index: 0;
}

#header .nav-opener {
	position: relative;
	z-index: 10;
}

#header .nav-opener .icon-cross,
#header .nav-opener .icon-menu {
	display: inline-block;
	vertical-align: middle;
	color: #37424a;
	line-height: 18px;
	margin: -3px 0 0;
	font-size: 30px;
}

#header .nav-opener .icon-cross {
	font-size: 20px;
}

#header .nav-opener .text {
	display: none;
}

#header .nav-opener:hover .icon-cross,
#header .nav-opener:hover .icon-menu {
	color: #37424a;
}

#header .nav-opener .icon-cross {
	display: none;
}

#header.nav-active .header-holder {
	margin: 0 270px 0 0;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

#header.nav-active .nav-opener .icon-menu {
	display: none;
}

#header.nav-active .nav-opener .icon-cross {
	display: inline-block;
	vertical-align: middle;
}

#header.nav-active .logo {
	margin: 11px;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

#header.nav-active #nav {
	right: 0;
	left: auto;
}

html .mm-slideout {
	right: 0;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}
html #header {
	width: 100%;
}

html.mm-opened #header {
    width: 100%;
	right: 270px;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;

}

html.mm-opened #header a.nav-opener .icon-menu {
	display: none;
}

html.mm-opened #header a.nav-opener .icon-cross {
	display: inline-block;
	vertical-align: middle;
}

	html.mm-opened #header .header-holder {
	margin: 0 270px 0 0;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	z-index: 20;
}

html.mm-opened #header .logo {
	left: 16px;
	top: 13px;
    z-index: -1;
}

html.mm-opened .mm-slideout {
	right: 270px;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

html.mm-opened .header-holder {
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

html .mm-menu {
	width: 270px;
	min-width: 270px;
	max-width: 270px;
}
html #mm-2 {
	width: 270px;
	min-width: 270px;
	max-width: 270px;
}

/*main navigation style*/

#nav ul.first-level {
	position: relative;
	z-index: 3;
}

#nav ul.first-level li {
	display: block;
	border-top: 1px solid #252d32;
}

#nav ul.first-level li.has-drop-down > a {
	padding: 16px 35px 13px 22px;
	position: relative;
	background: #37424a;
}

#nav ul.first-level li.has-drop-down > a:after {
	content: "\e609";
	position: absolute;
	right: 19px;
	top: 50%;
	position: absolute;
	margin: -10px 0 0;
	line-height: 20px;
	font-size: 13px;
	font-family: icomoon;
}

#nav ul.first-level li:after {
	display: none;
}

#nav ul.first-level a {
	display: block;
	padding: 16px 19px 13px;
	line-height: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

#nav ul.first-level a:hover {
	color: #37424a;
	background: #ffd105;
}

/*second srop style*/

.second-drop {
	display: none;
}

.second-drop ul.second-level {
	padding-top: 50px;
}

.second-drop a.back-link {
	display: block;
	padding: 15px;
	background: #2b343b;
	border-top: 1px solid #252d32;
}

.second-drop a.back-link .icon-arrow-left {
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	font-size: 11px;
	font-weight: 700;
}

.second-drop a.back-link:hover {
	color: #37424a;
	background: #ffd105;
}

/*news form style*/

.news-form {
	position: relative;
	z-index: 3;
	letter-spacing: 0;
	background: #2b343b;
	padding: 19px 0 45px;
}

.news-form label {
	color: #fff;
	line-height: 22px;
	display: block;
	padding: 0 19px 21px;
	font-size: 18px;
	font-weight: 600;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.news-form .form-row {
	overflow: hidden;
	width: 100%;
	height: 47px;
    padding: 0 0 0 25px;
	background: #fff;
}

.news-form input[type="text"],
.news-form input[type="email"] {
	float: left;
	width: 65.5%;
	height: 47px;
	padding: 12px 25px 12px 0;
	color: #37424a;
	outline: none;
	border: 0;
	box-shadow: none;
	line-height: 17px;
	font-size: 15px;
	font-weight: 400;
}

.news-form input[type="text"]::-webkit-input-placeholder,
.news-form input[type="email"]::-webkit-input-placeholder {
	color: #37424a;
}

.news-form input[type="text"]::-moz-placeholder,
.news-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #37424a;
}

.news-form input[type="text"]:-moz-placeholder,
.news-form input[type="email"]:-moz-placeholder {
	color: #37424a;
}

.news-form input[type="text"]:-ms-input-placeholder,
.news-form input[type="email"]:-ms-input-placeholder {
	color: #37424a;
}

.news-form input[type="text"].placeholder,
.news-form input[type="email"].placeholder {
	color: #37424a;
}

.news-form button[type="submit"] {
	height: 47px;
	width: 46px;
	float: right;
	border: 0;
	position: relative;
	margin: 0;
	z-index: 4;
	padding: 8px;
	background: #ffd105;
}

.news-form button[type="submit"]:before {
	content: "\e609";
	position: absolute;
	right: 19px;
	top: 50%;
	position: absolute;
	margin: -10px 0 0;
	line-height: 20px;
	font-size: 11px;
	font-weight: 600;
	font-family: icomoon;
}

.news-form button[type="submit"]:hover {
	color: #fff;
	background: #999;
}

/*header holder style*/

.header-holder {
	float: right;
	/*max-width: 700px;*/
	letter-spacing: -6px;
	text-align: right;
	line-height: 0;
	font-size: 0;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	width: 58%;
}

.header-holder ul.header-links {
	float: right;
	font-size: 0;
	overflow: hidden;
	line-height: 0;
	letter-spacing: 0;
}

.header-holder ul.header-links > li {
	float: left;
	margin: 0 0 0 1px;
	width: auto;
}

.header-holder ul.header-links > li.contact {
	display: none;
}

.header-holder ul.header-links > li:first-child > a {
	border: 0;
}

.header-holder ul.header-links > li.hover .peoples-drop {
	display: block;
}

.header-holder ul.header-links > li:after {
	display: none;
}

.header-holder ul.header-links > li > a {
	display: block;
	min-width: 127px;
	background: #ffd105;
	letter-spacing: 0;
	text-align: center;
	padding: 15px 5px;
	letter-spacing: 1px;
	outline: none;
	box-shadow: none;
	border-left: 1px solid #252d32;
	color: #37424a;
	line-height: 23px;
	height: 53px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

@media all and (max-width: 768px) {
	.header-holder ul.header-links > li > a {
		min-width: 51px;
	}


}

.header-holder ul.header-links > li > a:hover {
	color: #37424a;
    background-color: #ffc105;
}

.header-holder ul.header-links > li > a .text {
	display: none;
}

.header-holder ul.header-links .icon-user {
	padding: 0 5px;
	font-size: 15px;
}

.header-holder ul.header-text{
    float: right;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: normal;
}

.header-holder ul.header-text li{
    float: left;
    list-style: none;
    margin-right: 20px;
}

.sector-links{
    margin:  0px 0px 0px 0px;
}

.sector-links li{
        margin:  0px !important;
	position:relative;
}

.sector-links li .sub-menu{
	position:absolute;
	top:100%;
	left:0;
	background: #000;
	text-align: left;
	padding:0;
	display:none;
}

.sector-links li:hover .sub-menu{
	display:block;
}

.sector-links li .sub-menu li{
	display:block;
	float:none;
	clear:both;
}

.sector-links li .sub-menu a{
	white-space: nowrap;
	display:block;
	padding:0 10px;
}

.sector-links a{
    color: #FFFFFF;
    display: block;
    line-height: 53px;
    padding: 0px 15px;
      letter-spacing: 1px;
}
.sector-links a:hover{
    background-color: #37424a;

}

/*peoples drop style*/

.peoples-drop {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	z-index: 15;
	text-align: left;

}


.peoples-drop .holder {
	width: 100%;
    background: #37424a;
	margin: 0 auto;
	padding: 15px;
}

.peoples-drop .win-height {
	overflow: auto;
}

.peoples-drop h1 {
	width: 100%;
	line-height: 30px;
	color: #fff;
	margin: 0 0 5px;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.peoples-drop .tab-head {
	overflow: hidden;
	margin: 0 0 17px;
}

.peoples-drop ul.peoples-list, .peoples-side ul.peoples-list  {
	margin: 0 0 0 -2px !important;
	letter-spacing: -6px;
	text-align: center;
}

.peoples-side ul.peoples-list {
	text-align: left;
}

.peoples-drop ul.peoples-list > li {
	letter-spacing: 0;
	width: 50%;
	max-width: 147px;
	padding: 0 0 2px 2px;
	display: inline-block;
	vertical-align: top;
}

 .peoples-side ul {
     padding: 5px 5px 30px 5px !important;
}

 #sidebar .peoples-side ul.peoples-list > li{

	width: 50%;
	/*max-width: 20%;*/
}

.peoples-side ul.peoples-list > li{
   list-style: none;
	padding: 2px !important;
   display: inline-block;
   vertical-align: top;
   letter-spacing: 0;
   width: 20%;
   /*max-width: 20%;*/
}

@media all and (max-width: 1023px) {
	.peoples-side ul.peoples-list > li{
	   width: 22%;
   }
}

@media all and (max-width: 768px) {
	.peoples-side ul.peoples-list > li{
	   width: 33%;
	}
}

@media all and (max-width: 639px) {
	.peoples-side ul.peoples-list > li{
	   width: 50%;
	}
}


 .single-ran_work .peoples-side ul.peoples-list > li, .page-template-page-singleservices .peoples-side ul.peoples-list > li {
   	max-width: 100%;
}

.post-type-archive-ran_people .peoples-side ul.peoples-list > li {
      padding: 2px 4px !important;
}

 .peoples-side ul.peoples-list > li:after{
    display: none;
}


.peoples-drop ul.peoples-list > li > a, .peoples-side ul.peoples-list > li > a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
    z-index: 9;
}



.peoples-drop ul.peoples-list > li > a:before, .peoples-side ul.peoples-list > li > a:before {
	background: rgba(55, 66, 74, .25);
	content: " ";
    z-index: 10;
}

.peoples-drop ul.peoples-list > li > a:hover .hover-text, .peoples-side ul.peoples-list > li > a:hover .hover-text {
	display: block;
}

.peoples-drop ul.peoples-list > li > a:hover:before, .peoples-side ul.peoples-list > li > a:hover:before  {
	display: none;
}

.peoples-drop ul.peoples-list .hover-text, .peoples-side ul.peoples-list .hover-text {
	background: rgba(255, 209, 5, .8);
	display: none;
	color: #fff;
	z-index: 2;
	white-space: nowrap;
}

.peoples-drop ul.peoples-list .hover-text:before, .peoples-side ul.peoples-list .hover-text:before  {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	min-height: 100%;
	overflow: hidden;
	width: 1px;
	content: "";
}

.peoples-drop ul.peoples-list .hover-text .text-hold, .peoples-side ul.peoples-list .hover-text .text-hold {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 10px;
	width: 100%;
	text-align: center;
}

.peoples-drop ul.peoples-list .hover-text .name, .peoples-side ul.peoples-list .hover-text .name {
	display: block;
	line-height: 18px;
	color: #37424a;
	margin: 0 0 3px;
	font-size: 14px;
	font-weight: 700;
}

.peoples-drop ul.peoples-list .hover-text .name span, .peoples-side ul.peoples-list .hover-text .name span  {
	display: block;
}

.peoples-drop ul.peoples-list .hover-text .desgination, .peoples-side ul.peoples-list .hover-text .desgination  {
	display: block;
	line-height: 18px;
	color: #37424a;
	font-size: 12px;
	font-weight: 400;
}

#sidebar .peoples-side ul.peoples-list .hover-text .desgination{
    	line-height: 14px;
	font-size: 10px;
}

.peoples-drop ul.peoples-list .img-box, .peoples-side ul.peoples-list .img-box {
	display: block;
}

.peoples-drop ul.peoples-list img, .peoples-side ul.peoples-list img {
	display: block;
	width: 100%;
	height: 171px;
    position: relative;
	z-index: -1;
     filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.peoples-drop ul.tabset {
	text-align: center;
}

.peoples-drop ul.tabset > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 5px 0;
}

.peoples-drop ul.tabset > li.active > a {
	font-weight: 600;
	color: #ffd105;
}

.peoples-drop ul.tabset > li > a {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	text-transform: none;
	min-width: inherit;
	line-height: 18px;
	color: #fff;
	height: auto;
	font-size: 14px;
	font-weight: 400;
}

.peoples-drop ul.tabset > li > a:hover {
	color: #ffd105;
}

.peoples-drop .tab-content {
	display: block;
	width: 100%;
	overflow: hidden;
	color: #fff;
}

.people-article .profile-image{
    float: left;
    width: 30%;
}

.people-article .profile-content{
       float: right;
         width: 60%;
}

.single-ran_people .work-block .container{
      padding: 46px 15px 0px;
}

.single-ran_people .work-block .head h1{
      margin: 0 0 5px;
}

.single-ran_people .work-block .head h2{
      line-height: 22px;
  font-size: 20px;
  margin: 0 0 25px;
  color: #59666f;
}

.people-article  .profile-image img{
    max-width: 100%;
    width: 100%;
}

.profileLinkedIn{
    display: inline-block;
  vertical-align: top;
  width: auto;
  background: #FFD105;
  padding: 8px 15px;
  line-height: 27px;
  color: #37424A;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 15px;
}


.profileLinkedIn:hover{
     color: #FFD105;
     background: #37424A;
}

/*search box style*/

.search-block {
	float: right;
	position: static;
	height: 53px;
	letter-spacing: 0;
    background-color:#37424a;
}

.search-block a.search-opener {
	color: #fff;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	margin: 16px 15px 15px 0;
	outline: none;
	display: inline-block;
	vertical-align: top;
}

.search-block a.search-opener .icon-search {
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	width: 20px;
    padding: 0px 25px 0px 20px;
}

.search-block a.search-opener:hover {
	color: #ffd105;
}

.search-block input[type="text"],
.search-block input[type="search"] {
	width: 100%;
	background: #37424a;
	height: 53px;
	border: 0;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	line-height: 23px;
	outline: none;
	box-shadow: none;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 500;
}

.search-block input[type="text"]::-webkit-input-placeholder,
.search-block input[type="search"]::-webkit-input-placeholder {
	color: #FFFFFF;
}

.search-block input[type="text"]::-moz-placeholder,
.search-block input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #FFFFFF;
}

.search-block input[type="text"]:-moz-placeholder,
.search-block input[type="search"]:-moz-placeholder {
	color: #FFFFFF;
}

.search-block input[type="text"]:-ms-input-placeholder,
.search-block input[type="search"]:-ms-input-placeholder {
	color: #FFFFFF;
}

.search-block input[type="text"].placeholder,
.search-block input[type="search"].placeholder {
	color: #FFFFFF;
}

.search-block .search-form {
	overflow: hidden;
}

.search-block.search-active {
	background: #000;
}

.search-block.search-active fieldset {
	background: #000;
}

.search-block.search-active .search-form {
	width: 100%;
    background: #000;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

.search-block.search-active a.search-opener {
	z-index: 6;
	margin: 16px 15px 15px 0;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

/*promo style*/

.promo {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.promo img {
	display: block;
	width: 100%;
	height: auto;
}

.promo .cycle-pager {
	position: absolute;
	right: 0;
	top: 80px;
	background: #ff0;
	width: 300px;
	height: 20px;
	z-index: 9999;
}

.promo .slideset {
	position: relative;
	height: 100%;
}

.promo .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	height: 100%;
}

.promo .slide.active {
	z-index: 2;
}

.promo .slide a.btn-prev,
.promo .slide a.btn-next {
	visibility: hidden;
}

.promo img {
	display: block;
	max-width: inherit;
}

.promo .bg-stretch {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.promo .bg-stretch span {
    	display: block;
}

.promo .slide-caption {
	position: relative;
	height: 100%;
	padding: 53px 0 0;
}

.promo .caption {
	position: relative;
	width: 100%;
}

.promo .caption .info {
	line-height: 18px;
	color: #fff;
	display: none;
	margin: 0 0 30px;
	font-size: 14px;
	font-weight: 600;
}

.promo .caption h1 {
	line-height: 36px;
	color: #fff;
	margin: 0 0 32px;
	font-size: 38px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.promo a.btn-read {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	background: #ffd105;
	padding: 10px 55px 7px 17px;
	line-height: 26px;
	color: #37424a;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.promo a.btn-read:hover:after {
	background: #37424a;
}

.promo a.btn-read:hover:before {
	color: #fff;
}

.promo a.btn-read:after {
	background: #fff;
	width: 43px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	content: "";
}

.promo a.btn-read:before {
	content: "\e609";
	position: absolute;
	right: 17px;
	top: 50%;
	line-height: 20px;
	color: #37424a;
	margin: -10px 0 0;
	z-index: 2;
	font-size: 12px;
	font-family: icomoon;
}

.promo a.btn-down {
	position: absolute;
	bottom: 45px;
	z-index: 3;
	color: #fff;
	left: 50%;
	margin: 0 0 0 -62px;
	text-align: center;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding: 0 0 25px;
	z-index: 999;
	height: 57px;
}

.promo a.btn-down .btn-text {
	display: inline-block;
	vertical-align: top;
	min-width: 125px;
	padding: 7px 10px;
	line-height: 18px;
	display: block;
	background: url(images/bg-pattern.png) repeat;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.promo a.btn-down .icon-arrow-bottom {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -10px;
	color: #fff;
}

.promo a.btn-down:hover .btn-text,
.promo a.btn-down:hover .icon-arrow-bottom {
	color: #ffd105;
}

.promo .bg-stretch {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.promo .bg-stretch span {
	display: block;
}

.promo .pagination {
	display: none;
}

/*services style*/

.services {
	text-align: center;
	width: 100%;
	position: relative;
}

.services .container {
	padding-top: 29px;
	padding-bottom: 0;
}

.services .head-part {
	overflow: hidden;
	padding: 0 10px 10px;
}

.services h2 {
	line-height: 35px;
	color: #2b343b;
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

/*clients-area style*/

.clients-area {
	background: #59666f;
	position: relative;
	width: 100%;
	overflow: hidden;
	display: none;
}

.page-template-default .clients-area {
    margin-bottom: 40px;
}

.clients-area:before {
	background: url(images/bg-pattern02.png) repeat;
	height: 890px;
	right: -637px;
	position: absolute;
	top: -379px;
	bottom: 0;
	width: 1035px;
	-ms-transform: rotate(27deg);
	-webkit-transform: rotate(27deg);
	transform: rotate(27deg);
	content: "";
}

.clients-area .container {
	padding-bottom: 107px;
	padding-top: 103px;
}

.clients-area .frame {
	position: relative;
	padding: 30px 15px 0 20px;
}

.clients-area .frame:before {
	right: 54px;
	left: 0;
	bottom: -33px;
	background: #fff;
	position: absolute;
	height: 33px;
	content: "";
}

.clients-area .holder {
	background: #fff;
	letter-spacing: -6px;
	position: relative;
}

.clients-area .holder:before {
	background: url(images/img53.png) no-repeat;
	width: 55px;
	height: 33px;
	position: absolute;
	bottom: -33px;
	right: 0;
	content: "";
}

.clients-area .holder:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 26px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: -57px;
	left: 0;
	content: "";
}

.clients-area h2 {
	line-height: 36px;
	color: #2b343b;
	margin: 0 0 20px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
	font-size: 38px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

/*testimonial style*/

.testimonial {
	position: relative;
	letter-spacing: 0;
	padding: 0;
	width: 69.8%;
	float: right;
	display: inline-block;
	vertical-align: top;
}

.testimonial .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.testimonial .mask .slideset {
	width: 100% !important;
	float: left;
	white-space: nowrap !important;
}

.testimonial .mask .slide {
	width: 100%;
	padding: 25px 8px 0;
	display: inline-block;
	vertical-align: top;
	white-space: normal;

}

.page-template-default .testimonial .mask .slide {
    	padding: 0px 8px 0;
}

.home .testimonial .mask .slide {
       height: 250px;
}

.page-template-default .testimonial .mask .slide {
       height: 180px;
}


.testimonial .mask .slide.active {
	z-index: 1;
}

.testimonial .blockquote {
	margin: 0;
	text-align: center;
	padding: 0 15px 40px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 400;
}

.page-template-default .testimonial .blockquote  {
    line-height: 18px;
	font-size: 14px;
    text-align: left;
}

.testimonial .blockquote q {
	display: block;
	margin: 0 0 20px;
}

.testimonial .blockquote cite {
	display: block;
	text-align: right;
	color: #010101;
	padding: 1px 8px 0 0;
	line-height: 19px;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
}

.testimonial .pagination {
	position: absolute;
	right: 36px;
	width: 300px;
	text-align: right;
	display: block;
	z-index: 200;
	max-height: 300px;
	bottom: -1px;
}

.testimonial .pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	padding: 0 !important;
}

.testimonial .pagination li.active a {
	background: none;
	border-color: #ffd105;
    background-color: #ffd105;
}

.testimonial .pagination li:after {
	display: none !important;
}

.testimonial .pagination a {
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 13px;
	border: 1px solid #000;
	text-indent: 9999px;
	overflow: hidden;
}

.testimonial .pagination a:hover {
	background: none;
	border-color: #ffd105;
}

/* main informative part styles */

#main {
	overflow: hidden;
	width: 100%;
	position: relative;
}

#main ul li {
	padding: 0 0 5px 17px;
	position: relative;
	line-height: 18px;
	text-align: left;
	color: #59666f;
	font-size: 13px;
	font-weight: 400;
}

#main ul li:after {
	content: "\e609";
	position: absolute;
	left: 3px;
	top: 2px;
	color: #ffd415;
	line-height: 15px;
	font-size: 10px;
	font-weight: 400;
	font-family: icomoon;
}

#main ul.img-list {
	text-align: center;
	letter-spacing: -6px;
	font-size: 0;
	line-height: 0;
	padding: 13px 0 11px;
}

#main ul.img-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: 100%;
	padding: 0 0 16px;
	text-align: center;
}

#main ul.img-list li:after {
	display: none;
}

#main ul.img-list img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

#main ul.social-list {
	display: inline-block;
	vertical-align: middle;
}

#main ul.social-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px 0 3px;
}

#main ul.social-list li:after {
	display: none;
}

#main ul.social-list a {
	display: inline-block;
	vertical-align: middle;
	color: #bfc4c8;
}

#main ul.social-list a:hover {
	color: #ffd105;
}

#main ul.social-list a .icon-linkedin {
	line-height: 25px;
	font-size: 24px;
}

#main ul.social-list a .icon-mail {
	line-height: 20px;
	font-size: 18px;
}

#main .breadcrumbs {
	float: left;
	max-width: 450px;
	display: none;
}

#main .breadcrumbs li {
	line-height: 18px;
	color: #8b9dab;
	position: relative;
	float: left;
	padding: 0 0 0 20px;
	font-size: 13px;
	font-weight: 400;
}

#main .breadcrumbs li:first-child {
	padding: 0;
}

#main .breadcrumbs li:first-child:after {
	display: none;
}

#main .breadcrumbs li:after {
	content: ">";
	color: #37424a;
	position: absolute;
	top: 0;
	left: 7px;
	line-height: 18px;
	font-size: 13px;
	font-family: base-font-family;
}

#main .breadcrumbs a {
	color: #37424a;
}

#main .breadcrumbs a:hover {
	color: #ffd105;
}

#main ul.services-list {
	max-width: 240px;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

#main ul.services-list li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 20px;
    z-index: 1;
}

#main ul.services-list li:after {
	display: none;
}

#main ul.services-list li.hover .title {
	color: #ffd105;
}

#main ul.services-list li.hover a.btn-more {
	display: block;
}

#main ul.services-list a {
	display: block;
	position: relative;
	z-index: 2;
}

#main ul.services-list img {
	display: block;
	width: 100%;
	height: auto;
    position: relative;
	z-index: -1;
}

#main ul.services-list .img-box {
	display: none;
	position: relative;
}

#main ul.services-list .img-box:before {
	background: rgba(55, 66, 74, .15);
	content: " ";
}

#main ul.services-list .img-box:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 22px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	content: " ";
}

#main ul.services-list .img-text {
	white-space: nowrap;
	text-align: left;
    z-index: 2;
}

#main ul.services-list .img-text:before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	min-height: 100%;
	overflow: hidden;
	width: 1px;
	content: "";
}

#main ul.services-list .img-text .hold {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

#main ul.services-list .img-text:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 22px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	content: " ";
}

#main ul.services-list a {
	display: block;
	position: relative;
	height: 76px;
	background: #bbb url(images/bg-pattern02.png) repeat;
}

#main ul.services-list .title {
	color: #fff;
	padding: 10px 20px;
	width: 70%;
	line-height: 25px;
	font-size: 22px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

#main ul.services-list a.btn-more {
	display: block;
	min-width: 43px;
	height: 43px;
	background: #fff;
	line-height: 28px;
	color: #fff;
	position: absolute;
	right: 24px;
	top: 17px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

#main ul.services-list a.btn-more .text {
	text-indent: -9999px;
	display: inline-block;
	vertical-align: top;
}

#main ul.services-list a.btn-more:before {
	background: #fff;
	width: 43px;
	position: absolute;
	top: 0;
	right: 0;
	height: 43px;
	border-width: 0;
	bottom: 0;
	text-align: center;
	content: "";
}

#main ul.services-list a.btn-more:after {
	content: "\e609";
	position: absolute;
	right: 17px;
	top: 50%;
	line-height: 20px;
	color: #37424a;
	margin: -10px 0 0;
	z-index: 2;
	font-size: 12px;
	font-family: icomoon;
}

#main ul.services-list a.btn-more:hover:before {
	background: #37424a;
    content: " ";
}

#main ul.services-list a.btn-more:hover:after {
	color: #fff;
}

/*visual part style*/

.visual {
	width: 100%;
	position: relative;
	margin: 0 0 20px;
	text-align: center;
	overflow: hidden;
}
.visual .img-box {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 146px;
}
.visual .img-box img {
	display: block;
	width: 100%;
	height: auto;
}
.visual .img-box span {
	display: block;
}
.visual .img-box .w1 {
	width: 100%;
	position: relative;
	float: left;
	left: 50%;
}
.visual .img-box .w2 {
	width: 100%;
	position: relative;
	float: left;
	left: -50%;
}

.visual .container {
	position:relative;
	padding-top: 43px;
	padding-bottom: 47px;
	z-index: 101;
}

.visual.add {
	display: none;
}

.visual.services-page .container {
	padding-top: 250px;
	padding-bottom: 59px;
}

@media all and (max-width: 767px) {

	.visual.services-page .container {
		padding-top: 35%;
	}

}


.visual.services-page .img-box {
	height: 400px;
}

/*.visual .caption{*/
	/*position:relative;*/
/*}*/

/*.visual .overlay{*/
	/*background: rgba( 36, 36, 36, 0.5 );*/
	/*width: 100vw;*/
	/*height: 200%;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*z-index: 100;*/
	/*transform: rotate( 58deg) translate( -59vw, 25vw );*/
/*}*/

.visual h2,
.visual h1 {
	line-height: 36px;
	color: #fff;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

/*main visual style*/

.main-visual {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.main-visual .img-box {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.main-visual .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.main-visual .img-box .w1 {
	width: 100%;
	min-width: 320px;
	position: relative;
	float: left;
	left: 50%;
}

.main-visual .img-box .w2 {
	width: 100%;
	min-width: 320px;
	position: relative;
	float: left;
	left: -50%;
}

.main-visual .container {
	white-space: nowrap;
	height: 100%;
}

.main-visual .container:before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	min-height: 100%;
	overflow: hidden;
	width: 1px;
	content: "";
}


.page-template-page-singleservices .main-visual .container:before {
	min-height: 80%;
}

.main-visual .container .hold {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	width: 48%;
	padding: 0 0 52px;
	position: relative;
	z-index: 2;
}

.main-visual h1 {
	margin: 0;
	color: #fff;
	line-height: 40px;
	font-size: 38px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.main-visual .caption {
	display: none;
}

.main-visual .caption:after {
	background: url(images/bg-pattern03.png) repeat;
	width: 934px;
	height: 800px;
	position: absolute;
	left: -413px;
	top: 1px;
	content: "";
	-ms-transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
	transform: rotate(-43deg);
}

.page-template-page-singleservices .main-visual .caption:after {
	background: url(images/bg-pattern02.png) repeat;
}

/*two columns style*/

.two-columns {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.two-columns .holder {
	display: table;
	width: 100%;
	font-size: 0;
	table-layout: fixed;
	line-height: 0;
	overflow: hidden;
}

.two-columns .container {
	padding: 0;
}

.two-columns .head-area {
	padding: 22px 15px 10px;
	text-align: center;
}

.two-columns .head-area a.view {
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0 0 21px;
	display: inline-block;
	vertical-align: top;
	color: #37424a;
	font-size: 13px;
	font-weight: 600;
}

.two-columns .head-area a.view .icon-arrow-left {
	color: #ffd105;
	display: inline-block;
	vertical-align: top;
	padding: 0 9px 0 0;
	line-height: 17px;
	font-size: 12px;
}

.two-columns .head-area a.view:hover {
	color: #ffd105;
}

.two-columns .head-area a.view:hover .icon-arrow-left {
	color: #37424a;
}

.two-columns .head-area a.view.case {
	overflow: hidden;
}

.two-columns .head-area h2,
.two-columns .head-area h1 {
	display: inline-block;
	vertical-align: top;
	line-height: 34px;
	color: #2b343b;
	margin: 0 0 15px;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.two-columns .head-area h2 {
	display: block;
	margin: 0 0 18px;
}

.two-columns.add .container {
	padding: 15px 14px 10px;
}

.two-columns.add .head-area {
	padding: 22px 15px 0;
	overflow: hidden;
}

.two-columns.add .head-area a.view {
	margin: 0;
}

.two-columns.add .head-area h2 {
	font-size: 32px;
}

.two-columns.add .head-area.add {
	overflow: visible;
}

/* main content styles */

#content {
	width: 100%;
	display: table-footer-group;
	width: 100%;
}

#content .breadcrumbs {
	padding: 0 0 30px;
	display: block;
}

#content .description {
	line-height: 18px;
	color: #59666f;
	padding: 0 21px 32px;
	font-size: 13px;
	font-weight: 400;
}

#content .description p {
	margin: 0 0 10px;
}

#content .description h2 {
	line-height: 28px;
	color: #37424a;
	margin: 0 0 22px;
	font-size: 26px;
	font-weight: 700;
}

.single-ran_work #content .description h2{
    font-size: 16px;
    line-height: 20px
}

/* cols-two styles */

.cols-two {
	overflow: hidden;
	line-height: 18px;
	color: #59666f;
	padding: 0 0 9px;
	font-size: 13px;
	font-weight: 400;
}

.cols-two p {
	margin: 0 24px 26px;
}

.cols-two .col-hold {
	overflow: hidden;
	margin: 0 0 30px;
	letter-spacing: -6px;
}

.cols-two .container {
	padding: 0 0 37px;
}

.cols-two .left-info {
	width: 100%;
	letter-spacing: 0;
	text-align: center;
	padding: 0 10px 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
	color: #37424a;
	font-size: 20px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.cols-two .align-right {
	padding: 0;
	overflow: hidden;
	width: 100%;
	letter-spacing: 0;
	position: relative;
}

.cols-two .align-right img {
	display: block;
	width: 100%;
	height: auto;
}

.cols-two .align-right .w1 {
	width: 100%;
	min-width: 320px;
	position: relative;
	float: left;
	left: 50%;
}

.cols-two .align-right .w2 {
	width: 100%;
	min-width: 320px;
	position: relative;
	float: left;
	left: -50%;
}

/* three cols styles */

.three-cols {
	width: 100%;
	overflow: hidden;
	max-width: 207px;
	margin: 0 auto 25px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -6px;
}

.three-cols .col {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 0 14px;
	line-height: 18px;
	color: #37424a;
	font-size: 13px;
	font-weight: 400;
}

.three-cols .col p {
	margin: 0 0 19px;
}

.three-cols h3 {
	line-height: 20px;
	color: #2b343b;
	margin: 0 0 14px;
	/*text-transform: capitalize;*/
	font-size: 15px;
	font-weight: 700;
	    min-height: 160px;
}

.three-cols .col-info {
	background: #d8dcdf;
	width: 100%;
	text-align: center;
	padding: 27px 25px;
}

.three-cols .col-info .number {
	line-height: 45px;
	color: #8b959d;
	text-transform: uppercase;
	font-size: 62px;
	font-weight: 700;
}

.three-cols .col-info .number.add {
	font-size: 72px;
	line-height: 54px;
}

.three-cols .col-info .number span {
	line-height: 45px;
	font-size: 31px;
	display: block;
}

.three-cols .col-img {
	display: block;
	margin: 0 0 10px;
}

/* block info styles */

.block-info {
	background: #59666f;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 47px 24px 55px;
}

.block-info:before {
	background: url(images/bg-pattern02.png) repeat;
	height: 500px;
	right: -384px;
	position: absolute;
	top: -171px;
	bottom: 0;
	width: 595px;
	-ms-transform: rotate(27deg);
	-webkit-transform: rotate(27deg);
	transform: rotate(27deg);
	content: "";
}

.block-info .frame-hold {
	position: relative;
	padding: 28px 25px 0;
}

.block-info .frame-hold:before {
	right: 54px;
	left: 0;
	bottom: -33px;
	background: #fff;
	position: absolute;
	height: 33px;
	content: "";
}

.block-info .info-frame {
	background: #fff;
	position: relative;
	z-index: 2;
	margin: 0 0 28px;
	text-align: center;
	line-height: 22px;
	color: #37424a;
	font-size: 20px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.block-info .info-frame:before {
	background: url(images/img53.png) no-repeat;
	width: 54px;
	height: 33px;
	position: absolute;
	bottom: -33px;
	right: 0;
	content: "";
}

.block-info .info-frame:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 26px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: -57px;
	left: 0;
	content: "";
}

.block-info .info-frame cite {
  display: block;
  text-align: right;
  color: #010101;
  padding: 1px 8px 0 0;
  line-height: 19px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
}

/* more info styles */

.more-info {
	line-height: 18px;
	color: #59666f;
	border-bottom: 1px solid #bfc4c8;
	padding: 0 25px 28px;
	margin: 0 0 36px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}

.more-info p {
	margin: 0 0 20px;
	text-align: left;
}

.more-info .sub-title {
	text-align: center;
	line-height: 22px;
	color: #37424a;
	display: block;
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.more-info a.btn-more {
	display: inline-block;
	vertical-align: top;
	width: 168px;
	margin: 0 auto 10px;
	background: #ffd105;
	padding: 0 55px 0 0;
	line-height: 26px;
	color: #37424a;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.more-info a.btn-more .text {
	background: #ffd105;
	float: left;
	padding: 10px 0 7px 17px;
	height: 43px;
	font-size: 13px;
}

.more-info a.btn-more:hover {
	background: #37424a;
}

.more-info a.btn-more:hover:before {
	color: #fff;
}

.more-info a.btn-more:hover:after {
	border-color: #37424a;
	background: #37424a;
}

.more-info a.btn-more span {
	display: none;
}

.more-info a.btn-more:after {
	background: #fff;
	width: 43px;
	position: absolute;
	border: 1px solid #bfc4c8;
	border-left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	content: "";
}

.more-info a.btn-more:before {
	content: "\e609";
	position: absolute;
	right: 17px;
	top: 50%;
	line-height: 20px;
	color: #37424a;
	margin: -10px 0 0;
	z-index: 2;
	font-size: 12px;
	font-family: icomoon;
}

/* slide show styles */

.slideshow {
	position: relative;
	margin: 0 0 31px;
}

.slideshow:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 32px 54px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
}

.slideshow .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slideshow .mask .slideset {
	min-width: 320px !important;
}

.slideshow .mask .slide {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.slideshow .mask .slide.active {
	z-index: 1;
}

.slideshow .img-box {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.slideshow .img-box .w1 {
	width: 100%;
	min-width: 640px;
	position: relative;
	float: left;
	left: 50%;
}

.slideshow .img-box .w2 {
	width: 100%;
	min-width: 640px;
	position: relative;
	float: left;
	left: -50%;
}

.slideshow img {
	display: block;
	width: 100%;
	height: auto;
}

.slideshow a.btn-next,
.slideshow a.btn-prev {
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	background: rgba(255, 255, 255, .8);
	margin: -22px 0 0;
	z-index: 200;
	text-align: center;
	padding: 10px;
}

.slideshow a.btn-next .icon-arrow-left,
.slideshow a.btn-next .icon-arrow-right,
.slideshow a.btn-prev .icon-arrow-left,
.slideshow a.btn-prev .icon-arrow-right {
	line-height: 23px;
	color: #37424a;
	font-size: 12px;
}

.slideshow a.btn-next:hover,
.slideshow a.btn-prev:hover {
	background: #37424a;
}

.slideshow a.btn-next:hover .icon-arrow-left,
.slideshow a.btn-next:hover .icon-arrow-right,
.slideshow a.btn-prev:hover .icon-arrow-left,
.slideshow a.btn-prev:hover .icon-arrow-right {
	color: #fff;
}

.slideshow a.btn-next {
	left: auto;
	right: 0;
}

.slideshow .pagination {
	position: absolute;
	left: 50%;
	display: block;
	text-align: center;
	z-index: 200;
	max-width: 200px;
	bottom: 0;
	padding: 15px 9px 6px;
	margin: 0 0 0 -79px;
	background: url(images/bg-pattern.png) repeat;
}

.slideshow .pagination ul {
	letter-spacing: -6px;
}

.slideshow .pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 3px;
	letter-spacing: 0;
	padding: 0 !important;
}

.slideshow .pagination li.active a {
	background: none;
	border-color: #ffd105;
}

.slideshow .pagination li:after {
	display: none !important;
}

.slideshow .pagination a {
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 13px;
	background: #fff;
	text-indent: 9999px;
	overflow: hidden;
	border: 1px solid #fff;
}

.slideshow .pagination a:hover {
	background: none;
	border-color: #ffd105;
}

/* info article styles */

.info-article {
	overflow: hidden;
	width: 100%;
}

.info-article h1 {
	line-height: 34px;
	text-align: center;
	color: #2b343b;
	margin: 0 0 23px;
	font-size: 29px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.info-article .container {
	padding: 0 18px;
}

.info-article h2 {
	line-height: 18px;
	text-transform: uppercase;
	color: #59666f;
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 700;
}

.info-article .info-hold {
	overflow: hidden;
	margin: 0 0 25px;
	color: #59666f;
	line-height: 18px;
	font-size: 13px;
	font-weight: 400;
}

.info-article .info-hold p {
	margin: 0 0 25px;
}

.info-article .info-hold ul{
	    margin-top: 15px !important;
	    margin-bottom: 20px !important;
}

/* align center styles */

.align-center {
	display: block;
	width: 100%;
	padding: 0 0 25px;
}

.align-center img {
	display: block;
	width: 100%;
	height: auto;
}

.align-center .container {
	padding: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.align-center .container .w1 {
	width: 100%;
	position: relative;
	float: left;
	left: 50%;
}

.align-center .container .w2 {
	width: 100%;
	position: relative;
	float: left;
	left: -50%;
}

/* info area styles */

.info-area {
	width: 100%;
	position: relative;
	overflow: hidden;
	letter-spacing: -6px;
}

.info-area .container {
	padding: 0 0 37px;
}

.info-area .left-info {
	width: 100%;
	letter-spacing: 0;
	text-align: center;
	padding: 0 20px 35px;
	display: inline-block;
	vertical-align: middle;
	line-height: 33px;
	color: #37424a;
	font-size: 27px;
	font-weight: 400;
}

.info-area .left-info p {
	margin: 0 0 24px;
}

.info-area a.btn, .info-hold a.btn {
	display: inline-block;
	vertical-align: top;
	background: #ffd105;
	padding: 0px 43px 0px 0px;
	line-height: 26px;
	color: #37424a;
	text-align: center;
	position: relative;
	text-transform: uppercase;
    width: auto;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}

.page-id-8 .info-hold a.btn {
 float: left;
}

.info-hold a.btn {
    margin-top: 20px;
    margin: 15px 0px 20px 0px;
}

.info-area a.btn .text, .info-hold a.btn .text {
	background: #ffd105;
	float: left;
	  padding: 8px 17px 8px 17px;
	height: 43px;
}

.info-area a.btn:hover, .info-hold a.btn:hover{
	background: #37424a;
}

.info-area a.btn:hover:before, .info-hold a.btn:hover:before {
	color: #fff;
}

.info-area a.btn:hover:after, .info-hold a.btn:hover:after {
	border-color: #37424a;
}

.info-area a.btn:after, .info-hold a.btn:after {
	width: 43px;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #bfc4c8;
	border-left: 0;
	bottom: 0;
	text-align: center;
	content: "";
}

.info-area a.btn:before, .info-hold a.btn:before {
	content: "\e609";
	position: absolute;
	right: 17px;
	top: 50%;
	line-height: 20px;
	color: #37424a;
	margin: -10px 0 0;
	z-index: 2;
	font-size: 12px;
	font-family: icomoon;
}

.info-area .align-right {
	padding: 0;
	overflow: hidden;
	width: 100%;
	letter-spacing: 0;
	position: relative;
}

.info-area .align-right img {
	display: block;
	width: 100%;
	height: auto;
}

.info-area .align-right .w1 {
	width: 100%;
	min-width: 360px;
	position: relative;
	float: left;
	left: 50%;
}

.info-area .align-right .w2 {
	width: 100%;
	min-width: 360px;
	position: relative;
	float: left;
	left: -50%;
}

/* two cols styles */

.two-cols {
	width: 100%;
	overflow: hidden;
}

.two-cols .col {
	float: left;
	width: 100%;
}

/* Icon Panels Styles */

.icon-panels ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.panel-col{
      list-style: none;
      margin: 0px;
      padding: 0px;
      float: left;
      max-width: 19%;
      background: #D8DCDF;
      text-align: center !important;
      padding: 10px !important;
      margin-right: 1%;
      min-height: 290px;
}

.page-template-default .panel-col {
      min-height: 320px;
}


.page-id-14 .panel-col {
      max-width:none;
      width: 32%;
       min-height: 250px;
}

.page-id-14 .panel-col h3 {
    margin: 15px 0 14px;
}



.panel-col h3 {
  line-height: 20px;
  color: #2B343B;
  margin: 0 0 14px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
}

.panel-col p {
  font: 13px/18px "open_sans", "Arial", "Helvetica", sans-serif;
}

.panel-col img{
    max-width: 100%;
}

.panel-col:after{
    display: none;
}


/* client area styles */

.client-area {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.client-area .container {
	padding: 0 26px 50px 24px;
}

.client-area .holder {
	position: relative;
    z-index: 3;
}

.client-area .holder:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 34px 54px;
	border-color: transparent transparent #c1c6ca transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
}

.client-area .holder:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 34px 54px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: -1px;
	right: -1px;
	content: "";
	z-index: 3;
}

.client-area blockquote {
	border: 1px solid #c1c6ca;
	margin: 0;
	padding: 41px 25px 56px;
	position: relative;
	text-align: center;
	line-height: 25px;
    z-index: 2;
	color: #59666f;
	font-size: 18px;
	font-weight: 400;
}

.client-area blockquote:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 0 27px 24px;
	border-color: transparent transparent transparent #c1c6ca;
	position: absolute;
	left: -1px;
	bottom: -27px;
	content: "";
}

.client-area blockquote:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 0 26px 23px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 0;
	bottom: -25px;
	content: "";
	z-index: 3;
}

.client-area blockquote q {
	display: block;
	margin: 0 0 13px;
}

.client-area blockquote cite {
	display: block;
	line-height: 17px;
	padding: 0 8px;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
}

.client-area blockquote span {
	display: block;
}

/* news block styles */

.news-block {
	text-align: center;
	width: 100%;
	position: relative;
}

.news-block .container {
	padding-top: 14px;
	padding-bottom: 17px;
}

.news-block .head-part {
	overflow: hidden;
	padding: 0 10px 7px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}

.news-block .head-part p {
	margin: 0 0 20px;
}

.news-block h2 {
	line-height: 35px;
	color: #2b343b;
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.news-block .news-list {
	max-width: 230px;
	letter-spacing: -6px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
}

.news-block .news-list h3 {
	line-height: 19px;
	color: #37424a;
	margin: 0 0 10px;
	text-align: left;
	position: relative;
	font-size: 14px;
	font-weight: 700;
    cursor: pointer;
}

.news-block .news-list h3 a {
	display: block;
	padding: 19px 35px 17px 17px;
	border: 1px solid #bfc4c8;
	position: relative;
    z-index: -1;
	color: #37424a;
}

.news-block .news-list h3 a:after {
	content: "\e609";
	position: absolute;
	top: 50%;
	right: 10px;
	color: #37424a;
    z-index: 10;
	line-height: 25px;
	margin: -14px 0 0;
	font-size: 12px;
	font-weight: 400;
	font-family: icomoon;
}


.news-block .news-list img {
	display: block;
	width: 100%;
	height: auto;
    position: relative;
	z-index: -1;

    }

.news-block .news-list a.img-box {
	display: none;
	position: relative;
}

.news-block .news-list a.img-box .btn-more {
	background: #fff;
	width: 43px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
	text-align: center;
	content: "";
	height: 43px;
	display: none;
	z-index: 5;
	padding: 0 0 0 2px;
}

.news-block .news-list a.img-box .btn-more .icon-arrow-right {
	line-height: 44px;
	font-size: 15px;
	color: #37424a;
}



.news-block .news-list a.img-box:before {
	background: rgba(43, 52, 59, .15);
	content: " ";
}

.news-block .news-list a.img-box:hover:before {
        background: rgba(249, 210, 32, .9);
	content: " ";
	z-index: 2;
}

.news-block .news-list a.img-box:hover .btn-more {
	display: block;
}

.news-block .news-list a.img-box:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 22px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	z-index: 3;
}

.news-block .news-box {
	position: relative;
	margin: 0 0 20px;
    z-index: 10;
	letter-spacing: 0;
}


.news-block .news-box:hover:before {
    content: " ";
	border-color: transparent transparent #ffd105 transparent;

}

.news-block .news-box:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 22px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	content: " ";
	z-index: 9999;
}
.news-block .news-box:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 25px;
	border-color: transparent transparent #bfc4c8 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	z-index: 2;
}

.news-block.add {
	padding: 0 0 27px;
}

.news-block.add h2 {
	font-family: "open_sans", "Arial", "Helvetica", sans-serif;
	line-height: 18px;
	font-size: 16px;
	margin: 0 0 27px;
}

/* news area styles */

.news-area {
	overflow: hidden;
}

.news-area h3 {
	line-height: 19px;
	color: #37424a;
	margin: 0 0 10px;
	text-align: left;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
       cursor: pointer;
}

.news-area h3:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	min-height: 100%;
	overflow: hidden;
	width: 1px;
	content: "";
}

.news-area h3:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 22px;
	border-color: transparent transparent #bfc4c8 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
}

.news-area h3 a {
	display: block;
	padding: 26px 30px 18px 17px;
	border: 1px solid #bfc4c8;
	position: relative;
	color: #37424a;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.news-area h3 a.add {
	padding: 19px 45px 17px 17px;
}

.news-area h3 a:after {
	content: "\e609";
	position: absolute;
	top: 50%;
	right: 24px;
	color: #37424a;
	line-height: 25px;
	margin: -14px 0 0;
	font-size: 12px;
	font-weight: 400;
	font-family: icomoon;
}

.news-area h3 a:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 21px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: -1px;
	right: -1px;
	content: "";
	z-index: 3;
}

.news-area h3 a:hover {
	background: #ffd105;
	border-color: #ffd105;
}

.news-area img {
	display: block;
	width: 100%;
	height: auto;
}

.news-area a.img-box {
	display: none;
	position: relative;
}

.news-area a.img-box .btn-more {
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -31px;
	text-align: center;
	content: "";
	width: 63px;
	height: 63px;
}

.news-area a.img-box .btn-more .icon-arrow-right {
	line-height: 63px;
	font-size: 15px;
	color: #37424a;
}

.news-area a.img-box .btn-more:hover {
	background: #37424a;
}

.news-area a.img-box .btn-more:hover .icon-arrow-right {
	color: #fff;
}

.news-area a.img-box:before {
	background: rgba(55, 66, 74, .15);
	content: " ";
}

.news-area a.img-box .icon-play {
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 50px;
	color: #fff;
	z-index: 5;
	margin: -25px 0 0 -18px;
	font-size: 65px;
}

.news-area a.img-box:hover .img-hover {
	display: block;
    cursor: pointer;
}

.news-area a.img-box:hover:before {

}

.news-area a.img-box.video:before {
	background: rgba(55, 66, 74, .85);
}

.news-area a.img-box.video:hover .img-hover,
.news-area a.img-box.video:hover .btn-more {
	display: none;
}

.news-area a.img-box.video:hover .icon-play {
	color: #ffd105;
}

.news-area .img-hover {
	background: rgba(255, 209, 5, .8);
	display: none;
    z-index: 10;
}

.news-area .news-box {
	position: relative;
	margin: 0 0 25px;
	text-align: left;
}

.news-area .news-box p {
	margin: 0 0 10px;
}


/* Search area styles */

.search-area {
	overflow: hidden;

}

.search-area h3 {
	line-height: 19px;
	color: #37424a;
	margin: 0 0 10px;
	text-align: left;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
}

.search-area h3:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	min-height: 100%;
	overflow: hidden;
	width: 1px;
	content: "";
}

.search-area h3:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 22px;
	border-color: transparent transparent #bfc4c8 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
}

.search-area h3 a {
	display: block;
	padding: 26px 30px 18px 17px;
	border: 1px solid #bfc4c8;
	position: relative;
	color: #37424a;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.search-area h3 a.add {
	padding: 19px 45px 17px 17px;
}

.search-area h3 a:after {
	content: "\e609";
	position: absolute;
	top: 50%;
	right: 24px;
	color: #37424a;
	line-height: 25px;
	margin: -14px 0 0;
	font-size: 12px;
	font-weight: 400;
	font-family: icomoon;
}

.search-area h3 a:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 21px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: -1px;
	right: -1px;
	content: "";
	z-index: 3;
}

.search-area h3 a:hover {
	background: #ffd105;
	border-color: #ffd105;

}


.search-area .search-box {
	position: relative;
	margin: 0 0 25px;
	text-align: left;
    width: 50%;
}

.search-area .search-box p {
	margin: 0 0 10px;
}


/* footer part styles */

.footer-part {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0 23px 10px;
}

.footer-part a.view {
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	margin: 3px 0 14px;
	color: #37424a;
	float: right;
	font-size: 13px;
	font-weight: 600;
}

.footer-part a.view .icon-arrow-left {
	color: #ffd105;
	display: inline-block;
	vertical-align: top;
	padding: 0 12px 0 0;
	line-height: 17px;
	font-size: 12px;
}

.footer-part a.view:hover {
	color: #ffd105;
}

.footer-part a.view:hover .icon-arrow-left {
	color: #37424a;
}

.footer-part .social-left {
	float: left;
	width: 55%;
}

.footer-part .social-left .label {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	text-transform: uppercase;
	color: #37424a;
	padding: 0 6px 0 0;
	font-size: 12px;
	font-weight: 400;
}

.footer-part.add {
	padding: 0 9px;
}

.footer-part.add .social-left {
	width: 48%;
}

.footer-part.add a.view .icon-arrow-left {
	padding: 0 9px 0 0;
}

/* work block styles */

/*.work-block {*/
	/*text-align: center;*/
/*}*/

.work-block .container {
	padding: 36px 12px 30px;
}

.work-block.add .container {
	padding: 36px 12px 34px;
}

.work-block a.load-more {
	background: #ffd105;
	width: 149px;
	padding: 11px 10px 9px;
	text-align: center;
	letter-spacing: 0;
	color: #37424a;
	text-transform: uppercase;
	display: block;
	vertical-align: top;
	line-height: 23px;
	font-size: 13px;
	font-weight: 700;
    margin:0 auto;
}

.work-block a.load-more:hover {
	color: #ffd105;
	background: #37424a;
}

.work-block .head h2,
.work-block .head h1 {
	line-height: 36px;
	color: #37424a;
	text-transform: capitalize;
	margin: 0 0 15px;
	font-size: 32px;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.work-block .head h2 {
	color: #2b343b;
}

.work-block .frame {
	overflow: hidden;
	margin: 0 0 25px;
}

/* filter form styles */

.filter-form {
	text-align: right;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 100%;
}

.filter-form .select-hold {
	float: left;
	padding: 0 5px;
	width: 50%;
}

.filter-form .select-hold:first-child {
	padding: 0;
}

.filter-form .jcf-select {
	min-width: 120px;
}

.filter-form .jcf-select .jcf-select-opener:after {
	right: 4px;
}

.filter-form .jcf-select .jcf-select-text {
	font-size: 12px;
}

.filter-form.add .select-hold {
	padding: 0 0 0 24px;
}

.filter-form.add .select-hold.add {
	padding: 0;
}

/* work holder styles */

.work-holder {
	width: 100%;
	overflow: hidden;
	margin: 0 0 27px;
	letter-spacing: -6px;
	line-height: 0;
	font-size: 0;
}

.work-holder .work-box {
	width: 100%;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 2px;
    text-align: center;
}

.work-holder .work-box img {
	display: block;
	width: 100%;
	height: auto;
     filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.work-holder .work-box a {
	display: block;
	position: relative;
    cursor: pointer;
}

.work-holder .work-box a:hover .img-hover {
	display: block;
    cursor: pointer;
}

/*.work-holder .work-box a:after {
	background: rgba(55, 66, 74, .15);
	content: "";
}*/

.work-holder h2 {
	line-height: 30px;
	margin: 0 0 9px;
	color: #37424a;
	font-size: 27px;
	font-weight: 700;
}

.work-holder address {
	line-height: 20px;
	margin: 0 0 27px;
	color: #37424a;
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}

.work-holder address .icon-place {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 16px;
}

.work-holder .btn-more {
	display: inline-block;
	vertical-align: top;
	width: 163px;
	height: 43px;
	background: #fff;
	padding: 10px 55px 7px 17px;
	line-height: 26px;
	color: #37424a;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
    cursor: pointer;
}

.work-holder .btn-more:hover:before {
	background: #fff !important;
    content: " ";
    cursor: pointer;
}

.work-holder .btn-more:hover:after {
	color: #37424a;
    cursor: pointer;
}

.work-holder .btn-more:before {
	background: #37424a;
	width: 43px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	content: "";
    cursor: pointer;
}

.work-holder .btn-more:after {
	content: "\e609";
	position: absolute;
	right: 17px;
	top: 50%;
	line-height: 20px;
	color: #fff;
	margin: -10px 0 0;
	z-index: 2;
	font-size: 12px;
	font-family: icomoon;
    cursor: pointer;
}

.work-holder .img-hover {
	background: rgba(255, 209, 5, .8);
	white-space: nowrap;
	display: none;
	z-index: 3;
    cursor: pointer;
}

.work-holder .img-hover:before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	min-height: 100%;
	overflow: hidden;
	width: 1px;
	content: "";
    cursor: pointer;
}

.work-holder .img-hover .hold {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
	padding: 10px 10px 35px;
    cursor: pointer;
}



/* contact form styles */

.gform_wrapper ul{
    margin: 0px !important;
    padding: 0px !important;
       list-style: none !important;
}

.gform_wrapper li{
    list-style: none !important;
    margin-bottom:  10px;
    padding: 0px !important;
}

.gform_wrapper ul li:after{
    display: none;
}

.gform_header, .gform_body, .gform_footer{
    float: left;
    display: block;
    width: 100%;
}

.gfield_label, .validation_message{
    display: none;
}

.contact-form {
	width: 65.6%;
	float: right;
}

.contact-form .left {
	width: 100%;
	float: left;
}

.contact-form .right {
	width:  100%;
	float: left;
	padding: 0 0 0 11px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"] {
	width: 100%;
	height: 47px;
	border: 1px solid #bfc4c8;
	padding: 12px 18px;
	line-height: 21px;
	color: #37424a;
	outline: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: 400;
}

.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder {
	color: #37424a;
}

.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="tel"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #37424a;
}

.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="tel"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder {
	color: #37424a;
}

.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="tel"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder {
	color: #37424a;
}

.contact-form input[type="text"].placeholder,
.contact-form input[type="tel"].placeholder,
.contact-form input[type="email"].placeholder {
	color: #37424a;
}

.contact-form textarea {
	border: 1px solid #bfc4c8;
	padding: 12px 18px;
	float: left;
	width: 100%;
	height: 181px;
	min-width: 100%;
	resize: none;
	outline: none;
	box-shadow: none;
	min-height: 181px;
	line-height: 21px;
	color: #37424a;
	font-size: 15px;
	font-weight: 400;
    margin-bottom: 10px;
}

.contact-form textarea::-webkit-input-placeholder {
	color: #37424a;
}

.contact-form textarea::-moz-placeholder {
	opacity: 1;
	color: #37424a;
}

.contact-form textarea:-moz-placeholder {
	color: #37424a;
}

.contact-form textarea:-ms-input-placeholder {
	color: #37424a;
}

.contact-form textarea.placeholder {
	color: #37424a;
}

.contact-form .button {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	min-height: 43px;
	border: 0;
	margin: auto;
	float: none;
	padding: 10px 17px 7px 17px;
	line-height: 26px;
	color: #37424a;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	font-family: "open_sans", "Arial", "Helvetica", sans-serif;
    background: #ffd105 url(images/button_arrow_fallback.gif) no-repeat top right;
    text-align: center;
    width: 100%;
}

.contact-form .button:hover{
    background-color: #ffd905;
}
/*Below are styligns for introduce youself form*/

.intro-form {
	width: 100%;
	float: right;
}

.intro-form .left {
	width: 48%;
	float: left;
}

.intro-form .right {
	width:  48%;
	float: right;
	padding: 0 0 0 11px;
}

@media all and (max-width: 768px) {
	.intro-form .left {
		width: 100%;
		float: left;
	}

	.intro-form .right {
		width:  100%;
		float: left;
		padding: 0 0 0 11px;
	}

}

.intro-form input[type="text"],
.intro-form input[type="tel"],
.intro-form input[type="email"],
.intro-form input[type="file"] {
	width: 100%;
	height: 47px;
	border: 1px solid #bfc4c8;
	padding: 12px 18px;
	line-height: 21px;
	color: #37424a;
	outline: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: 400;
}

.intro-form input[type="text"]::-webkit-input-placeholder,
.intro-form input[type="tel"]::-webkit-input-placeholder,
.intro-form input[type="email"]::-webkit-input-placeholder,
.intro-form input[type="file"]::-webkit-input-placeholder {
	color: #37424a;
}

.intro-form input[type="text"]::-moz-placeholder,
.intro-form input[type="tel"]::-moz-placeholder,
.intro-form input[type="email"]::-moz-placeholder,
.intro-form input[type="file"]::-moz-placeholder {
	opacity: 1;
	color: #37424a;
}

.intro-form input[type="text"]:-moz-placeholder,
.intro-form input[type="tel"]:-moz-placeholder,
.intro-form input[type="email"]:-moz-placeholder,
.intro-form input[type="file"]:-moz-placeholder  {
	color: #37424a;
}

.intro-form input[type="text"]:-ms-input-placeholder,
.intro-form input[type="tel"]:-ms-input-placeholder,
.intro-form input[type="email"]:-ms-input-placeholder,
.intro-form input[type="file"]:-ms-input-placeholder {
	color: #37424a;
}

.intro-form input[type="text"].placeholder,
.intro-form input[type="tel"].placeholder,
.intro-form input[type="email"].placeholder {
	color: #37424a;
}

.intro-form textarea {
	border: 1px solid #bfc4c8;
	padding: 12px 18px;
	float: left;
	width: 100%;
	height: 181px;
	min-width: 100%;
	resize: none;
	outline: none;
	box-shadow: none;
	min-height: 181px;
	line-height: 21px;
	color: #37424a;
	font-size: 15px;
	font-weight: 400;
    margin-bottom: 10px;
}

.intro-form textarea::-webkit-input-placeholder {
	color: #37424a;
}

.intro-form textarea::-moz-placeholder {
	opacity: 1;
	color: #37424a;
}

.intro-form textarea:-moz-placeholder {
	color: #37424a;
}

.intro-form textarea:-ms-input-placeholder {
	color: #37424a;
}

.intro-form textarea.placeholder {
	color: #37424a;
}

.intro-form .button {
	display: inline-block;
	vertical-align: top;
	max-width:200px;
	min-height: 43px;
	border: 0;
	margin: auto;
	float: none;
	padding: 10px 17px 7px 17px;
	line-height: 26px;
	color: #37424a;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	font-family: "open_sans", "Arial", "Helvetica", sans-serif;
    background: #ffd105 url(images/button_arrow_fallback.gif) no-repeat top right;
    text-align: center;
    width: 100%;
		margin-top: 50px;
}

@media all and (max-width: 768px) {
	.intro-form .button {
		max-width:100%;
		margin-top: 20px;
	}
}

.intro-form .button:hover{
    background-color: #ffd905;
}

.intro-form #field_5_8 {
	clear: both;
	width:100%;
}

.intro-form #field_5_8 label{
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}

.validation_error{
    color: #ff6d2c;
}


.gfield_error  input[type="text"], .gfield_error input[type="tel"], .gfield_error input[type="email"], .gfield_error .jcf-select, .gfield_error  textarea {
    border: 1px solid #ff6d2c;
}
/* sidebar styles */

#sidebar {
	width: 100%;
	max-width: 220px;
	margin: 0 auto 37px;
}

#sidebar .widget {
	border: 1px solid #bfc4c8;
	position: relative;
	margin: 0 0 32px;
}

#sidebar .widget.add {
	display: none;
}

#sidebar .widget:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 21px;
	border-color: transparent transparent #bfc4c8 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	z-index: -1;
}

#sidebar .widget:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 21px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: -1px;
	right: -1px;
	content: " ";
	z-index: 5;
}

#sidebar .widget h2 {
	background: url(images/bg-pattern02.png) repeat;
	padding: 26px 22px 12px;
	color: #fff;
	line-height: 24px;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

#sidebar .title {
	text-transform: uppercase;
	line-height: 25px;
	color: #2b343b;
	font-size: 13px;
	font-weight: 600;
}

#sidebar .holder {
	padding: 18px 21px 27px;
}

#sidebar .holder .box {
	overflow: hidden;
	margin: 0 0 12px;
}

#sidebar .holder .info {
	line-height: 23px;
	color: #2b343b;
	padding: 0 0 0 16px;
	position: relative;
	font-size: 13px;
	font-weight: 400;
}

#sidebar .holder .info:before {
	content: "\e609";
	position: absolute;
	top: 6px;
	left: 0;
	line-height: 12px;
	color: #ffd105;
	font-size: 10px;
	font-family: icomoon;
}

#sidebar ul.imgs-list {
	padding: 12px 11px 20px 8px;
	margin: 0 0 0 -2px;
	letter-spacing: -6px;
}

#sidebar ul.imgs-list li {
	letter-spacing: 0;
	width: 50%;
	padding: 0 0 2px 2px;
	display: inline-block;
	vertical-align: top;
}

#sidebar ul.imgs-list li:after {
	display: none;
}

#sidebar ul.imgs-list img {
	display: block;
	width: 100%;
	height: auto;
}

#sidebar a.btn-download {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 43px;
	background: #ffd105;
	padding: 10px 55px 7px 17px;
	line-height: 26px;
	color: #37424a;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

#sidebar a.btn-download:hover:before {
	background: #37424a;
	border-color: #37424a;
}

#sidebar a.btn-download:hover:after {
	color: #fff;
}

#sidebar a.btn-download .icon-file-pdf-o {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 0 0;
}

#sidebar a.btn-download:before {
	background: #fff;
	width: 43px;
	position: absolute;
	border: 1px solid #bfc4c8;
	border-left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	content: " ";
}

#sidebar a.btn-download:after {
	content: "\e609";
	position: absolute;
	right: 17px;
	top: 50%;
	line-height: 20px;
	color: #37424a;
	margin: -10px 0 0;
	z-index: 2;
	font-size: 12px;
	font-family: icomoon;
}

/* form holder styles */

.form-holder {
	overflow: hidden;
	width: 100%;
	padding: 2px 21px 34px;
	position: relative;
}

.form-holder p {
	margin: 0 0 20px;
}

.form-holder .contact-form {
	float: none;
	width: 100%;
	text-align: center;
}

.form-holder .contact-form .form-row {
	margin: 0;
}

.form-holder .contact-form .col {
	width: 100%;
	padding: 0 0 14px;
}

.form-holder .contact-form textarea {
	height: 385px;
	min-height: 385px;
	margin: 3px 0 34px;
}

.form-holder .contact-form button {
	float: none;
	line-height: 26px;
	min-width: 230px;
}

.form-holder ul.contact-list span,
.form-holder ul.contact-list .icon-phone {
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	padding: 0 2px 0 0;
	color: #59666f;
	font-size: 12px;
	font-weight: 400;
}

.form-holder ul.contact-list li {
	padding: 0 0 2px !important;
}

.form-holder ul.contact-list li:after {
	display: none;
}

.form-holder ul.contact-list span {
	font-weight: 600;
	padding: 0 4px 0 0;
}

.form-holder ul.contact-list a {
	line-height: 18px;
	color: #59666f;
	font-size: 14px;
}

.form-holder address {
	line-height: 18px;
	display: block;
	margin: 0 0 10px;
	color: #59666f;
	font-size: 14px;
	font-style: normal;
}

.form-holder address span.text {
	display: block;
	margin: 0 0 10px;
}

.form-holder h3 {
	line-height: 25px;
	color: #59666f;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 700;
    cursor: pointer;
    outline: none;
    padding: 5px 10px;
    background: #f9f9f9 url(images/accordionArrows.jpg) no-repeat 100% 0px ;
}

.form-holder h3.ui-state-active {
    background:  url(images/accordionArrows.jpg) no-repeat 100% 100% ;
}

.accord-panel h3 {
	line-height: 40px;
	color: #59666f;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 700;
    cursor: pointer;
    outline: none;
    padding: 0px 10px;
    background: url(images/accordionArrowsBig.jpg) no-repeat 100% 0px ;
    border: 1px solid #BFC4C8;
}

.accord-panel h3.ui-state-active  {
    background: url(images/accordionArrowsBig.jpg) no-repeat 100% 100% ;
}

.form-holder .col-left {
	width: 100%;
	overflow: hidden;
	padding: 0 0 4px;
}

.form-holder .col-left .contac-box {
	overflow: hidden;
	margin: 0 0 18px 10px;
}

.accord-panel .panel-text-box {
    overflow: hidden;
	margin-left:  10px;
}

.accord-panel .panel-text-box ul{
    padding-top: 20px !important;
     padding-bottom: 20px !important;
}

/* information styles */

.information {
	width: 100%;
	color: #59666f;
	margin: 0 0 40px;
	line-height: 18px;
	font-size: 13px;
}

.information p {
	margin: 0 0 10px;
}

.information .align-middle {
	width: 100%;
	position: relative;
	margin: 0 0 28px;
}

.information .align-middle .w1 {
	min-width: 320px;
	position: relative;
	float: left;
	left: 50%;
}

.information .align-middle .w2 {
	min-width: 320px;
	position: relative;
	float: left;
	left: -50%;
}

.information .align-middle img {
	display: block;
	width: 100%;
	height: auto;
}

/* footer styles */

#footer {
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	background: #37424a;
	text-align: center;
}

#footer .container {
	padding-top: 29px;
}

#footer ul.footer-links {
	letter-spacing: -6px;
	display: none;
}

#footer ul.footer-links li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 15px 5px 0;
	position: relative;
	line-height: 16px;
}

#footer ul.footer-links li:before {
	position: absolute;
	top: 3px;
	background: #5d6a73;
	left: -8px;
	width: 1px;
	height: 12px;
	content: "";
}

#footer ul.footer-links li:after {
	display: none;
}

#footer ul.footer-links li:first-child:before {
	display: none;
}

#footer ul.footer-links li.active a {
	color: #ffd105;
}

#footer ul.footer-links a {
	color: #fff;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 400;
}

#footer ul.footer-links a:hover {
	color: #ffd105;
}

#footer ul.footer-links .icon-locked {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	font-size: 9px;
}

#footer ul.right-links {
	letter-spacing: -6px;
	display: block;
	padding: 0 10px;
}

#footer ul.right-links li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 15px 14px;
	position: relative;
	color: #fff;
	line-height: 16px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}

#footer ul.right-links li:before {
	position: absolute;
	top: 2px;
	background: #5d6a73;
	left: 8px;
	width: 1px;
	height: 12px;
	content: "";
}

#footer ul.right-links li:after {
	display: none;
}

#footer ul.right-links li:last-child,
#footer ul.right-links li.last,
#footer ul.right-links li:first-child {
	padding: 0 0 10px;
}

#footer ul.right-links li:last-child:before,
#footer ul.right-links li.last:before,
#footer ul.right-links li:first-child:before {
	display: none;
}

#footer ul.right-links li:last-child {
	padding: 0 0 15px;
	display: block;
}

#footer ul.right-links li.active a {
	color: #ffd105;
}

#footer ul.right-links a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
    padding: 0 0 0 5px;
}

#footer ul.right-links a:hover {
	color: #ffd105;
}

#footer ul.right-links a:hover img {
	opacity: .8;
}

#footer a.btn-call {
	display: inline-block;
	vertical-align: top;
	min-width: 220px;
	height: 43px;
	background: #ffd105;
	padding: 8px 55px 8px 17px;
	line-height: 26px;
	color: #37424a;
	margin: 0 0 23px;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

#footer a.btn-call:hover {
	background: #666;
	color: #fff;
}

#footer a.btn-call:after {
	background: #fff;
	width: 43px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	content: "";
}

#footer a.btn-call:before {
	content: "\e609";
	position: absolute;
	right: 17px;
	top: 50%;
	line-height: 20px;
	color: #37424a;
	margin: -10px 0 0;
	z-index: 2;
	font-size: 12px;
	font-family: icomoon;
}

.resize-active #header #nav,
.resize-active #header #nav .nav-slide,
.resize-active search-block search-form {
	-webkit-transition: none !important;
	transition: none !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	background: #ffd105;
	width: 43px;
	height: 43px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:after {
	content: "\e604";
	color: #2b343b;
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 20px;
	margin: -10px 0 0 -10px;
	font-size: 20px;
	font-weight: 600;
	font-family: icomoon;
}

.fancybox-close:hover {
	background: #2b343b;
}

.fancybox-close:hover:after {
	color: #ffd105;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 80100;
	background: url('images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* ---------------------------------------------------------
   2. Custom form styles
---------------------------------------------------------*/

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 0;
	background: #fff;
	margin: 0;
	min-width: 137px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	cursor: default;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	color: #37424a;
	font-weight: 600;
	line-height: 26px;
	margin: 0 25px 0 0;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: none;
	width: 26px;
	bottom: 0;
	right: 0;
	cursor: default;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "\e607";
	position: absolute;
	top: 4px;
	right: 0;
	color: #ffd105;
	line-height: 20px;
	font-size: 7px;
	font-family: icomoon;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #37424a;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: normal;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #37424a;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .jcf-option.jcf-option-hideme {
	display: none !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}


/* ---------------------------------------------------------
   2. Custom form styles - MOBILE
---------------------------------------------------------*/

/* custom select styles */

.gform_wrapper  .jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 0;
	background: #fff;
	margin: 0;
	min-width: 100%;
    border: 1px solid #bfc4c8;
	padding: 10px 18px;
	float: left;
	width: 100%;
    cursor: pointer;
      height: 50px;
}

.gform_wrapper .jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.gform_wrapper .jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	   cursor: pointer;
	display: block;
	  font-size: 15px;
	color: #37424a;
	font-weight: normal;
	line-height: 26px;
	margin: 0 25px 0 0;
    text-transform:initial;
}

.gform_wrapper .jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: none;
	width: 26px;
	bottom: 0;
	right: 0;
	cursor: default;
	top: 0;
}

.gform_wrapper .jcf-select .jcf-select-opener:after {
	content: "\e607";
	position: absolute;
	top: 9px;
	right: 10px;
	color: #ffd105;
	line-height: 28px;
	font-size: 7px;
	font-family: icomoon;
}

body > .gform_wrapper .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .gform_wrapper  .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.gform_wrapper .jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.gform_wrapper .jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.gform_wrapper .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #bfc4c8;
}

/* multiple select styles */

.gform_wrapper .jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.gform_wrapper .jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.gform_wrapper .jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.gform_wrapper .jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gform_wrapper .jcf-list ul li {
	overflow: hidden;
	display: block;
}

.gform_wrapper .jcf-list .jcf-overflow {
	overflow: auto;
}

.gform_wrapper .jcf-list .jcf-option {
	white-space: normal;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #37424a;
	height: 1%;
}

.gform_wrapper .jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.gform_wrapper .jcf-list .jcf-option.jcf-option-hideme {
	display: none !important;
}

.gform_wrapper .jcf-select-drop .jcf-hover,
.gform_wrapper .jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.gform_wrapper .jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.gform_wrapper .jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.gform_wrapper  .jcf-unselectable {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
	jQuery.mmenu CSS
*/

/*
	jQuery.mmenu oncanvas CSS
*/

.mm-hidden {
	display: none !important;
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
    width: 100%;
}

.mm-menu {
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0;
}

.mm-panel {
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
	-webkit-transform: translate3d(-30%, 0, 0);
	-ms-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
	z-index: 1;
}

.mm-menu > .mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	background: #37424a;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0;
}

.mm-menu > .mm-panel.mm-hasnavbar {
	padding-top: 52px;
}

.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
	content: "";
	display: block;
	height: 0;
}

.mm-vertical .mm-panel {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
	border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
	display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
	height: 40px;
	bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
	top: 16px;
	bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-navbar {
	border-bottom: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	height: 46px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
}

.mm-navbar > * {
	display: block;
	padding: 0;
}

.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none;
}

.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mm-navbar .mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 46px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.mm-navbar .mm-btn:first-child {
	padding-left: 20px;
	left: 0;
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0;
}

#menu-main-menu .mm-panel .mm-navbar a-mm-title {
	display: none !important;
}

#mm-2 .mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
}

.mm-listview,
.mm-listview > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
	text-decoration: none;
}

.mm-listview a:hover {
	background: #ffd105;
	color: #2b343b;
}

.mm-listview > li {
	position: relative;
}

.mm-listview > li > a,
.mm-listview > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	line-height: 26px;
	color: #fff;
	font-size: 13px;
	margin: 0;
    text-transform: uppercase;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
	padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
	content: "";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.mm-listview .mm-next:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
	margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
	padding-right: 50px;
	margin-right: 0;
}

.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: 0;
}

.mm-menu > .mm-panel ul.second-level {
	padding-top: 50px;
}

.mm-navbar {
	display: block;
	background: #2b343b;
	border-top: 1px solid #252d32;
	line-height: 16px;
	font-size: 13px;
	color: #fff !important;
}

.mm-navbar:hover {
	color: #37424a;
	background: #ffd105;
}

.mm-navbar:hover .mm-btn:after,
.mm-navbar:hover .mm-btn:before {
	border-color: #37424a;
}

.mm-navbar:hover .mm-title {
	color: #37424a !important;
}

#menu-main-menu .mm-navbar {
	display: none !important;
}

.mm-navbar .mm-title {
	display: block;
	font-size: 13px;
	padding: 15px 5px 14px;
	text-align: left;
	color: #fff !important;
     text-transform: uppercase;
}

.mm-navbar .mm-title .icon-arrow-left {
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	font-size: 11px;
	font-weight: 700;
}

.mm-navbar .mm-title:hover {
	color: #2b343b;
	background: #ffd105;
}

.mm-listview .mm-inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0;
}

.mm-listview .mm-inset > li {
	padding: 5px 0;
}

.mm-listview .mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}

.mm-listview .mm-spacer {
	padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
	top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
	content: "";
	border: 2px solid transparent;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 20px;
}

.mm-next:after,
.mm-arrow:after {
	border-top: none;
	border-left: none;
	right: 20px;
}

.mm-menu {
	background: #f3f3f3;
	color: rgba(0, 0, 0, .7);
}

.mm-menu .mm-navbar {
	border-color: rgba(0, 0, 0, .1);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
	color: rgba(0, 0, 0, .3);
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
	border-color: #fff;
}

.mm-menu .mm-navbar:hover .mm-btn:before,
.mm-menu .mm-navbar:hover.mm-btn:after {
	border-color: #2b343b;
}

.mm-menu .mm-listview > li:after {
	border-color: rgba(0, 0, 0, .1);
}

.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
	border-color: #fff;
}

.mm-menu .mm-listview > li .mm-prev:hover:before,
.mm-menu .mm-listview > li .mm-next:hover:after,
.mm-menu .mm-listview > li .mm-arrow:hover:after {
	border-color: #2b343b;
}

.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
	border-color: #fff;
}

.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(0, 0, 0, .05);
}

.mm-menu .mm-divider {
	background: rgba(0, 0, 0, .05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/

.mm-page {
	box-sizing: border-box;
	position: relative;
	height: 100%;
}

.mm-slideout {
	-webkit-transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
}

/*html.mm-opened {
	overflow: hidden;
	position: relative;
}
html.mm-opened body {
	overflow: hidden;
}*/

html.mm-background .mm-page {
	background: inherit;
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
	display: block;
}

.mm-menu.mm-offcanvas {
	position: fixed;
	right: -270px;
	z-index: 9999 !important;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

.mm-menu.mm-current {
	right: 0;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

.mm-opening .mm-menu {
	right: 0;
	z-index: 9999 !important;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
}

.mm-menu {
	width: 270px;
	min-width: 270px;
	max-width: 270px;
}

#mm-2 {
	width: 270px;
	min-width: 270px;
	max-width: 270px;
}

    .desktop_only{
        display: block !important;
    }

       .mobile_only{
        display: none !important;
    }

@media all and (min-width: 480px) {
	.news-area h3 a {
		padding: 19px 45px 17px 17px;
	}

	.news-area h3 a.add {
		padding: 19px 45px 17px 17px;
	}

	.work-holder .work-box {
		width: 50%;
		padding: 0 0 2px 2px;
	}
}

@media all and (min-width: 1024px) {

	.header-holder ul.header-links{
		display:none;
	}

}

@media all and (max-width: 1024px) {
	.header-holder ul.header-text {
		display: none;
	}
}

@media all and (min-width: 768px) {
	#header .logo {
		width: 136px;
		height: 29px;
		top: 33px;
		left: 37px;
	}

	#header  .logo-product-support {
		top: 33px;
		left: 197px;
	}




	#header .nav-opener .text {
		display: inline-block;
		vertical-align: middle;
	}

	#header #nav {
		width: 224px;
		right: -224px;
	}

	#header.nav-active .header-holder {
		margin: 0 224px 0 0;
	}

	#header.nav-active .logo {
		margin: 11px;
	}

    html .mm-menu {
		width: 224px;
		min-width: 224px;
		max-width: 224px;
	}
	html #mm-2 {
		width: 224px;
		min-width: 224px;
		max-width: 224px;
	}
	html.mm-opened #header {
		right: 224px;
	}

	html.mm-opened #header .logo {
		left: 37px;
		top: 33px;
	}

	html.mm-opened #header .logo-product-support {
	    top: 33px;
	    left: 197px;
	}

    html.mm-opened #header .header-holder {
		margin: 0 224px 0 0;
	}
	html.mm-opened .mm-slideout {
		right: 224px;
	}

	html.mm-opened .header-holder {
		margin: 0;
	}

	.news-form input[type="text"],
	.news-form input[type="email"] {
		width: 74.3%;
	}

	.header-holder {
		width: 76.5%;
	}



	/*.header-holder ul.header-links > li {*/
		/*margin: 0;*/
	/*}*/

	/*.header-holder ul.header-links > li.contact {*/
		/*display: inline-block;*/
		/*vertical-align: top;*/
	/*}*/

	/*.header-holder ul.header-links > li.contact > a {*/
		/*width: auto !important;*/
		/*background: #ffd105;*/
		/*color: #37424a;*/
	/*}*/

	/*.header-holder ul.header-links > li.contact > a:hover {*/
		/*color: #fff;*/
	/*}*/

	/*.header-holder ul.header-links > li > a {*/
		/*min-width: 103px;*/
		/*padding: 15px;*/
	/*}*/

	/*.header-holder ul.header-links > li > a .text {*/
		/*display: inline-block;*/
		/*vertical-align: top;*/
	/*}*/

	.peoples-drop h1 {
		line-height: 45px;
		font-size: 30px;
		float: left;
		margin: 0;
		text-align: left;
		max-width: 300px;
	}

	.peoples-drop .holder {
		padding: 45px 15px;
	}

	.peoples-drop ul.tabset {
		float: right;
		max-width: 400px;
		padding: 19px 4px 0;
		text-align: right;
	}

	.peoples-drop ul.tabset > li {
		padding: 0 0 0 25px;
	}

	.peoples-drop ul.peoples-list > li {
		width: 25%;
	}



	.search-block {
		/*width: 30%;*/
		overflow: hidden;
		position: relative;
	}

	.search-block a.search-opener {
		position: relative;
		margin: 16px 15px 15px 0;
		transition: all .25s linear;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;

}


	.search-block .search-form {
		display: inline-block;
		vertical-align: top;
		z-index: 15;
		width: 0;
		transition: all .25s linear;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
	}

    .search-block.search-active {
		background: #37424a !important;
	}

	.search-block.search-active .search-form {
		width: 140px;
		transition: all .25s linear;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
	}

	.promo .container {
		padding: 135px 38px 0px 68px;
		position: relative;
        max-width: 100%;
	}

	.promo .container:before{
		background: url(images/bg-pattern02.png) repeat;
		height: 627px;
		right: 100%;
		left: -790px;
		position: absolute;
		top: -546px;
		bottom: 0;
		width: 1008px;
		height: 1400px;
		-ms-transform: rotate(63deg);
		-webkit-transform: rotate(63deg);
		transform: rotate(63deg);
		content: "";
	}

	.visual.services-page .container:before{
		background: url(images/bg-pattern02.png) repeat;
		height: 627px;
		right: 100%;
		left: -790px;
		position: absolute;
		top: -546px;
		bottom: 0;
		width: 1008px;
		height: 1400px;
		-ms-transform: rotate(63deg);
		-webkit-transform: rotate(63deg);
		transform: rotate(63deg);
		content: "";
		z-index: 10;
	}

	.visual.services-page .hold{
		position:relative;
		z-index: 100;
	}

	.promo .caption {
		max-width: 420px;
		float: left;
	}

	.promo .caption .info {
		display: block;
		margin: 0 0 29px;
	}

	.promo .caption .info span {
		display: block;
	}

	.promo .caption h1 {
		line-height: 48px;
		font-size: 55px;
		margin: 0 0 16px;
	}

	.promo .pagination {
		position: absolute;
		right: 0;
		width: 42px;
		display: block;
		text-align: center;
		z-index: 2;
		max-height: 300px;
		top: 25%;
		padding: 13px 5px 5px;
		background: url(images/bg-pattern.png) repeat;
		z-index: 200;
	}

	.promo .pagination li {
		display: block;
		margin: 0 0 3px;
		padding: 0 !important;
	}

	.promo .pagination li.active a {
		background: none;
		border-color: #ffd105;
	}

	.promo .pagination li:after {
		display: none !important;
	}

	.promo .pagination a {
		display: inline-block;
		vertical-align: top;
		width: 13px;
		height: 13px;
		background: #fff;
		text-indent: 9999px;
		overflow: hidden;
		border: 1px solid #fff;
	}

	.promo .pagination a:hover {
		background: none;
		border-color: #ffd105;
	}

    .promo a.btn-read {
		width: auto;
	}


	.services .container {
		padding-top: 69px;
		padding-bottom: 0px;
	}

.page-id-8 .services .container {
    padding-top: 0px;
    padding-left: 5px;
}

	.services h2 {
		line-height: 45px;
		font-size: 38px;
		margin: 0 0 17px;
	}

	.services .head-part {
		padding: 0 10px 23px;
	}

	.clients-area {
		display: block;
	}

	.clients-area .frame {
		padding: 70px 15px 0 42px;
	}

	.clients-area .testimonial {
		margin: 0 0 -7px;
	}

	.clients-area .container {
		padding-bottom: 140px;
	}

	#main ul.img-list {
		margin: 0 0 0 -11px !important;
		padding: 18px 0 27px;
	}

	#main ul.img-list li {
		padding: 0 0 0 11px;
		width: 25%;
	}

	#main ul.img-list img {
		display: block;
		width: 100%;
		height: auto;
        position: relative;
		z-index: -1;
	}

	#main .breadcrumbs {
		display: inline-block;
		vertical-align: top;
		max-width: inherit;
	}

	#main ul.services-list {
		margin: 0 0 0 -20px;
		letter-spacing: -6px;
		max-width: inherit;
	}

	#main ul.services-list .img-box {
		display: block;
	}

	#main ul.services-list .img-box:after {
		border-width: 0 0 32px 54px;
	}

	#main ul.services-list li {
		padding: 0 0 0 20px;
		letter-spacing: 0;
		/*width: 33.3%;*/
        width: 50%;
	}

	#main ul.services-list li.hover a.btn-more {
		display: block;
	}

	#main ul.services-list li.hover a.btn-more:after {
		background: #fff;
	}

	#main ul.services-list li.hover a.btn-more:hover:after {
			color: #37424a;
        background-color: #FFFFFF;
	}

	#main ul.services-list li.hover a.btn-more:hover:before {
		color: #37424a;
        background-color: #FFFFFF;
	}

	#main ul.services-list li.hover .img-box:before {
			background: rgba(255, 209, 5, .8);
	}

	#main ul.services-list li.hover .title {
		display: none;
	}

	#main ul.services-list .img-text {
		text-align: center;
	}

	#main ul.services-list a {
		height: auto;
	}

	#main ul.services-list .title {
		background: url(images/bg-pattern.png) repeat;
		width: 151px;
		color: #fff;
		padding: 13px 0;
		line-height: 25px;
		font-size: 22px;
		font-weight: 700;
		font-family: "raleway", "Arial", "Helvetica", sans-serif;
	}

	#main ul.services-list a.btn-more {
		top: 50%;
		left: 50%;
		width: 174px;
		display: none;
		background: #37424a;
		padding: 8px 55px 8px 17px;
		margin: -21px 0 0 -77px;
	}

	#main ul.services-list a.btn-more .text {
		text-indent: 0;
		display: inline-block;
		vertical-align: top;
	}

	.visual {
		text-align: left;
		margin: 0 0 50px;
	}

	.visual.add {
		margin: 0;
		display: block;
	}

	.visual .container {
		padding-top: 88px;
		padding-bottom: 59px;
	}

	.visual h2,
	.visual h1 {
		font-size: 38px;
	}

.visual .img-box {
		height: 183px;
	}
	.visual .img-box .w1,
	.visual .img-box .w2 {
		min-width: 1000px;
	}

	.main-visual {
		margin: 0 0 44px;
	}

	.main-visual .caption {
		display: block;
	}

	.two-columns .holder {
		display: block;
	}

	.two-columns .breadcrumbs {
		float: none;
	}

	.two-columns .head-area {
		padding: 0 0 25px;
		text-align: left;
	}

	.two-columns .head-area h1 {
		display: none;
	}

	.two-columns .head-area a.view {
		float: right;
		margin: 0;
	}

	.two-columns .head-area h2 {
		font-size: 38px;
		line-height: 45px;
		margin: 0 0 27px;
	}

	.two-columns .head-area.case {
		overflow: hidden;
	}

	.two-columns .container {
		padding: 0 15px;
	}

	.two-columns.add .container {
		padding: 19px 15px 27px;
	}

	.two-columns.add .head-area {
		padding: 22px 0 13px;
	}

	#content {
		float: left;
		width: 67.5%;
	}

	#content .description {
		padding: 0 0 23px;
	}

	#content .description h2 {
		margin: 0 0 18px;
		line-height: 26px;
	}

	.cols-two .container {
		padding: 0 15px 42px;
	}

	.cols-two .left-info {
		width: 43.4%;
		text-align: right;
		padding: 0 23px 0 0;
	}

	.cols-two .left-info p {
		margin: 0;
	}

	.cols-two p {
		margin: 0 0 26px;
	}

	.cols-two .align-right {
		display: inline-block;
		vertical-align: middle;
		width: 56.6%;
	}

	.three-cols {
		margin: 0 0 41px;
		max-width: none;
		width: 100%;
	}

	.three-cols .col {
		width: 33.7%;
		padding: 0 0 0 8px;
	}

	.three-cols .col:first-child {
		padding: 0;
		width: 32.4%;
	}

	.three-cols .col-info {
		padding: 27px 15px;
	}

	.three-cols .col-info .number {
		line-height: 35px;
		font-size: 50px;
	}

	.three-cols .col-info .number.add {
		font-size: 60px;
		line-height: 44px;
	}

	.three-cols .col-info .number span {
		line-height: 35px;
		font-size: 21px;
		display: block;
	}

	.block-info {
		padding: 47px 37px 50px;
		margin: 0 0 35px;
	}

	.block-info:before {
		right: -263px;
	}

	.more-info {
		padding: 0 0 36px;
		margin: 0 0 33px;
	}

	.more-info p {
		margin: 0 0 39px;
	}

	.more-info .sub-title {
		margin: 0 0 26px;
	}

	.more-info a.btn-more {
		width: 375px;
	}

	.more-info a.btn-more span {
		display: inline;

	}

.more-info a.btn-more .text {
		width: 332px;
		padding: 10px 17px 7px 17px;
	}

	.slideshow {
		margin: 0 0 43px;
	}

	.slideshow .pagination {
		margin: 0 0 0 -74px;
	}

	.info-article h1 {
		text-align: left;
		line-height: 40px;
		font-size: 38px;
		margin: 0 0 35px;
	}

	.info-article .container {
		padding: 0 15px;
	}

	.info-article .breadcrumbs {
		margin: 0 0 28px;
		width: 100%;
	}

	.align-center {
		padding: 0 0 42px;
	}

	.align-center .container {
		padding: 4px 15px 0;
	}

.fullwidth .container {
    padding: 0px;
}

	.info-area .container {
		padding: 0 15px 42px;
	}

	.info-area .left-info {
		width: 50%;
		text-align: right;
		padding: 0 40px 0 0;
	}

	.info-area .left-info p {
		margin: 0 0 35px;
	}

	.info-area .align-right {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}

	.two-cols {
		margin: 0 0 0 -21px;
	}

	.two-cols .col {
		width: 50%;
		padding: 0 0 0 21px;
	}

	.client-area blockquote {
		padding: 66px 30px 30px;
	}

	.client-area blockquote cite {
		text-align: right;
	}

	.client-area blockquote q {
		margin: 0 0 18px;
	}

	.client-area .container {
		padding: 0 15px 59px;
	}

	.news-block .container {
		padding-top: 85px;
		padding-bottom: 99px;
	}

    .page-template-page-singleservices .news-block .container{
    		padding-top: 0px;
    }

	.news-block h2 {
		line-height: 45px;
		font-size: 38px;
		margin: 0 0 14px;
	}

	.news-block .head-part {
		padding: 0 10px 20px;
	}

	.news-block .news-list {
		max-width: none;
		margin: 0 0 0 -21px;
		letter-spacing: -6px;
	}

	.news-block .news-list h3 {
		margin: 0;
		border-bottom: none;
	}

	.news-block .news-list h3 a {
		pointer-events: none;
		padding: 19px 22px;
	}

	.news-block .news-list h3 a:hover {
		background: #fff;
		border-color: #bfc4c8;
	}

	.news-block .news-list a.img-box {
		display: block;
	}

	.news-block .news-box {
		width: 25%;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 21px;
		letter-spacing: 0;
        z-index: 0;
	}

	.news-block.add {
		padding: 0 0 37px;
	}

	.news-block.add .news-list {
		margin: 0 0 0 -9px;
	}

	.news-block.add .news-box {
		padding: 0 0 0 9px;
		width: 33.33%;
	}

    .single-ran_work .news-block.add .news-list {
		margin: 0 0 0 -9px;
          width: 100%;
	}

	.single-ran_work .news-block.add .news-box {
		padding: 0 0 0 9px;
		width: 33.33%;
        float: left
	}

	.news-block.add h2 {
		text-align: left;
		margin: 0 0 26px;
		text-transform: capitalize;
	}

	.news-area {
		margin: 0 0 0 -42px;
		letter-spacing: -6px;
		overflow: hidden;
		padding: 6px 0 0;
	}

	.news-area h3 {
		margin: 0;
		border-bottom: none;
		font-size: 16px;
		line-height: 19px;
	}

	.news-area h3:before {
		display: none;
	}

	.news-area h3 a {
		pointer-events: none;
		padding: 29px 27px 28px;
	}

	.news-area h3 a:before,
	.news-area h3 a:after {
		display: none;
	}

	.news-area h3 a.add {
		padding: 29px 27px 28px;
	}

    .news-area h3 a:hover {
		background: none;
		border-color: #bfc4c8;
		cursor: default;
	}


    .search-area h3 {
		margin: 0;
		border-bottom: none;
		font-size: 16px;
		line-height: 19px;
	}

	.search-area h3 a.add {
		padding: 29px 27px 28px;
	}

	.news-area a.img-box {
		display: block;
		margin: 0 0 17px;
	}

	.news-area a.img-box:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 32px 54px;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		bottom: 0;
		right: 0;
		content: "";
		z-index: 5;
	}

	.news-area .news-box {
		width: 50%;
		margin: 0;
		text-align: left;
		display: inline-block;
		vertical-align: top;
		padding: 0 0 27px 42px;
		letter-spacing: 0;
	}

	.news-area .news-box:before,
	.news-area .news-box:after {
		display: none;
	}

    .search-area {
		margin: 0 0 0 -42px;
		letter-spacing: -6px;
		overflow: hidden;
		padding: 6px 0 0;
	}

	.search-area .search-box {
		width: 50%;
		margin: 0;
		text-align: left;
		display: inline-block;
		vertical-align: top;
		padding: 0 0 27px 42px;
		letter-spacing: 0;
	}

	.search-area .search-box:before,
	.search-area .search-box:after {
		display: none;
	}

	.footer-part {
		padding: 0 0 27px;
	}

	.footer-part.add {
		padding: 0;
	}

	.work-block .head {
		text-align: left;
	}

	.work-block .head h2,
	.work-block .head h1 {
		line-height: 36px;
		font-size: 38px;
		margin: 0 0 25px;
	}

	.work-block .frame {
		margin: 0 0 21px;
	}

	.work-block .container {
		padding: 46px 15px 36px;
	}

    .post-type-archive-ran_people .work-block .container {
		padding: 46px 15px 0px;
	}

	.work-block .breadcrumbs {
		display: inline-block;
		vertical-align: top;
		padding: 5px 0 0;
		max-width: 450px;
	}

	.work-block.add .container {
		padding: 46px 15px 40px;
	}

	.filter-form {
		float: right;
		width: auto;
		text-align: right;
	}

	.filter-form .select-hold {
		display: inline-block;
		vertical-align: top;
		width: auto;
		padding: 0;
		min-width: 200px;
	}

	.filter-form .jcf-select {
		min-width: 137px;
	}

	.filter-form .jcf-select .jcf-select-opener:after {
		right: 0;
	}

	.filter-form .jcf-select .jcf-select-text {
		font-size: 13px;
	}

	.filter-form.add .select-hold {
		padding: 0;
		min-width: 144px;
	}

	.work-holder {
		margin: 0 -1px 27px;
	}

	.work-holder .work-box {
		padding: 0 1px 2px;
		width: 33.33%;
	}

	.lightbox {
		max-width: 890px !important;
		width: 100%;
	}

	#sidebar {
		float: right;
		display: inline-block;
		vertical-align: top;
	}

	#sidebar .widget {
		margin: 0 0 28px;
	}

	#sidebar .widget.add {
		display: block;
		margin: 0 0 25px;
	}

	.information .align-middle {
		margin: -1px 0 29px;
	}

	.information .align-middle:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 32px 54px;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		bottom: 0;
		right: 0;
		content: "";
	}

	#footer {
		text-align: left;
	}

	#footer ul.footer-links {
		float: left;
		display: inline-block;
		vertical-align: middle;
		max-width: 480px;
		padding: 11px 0 0;
	}

	#footer ul.footer-links li {
		float: left;
		line-height: 14px;
		padding: 0 8px 5px 0;
	}

	#footer ul.footer-links li:last-child {
		padding: 0;
	}

	#footer ul.footer-links li:before {
		left: -5px;
		top: 2px;
	}

	#footer ul.footer-links a {
		font-size: 10px;
	}

	#footer .container {
		padding-top: 10px;
	}

	#footer ul.right-links {
		float: right;
		text-align: right;
		width: 39%;
		padding: 0;
		max-width: 400px;
	}

	#footer ul.right-links li {
		padding: 0 0 0 8px;
	}

	#footer ul.right-links li:before {
		left: 4px;
	}

    #footer ul.right-links li.last,
	#footer ul.right-links li:last-child {
		padding: 0 0 0 5px;
		display: inline-block;
		vertical-align: middle;
	}

	#footer ul.right-links li:first-child {
		padding: 0;
	}

	#footer ul.right-links a {
		font-size: 10px;
	}

	#footer a.btn-call {
		display: none;
	}
}

@media all and (min-width: 940px) {
	/* #header .logo {
		left: 67px;
	} */

    .header-holder {
		width: 80%;
		max-width: none;
	}

	.header-holder ul.header-links > li > a {
		min-width: 127px;
	}

	.peoples-drop ul.peoples-list > li {
		width: 16.6%;
	}

	.peoples-drop .holder {
		padding: 38px 70px 60px 70px;
	}

	.search-block {
		/*width: 250px;*/
	}

    .search-block.search-active {
		background: none;
	}

	.search-block.search-active .search-form {
		width: 210px;
	}

	.promo .bg-stretch .w1,
	.promo .bg-stretch .w2 {
		width: 100%;
	}

	.testimonial {
		width: 73.8%;
	}

	.main-visual .caption:after {
		left: -378px;
	}

     .page-template-page-singleservices .main-visual .caption:after {
    	height: 674px;
        	width: 954px;
    }

	#content {
		width: 71.5%;
	}

	.three-cols .col-info {
		padding: 27px 15px;
          min-height: 410px;
	}

	.three-cols .col-info .number {
		line-height: 45px;
		font-size: 62px;
	}

	.three-cols .col-info .number.add {
		font-size: 72px;
		line-height: 54px;
	}

	.three-cols .col-info .number span {
		line-height: 45px;
		font-size: 31px;
		display: block;
	}

	.contact-popup {
		padding: 46px 37px 41px;
	}

	#footer ul.right-links li {
		padding: 0 0 0 28px;
	}

	#footer ul.right-links li:before {
		left: 14px;
	}

	#footer ul.right-links li:last-child {
		padding: 0 0 0 19px;
	}

	#footer ul.right-links a {
		font-size: 11px;
	}

	#footer ul.footer-links {
		max-width: 555px;
		padding: 10px 0 0;
	}

	#footer ul.footer-links li {
		padding: 0 27px 5px 0;
	}

	#footer ul.footer-links li:before {
		left: -14px;
	}

	.fancybox-inner {
		/*width: 890px !important;*/
	}
}

@media all and (min-width: 1025px) {
	.tel {
		pointer-events: none;
		cursor: default;
	}
}

@media all and (min-width: 1280px) {
	.clients-area:before {
		height: 890px;
		right: -337px;
		top: -379px;
		width: 1035px;
	}

	.clients-area .frame {
		padding: 70px 25px 0 43px;
	}

	.main-visual .caption:after {
		width: 1268px;
	}

     .page-template-page-singleservices .main-visual .caption:after {
    	  height: 974px;
      width: 1054px;
      top: -200px;
    }

}

@media all and (min-width: 1680px) {
	.main-visual .caption:after {
		width: 1454px;
		-ms-transform: rotate(-31deg);
		-webkit-transform: rotate(-31deg);
		transform: rotate(-31deg);
		height: 1274px;
		top: -209px;
	}

    .page-template-page-singleservices .main-visual .caption:after {
    	height: 974px;
        	width: 1254px;
    }

}
/*@media all and (max-width: 755px) {*/

        /*.header-holder ul.header-text{*/
        /*display: none;*/
    /*}*/

/*}*/


@media all and (max-width: 767px) {

    .desktop_only{
        display: none !important;
    }

       .mobile_only{
        display: block !important;
    }


	.search-block .search-form {
		overflow: hidden;
		width: 0;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		vertical-align: top;
		z-index: 15;
		transition: all .25s linear;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
	}

	.search-block.search-active {
		background: #000 !important;
	}

    .search-block.search-active fieldset {
		background: #000;
	}

	.search-block.search-active .search-form {
		width: 100%;
		transition: all .25s linear;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
	}

	.search-block.search-active input[type="text"],
	.search-block.search-active input[type="search"] {
		width: 85%;
        color:#ffd105;
	}

	.search-block.search-active a.search-opener {
		z-index: 35;
		position: absolute;
		left: 10px;
		margin: 16px 15px 15px 0;
		transition: all .25s linear;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
	}


    .search-block a.search-opener .icon-search {
        padding: 0px !important;
    }
    .search-block {
      background-color: #000000;
    }


    .search-block input[type="text"]::-webkit-input-placeholder,
    .search-block input[type="search"]::-webkit-input-placeholder {
	    color:#ffd105;
    }

    .search-block input[type="text"]::-moz-placeholder,
    .search-block input[type="search"]::-moz-placeholder {
	    opacity: 1;
	    color: #ffd105;
    }

    .search-block input[type="text"]:-moz-placeholder,
    .search-block input[type="search"]:-moz-placeholder {
	    color: #ffd105;
    }

    .search-block input[type="text"]:-ms-input-placeholder,
    .search-block input[type="search"]:-ms-input-placeholder {
	    color: #ffd105;
    }

    .search-block input[type="text"].placeholder,
    .search-block input[type="search"].placeholder {
	    color: #ffd105;
    }


    .search-block input[type="search"] {
        width: 100%;
        background: #000000;
    }

    .promo {
		padding: 53px 0 0;
	}

	.promo .container {
		white-space: nowrap;
		height: 100%;
	}

	.promo .container:after {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 -5px;
		min-height: 100%;
		overflow: hidden;
		width: 1px;
		content: "";
	}

	.promo .container .caption {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
		padding: 0 30px 0;
	}

    .promo .bg-stretch img {
		width: auto;
	}

	.promo .win-height,
	.promo.win-height {
		height: 349px !important;
	}

	.promo a.btn-down {
		display: none;
	}

	.news-block .news-list h3 a {
		height: auto !important;
	}

	.fancybox-wrap {
		display: none !important;
	}

	.fancybox-overlay {
		display: none !important;
	}

        .people-article .profile-image{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

    .people-article .profile-content{
          float: left;
    width: 100%;
    }

     .peoples-side ul.peoples-list > li{
	max-width: 25%;
    }

    .panel-col{
      max-width: 100%;
      width: 100%;
      margin-right: 0%;
      min-height: 290px;
      margin-bottom: 20px;
      clear: both;
      display: block;
      min-height:initial;
    }

    .accord-panel h3 {
	    line-height: 25px;
	    color: #59666f;
	    margin: 0 0 5px;
	    font-size: 14px;
	    font-weight: 700;
        cursor: pointer;
        outline: none;
        padding: 5px 10px;
        background: #f9f9f9 url(images/accordionArrows.jpg) no-repeat 100% 0px ;
    }

    .accord-panel h3.ui-state-active {
        background: #f9f9f9  url(images/accordionArrows.jpg) no-repeat 100% 100% ;
    }

}

@media all and (max-width: 479px) {
       .peoples-side ul.peoples-list > li{
	max-width: 50%;
    }

.page-id-14 .panel-col {
    max-width: none;
    width: 100%;
    min-height: max-content;
}

.gallery  .gallery-item {
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100% !important;
    clear: both;
}

.page-template-page-singleservices #content .description h2 {
    display: none;
}



}

@media all and (max-width: 175px) {
	html.mm-opening .mm-slideout {
		margin: 0 0 0 -140px;
		transition: all .25s linear;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
	}

	/*
	jQuery.mmenu autoHeight addon CSS
*/

	.mm-menu.mm-top.mm-autoheight,
	.mm-menu.mm-bottom.mm-autoheight {
		max-height: 80%;
	}

	.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
	.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
		max-height: 100%;
	}

	.mm-menu.mm-measureheight > .mm-panel {
		bottom: auto !important;
		height: auto !important;
	}

	/*
	jQuery.mmenu counters addon CSS
*/

	em.mm-counter {
		font: inherit;
		font-size: 14px;
		font-style: normal;
		text-indent: 0;
		line-height: 20px;
		display: block;
		margin-top: -10px;
		position: absolute;
		right: 45px;
		top: 50%;
	}

	em.mm-counter + a.mm-next {
		padding-left: 40px;
	}

	em.mm-counter + a.mm-next + a,
	em.mm-counter + a.mm-next + span {
		margin-right: 90px;
	}

	em.mm-counter + a.mm-fullsubopen {
		padding-left: 0;
	}

	.mm-vertical > .mm-counter {
		top: 12px;
		margin-top: 0;
	}

	.mm-vertical.mm-spacer > .mm-counter {
		margin-top: 40px;
	}

	.mm-nosubresults > .mm-counter {
		display: none;
	}

	.mm-menu em.mm-counter {
		color: rgba(0, 0, 0, .3);
	}

	/*
	jQuery.mmenu dividers addon CSS
*/

	.mm-divider > span {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding: 0;
		line-height: 25px;
	}

	.mm-divider.mm-opened a.mm-next:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.mm-collapsed:not(.mm-uncollapsed) {
		display: none;
	}

	.mm-fixeddivider {
		background: inherit;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.mm-fixeddivider:after {
		content: none !important;
		display: none !important;
	}

	.mm-hasdividers .mm-fixeddivider {
		display: block;
	}

	.mm-menu .mm-fixeddivider span {
		background: rgba(0, 0, 0, .05);
	}

	/*
	jQuery.mmenu dragOpen addon CSS
*/

	html.mm-opened.mm-dragging .mm-menu,
	html.mm-opened.mm-dragging .mm-page,
	html.mm-opened.mm-dragging .mm-fixed-top,
	html.mm-opened.mm-dragging .mm-fixed-bottom,
	html.mm-opened.mm-dragging #mm-blocker {
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}

	/*
	jQuery.mmenu iconpanels addon CSS
*/

	.mm-iconpanel .mm-panel {
		-webkit-transition-property: -webkit-transform, left, right;
		transition-property: transform, left, right;
	}

	.mm-iconpanel .mm-panel.mm-opened {
		border-left: 1px solid transparent;
	}

	.mm-iconpanel .mm-panel.mm-subopened {
		left: -40px;
		right: 40px;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.mm-iconpanel .mm-panel.mm-iconpanel-0 {
		left: 0;
	}

	.mm-iconpanel .mm-panel.mm-iconpanel-1 {
		left: 40px;
	}

	.mm-iconpanel .mm-panel.mm-iconpanel-2 {
		left: 80px;
	}

	.mm-iconpanel .mm-panel.mm-iconpanel-3 {
		left: 120px;
	}

	.mm-iconpanel .mm-panel.mm-iconpanel-4 {
		left: 160px;
	}

	.mm-iconpanel .mm-panel.mm-iconpanel-5 {
		left: 200px;
	}

	.mm-iconpanel .mm-panel.mm-iconpanel-6 {
		left: 240px;
	}

	.mm-menu.mm-iconpanel .mm-panel.mm-opened {
		border-color: rgba(0, 0, 0, .1);
	}

	.mm-menu.mm-iconpanel .mm-subblocker {
		background: #f3f3f3;
	}

	.mm-subblocker {
		opacity: 0;
		display: block;
		-webkit-transition: opacity .4s ease;
		transition: opacity .4s ease;
	}

	.mm-subopened .mm-subblocker {
		opacity: .6;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 3;
	}

	/*
	jQuery.mmenu navbars addon CSS
*/

	.mm-menu > .mm-navbar {
		background: inherit;
		padding: 0;
		z-index: 3;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.mm-navbar-bottom {
		border-top: 1px solid transparent;
		border-bottom: none;
		top: auto;
		bottom: 0;
	}

	.mm-navbar-top ~ .mm-navbar-top {
		border-bottom: none;
	}

	.mm-navbar-bottom ~ .mm-navbar-bottom {
		border-top: none;
	}

	.mm-navbar.mm-hasbtns {
		padding: 0 40px;
	}

	.mm-close:after {
		content: "x";
	}

	.mm-navbar[class*="mm-navbar-content-"] > * {
		box-sizing: border-box;
		display: block;
		float: left;
	}

	.mm-navbar > .mm-breadcrumbs {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		text-align: left;
		padding: 0 0 0 17px;
	}

	.mm-navbar > .mm-breadcrumbs > * {
		display: inline-block;
		padding: 10px 3px;
	}

	.mm-navbar > .mm-breadcrumbs > a {
		text-decoration: underline;
	}

	.mm-navbar.mm-hasbtns .mm-breadcrumbs {
		margin-left: -40px;
	}

	.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
		margin-left: 0;
		padding-left: 0;
	}

	.mm-navbar-top-1 {
		top: 0;
	}

	.mm-hasnavbar-top-1 .mm-panel {
		top: 40px;
	}

	.mm-hasnavbar-top-1 .mm-indexer {
		top: 50px;
	}

	.mm-hasnavbar-top-1 .mm-fixeddivider {
		top: 40px;
	}

	.mm-navbar-top-2 {
		top: 40px;
	}

	.mm-hasnavbar-top-2 .mm-panel {
		top: 80px;
	}

	.mm-hasnavbar-top-2 .mm-indexer {
		top: 90px;
	}

	.mm-hasnavbar-top-2 .mm-fixeddivider {
		top: 80px;
	}

	.mm-navbar-top-3 {
		top: 80px;
	}

	.mm-hasnavbar-top-3 .mm-panel {
		top: 120px;
	}

	.mm-hasnavbar-top-3 .mm-indexer {
		top: 130px;
	}

	.mm-hasnavbar-top-3 .mm-fixeddivider {
		top: 120px;
	}

	.mm-navbar-top-4 {
		top: 120px;
	}

	.mm-hasnavbar-top-4 .mm-panel {
		top: 160px;
	}

	.mm-hasnavbar-top-4 .mm-indexer {
		top: 170px;
	}

	.mm-hasnavbar-top-4 .mm-fixeddivider {
		top: 160px;
	}

	.mm-navbar-bottom-1 {
		bottom: 0;
	}

	.mm-hasnavbar-bottom-1 .mm-panel {
		bottom: 40px;
	}

	.mm-hasnavbar-bottom-1 .mm-indexer {
		bottom: 50px;
	}

	.mm-navbar-bottom-2 {
		bottom: 40px;
	}

	.mm-hasnavbar-bottom-2 .mm-panel {
		bottom: 80px;
	}

	.mm-hasnavbar-bottom-2 .mm-indexer {
		bottom: 90px;
	}

	.mm-navbar-bottom-3 {
		bottom: 80px;
	}

	.mm-hasnavbar-bottom-3 .mm-panel {
		bottom: 120px;
	}

	.mm-hasnavbar-bottom-3 .mm-indexer {
		bottom: 130px;
	}

	.mm-navbar-bottom-4 {
		bottom: 120px;
	}

	.mm-hasnavbar-bottom-4 .mm-panel {
		bottom: 160px;
	}

	.mm-hasnavbar-bottom-4 .mm-indexer {
		bottom: 170px;
	}

	.mm-navbar-size-2 {
		height: 80px;
	}

	.mm-navbar-size-3 {
		height: 120px;
	}

	.mm-navbar-size-4 {
		height: 160px;
	}

	.mm-navbar-content-2 > * {
		width: 50%;
	}

	.mm-navbar-content-3 > * {
		width: 33.33%;
	}

	.mm-navbar-content-4 > * {
		width: 25%;
	}

	.mm-navbar-content-5 > * {
		width: 20%;
	}

	.mm-navbar-content-6 > * {
		width: 16.67%;
	}

	/*
	jQuery.mmenu searchfield addon CSS
*/

	.mm-search,
	.mm-search input {
		box-sizing: border-box;
	}

	.mm-search {
		height: 40px;
		padding: 7px 10px 0 10px;
	}

	.mm-search input {
		border: none;
		border-radius: 26px;
		font: inherit;
		font-size: 14px;
		line-height: 26px;
		outline: none;
		display: block;
		width: 100%;
		height: 26px;
		margin: 0;
		padding: 0 10px;
	}

	.mm-search input::-ms-clear {
		display: none;
	}

	.mm-panel > .mm-search {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.mm-panel.mm-hassearch {
		padding-top: 40px;
	}

	.mm-panel.mm-hassearch.mm-hasnavbar {
		padding-top: 80px;
	}

	.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
		top: 40px;
	}

	.mm-noresultsmsg {
		text-align: center;
		font-size: 21px;
		display: none;
		padding: 40px 0;
	}

	.mm-noresults .mm-noresultsmsg {
		display: block;
	}

	.mm-noresults .mm-indexer {
		display: none !important;
	}

	li.mm-nosubresults > a.mm-next {
		display: none;
	}

	li.mm-nosubresults > a.mm-next + a,
	li.mm-nosubresults > a.mm-next + span {
		padding-right: 10px;
	}

	.mm-menu .mm-search input {
		background: rgba(0, 0, 0, .05);
		color: rgba(0, 0, 0, .7);
	}

	.mm-menu .mm-noresultsmsg {
		color: rgba(0, 0, 0, .3);
	}

	/*
	jQuery.mmenu sectionIndexer addon CSS
*/

	.mm-indexer {
		background: inherit;
		text-align: center;
		font-size: 12px;
		box-sizing: border-box;
		width: 20px;
		position: absolute;
		top: 10px;
		bottom: 10px;
		right: -100px;
		z-index: 3;
		-webkit-transition: right .4s ease;
		transition: right .4s ease;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.mm-indexer a {
		text-decoration: none;
		display: block;
		height: 3.85%;
	}

	.mm-indexer ~ .mm-panel.mm-hasindexer {
		padding-right: 40px;
	}

	.mm-hasindexer .mm-indexer {
		right: 0;
	}

	.mm-hasindexer .mm-fixeddivider {
		right: 20px;
	}

	.mm-menu .mm-indexer a {
		color: rgba(0, 0, 0, .3);
	}

	/*
	jQuery.mmenu toggles addon CSS
*/

	input.mm-toggle,
	input.mm-check {
		position: absolute;
		left: -10000px;
	}

	label.mm-toggle,
	label.mm-check {
		margin: 0;
		position: absolute;
		top: 50%;
		z-index: 2;
	}

	label.mm-toggle:before,
	label.mm-check:before {
		content: "";
		display: block;
	}

	label.mm-toggle {
		border-radius: 30px;
		width: 50px;
		height: 30px;
		margin-top: -15px;
	}

	label.mm-toggle:before {
		border-radius: 30px;
		width: 28px;
		height: 28px;
		margin: 1px;
	}

	input.mm-toggle:checked ~ label.mm-toggle:before {
		float: right;
	}

	label.mm-check {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	label.mm-check:before {
		border-left: 3px solid;
		border-bottom: 3px solid;
		width: 40%;
		height: 20%;
		margin: 25% 0 0 20%;
		opacity: .1;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	input.mm-check:checked ~ label.mm-check:before {
		opacity: 1;
	}

	li.mm-vertical label.mm-toggle,
	li.mm-vertical label.mm-check {
		bottom: auto;
		margin-top: 0;
	}

	li.mm-vertical label.mm-toggle {
		top: 5px;
	}

	li.mm-vertical label.mm-check {
		top: 5px;
	}

	label.mm-toggle,
	label.mm-check {
		right: 20px;
	}

	label.mm-toggle + a,
	label.mm-toggle + span {
		padding-right: 80px;
	}

	label.mm-check + a,
	label.mm-check + span {
		padding-right: 60px;
	}

	a.mm-next + label.mm-toggle,
	a.mm-next + label.mm-check {
		right: 60px;
	}

	a.mm-next + label.mm-toggle + a,
	a.mm-next + label.mm-toggle + span,
	a.mm-next + label.mm-check + a,
	a.mm-next + label.mm-check + span {
		margin-right: 50px;
	}

	a.mm-next + label.mm-toggle + a,
	a.mm-next + label.mm-toggle + span {
		padding-right: 70px;
	}

	a.mm-next + label.mm-check + a,
	a.mm-next + label.mm-check + span {
		padding-right: 50px;
	}

	em.mm-counter + a.mm-next + label.mm-toggle,
	em.mm-counter + a.mm-next + label.mm-check {
		right: 100px;
	}

	em.mm-counter + a.mm-next + label.mm-toggle + a,
	em.mm-counter + a.mm-next + label.mm-toggle + span,
	em.mm-counter + a.mm-next + label.mm-check + a,
	em.mm-counter + a.mm-next + label.mm-check + span {
		margin-right: 90px;
	}

	.mm-menu label.mm-toggle {
		background: rgba(0, 0, 0, .1);
	}

	.mm-menu label.mm-toggle:before {
		background: #f3f3f3;
	}

	.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
		background: #4bd963;
	}

	.mm-menu label.mm-check:before {
		border-color: rgba(0, 0, 0, .7);
	}

	/*
	jQuery.mmenu borderstyle extension CSS
*/

	.mm-menu.mm-border-none .mm-listview > li:after,
	.mm-listview.mm-border-none > li:after {
		content: none;
	}

	.mm-menu.mm-border-full .mm-listview > li:after,
	.mm-listview.mm-border-full > li:after {
		left: 0 !important;
	}

	/*
	jQuery.mmenu effects extension CSS
*/

	html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
		-webkit-transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
	}

	html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
		-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
		-ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
		transform: scale(.7, .7) translate3d(-30%, 0, 0);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
	}

	html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
		-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
		-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
		transform: scale(1, 1) translate3d(0%, 0, 0);
	}

	html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
		-webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
		-ms-transform: scale(.7, .7) translate3d(30%, 0, 0);
		transform: scale(.7, .7) translate3d(30%, 0, 0);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
	}

	html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
		-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
		-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
		transform: scale(1, 1) translate3d(0%, 0, 0);
	}

	html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
		-webkit-transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
	}

	html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
		-webkit-transform: translate3d(-30%, 0, 0);
		-ms-transform: translate3d(-30%, 0, 0);
		transform: translate3d(-30%, 0, 0);
	}

	html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
		-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

	html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
		-webkit-transform: translate3d(30%, 0, 0);
		-ms-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0);
	}

	html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
		-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

	html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
		opacity: 0;
		-webkit-transition: opacity .4s ease;
		transition: opacity .4s ease;
	}

	html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
		opacity: 1;
	}

	.mm-menu.mm-effect-zoom-panels .mm-panel {
		-webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
		-ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
		transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
	}

	.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
		-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
		-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
		transform: scale(1, 1) translate3d(0%, 0, 0);
	}

	.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
		-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
		-ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
		transform: scale(.7, .7) translate3d(-30%, 0, 0);
	}

	.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
		-webkit-transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
		-webkit-transition-delay: 100ms;
		transition-delay: 100ms;
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
		-webkit-transition-delay: 200ms;
		transition-delay: 200ms;
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
		-webkit-transition-delay: 300ms;
		transition-delay: 300ms;
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
		-webkit-transition-delay: 400ms;
		transition-delay: 400ms;
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
		-webkit-transition-delay: 500ms;
		transition-delay: 500ms;
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
		-webkit-transition-delay: 600ms;
		transition-delay: 600ms;
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
		-webkit-transition-delay: 700ms;
		transition-delay: 700ms;
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
		-webkit-transition-delay: 800ms;
		transition-delay: 800ms;
	}

	html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
		-webkit-transition-delay: 900ms;
		transition-delay: 900ms;
	}

	html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	/*
	jQuery.mmenu fullscreen extension CSS
*/

	.mm-menu.mm-fullscreen {
		width: 100%;
		min-width: 140px;
		max-width: 10000px;
	}

	html.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	.mm-menu.mm-fullscreen.mm-top,
	.mm-menu.mm-fullscreen.mm-bottom {
		height: 100%;
		min-height: 140px;
		max-height: 10000px;
	}

	html.mm-opened.mm-fullscreen .mm-page {
		box-shadow: none !important;
	}

	/*
	jQuery.mmenu multiline extension CSS
*/

	.mm-menu.mm-multiline .mm-listview > li > a,
	.mm-menu.mm-multiline .mm-listview > li > span,
	.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
	.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
		text-overflow: clip;
		white-space: normal;
	}

	/*
	jQuery.mmenu pageshadow extension CSS
*/

	.mm-menu.mm-pageshadow:after {
		content: "";
		display: block;
		width: 20px;
		height: 120%;
		position: absolute;
		left: 100%;
		top: -10%;
		z-index: 99;
	}

	.mm-menu.mm-pageshadow.mm-right:after {
		left: auto;
		right: 100%;
	}

	.mm-menu.mm-pageshadow.mm-next:after,
	.mm-menu.mm-pageshadow.mm-front:after {
		content: none;
		display: none;
	}

	.mm-menu.mm-pageshadow:after {
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}

	/*
	jQuery.mmenu position extension CSS
*/

	.mm-menu.mm-top,
	.mm-menu.mm-bottom {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.mm-menu.mm-right {
		left: auto;
		right: 0;
	}

	.mm-menu.mm-bottom {
		top: auto;
		bottom: 0;
	}

	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-80%, 0);
		-ms-transform: translate(-80%, 0);
		transform: translate(-80%, 0);
	}

	/*
	jQuery.mmenu z-position extension CSS
*/

	html.mm-front .mm-slideout {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		z-index: 0 !important;
	}

	.mm-menu.mm-front {
		z-index: 1;
	}

	.mm-menu.mm-front,
	.mm-menu.mm-next {
		-webkit-transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.mm-menu.mm-front.mm-right,
	.mm-menu.mm-next.mm-right {
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.mm-menu.mm-top {
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	.mm-menu.mm-bottom {
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	html.mm-opening .mm-menu.mm-front,
	html.mm-opening .mm-menu.mm-next {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.mm-menu.mm-top,
	.mm-menu.mm-bottom {
		height: 80%;
		min-height: 140px;
		max-height: 880px;
	}

	/*
	jQuery.mmenu themes extension CSS
*/

	.mm-menu.mm-theme-dark {
		background: #333;
		color: rgba(255, 255, 255, .8);
	}

	.mm-menu.mm-theme-dark .mm-navbar {
		border-color: rgba(0, 0, 0, .15);
	}

	.mm-menu.mm-theme-dark .mm-navbar > *,
	.mm-menu.mm-theme-dark .mm-navbar a {
		color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
	.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
		border-color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-dark .mm-listview > li:after {
		border-color: rgba(0, 0, 0, .15);
	}

	.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
	.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
	.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
		border-color: #fff;
	}

	.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
	.mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
		border-color: rgba(0, 0, 0, .15);
	}

	.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
	.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
		background: rgba(0, 0, 0, .1);
	}

	.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
	.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
	.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
	.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
		background: rgba(255, 255, 255, .05);
	}

	.mm-menu.mm-theme-dark .mm-divider {
		background: rgba(255, 255, 255, .05);
	}

	.mm-menu.mm-theme-dark label.mm-check:before {
		border-color: rgba(255, 255, 255, .8);
	}

	.mm-menu.mm-theme-dark em.mm-counter {
		color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-dark .mm-fixeddivider span {
		background: rgba(255, 255, 255, .05);
	}

	.mm-menu.mm-iconpanel.mm-theme-dark .mm-panel.mm-opened {
		border-color: rgba(0, 0, 0, .15);
	}

	.mm-menu.mm-iconpanel.mm-theme-dark .mm-subblocker {
		background: #333;
	}

	.mm-menu.mm-pageshadow.mm-theme-dark:after {
		box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	}

	.mm-menu.mm-theme-dark .mm-search input {
		background: rgba(255, 255, 255, .3);
		color: rgba(255, 255, 255, .8);
	}

	.mm-menu.mm-theme-dark .mm-noresultsmsg {
		color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-dark .mm-indexer a {
		color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-dark label.mm-toggle {
		background: rgba(0, 0, 0, .15);
	}

	.mm-menu.mm-theme-dark label.mm-toggle:before {
		background: #333;
	}

	.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
		background: #4bd963;
	}

	.mm-menu.mm-theme-white {
		background: white;
		color: rgba(0, 0, 0, .6);
	}

	.mm-menu.mm-theme-white .mm-navbar {
		border-color: rgba(0, 0, 0, .1);
	}

	.mm-menu.mm-theme-white .mm-navbar > *,
	.mm-menu.mm-theme-white .mm-navbar a {
		color: rgba(0, 0, 0, .3);
	}

	.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
	.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
		border-color: #fff;
	}

	.mm-menu.mm-theme-white .mm-listview > li:after {
		border-color: rgba(0, 0, 0, .1);
	}

	.mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
	.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
	.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
		border-color: #fff;
	}

	.mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
	.mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
		border-color: rgba(0, 0, 0, .1);
	}

	.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
	.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
		background: rgba(0, 0, 0, .05);
	}

	.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
	.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
	.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
	.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
		background: #fff;
	}

	.mm-menu.mm-theme-white .mm-divider {
		background: rgba(0, 0, 0, .03);
	}

	.mm-menu.mm-theme-white label.mm-check:before {
		border-color: rgba(0, 0, 0, .6);
	}

	.mm-menu.mm-theme-white em.mm-counter {
		color: rgba(0, 0, 0, .3);
	}

	.mm-menu.mm-theme-white .mm-fixeddivider span {
		background: rgba(0, 0, 0, .03);
	}

	.mm-menu.mm-iconpanel.mm-theme-white .mm-panel.mm-opened {
		border-color: rgba(0, 0, 0, .1);
	}

	.mm-menu.mm-iconpanel.mm-theme-white .mm-subblocker {
		background: white;
	}

	.mm-menu.mm-pageshadow.mm-theme-white:after {
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}

	.mm-menu.mm-theme-white .mm-search input {
		background: rgba(0, 0, 0, .05);
		color: rgba(0, 0, 0, .6);
	}

	.mm-menu.mm-theme-white .mm-noresultsmsg {
		color: rgba(0, 0, 0, .3);
	}

	.mm-menu.mm-theme-white .mm-indexer a {
		color: rgba(0, 0, 0, .3);
	}

	.mm-menu.mm-theme-white label.mm-toggle {
		background: rgba(0, 0, 0, .1);
	}

	.mm-menu.mm-theme-white label.mm-toggle:before {
		background: white;
	}

	.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
		background: #4bd963;
	}

	.mm-menu.mm-theme-black {
		background: black;
		color: rgba(255, 255, 255, .6);
	}

	.mm-menu.mm-theme-black .mm-navbar {
		border-color: rgba(255, 255, 255, .2);
	}

	.mm-menu.mm-theme-black .mm-navbar > *,
	.mm-menu.mm-theme-black .mm-navbar a {
		color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
	.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
		border-color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-black .mm-listview > li:after {
		border-color: rgba(255, 255, 255, .2);
	}

	.mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
	.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
	.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
		border-color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
	.mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
		border-color: rgba(255, 255, 255, .2);
	}

	.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
	.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
		background: rgba(255, 255, 255, .3);
	}

	.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
	.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
	.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
	.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
		background: rgba(255, 255, 255, .2);
	}

	.mm-menu.mm-theme-black .mm-divider {
		background: rgba(255, 255, 255, .2);
	}

	.mm-menu.mm-theme-black label.mm-check:before {
		border-color: rgba(255, 255, 255, .6);
	}

	.mm-menu.mm-theme-black em.mm-counter {
		color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-black .mm-fixeddivider span {
		background: rgba(255, 255, 255, .2);
	}

	.mm-menu.mm-iconpanel.mm-theme-black .mm-panel.mm-opened {
		border-color: rgba(255, 255, 255, .2);
	}

	.mm-menu.mm-iconpanel.mm-theme-black .mm-subblocker {
		background: black;
	}

	.mm-menu.mm-pageshadow.mm-theme-black:after {
		content: none;
		display: none;
	}

	.mm-menu.mm-theme-black .mm-search input {
		background: rgba(255, 255, 255, .3);
		color: rgba(255, 255, 255, .6);
	}

	.mm-menu.mm-theme-black .mm-noresultsmsg {
		color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-black .mm-indexer a {
		color: rgba(255, 255, 255, .4);
	}

	.mm-menu.mm-theme-black label.mm-toggle {
		background: rgba(255, 255, 255, .2);
	}

	.mm-menu.mm-theme-black label.mm-toggle:before {
		background: black;
	}

	.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
		background: #4bd963;
	}

	/*
	jQuery.mmenu tileview extension CSS
*/

	.mm-menu.mm-tileview .mm-listview:after,
	.mm-menu .mm-tileview.mm-listview:after {
		content: "";
		display: block;
		clear: both;
	}

	.mm-menu.mm-tileview .mm-listview > li,
	.mm-menu .mm-tileview.mm-listview > li {
		width: 50%;
		height: 0;
		padding: 50% 0 0 0;
		float: left;
		position: relative;
	}

	.mm-menu.mm-tileview .mm-listview > li:after,
	.mm-menu .mm-tileview.mm-listview > li:after {
		left: 0;
		top: 0;
		border-right-width: 1px;
		border-right-style: solid;
		z-index: -1;
	}

	.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
	.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
		width: 12.5%;
		padding-top: 12.5%;
	}

	.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
	.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
		width: 25%;
		padding-top: 25%;
	}

	.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
	.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
		width: 75%;
		padding-top: 75%;
	}

	.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
	.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
		width: 100%;
		padding-top: 100%;
	}

	.mm-menu.mm-tileview .mm-listview > li > a,
	.mm-menu.mm-tileview .mm-listview > li > span,
	.mm-menu .mm-tileview.mm-listview > li > a,
	.mm-menu .mm-tileview.mm-listview > li > span {
		line-height: 1px;
		text-align: center;
		padding: 50% 10px 0 10px;
		margin: 0;
		position: absolute;
		top: 0;
		right: 1px;
		bottom: 1px;
		left: 0;
	}

	.mm-menu.mm-tileview .mm-listview > li > .mm-next,
	.mm-menu .mm-tileview.mm-listview > li > .mm-next {
		width: auto;
	}

	.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
	.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
	.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
	.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
		content: none;
		display: none;
	}

	.mm-menu.mm-tileview .mm-panel {
		padding-left: 0;
		padding-right: 0;
	}

	.mm-menu.mm-tileview .mm-panel:after {
		content: none;
		display: none;
	}

	.mm-menu.mm-tileview .mm-listview {
		margin: 0;
	}

	#mm-1 .mm-panel.mm-hasnavbar .mm-navbar,
	#mm-1 .mm-navbar a.mm-title {
		display: none !important;
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
        transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
        transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
        transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
    ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
    -ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
    -ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}



/* IE ONLY PAGE - Browser Updates */


.browser_update{
    display: block;
    margin: 40px auto 0px auto !important;
    width: 420px;

}

.browser_update li{
    width:  25%;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.browser_update li:after{
    display: none;
}

.browser_update a{
    display: block;
    width: 67px;
    height: 70px;
    background: url(images/ie_browserUpdate.gif) no-repeat 0px 0px;
}

.browser_update a.ie{

}
.browser_update a.chrome{
    background: url(images/ie_browserUpdate.gif) no-repeat -71px -0px;
}
.browser_update a.safari{
    background: url(images/ie_browserUpdate.gif) no-repeat -138px -0px;
}
.browser_update a.firefox{
    background: url(images/ie_browserUpdate.gif) no-repeat -204px -0px;
}

.browser_update a.ie:hover{
     background: url(images/ie_browserUpdate.gif) no-repeat 0px -78px;
}
.browser_update a.chrome:hover{
    background: url(images/ie_browserUpdate.gif) no-repeat -71px -78px;
}
.browser_update a.safari:hover{
    background: url(images/ie_browserUpdate.gif) no-repeat -138px -78px;
}
.browser_update a.firefox:hover{
    background: url(images/ie_browserUpdate.gif) no-repeat -204px -78px;
}

.userMessage {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 999;
    background-color: #ffd105;
    color: #37424a;
    text-align: left;
    font-weight: 600;
        font-size: 13px;
            font-family: "raleway", "Arial", "Helvetica", sans-serif;
}

.userMessage .heading{ font-size: 17px; text-transform: uppercase;  font-weight: 700;}

.userMessage .image{float: left; position: absolute; margin-top:  -90px;}
.userMessage .text{float: left; padding-left: 100px;}

@media all and (max-width: 767px) {
    .userMessage {
        font-size: 12px;
        text-align: center;
    }

    .userMessage .heading{ font-size: 16px; text-transform: uppercase;  font-weight: 700;}
    .userMessage .image {
        display: none;
    }
    .userMessage .text{float: left; padding-left: 0px;}
}

.alignright{text-align: right;}

#main .career-details{
	margin-bottom:40px;
}

#main .career-details ul li{
	margin:0;
	padding:0;
}

#main .career-details ul li:after{
	display:none;
}

#main .jfilestyle{
	display:flex;
}

#main .jfilestyle .focus-jfilestyle label{
	white-space: nowrap;
	margin: 0;
	background: #ffd105;
	color: #000;
	border: none;
	height: 100%;
	line-height: 24px;
	text-transform: uppercase;
	padding: 15px 20px 8px 20px;
	display: inline-block;
}

#main .jfilestyle input{
	width:auto!important;
	flex: 1;
	background: none;
	margin: 0;
	border-left: none;
}

.career-form{
	margin-bottom:100px;
}

.career--item-wrapper{
	border:1px solid #bfc4c8;
	padding:40px;
	margin-bottom:40px;
	position: relative;
}

.career--item-corner{
	position: absolute;
	height: 20px;
	width: 38px;
	border-top: 1px solid #bfc4c8;
	right: -8px;
	bottom: -9px;
	transform: rotate( -30deg);
	background: #FFF;
}

.career--item-wrapper h3{
	font-size:30px;
}

.career--item-actions{
	margin-top:20px;
}

.career--item-actions a{
	background: #ffd000;
	color: #000;
	text-transform: uppercase;
	padding: 10px 50px 10px 15px;
	position:relative;
	font-weight:bold;
	white-space: nowrap;
	display: block;
}

.career--item-actions a i{
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	text-align: center;
	height: 100%;
	line-height: 39px;
	border-top: 1px solid #bfc4c8;
	border-right: 1px solid #bfc4c8;
	border-bottom: 1px solid #bfc4c8;
}

#main .career--item-details{
	flex-basis: 65%;
}



#main .career--item-details ul li{
	margin:0;
	padding:4px 0;
	flex-basis: 50%;
}

#main .career--item-details ul li strong{
	display:inline-block;
	width:75px;
}

#main .career--item-details ul li:after{
	display:none;
}

@media all and (min-width: 750px ){

	.career--item-content{
		display:flex;
		justify-content: space-between;
	}

	#main .career--item-details ul{
		display:flex;
		flex-wrap: wrap;
	}

	.career--item-actions{
		margin-top:0px;
	}

}
