/*
Theme Name: mvr
Theme URI: http://upmaster.co.il/
Author: upmaster.co.il
Author URI: http://upmaster.co.il/
Description: Description
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mvr
Tags:

mvr is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

body{
    font-family: 'Poppins';
}
#header{
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
}
.navbar{
    margin: 0;
    border: none;
    z-index: 1000;
}
#header .navbar, #header .navbar a{
    color:#ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
#header .navbar-nav{
	margin: 7.5px 10px;
}
#header .navbar-nav a{
    padding: 20px 15px 20px 15px;
}

#header .navbar-nav li.active a, 
#header .navbar-nav a:hover,
#header .navbar-nav a:active,
#header .navbar-nav a:focus,
#header .navbar-nav a:visited,
#header .navbar-nav .current-menu-item a{
    border-bottom: 3px solid #ec3d36;
    background: none;
}
.icon-bar{
    background: #ffffff !important;
}
.navbar-brand{
    padding: 13px 0;
    vertical-align: middle;
    height: 80px;
    position: relative;
    z-index: 1002;
    opacity: 0.99;
}
.container-fluid>.navbar-collapse{
    margin-left: -30px;
    margin-right: -30px;
    border: none;
    position: absolute;
    background: #000000;
    width: calc(100% + 30px);
    z-index: 1001;
    opacity: 0.98;
}
.navbar-toggle{
    margin-top: 23px;
}
#slider{
    width: 100%;
    height: 870px;
    overflow: hidden;
    position: relative;
    background: #000000;
}
div.jR3DCarouselGallery{
    height: 870px !important;
}
.Slide{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
#sliderPlayControl{
    position: absolute;
    top: 252px;
    text-align: center;
    width: 100%;
    z-index: 100;
}
#sliderLogo{
   margin-bottom: 20px; 
}
#sliderTitle{
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 300;
    color: #ffffff;
    margin: 25px 0;
}
#sliderPlay img{
    padding-top: 10px;
}
#sliderPlay{
    font-size: 34px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s color linear;
}
#sliderPlay span{
    font-size: 34px;
    font-weight: 300;
    color: #ffffff;
    padding-top: 35px;
    display: inline-block;
    transition: 0.5s color linear;
}
#sliderPlay:hover, #sliderPlay:hover span{
    color: #be0901;
}
#slider .next{
	display: none;
}
.anchor_link{
    width: 71px;
    height: 39px;
    bottom: 40px !important;
    left: 50%;
    margin-left: -35.5px;
    background-image: url('img/scrollDown.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block !important;
    transform: rotate(0deg) !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: -150px;
    position: absolute;
    z-index: 100;
}
#slider .prev{
    display:none !important;
}
.adamrob_parallax_posttitle{
    display:none;
}
.adamrob_parallax_fullwidth{
	position:static !important;
}
#homeShowreel{
    height:755px;
    overflow: hidden;
}
#inneShowreel{
    padding: 71.5px 0;
}
.adamrob_pcontainer{
    max-width: 1150px !important;
    margin: auto;
}
#inneShowreel{
    position: relative;
    text-align: center;
}
#showreelPlay{
    position: absolute;
    top: 50%;
    /*margin-top: -110px;
    margin-left: -172.5px;
    left: 50%;*/
	margin: -110px auto 0;
	left: 0;
	right: 0;
}
#showreelPlay img{
    padding-bottom: 35px;
    display: inline-block;
}
.cbp-rfgrid {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
}

.cbp-rfgrid li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%; /* ����� */
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.cbp-rfgrid li a img {
    max-width: 100%;
}

/* ��������� �� ������ */
.cbp-rfgrid li a div {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(179, 36, 43, 0.2);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -webkit-transition:  opacity 400ms ease 0s;
	-moz-transition:  opacity 400ms ease 0s;
    transition: opacity 400ms ease 0s;
}

.cbp-rfgrid li a:hover div {
    opacity: 1;
}
.cbp-rfgrid li a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    backface-visibility: hidden;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
}

.cbp-rfgrid li a div h3 {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 2px;
    padding: 0 10px;
}
#showcase{
    clear: both;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    z-index: 1000;
    border-bottom: 5px solid #c81502;
    border-top: 5px solid #c81502;
}
.redTitle{
    height: 125px;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    color: #c81502;
    padding-top: 40px;
    margin: 0;
}
.redHeadLine{
   border-bottom: 1px solid #c81502;
   padding-top: 15px;
   width: 175px;
   display: block;
   margin: 0 auto; 
}
.readMore{
    padding: 38px 0;
    clear: both;
}
.MVRredbtn, .MVRredbtn:active, .MVRredbtn:visited{
    width: 260px;
    height: 50px;
    border: 2px solid #c81502;
    background: #ffffff;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    color: #c81502;
    display: block;
    -webkit-transition:  all 400ms ease 0s;
	-moz-transition:  all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.MVRredbtn:hover{
    background: #c81502;
    color: #ffffff;
}
#publishingDiscover{
    max-width:1150px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}
#publishingDiscover h2{
    color: #ffffff;
    font-size: 38px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 40px 0 20px;
	margin: 0;
}
#publishingDiscover p.exept{
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin: 0;
}
#publishingDiscover img{
    margin:30px 0;
}
#publishingDiscover span{
    font-size: 18px;
    font-weight: 300;
}
#publishingDiscover span b{
    font-weight: 600;
}
#publishingDiscover div{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    margin-top: 30px;
}
#publishingDiscover .row > div{
	margin-bottom: 60px;
}
#publishingDiscover p{
    clear: both;
	font-size: 16px;
	line-height: 24px;
}
#publishingDiscover p:last-child{
    margin: 0px auto;
}
.btnPublishing, .btnPublishing:active, .btnPublishing:visited{
    margin: 38px auto;
    width: 260px;
    height: 50px;
    border: 2px solid #ffffff;
    background: none;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    -webkit-transition:  all 400ms ease 0s;
	-moz-transition:  all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.btnPublishing:hover{
    background: #c81502;
    color: #ffffff;
    border-color: #c81502;
}
#publishing{
    height: 872px;
}
#partners{
    clear: both;
    overflow: hidden;
    background: #f4f6f7;
    position: relative;
    z-index: 1000;
    border-bottom: 5px solid #c81502;
    border-top: 5px solid #c81502;
    padding-bottom: 60px;
}
.logoShowcase{
    width: 1150px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 0 15px;
}
.logoShowcase li{
    list-style: none;
    float: left;
    padding: 11px;
}
.logoShowcase li img{
    border: 1px solid #c1c6ca;
    margin: -1px;
    border-radius: 5px;
}
.whiteTitle{
    height: 125px;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    color: #ffffff;
    padding-top: 40px;
    margin: 0;
}
#connect{
    height: 680px;
}
#connect form{
    color:#ffffff !important;
}
#connect input{
    height: 40px;
    border: 2px solid #ffffff;
    font-size: 18px;
    color: #ffffff;
    background: rgba(0,0,0,0.4);
    width: 100%;
    margin: 20px 0;
    text-indent: 5px;
    font-weight: 300;
}
#connect textarea{
    border: 2px solid #ffffff;
    font-size: 18px;
    color: #ffffff;
    background: rgba(3,3,3,0.3);
    width: 100%;
    margin: 20px 0;
    text-indent: 5px;
    font-weight: 300;
}
input[placeholder]          {color:#ffffff;font-weight: 500;}
input::-moz-placeholder     {color:#ffffff;font-weight: 500;} 
input:-moz-placeholder      {color:#ffffff;font-weight: 500;} 
input:-ms-input-placeholder {color:#ffffff;font-weight: 500;}
::-webkit-input-placeholder {color:#ffffff;font-weight: 500;}
::-moz-placeholder          {color:#ffffff;font-weight: 500;}/* Firefox 19+ */
:-moz-placeholder           {color:#ffffff;font-weight: 500;}/* Firefox 18- */
:-ms-input-placeholder      {color:#ffffff;font-weight: 500;} 
#connect input[type="submit"]{
    width: 243px;
    float: none;
	margin: 0 auto;
	display: block;
    font-weight: 500;
    background: #ec3d36;
        border: none;
}
#connect input[type="submit"]:hover{
    background: #c81502;
}
#connect .wpcf7-spinner{
	position: absolute;
}
footer{
    min-height: 80px;
    background: #1b1d1f;
    position: relative;
    z-index: 1000;
}
#seeOurWork{
    background: #ffffff;
    padding: 20px 0;
    width: 100%;
    clear: both;
}
a.seeOutWork{
    color:#c81502;
    display: block;
    width: 200px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #c81502;
    margin: 0 auto;
    text-align: center;
    line-height: 37px;
}
a.seeOutWork:hover{
    background: #c81502;
    color:#ffffff;
    text-decoration: none;
}
#showcase.works{
    border-top-width: 0px;
    padding-bottom: 30px;
}
#showcase.works .cbp-rfgrid li{
    padding-bottom: 15px;
    height: 480px;
}
.cbp-rfgrid img.playButton{
    position: absolute;
    top: 50%;
    left:50%;
    width: auto;
    height: auto;
    margin-left: -45px;
    margin-top: -45px;
}
.worksShortcat{
    padding: 5px 10px;
}
.worksTitle{
    font-size: 16px;
    color: #626262;
    font-weight: 600;
}
.cbp-rfgrid li a, .cbp-rfgrid li a:hover{
    overflow: hidden;
    position: relative;
}
.worksShortcat span{
    font-size: 16px;
    color: #626262;
    font-weight: 300;
}
body.connect{
    width: 100%;
    min-height: calc(100vh - 80px);
    background-image: url('img/connect.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body.connect footer{
    width: 100%;
}
body.connect h1{
    width: 100%;
    text-align: center;
    font-size:56px;
    font-weight: 300;
    padding: 147px 0;
    color:#fff;
}
#connectPageForm{
    width: 100%;
    background: rgba(32,32,33,0.69);
}
#connectPageForm h2,#connectPageForm h3{
    color: #ffffff;
    text-align: center;
    margin: 0;
}
#connectPageForm h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    padding-top: 40px;
    
}
#connectPageForm h3{
    font-size: 24px;
    font-weight: 300;
    padding: 20px 0;
    
}
#connectPageForm #connect{
    height: auto;
    padding-bottom: 19px;
}
#connectPageForm #connect textarea{
    height: 200px;
}
#corePosts{
    color:#ffffff;
    clear: both;
    overflow: hidden;
}
#coreOne .corePostLeft{
    width: 50%;
    float: left;
    min-height: 425px;
    background: #ec524c;
    padding: 50px;
}
#coreOne .corePostRight{
    width: 50%;
    min-height: 425px;
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#coreOne h2{
    width: 520px;
    float: right;
    text-align: left;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 30px;
}
#coreOne span{
    width: 520px;
    float: right;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
#coreTwo .corePostLeft{
    width: 50%;
    float: left;
    height: 425px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#coreTwo .corePostRight{
    width: 50%;
    height: 425px;
    float: right;
    background: #6b7284;
    padding: 50px;
}
#coreTwo h2{
    width: 520px;
    float: left;
    text-align: left;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 30px;
}
#coreTwo span{
    width: 520px;
    float: left;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.clear{
    clear:both;
}
#corePosts.create{
    margin:30px 0;
}
#seeOurWork.create{
    padding-bottom: 40px;
    border-bottom: 5px solid #c81502;
}
#seeOurWork.create .redHeadLine{
    margin-bottom: 25px;
}
#reviews{
    padding-bottom: 50px;
}
#reviews div{
    text-align: center;
}
#reviews .container{
	display: flex;
    flex-wrap: wrap;
}
#reviews img{
    margin: 30px 0 15px 0;
	border-radius: 50%;
}
.revieTitle{
    font-size: 16px;
    font-weight: 400;
    color:#c81502;
}
.revieTitle b{
    font-weight: 600;
}
.revieTitle .redHeadLine{
    border-color: #9fa4b2;
}
footer{
    padding-top: 20px;
    clear: both;
}
#reviews div span{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    display: block;
    color:#626262;
    
}
.footerContacts{
    margin: 0;
    padding-left: 0;
}
.footerContacts li{
    list-style: none;
    display: inline-block;
    margin: 5px 15px;
}
.footerContacts a{
    color:#ffffff;
    font-size: 16px;
    font-weight: 400;
}
.footerContacts a.phone{
    padding-left: 33px;
    position: relative;
    top:5px;
    background-image: url('img/phone.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
}
.footerContacts a.mail{
    padding-left: 33px;
    position: relative;
    top:5px;
    background-image: url('img/mail.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
}
#content{
    clear:both;
    overflow: hidden;
}
#pagea{
    clear: both;
    overflow: hidden;
}
#connect{
    clear: both;
    overflow: hidden;
}
.footerLinks{
    padding-top: 10px;
}
.footerLinks a,.footerLinks a:active,.footerLinks a:visited{
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.copy{
    font-size: 13px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 0px;
}
footer .row{
        margin: 0;
    }
#wecreate{
    width:100%;
    height: 435px;
    background-image: url('img/coreMain.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#wecreate h1{
    font-size: 56px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 1em;
    padding-top: 80px;
}
#wecreate p{
    font-size: 30px;
    color: #ffffff;
    line-height: 36px;
    font-weight: 300;
}
#wecreateText{
    padding: 30px 0;
}
#wecreateText p{
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #626262;
}
#wecreateTools > div > section{
   width:100%;
   padding-top: 125px;
    min-height: 250px;
	height: 450px;
    background-image: url('img/coreParallax.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
#wecreateTools div{
    margin-top: -9px;
}
#wecreate.createBlock{
    background-image: url('img/create01main.jpg');
}
#wecreate.createBlock p{
    margin-top: 2.1em;
}
#wecreateTools.createBlock{
    padding: 0;
}
#wecreateTools.createBlock > div > section{
    padding-top: 65px;
    background-image: url('img/anatomy_parallax.jpg');
}
#wecreateTools.createBlock ul{
    width: 670px;
    margin: 0 auto;
    padding: 0;
    clear:both;
    list-style: disc;
}
#wecreateTools.createBlock ul li{
    text-align: left;
    width: 220px;
    float: left;
    list-style-type: disc;
    list-style: disc;
    list-style-position:outside;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}
#wecreateTextBottom h4{
    font-size: 22px;
    font-weight: 400;
}
.FourColumn{
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #626262;
}
.FourColumn div{
    padding: 0;
}
.FourExerpt{
    padding: 2.1em 0;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    color: #626262;
}
.redPortfolio, .redPortfolio:visited, .redPortfolio:hover{
    width: 250px;
    height: 45px;
    display: block;
    margin: 0 auto;
    background: #ec3d36;
    color:#ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
}
.redPortfolio:hover{
    background: #c81502;
}
/*.litebox-overlay{
    background: rgba(232,232,232,0.8) !important;
}*/
.container-fluid>.navbar-collapse{
    background: rgba(0,0,0,0);
}
#true_loadmore{
    width:150px;
    margin: 25px auto 0;
	display: flex;
}
#true_loadmore::after{
	content: '';
	display: block;
	clear: both;
}
#true_loadPrew{
    width: 150px;
	margin: 0 10px;
}
#true_loadNext{
    width: 150px;
	margin: 0 10px;
}
.logoShowcase{
    min-height: 344px;
}
.jR3DCarouselGallery div {
    width: 100%;
    height: 870px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#header.op-in {
	animation-name: op-in;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
#header.op-out {
	animation-name: op-out;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes op-in {
	0% {
		background-color: rgba(0,0,0,0.5);
	}
	100% {
		background-color: rgba(0,0,0,1);
	}
}
@keyframes op-out {
	0% {
		background-color: rgba(0,0,0,1);
	}
	100% {
		background-color: rgba(0,0,0,0.5);
	}
}

footer {
	padding-top: 0;
	font-family: 'Poppins', 'Open Sans', san-serif;
	margin-top: 30px;
}
.f1 {
	background-color: #1b1d1f;
    padding: 36px 0px;
}
.f2 {
	background-color: #2c2d2f;
    padding: 30px 0px;
}

.f2, .f2 a {
	color: #878787;
	font-size: 13px;
	font-weight: 400;
}

.fphone a,
.femail a,
.fsocial a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.fphone,
.fright {
	text-align: right;
}
.femail,
.flinks {
	text-align: center;
}
.flinks {
	padding-top: 38px;
}
.fsocial{
	text-align: left;
}
.flinks a {
	margin-right: 30px;
	color: #878787;
	font-size: 14px;
	font-weight: 400;
}
.flinks a:last-child{
	margin-right: 0;
}
.footerContacts a img {
	width: 28px;
	height: auto;
}

.footerContacts li:first-child {
	margin-left:0;
}

.text-center.m-920px {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#wecreateText.m-arb {
    padding: 40px 0;
    position: relative;
    z-index: 1;
    background: #fff;
}

#wecreateText.m-arb p {
    font: 18px OpenSansHebrew-Regular;
    line-height: 28px;
    color: #626262;
    margin: 0;
}

#wecreateText.m-arb ul {
    font: 18px OpenSansHebrew-Regular;
    line-height: 28px;
    color: #626262;
    padding-right: 20px;
    margin: 0;
}

#wecreateText.m-arb li {
    padding-right: 15px;
}

#coreOne.m-arb, #coreTwo.m-arb {
    font-family: OpenSansHebrew-Regular;
}

#coreOne.m-arb h2, #coreTwo.m-arb h2 {
    font-size: 36px;
}

#coreOne.m-arb span, #coreOne.m-arb h2, #coreTwo.m-arb span, #coreTwo.m-arb h2 {
    text-align: right;
}

#coreOne.m-arb span, #coreTwo.m-arb span {
    font-size: 18px;
    line-height: 28px;
    max-width: 455px;
}

#coreTwo.m-arb span {
    display: block;
    float: left;
    margin-left: 65px;
}

#seeOurWork.m-arb {
    padding: 25px 0 0 0;
    border: none;
}

.m-red {
    color: #c81502 !important;
}

.FourExerpt p {
    font: 22px OpenSansHebrew-Regular;
    color: #626262;
    line-height: 32px;
    margin-bottom: 20px;
}

.FourExerpt p:last-child {
    margin-bottom: 0;
}

a.seeOutWork.m-arb {
    font: 20px OpenSansHebrew-Regular;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 245px;
    line-height: 40px;
    background: #ec3d36;
    border: none;
    margin-top: 40px;
}

a.seeOutWork.m-arb:hover {
    background: rgba(236, 61, 54, 0.8);
}

.gre {
    max-width: 1140px;
    font: 16px OpenSansHebrew-Regular;
    color: #626262;
    line-height: 28px;
    margin-top: 25px;
}

.see_bottom {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.fnt {
    font-family: OpenSansHebrew-Regular;
}

#wecreate.m-arb h1 {
    padding-top: 45px;
}

#wecreate.m-arb p {
    font-size: 34px;
    color: #ffffff;
    line-height: 48px;
    font-weight: 300;
}

#wecreateTools.m-arb > div > section {
    padding-top: 95px;
}

.b-links a {
    display: inline-block;
    font: 36px OpenSansHebrew-Regular;
    color: #fff;
    text-decoration: none;
    margin: 0 50px;
}

.b-links a:hover {
    color: #ec3d36;
    outline: none;
}

.b-links a:focus {
    outline: none;
}

.wrap {
    margin: 0 0 0 -82px;
}

.navbar-nav>li.m-arb, .footerLinks a.m-arb {
    font-family: OpenSansHebrew-Regular;
}

.adamrob_parallax_postcontent {
    padding: 0 !important;
}
/* Hebrew Homepage*/
.style-rtl{
	font-family: "OpenSansHebrew-Regular";
	direction: rtl;
}
.style-rtl #sliderTitle {
    font-size: 65px;
    font-weight: 600;
    margin: 25px 20px 50px;
    letter-spacing: 4px;
    text-shadow: 11px 0px 35px #d80c02;
}
.style-rtl #sliderPlay{
	display: inline-block;
    margin-top: 50px;
    border: 1px solid #fff;
    padding: 0px 40px;
    background: #0000003d;
}
.style-rtl #sliderPlay:hover{
	background: #00000069;
	transition: 0.5s all linear;
}
.style-rtl #sliderPlay:hover span{
	color: #fff;
}
.style-rtl #sliderPlay span{
    padding-top: 0;
    font-size: 44px;
    background: url(img/playicon.png) no-repeat center right;
    padding-right: 55px;
    background-size: 38px;
}
.style-rtl #sliderPlay img{
	padding-top: 0;
}
.style-rtl #showreelPlay img{
	max-width: 650px;
}
.style-rtl #header .navbar-nav a{
    padding: 20px 25px 20px 25px;
	font-size: 18px;
}
.style-rtl #connect input,
.style-rtl #connect textarea{
	direction: rtl;
	font-family: "OpenSansHebrew-Regular";
}
.style-rtl footer{
	direction: ltr;
	margin-top: 0;
}
.style-rtl footer .footer-menu{
	display: flex;
	justify-content: center;
	font-family: "OpenSansHebrew-Regular";
	list-style: none;
}
.style-rtl footer .footer-menu li{
	margin: 0 10px;
}
.style-rtl #publishingDiscover .container p{
	text-align: right;
}
.style-rtl .inneShowreel_container{
    direction: ltr !important;
    display: block;
    color: #fff;
    font-size: 53px;
    text-decoration: none;
}
.style-rtl .inneShowreel_container span{
	position: relative;
    bottom: -12px;	
}
.whiteTitle{
	font-family: "OpenSansHebrew-Regular";
}
.style-rtl #publishingDiscover img {
    border-radius: 50%;
}
.litebox-overlay .litebox-container{
	top: 0% !important;
    right: 0% !important;
    bottom: 0% !important;
    left: 0% !important;
}