/*
 * @file
 * global.styles
 *
 
 * Vitruvian - Veroccio Generic Template - website theme
 *
 * VEROCCIO NEW WEBSITE
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */


/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
  background: #fff;
  scroll-behavior:smooth;
}


body {
  font-family: Open sans regular, Arial, Helvetica, "Helvetica Neue", sans-serif;
  /*font-size: 95%;*/
  font-size:90%;
  --brand-color-1:#512c7f;   /*** Veroccio Purple ***/
  --brand-color-2:#000;  /*** Black ***/
  --brand-color-3:#ccc;   /*** Light Grey ***/
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {
font-size:2.5em;
margin:0.2em 0;
}

h2 {
font-size:2em;
}

h3 {
font-size:1.5em;
}

h4 {
font-size:1.35em;
}

h5 {
font-size:1.2em;
}

h6 {}

@media screen and (max-width:991px) {
h2 {
font-size:1.5em;
}
h3 {
font-size:1.35em;
}
h4 {
font-size:1.2em;
}
h5 {
font-size:1em;
}
h6 {
}
}/***m***/


p {}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
#page-wrapper {}
#page {
}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {}

/*
 * Wraps the sidebars the content column
 */
#columns {}

/*
 * Main content column wrapper
 */
#content-column {}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {
/*margin:0 !important;*/
}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer {}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {
}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

/*
 * Logo
 */
#logo {
position:relative;
max-width:100px;
  padding: 10px 0;
}

#logo img {
vertical-align: bottom;
width:100% !important;
height:auto;
}

/*
 * Wrapper for the site name and slogan
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
text-decoration: underline;
color:#000;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {
}

/*
 * The main page title (h1)
 */
#page-title {
display:none !important;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {
margin:0 !important;
}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {
}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
color:#000;
outline:0;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}




/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}




/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  /*margin: 10px 0;*/
  margin:0;
  display:none !important;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}

#breadcrumb .crumb-separator {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  /*margin-bottom: 15px;*/
    margin-top:40px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  /*background-color: #eee;*/
  /*border-color: #ccc;*/
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;

  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}




/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: -22px;
  margin-top:0px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */
.block-inner {
margin: 0 !important;
}

/*
 * The first block in the region
 */
.block.first {}


/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
  display:none;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
  z-index:5;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #512c7f;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}



/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}


tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}


/*************** Fade In *********************/

 @-webkit-keyframes fade-in {
  0%   { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fade-in {
  0%   { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes fade-in {
  0%   { opacity:0; }
  100% { opacity:1; }
}
@keyframes fade-in {
  0%   { opacity:0; }
  100% { opacity:1; }
}

.html {
  /*-webkit-animation: fade-in 1s normal;*/
  /*-moz-animation:     fade-in 1s normal;*/
  /*-o-animation:       fade-in 1s normal;*/
  /*animation:          fade-in 1s normal;*/
}

img {
max-width:none!important;
}

#backtotop {
z-index:500 !important;
}

/* =============================================================================
 *   Generic - HOMEPAGE SLIDER (WITH ALIGNMENTS)
 * ========================================================================== */

 @-webkit-keyframes blur-out {
  0%   { -webkit-filter: blue(5px); filter: blur(5px); }
  50%  { -webkit-filter: blue(5px); filter: blur(5px); }
  100% { -webkit-filter: blue(0); filter: blur(0); }
}
@-moz-keyframes blur-out {
  0%   { -webkit-filter: blue(5px); filter: blur(5px); }
  50%  { -webkit-filter: blue(5px); filter: blur(5px); }
  100% { -webkit-filter: blue(0); filter: blur(0); }
}
@-o-keyframes blur-out {
  0%   { -webkit-filter: blue(5px); filter: blur(5px); }
  50%  { -webkit-filter: blue(5px); filter: blur(5px); }
  100% { -webkit-filter: blue(0); filter: blur(0); }
}
@keyframes blur-out {
  0%   { -webkit-filter: blue(5px); filter: blur(5px); }
  50%  { -webkit-filter: blue(5px); filter: blur(5px); }
  100% { -webkit-filter: blue(0); filter: blur(0); }
}

 @-webkit-keyframes second-blur-out {
  0%   { -webkit-filter: blue(5px); filter: blur(5px); }
  75%  { -webkit-filter: blue(5px); filter: blur(5px); }
  100% { -webkit-filter: blue(0); filter: blur(0); }
}
@-moz-keyframes second-blur-out {
  0%   { -webkit-filter: blue(5px); filter: blur(5px); }
  75%  { -webkit-filter: blue(5px); filter: blur(5px); }
  100% { -webkit-filter: blue(0); filter: blur(0); }
}
@-o-keyframes second-blur-out {
  0%   { -webkit-filter: blue(5px); filter: blur(5px); }
  75%  { -webkit-filter: blue(5px); filter: blur(5px); }
  100% { -webkit-filter: blue(0); filter: blur(0); }
}
@keyframes blur-out {
  0%   { -webkit-filter: blue(5px); filter: blur(5px); }
  75%  { -webkit-filter: blue(5px); filter: blur(5px); }
  100% { -webkit-filter: blue(0); filter: blur(0); }
}

 @-webkit-keyframes circle-mask {
  0%   { margin-top:-80vh; margin-left:-50vw; width:5vw; height: 5vh; }
  100%   { margin-top:-10vh; margin-left:-10vw; width:120vw; height: 120vh; }
}
@-moz-keyframes circle-mask {
  0%   { margin-top:-80vh; margin-left:-50vw; width:5vw; height: 5vh; }
  100%   { margin-top:-10vh; margin-left:-10vw; width:120vw; height: 120vh; }
}
@-o-keyframes circle-mask {
  0%   { margin-top:-80vh; margin-left:-50vw; width:5vw; height: 5vh; }
  100%   { margin-top:-10vh; margin-left:-10vw; width:120vw; height: 120vh; }
}
@keyframes circle-mask {
  0%   { margin-top:-80vh; margin-left:-50vw; width:5vw; height: 5vh; }
  100%   { margin-top:-10vh; margin-left:-10vw; width:120vw; height: 120vh; }
}

@-webkit-keyframes mouse-down {
  0%   { transform:translateY(0) scaleY(1); border-radius:50px; }
  50%  { transform:translateY(28px) scaleY(0.25); border-radius:100%; }
  100% { transform:translateY(0) scaleY(1); border-radius:50px; }
}
@-moz-keyframes mouse-down {
  0%   { transform:translateY(0) scaleY(1); border-radius:50px; }
  50%  { transform:translateY(28px) scaleY(0.25); border-radius:100%; }
  100% { transform:translateY(0) scaleY(1); border-radius:50px; }
}
@-o-keyframes mouse-down {
  0%   { transform:translateY(0) scaleY(1); border-radius:50px; }
  50%  { transform:translateY(28px) scaleY(0.25); border-radius:100%; }
  100% { transform:translateY(0) scaleY(1); border-radius:50px; }
}
@keyframes mouse-down {
  0%   { transform:translateY(0) scaleY(1); border-radius:50px; }
  50%  { transform:translateY(28px) scaleY(0.25); border-radius:100%; }
  100% { transform:translateY(0) scaleY(1); border-radius:50px; }
}

.view.view-homepage-slider-masked {
position:relative;
display:block;
direction:rtl;
float:left;
width:100%;
/*height:40vh;*/
height:auto;
overflow:hidden;
left:0;
background:#333;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-homepage-slider-masked .bx-wrapper {
width:100% !important;
height:100% !important;
padding:0 !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-homepage-slider-masked .bx-viewport {
width:100% !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-homepage-slider-masked .bxslider-views-slideshow-main-frame {
width:100% !important;
margin:0 !important;
padding:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-homepage-slider-masked .bxslider-views-slideshow-main-frame-row {
position:absolute;
display:none;
top:0;
width:100%;
height:auto;
padding:0 !important;
margin:0 !important;
overflow:hidden;
z-index:20;
}


.view.view-homepage-slider-masked .bxslider-views-slideshow-main-frame-row:first-child {
position:relative;
display:block;
z-index:30;
}

.bx-controls.bx-has-pager {
/*position:absolute;*/
/*bottom:70px;*/
width:100% !important;
height:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:0;
}

.bx-wrapper .bx-pager {
position:relative;
bottom:80px;
z-index:50;
}

.eng .bx-wrapper .bx-pager {
direction:ltr;
}

.bx-pager.bx-default-pager a {
background: #fff !important;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 2px 5px;
outline: 0;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
transition: all 0.2s ease-in 0s;
}

.bx-pager.bx-default-pager a:hover {
color:#fff !important;
opacity:0.5;
}

.bx-pager.bx-default-pager a.active {
background: transparent !important;
border:2px solid #fff;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
}

.homepage_slide_masked_wrapper {
position:relative;
width:100%;
/*height:40vh;*/
height:auto;
min-height:70vh;
margin:0 auto;
background:#333;
padding:0 !important;
overflow:hidden !important;
}

.height30 .homepage_slide_masked_wrapper {
height:30vh;
}

.height50 .homepage_slide_masked_wrapper {
height:50vh;
}

.height70 .homepage_slide_masked_wrapper {
height:70vh;
}

.height80 .homepage_slide_masked_wrapper {
height:80vh;
}

.height100 .homepage_slide_masked_wrapper {
height:100vh;
}

.homepage_slide {
position:absolute;
display:block;
direction:rtl;
top:0;
left:0;
width:100%;
height:100%;
min-height:300px;
float:left;
margin:0 auto;
text-align:center;
overflow:hidden;
background-position:50% 50% !important;
background-attachment:fixed !important;
background-size:100% auto !important;
z-index:10;
}

.eng .homepage_slide {
direction:ltr;
}

.slider_overlay {
position:absolute;
display:block;
bottom:-1px;
left:0;
width:100%;
height:auto;
z-index:10;
}

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

.img-left {
background-position:0 50% !important;
}

.img-center {
background-position:50% 50% !important;
}

.img-right {
background-position:100% 50% !important;
}

.homepage_slide img {
position:relative;
display:flex;
width:100%;
height:auto;
min-height:40vh;
margin:0 auto;
}

.blur img {
/*-webkit-filter: blur(3px); /* Safari */*/
/*filter: blur(3px);*/
/*opacity:0.7;*/
}

.slider_text_wrapper {
position:relative;
top:0;
left:0;
width:100%;
height:100%;
float:left;
color:#fff;
padding:60px 0;
min-height:70vh;
/*background: rgba(0,0,0,0.35);*/
background-size:cover;
z-index:20;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.height30 .slider_text_wrapper {
min-height:30vh;
}

.height50 .slider_text_wrapper {
min-height:50vh;
}

.height70 .slider_text_wrapper {
min-height:70vh;
}

.height80 .slider_text_wrapper {
min-height:80vh;
}

.height100 .slider_text_wrapper {
min-height:100vh;
}

.slider_text_overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.35);
background-size:cover;
/*background-attachment:fixed;*/
opacity:0.9;
z-index:10;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.slider_text_wrapper.blur {
padding:20px 0;
/*background:none;*/
}

.slider_text_wrapper.blur  img {
-webkit-filter: blur(0px); /* Safari */
filter: blur(0px);
opacity:1;
}

.slider_text_inner {
position:relative;
width:100%;
height:100%;
max-width:1200px;
margin:0 auto;
padding:20px;
color:#fff;
font-family:open sans regular;
font-weight:normal;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.slider_text_inner_inner {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
color:#fff;
text-align:inherit;
font-family:open sans regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:30;
}

.eng .slider_text_inner_inner {
direction:ltr;
float:left;
text-align:inherit;
}

.slider_text_content {
position:absolute;
direction:rtl !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .slider_text_content {
direction:ltr !important;
}

.slider_text_content.content-top-left {
position:absolute;
top:0;
left:0;
width:50%;
padding:0 10px;
}

.slider_text_content.content-top-center {
position:absolute;
top:0;
left:0;
width:100%;
padding:0 10px;
}

.slider_text_content.content-top-right {
position:absolute;
top:0;
right:0;
width:50%;
padding:0 10px;
}

.slider_text_content.content-center-left {
position:absolute;
top:50%;
left:0;
width:50%;
padding:0 10px;
transform:translateY(-50%);
}

.slider_text_content.content-center-center {
position:absolute;
top:50%;
left:0;
width:100%;
padding:0 10px;
transform:translateY(-50%);
}

.slider_text_content.content-center-right {
position:absolute;
top:50%;
right:0;
width:50%;
padding:0 10px;
transform:translateY(-50%);
}

.slider_text_content.content-bottom-left {
position:absolute;
bottom:0;
left:0;
width:50%;
padding:0 10px;
}

.slider_text_content.content-bottom-center {
position:absolute;
bottom:0;
left:0;
width:100%;
padding:0 10px;
}

.slider_text_content.content-bottom-right {
position:absolute;
bottom:0;
right:0;
width:50%;
padding:0 10px;
}


.slide_front_image {
display:block;
width:100%;
height:auto;
max-width:400px;
margin:0 auto;
padding:10px 20px;
}


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

.slider_text {
position:relative;
width:100%;
float:left;
margin:15px auto;
font-size:2em;
font-family:open sans regular;
font-weight:normal;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.slider_text p {
margin:0;
}

.slider_text blockquote {
}

.slider_text_quote_sign {
position:relative;
width:100%;
float:left;
text-align:center;
font-size:2.5em;
}

.slider_text h2 {
display:inline;
font-size:2em;
font-family:open sans regular;
font-weight:normal;
line-height:1 !important;
margin:0 !important;
padding:5px 0;
color:#fff;
}

.slider_text h2,
.slider_text h3,
.slider_text h4,
.slider_text h5,
.slider_text h6 {
color:#fff;
margin:0 !important;
}

.slider_text h3 {
font-size:1.5em;
}

.slider_text strong,
.slider_text big {
font-family:open sans bold;
font-size:1.2em;
}

.slider_links_wrapper {
position:relative;
width:100%;
float:left;
max-width:1200px;
margin:20px auto;
font-size:1em;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.slide_link_1,
.slide_link_2 {
position:relative;
display:inline-block;
margin:0 5px 10px 5px;
/*float:right;*/
}

.eng .slide_link_1,
.eng .slide_link_2 {
margin:0 5px 10px 5px;
/*float:left;*/
}

.slide_link_1 a,
.slide_link_1 a:visited {
position:relative;
display:block;
font-size:1em;
line-height:1;
font-weight:300;
color:#fff !important;
text-decoration:none !important;
background:var(--brand-color-1);
border:2px solid #fff;
padding:8px 30px;
text-decoration:none !important;
-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
transition: all 0.2s ease-in 0s;
}

.slide_link_1 a:hover {
background:#fff;
color:var(--brand-color-1) !important;
border:2px solid #fff;
text-decoration:none !important;
}

.slide_link_2 a,
.slide_link_2 a:visited {
position:relative;
display:block;
font-size:1em;
line-height:1;
font-weight:300;
color:var(--brand-color-1) !important;
background:#fff;
border:2px solid #fff;
padding:8px 30px;
text-decoration:none !important;
-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
transition: all 0.2s ease-in 0s;
}

.slide_link_2 a:hover {
background:var(--brand-color-1);
color:#fff !important;
border:2px solid #fff;
text-decoration:none !important;
}

.slide_contact_button {
position:relative;
display:inline-block;
width:auto;
text-decoration:none;
margin:5px 10px 5px 0;
text-align:center;
padding:0 30px;
font-size:1.3em;
color:#fff;
background:#512c7f;
border:2px solid #fff;
-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
cursor:pointer;
transition: all 0.2s ease-in 0s;
}

.slide_contact_button:hover {
text-decoration:none;
color:#512c7f;
background:#fff;
}

.slider_bottom_arrow_wrapper {
position:absolute;
width:100%;
bottom:50px;
left:0;
color:#000;
padding:20px;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:50;
}

.slider_bottom_arrow_text {
poition:relative;
font-family:times;
margin-bottom:10px;
text-align:center;
}

.slider_bottom_arrow {
poition:relative;
display:block;
width:60px;
height:60px;
margin:0 auto;
}

.slider_bottom_arrow img {
width:100%;
height:auto;
}

.mouse_down_icon {
position:relative;
display:block;
width:28px;
height:50px;
margin:0 auto;
border:2px solid #fff;
border-radius:50px;
transition: all 0.2s ease-in 0s;
}

.slider_bottom_arrow:hover .mouse_down_icon {
background:rgba(0,0,0,0.2);
}

.mouse_down_dot {
position:absolute;
top:7px;
left:50%;
width:4px;
height:16px;
border-radius:50px;
background:#fff;
margin-left:-2px;
  -webkit-animation: mouse-down 2s infinite;
  -moz-animation:    mouse-down 2s infinite;
  -o-animation:      mouse-down 2s infinite;
  animation:         mouse-down 2s infinite;
}

.edit_link {
position:absolute;
top:10px;
left:10px;
color:#000 !important;
z-index:80;
}

.edit_link a,
.edit_link a:visited {
position:relative;
display:block;
font-family:Open sans regular;
background:#fff;
padding:5px 10px;
color:#000 !important;
border:1px solid #000;
text-decoration:none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
transition: all 0.2s ease-in 0s;
}

.edit_link a:hover {
background:#000;
color:#fff !important;
text-decoration:none;
}

.slide_link {
position:absolute;
top:249px;
width:100px;
left:10px;
color:#000 !important;
z-index:30;
}

.slide_link a,
.slide_link a:visited {
position:relative;
display:block;
font-family:Open sans regular;
background:#fff;
padding:5px 10px;
color:#000 !important;
border:1px solid #000;
text-decoration:none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
transition: all 0.2s ease-in 0s;
}

.slide_link a:hover {
background:#000;
color:#fff !important;
text-decoration:none;
}

.add_slide_link_wrapper {
position:absolute;
top:180px;
left:10px;
width:100px;
height:auto;
z-index:60;
}

.add_slide_link {
position:relative;
width:100%;
float:left;
margin-bottom:1px;
z-index:60;
}

.slider_sort_link {
position:relative;
width:100%;
float:left;
z-index:60;
}

.slider_sort_link a,
.add_slide_link a {
position:relative;
display:block;
background:#fff;
padding:5px 10px;
color:#000;
border:1px solid #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-decoration:none;
}

.slider_sort_link a:hover,
.add_slide_link a:hover {
background:#000;
color:#fff;
text-decoration:none;
}

/************* masked slider media queries ***************/

@media screen and (max-width:1920px) and (max-height:768px) {
.height30 .homepage_slide_masked_wrapper {
height:40vh;
}
.height50 .homepage_slide_masked_wrapper {
height:60vh;
}
.height70 .homepage_slide_masked_wrapper {
height:80vh;
}
.height80 .homepage_slide_masked_wrapper {
height:90vh;
}
.height100 .homepage_slide_masked_wrapper {
height:100vh;
}
}/***m***/

@media screen and (max-width:1600px) {
.homepage_slide {
background-size:cover !important;
}
}/***m***/

@media screen and (max-width:1200px) {
.view.view-homepage-slider-masked {
}
.homepage_slide_masked_wrapper {
}
.homepage_slide_masked {
position:relative;
/*width:150%;*/
/*left:-25%;*/
}
.homepage_slide img {
width:130%;
height:auto;
margin-left:-15%;
}
.slide_img.left {
left:0;
}
.view.view-homepage-slider-masked .bx-controls.bx-has-pager {
bottom:50px;
}
.slider_text_wrapper {
padding:80px 20px;
}
}/***m***/

@media screen and (max-width:991px) {
.view.view-homepage-slider-masked {
height:auto;
}
.homepage_slide_masked_wrapper {
height:auto;
}
.homepage_slide_masked {
position:relative;
/*width:180%;*/
/*left:-40%;*/
}
.view.view-homepage-slider-masked .bx-controls.bx-has-pager {
bottom:40px;
}
.slider_text_wrapper {
padding:60px 20px;
}
.slider_text {
font-size:1.25em;
}
.slider_text_content,
.slider_text_content.content-top-left,
.slider_text_content.content-top-right,
.slider_text_content.content-center-left,
.slider_text_content.content-center-right,
.slider_text_content.content-bottom-left,
.slider_text_content.content-bottom-right {
width:100%;
padding:10px !important;
}
.slider_text_content,
.slider_text_content.content-center-left,
.slider_text_content.content-center-center,
.slider_text_content.content-center-right, {
padding:10px !important;
}
.slider_text_inner_inner.left,
.slider_text_inner_inner.right {
width:50%;
}
.slide_front_image {
max-width:250px;
}
}/***m***/

@media screen and (max-width:991px) {
.view.view-homepage-slider-masked {
}
.homepage_slide_masked_wrapper {
}
.homepage_slide {
/*background-attachment: fixed !important;*/
background-attachment: local, scroll !important;
}
.homepage_slide img {
height:100%;
width:auto;
margin-left:0;
}
.homepage_slide_masked {
position:relative;
/*width:250%;*/
/*left:-75%;*/
}
.view.view-homepage-slider-masked .bx-controls.bx-has-pager {
bottom:30px;
}
.slider_bottom_arrow_wrapper {
/*bottom:25px;*/
padding:10px;
}
.slider_text_wrapper {
padding:80px 15px;
}
.slider_text {
font-size:1.35em;
}
.slide_link_1 a,
.slide_link_1 a:visited,
.slide_link_2 a,
.slide_link_2 a:visited {
font-size:1em;
padding:8px 20px;
}
.slide_front_image {
max-width:180px;
}
}/***m***/

@media screen and (max-width:560px) {
.homepage_slide_masked {
position:relative;
*/width:300%;*/
/*left:-100%;*/
height:90vh;
}
.homepage_slide img {
height:100%;
width:auto;
margin-left:0;
}
.slide_img.left {
right:0;
margin-left:-80vw;
}
.slider_text_wrapper {
}
.slider_text {
font-size:1em;
}
.slide_link_1 a,
.slide_link_1 a:visited,
.slide_link_2 a,
.slide_link_2 a:visited {
font-size:1em;
padding:8px 15px;
}
.slider_text_inner_inner.left,
.slider_text_inner_inner.right {
width:100%;
}
}/***m***/


/* =============================================================================
 *   Guberman - HOMEPAGE CLIENTS & TESTIMONIALS SECTION BLOCK
 * ========================================================================== */

.clients_testimonials_block {
position:relative;
display:block;
width:100%;
float:left;
color:#000;
/*background: transparent url(../images/bg_testimonials.jpg) no-repeat 50% 50% fixed;*/
background-color:#fff;
background-size:cover;
font-family: Open sans regular;
text-align:center;
padding:10px 0;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.view.view-clients-testimonials {
position:relative;
display:block;
width:100%;
max-width:1200px;
text-align:center;
padding:0 20px;
margin:0 auto !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-testimonials .bx-wrapper {
width:100% !important;
height:100% !important;
padding:0 !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-testimonials .bx-viewport {
width:100% !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-testimonials .bxslider-views-slideshow-main-frame {
padding:0 !important;
}

.view.view-clients-testimonials .bxslider-views-slideshow-main-frame-row {
position:absolute;
top:0;
width:100% !important;
background:#fff;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:30;
}


.view.view-clients-testimonials .bxslider-views-slideshow-main-frame-row:first-child {
position:relative;
}

.client_testimonial {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:35;
}

.client_testimonial_text_wrapper {
position:relative;
display:block;
width:100%;
float:left;
padding:50px 15px;
color:#000;
background:#fff;
font-family:open sans regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.client_testimonial_text {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
color:#000;
text-align:center;
/*font-size:1.2em;*/
font-family:open sans regular;
}

.eng .client_testimonial_text {
direction:ltr;
}

.client_testimonial_text p {
margin:0 !important;
}

.client_testimonial_text h3 {
font-size:1.2em;
font-family:open sans bold;
}

.client_testimonial_text h2,
.client_testimonial_text h3,
.client_testimonial_text h4 {
margin:0 !important;
font-family:open sans regular;
}

.quote_right_icon {
position:relative;
display:block;
width:100%;
float:left;
font-size:2.5em;
color:var(--brand-color-1);
}

.quote_left_icon {
position:relative;
display:block;
width:100%;
float:left;
font-size:2.5em;
color:var(--brand-color-1);
}

/* =============================================================================
 *   Miniphone - HOMEPAGE COUPONS SECTION BLOCK
 * ========================================================================== */

.homepage_coupons_section_block {
position:relative;
display:block;
width:100%;
float:left;
background:#fff;
color:#000;
font-family: Open sans regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-homepage-coupons-section {
position:relative;
display:block;
direction:rtl;
width:100%;
float:left;
padding: 0;
background-attachment:fixed;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.coupons_section_content {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.coupons_section_title {
position:relative;
direction:rtl;
text-align:left;
display:block;
width:100%;
padding:0;
font-family:BigJohn;
text-transform:uppercase;
margin-bottom:20px;
}

.coupons_section_title h2 {
position:relative;
display:inline;
width:auto;
text-transform:uppercase;
line-height:1;
padding:0 20px;
margin:0 !important;
}

.coupons_section_text_wrapper {
position:relative;
display:block;
width:100%;
float:right;
font-size:1.5em;
padding:130px 15px;
font-family:Duvshanit regular;
background-size: auto 100%;
color:#fff;
background:rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.coupons_section_text {
}

.coupons_section_text p {
margin:0;
}

.coupons_section_text h2 {
margin:0;
}

.coupons_section_text big {
font-size:1.5em;
line-height:0.5;
font-family:Duvshanit bold;
}

.coupons_section_image_wrapper {
position:relative;
display:block;
width:30%;
float:right;
padding:0 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.coupons_section_slogan {
font-family:Coronet;
line-height: 1;
font-size:2.5em;
text-align:center;
margin-top:10px;
}

.coupons_section_slogan p {
margin:0;
}

.coupons_section_slogan h3 {
font-size:1.7em;
margin:0;
}

.coupons_section_slogan h2 {
font-size:2.5em;
margin:0;
}

.coupons_section_slogan big {
font-family:BigJohn;
}

.coupons_section_image {
display:block;
width:100%;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.coupons_section_image img {
display:block;
width:100% !important;
height:auto;
}


@media screen and (max-width:960px) {
.coupons_section_content {
padding:30px 20px 30px 20px;
}
.coupons_section_text_wrapper {
width:60% !important;
}
.coupons_section_image_wrapper {
width:40% !important;
}
}/***m***/

@media screen and (max-width:768px) {
.coupons_section_text_wrapper {
width:100% !important;
}
.coupons_section_image_wrapper {
width:100% !important;
}
}/***m***/

@media screen and (max-width:560px) {
.coupons_section_text_wrapper {
width:100% !important;
}
.coupons_section_image_wrapper {
width:100% !important;
}
}/***m***/



/* =============================================================================
 *   QW - HOMEPAGE NEWS FEED SECTION
 * ========================================================================== */

.homepage_news_feed_block {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
font-family: Roboto;
color:#fff;
background:#000;
margin:0 !important;
line-height:1 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-news-feed {
position:relative;
display:inline-block;
width:100%;
max-width:1200px;
margin:0 auto;
text-align:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-news-feed .bx-wrapper {
width:100% !important;
padding:0 !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-news-feed .bx-viewport {
width:100% !important;
height:auto !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-news-feed .bxslider-views-slideshow-main-frame {
padding:0 !important;
margin:0 !important;
}

.view.view-news-feed .views_slideshow_cycle_main {
width:100% !important;
height:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-news-feed .views-slideshow-cycle-main-frame-row-item.views-row {
width:100% !important;
height:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.news_feed_cover_item {
position:absolute;
width:25%;
height:100%;
top:0;
right:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
z-index:40;
}

.news_feed_trigger a,
.news_feed_trigger a:visited {
display:block;
color:#fff;
line-height:1;
font-family:roboto;
padding:8px;
width:100% !important;
height:auto;
text-decoration:none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.news_feed_trigger a:hover {
text-decoration:none !important;
}

.news_item_date,
.news_item_title {
position:relative;
display:inline;
font-family:roboto;
font-weight:700;
text-transform:uppercase;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.news_item_text {
position:relative;
display:inline;
font-weight:300;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

@media screen and (max-width:768px) {
.news_feed_cover_item {
display:none;
}
}/***m***/

/* =============================================================================
 *   Optikid - STORES PAGE 
 * ========================================================================== */

.stores_section_view_block {
position:relative;
display:block;
width:100%;
float:left;
background:#fff;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-stores-sections-view {
position:relative;
display:block;
width:100%;
float:left;
padding: 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-stores-sections-view .views-row {
position:relative;
display:block;
width:100%;
float:left;
padding: 0;
color:#fff;
padding:50px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-stores-sections-view .views-row-even .about_section_text_wrapper {
float:left;
}

.view.view-stores-sections-view .views-row-even .about_section_text_inner {
float:right;
}

.store_section_title {
text-align:center;
}

.store_section_title h2 {
position:relative;
display:inline;
width:auto;
text-transform:uppercase;
line-height:1;
margin:0 !important;
}


.store_section_text {
position:relative;
font-size:1em;
color:#fff;
padding:20px;
border-top:1px solid #fff;
}

.store_section_text p {
margin:0;
}

.store_section_address_details {
font-size:1.35em;
text-align:center;
}

.store_section_phone {
font-size:1.35em;
text-align:center;
}

.store_section_phone a,
.store_section_phone a:visited {
color:#fff;
}

.section_map {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
opacity:0.7;
}

/* =============================================================================
 *   Vitruvian - USER PANEL / USER TOOLBAR
 * ========================================================================== */

.user_panel_block {
position:absolute;
display:inline-block;
/*float:right;*/
right:50px;
padding:15px 10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
z-index:1999;
}

.small .user_panel_block {
padding:5px 10px;
}

.user_btn_wrapper {
cursor:pointer;
}

.user_btn_pic {
position:relative;
display:block;
float:right;
width:28px;
height:28px;
margin-left:5px;
background:#fff;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
border:1px solid #000;
overflow:hidden;
}

.user_btn_pic img {
display:block;
width:100% !important;
height:auto;
}

.user_btn_name {
position:relative;
display:block;
float:right;
padding:3px 8px;
color:#000;
background:#fff;
line-height:1;
margin:5px 0;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
overflow:hidden;
}

.small .user_btn_name {
color:#fff;
background:#000;
}

#page-wrapper {
transition: all 0.3s ease-in 0s;
}

.open_panel {
/*right:15vw;*/
}

.open_panel #header {
/*margin-left:-15vw;*/
}

.user_panel_wrapper {
position:fixed;
display:block;
top:0;
right:-15vw;
width:15vw;
height:100vh;
padding:15px 0;
background:#fff;
text-align:right;
overflow-y:auto;
-moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.3);
box-shadow: 0 0 15px 0px rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
z-index:999;
}

.eng .user_panel_wrapper {
text-align:left;
left:-15vw;
}

.user_panel_wrapper.open {
right:0;
}

.eng .user_panel_wrapper.open {
left:0;
}


.edit_current_page_button {
position:fixed;
top:80px;
right:0;
width:50px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.15s ease-in 0s;
}

.edit_current_page_button a {
position:relative;
float:right;
width:100%;
color:#000;
background:#fff;
padding:5px 30px 5px 15px;
-moz-border-radius: 500px 0 0 500px;
-webkit-border-radius: 500px 0 0 500px;
border-radius: 500px 0 0 500px;
-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
margin:0 0 10px 0;
text-decoration:none;
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.15s ease-in 0s;
}

.view.view-clone-current-page-dialog {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
text-align:center;
padding:15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.clone_page_dialog {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
text-align:center;
padding:10px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.view.view-clone-current-page-dialog a {
position:relative;
display:inline-block;
padding:10px 20px;
border-radius:50px;
color:#fff;
text-align:center;
margin:0 auto;
background:var(--brand-color-1);
border:1px solid var(--brand-color-1);
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}


.view.view-clone-current-page-dialog a:hover {
color:var(--brand-color-1);
background:transparent;
text-decoration:none !important;
}

.edit_current_page_button img {
display:block;
height:28px !important;
width:auto;
}

.edit_current_page_button.open {
right:-50px;
}

.edit_current_page_button.open a {
margin:0 0 2px 0;
}

.edit_current_page_button a:hover {
width:58px;
padding:5px 38px 5px 15px;
text-decoration:none;
}

.user_panel_config {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
text-align:right;
padding:0 15px;
margin-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_config {
direction:ltr;
text-align:left;
}

.user_panel_close_btn {
position:relative;
direction:rtl;
display:block;
width:26px;
float:right;
padding:3px;
color:#000 !important;
text-align:center;
cursor:pointer;
}

.eng .user_panel_close_btn {
direction:ltr;
text-align:left;
}

.user_panel_home_btn {
position:relative;
direction:rtl;
display:block;
width:26px;
float:right;
padding:3px;
font-size:1.3em;
color:#000 !important;
text-align:center;
}

.eng .user_panel_home_btn {
direction:ltr;
}

.user_panel_home_btn img ,
.user_panel_close_btn img {
display:block;
width:100% !important;
height:auto;
}

.panel_edit_current_page {
position:relative;
direction:rtl;
display:block;
width:26px;
float:left;
text-align:center;
}

.eng .panel_edit_current_page {
direction:ltr;
}

.panel_edit_current_page a {
position:relative;
direction:rtl;
display:block;
width:26px;
float:left;
padding:3px;
font-size:1.3em;
color:#000 !important;
text-align:center;
}

.panel_edit_current_page img {
display:block;
width:100% !important;
height:auto;
}

.user_panel_account {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
text-align:right;
padding:10px 15px;
border-bottom: 1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_account {
direction:ltr;
float:right;
text-align:left;
}

.user_panel_pic {
position:relative;
direction:rtl;
display:block;
width:50px;
float:right;
text-align:right;
margin:0 0 0 5px;
border:2px solid #000;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_pic {
direction:ltr;
display:block;
float:left;
text-align:left;
margin:0 5px 0 0;
}

.user_panel_pic img {
display:block;
width:100% !important;
height:auto;
}

.user_panel_name_wrapper {
position:relative;
direction:rtl;
display:block;
width:auto;
float:right;
padding:5px 0;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_name_wrapper {
direction:ltr;
float:left;
text-align:left;
}

.user_panel_name {
font-weight:700;
}

.user_panel_last_access {
position:relative;
display:block;
width:100%;
float:right;
text-align:right;
padding:5px 15px;
color:#000 !important;
border-bottom: 1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_last_access {
float:left;
text-align:left;
}

.user_panel_social_media {
position:relative;
display:block;
width:100%;
float:right;
text-align:right;
padding:5px 15px;
color:#000 !important;
border-bottom: 1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_social_media {
float:left;
text-align:left;
}

.user_panel_social_media .view-content {
position:relative;
width:auto;
max-width:80%;
float:right;
padding:5px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_social_media .view-content {
float:left;
}

.user_panel_social_media .view-footer {
position:relative;
width:auto;
max-width:20%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_social_media .view-footer {
float:right;
}

.user_panel_social_media .views-row {
position:relative;
width:auto;
float:right;
}

.eng .user_panel_social_media .views-row {
float:left;
}

.panel_social_media_element {
position:relative;
display:block;
padding:5px 10px;
color:#000 !important;
}

.user_panel_menus_wrapper {
position:relative;
direction:rtl;
display:block;
width:100%;
float:right;
text-align:right;
padding:5px 15px;
color:#000 !important;
border-bottom: 1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_menus_wrapper {
direction:ltr;
float:left;
text-align:left;
}

.user_panel_menu {
position:relative;
display:block;
width:100%;
float:right;
text-align:right;
padding:5px 0;
color:#000 !important;
text-decoration:none !important;
}

.eng .user_panel_menu {
float:left;
text-align:left;
}

.panel_menu_icon {
position:relative;
display:inline-block;
float:right;
padding:0.2em;
}

.eng .panel_menu_icon {
float:left;
}

.panel_menu_icon img {
display:block;
height:1.2em !important;
width:auto;
}

.panel_menu_label {
position:relative;
display:inline-block;
float:right;
padding:0 0.2em;
}

.eng .panel_menu_label {
float:left;
}

.user_panel_user_config {
color:#000 !important;
}

.user_panel_log_wrapper {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_log_wrapper {
float:right;
}

.user_panel_logout_config {
position:relative;
display:block;
width:auto;
float:left;
text-align:left;
color:#000 !important;
}

.eng .user_panel_logout_config {
float:right;
text-align:right;
}

.user_panel_log {
position:relative;
display:block;
width:auto;
float:right;
text-align:right;
color:#000 !important;
}

.eng .user_panel_log {
float:left;
text-align:left;
}

.view.view-page-visitors {
display:inline-block;
font-weight:700;
}

.user_panel_content_types {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
text-align:right;
padding:10px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .user_panel_content_types {
direction:ltr;
float:right;
text-align:left;
}

.user_panel_content_types a,
.user_panel_content_types a:visited {
color:#000 !important;
}

.content_type {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
text-align:right;
padding:2px 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.eng .content_type {
direction:ltr;
float:right;
text-align:left;
}

.content_type:hover {
background:#eee;
}

.content_type_name {
position:relative;
display:block;
width:auto;
float:right;
text-align:right;
padding:5px 0 5px 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .content_type_name {
float:left;
text-align:left;
padding:5px 15px 5px 0;
}

.content_type_name img {
height:1.3em !important;
width:auto !important;
}

.type_icon {
position:relative;
display:inline-block;
float:right;
padding:0.2em;
}

.eng .type_icon {
float:left;
}

.type_name {
position:relative;
display:inline-block;
float:right;
padding:0 0.2em;
}

.eng .type_name {
float:left;
}

.content_type_add {
position:relative;
display:block;
width:1.5em;
float:left;
font-size:1.3em;
text-align:center;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .content_type_add {
float:right;
}

.content_type_sort {
position:relative;
display:block;
width:1.5em;
float:left;
font-size:1.3em;
text-align:center;
padding:5px;
color:#000 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .content_type_sort {
float:right;
}

.content_counter_wrapper {
position:absolute;
bottom:-2px;
left:-5px;
}

.eng .content_counter_wrapper {
bottom:-2px;
left:15px;
}

.content_counter {
position:relative;
padding:2px;
min-width:1em;
font-size:0.7em;
line-height:1;
color:#000;
background:#fff;
border:1px solid #999;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
overflow:hidden;
}

.content_type_key {
position:relative;
display:block;
width:1.5em;
float:left;
font-size:1.3em;
text-align:center;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .content_type_key {
float:right;
}


@media screen and (max-width:1680px) {
.open_panel {
/*margin-right:25vw;*/
}
.open_panel #header {
/*margin-left:-25vw;*/
}
.user_panel_wrapper {
right:-25vw;
width:25vw;
}
.eng .user_panel_wrapper {
left:-25vw;
width:25vw;
}
}/***m***/

@media screen and (max-width:1200px) {
.open_panel {
/*margin-right:30vw;*/
}
.open_panel #header {
/*margin-left:-30vw;*/
}
.user_panel_wrapper {
right:-30vw;
width:30vw;
}
.eng .user_panel_wrapper {
left:-30vw;
width:30vw;
}
}/***m***/

@media screen and (max-width:991px) {
.open_panel {
/*margin-right:50vw;*/
}
.open_panel #header {
/*margin-left:-50vw;*/
}
.user_panel_wrapper {
right:-50vw;
width:50vw;
}
.eng .user_panel_wrapper {
left:-50vw;
width:50vw;
}
}/***m***/

@media screen and (max-width:768px) {
.open_panel {
/*margin-right:100vw;*/
}
.open_panel #header {
/*margin-left:-100vw;*/
}
.user_btn_pic {
width:36px;
height:36px;
}
.user_btn_name {
display:none;
}
.user_panel_wrapper {
right:-100vw;
width:100vw;
font-size:1.3em;
}
.eng .user_panel_wrapper {
left:-100vw;
width:100vw;
}
.user_panel_close_btn,
.user_panel_home_btn,
.panel_edit_current_page a {
width:38px;
padding:5px;
}
.user_panel_pic {
width:80px;
}
.user_panel_name_wrapper {
padding:10px 0;
}
.content_type_add,
.content_type_sort,
.content_type_key {
width:auto;
padding:5px 15px;
}
.content_counter_wrapper {
position:absolute;
bottom:-2px;
left:-2px;
}
}/***m***/

/* =============================================================================
 *   Vitruvian - PAGE SHARE BUTTONS
 * ========================================================================== */

.share_buttons_block {
position:fixed;
top:unset;
bottom:80px;
right:unset;
left:0;
margin:0;
z-index:200;
}

.share_buttons_block .contextual-links-wrapper {
display:none !important;
}

.page_share_icons_wrapper {
position:relative;
float:left;
width:40px;
transition: all 0.2s ease-in 0s;
}

.page_share_icons {
position:relative;
float:left;
width:56px;
height:0;
padding:0 8px;
margin-left:-8px;
overflow:hidden;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.open .page_share_icons {
height:auto;
padding:8px;
height:auto;
margin-top:0;
margin-bottom:45px;
}

.page_share_icons_btn,
.page_share_icons_close {
position:relative;
width:40px;
height:40px;
float:none;
padding:8px 0;
margin:0;
color:#fff;
background:var(--brand-color-1);
border:2px solid #fff;
text-align:center;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
cursor:pointer;
}

.page_share_icons_close {
font-size:1.3em;
line-height:1;
}

.page_share_icons_close,
.open .page_share_icons_btn {
display:none;
}

.page_share_icons_btn,
.open .page_share_icons_close {
display:block;
}

.open .page_share_icons_btn,
.open .page_share_icons_close {
color:var(--brand-color-1);
background:#fff;
}

.share_btn {
position:relative;
width:40px;
height:40px;
float:left;
padding:8px 0;
margin-bottom:5px;
color:#fff !important;
background:var(--brand-color-2);
font-size:1.2em;
text-align:center;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.share_btn:nth-child(2) {
margin-bottom:-40px;
transition: all 0.22s ease-in 0s;
}

.share_btn:nth-child(3) {
margin-bottom:-80px;
transition: all 0.24s ease-in 0s;
}

.share_btn:nth-child(4) {
margin-bottom:-120px;
transition: all 0.26s ease-in 0s;
}

.share_btn:nth-child(5) {
margin-bottom:-160px;
transition: all 0.28s ease-in 0s;
}

.open .share_btn:nth-child(2),
.open .share_btn:nth-child(3),
.open .share_btn:nth-child(4),
.open .share_btn:nth-child(5) {
margin-top:0;
margin-bottom:5px;
}

/* =============================================================================
 *   Vitruvian - HEADER
 * ========================================================================== */
 
 ::selection {color:#fff;background:#512c7f;}
::-moz-selection {color:#fff;background:#512c7f;} 

#admin-menu {
z-index:900;
}

.hidden {
display:none !important;
}

.styling_block {
display:none;
}

.lightbox__overlay {
z-index:700;
}

.lightbox__body {
padding:0;
}

.lightbox__header {
text-align:center;
}

.lightbox__content {
-moz-box-shadow: 0 0 40px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 40px 0px rgba(0,0,0,0.2);
box-shadow: 0 0 40px 0px rgba(0,0,0,0.2);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #FFF;
border: 0;
color: #6d6d6d;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
max-width: 90%;
width: 600px;
max-height: 100%;
min-height: 200px;
overflow-y: auto;
}

.lightbox__header:after {
display:block;
content: 'x';
position: absolute;
top: 8px;
right: 2px;
font-size: 1em;
color: #000;
font-weight: 100;
padding: 5px;
line-height: 1;
font-size: 0.8em;
padding: 0 5px;
background:#fff;
width: 30px;
height: 30px;
text-align: center;
}

.view-content ul {
/*list-style:none;*/
padding:0;
}

.view-content ul li {
/*padding:0 15px 0 0;*/
/*background: transparent url(../images/bullet.svg) no-repeat 100% 0.35em !important;*/
}

.eng .view-content ul li {
/*padding:0 0 0 15px;*/
/*background: transparent url(../images/bullet_eng.svg) no-repeat 0% 0.35em !important;*/
}

.view-content .bxslider-views-slideshow-main-frame-row,
.eng .view-content .bxslider-views-slideshow-main-frame-row {
background:none !important;
padding:0 !important;
z-index:0 !important;
}

.isotope-options ul li,
.view-content .isotope-options ul li,
.eng .view-content .isotope-options ul li {
padding:0 !important;
background:none !important;
background-image:none !important;
}

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

.ajax-progress {
position:absolute;
bottom:0;
left:0;
display:none !important;
}

.section_anchor {
position: absolute;
/*top: -90px;*/
top:0;
left: 0px;
}
 
#header {
position:fixed;
display:block;
padding:0 10px;
top:0;
width:100%;
height:auto;
background:rgba(255,255,255,0);
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
z-index:650;
}

.small {
background:rgba(255,255,255,1) !important;
-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 15px 1px rgba(0,0,0,0.3);
}

.region-header {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#branding {
position:relative;
float:left;
z-index:170;
}

#logo {
padding:0;
}

#tasks {
position:fixed;
top:70px;
left:0;
z-index:200;
display:none !important;
}

.header_logo {
position:relative;
display:inline-block;
/*float:left;*/
width:auto;
max-width:230px;
margin:0 auto !important;
padding:10px 0px;
line-height:1 !important;
text-align:center;
filter: saturate(0) invert(1) brightness(3);
-webkit-filter: saturate(0) invert(1) brightness(3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.header_logo img {
width:100% !important;
height:auto;
}

.small .header_logo {
max-width:170px;
padding:5px 0;
filter: saturate(1) invert(0) brightness(1);
-webkit-filter: saturate(1) invert(0) brightness(1);
}

.small .header_logo img {
}

.header_logo a,
.header_logo a:visited {
display:block;
line-height:1 !important;
}

.header_logo p {
margin:0 !important;
}

.bx-controls {
/*position:absolute;*/
width:100%;
/*top:50%;*/
z-index:0;
}

.bx-controls-direction {
position:absolute;
top:50%;
margin-top:-40px;
width:100%;
z-index:50;
}

.bx-wrapper .bx-next {
background:url(../images/Right-2.svg) 100% 50% no-repeat;
background-size:cover;
width:40px !important;
height:80px !important;
z-index:50;
}

.bx-wrapper .bx-prev {
background:url(../images/Left-2.svg) 0% 50% no-repeat;
background-size:cover;
width:40px !important;
height:80px !important;
z-index:50;
}

.bx-wrapper .bx-next:hover {
background:url(../images/Right-2.svg) 100% 50% no-repeat;
background-size:cover;
width:40px !important;
height:80px !important;
opacity:0.5;
}

.bx-wrapper .bx-prev:hover {
background:url(../images/Left-2.svg) 0% 50% no-repeat;
background-size:cover;
width:40px !important;
height:80px !important;
opacity:0.5;
}

@media screen and (max-width:991px) {
.bx-controls-direction {
display:none;
}
}/***m***/

/********************* BX SLIDER *********************/

.bx-wrapper {
height:auto;
padding:0 !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.bx-viewport {
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.bxslider-views-slideshow-main-frame {
margin:0 !important;
padding:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.bxslider-views-slideshow-main-frame-row {
height:auto;
padding:0 !important;
margin:0 !important;
overflow:hidden;
}

/********************************* JS SCROLLBAR ****************************/

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #ccc;
}

/******************* SOCIAL MEDIA ICONS ON FOOTER & MAIN MENU *****************************/

.social_media_block {
position:relative;
display:block;
width:100%;
float:left;
padding:10px;
margin:0;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.small .social_media_block {
padding:5px 10px;
}

.view.view-social-media {
position:relative;
display:inline-block;
margin:0 auto;
}

.view.view-social-media .view-content {
position:relative;
display:inline-block;
}

.view.view-social-media .view-header {
position:relative;
display:inline-block;
float:left;
padding:6px 5px;
}

.globe_lang_btn {
/*display:none;*/
color:#fff !important;
}

.globe_lang_wrapper {
position:absolute;
left:-10px;
top:45px;
display:none;
color:#000;
background:#fff;
padding:5px;
font-size:1em;
width:100px;
-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
transition: all 0.2s ease-in 0s;
}

.globe_lang_tip {
position:absolute;
top:-6px;
left:22px;
width:12px;
height:12px;
background:#fff;
-ms-transform: rotateZ(45deg);
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.globe_lang_wrapper.open {
display:block;
}

.globe_lang_wrapper a {
display:block;
float:left;
width:100%;
color:#999 !important;
font-size:1em !important;
}

.globe_lang_wrapper a:hover {
text-decoration:none;
color:#000 !important;
}


.globe_lang_wrapper a img {
display:inline-block;
height:12px;
width:auto;
float:left;
padding:5px 0;
margin-right:5px;
}

.globe_lang_wrapper a span {
display:inline-block;
float:left;
}

.view.view-social-media .view-footer {
position:relative;
display:inline-block;
float:left;
padding:10px 5px;
}

.block-lang-dropdown {
display:none;
position:relative;
padding:2px;
color:#999 !important;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.view.view-social-media .view-footer p {
position:relative;
float:left;
margin:0;
}

.search_icon {
color:#fff !important;
padding:5px;
}

.search_icon:hover {
color:#000 !important;
}

.lang_dropdown_form {
}

.lang_dropdown_form select,
.lang_select {
position:relative;
float:left;
width:auto !important;
border:none !important;
}

.view.view-social-media .views-row {
position:relative;
display:inline-block;
margin:10px 5px;
float:left;
line-height:1 !important;
}


.social_media_icon a,
.social_media_icon a:visited {
position:relative;
display:block;
width:2em;
height:2em;
color:var(--brand-color-1);
background:transparent;
border:2px solid var(--brand-color-1);
font-size:1.2em;
line-height:1;
padding:0.4em 0;
border-radius:100%;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.social_media_icon a:hover {
color:#fff;
background:var(--brand-color-1);
}

.region-footer .social_media_icon a {
color:#fff;
border:2px solid #fff;
}

.region-footer .social_media_icon a:hover {
color:#fff;
border:2px solid #fff;
background:rgba(0,0,0,0.5);
}

.small .social_media_icon a,
.small .social_media_icon a:visited,
.small .globe_lang_btn,
.small .globe_lang_btn:visited,
.small .search_icon,
.small .search_icon:visited {
/*background:var(--brand-color-3) !important;*/
}


@media screen and (max-width:991px) {
.view.view-social-media .view-header {
display:none;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-social-media .views-row {
}
}/***m***/

@media screen and (max-width:560px) {
.social_media_block {
display:none;
}
}/***m***/


/******************* facebook icon color ***********************/
.view.view-social-media .views-row-1 .social_media_icon a,
.view.view-social-media .views-row-1 .social_media_icon a:visited {
/*color:#3b5998;*/
}


/******************* linkedin icon color ***********************/
.view.view-social-media .views-row-2 .social_media_icon a,
.view.view-social-media .views-row-2 .social_media_icon a:visited {
/*color:#0077b5;*/
}

/******************* youtube icon color ***********************/
.view.view-social-media .views-row-3 .social_media_icon a,
.view.view-social-media .views-row-3 .social_media_icon a:visited {
/*color:#bb0000;*/
}

/******************* CONTACT BUTTONS ON HEADER *****************************/

.header_contact_buttons {
position:absolute;
direction:rtl;
bottom:-7px;
height:50px;
left:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:90;
}

.header_contact_buttons.eng {
direction:ltr;
}

.header_contact_buttons p {
margin:0 !important;
}

.contact_button {
position:relative;
float:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .contact_button {
float:left;
}

.contact_button.red {
position:relative;
float:right;
margin-left:10px;
}

.eng .contact_button.red {
position:relative;
float:left;
margin-right:10px;
margin-left:0;
}

.contact_button a,
.contact_button a:visited {
display:block;
width:100%;
padding:5px 10px;
color:#000;
background:#d2cfd2;
text-decoration:none !important;
-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.contact_button a:hover {
color:var(--brand-color-1);
background:#fff;
text-decoration:none !important;
}

.contact_button.red a,
.contact_button.red a:visited {
color:#fff;
background:var(--brand-color-1);
text-decoration:none !important;
}

.contact_button.red a:hover {
color:var(--brand-color-1);
background:#fff;
text-decoration:none !important;
}


.social_media_icon a:hover {
}


@media screen and (max-width:991px) {
.header_logo {
max-width:160px;
}
.social_media_block {
/*position:absolute;*/
/*top:0;*/
/*right:60px;*/
}
.header_contact_buttons {
position:fixed;;
bottom:45px;
height:50px;
width:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.contact_button {
position:relative;
float:right;
width:50%;
}
.eng .contact_button {
position:relative;
float:left;
width:50%;
}
.contact_button.red {
margin-left:0;
margin-right:0;
}
.eng .contact_button.red {
margin-left:0;
margin-right:0;
}
.contact_button a {
padding:15px;
}
}/***m***/

@media screen and (max-width:560px) {
.header_logo {
}
}/***m***/



/********************* NEWSLETTER SUBSCRIPTION FORM - HE ********************/

#node-695 {
position:relative;
direction:ltr;
width:100%;
margin:0 auto;
max-width:500px;
padding:15px;
text-align:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-695 .form-item {
position:relative;
display:block;
width:100%;
float:left;
margin-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-695 .form-item label {
position:relative;
display:inline-block;
float:left;
width:auto;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-695 .form-required {
float:right;
}

#node-695 .form-text {
position:relative;
display:inline-block;
float:right;
width:80%;
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-695 .form-actions {
position:relative;
display:block;
float:left;
width:100%;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


/********************* NEWSLETTER SUBSCRIPTION FORM - EN ********************/

#node-625 {
position:relative;
direction:rtl;
width:100%;
margin:0 auto;
max-width:500px;
padding:15px;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-625 .form-item {
position:relative;
display:block;
width:100%;
float:left;
margin-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-625 .form-item label {
position:relative;
display:inline-block;
float:right;
width:auto;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-625 .form-text {
position:relative;
display:inline-block;
float:left;
width:80%;
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-625 .form-actions {
position:relative;
display:block;
float:left;
width:100%;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


/* =============================================================================
 *   Vitruvian System - HOMEPAGE SERVICES TEASERS SECTION
 * ========================================================================== */


.view.view-services-teasers {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-services-teasers .view-content {
position:relative;
display:block;
width:100%;
float:left;
padding:80px 0;
margin:0 0 30px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-services-teasers .views-row {
position:relative;
direction:rtl;
display:block;
width:25%;
float:right;
padding:15px;
text-align:right;
overflow: hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.view.view-services-teasers .total-1 {
width:100%;
}

.view.view-services-teasers .total-2 {
width:50%;
padding:15px 30px;
}

.view.view-services-teasers .total-3 {
width:33.333%;
padding:15px 30px;
}

.view.view-services-teasers .total-4 {
width:25%;
}

.view.view-services-teasers .total-5 {
width:20%;
}

.eng .view.view-services-teasers .views-row {
direction:ltr;
float:left;
text-align:left;
}

.view.view-services-teasers .views-row:hover {
cursor:pointer;
}

.service_element_wrapper {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .service_element_wrapper {
direction:ltr;
}

.service_element_wrapper a {
display:block;
color:#000;
text-decoration:none;
transition: all 0.2s ease-in 0s;
}

.service_element_wrapper a:hover {
text-decoration:none;
}

.service_element_image_wrapper .service_teaser_image {
height:200px;
overflow:hidden;
}

.service_element_image_wrapper img {
max-width:100% !important;
}

.service_element_title {
font-size:2.5em;
}

.eng .service_element_title {
font-size:2.5em;
font-family:deftone;
}

.service_element_text_content {
height:120px;
}

.service_element_link {
position:relative;
display:inline-block;
padding:3px 30px;
color:#fff;
background:#512c7f;
border:1px solid #512c7f;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
transition: all 0.2s ease-in 0s;
}

.service_element_wrapper a:hover .service_element_link  {
color:#512c7f;
background:#fff;
}

@media screen and (max-width:991px) {
.view.view-services-teasers .total-2 {
width:50%;
}
.view.view-services-teasers .total-3 {
width:100%;
}
.view.view-services-teasers .total-4 {
width:50%;
}
.view.view-services-teasers .total-5 {
display:inline-block;
float:none;
width:32%;
}
}***m***/



/* =============================================================================
 *   Vitruvian - PILLARS SECTION VIEW
 * ========================================================================== */

.pillars_section_block {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
padding:50px 0 20px 0;
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng.pillars_section_block {
direction:ltr;
}

.pillars_section_block .block-title {
text-align:center;
}

.view.view-pillars-section {
position:relative;
display:block;
width:100%;
max-width:1200px;
padding:0 15px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-pillars-section .views-row {
position:relative;
direction:rtl;
display:block;
width:33.333%;
height:22em;
float:right;
padding:15px 15px 15px 60px;
margin: 0 0 10px 0;
overflow:hidden;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
}

.eng .view.view-pillars-section .views-row {
direction:ltr;
float:left;
text-align:left;
padding:15px 60px 15px 15px;
}

.pillar_text_wrapper {
color:#000;
text-decoration:none !important;
}

.pillar_icon {
}

.pillar_icon img {
display:block;
height:60px;
width:auto;
}

.pillar_title {
font-size:1.3em;
margin-bottom:10px;
font-family: open sans bold;
}

.eng .pillar_title {
font-size:2em;
font-family:deftone;
}

.pillar_text {
}

@media screen and (max-width:991px) {
.view.view-pillars-section .views-row {
width:50%;
height:15em;
padding:15px 15px 15px 30px;
}
.eng .view.view-pillars-section .views-row {
width:50%;
height:15em;
padding:15px 30px 15px 15px;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-pillars-section .views-row,
.eng .view.view-pillars-section .views-row {
width:100%;
height:auto;
padding:15px;
}
.eng .pillar_title {
font-size:1.5em;
}
}/***m***/

/* =============================================================================
 *   Guberman - ABOUT SECTION BLOCK
 * ========================================================================== */

.about_section_block {
position:relative;
display:block;
width:100%;
float:left;
color:#000;
text-align:right;
margin:0;
font-family: Open sans regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-about-section {
position:relative;
direction:rtl;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.about_section_content {
position:relative;
display:block;
width:100%;
float:left;
margin:0 auto;
text-align:right;
padding:50px 0 50px 0;
background:#d2cfd2;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.about_section_title {
position:relative;
direction:rtl;
text-align:right;
display:block;
width:100%;
padding:0;
line-height: 1;
font-family:open sans bold;
}

.about_section_title.eng {
font-family: Open sans regular;
}

.about_section_title h2 {
position:relative;
display:inline;
width:auto;
text-transform:uppercase;
/*line-height:1;*/
padding:0;
margin:0 !important;
font-size:1.75em;
}

.about_section_sub_title {
position:relative;
text-align:center;
display:block;
width:100%;
padding:0;
text-align:right;
font-family: Open sans regular;
font-size:1.5em;
/*line-height: 1;*/
margin-bottom:20px;
}

.about_section_text_wrapper {
position:relative;
direction:rtl;
display:block;
width:100%;
float:right;
font-family: Open sans regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.about_section_text_wrapper.eng {
direction:ltr !important;
float:left;
}

.about_section_text_inner {
position:relative;
direction:rtl;
display:block;
width:100%;
padding:20px;
float:left;
/*-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);*/
/*box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);*/
/*box-sizing:border-box;*/
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.about_section_text_inner.eng {
direction:ltr !important;
float:right;
text-align:right;
}

.about_section_text {
font-size:1em;
}

.about_section_text big {
font-family:Rageitalic;
font-size:2em;
}

.about_section_image_wrapper {
position:relative;
display:block;
width:50%;
float:right;
padding:0 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.about_section_image {
display:block;
width:100%;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.about_section_image img {
display:block;
width:100% !important;
height:auto;
}

.eng .section_more_link {
float:left;
}

.section_more_link {
float:right;
}

.section_more_link a,
.section_more_link a:visited {
position:relative;
direction:rtl;
display:inline-block;
font-size:1em;
line-height:1;
font-weight:300;
color:var(--brand-color-1);
background:transparent;
border:2px solid var(--brand-color-1);
padding:5px 20px;
transition: all 0.2s ease-in 0s;
}

.eng .section_more_link a {
direction:ltr !important;
}

.section_more_link a:hover {
background:var(--brand-color-1);
color:#fff;
text-decoration:none !important;
}

@media screen and (max-width:960px) {
.about_section_content {
padding:30px 20px 30px 20px;
}
.about_section_text_wrapper {
width:60% !important;
}
.about_section_image_wrapper {
width:40% !important;
}
}/***m***/

@media screen and (max-width:768px) {
.about_section_text_wrapper {
width:50% !important;
}
.about_section_image_wrapper {
width:50% !important;
}
}/***m***/

@media screen and (max-width:560px) {
.about_section_text_wrapper {
width:100% !important;
clear:both;
}
.about_section_image_wrapper {
width:100% !important;
clear:both;
}
}/***m***/

/****************************** iACT Team View ********************************/

.team_view_wrapper,
.team_members_gallery_block {
position:relative;
display:block;
width:100%;
float:right;
padding:0;
margin:30px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-team-members-list .bx-wrapper {
width:100% !important;
padding:0 !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-team-members-list .bx-viewport {
width:100% !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-team-members-list .bxslider-views-slideshow-main-frame {
width:auto !important;
margin:0 !important;
padding:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-team-members-list .bxslider-views-slideshow-main-frame-row {
width:235px !important;
height:auto;
color:#000;
font-family: Open sans regular;
text-align:center;
padding:10px;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.team_member_wrapper {
position:relative;
display:block;
width:100%;
float:left;
padding:10px;
-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.15);
box-shadow: 0 0 8px 1px rgba(0,0,0,0.15);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

a:hover .team_member_wrapper {
-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.35);
box-shadow: 0 0 8px 1px rgba(0,0,0,0.35);
}

.team_member_picture {
position:relative;
text-align:center;
margin:0 auto;
padding:0;
overflow:hidden !important;
}

.team_member_picture img {
position:relative;
display:block;
width:100%;
height:auto;
}

.team_member_title {
position:relative;
display:block;
width:100%;
height:4em;
float:left;
padding:0 15px 15px 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.team_member_name {
position:relative;
display:block;
width:100%;
float:left;
height:auto;
color:#000;
font-size:1.2em;
font-family: Open sans bold;
text-align:center;
padding:0;
}

.team_member_divider {
position:relative;
display:block;
width:100%;
float:left;
height:2px;
background:var(--brand-color-1);
margin:10px auto 5px auto;
}

.team_member_position {
position:relative;
display:block;
width:100%;
float:left;
height:auto;
color:#000;
font-size:1em;
font-family: Open sans regular;
text-align:center;
padding:0;
}

/* =============================================================================
 *   GreenPoint - BLOG SECTION BLOCK
 * ========================================================================== */

.optipedia_section_block {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
background:#555;
color:#fff;
text-align:center;
margin:0;
font-family: Open sans regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.optipedia_section_block.eng {
direction:ltr;
}

.view.view-optipedia-section {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
padding:100px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.optipedia_section_content {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.optipedia_section_title {
position:relative;
text-align:center;
display:block;
width:100%;
padding:0;
line-height: 1;
font-family: Open sans bold;
}

.optipedia_section_title h2 {
position:relative;
display:inline;
width:auto;
text-transform:uppercase;
line-height:1;
padding:0 20px;
margin:0 !important;
}

.optipedia_section_sub_title {
position:relative;
text-align:center;
display:block;
width:100%;
padding:0;
font-family: Open sans regular;
font-size:1.75em;
line-height: 1;
margin-bottom:20px;
}

.optipedia_section_text_wrapper {
position:relative;
display:block;
width:50%;
float:left;
font-family: Open sans regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .optipedia_section_text_wrapper {
float:right;
}

.optipedia_section_text_wrapper .section_more_link {
float:right;
}

.eng .optipedia_section_text_wrapper .section_more_link {
float:left;
}

.optipedia_section_text_inner {
position:relative;
display:block;
width:100%;
max-width:600px;
float:right;
padding:20px;
-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .optipedia_section_text_inner {
direction:ltr;
float:left;
text-align:left;
}

.optipedia_section_text {
font-size:1.2em;
}

.optipedia_section_text big {
font-family:Rageitalic;
font-size:2em;
}

.optipedia_section_image_wrapper {
position:relative;
display:block;
width:50%;
float:left;
padding:0 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .optipedia_section_image_wrapper {
float:right;
}

.about_section_image {
display:block;
width:100%;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.optipedia_section_image img {
display:block;
width:100% !important;
height:auto;
}

.optipedia_link {
position:absolute;
top:10px;
left:10px;
border:1px solid #000;
z-index:30;
}

.eng .optipedia link {
right:0;
}

.optipedia_link a {
position:relative;
display:block;
background:#fff;
padding:10px;
color:#000;
text-decoration:none;
}

.optipedia_link a:hover {
background:#000;
padding:10px;
color:#fff;
text-decoration:none;
}

@media screen and (max-width:960px) {
.optipedia_section_content {
padding:30px 20px 30px 20px;
}
.optipedia_section_text_wrapper {
width:60% !important;
}
.optipedia_section_image_wrapper {
width:40% !important;
}
}/***m***/

@media screen and (max-width:768px) {
.optipedia_section_text_wrapper {
width:50% !important;
}
.optipedia_section_image_wrapper {
width:50% !important;
}
}/***m***/

@media screen and (max-width:560px) {
.optipedia_section_text_wrapper {
width:100% !important;
clear:both;
}
.optipedia_section_image_wrapper {
width:100% !important;
clear:both;
}
}/***m***/


/* =============================================================================
 *   Guberman - PARTNERS LOGOS CAROUSEL SECTION BLOCK
 * ========================================================================== */

.partners_carousel_block {
position:relative;
display:block;
width:100%;
float:left;
background:#fff;
color:#c1c5c9;
font-family: Roboto;
text-align:center;
padding:10px 0;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.partners_carousel_block  .block-title {
color:#c1c5c9;
font-family: Roboto;
text-transform:uppercase;
text-align:center;
}

.view.view-clients-carousel,
.view.view-partners-carousel {
position:relative;
display:inline-block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:50px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.view.view-clients-carousel .sectios_title,
.view.view-partners-carousel .sectios_title {
text-align:center;
}

.view.view-clients-carousel .bx-wrapper,
.view.view-partners-carousel .bx-wrapper {
width:100% !important;
padding:0 !important;
margin:50px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-carousel .bx-viewport,
.view.view-partners-carousel .bx-viewport {
width:100% !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.view.view-clients-carousel .bxslider-views-slideshow-main-frame,
.view.view-partners-carousel .bxslider-views-slideshow-main-frame {
max-height:100px !important;
margin:0 !important;
padding:0 !important;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-carousel .bxslider-views-slideshow-main-frame-row,
.view.view-partners-carousel .bxslider-views-slideshow-main-frame-row {
width:240px;
float:left;
background:none !important;
padding:0 !important;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.partner_element,
.partner_logo {
display:block;
width:100%;
height:auto;
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
filter: grayscale(100%);
transition: all 0.2s ease-in 0s;
}

.partner_element img,
.partner_logo img {
cursor:pointer;
}

.partner_element:hover,
.partner_logo:hover {
-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
filter: grayscale(0%);
}

.edit_partner_link {
position:relative;
color:#000 !important;
font-size:0.7em;
text-align:center;
z-index:30;
}

.edit_partner_link a,
.edit_partner_link a:visited {
position:relative;
display:inline-block;
background:#fff;
padding:5px;
margin:0 auto;
color:#000 !important;
text-decoration:none;
border:1px solid #000;
transition: all 0.2s ease-in 0s;
}

.edit_partner_link a:hover {
color:#fff !important;
background:#000;
text-decoration:none;
}

/* =============================================================================
 *   Guberman - JOBS SECTION BLOCK
 * ========================================================================== */

.jobs_section_block {
position:relative;
display:block;
width:100%;
float:left;
color:#000;
text-align:right;
margin:0;
font-family: Open sans regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-jobs-section {
position:relative;
direction:rtl;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0;
background:#333;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.jobs_section_content {
position:relative;
display:block;
width:100%;
float:left;
margin:0 auto;
text-align:right;
padding:80px 0 50px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.jobs_section_overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0.7;
}

.jobs_section_title {
position:relative;
direction:rtl;
text-align:center;
display:block;
width:100%;
padding:0;
line-height: 1;
font-family:open sans bold;
}

.jobs_section_title.eng {
font-family: Open sans regular;
}

.jobs_section_title h2 {
position:relative;
display:inline;
width:auto;
text-transform:uppercase;
line-height:1;
padding:0;
margin:0 !important;
font-size:1.75em;
}

.jobs_section_sub_title {
position:relative;
text-align:center;
display:block;
width:100%;
padding:0;
text-align:right;
font-family: Open sans regular;
font-size:1.5em;
line-height: 1;
margin-bottom:20px;
}

.jobs_section_text_wrapper {
position:relative;
direction:rtl;
display:block;
width:100%;
float:right;
color:#fff;
font-family: Open sans regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.jobs_section_text_wrapper.eng {
direction:ltr !important;
float:left;
}

.jobs_section_text_inner {
position:relative;
direction:rtl;
display:block;
width:100%;
padding:20px;
float:left;
/*-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);*/
/*box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);*/
/*box-sizing:border-box;*/
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.jobs_section_text_inner.eng {
direction:ltr !important;
float:right;
text-align:right;
}

.jobs_section_text {
font-size:1em;
}

.jobs_section_text big {
font-family:Rageitalic;
font-size:2em;
}

.jobs_section_image_wrapper {
position:relative;
display:block;
width:50%;
float:right;
padding:0 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.jobs_section_image {
display:block;
width:100%;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.jobs_section_image img {
display:block;
width:100% !important;
height:auto;
}

.eng .section_more_link {
float:left;
}

.jobs_section_content .section_more_link {
float:none;
margin:0 auto;
text-align:center;
}

.section_more_link a,
.section_more_link a:visited {
position:relative;
direction:rtl;
display:inline-block;
font-size:1em;
line-height:1;
font-weight:300;
color:var(--brand-color-1);
background:transparent;
border:2px solid var(--brand-color-1);
padding:10px 20px;
transition: all 0.2s ease-in 0s;
}

.eng .section_more_link a {
direction:ltr !important;
}

.section_more_link a:hover {
background:var(--brand-color-1);
color:#fff;
text-decoration:none !important;
}

.jobs_section_text_inner .section_more_link a,
.jobs_section_text_inner .section_more_link a:visited {
position:relative;
direction:rtl;
display:inline-block;
font-size:1em;
line-height:1;
font-weight:300;
color:#fff;
background:transparent;
border:2px solid #fff;
padding:10px 20px;
transition: all 0.2s ease-in 0s;
}

.jobs_section_text_inner .section_more_link a:hover {
background:#fff;
color:var(--brand-color-1);
text-decoration:none !important;
}

@media screen and (max-width:960px) {
.about_section_content {
padding:30px 20px 30px 20px;
}
.about_section_text_wrapper {
width:60% !important;
}
.about_section_image_wrapper {
width:40% !important;
}
}/***m***/

@media screen and (max-width:768px) {
.about_section_text_wrapper {
width:50% !important;
}
.about_section_image_wrapper {
width:50% !important;
}
}/***m***/

@media screen and (max-width:560px) {
.about_section_text_wrapper {
width:100% !important;
clear:both;
}
.about_section_image_wrapper {
width:100% !important;
clear:both;
}
}/***m***/

/* =============================================================================
 *   QW - SOLUTIONS SECTION BLOCK
 * ========================================================================== */

.solutions_section_block {
position:relative;
display:block;
width:100%;
float:left;
margin:0 !important;
text-align:center;
font-family: Roboto;
background: #eae9e9 url(../images/cloudsOnly2.png) no-repeat 50% 100% !important;
/*border-bottom:2px solid #3c7cba;*/
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-solutions-section {
position:relative;
display:block;
width:100%;
floar:left;
margin:0 auto;
padding:100px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.solutions_section_content {
position:relative;
display:inline-block;
width:100%;
max-width:1200px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.solutions_section_title {
position:relative;
display:block;
width:100%;
text-align:center;
font-family:roboto;
}

.solutions_section_title h2 {
position: relative;
display: inline;
width: auto;
text-transform: uppercase;
line-height: 1;
background: transparent url(../images/smallDot.png) no-repeat 100% 100% !important;
padding:0 20px 0 0;
margin: 0 !important;
}


.solutions_section_sub_title {
font-family:roboto;
font-size:1.5em;
text-align:center;
}

.solutions_section_text {
font-family:roboto;
font-size:1em;
text-align:center;
}

.solutions_section_view {
position:relative;
display:block;
width:100%;
float:left;
margin:0;
padding:0 60px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-solutions-teasers {
}

.view.view-solutions-teasers .views-row {
position:relative;
display:block;
width:25%;
float:left;
text-align:left;
padding:15px;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.solution_teaser_wrapper a,
.solution_teaser_wrapper a:visited {
position:relative;
display:block;
color:#000;
background:#fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin:0;
padding:10px 25px;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
text-decoration:none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.solution_teaser_wrapper a:hover {
color:#fff;
background:#3c7cba;
text-decoration:none !important;
}

.solution_teaser_icon {
position:relative;
display:inline-block;
margin:0 auto;
}

.solution_teaser_title {
height:3em;
}

@media screen and (max-width:960px) {
.solutions_section_view {
padding:0 20px;
}
.view.view-solutions-teasers .views-row {
width:33.333%;
padding:15px;
}
}/***m***/

@media screen and (max-width:768px) {
.solutions_section_view {
padding:0 10px;
}
.view.view-solutions-teasers .views-row {
width:33.333%;
padding:10px;
}
}/***m***/

@media screen and (max-width:768px) {
.solutions_section_view {
padding:0 10px;
}
.view.view-solutions-teasers .views-row {
width:50%;
padding:10px;
}
}/***m***/

/* =============================================================================
 *   Guberman - CLIENTS LOGOS CAROUSEL SECTION BLOCK
 * ========================================================================== */

.clients_carousel_block {
position:relative;
display:block;
width:100%;
float:left;
background:#fff;
color:#c1c5c9;
font-family: Roboto;
text-align:center;
padding:30px 0;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.clients_carousel_block .block-title {
color:#c1c5c9;
font-family: Roboto;
text-transform:uppercase;
text-align:center;
}

.view.view-clients-carousel {
position:relative;
display:inline-block;
width:100%;
max-width:1200px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-carousel .bx-wrapper {
width:100% !important;
padding:0 !important;
margin:50px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-carousel .bx-viewport {
width:100% !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-carousel .bxslider-views-slideshow-main-frame {
max-height:auto !important;
margin:0 !important;
padding:0 !important;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-carousel .bxslider-views-slideshow-main-frame-row {
width:240px;
float:left;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.client_element,
.partner_logo {
display:block;
width:100%;
height:auto;
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
filter: grayscale(100%);
transition: all 0.2s ease-in 0s;
}

.client_element img {
cursor:pointer;
}

.client_element:hover {
-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
filter: grayscale(0%);
}

.client_title {
position:relative;
display:block;
width:100%;
float:left;
color:#000;
}

/************************** CLIENT POPUP ************************/

.client_details_wrapper {
position:relative;
display:block;
width:100%;
float:left;
color:#000;
padding:20px 10px;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.client_website_link,
.client_website_link:visited {
position:relative;
display:inline-block;
padding:10px 25px;
margin:0 auto;
color:#fff !important;
background:var(--brand-color-1);
border:2px solid var(--brand-color-1);
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.client_website_link:hover {
color:var(--brand-color-1) !important;
background:#fff;
text-decoration:none !important;
}



/* =============================================================================
 *   QW - TRAINING SECTION BLOCK
 * ========================================================================== */

.training_section_block {
position:relative;
display:block;
width:100%;
float:left;
background:#fff;
color:#000;
text-align:center;
font-family: Roboto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-training-section {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.training_section_bg {
position:absolute;
top:0;
left:0;
width:100%;
height:auto;
z-index:10;
overflow:hidden !important;
}

.training_section_content {
position:relative;
display:inline-block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:60px 0;
text-align:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:30;
}


.training_section_title_wrapper {
position:relative;
display:block;
width:100%;
padding:0;
text-align:center;
margin-bottom:30px;
}

.training_section_title {
position:relative;
display:block;
width:100%;
padding:0;
text-align:center;
}

.training_section_title h2 {
position:relative;
display:inline;
width:auto;
text-transform:uppercase;
line-height:1;
background: transparent url(../images/smallDot.png) no-repeat 100% 100% !important;
padding:0 20px 0 0;
margin:0 !important;
}

.training_section_sub_title {
position:relative;
display:block;
width:100%;
padding:0;
text-align:center;
}

.training_section_sub_title h3 {
position:relative;
display:inline-block;
font-family:roboto;
width:auto;
margin:0 !important;
}

.training_section_text {
position:relative;
display:block;
width:100%;
padding:0;
text-align:center;
}

.training_link {
position:relative;
display:inline-block;
margin:0 auto 10px auto;
}

.training_link a,
.training_link a:visited {
position:relative;
display:block;
font-size:1.2em;
line-height:1;
font-weight:300;
color:#fff;
background:#34b984;
border:2px solid #34b984;
padding:8px 30px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
transition: all 0.2s ease-in 0s;
}

.training_link a:hover {
background:#fff;
color:#34b984;
text-decoration:none !important;
}

.section_mid_banner {
position:relative;
display:block;
width:100%:
float:left;
overflow:hidden;
}

.section_mid_banner img {
width:100% !important;
height:auto;
}


/*********************** ISOTOPE PROJECTS GALLERY ***********************/

.isotope-options {
background:none !important;
text-align:center;
margin:0;
padding:0;
}

.isotope-filters {
position:relative;
display:inline-block;
margin:20px auto;
padding:0;
}

.isotope-filters li {
position:relative;
display:inline-block;
float:right;
margin:0 10px;
}

.eng .isotope-filters li {
float:left;
}

.isotope-filters li a,
.isotope-filters li a:visited,
.filterbutton {
display:block;
padding:5px 15px;
color:#000 !important;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.isotope-filters li a:hover,
.filterbutton:hover {
color:#fff !important;
background:#777;
text-decoration:none !important;
}

.isotope-filters li a.selected,
.filterbutton.selected {
color:#fff !important;
background:#000;

text-decoration:none !important;
}


.view.view-projects-isotope-gallery {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-projects-isotope-gallery .sectios_title {
text-align:center;
}

.view.view-projects-isotope-gallery .isotope-element {
position:relative;
display:inline-block;
width:25% !important;
height:auto !important;
margin:0 !important;
padding:5px !important;
background:none !important;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-projects-isotope-gallery .isotope-element a {
display:block;
transition: all 0.2s ease-in 0s;
}

.project_gallery_item_wrapper {
position:relative;
display:block;
width:100%;
height:auto;
float:left;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.project_gallery_item_image {
}

.project_gallery_item_image img {
display:block;
width:100% !important;
height:auto;
}

.project_gallery_item_info_wrapper {
position:absolute;
bottom:0;
left:0;
width:100%;
height:50%;
margin-bottom:-30%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
}

.project_gallery_item_info {
position:absolute;
direction:rtl;
bottom:0;
left:0;
width:100%;
height:auto;
padding:20px;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .project_gallery_item_info {
direction:ltr;
text-align:left;
}

.project_gallery_item_title {
font-size:1.5em;
font-weight:700;
}

.project_gallery_item_sub_title {
font-size:1.2em;
font-weight:300;
}

.view.view-projects-isotope-gallery .isotope-element a:hover {
text-decoration:none !important;
}

.view.view-projects-isotope-gallery .isotope-element a:hover .project_gallery_item_info_wrapper {
margin-bottom:0;
}


@media screen and (max-width:1600px) {
.view.view-projects-isotope-gallery .isotope-element {
width:33.333% !important;
}
}/***m***/

@media screen and (max-width:1200px) {
.course_teaser_image {
position:absolute;
top:0;
left:-25%;
width:150%;
}
}/***m***/


@media screen and (max-width:991px) {
.view.view-projects-isotope-gallery .isotope-element {
width:33.333% !important;
}
.project_gallery_item_info_wrapper {
margin-bottom:0;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-projects-isotope-gallery .isotope-element {
width:50% !important;
}
.course_teaser_text_wrapper {
min-height:5em;
padding:0;
}
.project_gallery_item_title {
font-size:1.3em;
}
.project_gallery_item_sub_title {
font-size:1em;
}
.isotope-filters li,
.eng .isotope-filters li {
display:inline-block;
float:none;
}
}/***m***/

@media screen and (max-width:560px) {
.view.view-projects-isotope-gallery .isotope-element {
width:50% !important;
}
.project_gallery_item_title {
font-size:0.85em;
}
.project_gallery_item_sub_title {
display:none;
}
}/***m***/

/* =============================================================================
 *   QW - HOMEPAGE BEST - TESTING - AUDITS SECTION
 * ========================================================================== */

/* =============================================================================
 *   QW - HOMEPAGE TRAINING & COACHING SECTION
 * ========================================================================== */

/* =============================================================================
 *   QW - COURSE LAYOUT (COURSE PAGES)
 * ========================================================================== */

.course_layout_block {
position:relative;
display:block;
width:100%;
float:left;
font-family: Roboto;
margin:0 !important;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-course-view {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
font-family: Roboto;
margin:0 !important;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_anchor {
position:absolute;
top-100px;
left:0;
}

.course_banner {
position:relative;
display:block;
width:100%;
height:Auto;
margin:0 0 20px 0;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
overflow:hidden;
}

.course_banner img {
position:relative;
display:block;
width:100% !important;
height:Auto;
}

.course_layout_content {
position:relative;
display:inline-block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:20px 0;
text-align:left;
font-family: Roboto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.course_layout_content .page_title {
position:relative;
}

.course_layout_content .page_title h1 {
margin:0 !important;
line-height:1;
}

.course_layout_content .page_sub_title {
position:relative;
display:inline-block;
clear:both;
font-weight:500;
}

.course_layout_content .page_sub_title h2 {
background: transparent url(../images/smallDot.png) no-repeat 100% 100% !important;
padding:0 20px 0 0;
margin:0 !important;
line-height:1;
font-weight:500;
}

.course_attributes {
position:relative;
display:block;
width:100%;
margin:1.5em 0 0 0;
}

.cours_duration {
margin:0 10px 0 0;
}

.course_audience {
margin:0 10px 0 0;
}

.course_events_dates {
position:relative;
display:block;
width:100%;
float:left;
margin: 0 0 1.5em 0;
}

.course_events_dates span {
position:relative;
float:left;
margin-right:10px;
}

.view.view-course-events {
position:relative;
display:inline-block;
}

.view.view-course-events .views-row {
position:relative;
display:inline-block;
float:left;
margin-right:10px;
}

.paragraph_title {
position:relative;
display:block;
width:100%;
float:left;
}

.paragraph_title h3 {
margin:0 !important;
}

.page_text {
position:relative;
display:block;
width:100%;
float:left;
margin:0 0 1.5em 0;
}

.pre_req_view {
position:relative;
display:block;
width:100%;
float:left;
text-align:left;
padding:0 0 30px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.view.view-referenced-courses-carousel .bx-wrapper {
width:100% !important;
padding:0 !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-referenced-courses-carousel .bx-viewport {
width:100% !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-referenced-courses-carousel .bxslider-views-slideshow-main-frame {
/*width:100% !important;*/
margin:0 !important;
padding:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-referenced-courses-carousel .bxslider-views-slideshow-main-frame-row {
position:relative;
text-align:center;
/*padding:0 15px;*/
padding:0 30px 0 0 !important;
width:300px !important;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

/********************************* COURSE COACHES *****************************/

.view.view-course-coaches {
position:relative;
display:block;
width:100%;
float:left;
text-align:left;
padding:0;
margin-bottom:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-course-coaches .views-row {
position:relative;
display:block;
width:100%;
float:left;
text-align:left;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.coach_item_title {
font-size:1.3em;
font-weight:500;
}

.coach_item_text {
}


/* =============================================================================
 *   QW - SOLUTION LAYOUT (SOLUTION PAGES)
 * ========================================================================== */

.solution_layout_block {
position:relative;
display:block;
width:100%;
float:left;
font-family: Roboto;
margin:0 !important;
padding:0 0 50px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-solution-layout-view {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
font-family: Roboto;
margin:0 !important;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.view.view-solution-layout-view .page_title {
position:relative;
display:block;
width:100%;
float:left;
margin:0 0 1.5em 0;
}

.view.view-solution-layout-view .page_title h1 {
position:relative;
display:inline-block;
float:left;
margin:0 !important;
line-height:1;
}

.page_title_icon {
position:relative;
display:inline-block;
float:left;
margin-right:10px;
}

.page_title_icon img {
height:3em;
width:auto;
}

.process_flow_image {
position:relative;
display:block;
width:100%;
margin:10px auto;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.process_flow_image img {
width:100% !important;
height:auto;
}

.related_solutions_view {
position:relative;
display:block;
width:100%;
float:left;
text-align:left;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.view.view-related-solutions-teasers .bx-wrapper {
width:100% !important;
padding:0 !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-related-solutions-teasers .bx-viewport {
width:100% !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-related-solutions-teasers .bxslider-views-slideshow-main-frame {
/*width:100% !important;*/
margin:0 !important;
padding:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-related-solutions-teasers .bxslider-views-slideshow-main-frame-row {
position:relative;
text-align:center;
padding:15px;
/*width:240px !important;*/
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


/* =============================================================================
 *   Veroccio - FOOTER
 * ========================================================================== */
 
#footer {
position:relative;
width:100%;
float:left;
background:#333;
z-index:50;
padding:0 0 200px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
}

.region.region-footer {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.footer-collapsed {
padding-right:30vw;
}

.eng.footer-collapsed {
padding-right:0;
padding-left:30vw;
}

#block-block-1 {
position:relative;
display:block;
width:100%;
float:left;
margin:0;
height:auto;
background:transparent;
color:#fff;
font-family:roboto;
font-weight:500;
font-size:0.8em;
padding:15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:100;
}

#block-block-1 p {
margin:0;
}

#block-block-1 a,
#block-block-1 a:visited {
color:#fff;
text-decoration:none;
}

#block-block-13 {
float:left; /*** temp ***/
}

@media (max-width: 960px) and (orientation:portrait) {

}/***m***/


@media (max-width: 960px) and (orientation:landscape) {
#block-block-1 {

}
#block-views-projects-carousel-block-2 {
position:relative;
bottom:0;
  -webkit-animation: none;
  -moz-animation:    none;
  -o-animation:      none;
  animation:         none;
}
}/***m***/

@media screen and (max-width:1280px) {
.footer-collapsed {
width:100% !important;
padding-right:25vw;
padding-left:0;
}
.eng.footer-collapsed {
width:100% !important;
padding-right:0;
padding-left:25vw;
}
}/***m***/

@media screen and (max-width:768px) {
.footer-collapsed {
width:100% !important;
padding-right:0;
padding-left:0;
}
.eng.footer-collapsed {
width:100% !important;
padding-right:0;
padding-left:0;
}
}/***m***/


/************************ FOOTER MENU ***********************/


.footer_menu_block {
position:relative;
direction:rtl;
width:100%;
float:left;
margin:15px 0;
font-family:open sans regular;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.footer_menu_block.eng {
direction:ltr;
}

.footer_menu_block .menu {
position:relative;
display:block;
width:100%;
max-width:1200px;
padding:0;
margin:0 auto;
list-style:none;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;.page_post_date
}

.footer_menu_block .menu li {
position:relative;
display:inline-block;
list-style:none;
padding:5px 15px;
}

.footer_menu_block .menu li a {
color:#ccc !important;
font-family: open sans regular;
text-decoration:none !important;
padding:0 5px;
}

.footer_menu_block .menu li a:hover {
color:#eee !important;
text-decoration:none !important;
}

.footer_links_wrapper_block {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
margin:50px 0;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.footer_links_wrapper_block.eng {
direction:ltr;
}

.view.view-footer-links-blocks {
position:relative;
display:inline-block;
width:100%;
max-width:1200px;
margin:0 auto;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.footer_links_block {
position:relative;
display:block;
width:25%;
float:right;
font-family:open sans regular;
text-align:right;
padding:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .footer_links_block {
float:left;
text-align:left;
}

.footer_links_block a {
font-size:0.85em;
color:#ccc;
}

.footer_link_title {
color:#eee;
margin:10px 0;
font-size:1.3em;
font-family:open sans bold;
}

@media screen and (max-width:991px) {
.footer_menu_block {
display:none;
}
.footer_links_block {
width:100%;
}
}/***m***/


/* =============================================================================
 *   Vitruvian - PAGE SECTIONS MENU VIEW
 * ========================================================================== */

.page_sections_menu_block {
position:fixed;
bottom:40vh;
right:20px;
z-index:300;
transition: all 0.3s ease-in 0s;
}

.open .page_sections_menu_block {
opacity:0;
}

.sections_menu_item {
position:relative;
display:block;
float:left;
padding:5px;
margin:0 0 5px 0;
text-decoration:none !important;
}

.sections_menu_item_sign {
position:relative;
display:block;
width:10px;
height:10px;
background:#000;
border:1px solid transparent;
-moz-border-radius: 600px;
-webkit-border-radius: 600px;
border-radius: 600px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.sections_menu_item_title {
position:absolute;
display:none;
opacity:0;
top:-3px;
right:30px;
width:auto;
color:#000;
background:#fff;
padding:2px 5px;
white-space: nowrap;
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.1s ease-in 0s;
}

.sections_menu_item:hover .sections_menu_item_title {
display:block;
opacity:1;
margin-right:0;
}

.sections_menu_item:hover .sections_menu_item_sign {
width:10px;
height:10px;
/*margin:-1px 0 0 -1px;*/
background:transparent;
border:1px solid #000;
}

.sections_menu_item_tip {
position:absolute;
top:8px;
right:-5px;
width:8px;
height:8px;
background:#fff;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
-ms-transform: rotateZ(45deg);
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}

@media screen and (max-width:1200px) {
.page_sections_menu_block {
right:10px;
}
}/***m***/

@media screen and (max-width:768px) {
.page_sections_menu_block {
display:none;
}
}/***m***/


/* =============================================================================
 *   Vitruvian - PROJECT LAYOUT VIEW
 * ========================================================================== */

.project_layout_block {
position:relative;
width:100%;
float:left;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-project-layout {
position:relative;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.project_layout_wrapper {
position:relative;
width:100%;
float:left;
min-height:300px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
}

.project_layout_inner {
position:relative;
width:100%;
float:left;
margin-left:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
}

.project_images_slider {
position:relative;
width:100%;
float:left;
background:#ccc;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.project_images_slider_overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:30%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
z-index:20;
}

.project_big_image {
display:block;
}

.project_big_image img {
display:block;
width:100% !important;
height:auto;
}

.view.view-project-info-gallery .bxslider-views-slideshow-main-frame-row,
.eng .view.view-project-info-gallery .bxslider-views-slideshow-main-frame-row {
/*position:relative !important;*/
position:absolute;
top:0;
display:inline-block;
width:auto !important;
float:left !important;
background:none !important;
padding:0 !important;
transition: all 0.3s ease-in 0s;
}

.view.view-project-info-gallery .bxslider-views-slideshow-main-frame-row:first-child {
position:relative;
}

.fullscreen .view.view-project-info-gallery .bxslider-views-slideshow-main-frame-row,
.eng .fullscreen .view.view-project-info-gallery .bxslider-views-slideshow-main-frame-row {
width:100vw !important;
height:100vh !important;
transition: all 0.3s ease-in 0s;
}

.open .bxslider-views-slideshow-main-frame-row,
.open .fullscreen_project_image {
width:70vw !important;
}

.fullscreen_project_image {
display:none;
width:100vw;
height:120vw;
transition: all 0.3s ease-in 0s;
}


.fullscreen .fullscreen_project_image {
display:block;
width:100vw;
height:100vh;
}

.fullscreen .project_slider_image {
display:none;
}

.project_slider_image {
padding:0 5px;
background:#fff;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.project_slider_image img {
display:block;
height:100% !important;
width:auto;
}

@media screen and (max-width:991px) {
.project_slider_image {
/*height:560px;*/
}
.fullscreen_project_image {
display:block;
width:100vw;
height:120vw;
}
.fullscreen .fullscreen_project_image {
display:block;
width:100vw;
height:100vh;
}
.project_slider_image {
display:none;
}
}/***m***/


@media screen and (max-width:768px) {
.fullscreen_project_image {
display:block;
width:100vw;
height:120vw;
}
.fullscreen .fullscreen_project_image {
display:block;
width:100vw;
height:100vh;
}
.project_slider_image {
display:none;
}
}/***m***/

/************** PROJECT INFO PANEL ***************/

.project_info_wrapper {
position:fixed;
top:0;
right:0;
z-index:80;
}

.eng .project_info_wrapper {
left:0;
right:none;
}

.project_info_panel {
position:absolute;
top:0;
right:-30vw;
width:30vw;
min-height:100vh;
height:auto;
color:#000;
background:#fff;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
}

.project_info_panel.open {
right:0;
}

.eng .project_info_panel {
left:-30vw;
right:0;
}

.eng .project_info_panel.open {
left:0;
}

.project_layout_inner.open {
padding-right:30vw;
}

.eng .project_layout_inner.open {
padding-right:0;
padding-left:30vw;
}

.info_panel_pull_btn {
position:absolute;
top:50%;
left:-30px;
width:30px;
margin-top:-80px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
cursor:pointer;
z-index:80;
}

.open .info_panel_pull_btn {
left:0;
}

.eng .info_panel_pull_btn {
left:100%;
}

.eng .open .info_panel_pull_btn {
left:calc(100% - 30px);
}

.pull_btn_open,
.pull_btn_close {
position:relative;
width:30px;
float:left;
padding:10px;
color:#000;
background:#fff;
text-align:center;
font-size:2.5em;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.pull_btn_open {
display:block;
}

.open .pull_btn_open {
display:none;
}

.pull_btn_close {
display:none;
}

.open .pull_btn_close {
display:block;
left:0;
}

.pull_tab_right_top {
position:relative;
width:30px;
height:40px;
float:left;
background: transparent url(../images/pull_tag_right_top.svg) no-repeat 50% 50% !important;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.pull_tab_right_bottom {
position:relative;
width:30px;
height:40px;
float:left;
background: transparent url(../images/pull_tag_right_bottom.svg) no-repeat 50% 50% !important;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.pull_tab_left_top {
position:relative;
width:30px;
height:40px;
float:left;
background: transparent url(../images/pull_tag_left_top.svg) no-repeat 50% 50% !important;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.pull_tab_left_bottom {
position:relative;
width:30px;
height:40px;
float:left;
background: transparent url(../images/pull_tag_left_bottom.svg) no-repeat 50% 50% !important;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.info_panel_collapse_btn {
position:absolute;
display:none;
left:50%;
top:-30px;
width:140px;
height:30px;
margin-left:-70px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
z-index:80;
}

.open .info_panel_collapse_btn {
/*top:0;*/
}

.collapse_btn_open,
.collapse_btn_close {
position:relative;
width:60px;
height:30px;
float:left;
padding:0 10px;
line-height:1;
color:#000;
background:#fff;
text-align:center;
font-size:2.5em;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.collapse_btn_open {
display:block;
}

.open .collapse_btn_open {
display:none;
}

.collapse_btn_close {
display:none;
}

.open .collapse_btn_close {
display:block;
}

.collapse_tab_top_left {
position:relative;
width:40px;
height:30px;
float:left;
background: transparent url(../images/pull_tag_bottom_left.svg) no-repeat 50% 50% !important;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.collapse_tab_top_right {
position:relative;
width:40px;
height:30px;
float:left;
background: transparent url(../images/pull_tag_bottom_right.svg) no-repeat 50% 50% !important;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.project_info_panel_inner {
position:relative;
direction:rtl;
width:100%;
height:100%;
float:left;
color:#000;
text-align:right;
padding:130px 20px 50px 45px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
overflow:hidden;
transition: all 0.2s ease-in 0s;
}

.eng .project_info_panel_inner {
direction:ltr;
text-align:left;
padding:130px 45px 50px 20px;
}

.project_info_panel_content {
position:relative;
width:100%;
height:100%;
float:left;
padding:0 0 0 10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
overflow-y:auto;
transition: all 0.2s ease-in 0s;
}

.eng .project_info_panel_content {
padding:0 10px 0 0;
}

.project_info_panel_inner h1 {
font-size:1.5em;
margin:0;
}

.project_info_panel_inner h2 {
font-size:1.2em;
margin:0;
}

.project_share_icons {
position:relative;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.project_share_icons a {
display:block;
float:right;
color:#000 !important;
font-size:1.3em;
padding:3px;
}

.eng .project_share_icons a {
float:left;
}

.info_panel_upper_overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:20%;
background: rgba(0,0,0,0.35);
background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.35)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.project_info_elements_wrapper {
position:relative;
width:100%;
float:left;
padding:15px 0;
font-weight:300;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.project_info_elements_wrapper ul {
padding:0 0 0 15px;
}

.project_info_elements_wrapper .label {
font-weight:700;
}

.project_info_element {
}

.project_info_map {
position:relative;
display:block;
width:100%;
height:auto;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.project_special_info_element {
font-size:1em;
text-align:center;
padding:10px 0;
border-bottom:1px solid #ccc;
margin-bottom:10px;
}

.project_special_info_element .label {
font-size:1.5em;
}

.info_element_big {
font-size:1.5em;
}

.project_section_wrapper {
position:relative;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


@media screen and (max-width:1280px) {
.project_info_panel {
right:-25vw;
width:25vw;
}
.project_info_panel.open  {
right:0;
}
.eng .project_info_panel {
left:-25vw;
width:25vw;
right:0;
}
.eng .project_info_panel.open  {
left:0;
right:0;
}
.project_layout_inner.open {
padding-right:25vw;
}
.eng .project_layout_inner.open {
left:0;
right:0;
padding-right:0;
padding-left:25vw;
}
.open .fullscreen_project_image {
width:85vw !important;
}
}/***m***/


@media screen and (max-width:991px) {
.project_info_panel {
right:-33.333vw;
width:33.333vw;
}
.eng .project_info_panel {
left:-33.333vw;
right:0;
width:33.333vw;
}
.project_layout_inner.open {
padding-right:33.333vw;
}
.eng .project_layout_inner.open {
padding-left:33.333vw;
padding-right:0;
}
.project_info_panel_inner {
padding:100px 20px 20px 35px;
}
.eng .project_info_panel_inner {
padding:100px 35px 20px 20px;
}
.open .fullscreen_project_image {
width:66.666vw !important;
}
}/***m***/


@media screen and (max-width:768px) {
.project_info_wrapper {
position:relative;
width:100%;
height:auto;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
}
.project_info_panel,
.eng .project_info_panel {
position:relative;
top:0;
right:0;
left:0;
width:100%;
height:auto;
min-height:0;
float:left;
}
.open .fullscreen_project_image {
width:100vw !important;
}
.project_info_panel.open,
.eng .project_info_panel.open {
right:0;
left:0;
height:auto;
}
.info_panel_upper_overlay {
display:none;
}
.project_info_panel_inner {
position:relative;
width:100%;
height:0;
float:left;
text-align:right;
padding:0 15px !important;
}
.open .project_info_panel_inner  {
height:auto;
padding:35px 15px;
}
.project_layout_inner.open {
padding-right:0;
left:0;
height:auto;
}
.project_info_panel_content {
overflow-y:hidden;
}
.project_layout_inner.open {
padding-right:0;
}
.eng .project_layout_inner.open {
padding-left:0;
padding-right:0;
}
.info_panel_pull_btn {
display:none;
}
.info_panel_collapse_btn {
position:absolute;
display:block;
}
}/***m***/

/*********************** PROJECT PAGE ISOTOPE GALLERY **********************/

.project_page_images_gallery {
position: relative;
width:100%;
height:auto;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.project_page_images_gallery .project_images_slider_overlay {
display:none;
}

.view.view-project-page-isotope-gallery,
.view.view-project-page-images-gallery {
position: relative;
width:100%;
height:auto;
float:left;
padding:5px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-project-page-isotope-gallery .isotope-element,
.view.view-project-page-images-gallery .views-row {
position: relative;
width:25% !important;
height:auto;
margin:0;
float:right;
padding:5px;
overflow: hidden;
background: none;
color: #000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .view.view-project-page-isotope-gallery .isotope-element,
.eng .view.view-project-page-images-gallery .views-row {
float:left;
}


.open .view.view-project-page-isotope-gallery .isotope-element,
.open .view.view-project-page-images-gallery .views-row {
/*width:33.333% !important;*/
}

.view.view-project-page-isotope-gallery .isotope-element img,
.view.view-project-page-images-gallery .views-row img {
display:block;
width:100% !important;
height:auto;
}

@media screen and (max-width:1280px) {
.view.view-project-page-isotope-gallery .isotope-element,
.view.view-project-page-images-gallery .views-row {
width:33.333% !important;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-project-page-isotope-gallery .isotope-element,
.view.view-project-page-images-gallery .views-row {
width:50% !important;
}
}/***m***/



/* =============================================================================
 *   Optikid - FOOTER STORES VIEW
 * ========================================================================== */
 
.stores_section_block {
position:relative;
width:100%;
float:left;
padding:30px 0;
z-index:100;
text-family:Philisof regular;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-stores-view {
position:relative;
width:100%;
max-width:1200px;
padding:0;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-stores-view .views-row {
position:relative;
width:33.333%;
float:right;
padding:0 15px;
text-align:center;
border-left:1px solid #555;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-stores-view .views-row-last {
border-left:none;
}

.store_title {
font-size:1.3em;
}

@media screen and (max-width:768px) {
.view.view-stores-view .views-row {
position:relative;
width:100%;
margin-bottom:15px;
border-left:none !important;
}
}/***m***/

/* =============================================================================
 *   Generic - MAIN MENU (VIEWS BASED)
 * ========================================================================== */

.site_main_menu_block {
position:absolute;
top:0;
right:0;
margin:0;
padding:10px 0;
z-index:999;
transition: all 0.2s ease-in 0s;
}

.small .site_main_menu_block {
padding:5px 0;
}

.site_main_menu_block.eng {
/*right:unset;*/
/*left:0;*/
}

.site_main_menu_block .block {
margin:0;
}

.main_menu_btn {
position:relative;
display:block;
float:left;
cursor:pointer;
z-index:999;
}

.open_menu .btn_bar2,
.btn_bar2.active_btn {
display:none;
}

.open_menu .btn_bar1 {
position:absolute;
top:calc(50% - 2px);
background:#333;
transform: rotateZ(45deg);
}

.open_menu .btn_bar3 {
position:absolute;
top:calc(50% - 2px);
background:#333;
transform: rotateZ(-45deg);
}

.blur_page {
filter:blur(15px);
}

.site_main_menu_block .site_menu_wrapper {
position:fixed;
direction:rtl;
display:none;
top:0;
left:0;
width:100%;
height:100vh;
margin:0 0 0 100%;
/*padding:30px 15px;*/
color:#333;
text-align:center;
list-style:none;
background:rgba(255,255,255,0.9);
opacity:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
z-index:900;
}

.eng .site_menu_wrapper {
direction:ltr;
}

.open_menu .site_menu_wrapper {
display:block;
margin:0;
opacity:1;
}

.view.view-site-main-menu .block {
display:none;
}

.site_main_menu_block .menu {

}

.site_main_menu_block .menu li {
padding:0;
margin:0 0 5px 0;
list-style:none;
text-align:right;
}

.site_main_menu_block.eng .menu li {
text-align:left;
}

.site_main_menu_block ul li ul,
.site_main_menu_block .menu li .menu {
position:relative;
height:auto;
padding:0 30px 0 0;
}

.eng .site_main_menu_block ul li ul,
.eng .site_main_menu_block .menu li .menu {
padding:0 0 0 30px;
}

.site_main_menu_block .menu a,
.site_main_menu_block .menu a:visited,
.small .site_main_menu_block .menu a,
.small .site_main_menu_block .menu a:visited,
.site_main_menu_block .menu .nolink {
color:var(--brand-color-1) !important;
font-size:1.5em;
text-decoration:none;
padding:5px 0;
border-bottom:2px solid transparent;
}

.site_main_menu_block .menu a:hover {
color:var(--brand-color-1) !important;
text-decoration:none !important;
border-bottom:2px solid var(--brand-color-2);
}

.site_main_menu_block .menu .nolink:hover {
border-bottom:2px solid var(--brand-color-3);
}

.site_main_menu_block .sub_menu .nolink:hover {
border-bottom:2px solid transparent;
}

.site_main_menu_block .sub_menu a,
.small .site_main_menu_block .menu li ul li a,
.small .site_main_menu_block .menu li ul li a:visited {
font-size:1.2em;
}

.expanded {
cursor:pointer;
}

.expanded .menu {
display:none !important;
}

.sub_menu .menu {
display:block !important;
}

.sub_menu {
border-top:2px solid var(--brand-color-3);
border-bottom:2px solid var(--brand-color-3);
}

.site_menu_header {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.site_menu_logo {
position:relative;
width:100%;
float:left;
max-width:250px;
padding:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

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

.site_menu_content {
position:relative;
display:block;
width:100%;
height:auto;
max-height:100%;
float:left;
padding:50px 30px;
text-align:center;
overflow-y:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.site_menu_content_inner {
position:relative;
display:inline-block;
width:100%;
max-width:980px;
height:auto;
max-height:100%;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.site_menu_links {
position:relative;
display:block;
width:30%;
height:auto;
max-height:100%;
float:right;
text-align:right;
overflow-y:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .site_menu_links {
float:left;
text-align:left;
}

.site_menu_services {
position:relative;
display:block;
width:70%;
height:auto;
max-height:100%;
float:right;
overflow-y:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .site_menu_services {
float:left;
}

.site_menu_services .view.view-services-teasers {
padding:0;
}

.site_menu_services .view.view-services-teasers .view-content {
padding:0;
}

.site_menu_services .view.view-services-teasers .views-row,
.site_menu_services .view.view-services-teasers .total-2,
.site_menu_services .view.view-services-teasers .total-3 {
padding:15px 10px;
}

.site_menu_services .service_element_link {
font-size:0.8em;
}

.site_menu_services .service_element_wrapper a {
border:2px solid transparent;
}

.site_menu_services .service_element_wrapper a:hover {
color:var(--brand-color-1);
background:transparent;
}

.site_menu_services .service_element_wrapper a:hover .service_element_image_wrapper {
filter:none;
}

.site_menu_services .service_element_title {
font-size:1.5em;
margin-bottom:10px;
}

.site_menu_services .service_element_text_content {
display:none;
}

.site_menu_social_icons_wrapper {
position:absolute;
display:block;
bottom:0;
width:100%;
height:auto;
padding:10px 0;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.site_menu_social_icons {
position:relative;
display:inline-block;
width:auto;
margin:0 auto;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


@media screen and (max-width:1280px) {
.site_menu_content {
padding:30px 20px;
}
.site_menu_links {
width:40%;
}
.site_menu_services {
width:60%;
}
}/***m***/

@media screen and (max-width:991px) {
.site_menu_logo {
max-width:160px;
}
.site_menu_content {
max-height:70vh;
padding:15px;
overflow-y:auto;
}
.site_menu_links {
width:60%;
}
.site_menu_services {
width:40%;
}
.site_menu_services .views-row {
width:49% !important;
}
.site_main_menu_block ul li ul,
.site_main_menu_block .menu li .menu {
padding:0 20px 0 0;
}
.eng .site_main_menu_block ul li ul,
.eng .site_main_menu_block .menu li .menu {
padding:0 0 0 20px;
}
.site_menu_services .service_element_image_wrapper {
padding:0 10px;
}
}/***m***/


@media screen and (max-width:768px) {
.site_menu_services .views-row {
width:100% !important;
}
}/***m***/

/* =============================================================================
 *   Generic - SEARCH BAR (ON HEADER)
 * ========================================================================== */


/****** ACCESSIBILITY TOOLBAR ******/

#mic-access-tool-general-button {
display:none !important;
opacity:0;
height:0;
width:0;
overflow:hidden;
}

.acctoolbar_block {
display:none !important;
}


 @-webkit-keyframes glide-in-out {
  0%   { opacity:0; transform:translateX(-300px); }
  30%  { opacity:1; transform:translateX(60px); }
  90%  { opacity:1; transform:translateX(60px); }
  100% { opacity:0; transform:translateX(-300px); }
}
@-moz-keyframes glide-in-out {
  0%   { opacity:0; transform:translateX(-300px); }
  30%  { opacity:1; transform:translateX(60px); }
  90%  { opacity:1; transform:translateX(60px); }
  100% { opacity:0; transform:translateX(-300px); }
}
@-o-keyframes glide-in-out {
  0%   { opacity:0; transform:translateX(-300px); }
  30%  { opacity:1; transform:translateX(60px); }
  90%  { opacity:1; transform:translateX(60px); }
  100% { opacity:0; transform:translateX(-300px); }
}
@keyframes glide-in-out {
  0%   { opacity:0; transform:translateX(-300px); }
  30%  { opacity:1; transform:translateX(60px); }
  90%  { opacity:1; transform:translateX(60px); }
  100% { opacity:0; transform:translateX(-300px); }
}

.search_bar_block {
position:fixed;
top:0;
left:0;
padding:5px;
}

.search_button_item {
position:relative;
display:block;
}

.float_button {
position:relative;
display:block;
width:40px;
height:40px;
color:#fff;
padding:8px;
margin:0 0 10px 0;
border-radius:100%;
background:var(--brand-color-1);
border:2px solid #fff;
text-align:center;
box-shadow:0 0 8px rgba(0,0,0,0.3);
overflow:hidden;
cursor:pointer;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

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

.search_btn {
position:relative;
display:block;
}

.search_btn_close {
position:relative;
display:none;
}

.search_btn.open {
display:none;
}

.search_btn_close.open {
display:block;
}

.whatsapp_button_wrapper {
position:absolute;
top:-70px;
padding:5px;
}

.whatsapp_button {
width:50px;
height:50px;
padding:10px !important;
background:#25D366;
padding:8px;
border:2px solid #fff;
z-index:300;
}

.whatsapp_button_note {
position:absolute;
direction:rtl;
top:50%;
left:5px;
width:200px;
overflow:hidden;
padding:3px 10px;
margin:-20px 0 0 0;
border-radius:50px;
color:#000;
background:#fff;
box-shadow:0 0 8px rgba(0,0,0,0.3);
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
  -webkit-animation: glide-in-out 7s normal;
  -moz-animation:    glide-in-out 7s normal;
  -o-animation:      glide-in-out 7s normal;
  animation:         glide-in-out 7s normal;
opacity:0;
animation-delay: 2s;
transform:translateX(-300px);
transition: all 0.2s ease-in 0s;
}

.whatsapp_button_wrapper:hover .whatsapp_button_note {
transform:translateX(60px);
opacity:1;
}

.search_pane {
/*display:none;*/
position:absolute;
left:0;
top:-5px;
width:220px;
padding:0 25px;
background:#fff;
border-radius:50px;
margin-left:-320px;
overflow:hidden;
-moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
transition: all 0.2s ease-in 0s;
z-index:100;
}

.search_pane.open {
display:block;
margin-left:50px;
}

.search_pane form {
width:100%;
float:left;
}

.close_bar_b1 {
position:absolute;
top:17px;
width:21px;
height:3px;
background:#fff;
border-radius:10px;
tranform-origin:50% 50%;
transform:rotate(45deg);
transition: all 0.2s ease-in 0s;
}

.close_bar_b2 {
position:absolute;
top:17px;
width:21px;
height:3px;
background:#fff;
border-radius:10px;
tranform-origin:50% 50%;
transform:rotate(45deg);
transition: all 0.2s ease-in 0s;
}

.open .close_bar_b2 {
transform:rotate(-45deg);
}

.search_pane .views-exposed-form {
width:100%;
float:left;
}

.search_pane .views-exposed-widget {
width:calc(100% - 30px);
padding:0;
float:left;
border-bottom:1px solid transparent !important;
}

.search_pane .form-item {
width:100%;
padding:0;
margin:0;
}

.search_pane .form-text {
width:100%;
float:left;
text-align:right;
color:var(--brand-color-1);
font-size:1.2em;
border:none !important;
color:#555 !Important;
padding:15px 0;
}

.search_pane .form-text:focus {
border:none;
border-bottom:1px solid var(--brand-color-2);
}

.search_pane .views-submit-button {
position:absolute;
width:30px;
top:10px;
right:10px;
border-bottom:none !important;
}

.search_pane .search-submit {
position:absolute;
right:0;
background:transparent;
/*background:#fff url(/sites/estoria/files/magnifire.svg) 50% 50% no-repeat;*/
width:30px;
height:30px;
border:none;
}

.mag_sign {
position:absolute;
top:5px;
right:10px;
font-size: 2em; /* This controls the size. */
display: inline-block;
width: 0.4em;
height: 0.4em;
border: 0.1em solid var(--brand-color-1);
border-radius: 0.35em;
}

.mag_sign::before {
content: "";
display: inline-block;
position: absolute;
right: -0.25em;
bottom: -0.1em;
border-width: 0;
background: var(--brand-color-1);
width: 0.35em;
height: 0.08em;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
}

@media screen and (max-width:991px) {
.mag_sign {
font-size: 1.5em;
}
.search_btn {
padding:8px;
}
.search_btn_close {
padding:8px;
}
.close_bar_b1,
.close_bar_b2 {
width:24px;
}
.whatsapp_button_wrapper:hover .whatsapp_button_note {
opacity:0;
}
}/***m***/



/* =============================================================================
 *   Generic - MAIN MENU
 * ========================================================================== */

.block-superfish,
#block-superfish-1 {
position:relative;
display:block;
float:right;
margin:0 0 0 10px !important;
width:auto !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:50;
}

.block-superfish.eng,
#block-superfish-2 {
position:relative;
display:block;
float:left;
margin:0 0 0 30px !important;
}

.menu.sf-menu,
#superfish-1 {
position:relative;
display:block;
padding:0 !important;
}

ul.sf-menu {
padding:0 !important;
}

ul.sf-menu a {
height: 1em !important;
line-height: 1em !important;
}

#superfish-1 .sf-sub-indicator {
display:none !important;
}

#superfish-1.sf-menu li.sf-depth-1 {
position:relative;
display:inline-block;
float:right;
width:auto !important;
margin:0 auto;
}

.sf-hidden {

}

.sf-sub-indicator {
display:none !important;
}

.menu.sf-menu a,
.menu.sf-menu a:visited,
#superfish-1.menu li a,
.sf-depth-1.nolink,
.sf-depth-1.menuparent.nolink,
#block-system-main-menu ul.menu li a,
#block-system-main-menu ul.menu li a:visited {
position:relative;
display:block;
width:auto;
color:#fff;
font-family:open sans regular;
font-size:1em;
font-weight:300;
text-align:center;
text-decoration:none;
border-top:2px solid transparent;
padding:20px 10px;
margin:0 !important;
transition: all 0.2s ease-in 0s;
}

.small .menu.sf-menu a,
.small ul.menu li a:visited {
color:#999 !important;
padding:15px 10px !important;
}

.sf-depth-1.menuparent.nolink {
cursor:pointer !important;
}

.menu.sf-menu a.sf-depth-1:hover,
.sf-depth-1.nolink:hover,
.sf-depth-1.menuparent.nolink:hover,
#superfish-1.menu li a.sf-depth-1:hover,
#superfish-1.menu li a.sf-depth-1.active,
#superfish-1.menu li a.active-trail,
#block-system-main-menu ul.menu li a:hover {
position:relative;
color:#fff;
border-bottom:2px solid #fff;
text-decoration:none;
cursor:pointer !important;
}

.small .menu.sf-menu a.sf-depth-1:hover,
.small .sf-depth-1.nolink:hover,
.small .sf-depth-1.menuparent.nolink:hover,
.small #superfish-1.menu li a.sf-depth-1:hover,
.small #superfish-1.menu li a.sf-depth-1.active,
.small #superfish-1.menu li a.active-trail,
.small #block-system-main-menu ul.menu li a:hover {
color:var(--brand-color-1) !important;
border-bottom:none;
}

.sf-depth-1 ul {
background:none !important;
/*float:right;*/
padding:0 !important;
}


.small .sf-depth-1 ul {
padding:0 !important;
}

.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
direction:rtl;
top:66px;
background: none !important;
padding:0 !important;
-webkit-border-top-right-radius: 0 !important;
-webkit-border-bottom-left-radius: 0 !important;
-moz-border-radius-topright: 0 !important;
-moz-border-radius-bottomleft: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}

.small .sf-menu.sf-horizontal.sf-shadow ul,
.small .sf-menu.sf-vertical.sf-shadow ul,
.small .sf-menu.sf-navbar.sf-shadow ul ul {
top:46px;
padding:0 !important;
}


#superfish-1.sf-menu li:hover > ul, 
#superfish-1.sf-menu li.sfHover > ul {
background:#fff;
left:-8em !important;
top:46px !important;
/*margin-top:31px !important;*/
line-height: auto !important;
/*border-bottom:2px solid #3c7cba;*/
-webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.2);
box-shadow: 0 3px 5px 1px rgba(0,0,0,0.2);
z-index:100 !important;
transition: all 0.2s ease-in 0s;
}

#superfish-2.sf-menu li:hover > ul,
#superfish-2.sf-menu li.sfHover > ul {
background:#fff;
left:0 !important;
top:46px !important;
line-height: auto !important;
/*border-bottom:2px solid #3c7cba;*/
-webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.2);
box-shadow: 0 3px 5px 1px rgba(0,0,0,0.2);
z-index:100 !important;
transition: all 0.2s ease-in 0s;
}

.small #superfish-1.sf-menu li:hover > ul, .small .sf-menu li.sfHover > ul,
.small #superfish-2.sf-menu li:hover > ul, .small .sf-menu li.sfHover > ul {
top:46px !important;
}

.sf-total-children-1:hover > ul {
top:56px !important;
z-index:600;
}

.small .sf-total-children-1:hover > ul {
/*top:36px !important;*/
z-index:600;
}

#superfish-1.menu li.sf-depth-2 {
display:block;
width:100%;
float:left;
margin:0 !important;
}

#superfish-1.menu li a.sf-depth-2 {
position:relative;
display:block;
font-family:open sans regular;
font-size:1em;
width:100% !important;
height:auto !important;
float:left !important;
color:#000;
background: rgba(255,255,255,1);
text-align:right;
padding:5px 10px !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

#superfish-1.menu li a.sf-depth-2:hover {
color:#fff;
background:var(--brand-color-1);
}

#superfish-2.menu li a.sf-depth-2 {
position:relative;
display:block;
font-family:open sans regular;
font-size:1em;
width:100% !important;
height:auto !important;
float:left !important;
color:#000;
background: rgba(255,255,255,1);
text-align:left;
padding:5px 10px !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.small .a.sf-depth-2 {
background: rgba(255,255,255,1);
}

#superfish-2.menu li a.sf-depth-2:hover {
color:#fff;
background:var(--brand-color-1);
}

.mobile_link {
display:none !important;
}

@media screen and (max-width:991px) {
.mobile_link {
display:block !important;
}
}/***m***/

/***************************** MOBILE MAIN MENU *************************/

#sidr-wrapper-1,
#sidr-wrapper-2 {
float:right !important;
margin-right:10px;
margin-top:8px;
transition: all 0.2s ease-in 0s;
}

.small #sidr-wrapper-1,
.small #sidr-wrapper-2 {
margin-top:0;
}

#sidr-1-button,
#sidr-2-button {
display:inline-block !important;
padding:5px;
font-size:1.5em;
width:1.5em;
heigh:1.5em;
color:#000;
}

#sidr-1-button:hover,
#sidr-2-button:hover {
}

#sidr-1 {
direction:rtl;
text-align:right;
/*background:var(--brand-color-1);*/
-webkit-box-shadow: inset 5px 0 10px 0 rgba(0,0,0,0.3);
box-shadow: inset 5px 0 10px 0 rgba(0,0,0,0.3);
}

#sidr-2 {
direction:ltr;
text-align:left;
/*background:var(--brand-color-1);*/
-webkit-box-shadow: inset 5px 0 10px 0 rgba(0,0,0,0.3);
box-shadow: inset 5px 0 10px 0 rgba(0,0,0,0.3);
}


.btn_bars {
position:relative;
display:inline-block !important;
padding:7px 5px;
font-size:1.5em;
width:36px;
height:36px;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.btn_bar1,
.btn_bar2,
.btn_bar3 {
position:relative;
width:26px;
float:left;
height:2px;
background:#fff;
margin:3px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
}

.small .btn_bar1,
.small .btn_bar2,
.small .btn_bar3 {
background:#000;
}

.active_btn .btn_bar2,
.btn_bar2.active_btn {
display:none;
}

.active_btn .btn_bar1,
.btn_bar1.active_btn {
position:absolute;
top:calc(50% - 2px);
transform: rotateZ(45deg);
}

.active_btn .btn_bar3,
.btn_bar3.active_btn {
position:absolute;
top:calc(50% - 2px);
transform: rotateZ(-45deg);
}


/* =============================================================================
 *   GreenPoint - CATEGORY PAGE LAYOUT VIEW
 * ========================================================================== */

 @-webkit-keyframes float-up {
  0%   { bottom:-20%; margin-left:0; }
  100% { bottom:120%; margin-left:20px; }
}
@-moz-keyframes float-up {
  0%   { bottom:-20%; margin-left:0; }
  100% { bottom:120%; margin-left:20px; }
}
@-o-keyframes float-up {
  0%   { bottom:-20%; margin-left:0; }
  100% { bottom:120%; margin-left:20px; }
}
@keyframes float-up {
  0%   { bottom:-20%; margin-left:0; }
  100% { bottom:120%; margin-left:20px; }
}

.category_header_banner_wrapper {
position:relative;
display:block;
width:100%;
float:left;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_page_layout_block {
position:relative;
display:block;
width:100%;
float:left;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-category-page-layout {
position:relative;
display:block;
width:100%;
float:left;
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_header_image_wrapper {
position:relative;
display:block;
width:100%;
float:left;
background:#eee;
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_header_image {
position:relative;
display:block;
width:50%;
float:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

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

.category_header_title_wrapper {
position:absolute;
direction:rtl;
display:block;
bottom:0;
left:0;
width:100%;
padding:80px 0 20px 0;
color:#fff;
overflow:hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_header_title_wrapper_inner {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_header_image {
position:relative;
display:block;
width:auto;
max-width:50%;
height:auto;
float:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

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

.category_header_image_cover {
position:absolute;
display:block;
top:0;
left:0;
width:25%;
height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=1 ); /* IE6-9 */

}

.category_header_icon {
position:relative;
float:right;
}


.category_header_icon {
position:relative;
float:right;
}


.category_header_icon img {
display:block;
height:100%;
width:auto;
max-height:48px;
}

.category_header_title {
position:relative;
float:right;
font-size:4em;
line-height:1;
font-family:Rageitalic;
padding:0 5px;
}

.category_header_sub_title {
position:relative;
float:right;
font-size:1.75em;
line-height:1;
font-family:Duvshanit regular;
padding:0.75em 5px 0 5px;
}

.category_icon_baloon {
position:absolute;
display:block;
top:-10%;
left:-10%;
padding:30px;
width:25%;
height:auto;
-moz-border-radius: 600px;
-webkit-border-radius: 600px;
border-radius: 600px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_icon_baloon img {
display:block;
width:100%;
height:auto;
opacity:0.5;
transform: rotateY(180deg);
}

.baloon {
-moz-border-radius: 600px;
-webkit-border-radius: 600px;
border-radius: 600px;
transition-timing-function: ease-in;
}

.baloon.small {
position:absolute;
width:15px;
height:15px;
bottom:120%;
left:18%;
  -webkit-animation: float-up 4s infinite;
  -moz-animation:    float-up  4s infinite;
  -o-animation:      float-up  4s infinite;
  animation:         float-up  4s infinite;
}

.baloon.medium {
position:absolute;
width:35px;
height:35px;
bottom:120%;
left:24%;
  -webkit-animation: float-up 7s infinite;
  -moz-animation:    float-up  7s infinite;
  -o-animation:      float-up  7s infinite;
  animation:         float-up  7s infinite;
}

.baloon.large {
position:absolute;
width:70px;
height:70px;
bottom:120%;
left:20%;
  -webkit-animation: float-up 9s infinite;
  -moz-animation:    float-up  9s infinite;
  -o-animation:      float-up  9s infinite;
  animation:         float-up  9s infinite;
}

.baloon.small.secondary {
left:27%;
  -webkit-animation: float-up 5s infinite;
  -moz-animation:    float-up  5s infinite;
  -o-animation:      float-up  5s infinite;
  animation:         float-up  5s infinite;
}

.baloon.medium.secondary {
left:29%;
  -webkit-animation: float-up 8s infinite;
  -moz-animation:    float-up  8s infinite;
  -o-animation:      float-up  8s infinite;
  animation:         float-up  8s infinite;
}

.baloon.large.secondary {
left:25%;
  -webkit-animation: float-up 6s infinite;
  -moz-animation:    float-up  6s infinite;
  -o-animation:      float-up  6s infinite;
  animation:         float-up  6s infinite;
}

.baloon.small.third {
left:340px;
left:23%;
  -webkit-animation: float-up 4.5s infinite;
  -moz-animation:    float-up  4.5s infinite;
  -o-animation:      float-up  4.5s infinite;
  animation:         float-up  4.5s infinite;
}

.baloon.medium.third {
left:380px;
  -webkit-animation: float-up 3s infinite;
  -moz-animation:    float-up  3s infinite;
  -o-animation:      float-up  3s infinite;
  animation:         float-up  3s infinite;
}

.category_header_sketch1 {
position:absolute;;
width:auto;
top:0;
left:35%;
opacity:0.5;
}

.category_header_sketch2 {
position:absolute;;
width:auto;
left:0;
bottom:-100px;
opacity:0.5;
}

.category_header_sketch2 img {
height:100px;
width:auto;
}

@media screen and (max-width:768px) {
.category_header_image {
max-width:60%;
}
.category_header_sketch1,
.category_header_sketch2 {
display:none;
}
}/***m***/

/*********************************/

.category_content_wrapper {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_content_inner {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_content {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_page_text {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
padding:20px 0;
margin-bottom:20px;
border-bottom:1px solid #555;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

/**************************** CATEGORY BRANDS CAROUSEL ***********************/

.category_brands_carousel_wrapper {
position:relative;
display:block;
width:100%;
float:left;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_brands_carousel {
position:relative;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_brands_carousel .bx-wrapper {
width:100% !important;
height:auto;
padding:0 !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_brands_carousel .bx-viewport {
width:100% !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_brands_carousel .bxslider-views-slideshow-main-frame {
margin:0 !important;
padding:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_brands_carousel .bxslider-views-slideshow-main-frame-row {
width:180px !important;
height:auto;
padding:10px !important;
margin:0 !important;
overflow:hidden;
z-index:20;
}

/*************************** CATEGORY BRANDS SECTIONS ************************/

.category_brands_sections_block {
position:relative;
display:block;
width:100%;
float:left;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-category-brands-sections {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-category-brands-sections .views-row {
position:relative;
display:block;
width:100%;
float:left;
margin: 0;
padding:30px 0;
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-category-brands-sections .views-row-odd .category_brand_overlay_color {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:transparent;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-category-brands-sections .views-row-even .category_brand_overlay_color {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.05);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-category-brands-sections .views-row-odd .category_brand_image {
position:absolute;
top:0;
right:0;
width:35%;
height:auto;
}

.view.view-category-brands-sections .views-row-even .category_brand_image {
position:absolute;
top:0;
left:0;
width:35%;
height:auto;
}

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

.view.view-category-brands-sections .views-row-odd .category_brand_image_cover {
position:absolute;
top:0;
left:0;
width:30%;
height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-category-brands-sections .views-row-even .category_brand_image_cover {
position:absolute;
top:0;
right:0;
width:30%;
height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_brand_wrapper {
position:relative;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_brand_logo {
position:relative;
width:20%;
float:right;
padding:10px 15px;
color:#000;
border-left:1px solid #000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_brand_text_wrapper {
position:relative;
direction:rtl;
width:80%;
float:right;
padding:10px;
color:#000;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_brand_title {
font-size:1.5em;
font-family:Duvshanit bold;
}

.category_brand_text {
font-size:1em;
font-family:Duvshanit regular;
}


/**************************** CATEGORY BRAND PRODUCTS CAROUSEL ***********************/


.category_section_products {
position:relative;
width:100%;
max-width:680px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_section_products .bx-wrapper {
width:100% !important;
height:auto;
padding:0 !important;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_section_products .bx-viewport {
width:100% !important;
padding:0 !important;
margin:0 !important;
left:0 !important;
border:none !important;
background: transparent !important;
webkit-box-shadow: none !important;
box-shadow: none !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_section_products .bxslider-views-slideshow-main-frame {
margin:0 !important;
padding:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.category_section_products .bxslider-views-slideshow-main-frame-row {
width:100vw !important;
height:auto;
max-width:680px;
padding:10px !important;
margin:0 !important;
overflow:hidden;
z-index:20;
}

.product_slider_image {
}

.product_slider_image img {
position:relative;
margin:0 auto;
}

.view.view-category-brands-sections .views-row-odd .bx-controls.bx-has-controls-direction {
position: absolute;
bottom: 80px;
left: 0;
width: 90px;
}

.view.view-category-brands-sections .views-row-even .bx-controls.bx-has-controls-direction {
position: absolute;
bottom: 80px;
/*right: 0;*/
width: 90px;
}

/* =============================================================================
 *   Guberman - PARTNERS GALLERY PAGE
 * ========================================================================== */

.partners_gallery_block {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto 30px auto;
padding:30px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-partners-gallery {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-partners-gallery h3 {
position:relative;
direction:rtl;
display:block;
width:100%;
float:right;
text-align:right;
padding:20px 15px;
border-bottom:2px solid var(--brand-color-1);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .view.view-partners-gallery h3 {
direction:ltr;
text-align:left;
}

.view.view-partners-gallery .views-row {
position:relative;
display:block;
width:25%;
float:right;
text-align:center;
margin: 0 0 20px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .view.view-partners-gallery .views-row {
float:left;
}

.partner_element a,
.partner_element a:visited {
color:#000 !important;
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.partner_element a:hover {
color:#34ba85 !important;
text-decoration:none !important;
}

.partner_title a,
.partner_title a:visited {
color:#000 !important;
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.partner_title a:hover {
color:#34ba85 !important;
text-decoration:none !important;
}

@media screen and (max-width:1200px) {
.view.view-partners-gallery .views-row {
width:25%;
}
}/***m***/

@media screen and (max-width:960px) {
.view.view-partners-gallery .views-row {
width:33.333%;
}
}/***m***/

@media screen and (max-width:560px) {
.view.view-partners-gallery .views-row {
width:50%;
}
}/***m***/

/* =============================================================================
 *   Guberman - CLIENTS GALLERY PAGE
 * ========================================================================== */

.clients_gallery_block {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-gallery {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.view.view-clients-gallery .views-row {
position:relative;
display:block;
width:25%;
float:right;
text-align:center;
margin: 0 0 20px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.clients_element a,
.clients_element a:visited {
color:#000 !important;
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.clients_element a:hover {
color:#34ba85 !important;
text-decoration:none !important;
}

.clients_title a,
.clients_title a:visited {
color:#000 !important;
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.clients_title a:hover {
color:#34ba85 !important;
text-decoration:none !important;
}

@media screen and (max-width:1200px) {
.view.view-clients-gallery .views-row {
width:25%;
}
}/***m***/

@media screen and (max-width:991px) {
.view.view-clients-gallery .views-row {
width:33.333%;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-clients-gallery .views-row {
width:50%;
}
}/***m***/


/* =============================================================================
 *   Guberman - SERVICES GALLERY
 * ========================================================================== */

.services_gallery_block {
position:relative;
display:block;
width:100%;
float:left;
padding:30px 0;
margin-bottom:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-services-gallery {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
overflow: hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-services-gallery .views-row {
position:relative;
direction:rtl;
display:block;
width:50%;
float:right;
padding:0;
text-align:right;
overflow: hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.eng .view.view-services-gallery .views-row {
direction:ltr;
float:left;
}


.view.view-services-gallery .views-row:nth-child(4n) .service_teaser_image_wrapper,
.view.view-services-gallery .views-row:nth-child(4n - 1) .service_teaser_image_wrapper {
float:left;
}

.view.view-services-gallery .views-row:nth-child(4n) .service_teaser_text_wrapper,
.view.view-services-gallery .views-row:nth-child(4n - 1) .service_teaser_text_wrapper {
float:left;
}

.view.view-services-gallery .views-row:nth-child(4n) .service_teaser_triangle,
.view.view-services-gallery .views-row:nth-child(4n - 1) .service_teaser_triangle {
right:calc(100% - 15px);
}

.eng .view.view-services-gallery .views-row:nth-child(4n) .service_teaser_image_wrapper,
.eng .view.view-services-gallery .views-row:nth-child(4n - 1) .service_teaser_image_wrapper {
float:right;
}

.eng .view.view-services-gallery .views-row:nth-child(4n) .service_teaser_text_wrapper,
.eng .view.view-services-gallery .views-row:nth-child(4n - 1) .service_teaser_text_wrapper {
float:right;
}

.eng .view.view-services-gallery .views-row:nth-child(4n) .service_teaser_triangle,
.eng .view.view-services-gallery .views-row:nth-child(4n - 1) .service_teaser_triangle {
left:calc(100% - 15px);
}

.view.view-services-gallery .views-row:hover .service_teaser_image {
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
}

.view.view-services-gallery .views-row:hover .service_teaser_text {
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
}


@media screen and (max-width:768px) {
.view.view-services-gallery .views-row {
width:100%;
}
}/***m***/


/* =============================================================================
 *   Veroccio - SERVICE PAGE LAYOUT
 * ========================================================================== */

.service_page_banner_block {
position:relative;
display:block;
width:100%;
float:left;
margin:0 0 20px 0 !important;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_page_layout_block {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_page_layout_block.eng {
direction:ltr;
}

.view.view-service-page-view {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_page_header {
position:relative;
display:block;
width:100%;
float:left;
min-height:200px;
background:#555;
/*margin-bottom:20px;*/
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

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

.service_page_header_image {
height:250px;
}

.service_page_content {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:30px 10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_page_layout_block .page_title {
text-align:right;
}

.eng .service_page_layout_block .page_title {
text-align:left;
}

.service_page_title_wrapper {
position:absolute;
display:block;
bottom:0;
left:0;
width:100%;
padding:80px 0 20px 0;
color:#fff;
overflow:hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_page_title_inner {
position:absolute;
bottom:0;
left:0;
width:100%;
/*padding:10px 0;*/
}

.service_page_title_inner_inner {
position:relative;
width:100%;
max-width:1200px;
padding:0 15px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_page_icon {
position:relative;
direction:rtl;
display:block;
width:auto;
float:right;
margin:0 auto;
text-align:right;
padding:0 10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_page_icon img {
width:62px;
height:auto;
}

.eng .service_page_icon {
direction:ltr;
float:left;
}

.service_page_title {
position:relative;
direction:rtl;
display:block;
width:auto;
float:right;
margin:0 auto;
text-align:right;
padding:0 10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .service_page_title {
direction:ltr;
float:left;
text-align:left;
}

.service_page_body {
position:relative;
display:block;
width:100%;
float:right;
text-align:right;
margin:30px 0;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .service_page_body {
direction:ltr;
text-align:left;
}

.service_page_image {
position:relative;
float:left;
max-width:500px;
padding:5px 10px;
}

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

/*****************/

.view.view-service-page-projects {
position:relative;
display:block;
direction:rtl;
width:100%;
float:left;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-service-page-projects .views-row {
position:relative;
display:block;
width:100%;
float:left;
border-top:1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_text_wrapper {
position:relative;
display:block;
width:100%;
float:right;
padding: 0 0 0 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_media_wrapper {
position:relative;
display:block;
width:50%;
float:right;
padding:1em 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_project_files {
position:relative;
display:block;
width:100%;
float:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

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


.service_project_files ul li {
position:relative;
display:block;
width:33.333%;
float:right;
padding:0 0 15px 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.service_project_links {
position:relative;
display:block;
width:100%;
float:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

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


.service_project_links ul li {
position:relative;
display:block;
width:33.333%;
float:right;
padding:0 0 0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

@media screen and (max-width:991px) {
.service_page_header_image img {
width:170% !important;
margin-left:-35%;
}
}/***m***/

@media screen and (max-width:560px) {
.service_page_header_image img {
width:220% !important;
margin-left:-60%;
}
}/***m***/


/* =============================================================================
 *   Veroccio - PILLAR PAGE LAYOUT
 * ========================================================================== */

.pillar_page_banner_block {
position:relative;
display:block;
width:100%;
float:left;
margin:0 0 20px 0 !important;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.pillar_page_layout_block {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.pillar_page_layout_block.eng {
direction:ltr;
}

.view.view-pillar-page-view {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.pillar_page_icon {
postion:relative;
display:inline-block;
padding:0 5px;
width:60px;
height:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.pillar_page_icon img {
filter: saturate(0) invert(1) brightness(3);
-webkit-filter: saturate(0) invert(1) brightness(3);
}


.pillar_title_text {
postion:relative;
display:inline-block;
}


/* =============================================================================
 *   Miniphone - SERVICE PAGE PRODUCTS VIEW
 * ========================================================================== */

.service_products_block {
position:relative;
display:block;
width:100%;
float:left;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-service-products {
position:relative;
display:block;
width:100%;
float:left;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-service-products .views-row {
position:relative;
display:block;
width:100%;
float:left;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.product_section_wrapper {
position:relative;
display:block;
width:100%;
float:left;
padding:20px 0;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.product_section_inner {
position:relative;
display:block;
width:100%;
max-width:1200px;
padding:0 15px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.product_section_image {
position:relative;
display:block;
width:20%;
padding:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

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

.product_section_content {
position:relative;
display:block;
width:80%;
padding:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-service-products .views-row-odd .product_section_image {
float:left;
}

.view.view-service-products .views-row-odd .product_section_content {
float:left;
}

.view.view-service-products .views-row-even .product_section_image {
float:right;
}

.view.view-service-products .views-row-even .product_section_content {
float:right;
}

.product_section_title {
position:relative;
display:block;
width:100%;
float:right;
font-family:Open sans regular;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.product_section_title h3 {

margin:0;
}

.product_section_sub_title {
position:relative;
display:block;
width:100%;
float:right;
font-family:Duvshanit bold;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.product_section_sub_title h4 {
margin:0;
}

.product_section_text {
position:relative;
display:block;
width:100%;
float:right;
font-family:Duvshanit regular;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}



/* =============================================================================
 *   Guberman - GENERAL JOBS GALLERY
 * ========================================================================== */


.view.view-general-jobs-gallery {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:20px auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-general-jobs-gallery #isotope-container {
/*-ms-transform: rotateY(180deg);*/
/*-webkit-transform: rotateY(180deg);*/
/*transform: rotateY(180deg);*/
}

.view.view-general-jobs-gallery .isotope-element  {
position:relative;
width:25%;
height:auto;
padding:20px !important;
margin:0 !important;
background:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.job_wrapper {
position: relative;
display: block;
direction: rtl;
width: 100%;
float:left;
background: #fff;
padding:15px;
text-decoration: none !important;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow: hidden !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
transition: all 0.2s ease-in 0s;
}

@media screen and (max-width:1200px) {
.view.view-general-jobs-gallery .isotope-element  {
width:33.333%;
}
}/***m***/

@media screen and (max-width:991px) {
.view.view-general-jobs-gallery .isotope-element  {
width:50%;
}
}/***m***/

@media screen and (max-width:560px) {
.view.view-general-jobs-gallery .isotope-element  {
width:100%;
}
}/***m***/


/********************** JOB WEBFORM - HE *******************/

#webform-client-form-579 {
position:relative;
display:block;
direction:rtl;
width:100%;
float:left;
margin:0;
padding:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-579 .form-item {
position:relative;
display:block;
width:100%;
float:left;
margin-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-579 .form-item label {
position:relative;
display:inline-block;
float:right;
width:auto;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-579 .form-required {
float:left;
}

#node-579 .form-text {
position:relative;
display:inline-block;
float:left;
width:80%;
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-component-job-title label {
display:none;
}

#webform-component-job-title .form-text,
#webform-component-job-number .form-text {
border:none !important;
}

#webform-client-form-579 .form-textarea {
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#webform-client-form-579 .form-actions {
position:relative;
width:100%;
float:left;
text-align:center;
}

.form-submit,
.form-submit:visited {
display:inline-block;
padding:10px 30px;
color:#fff !important;
background:var(--brand-color-1);
border:1px solid var(--brand-color-1);
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.form-submit:hover {
color:var(--brand-color-1) !important;
background:#fff;
text-decoration:none !important;
}

#webform-component-job-title {
display:none;
}

/********************** JOB WEBFORM - EN *******************/

#webform-client-form-700 {
position:relative;
display:block;
direction:ltr;
width:100%;
float:left;
margin:0;
padding:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-700 .form-item {
position:relative;
display:block;
width:100%;
float:left;
margin-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-700 .form-item label {
position:relative;
display:inline-block;
float:left;
width:auto;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-700 .form-required {
float:right;
}

#node-700 .form-text {
position:relative;
display:inline-block;
float:right;
width:80%;
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-component-job-title label {
display:none;
}

#webform-component-job-title .form-text,
#webform-component-job-number .form-text {
border:none !important;
}

#webform-client-form-700 .form-textarea {
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#webform-client-form-700 .form-actions {
position:relative;
width:100%;
float:left;
text-align:center;
}

.form-submit,
.form-submit:visited {
display:inline-block;
padding:10px 30px;
color:#fff !important;
background:var(--brand-color-1);
border:1px solid var(--brand-color-1);
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.form-submit:hover {
color:var(--brand-color-1) !important;
background:#fff;
text-decoration:none !important;
}

#webform-component-job-title {
display:none;
}


/* =============================================================================
 *   Guberman - JOBS GALLERY
 * ========================================================================== */

.jobs_gallery_block {
position:relative;
display:block;
direction:rtl;
width:100%;
float:left;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng.jobs_gallery_block {
direction:ltr;
}

.view.view-jobs-gallery {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-jobs-gallery .views-row {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 0 30px 0;
padding:10px 0;
text-align:right;
border-bottom:1px solid var(--brand-color-1);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-jobs-gallery .isotope-options ul li,
.view.view-jobs-gallery .view-content ul li {
padding:0 !important;
background:none !important;
background-image:none !important;
}

.eng .view.view-jobs-gallery .isotope-options ul li,
.eng .view.view-jobs-gallery .view-content ul li {
background:none !important;
background-image:none !important;
}

.eng .view.view-jobs-gallery .views-row {
text-align:left;
}

.view.view-jobs-gallery .views-row:last-child {
border-bottom:none;
}

.job_title {
font-size:1.5em;
color:var(--brand-color-1);
font-weight:700;
}

.job_number {
font-size:1.2em;
color:var(--brand-color-1);
}

.job_description {
color:#000;
}

.job_requirements_title {
font-size:1.2em;
color:var(--brand-color-1);
}

.job_requirements {
color:#000;
}

.send_job_cv,
.send_job_cv:visited {
display:inline-block;
padding:10px 30px;
color:#fff !important;
background:var(--brand-color-1);
border:1px solid var(--brand-color-1);
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.send_job_cv:hover {
color:var(--brand-color-1) !important;
background:#fff;
text-decoration:none !important;
}


/* =============================================================================
 *   Guberman - ABOUT PAGE / BASIC PAGES / SIMPLE PAGES
 * ========================================================================== */

.basic_page_banner_block {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
margin:0 !important;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.basic_page_banner_block.eng {
direction:ltr;
}


.page_banner {
position:relative;
display:block;
width:100%;
float:left;
margin:0;
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_banner_image {
position:relative;
display:block;
width:100%;
}

.page_banner_image img {
position:relative;
display:block;
width:100%;
heihgt:auto;
}

.page_title_wrapper {
position:absolute;
display:block;
width:100%;
height:100%;
top:0;
left:0;
padding:80px 0;
background:rgba(0,0,0,0.5);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_title_inner {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
color:#fff;
font-family:BigJohn;
text-align: center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.basic_page_banner {
position:relative;
display:block;
width:100%;
float:left;
background:#555;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.basic_page_banner img {
position:relative;
display:block;
width:100% !important;
height:auto;
}

.basic_page_title_wrapper {
position:absolute;
display:block;
bottom:0;
left:0;
width:100%;
padding:80px 0 20px 0;
color:#fff;
overflow:hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.eng .basic_page_title_wrapper {
direction:ltr;
}

.basic_page_title_wrapper_inner {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.basic_page_banner_image {
position:relative;
display:block;
width:100%;
height:250px;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

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

.basic_page_title {
position:relative;
float:right;
width:100%;
font-size:2.5em;
line-height:1;
font-family:open sans regular;
padding:0 5px;
}

.basic_page_sub_title {
position:relative;
float:right;
width:100%;
font-size:1.5em;
line-height:1;
font-family:open sans regular;
padding:5px;
}

.pasic_page_color_strip {
position:relative;
display:block;
width:100%;
height:4px;
z-index:50;
}


#main-content {
position:relative;
margin:0 !important;
padding:0;
overflow:hidden;
margin-left:0 !important;
margin-right:0 !important;
}

.basic_page_layout_block {
position:relative;
display:block;
width:100%;
float:left;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.basic_page_layout_block .view-content {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:30px 10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.basic_page_layout_block .page_title {
text-align:right;
}

.eng .basic_page_layout_block .page_title {
text-align:left;
}

.basic_page_layout_block .page_title h1 {
position:relative;
display:inline;
width:auto;
text-align:right;
padding:0;
margin:0 !important;
line-height:1;
}

.eng .basic_page_layout_block .page_title h1 {
text-align:left;
}

.basic_page_layout_block .page_title_en {
text-align:left;
}

.eng .basic_page_layout_block .page_title_en {
text-align:left;
}

.basic_page_layout_block .page_title_en h1 {
position:relative;
display:inline;
width:auto;
text-align:left;
padding:0;
margin:0 !important;
line-height:1;
}

.basic_page_layout_block .page_sub_title {
font-weight:300;
text-align:right;
}

.eng .basic_page_layout_block .page_sub_title {
text-align:left;
}

.basic_page_layout_block .page_sub_title h2 {
margin:0 !important;
line-height:1;
font-weight:300;
text-align:right;
}

.eng .basic_page_layout_block .page_sub_title h2 {
text-align:left;
}

.basic_page_layout_block .page_sub_title_en {
font-weight:300;
text-align:left;
}

.basic_page_layout_block .page_sub_title_en h2 {
margin:0 !important;
line-height:1;
font-weight:300;
text-align:left;
}

.eng .basic_page_layout_block .page_sub_title_en h2 {
text-align:left;
}

.basic_page_body {
position:relative;
display:block;
width:100%;
float:left;
margin-top:20px;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.basic_page_footer {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.basic_page_body h2,
.basic_page_body h3,
.basic_page_body h4,
.basic_page_body h5,
.basic_page_body h6 {
margin:0 !important;
}

.statistics_counter {
display:none !important;
}

/****************** BASIC PAGE LINKS ******************/

.page_link {
position:relative;
display:block;
width:100%;
float:left;
padding:10px 0;
border-top:1px solid #ccc;
margin:0 0 30px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_link li {
position:relative;
display:block;
width:33.333%;
float:left;
padding:0 5px !important;
margin:0 0 5px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_link a,
.page_link a:visited {
position:relative;
display:block;
font-size:1em;
line-height:1;
font-weight:300;
color:#34b984;
background:rgba(255,255,255,0.5);
border:1px solid #34b984;
padding:10px 20px;
text-align:center;
text-decoration:none;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
transition: all 0.2s ease-in 0s;
}

.page_link a:hover {
color:#fff;
background:#34b984;
text-decoration:none !important;
}


/****************** BASIC PAGE FILES ******************/

.page_file {
position:relative;
display:block;
width:100%;
float:left;
padding:10px 0;
/*border-top:1px solid #ccc;*/
margin:0 0 30px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_file li {
position:relative;
display:block;
width:33.333%;
float:left;
padding:0 5px !important;
margin:0 0 5px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_file li .download-file {
position:relative;
display:block;
border:1px solid #3c7cba;
overflow:hidden !important;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
}


.page_file .file-icon {
position:relative;
display:inline-block;
width:10%;
float:left;
line-height:1;
padding:7px 10px;
text-align:center;
text-decoration:none;
background:#fff;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_file a,
.page_file a:visited {
position:relative;
display:inline-block;
width:90%;
float:left;
font-size:1em;
line-height:1;
font-weight:300;
color:#fff;
/*background:#3c7cba;*/
background: #3c7cba url(../images/download-sign.png) no-repeat 98% 50% !important;
padding:10px 35px 10px 10px;
text-align:center;
text-decoration:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.page_file a:hover {
color:#3c7cba;
background: #fff url(../images/download-sign_hover.png) no-repeat 98% 50% !important;
text-decoration:none !important;
}


@media (max-width: 1200px) {
#main-content {
position:relative;
margin:0 !important;
}
}/***m***/

@media (max-width: 991px) {
#main-content {
position:relative;
margin:0 !important;
}
.basic_page_banner_image img {
width:170% !important;
margin-left:-35%;
}
.page_link li,
.page_file li {
width:50%;
}
}/***m***/

@media (max-width: 560px) {
.basic_page_banner_image img {
width:220% !important;
margin-left:-60%;
}
.page_link li,
.page_file li {
width:100%;
padding:0;
}
}/***m***/


/* =============================================================================
 *   Guberman - TEAM PAGE / TEAM GALLERY
 * ========================================================================== */

.team_gallery_block {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
margin:30px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-team-members-list {
position:relative;
direction:rtl;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-team-members-list .views-row {
position:relative;
direction:rtl;
display:block;
width:25%;
float:right;
padding:10px;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .view.view-team-members-list .views-row {
direction:ltr;
float:left;
}

.team_member_details_picture {
position:relative;
width:35%;
float:right;
text-align:center;
margin:0 auto;
padding:10px;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.team_member_text_wrapper {
position:relative;
direction:rtl;
width:65%;
float:right;
margin:0 auto;
padding:10px;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .team_member_details_picture {
float:left;
}

.eng .team_member_text_wrapper {
float:left;
}

.team_member_text_wrapper.eng {
direction:ltr;
}

.team_member_email {
position:relative;
width:100%;
float:left;
text-align:center;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.team_member_email_btn {
position:relative;
display:inline-block;
font-size:1em;
line-height:1;
font-weight:300;
color:#fff !important;
background:var(--brand-color-1);
border:1px solid var(--brand-color-1);
padding:10px 20px;
text-align:center;
text-decoration:none;
margin:0 auto;
transition: all 0.2s ease-in 0s;
}

.team_member_email_btn:hover {
color:var(--brand-color-1) !important;
background:#fff;
text-decoration:none !important;
}

@media screen and (max-width:991px) {
.view.view-team-members-list .views-row {
width:33.333%;
}
.team_member_details_picture {
width:50%;
}
.team_member_text_wrapper {
width:50%;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-team-members-list .views-row {
width:50%;
}
}/***m***/

@media screen and (max-width:560px) {
.view.view-team-members-list .views-row {
width:50%;
}
.team_member_details_picture {
width:100%;
text-align:center;
}
.team_member_details_picture img {
position:relative;
display:block;
max-width:200px !important;
margin:0 auto;
}
.team_member_text_wrapper {
width:100%;
}
.team_member_name {
font-size:1em;
}
.team_member_position {
font-size:0.8em;
}
}/***m***/


/* =============================================================================
 *   Guberman - EVENTS/NEWS GALLERY VIEW
 * ========================================================================== */

.evetns_gallery_block {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:30px 0 !important;
border-top:1px solid #000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-events-gallery {
position:relative;
direction:rtl;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 0 60px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .view.view-events-gallery {
direction:ltr;
}

.view.view-events-gallery .views-row {
position:relative;
display:block;
width:100% !important;
float:right;
margin:0 !important;
padding:20px 35px !important;
background:none !important;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.event_teaser_wrapper {
position:relative;
display:block;
width:100%:
float:left;
color:#000 !important;
background:#fff;
text-decoration:none !important;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow: hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.event_teaser_image {
position:relative;
width:250px;
float:right;
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.event_teaser_image img {
display:block;
width:100% !important;
height:auto;
}

.event_teaser_info {
position:relative;
width:100%;
float:right;
padding:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .event_teaser_image,
.eng .event_teaser_info {
float:left;
}

.event_teaser_info.image {
width:calc(100% - 250px);
}

.event_teaser_icons {
padding:0 10px 10px 10px;
border-bottom:1px solid #ccc;
}

.blog_teaser_wrapper {
position:relative;
display:block;
width:100%:
float:left;
color:#000 !important;
background:#fff;
text-decoration:none !important;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow: hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.eng .blog_teaser_wrapper {
direction:ltr;
}

.blog_teaser_wrapper:hover {
text-decoration:none !important;
-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.7);
box-shadow: 0 0 15px 1px rgba(0,0,0,0.7);
}

.view.view-event-page-images {
padding:10px 0;
}

.view.view-event-page-images .views-row {
position:relative;
display:block;
width:33.333%;
float:right;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.event_image {
display:block;
overflow:hidden;
}

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

.event_image_overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
color:#fff;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
opacity:0;
transition: all 0.2s ease-in 0s;
}

.event_image_overlay_inner {
position:relative;
width:100%;
height:100%;
padding:30% 46%;
color:#fff;
font-size:1.3em;
line-height:1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cc66+0,00ffff+100&0.7+0,0.7+100 */
background: -moz-linear-gradient(top,  rgba(0,204,102,0.7) 0%, rgba(0,255,255,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,204,102,0.7) 0%,rgba(0,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,204,102,0.7) 0%,rgba(0,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b300cc66', endColorstr='#b300ffff',GradientType=0 ); /* IE6-9 */
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.event_image_overlay:hover {
opacity:1;
font-size:2em;
}

.event_overlay_title {
position:absolute;
bottom:0;
;left:0;
width:100%;
color:#fff;
text-align:right;
padding:10px;
font-size:0.5em;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.event_post_date {
font-size:1.5em;
}

.event_submit {
position:relative;
display:inline-block;
width:auto;
font-size:1.2em;
line-height:1;
font-family:open sans bold;
font-weight:300;
color:#fff !important;
text-align:center;
background:var(--brand-color-1);
border:2px solid var(--brand-color-1);
padding:5px 30px;
margin:10px 10px 0 10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.event_submit:hover {
background:transparent;
color:var(--brand-color-1) !important;
text-decoration:none !important;
}

.event_submit.negative {
color:var(--brand-color-1) !important;
text-align:center;
background:#fff;
border:2px solid var(--brand-color-1);
}

.event_submit.negative:hover {
background:transparent;
color:#fff !important;
background:var(--brand-color-1);
text-decoration:none !important;
}

/********************** EVENT WEBFORM - HE *******************/

#webform-client-form-628 {
position:relative;
display:block;
direction:rtl;
width:100%;
float:left;
margin:0;
padding:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-component-event-title label {
display:none;
}

#webform-component-event-title .form-text,
#webform-component-event-date .form-text {
border:none !important;
}

#node-628 .form-item {
position:relative;
display:block;
width:100%;
float:left;
margin-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-628 .form-item label {
position:relative;
display:inline-block;
float:right;
width:auto;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-628 .form-required {
float:left;
}

#node-628 .form-text {
position:relative;
display:inline-block;
float:left;
width:80%;
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-client-form-628 .form-actions {
position:relative;
width:100%;
float:left;
text-align:center;
}

/********************** EVENT WEBFORM - EN *******************/

#webform-client-form-713 {
position:relative;
display:block;
direction:ltr;
width:100%;
float:left;
margin:0;
padding:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-component-event-title label {
display:none;
}

#webform-component-event-title .form-text,
#webform-component-event-date .form-text {
border:none !important;
}

#node-713 .form-item {
position:relative;
display:block;
width:100%;
float:left;
margin-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-713 .form-item label {
position:relative;
display:inline-block;
float:left;
width:auto;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#node-713 .form-required {
float:right;
}

#node-713 .form-text {
position:relative;
display:inline-block;
float:right;
width:80%;
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-client-form-713 .form-actions {
position:relative;
width:100%;
float:left;
text-align:center;
}


@media screen and (max-width:1600px) {
.view.view-events-gallery .isotope-element {
padding:10px 25px !important;
}
}/***m***/

@media screen and (max-width:960px) {
.view.view-events-gallery .isotope-element {
padding:10px 20px !important;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-events-gallery .isotope-element {
width:50% !important;
padding:10px 15px !important;
}
.view.view-event-page-images .views-row {
width:50%;
}
.event_overlay_title {
font-size:0.35em;
}
}/***m***/

@media screen and (max-width:560px) {
.view.view-events-gallery .isotope-element {
width:100% !important;
}
.view.view-event-page-images .views-row {
width:100%;
}
.event_overlay_title {
font-size:0.5em;
}
}/***m***/

/* =============================================================================
 *   GreenPoint - BLOG POSTS GALLERY VIEW (BLOG VIEW)
 * ========================================================================== */

.blog_gallery_block {
position:relative;
display:block;
width:100%;
/*max-width:1200px;*/
max-width:1680px;
margin:0 auto;
padding:30px 0 !important;
border-top:1px solid #000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-blog-gallery {
position:relative;
display:block;
width:100%;
/*max-width:1200px;*/
max-width:1680px;
margin:0 auto;
padding:0 0 60px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-blog-gallery .view-header {
position:relative;
display:none;
float:right;
background:#fff;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:60;
}

.include_filters .view.view-blog-gallery .view-header{
display:block;
width:15%;
}

.eng .view.view-blog-gallery .view-header {
float:left;
}

.view.view-blog-gallery .view-content {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.include_filters .view.view-blog-gallery .view-content {
width:85%;
}

.eng .view.view-blog-gallery .view-content {
float:right;
}

.view.view-blog-gallery #isotope-container {
-ms-transform: rotateY(180deg); /* IE 9 */
-webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
transform: rotateY(180deg);
}

.eng .view.view-blog-gallery #isotope-container {
-ms-transform: rotateY(0deg); /* IE 9 */
-webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
transform: rotateY(0deg);
}

.view.view-blog-gallery .isotope-filters {
background:#fff;
}

.isotope-filters li {
padding:0 !important;
background:none !important;
}

.view.view-blog-gallery .isotope-filters li {
display:block;
direction:rtl;
width:100%;
float:right;
text-align:right;
margin:0;
}

.eng .view.view-blog-gallery .isotope-filters li {
direction:ltr;
text-align:left;
background-image:none !important;
}


.view.view-blog-gallery .isotope-element {
position:relative;
display:inline-block;
width:25% !important;
height:auto !important;
margin:0 !important;
padding:15px !important;
background:none !important;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.blog_teaser_wrapper {
position:relative;
display:block;
direction:rtl;
width:100%:
float:left;
color:#000 !important;
background:#fff;
text-decoration:none !important;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align:right !important;
-ms-transform: rotateY(180deg); /* IE 9 */
-webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
transform: rotateY(180deg);
overflow: hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.eng .blog_teaser_wrapper {
direction:ltr;
text-align:left !important;
-ms-transform: rotateY(0deg); /* IE 9 */
-webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
transform: rotateY(0deg);
}

.blog_teaser_wrapper:hover {
text-decoration:none !important;
-webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.35);
box-shadow: 0 5px 15px 1px rgba(0,0,0,0.35);
}

.blog_teaser_wrapper .teaser_link {
color:#000 !important;
text-decoration:none !important;
}

.blog_teaser_wrapper .teaser_link:hover {
text-decoration:none !important;
}

.blog_teaser_image {
/*border-bottom:5px solid #4ab490;*/
padding:0;
margin:0;
}

.video_play_sign {
position:absolute;
top:50%;
left:50%;
margin:-25px 0 0 -25px;
width:50px;
height:50px;
padding:0;
font-size:2em;
text-align:center;
color:#fff;
border:2px solid #fff;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.blog_teaser_color {
width:100%;
height:auto;
background:#fff;
overflow:hidden;
}

.blog_teaser_color .color-swatch {
margin-bottom:2px;
}

.blog_teaser_color .view-content {
width:100% !important;
}

.blog_teaser_image {
position:relative;
display:block;
float:left;
width:100%;
}

.blog_teaser_image img {
position:relative;
display:block;
margin:0;
width:100% !important;
height:auto;
}

.blog_teaser_title {
font-family:open sans bold;
font-size:1em;
padding:5px 10px 0 10px;
}

.blog_teaser_title h3 {
margin:0 !important;
font-size:1.7em;
line-height:1;
}

.blog_teaser_sub_title {
font-family:open sans regular;
font-size:1em;
padding:0 10px;
}

.blog_teaser_sub_title h4 {
margin:0 !important;
font-size:1.2em !important;
}

.blog_teaser_writer {
font-family:open sans regular;
font-size:0.8em;
font-weight:300;
padding:0 10px;
}

.blog_teaser_text {
font-family:open sans regular;
font-size:1em;
font-weight:500;
padding:0 10px;
}

.blog_teaser_icons {
direction:ltr;
font-family:open sans regular;
font-size:0.8em;
font-weight:300;
padding:10px;
}

.blog_post_share_icons {
position:relative;
float:right;
font-size:1.5em;
line-height:1;
}

.blog_post_share_icons a,
.blog_post_share_icons a:visited {
color:var(--brand-color-1) !important;
transition: all 0.2s ease-in 0s;
}

.blog_post_share_icons a:hover {
opacity:0.5;
}

.blog_post_date {
margin:0 10px 0 0;
}

.blog_post_views {
margin:0 10px 0 0;
}

.blog_teaser_bottom_line_wrapper {
position:relative;
display:block;
width:100%;
padding:0 25px;
color:transparent;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.blog_teaser_bottom_line {
position:relative;
display:block;
width:100%;
color:transparent;
border-bottom:1px solid #000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

@media screen and (max-width:1600px) {
.view.view-blog-gallery .isotope-element {
padding:15px !important;
}
}/***m***/

@media screen and (max-width:1600px) {
.view.view-blog-gallery .isotope-element {
width:33.333% !important;
}
}/***m***/

@media screen and (max-width:991px) {
.view.view-blog-gallery .view-header,
.include_filters .view.view-blog-gallery .view-header {
width:100%;
float:right;
}
.view.view-blog-gallery .view-content,
.include_filters .view.view-blog-gallery .view-content {
width:100%;
}
.view.view-blog-gallery .isotope-filters li {
width:auto;
text-align:center;
}
.view.view-blog-gallery .isotope-element {
padding:10px !important;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-blog-gallery .isotope-element {
width:50% !important;
padding:10px !important;
}
.blog_teaser_bottom_line_wrapper {
padding:0 15px;
}
}/***m***/

@media screen and (max-width:560px) {
.view.view-blog-gallery .isotope-element {
width:100% !important;
padding:10px !important;
}
}/***m***/

/* =============================================================================
 *   Guberman - SEARCH RESULTS VIEW
 * ========================================================================== */

.view.view-search-results {
position:relative;
display:block;
width:100%;
float:left;
padding:60px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-search-results .view-content {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 0 60px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-search-results .views-exposed-form {
position:relative;
width:100%;
float:left;
text-align:center;
}

.view.view-search-results .views-exposed-form .views-exposed-widgets {
position:relative;
display:inline-block;
margin:0 auto;
}

.views-exposed-form .views-exposed-widget .form-submit {
margin:0;
}

.view.view-search-results .views-row {
position:relative;
display:block;
width:100% !important;
height:auto !important;
float:left;
margin:0 !important;
padding:20px 35px !important;
background:none !important;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.search_teaser_wrapper {
position:relative;
direction:rtl;
display:block;
width:100%:
float:left;
color:#000 !important;
background:#fff;
text-decoration:none !important;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:20px 20px 40px 20px;
overflow: hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.search_bar .search_bar_input {
position:absolute;
display:none;
top:40px;
right:0;
padding:0 0 0 1.5em;
transition: all 0.2s ease-in 0s;
}

.search_bar {
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.search_bar:target .search_bar_input {
display:block;
}

.search_mag {
position:absolute;
top:0;
left:0;
}

.search_bar span {
display:inline-block;
}

.search_bat_input input {
border:1px solid #000;
}

.search_button_hide {
display:none;
}

.search_button,
.search_button_hide {
color:#000 !important;
font-size:1.2em;
}

.search_bar:target .search_button {
display:none;
}

.search_bar:target .search_button_hide {
display:block;
}


@media screen and (max-width:960px) {
.search_bar_block {
position:absolute;
top:0;
right:115px;
}
}/***m***/

/* =============================================================================
 *   Vitruvian System - HOMEPAGE VIEW
 * ========================================================================== */

.homepage_layout_block {
margin:0;
}

.homepage_section_wrapper {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.secondary_section_wrapper {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.homepage_video {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

@media screen and (max-width:991px) and (orientation:portrait) {
.homepage_video {
width:150%;
margin-left:-25%;
}
}/***m***/

/* =============================================================================
 *   Vitruvian System - SECTIONS PAGE VIEW
 * ========================================================================== */

.sections_page_block {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:20;
}

.sections_page_block:empty {
display:none;
}

.sections_page_block.eng {
direction:ltr;
}

.view.view-sections-view {
position:relative;
display:block;
width:100%;
float:left;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-sections-view .views-row {
position:relative;
display:block;
width:100%;
float:left;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.full-device-height {
width:100%;
min-height:100vh;
float:left;
}

.full-device-height .section_wrapper {
min-height:100vh;
}

.full-device-height .section_wrapper_overlay {
min-height:100vh;
}

.black-text {
}

.white-text {
background:#000 !important;
}

.section_wrapper {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.section_wrapper.row-1 .edit_link {
top:100px;
}

.open .section_wrapper {
/*background-size:70vw auto !important;*/
/*background-position:100% 50% !important;*/
background-attachment:scroll !important;
}

.section_wrapper_overlay {
position:relative;
display:block;
width:100%;
float:left;
padding:25px 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_wrapper_inner {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_content_wrapper {
position:relative;
display:block;
width:50%;
padding:20px;
color:#000;
/*background:rgba(255,255,255,0.5);*/
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_text,
.section_text p {
direction:rtl;
}

.eng .section_text,
.eng .section_text p {
direction:ltr;
}

.section_bg_white {
/*background-color:#000 !important;*/
}

.section_bg_black {
/*background-color:#fff !important;*/
}

.section_content_wrapper.white {
color:#fff;
/*background:rgba(0,0,0,0.5);*/
}

.view.view-sections-view .views-row-odd .section_content_wrapper,
.eng .view.view-sections-view .views-row-even .section_content_wrapper {
float:left;
}

.view.view-sections-view .views-row-even .section_content_wrapper,
.eng .view.view-sections-view .views-row-odd .section_content_wrapper {
float:right;
}

.section_image_wrapper {
position:relative;
display:block;
width:50%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_wrapper_overlay.full.white {
background:rgba(0,0,0,0.5) !important;
}

.section_wrapper_overlay.full.black {
background:rgba(255,255,255,0.5) !important;
}

.white.full,
.black.full {
background:none !important;
}

.view.view-sections-view .views-row-odd .section_image_wrapper,
.eng .view.view-sections-view .views-row-even .section_image_wrapper {
float:left;
}

.view.view-sections-view .views-row-even .section_image_wrapper,
.eng .view.view-sections-view .views-row-odd .section_image_wrapper {
float:right;
}

.left {
float:left !important;
}

.right{
float:right !important;
}

.center {
float:left !important;
width:100% !important;
text-align:center;
}

.full-width {
float:left !important;
width:100% !important;
}

.section_image_wrapper.left {
float:left !important;
}

.section_image_wrapper.right{
float:right !important;
}


.section_image {
position:relative;
display:block;
width:100%;
height:auto;
}

.section_image img {
position:relative;
display:block;
width:100%;
height:auto;
margin:0 auto;
}

.center .section_image img {
max-width:900px !important;
}

.sectios_title {
font-family:open sans bold;
direction:rtl;
text-align:right;
}

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

.eng .sectios_title {
direction:ltr;
text-align:left;
}

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

.sectios_title h2 {
font-size:2em;
}

.view.view-sections-view .section_text {
font-size:1.2em;
}

.section_text {
}

.section_text h2 {
margin:15px 0;
}

.section_text h3,
.section_text h4,
.section_text h5,
.section_text h6 {
margin:5px 0;
}

.section_text ul {
padding:15px 0 0 0;
}

.eng .section_text ul {
padding:0 0 0 15px;
}


.section_link {
position:relative;
display:inline-block;
width:auto;
margin:0 auto;
text-align:right;
}

.eng .section_link {
text-align:left;
}

.section_link a,
.section_link a:visited {
position:relative;
display:inline-block;
width:auto;
text-decoration:none;
margin:5px 10px 5px 0;
text-align:center;
padding:5px 30px;
font-size:1em;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.section_link a:hover {
text-decoration:none;
color:#512c7f !important;
background:#fff !important;
}

.section_contact_button {
position:relative;
display:inline-block;
width:auto;
text-decoration:none;
margin:5px 10px 5px 0;
text-align:center;
padding:5px 30px;
font-size:1em;
color:#fff;
background:#512c7f;
border:2px solid #fff;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
cursor:pointer;
transition: all 0.2s ease-in 0s;
}

.section_contact_button:hover {
text-decoration:none;
color:#512c7f;
background:#fff;
}

.section_bottom_link {
position:relative;
direction:rtl;
width:100%;
margin:10px auto;
text-align:center;
float:left;
}

.eng .section_bottom_link {
text-align:center;
direction:ltr;
}

.section_bottom_link a,
.section_bottom_link a:visited {
position:relative;
display:inline-block;
width:auto;
text-decoration:none;
margin:0 auto;
text-align:center;
padding:10px 30px;
font-size:1.3em;
line-height:1;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.section_bottom_link a:hover {
text-decoration:none;
}

.section_video {
position:relative;
display:block;
width:100%;
float:left;
z-index:30;
}

.section_video_item {
width:100%;
height:auto;
}

.next_section_btn,
.next_section_btn:visited,
.next_section_btn:focus {
position:absolute;
display:block;
bottom:30px;
left:50%;
width:40px;
height:40px;
padding:8px 0;
margin-left:-20px;
text-align:center;
color:#000;
background:none;
border:1px solid #000;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:50;
transition: all 0.2s ease-in 0s;
}

.video_replay,
.elem_video_play {
position:absolute;
bottom:50%;
left:50%;
width:60px;
height:60px;
float:left;
padding:0.6em 0;
margin:0 0 -30px -30px;
font-size:1.5em;
line-height:1.5;
color:#000 !important;
background:#fff;
text-align:center;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
cursor:pointer;
opacity:0;
transition: all 0.15s ease-in 0s;
}

.video_replay.on,
.elem_video_play.on {
opacity:0.5;
}

.video_replay.on:hover,
.elem_video_play.on:hover {
opacity:1;
}

.next_section_btn:hover {
color:#fff;
background:#000;
}

.white-text .next_section_btn,
.white-text .next_section_btn:visited,
.white-text .next_section_btn:focus {
color:#fff;
border:1px solid #fff;
}

.white-text .next_section_btn:hover {
color:#000;
background:#fff;
}

.next_section_btn.dark,
.next_section_btn.dark:visited {
color:#333;
border:1px solid #333;
}

.next_section_btn.dark:hover {
background:#333;
}

.landing_page_variables {
height:0;
overflow:hidden;
display:none !important;
}

#webform-component-landing-page-id {
display:none !important;
}

.section_view_wrapper .form-item {
position:relative;
display:block;
width:100%;
float:left;
margin:0 0 15px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.center .section_view_wrapper .form-item,
.full-width .section_view_wrapper .form-item {
width:33.333%;
padding:0 0.5%;
}

.center .section_view_wrapper .form-item label,
.full-width .section_view_wrapper .form-item label {
margin: 0 0 0 5px;
}

.section_view_wrapper .form-item input {
position:relative;
display:block;
width:100%;
float:left;
padding:20px 10px 5px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:20;
}

.white-text .section_view_wrapper .form-item input {
color:#fff;
background:rgba(0,0,0,0.2);
border:1px solid #fff;
}

.section_view_wrapper .form-item label {
position:absolute;
top:10px;
left:10px;
font-size:1em;
font-weight:300;
color:#555;
z-index:30;
transition: all 0.1s ease-in 0s;
}

.white-text .section_view_wrapper .form-item label {
color:#fff;
}

.section_view_wrapper .focus label,
.white-text .section_view_wrapper .focus label {
font-size:0.8em;
top:5px;
left:10px;
color:#ccc;
}

.section_view_wrapper .form-actions {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_view_wrapper .form-submit {
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
}

.white-text .section_view_wrapper .form-submit {
color:#512c7f !important;
background:#fff;
border:1px solid #fff;
}

.white-text .section_view_wrapper .form-submit:hover {
color:#fff !important;
background:rgba(0,0,0,0.2);
border:1px solid #fff;
}


@media screen and (max-width:991px) {
.section_image img {
width:100%;
height:auto;
}
.section_view_wrapper .form-item,
.center .section_view_wrapper .form-item,
.full-width .section_view_wrapper .form-item  {
width:100%;
padding:0;
margin:0 0 10px 0;
}
.center .section_view_wrapper .form-item label,
.full-width .section_view_wrapper .form-item label {
margin: 0;
}
.sectios_title h2 {
font-size:1.5em;
}
}/***m***/

@media screen and (max-width:768px) {
.section_content_wrapper {
width:100%;
padding:20px 0;
}
.section_image_wrapper {
width:100%;
}
.section_content_wrapper {
/*background:rgba(255,255,255,0.5);*/
}
.section_content_wrapper.white {
/*background:rgba(0,0,0,0.5);*/
}
.section_wrapper_overlay.white {
/*background:rgba(0,0,0,0.75) !important;*/
}
.section_wrapper_overlay.black {
/*background:rgba(255,255,255,0.75) !important;*/
}
}/***m***/

/* =============================================================================
 *   SECTION ELEMENTS VIEW
 * ========================================================================== */


.section_elements_wrapper {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-section-elements {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-section-elements .views-row {
position:relative;
display:block;
float:left;
width:33.333%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.elements_layout1 .view.view-section-elements .views-row {
width:100%;
}

.elements_layout2 .view.view-section-elements .views-row {
width:50%;
}

.elements_layout3 .view.view-section-elements .views-row {
width:33.333%;
}

.elements_layout4 .view.view-section-elements .views-row {
width:25%;
}

.elements_layout5 .view.view-section-elements .views-row {
width:20%;
}

.section_element_wrapper {
position:relative;
display:block;
width:100%;
float:left;
padding:15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_element_image {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_element_image img {
display:block;
width:100% !important;
height:auto;
}

.section_element_icon {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_element_title {
position:relative;
display:block;
width:100%;
float:left;
margin:0 0 10px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_element_title h4 {
margin:0;
}

.section_element_text {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.section_element_text ul {
padding:0 15px 0 0;
max-width:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .section_element_text ul {
padding:0 0 0 15px;
}

.element_action_btn {
position:relative;
display:inline-block;
float:left;
font-family:open sans bold;
color:#fff;
background:#512c7f;
padding:5px 20px;
border:2px solid #512c7f;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
opacity:1;
-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
cursor:pointer;
transition: all 0.2s ease-in 0s;
}

.element_action_btn:hover {
color:#512c7f;
background:#fff;
}

@media screen and (max-width:991px) {
.view.view-section-elements .views-row {
width:100%;
}
.elements_layout2 .view.view-section-elements .views-row {
width:50%;
}
.elements_layout3 .view.view-section-elements .views-row {
width:100%;
}
.elements_layout4 .view.view-section-elements .views-row {
width:50%;
}
.elements_layout5 .view.view-section-elements .views-row {
width:50%;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-section-elements .views-row {
width:100%;
}
.elements_layout2 .view.view-section-elements .views-row {
width:100%;
}
.elements_layout3 .view.view-section-elements .views-row {
width:100%;
}
.elements_layout4 .view.view-section-elements .views-row {
width:100%;
}
.elements_layout5 .view.view-section-elements .views-row {
width:100%;
}
}/***m***/



/* =============================================================================
 *   QW - ARTICLES GALLERY VIEW (ARTICLES VIEW)
 * ========================================================================== */


.articles_gallery_block {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:30px 0 !important;
border-top:1px solid #000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-articles-gallery,
.view.view-news-items-gallery {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 0 60px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-articles-gallery .views-row,
.view.view-news-items-gallery .views-row {
position:relative;
display:block;
width:100% !important;
height:auto !important;
float:left;
margin:0 !important;
padding:20px 35px !important;
background:none !important;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.article_teaser_wrapper {
position:relative;
display:block;
width:100%:
float:left;
color:#000 !important;
background:#fff;
text-decoration:none !important;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow: hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.article_teaser_wrapper:hover {
text-decoration:none !important;
-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.7);
box-shadow: 0 0 15px 1px rgba(0,0,0,0.7);
}

.article_teaser_wrapper .teaser_link {
color:#000 !important;
text-decoration:none !important;
}

.article_teaser_wrapper .teaser_link:hover {
text-decoration:none !important;
}

.article_teaser_image {
position:relative;
display:block;
width:30%;
float:left;
border-right:5px solid #cdcdcd;
padding:0;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.article_teaser_image img {
position:relative;
display:block;
margin:0;
width:100% !important;
height:auto;
}

.view.view-articles-gallery .article_teaser_content {
position:relative;
display:block;
width:70%;
float:left;
padding:0 0 30px 0;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-news-items-gallery .article_teaser_content {
position:relative;
display:block;
width:70%;
float:left;
padding:0 0 30px 0;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.article_teaser_icons {
position:absolute;
bottom:0;
right:0;
font-family:roboto;
font-size:0.8em;
font-weight:300;
padding:10px;
}

.news_item_teaser_wrapper .colorbox-inline {
position:relative;
display:block;
width:100%:
float:left;
color:#000 !important;
background:#fff;
text-decoration:none !important;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow: hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.news_item_teaser_wrapper .colorbox-inline:hover {
text-decoration:none !important;
-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.7);
box-shadow: 0 0 15px 1px rgba(0,0,0,0.7);
}


/* =============================================================================
 *   GreenPoint - BLOG POST PAGE / ARTICLE PAGE
 * ========================================================================== */

.article_layout_block {
position:relative;
display:block;
width:100%;
float:left;
font-family:open sans regular;
padding:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:50;
}

.view.view-article-layout {
position:relative;
direction:rtl;
display:block;
width:100%;
float:left;
margin:0 auto;
padding:0 0 60px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .view.view-article-layout {
direction:ltr;
}

.page_header {
position:relative;
direction:rtl;
display:block;
width:100%;
height:150px;
float:left;
margin-bottom:20px;
background:#512c7f;
-moz-box-shadow: inset 0 -10px 15px 0 rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 10px 15px 0 rgba(0,0,0,0.5);
box-shadow: inset 0 -10px 15px 0 rgba(0,0,0,0.5);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_content_wrapper {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.article_layout_block .page_title {
position:relative;
display:block;
width:100%;
float:left;
font-family:open sans bold;
}

.article_layout_block .page_title h1 {
position:relative;
display:inline;
width:auto;
text-align:right;
padding:0;
margin:0 !important;
line-height:1;
}

.eng .article_layout_block .page_title h1 {
text-align:left;
}

.article_layout_block .page_sub_title {
position:relative;
display:block;
width:100%;
float:left;
font-weight:300;
}

.article_layout_block .page_sub_title h2 {
margin:0 !important;
line-height:1.5;
font-weight:300;
}

.page_info {
position:relative;
display:block;
width:100%;
float:right;
padding:20px 0;
font-family:open sans regular;
font-size:0.8em;
border-bottom:1px solid #000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .page_info {
float:left;
}

.page_writer {
margin:0 10px 0 0;
}

.page_post_date {
margin:0 10px 0 0;
}

.article_layout_block .page_video {
position:relative;
display:block;
width:100%;
float:left;
padding:0;
}

.article_layout_block .page_text {
padding:30px 0;
}

.article_layout_block .page_text img {
width:100%;
max-width:500px !important;
float:left;
padding:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.article_layout_block.eng .page_text img {
float:right;
}

.page_pdf_files {
position:relative;
display:inline-block;
width:auto;
*/float:left;*/
padding:5px 0;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .page_pdf_files {
text-align:left;
}

.page_pdf_files .file-icon {
display:none;
}

.page_pdf_files a {
position:relative;
display:inline-block;
padding:5px 20px;
margin:0 auto;
color: #512c7f;
background:#fff;
border: 2px solid #512c7f;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
text-decoration:none !important;
transition: all 0.2s ease-in 0s;
}

.page_pdf_files a:hover {
color: #fff !important;
background:#512c7f;
text-decoration:none !important;
}

/********************* COMMENTS SECTION ********************/

.comment-title.title.comment-form {
font-size:1.5em;
}

.comment-wrapper {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto !important;
padding:0 0 60px 0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

@media screen and (max-width:1200px) {
.article_layout_block {
}
}/***m***/

@media screen and (max-width:680px) {
.article_layout_block .page_text img {
width:100%;
max-width:none !important;
float:right;
padding:10px;
}
}/***m***/

/* =============================================================================
 *   NETTO - CLIENTS LIST PAGE
 * ========================================================================== */
 
.view.view-clients-list {
position:relative;
padding:20px 0;
/*max-width:50%;*/
/*max-height:70vh;*/
/*overflow-y:scroll;*/
float:left;
/*margin-right:50px;*/
width:35%;
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-clients-list .views-accordion-header.ui-accordion-header,
.view.view-clients-list .views-accordion-clients_list-page-header {
background:none !important;
border:none !important;
border-raduis:none !important;
/*padding: 0.2em 1.5em !important;*/
/*padding:5px 0 0 30px;*/
padding:5px 0 !important;
color:#000;
font-family: myriad-cond;
font-weight:normal;
font-size:1.2em;
}

.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
display:none !important;
}

.view.view-clients-list .ui-accordion-header.ui-helper-reset.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active {
color:#b41d8d;
}
 
.view.view-clients-list .ui-widget-content {
border:none !important;
padding-left: 2em;
height:auto !important;
}

.view.view-clients-list a.project_client_ref,
.view.view-clients-list a:visited.project_client_ref {
color:#95a1a7;
font-family: myriad-cond;
font-weight:normal;
font-size:1.2em;
text-decoration:none;
transition: all 0.2s ease-in 0s;
}

.view.view-clients-list a:hover.project_client_ref {
color:#b41d8d;
}

.view.view-clients-sort {     /************ sorting tool *************/
padding-bottom:100px;
}

@media (max-width:740px) {

.view.view-clients-list {
position:relative;
padding:20px 0;
max-width:100%;
max-height:auto !important;
width:100%;
clear:both;
margin-right:0;
}

}/***m***/

/* =============================================================================
 *   NETTO - CLIENTS LOGO GALLERY
 * ========================================================================== */

#block-views-clients-logo-gallery-block-1 {
position:relative;
/*max-width:50%;*/
/*max-height:70vh;*/
/*overflow-y:scroll;*/
/*width:auto;*/
width:65% !important;
padding: 0 20px 40px 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:30;
}

#block-views-clients-logo-gallery-block-1 .jspPane {
width:100% !important;
padding:0 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

@media (max-width:768px) {
.view.view-clients-list {
width:50% !important;
}

#block-views-clients-logo-gallery-block-1 {
width:50% !important;
}
}/***m***/

@media (max-width:560px) {
.view.view-clients-list {
width:100% !important;
float:none;
clear:both;
-webkit-column-count: 1; /* Chrome, Safari, Opera */
-moz-column-count: 1; /* Firefox */
column-count: 1;
}

#block-views-clients-logo-gallery-block-1 {
width:100% !important;
float:none;
clear:both;
}
}/***m***/

.view.view-clients-logo-gallery {
position:relative;
display:block;
/*max-width:50%;*/
}

.view.view-clients-logo-gallery ul {
list-style:none;
list-type:none;
}

.view.view-clients-logo-gallery .views-row {
position:relative;
display:block;
float:left;
/*width:100px;*/
width:7%;
/*height:100px;*/
height:auto;
padding:0;
margin:0;
list-style:none;
list-type:none;
border:1px solid transparent;
transition: all 0.3s ease-in 0s;
}

.view.view-clients-logo-gallery .views-row img {
width:100% !important;
height:auto !important;
}

.view.view-clients-logo-gallery .views-row:hover {
border:1px solid #ccc;
}

.client_logo {
position:relative;
display:block;
padding:10%;
width:80%;
height:auto;
-webkit-filter: grayscale(1);
-webkit-filter: grayscale(100%);
filter: gray;
filter: grayscale(100%);
z-index:10;
transition: all 0.3s ease-in 0s;
}

.client_logo img {
max-width:100%;
height:auto;
transition: all 0.3s ease-in 0s;
}

.client_logo:hover {
-webkit-filter: grayscale(0);
-webkit-filter: grayscale(0%);
filter: none;
filter: grayscale(0%);
}

.client_logo_grey {
position:absolute;
display:none !important;   /****/
padding:10%;
width:80%;
height:auto;
opacity:1;
z-index:20;
transition: all 0.3s ease-in 0s;
}

.client_logo_grey:hover {
opacity:0;
z-index:20;
}


.whatsapp_button_wrapper {
position:absolute;
top:-65px;
padding:5px;
}

.whatsapp_button {
position:relative;
display:block;
width:50px;
height:50px;
padding:10px !important;
background:var(--brand-color-1);
padding:12px;
border:2px solid #fff;
border-radius:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:300;
}

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

.whatsapp_button_note {
position:absolute;
direction:rtl;
top:50%;
left:5px;
width:200px;
overflow:hidden;
padding:3px 10px;
margin:-12px 0 0 0;
border-radius:50px;
color:#000;
background:#fff;
box-shadow:0 0 8px rgba(0,0,0,0.3);
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
  -webkit-animation: glide-in-out 7s normal;
  -moz-animation:    glide-in-out 7s normal;
  -o-animation:      glide-in-out 7s normal;
  animation:         glide-in-out 7s normal;
opacity:0;
animation-delay: 2s;
transform:translateX(-300px);
transition: all 0.2s ease-in 0s;
}

.whatsapp_button_wrapper:hover .whatsapp_button_note {
transform:translateX(60px);
opacity:1;
}

@media (max-width:740px) {

#block-views-clients-logo-gallery-block-1 {
position:relative;
max-width:100%;
width:100%;
clear:both;
z-index:30;
}

.view.view-clients-logo-gallery .views-row {
width:100px;
}
}/***m***/

@media (max-width:640px) {
.view.view-clients-logo-gallery .views-row {
width:100px;
}
}/***m***/

@media (max-width:560px) {
.view.view-clients-logo-gallery .views-row {
width:100px;
}
}/***m***/


/* =============================================================================
 *   Generic - FLOATING CONTACT (VIEW)
 * ========================================================================== */

.floating_contact_block {
position:fixed;
left:0;
bottom:0;
margin:0;
z-index:600;
transition: all 0.2s ease-in 0s;
}

.floating_contact_wrapper {
position:fixed;
display:block;
width:100%;
left:0;
bottom:0;
transform:translateY(100%);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:900;
transition: all 0.2s ease-in 0s;
}

.show-contact .floating_contact_wrapper {
transform:translateY(0);
}

.floating_contact_form_wrapper {
position:relative;
direction:rtl;
display:block;
width:100%;
height:auto;
float:left;
float:left;
color:#fff;
padding:15px 60px 15px 15px;
background:var(--brand-color-1);
box-shadow:0 -5px 10px rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:500;
transition: all 0.2s ease-in 0s;
}

.eng .floating_contact_form_wrapper {
direction:ltr;
}

#fb-root {
transition: all 0.2s ease-in 0s;
}

.show-contact #fb-root,
.show-contact .fb_reset {
margin-bottom:80px !important;
}

.open-form .floating_contact_form_wrapper {
/*transform:translateY(0);*/
margin-bottom:0;
}

.floating_contact_form {
position:relative;
display:block;
width:80%;
float:right;
padding:10px;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .floating_contact_form {
float:left;
text-align:left;
}

.floating_contact_form .view.view-landing-page-form {
max-width:100%;
}

.floating_contact_title {
position:relative;
display:block;
width:100%;
float:right;
color:#fff;
text-align:right;
margin:0 0 5px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.floating_contact_title h3 {
margin:0;
font-family:open sans regular;
font-weight:normal;
}

.eng .floating_contact_title {
text-align:left;
}

.floating_contact_form .form-item {
position:relative;
display:block;
width:calc(26% - 10px);
margin:0 5px !important;
background:none !important;
float:right;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .floating_contact_form .form-item {
float:left;
text-align:left;
}

.floating_contact_form .form-text {
position:relative;
display:block;
width:100%;
line-height:1.5;
padding:5px 20px !important;
border-radius:50px;
border:2px solid #fff !important;
background:none !important;
text-align:right;
color:#fff !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .floating_contact_form .form-text {
text-align:left;
}

.floating_contact_form .form-item label {
top:0 !important;
padding:7px 15px !important;
color:#fff !important;
right:10px;
}

.eng .floating_contact_form .form-item label {
right:unset;
left:10px;
}

.floating_contact_form #webform-component-form-approve {
position:relative;
direction:rtl;
width:100%;
float:right;
padding:0 5px !important;
margin:5px 0 !important;
color:#fff;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.floating_contact_form .webform-component-checkboxes {
margin:0 !important;
padding:0 20px !important;
}

.floating_contact_form .webform-component-checkboxes label {
padding:0 !important;
}

.floating_contact_form .form-actions {
width:calc(22% - 10px);
margin:0 5px !important;
background:none !important;
float:right;
}

.eng .floating_contact_form .form-actions {
float:left;
}

.floating_contact_form .form-submit {
color:#fff;
width:100%;
padding:5px 20px;
border-radius:50px;
line-height:1.5;
background:var(--brand-color-2);
border:2px solid var(--brand-color-2);
transition: all 0.2s ease-in 0s;
}

.floating_contact_form .form-submit:hover {
color:var(--brand-color-2);
background:#fff;
border:2px solid #fff;
}

.floating_contact_form_buttons {
position:relative;
display:block;
width:20%;
float:right;
padding:5px 10px;
text-align:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .floating_contact_form_buttons {
direction:ltr;
float:left;
}

.floating_contact_btn {
position:relative;
display:inline-block;
width:auto;
max-width:100%;
padding:5px 25px;
margin:0 auto;
text-align:center;
border-radius:50px;
color:var(--brand-color-1);
background:#fff;
border:2px solid #fff;
cursor:pointer;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.floating_contact_btn:hover {
color:#fff;
background:none;
}

.floating_contact_phone {
position:relative;
display:block;
width:100%;
max-width:100%;
line-height:1;
text-align:left;
color:#fff;
margin:10px 0 0 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.call_btn {
position:relative;
font-size:1.5em;
font-family:open sans regular;
}

.call_btn_ast {
position:relative;
display:inline-block;
font-size:1.2em;
color:var(--brand-color-2);
font-family:open sans bold;
vertical-align:middle;
}

.call_btn_num {
position:relative;
display:inline-block;
font-size:1.5em;
color:#fff;
font-family:open sans bold;
vertical-align:middle;
}

.call_btn_label {
position:relative;
display:inline-block;
vertical-align:middle;
}

.floating_contact_mobile_buttons {
position:relative;
display:none;
width:100%;
float:left;
color:#fff;
background:var(--brand-color-1);
box-shadow:0 -5px 10px rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:500;
transition: all 0.2s ease-in 0s;
}

.mobile_contact_button {
position:relative;
display:block;
width:33.333%;
float:left;
color:#fff;
padding:12px 5px;
text-align:center;
background:var(--brand-color-1);
border-right:1px solid #fff;
cursor:pointer;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.mobile_contact_button img {
width:auto;
height:28px;
transform-origin:50% 50%;
transition: all 0.2s ease-in 0s;
}

.open-form .mobile-form-btn {
padding:15px 5px;
}

.open-form .mobile-form-btn img {
width:32px;
height:3px;
background:#fff;
border-radius:10px;
overflow:hidden;
transform:rotate(45deg);
}

.mobile_contact_close_line {
position:absolute;
display:none;
top:50%;
left:50%;
width:32px;
height:3px;
margin-top:2px;
margin-left:-16px;
background:#fff;
border-radius:10px;
overflow:hidden;
transform-origin:50% 50%;
transition: all 0.2s ease-in 0s;
}


.open-form .mobile_contact_close_line {
display:block;
transform:rotate(-45deg);
}

.mobile_contact_button:last-child {
border-right:none;
}

@media screen and (max-width:1600px) {
.floating_contact_form_wrapper {
padding:15px 60px 15px 10px;
}
}/***m***/


@media screen and (max-width:1280px) {
.floating_contact_form_wrapper {
padding:10px 50px 10px 10px;
}
}/***m***/

@media screen and (max-width:991px) {
.floating_contact_form_wrapper {
/*display:none;*/
/*transform:translateY(100%);*/
max-height:100vh;
margin-bottom:-150%;
/*background:#fff;*/
padding:15px 15px 50px 15px;
}
.floating_contact_mobile_buttons {
display:block;
}
.floating_contact_form {
width:100%;
}
.floating_contact_form_buttons {
display:none;
width:100%;
}
.floating_contact_form .form-item {
width:100% !important;
margin:0 0 15px 0 !important;
background:none !important;
}
.floating_contact_form .form-actions {
width:100%;
}
}/***m***/


/* =============================================================================
 *   Vitruvian - CONTACT SECTION (ON FOOTER)
 * ========================================================================== */

.contact_section_block {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
font-family: open sans regular;
color:#000;
margin:0 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.contact_section_block.eng {
font-family: open sans regular;
}

.view.view-contact-section {
position:relative;
display:inline-block;
width:100%;
float:left;
text-align:right;
font-family: open sans regular;
color:#000;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .view.view-contact-section {
font-family: open sans regular;
text-align:left;
}

.contact_section_inner {
position:relative;
display:block;
width:100%;
max-width:1200px;
padding:0 15px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.contact_section_info {
position:relative;
display:block;
width:100%;
float:left;
padding:0 20px;
margin:0 0 10px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .contact_section_info {
float:left;
}

.contact_section_form {
position:relative;
display:block;
width:100%;
float:left;
padding:0 20px;
margin:0 0 30px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .contact_section_form {
float:right;
}

.contact_section_title {
position:relative;
display:block;
width:100%;
padding:0;
color:#fff;
text-align:center;
padding:30px 0;
}

.eng .contact_section_title {
font-family:open sans regular;
}

.contact_section_title h2 {
position:relative;
display:inline;
width:auto;
text-transform:uppercase;
line-height:1;
padding:0 20px;
margin:0 !important;
}

.contact_map {
position:relative;
display:block;
width:100%;
float:left;
height:auto;
padding:2px;
/*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
/*filter: grayscale(100%);*/
background:var(--brand-color-1);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .contact_map {
float:left;
}

.contact_map iframe {
display:block;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}

.contact_results_link {
position:absolute;
top:10px;
right:10px;
color:#000 !important;
z-index:30;
}


.contact_results_link a,
.contact_results_link a:visited {
position:relative;
display:block;
background:#fff;
padding:5px 10px;
color:#000 !important;
font-family:Open sans regular;
border:1px solid #000;
text-decoration:none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
transition: all 0.2s ease-in 0s;
}

.contact_results_link a:hover {
background:#000;
color:#fff !important;
text-decoration:none;
}

/****************** contact form *********************/

#webform-component-first-name,
#webform-component-phone {
position:relative;
display:block;
float:right;
width:calc(33.333% - 30px);
margin:15px;
padding:0;
background:none;
border-bottom:2px solid #fff;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-component-email {
position:relative;
display:block;
float:right;
width:calc(33.333% - 30px);
margin:15px;
padding:0;
background:none;
border-bottom:2px solid #fff;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-component-message {
position:relative;
display:block;
float:right;
width:calc(100% - 30px);
margin:15px;
padding:10px 5px;
background:none;
border-bottom:2px solid #fff;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-component-contact-interested {
position:relative;
display:block;
float:right;
width:calc(20% - 30px);
margin:15px;
padding:10px 5px;
background:none;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng #webform-component-first-name,
.eng #webform-component-phone,
.eng #webform-component-email,
.eng #webform-component-contact-interested {
float:left;
}

#webform-component-message label {
text-align:right;
right:10px;
color:#fff;
}

.eng #webform-component-message label {
text-align:left;
left:10px;
color:#fff;
}

#webform-component-message .form-textarea {
border:none;
background:none;
}

#webform-component-message .grippie {
background:none;
border:none !important;
}

#webform-component-first-name .form-text,
#webform-component-last-name .form-text,
#webform-component-email .form-text,
#webform-component-phone .form-text {
position:relative;
direction:rtl;
display:inline-block;
float:right;
width:100% !important;
margin:0;
color:#fff;
padding:10px 5px;
line-height:1.5;
text-align:right;
background:none;
border:none !important;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng #webform-component-first-name .form-text,
.eng #webform-component-last-name .form-text,
.eng #webform-component-email .form-text,
.eng #webform-component-phone .form-text {
direction:ltr;
float:left;
text-align:left;
}

#webform-component-company .form-text {
position:relative;
display:inline-block;
float:left;
width:100% !important;
margin:0;
color:#fff;
border:none;
padding:10px 5px;
line-height:1.5;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#webform-component-first-name label,
#webform-component-last-name label,
#webform-component-email label,
#webform-component-phone label,
#webform-component-company label {
position:absolute;
display:inline-block;
right:0;
width:auto !important;
margin:0;
padding:10px 5px;
color:#fff;
border:none;
overflow:hidden !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng #webform-component-first-name label,
.eng #webform-component-last-name label,
.eng #webform-component-email label,
.eng #webform-component-phone label,
.eng #webform-component-company label {
left:0;
}

#webform-client-form-16 label {
right:5px;
}

#edit-submitted-contact-interested {
direction:rtl;
float:left;
border:none !important;
width: 65%;
font-size:1.2em;
}

.eng #edit-submitted-contact-interested {
direction:ltr;
float:right !important;
width: 50%;
}

.eng .webform-component-select label {
position:relative;
display:inline-block;
width:auto;
float:left !important;
}

.eng #edit-submitted-contact-interested {
direction:ltr;
float:left;
}

.form-required {
color:var(--brand-color-1);
float:left;
}

.eng .form-required {
float:right;
}

#edit-submitted-contact-interested label {
right:0;
}

.eng #edit-submitted-contact-interested label {
left:0;
}

.view.view-contact-section .form-actions {
position:relative;
display:block;
float:right;
text-align:center;
width:calc(100% - 30px);
margin:15px !important;
}

.eng .view.view-contact-section .form-actions {
position:relative;
display:block;
float:left;
text-align:center;
width:calc(100% - 30px);
margin:15px !important;
}

.view.view-contact-section .form-submit {
position:relative;
display:block;
width:auto;
font-size:1.2em;
line-height:1;
font-family:open sans bold;
font-weight:300;
color:#fff;
text-align:center;
background:var(--brand-color-1);
border:2px solid var(--brand-color-1);
padding:10px 30px;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
margin:0 auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

.view.view-contact-section #edit-submit:hover {
background:transparent;
color:var(--brand-color-1);
text-decoration:none !important;
}

/****************** contact form media queries ***********************/

@media screen and (max-width:991px) {
.contact_section_info {
width:100%;
float:left;
clear:both;
}
.contact_section_form {
width:100%;
float:left;
clear:both;
border-left:none;
border-right:none;
padding:20px 0;
}
.contact_image {
width:100%;
}
#webform-component-first-name,
#webform-component-phone {
width:calc(100% - 20px);
margin:10px;
}
#webform-component-email {
width:calc(100% - 20px);
margin:10px;
}
#webform-component-contact-interested {
width:calc(100% - 20px);
margin:10px;
}
.view.view-contact-section .form-actions,
.eng .view.view-contact-section .form-actions {
width:calc(100% - 30px);
}
}/***m***/

.footer_icons_wrapper {
position:relative;
display:block;
width:100%;
height:auto;
float:left;
padding:50px 0;
background:#333;
background-size:cover;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.footer_icons_inner {
position:relative;
display:block;
width:100%;
height:auto;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-contact-element {
position:relative;
display:block;
width:100%;
height:auto;
float:left;
padding:20px 10px;
color:#fff;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.view.view-contact-element .views-row {
position:relative;
display:block;
width:25%;
height:auto;
float:right;
padding:10px;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.eng .view.view-contact-element .views-row {
float:left;
}

.view.view-contact-element .views-row p a,
.view.view-contact-element .views-row p a:visited {
color:#fff !important;
}

.contact_element_title {
font-size:1.5em;
font-family:open sans bold;
}

@media screen and (max-width:991px) {
.view.view-contact-element .views-row {
width:50%;
height:200px;
}
}/***m***/

@media screen and (max-width:768px) {
.view.view-contact-element .views-row {
width:100%;
height:auto;
}
}/***m***/

/* =============================================================================
 *   Vitruvian - PAGE CONTACT BUTTON
 * ========================================================================== */

@-webkit-keyframes slide-left {
  0%   { margin-left:-110%; }
  75%   { margin-left:-110%; }
  100% { margin-left:0; }
}
@-moz-keyframes slide-left {
  0%   { margin-left:-100%; }
  75%   { margin-left:-110%; }
  100% { margin-left:0; }
}
@-o-keyframes slide-left {
  0%   { margin-left:-110%; }
  75%   { margin-left:-110%; }
  100% { margin-left:0; }
}
@keyframes slide-left {
  0%   { margin-left:-110%; }
  75%   { margin-left:-110%; }
  100% { margin-left:0; }
}


@-webkit-keyframes slide-right {
  0%   { margin-right:-110%; }
  75%   { margin-right:-110%; }
  100% { margin-right:0; }
}
@-moz-keyframes slide-right {
  0%   { margin-right:-100%; }
  75%   { margin-right:-110%; }
  100% { margin-right:0; }
}
@-o-keyframes slide-right {
  0%   { margin-right:-110%; }
  75%   { margin-right:-110%; }
  100% { margin-right:0; }
}
@keyframes slide-right {
  0%   { margin-right:-110%; }
  75%   { margin-right:-110%; }
  100% { margin-right:0; }
}

.fb_dialog {
right:10px !important;
bottom:10px !important;
}

.page_contact_button_block {
position:fixed;
bottom:0;
width:auto;
left:0;
margin:0 !important;
z-index:500;
}

.page_contact_button_wrapper {
position:fixed;
bottom:50px;
left:0;
width:auto;
float:right;
padding:15px 10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_contact_button {
position:relative;
display:inline-block;
float:left;
font-family:open sans bold;
color:#512c7f;
background:#fff;
padding:5px 20px;
border:2px solid #512c7f;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
opacity:1;
-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
cursor:pointer;
  -webkit-animation: slide-left 4s normal;
  -moz-animation:     slide-left 4s normal;
  -o-animation:       slide-left 4s normal;
  animation:          slide-left 4s normal;
transition: all 0.2s ease-in 0s;
}

.page_contact_button:hover {
color:#fff;
background:#512c7f;
}

.open .page_contact_button {
opacity:0;
}

.page_contact_button_form {
position:absolute;
bottom:0;
left:0;
width:100%;
max-width:380px;
height:0;
/*opacity:0;*/
background:#fff;
overflow:hidden;
padding:0;
margin-bottom:-110%;
margin-left:-110%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:999;
transition: all 0.2s ease-in 0s;
}

.page_contact_button_wrapper.open {
width:100%;
}

.open .page_contact_button_form {
width:100%;
height:auto;
/*opacity:1;*/
padding:15px 10px;
margin-bottom:15px;
margin-left:10px;
}

.page_contact_x {
position:absolute;
display:block;
top:5px;
right:5px;
color:#000;
padding:5px;
font-size:1.5em;
line-height:1;
cursor:pointer;
z-index:999;
}

.page_contact_button_form .form-item {
width:100% !important;
color:#000 !important;
margin:5px 0 !important;
border-bottom:none !important;
border:1px solid #ccc !important;
}

.page_contact_button_form .form-item label {
color:#000 !important;
right:0 !important;
transition: all 0.2s ease-in 0s;
}

.eng .page_contact_button_form .form-item label {
left:0 !important;
}

.eng .page_contact_button_form #webform-component-message label {
left:5px !important;
}

.page_contact_button_form .form-item:focus label {
opacity:0;
}

.page_contact_button_form .form-item .form-text {
color:#000 !important;
}

.page_contact_button_form .view.view-contact-section .form-actions {
margin:5px 0 !important;
}

@media screen and (max-width:560px) {
.page_contact_button_wrapper {
max-width:100%;
}
}/***m***/


/* =============================================================================
 *   iACT - EVENT PAGE
 * ========================================================================== */

.event_page_layout_block {
position:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:30px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.event_page_layout_block .page_title {
}

.event_page_layout_block .page_title h1 {
position:relative;
direction:rtl;
width:auto;
text-align:right;
padding:0;
font-family:Artishok regular;
margin:0 !important;
line-height:1;
}

.event_page_layout_block .page_sub_title {
direction:rtl;
text-align:right;
font-weight:300;
}

.event_page_layout_block .page_sub_title h2 {
margin:0 !important;
line-height:1;
font-weight:300;
}

.event_type_color {
position:relative;
display:block;
width:100%;
float:left;
margin:20px 0 0 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.event_type_color .color-swatch {
width:100% !important;
height:4px !important;
}

.event_place_and_time {
position:relative;
display:block;
direction:rtl;
text-align:right;
width:100%;
float:left;
padding:5px 0;
margin:0 0 20px 0;
border-bottom:1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.event_page_images {
position:relative;
display:block;
width:100%;
float:left;
margin:0 auto;
padding:0 0 30px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

/* =============================================================================
 *   QW - EVENTS CALENDAR
 * ========================================================================== */

.view.view-calendar {
positio:relative;
display:block;
width:100%;
max-width:1200px;
margin:0 auto 30px auto;
padding:20px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-calendar .view-header {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
margin-top:50px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-calendar .calendar-calendar {
}

.calendar-calendar th.days {
color: #000;
font-weight: bold;
text-align: left;
border: none;
background: none;
text-transform: uppercase;
}

.view.view-calendar tbody {
border:2px solid #000;
border-color: #000 !important;
}

.view.view-calendar tbody tr {
border-top:none !important;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
position: absolute;
width: 3000px;
left: 0 !important;
padding:0 5px;
}

.view-item.view-item-calendar .color-swatch {
position:absolute;
top:0;
left:0;
display:block;
width:100% !important;
height:100% !important;
padding:10px !important;
margin:0;
z-index:1;
}

.view-item.view-item-calendar .event_calendar_wrapper {
position:relative;
display:inline-block;
float:left;
color:#fff !important;
font-size:1.2em !important;
z-index:20 !important;
}

.view-item.view-item-calendar .event_calendar_wrapper a,
.view-item.view-item-calendar .event_calendar_wrapper a:visited {
display:block;
color:#fff !important;
text-decoration:none !important;
}

.view-item.view-item-calendar .event_calendar_wrapper a:hover {
text-decoration:none !important;
}

.view-item.view-item-calendar .event_calendar_title {
position:relative;
font-size:1.2em !important;
z-index:20 !important;
}

.view-item.view-item-calendar .event_calendar_info {
position:relative;
font-size:1em !important;
font-weight:300;
z-index:20 !important;
}

.view-item.view-item-calendar .date-display-start,
.view-item.view-item-calendar .date-display-end {
position:relative;
font-weight:300;
font-size:1em !important;
z-index:20 !important;
}

.view.view-calendar tr.info, tr.even, tr:nth-child(2n+2) {
border-bottom: 0;
background-color: #fff;
}

.calendar-calendar .month-view .full td.date-box.today {
border-width: 2px 2px 0px 2px;
border-style: solid;
border-color: #34b984 !important;
}

.calendar-calendar .month-view .full td.date-box.today a,
.calendar-calendar .month-view .full td.date-box.today a:visited {
color:#fff !important;
text-decoration:none;
}

.calendar-calendar .month-view .full tr td.single-day.today {
border-bottom: 2px solid #34b984 !important;
}

.calendar-calendar .month-view .full td .inner div.day, .calendar-calendar .month-view .full td .inner div.day a {
border: none;
background: none;
margin-bottom: 0px;
height: 1.5em;
padding: 0;
font-size: 0.85em;
font-weight: 300;
}

.empty .month.day {
color:#999 !important;
}

.date-box.today .month.day {
color:#fff !important;
background:#34b984 !important;
-moz-border-radius: 50px;
border-radius: 50px;
}

.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today {
background: none;
border-left: 2px solid #34b984 !important;
border-right: 2px solid #34b984 !important;
}

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
border-left: 2px solid #34b984 !important;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
background: #509cf2;
height: 2.5em;
overflow: hidden;
margin: 0px auto;
color: #ffffff;
position: relative;
padding:0 !important;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
position: absolute;
right: 0px !important;
right: -1px;
width: 10px;
text-align: left;
background:transparent !important;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
height: 1.9em;
padding-left: 6px;
z-index: 1;
}

.calendar-calendar .day-view .view-item .calendar {
color:#fff;
border:none !important;
}

.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
margin: 0 !important;
}

.view.view-calendar .view-footer {
position:relative;
display:block;
width:100%;
float:left;
margin-bottom:50px;
}

.event_type_legend_wrapper {
position:relative;
display:block;
width:100%;
float:left;
}

.view.view-event-type-legend {
position:relative;
display:block;
width:100%;
float:left;
padding:20px 0;
}

.view.view-event-type-legend .views-row {
position:relative;
display:inline-block;
float:left;
margin-right:20px;
}

.event_type_legend_color {
position:relative;
display:inline-block;
float:left;
width:1em !important;
height:1em !important;
margin-right:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow:hidden !important;
}

.event_type_legend_title {
position:relative;
display:inline-block;
float:left;
line-height:1;
font-weight:300;
}

.events_calendar_buttons {
position:absolute;
display:inline-block;
top:0;
left:0;
z-index:40;
}

.calendar_button {
position:relative;
display:inline-block;
float:left;
margin-right:5px;
}

.calendar_button a,
.calendar_button a:visited {
position:relative;
display:block;
font-size:1em;
line-height:1;
font-weight:300;
color:#000;
background:#fff;
border:1px solid #777;
padding:5px 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-transform:uppercase;
transition: all 0.2s ease-in 0s;
}

.calendar_button a:hover,
.calendar_button a:active,
.calendar_button a:focus {
color:#fff;
background:#34b984;
border:1px solid #34b984;
text-decoration:none !important;
}

.view .date-nav-wrapper {
margin:0 !important;
}

.view .date-nav-wrapper .pager {
position:absolute;
display:inline-block;
width:auto;
top:0;
right:0;
z-index:40;
}

.view .date-nav-wrapper .date-prev {
position: relative !important;
position: relative !important;
display:inline-block;
float:left;
right: 0 !important;
text-align: center;
top: 0px;
width: auto;
z-index: 1;
font-size: 1em;
margin-right:5px;
background:none;
padding:0;
transition: all 0.2s ease-in 0s;
}

.view .date-nav-wrapper .date-next {
position: relative !important;
display:inline-block;
float:left;
right: 0 !important;
text-align: center;
top: 0px;
width: auto;
z-index: 1;
font-size: 1em;
background:none;
padding:0;
transition: all 0.2s ease-in 0s;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-prev a:visited,
.view .date-nav-wrapper .date-next a,
.view .date-nav-wrapper .date-next a:visited {
position: relative !important;
display:inline-block;
-moz-border-radius: 5px;
border-radius: 5px;
color:#000;
background:#fff;
border:1px solid #777;
padding: 5px 20px;
text-align: center;
width: auto;
font-size: 1em;
line-height:1;
font-weight:300;
text-transform:uppercase;
transition: all 0.2s ease-in 0s;
}

.view .date-nav-wrapper .date-prev a:hover,
.view .date-nav-wrapper .date-next a:hover {
color:#fff;
background:#34b984;
border:1px solid #34b984;
text-decoration:none !important;
}

.single-day:nth-child(6),
.single-day.no-entry:nth-child(6),
.single-day:nth-child(7),
.single-day.no-entry:nth-child(7) {
/*background:#eee;*/
}

.edit_event_link {
position:absolute;
right:2px;
right:2px;
z-index:30;
}

.edit_event_link a,
.edit_event_link a:visited {
position:relative;
color:#fff !important;
text-decoration:none;
transition: all 0.2s ease-in 0s;
}

.edit_event_link a:hover {
color:#fff !important;
text-decoration:none;
}

/************* EVENTS POPUP ***********/

.event_popup_content {
}

.event_popup_title {
color:#000;
font-size:1.5em;
}


.event_popup_sub_title {
color:#000;
font-size:1.3em;
}


@media screen and (max-width:768px) {
.events_calendar_buttons {
position:relative;
display:inline-block;
margin:0 auto;
margin-bottom:20px;
}
.view .date-nav-wrapper {
text-align:center
}
.view .date-nav-wrapper .pager {
position:relative;
display:inline-block;
margin:0 auto;
margin-top:20px;
}
}/***m***/


/* =============================================================================
 *   Vitruvian - FAQ / SUPPORT PAGE
 * ========================================================================== */

.general_faq_block {
position:relative;
direction:rtl;
display:block;
width:100%;
height:auto;
float:left;
margin-bottom:30px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.general_faq_block.eng {
direction:ltr;
font-family: open sans regular;
}

.view.view-general-faq {
position:relative;
direction:rtl;
display:block;
width:100%;
height:auto;
float:left;
padding:30px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


.eng .view.view-general-faq {
direction:ltr;
}

.view.view-general-faq .view-header {
position:relative;
display:block;
width:100%;
height:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-general-faq .block-title {
position:relative;
display:block;
width:100%;
height:auto;
max-width:1200px;
margin:0 auto;
color:#000;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-general-faq .view-content {
position:relative;
display:block;
width:100%;
height:auto;
max-width:1200px;
color:#000;
padding:0 15px;
margin:0 auto;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .view.view-general-faq .view-content {
text-align:left;
}

.eng .view.view-general-faq {
direction:ltr;
float:left;
text-align:left;
font-family: open sans regular;
}

.ui-accordion-header-icon {
display:none !important;
}

.views-field.views-field-title.views-accordion-header {
transition: all 0.2s ease-in 0s;
}

.views-field.views-field-title.views-accordion-header:hover {
}

.ui-accordion-header:hover a {
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
font-family:Duvshanit regular;
color:#000;
}

.eng .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
font-family:open sans regular;
}

.views-field.views-field-title.views-accordion-header.ui-accordion-header.ui-helper-reset.ui-state-default {
border:none;
}

.views-field.views-field-title.views-accordion-header.ui-accordion-header.ui-helper-reset.ui-state-default:hover {

}

.views-field.views-field-title.views-accordion-header.ui-accordion-header.ui-helper-reset.ui-state-default:before {
position:absolute;
top:3px;
right:5px;
width:1em;
height:1em;
content:"+";
line-height:1;
font-size:2em;
color:var(--brand-color-1);
font-weight:100;
font-family: open sans regular;
transition: all 0.2s ease-in 0s;
}

.eng .views-field.views-field-title.views-accordion-header.ui-accordion-header.ui-helper-reset.ui-state-default:before {
top:3px;
left:5px !important;
}

.ui-accordion-content {
border:none !important;
}

.views-field.views-field-title.views-accordion-header.ui-accordion-header.ui-helper-reset.ui-state-default.ui-accordion-icons.ui-accordion-header-active {
/*border:none !important;*/
border-top:none;
border-right:none;
border-left:none;
border-bottom:1px solid var(--brand-color-1);
}

.views-field.views-field-title.views-accordion-header.ui-accordion-header.ui-helper-reset.ui-state-default.ui-accordion-icons.ui-accordion-header-active:before {
position:absolute;
top:0;
right:5px;
width:1em;
height:1em;
/*content:"-";*/
line-height:1;
/*font-size:2em;*/
color:var(--brand-color-1);
font-weight:100;
font-family: open sans regular;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
transition: all 0.2s ease-in 0s;
}

.eng .views-field.views-field-title.views-accordion-header.ui-accordion-header.ui-helper-reset.ui-state-default.ui-accordion-icons.ui-accordion-header-active:before {
top:8px;
left:15px;
}

.faq_section_title {
position:relative;
direction:rtl;
display:block;
width:100%;
height:auto;
float:right;
color:#000;
font-family: open sans regular;
font-size:1.3em;
padding:5px 15px;
text-align:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.eng .faq_section_title {
direction:ltr;
float:left;
text-align:left;
font-family: open sans regular;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #ccc;
background: #fff !important;
font-weight: 500;
color: #000;
font-family: open sans regular;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
right: .5em;
top: 50%;
margin-top: -8px;
}

.ui-accordion .ui-accordion-icons {
padding-right: 2.2em !important;
}

.ui-state-default .ui-icon {
    background-image: url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-icons_888888_256x240.png);
}

.ui-widget-content {
border-top: none;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #fff !important;
color: #222;
font-family:open sans regular;
font-size:0.85em;
}

@media screen and (max-width:991px) {
.searcher_faq_block,
.publisher_faq_block {
width:100%;
}
}/***m***/

@media screen and (max-width:768px) {
.general_faq_block,
.searcher_faq_block,
.publisher_faq_block {
padding:0 10px;
}
}/***m***/

@media screen and (max-width:560px) {
.general_faq_block,
.searcher_faq_block,
.publisher_faq_block {
padding:0 5px;
}
}/***m***/


/* =============================================================================
 *   Vitruvian - Landing Page Layout
 * ========================================================================== */

.landing_page_panel_block {
position:fixed;
top:125px;
right:0;
z-index:100;
}

.landing_page_panel_wrapper {
position:relative;
display:block;
float:left;
width:330px;
margin-right:-330px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
z-index:120;
}

.landing_page_panel_wrapper.open {
margin-right:0;
}

.landing_page_panel_inner {
position:relative;
display:block;
float:left;
width:100%;
background:#fff;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:150;
}

.open .landing_page_panel_inner {
-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
}

.landing_page_panel_btn {
position:absolute;
top:0;
left:-50px;
width:50px;
height:40px;
background:#fff;
font-size:1.3em;
text-align:center;
padding:5px 20px 5px 20px;
-moz-border-radius: 500px 0 0 500px;
-webkit-border-radius: 500px 0 0 500px;
border-radius: 500px 0 0 500px;
-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
overflow:hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
cursor:pointer;
z-index:100;
}

.landing_page_stat_wrapper {
position:relative;
display:block;
float:left;
text-align:center;
margin:5px;
text-decoration:none !important;
color:#000 !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.landing_page_stat_item {
position:relative;
display:block;
float:left;
width:100px;
height:100px;
padding:35px 0;
font-size:1.3em;
text-align:center;
margin:0 0 5px 0;
border:1px solid #ccc;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.2s ease-in 0s;
}

a.landing_page_stat_wrapper:hover .landing_page_stat_item {
color:#fff;
background:#999;
border:1px solid #999;
}

.landing_page_stat_label {
font-size:0.8em;
}

.landing_page_contact_block {
position:fixed;
bottom:0;
left:0;
z-index:999;
}

.landing_page_contact_wrapper {
position:fixed;
bottom:0;
left:0;
perspective:450px;
}

.view.view-landing-page-form {
max-width:900px;
margin:0 auto;
}

.landing_page_contact_form {
position:absolute;
bottom:0;
left:0;
width:0;
height:0;
background:#fff;
padding:25px 15px;
overflow:hidden;
transform: rotateX(-50deg) rotateY(-50deg) rotateZ(-30deg) skewX(-30deg);
margin: 0 0 -120% -120%;
opacity:0;
perspective-origin:left bottom;
-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
-moz-border-radius: 500px 0 500px 0;
-webkit-border-radius: 500px 0 500px 0;
border-radius: 500px 0 500px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition: all 0.3s ease-in 0s;
z-index:100;
}

.landing_page_contact_form.jennie_up {
width:50vw;
height:70vh;
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg);
margin: 15vh 25vw;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
opacity:1;
}

.landing_page_contact_btn {
position:fixed;
display:inline-block; /*** temporaty disabled ***/
bottom:15px;
left:5px;
font-family:open sans bold;
color:#512c7f;
background:#fff;
padding:5px 20px;
border:2px solid #512c7f;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
opacity:1;
-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
cursor:pointer;
  -webkit-animation: slide-left 2s normal;
  -moz-animation:     slide-left 2s normal;
  -o-animation:       slide-left 2s normal;
  animation:          slide-left 2s normal;
transition: all 0.2s ease-in 0s;
cursor:pointer;
z-index:150;
}

.landing_page_contact_btn:hover {
color:#fff;
background:#512c7f;
}

.landing_page_contact_form .form-item {
position:relative;
display:block;
width:100%;
float:left;
margin:0 0 15px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.landing_page_contact_form .form-item input {
position:relative;
display:block;
width:100%;
float:left;
padding:20px 10px 5px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:20;
}

.landing_page_contact_form .form-item label {
position:absolute;
top:10px;
left:10px;
font-size:1em;
color:#555;
z-index:30;
transition: all 0.1s ease-in 0s;
}

.landing_page_contact_form .focus label {
font-size:0.8em;
top:5px;
left:10px;
color:#ccc;
}

.page_contact_text {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.landing_page_contact_form .form-actions {
text-align:center;
}

.landing_page_contact_form .form-submit {
padding:10px 50px;
margin:0 auto;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
}

@media screen and (max-width:991px) {
.landing_page_contact_form.jennie_up {
width:94vw;
height:85vh;
margin:0 3vw 3vh 3vw;
}
}/***m***/


/************************ LANDING PAGE THANKYOU PAGE ***************************/

.landing_page_thankyou_wrapper {
position:relative;
display:block;
width:100%;
float:left;
margin-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.thankyou_page_header {
position:relative;
display:block;
width:100%;
float:left;
padding:0 15px;
margin-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.thankyou_page_header_image {
position:relative;
display:block;
width:100%;
height:300px;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.thankyou_page_content {
position:relative;
display:block;
width:100%;
float:left;
padding:15px 0;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.thankyou_page_content_inner {
position:relative;
display:inline-block;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
text-align:initial;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.thankyou_page_title {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.thankyou_page_title h1 {
margin:0;
}

.thankyou_page_title h2 {
margin:0;
}

.thankyou_page_text {
position:relative;
display:block;
width:100%;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}



/* =============================================================================
 *   Vitruvian - Landing Page Countdown View
 * ========================================================================== */

.view.view-countdown {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
padding:150px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-simple-countdown {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
padding:10px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.view.view-timecircles-countdown {
position:relative;
display:block;
width:100%;
float:left;
text-align:center;
padding:10px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.countdown_wrapper {
position:relative;
display:inline-block;
margin:0 auto;
width:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.countdown_container {
position:relative;
display:inline-block;
margin:0 auto;
width:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.countDown_digit_last_placeholder,
.countDown_digit_new_placeholder,
.countDown_digit_last_rotate,
.countDown_digit_new_rotate {
display:block !important;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.countDown_digit_last_placeholder {
}

.countDown_digit_last_placeholder,
.countDown_digit_new_placeholder {
}

.countDown_digit_last_rotate:after,
.countDown_digit_new_rotate:after {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.countDown_digit_last_rotate,
.countDown_digit_new_rotate {
border-bottom:none !important;
}

.countDown_cont {
font-size:1em !important;
}

.timecircles_wrapper {
position:relative;
display:inline-block;
margin:0 auto;
width:auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.cntSeparator {
font-size:4em !important;
line-height:1 !important;
margin:5px !important;
}

.countDown_interval_basic_cont_description {
display:block !important;
margin:5px 0 !important;
text-align:center;
text-shadow:0.1em 0.1em 0.3em rgba(0,0,0,0.7) !important;
}

.countDown__interval_basic_cont {
margin-right:0.5em !important;
margin-left:0.5em !important;
}

.countDown_interval_cont:nth-child(n+1):not(:last-child){
margin-right:0 !important;
}

.countDown_digit_cont {
perspective: 4em !important;
font-size:5.5em !important;
margin:0 2px;
}

@media screen and (max-width:991px) {
.countDown_cont {
font-size:0.85em !important;
}
.countDown_digit_cont {
width:0.8em !important;
}
}/***m***/

@media screen and (max-width:768px) {
.countDown_cont {
font-size:0.7em !important;
}
.countDown_digit_cont {
margin:0 1px;
width:0.8em !important;
}
}/***m***/

@media screen and (max-width:560px) {
.countDown_cont {
font-size:0.5em !important;
}
.countDown_digit_cont {
width:0.8em !important;
}
}/***m***



/* =============================================================================
 *   Vitruvian - Website Brief View
 * ========================================================================== */

.view.view-website-brief-form {
position:relative;
display:block;
width:100%;
float:left;
padding:100px 15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}








