/*
Theme Name: ד"ר שרים
Theme URI: http://underscores.me/
Author: Primatik.com
Author URI: http://primatik.com/
Description: תבנית מותאמת לאתר ד"ר שרים
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drshrem
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ד\"ר שרים 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:
----------------------------------------------------------------
# Fonts Import
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts Import
--------------------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans Hebrew', 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: 'Open Sans Hebrew', sans-serif;
	font-size: 18px;
	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: 0;
}

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

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

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

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

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

/* Custom CSS */
header#masthead {
    position: fixed;
    top: 0;
	right: 0;
    width: 100%;
	z-index: 99999;
	margin: 0;
}

.admin-bar header#masthead {
    top: 32px;
}

.row {
    margin: 0;
}

#masthead h1.site-title,
#masthead p.site-description {
    position: absolute;
    text-indent: -9999px;
    width: 0;
    white-space: nowrap;
}

#masthead .site-branding {
    background: url('images/logo-bg.png') no-repeat;
	padding: 20px 130px 30px 0;
    background-size: 640px;
	background-position: right top;
}

#masthead .site-branding img {
	max-width: 250px;
}

#masthead .main-navigation {
	background: url('images/menu-bg.png') repeat-x;
	padding: 5px 20px 40px 0;
    background-size: 32px;
}

#masthead .main-navigation ul {
    padding: 0 2% 0 0;
	list-style-type: none;
}

#masthead .main-navigation ul li {
	float: none;
	display: inline-block;
	line-height: 60px;
	margin: 0 1%;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#masthead .main-navigation ul li.current-menu-item.current_page_item,
#masthead .main-navigation ul li:hover {
	border-bottom: 5px solid #091f38;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#masthead .main-navigation ul li a {
	color: #fff;
	font-size: 17px;
}

#masthead .main-navigation ul li.lang-item {
	background: #091f38;
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin: 0 0 0 3%;
	border-radius: 100%;
	padding: 0 5px;
	border: none;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#masthead .main-navigation ul li.lang-item:hover {
	background: #fff;
	border: none;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#masthead .main-navigation ul li.lang-item a {
	font-size: 17px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#masthead .main-navigation ul li.lang-item:hover a {
	color: #091f38;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.front-page-home main#main {
	margin: 0!important;
    max-width: 100%!important;
    padding: 0!important;
    width: 100%!important;
}

.front-page-home .vc_column_container>.vc_column-inner {
    padding: 0;
	width: 100%;
}

.front-page-home .vc_row {
	margin: 0;
}

.front-page-home .vc_row[data-vc-full-width] {
    width: 100%!important;
}

.icons-wrap {
    background: rgba(9, 31, 56, 0.8);
    position: relative;
    top: -170px;
    padding: 0 300px 0 300px;
}

.front-page-home .icons-wrap .vc_row:first-child {
    margin-bottom: 10px;
}

.icons-wrap .single_image {
	display: inline-block;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.icons-wrap .wpb_text_column {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    margin: 5px 10px 5px 0;
	max-width: 160px;
	width: 100%;
}

.icons-wrap .single_image:hover {
    filter: brightness(0) invert(1);
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto!important;
    float: none;
    display: block;
    font-size: 25px;
}

.home-text {
	position: relative;
    top: -100px;
}

.home-contact .wpb_text_column {
    font-size: 20px;
    color: #fff;
	margin: 10px 0!important;
}

.home-contact .wpcf7 ul,
.site-footer-content .footer-contact .wpcf7 ul {
    padding: 0;
    margin: 20px auto;
    text-align: center;
}

.home-contact .wpcf7 ul li,
.site-footer-content .footer-contact .wpcf7 ul li {
    display: inline-block;
	margin: 0 10px;
	vertical-align: text-top;
}

.home-contact .wpcf7 ul li input[type="text"],
.home-contact .wpcf7 ul li input[type="email"],
.home-contact .wpcf7 ul li input[type="url"],
.home-contact .wpcf7 ul li input[type="password"],
.home-contact .wpcf7 ul li input[type="search"],
.home-contact .wpcf7 ul li input[type="number"],
.home-contact .wpcf7 ul li input[type="tel"],
.home-contact .wpcf7 ul li input[type="range"],
.home-contact .wpcf7 ul li input[type="date"],
.site-footer-content .footer-contact .wpcf7 ul li input[type="text"],
.site-footer-content .footer-contact .wpcf7 ul li input[type="email"],
.site-footer-content .footer-contact .wpcf7 ul li input[type="url"],
.site-footer-content .footer-contact .wpcf7 ul li input[type="password"],
.site-footer-content .footer-contact .wpcf7 ul li input[type="search"],
.site-footer-content .footer-contact .wpcf7 ul li input[type="number"],
.site-footer-content .footer-contact .wpcf7 ul li input[type="tel"],
.site-footer-content .footer-contact .wpcf7 ul li input[type="range"],
.site-footer-content .footer-contact .wpcf7 ul li input[type="date"] {
    border-radius: 0;
    font-size: 12px;
	color: #8a764f;
	font-weight: bold;
	max-width: 200px;
	padding: 10px;
}

.home-contact .wpcf7 ul li input[type="text"]::placeholder,
.home-contact .wpcf7 ul li input[type="email"]::placeholder,
.home-contact .wpcf7 ul li input[type="tel"]::placeholder,
.site-footer-content .footer-contact .wpcf7 ul li input[type="text"]::placeholder,
.site-footer-content .footer-contact .wpcf7 ul li input[type="email"]::placeholder,
.site-footer-content .footer-contact .wpcf7 ul li input[type="tel"]::placeholder {
	color: #8a764f;
	font-weight: bold;
}

.home-contact .wpcf7 ul li input[type="submit"] {
	background: #8a764f;
	color: #fff;
	border: 0;
	border-radius: 0;
    font-size: 12px;
	padding: 14px;
}

.home-contact .vc_column-inner {
    padding: 10px!important;
}

div.wpcf7-validation-errors {
    margin: 15px auto;
    max-width: 820px;
    color: #fff;
    font-size: 15px;
}

.images-links .vc_column-inner {
    background-size: 100%!important;
    height: 300px;
    line-height: 200px;
	opacity: 1;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.images-links .vc_column-inner .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
	opacity: 1;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.images-links .vc_column-inner .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill:hover {
    opacity: 0.8;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.images-links .vc_column-inner .wpb_wrapper p {
	display: none;
}

.images-links .vc_column-inner .wpb_wrapper p:first-child {
	display: block;
    font-size: 50px;
    color: #fff;
    text-decoration: none!important;
    width: 100%;
    height: 100%;
	line-height: 1;
	height: 300px;
	position: relative;
	padding: 0;
}

.images-links .vc_column-inner .wpb_wrapper p a {
	font-size: 50px;
    color: #fff;
    text-decoration: none!important;
	line-height: 1;
	position: absolute;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: block;
}

.front-page-home .images-links {
    min-height: 620px;
}

.front-page-home .images-links .wpb_column, {
    padding: 10px;
}

.front-page-home .images-links .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
    width: 49%;
    margin: 0.5%;
}

.front-page-home .team-wrap {
	background: url('images/team-bg.jpg') no-repeat;
}

.front-page-home .team-wrap,
.team-wrap {
	max-width: 1200px;
	width: 100%;
	height: auto;
	background-size: 100%;
	margin: 50px auto 0 auto;
	padding: 0 70px;
}

.front-page-home .team-wrap .wpb_single_image,
.front-page-home .team-wrap .wpb_text_column,
.front-page-home .team-wrap .aio-icon,
.front-page-home .team-wrap .aio-icon-box,
.team-wrap .wpb_single_image,
.team-wrap .wpb_text_column,
.team-wrap .aio-icon,
.team-wrap .aio-icon-box {
    margin: 0!important;
}

.front-page-home .team-wrap .wpb_wrapper p,
.team-wrap .wpb_wrapper p {
    font-size: 15px;
}

.front-page-home .team-wrap .vc_row,
.team-wrap .vc_row {
    margin: 40px 0;
}

.front-page-home .team-wrap .wpb_text_column,
.team-wrap .wpb_text_column {
    width: 200px;
    margin: 0 auto 10px auto!important;
    display: block;
    float: none;
}

.front-page-home .team-wrap .aio-icon-component,
.team-wrap .aio-icon-component {
    margin: 0 auto!important;
    width: 200px;
}

.team-wrap .aio-icon-component {
    font-size: 15px;
}

.front-page-home .articles-wrap .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
    width: 50%;
    height: 400px;
    display: inline-block;
}

.front-page-home .articles-wrap .vc_gitem_row .vc_gitem-col {
    height: 100%;
    background: #091f38;
    color: #fff;
}

.front-page-home .articles-wrap .vc_gitem-zone.vc_gitem-zone-c {
    width: 50%;
    height: 400px;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.front-page-home .articles-wrap .vc_gitem-zone-mini {
    height: 100%;
}

.front-page-home .articles-wrap .vc_gitem_row {
    height: 100%;
}

.front-page-home .articles-wrap .vc_btn3-container {
    position: absolute;
    left: 0;
    bottom: 0;
}

.front-page-home .articles-wrap h4 {
    text-align: right!important;
	font-size: 35px;
	color: #93805a;
}

.front-page-home .articles-wrap .vc_grid-item:nth-child(3n+1) h4 {
	color: #091f38;
}


.front-page-home .articles-wrap .vc_grid-item:nth-child(3n+1) .vc_gitem_row .vc_gitem-col {
    background: #93805a;
}

.front-page-home .articles-wrap a.vc_gitem-link.vc_general.vc_btn3 {
    background: none;
}

.front-page-home .articles-wrap .vc_gitem-post-data p {
    font-size: 13px;
}

.front-page-home .grid-items .item {
	position: relative;
    width: 50%!important;
    margin: 0!important;
}

.front-page-home .grid-items .item .layer-content {
    float: left;
    width: 50%;
    background: #93805a;
    height: 400px;
}

.front-page-home .grid-items .item:nth-child(3n+1) .layer-content {
    background: #091f38;
}

.front-page-home .grid-items .item .title {
    text-align: right!important;
    color: #091f38;
    padding: 5px 0!important;
    font-size: 35px!important;
}

.front-page-home .grid-items .item:nth-child(3n+1) .title {
    color: #93805a;
}

.front-page-home .grid-items .item .title a {
    text-decoration: none;
}

.front-page-home .grid-items .item .excerpt {
    text-align: right!important;
    color: #fff;
    padding: 10px 0!important;
}

.front-page-home .grid-items .item .layer-media {
    width: 50%;
    float: right;
    height: 400px!important;
}

.front-page-home .grid-items .item .layer-media img {
    object-fit: cover;
    height: 400px;
}

.front-page-home .grid-items .item .layer-media a {
    display: block;
    width: 100%;
    height: 100%;
}

.front-page-home .grid-items .item .read_more {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-weight: normal!important;
	font-size: 15px!important;
}

.front-page-home .post-grid .pagination {
	display: none;
}

.site-footer-content {
	background: #92805a;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.site-footer-content .footer-contact {
	color: #fff;
	font-size: 27px;
}

.site-footer-content .footer-contact .wpcf7 ul li input[type="submit"] {
	background: #091f38;
	color: #fff;
	border: 0;
	border-radius: 0;
    font-size: 12px;
	padding: 14px 40px;
}

.site-footer .site-info ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}

.site-footer .site-info ul li {
    display: inline-block;
    width: 24%;
    color: #fff;
    font-size: 20px;
	text-align: right;
    padding: 0 20px;
    line-height: 32px;
}

.site-footer .site-info ul li span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
	text-align: right;
    padding: 0 40px 0 0;
    line-height: 32px;
}

.site-footer .site-info ul li.fax-icon span {
    background: url('images/fax.png') right center no-repeat;
	background-size: 32px;
}

.site-footer .site-info ul li.phone-icon span {
    background: url('images/phone.png') right center no-repeat;
	background-size: 32px;
}

.site-footer .site-info ul li.email-icon span {
    background: url('images/email.png') right center no-repeat;
	background-size: 32px;
}

.site-footer .site-info ul li.location-icon span {
    background: url('images/location.png') right center no-repeat;
	background-size: 32px;
}

.site-footer .site-info ul li.social {
    text-align: center;
}

.site-footer .site-info ul li.social a {
    display: inline-block;
	text-decoration: none;
	outline: 0;
	border: 0;
	margin: 0 2px;
}

.site-footer .footer-links ul {
    padding: 0 0 0 40px;
    list-style-type: none;
    border-left: 1px dotted #fff;
    margin: 0;
}

.site-footer .footer-links > div > div:last-child ul {
    border-left: 0;
}

.site-footer .footer-links ul li a {
    font-size: 16px;
    color: #fff;
}

/* Inner Pages */
header.entry-header {
    display: none;
}

.inner-page .vc_row {
	margin: 0;
}

.inner-page .inner-page-title {
    margin: 0;
    width: 100%;
}

.inner-page .inner-page-header {
    background-size: 100% 100%!important;
    height: 320px;
    padding: 110px 0 0 0;
}

.inner-page .inner-page-header .vc_column_container {
    display: inline-block;
    text-align: center;
    color: #fff;
}

.inner-page .inner-page-header .wpb_single_image {
    text-align: center;
    background: #fff;
    padding: 5px;
    display: inline-block;
    margin: 0;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.inner-page .inner-page-header .wpb_single_image:hover img {
    filter: brightness(0) invert(1);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.inner-page .inner-page-header .wpb_single_image:hover {
    background: #92805a;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.inner-page .inner-page-header .wpb_text_column {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.inner-page .wpb_wrapper p,
.inner-page .wpb_wrapper ul li {
	font-size: 15px;
}

.inner-page .inner-page-title .vc_column-inner {
    padding: 10px 0!important;
}

.inner-page .custom-menu ul.menu {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.inner-page .custom-menu .vc_btn3-container.vc_btn3-right {
    margin-bottom: 5px;
}

.inner-page .custom-menu a,
.inner-page ul.menu li {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.inner-page .custom-menu ul.menu li {
	background: #091f38;
	margin-bottom: 5px;
}

.inner-page .custom-menu ul.menu li a {
	display: block;
	padding: 14px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.inner-page .custom-menu a:hover,
.inner-page ul.menu li:hover,
.inner-page .custom-menu ul.menu li.current_page_item {
	background: #92805a!important;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.inner-page .inner-team-header .vc_column-inner {
    padding: 30px 0 0 0;
}

.inner-page .inner-team-header .vc_column-inner .wpb_single_image {
    margin: 0;
}

.inner-page .team-page-lawyer h5,
.inner-page .team-page-contact h5 {
    font-size: 23px;
    margin: 0;
    font-weight: bold;
}

.inner-page .team-page-contact .wpb_text_column {
    margin: 0;
}

.inner-page .team-page-contact .aio-icon {
    margin: 0 0 0 5px;
}

.inner-page .team-page-contact .aio-icon-description {
    font-size: 10px;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.inner-page .team-page-contact .aio-icon-default {
    display: inline-block;
    float: right;
}

.inner-page .team-page-contact .aio-icon-box.default-icon {
    margin: 0;
}

.inner-page .articles-page-articles .post-title {
    background: #92805a;
    margin: 0;
    padding: 5px 20px;
    color: #fff;
}

.inner-page .articles-page-articles .post-image {
    text-align: left;
    width: 50%;
    float: left;
}

.inner-page .articles-page-articles .wpb_single_image .vc_figure {
    width: 100%;
}

.inner-page .articles-page-articles .wpb_single_image img {
    width: 100%!important;
    display: block;
}

.inner-page .articles-page-articles .post-image a.vc_gitem-link.vc_single_image-wrapper {
    width: 100%;
}

.inner-page .articles-page-articles .post-content {
    background: transparent url('images/post-content-bg.png') left top no-repeat;
    position: relative;
	width: 610px;
    height: 350px;
}

.inner-page .articles-page-articles .item {
	position: relative;
    width: 100%!important;
    overflow: hidden;
    padding: 0!important;
}

.inner-page .articles-page-articles .item:nth-child(2n+2) .title {
    background: #091f38;
}

.inner-page .articles-page-articles .item .title a {
    text-decoration: none;
}

.inner-page .articles-page-articles .item .title {
    width: 100%;
    text-align: right!important;
    background: #92805a;
    color: #fff;
	font-size: 25px!important;
}

.inner-page .articles-page-articles .item .excerpt {
	background: transparent url('images/post-content-bg.png') left top no-repeat;
    position: relative;
    float: right;
    width: 680px;
    text-align: right!important;
    font-size: 20px!important;
    height: 250px;
    padding-left: 130px!important;
    z-index: 100;
}

.inner-page .articles-page-articles .item .layer-media {
    position: absolute;
    left: 0;
    width: 40%;
    z-index: 0;
}

.inner-page .articles-page-articles .item .read_more {
    display: none!important;
}

.inner-page .articles-page-articles .post-content p {
    font-size: 18px;
    padding: 20px;
    line-height: 30px;
    background: #fff;
    max-width: 480px;
    height: 330px;
    margin: 0;
}

.front-page-home .home-text .wpb_text_column.wpb_content_element {
    margin: -40px 0 -50px 0;
}

/* Inner Post */
.inner-post {
    
}

.inner-post .inner-article-header {
	background: url('images/innerIMG-header.jpg') no-repeat;
	background-size: 100% 100%!important;
	height: 320px;
    padding: 120px 0 0 0;
	text-align: center;
	margin-top: 40px;
}

.inner-post .inner-article-title {
    background: #091f38;
    padding: 10px 0;
    color: #fff;
}

.inner-post .entry-content {
    font-size: 15px;
    padding: 20px 0;
}

.inner-post .entry-content .inner-article-thumb {
    margin-right: 10px;
    margin-bottom: 10px;
	display: inline-block;
	width: 30%;
}

nav.navigation.post-navigation, div#comments {
    display: none;
}

.contact-us-page form.wpcf7-form ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.contact-us-page form.wpcf7-form ul li {
    margin: 10px 0;
    width: 100%;
}

.contact-us-page .wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.contact-us-page .wpcf7-form span.wpcf7-form-control-wrap input {
    width: 100%!important;
    padding: 10px;
}

.contact-us-page .wpcf7-form button,
.contact-us-page .wpcf7-form  input[type="button"],
.contact-us-page .wpcf7-form  input[type="reset"],
.contact-us-page .wpcf7-form  input[type="submit"] {
    float: left;
    font-size: 15px;
    color: #fff;
    background: #091f38;
    outline: 0;
    border: 0;
    -moz-transition:  all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.contact-us-page .wpcf7-form button:hover,
.contact-us-page .wpcf7-form  input[type="button"]:hover,
.contact-us-page .wpcf7-form  input[type="reset"]:hover,
.contact-us-page .wpcf7-form  input[type="submit"]:hover {
    background: #92805a;
    -moz-transition:  all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.inner-page .inner-icon .single-image {
    display: inline-block;
    background: #fff;
    padding: 10px;
	margin: 0;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.inner-page .inner-icon .single-image:hover {
    background: #92805a;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.inner-page .inner-icon .single-image img {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.inner-page .inner-icon .single-image:hover img {
    filter: brightness(0) invert(1);
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.inner-page .inner-icon p.more, .inner-page .inner-icon p.more a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

/* Arabic Customization */
body.ar #masthead .main-navigation ul li a {
	font-size: 12px;
}

body.ar #masthead .main-navigation ul li.lang-item a {
    font-size: 17px;
}

.front-page-home .inner-icon {
    width: 33%;
    height: 150px;
}

.front-page-home .inner-icon p.single-image {
    float: right;
    display: inline-block;
    width: 25%;
}

.front-page-home .inner-icon p.more {
    float: left;
    color: #fff;
    display: inline-block;
    width: 70%;
}

.front-page-home .inner-icon p.more a {
    color: #fff;
	text-decoration: none;
}

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

/* Responsive */
@media screen and (max-width: 1200px) {
	#masthead .main-navigation ul li a {
		color: #fff;
		font-size: 11px;
	}
	
	.images-links .vc_column-inner .wpb_wrapper p a {
		position: static;
	}
	
	.images-links .vc_column-inner {
		background-size: cover!important;
	}
	
	.images-links .vc_column-inner .wpb_wrapper p:first-child {
		padding: 0;
	}
	
	.images-links .vc_column-inner .wpb_wrapper p:first-child br {
		display: none;
	}
	
	.inner-page .inner-page-title .vc_custom_heading.wrapper {
		padding: 0 20px;
	}
	
	.inner-page .articles-page-articles .item .excerpt {
		background: #fff;
		width: 50%;
	}

	.inner-page .articles-page-articles .item .layer-media {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	#masthead .site-branding {
		background: none;
		text-align: center;
		padding: 30px 0 10px 0;
	}

	header#masthead {
		background: #92805a;
		box-shadow: 0 5px 40px 0 #000;
	}

	#masthead .main-navigation {
		background: none;
		padding: 0 20px;
		text-align: center;
	}

	#masthead .site-branding img {
		display: inline-block;
	}
	
	main#main {
		margin-top: 140px;
	}
	
	.icons-wrap {
		padding: 0 50px 0 50px;
		text-align: center;
	}
	
	.site-footer .footer-links div > div.col-md-3 {
		margin: 0;
	}

	.site-footer .footer-links > div > div ul {
		padding: 0 30px;
	}

	.site-footer .footer-links > div > div:nth-child(2) ul {
		border-left: none;
	}
	
	.site-footer .site-info ul li {
		padding: 0;
	}
	
	.inner-article-header.row {
		height: auto;
		background-size: cover!important;
		padding: 100px 0 0 0;
	}

	.inner-post .entry-content.wrapper {
		padding: 20px;
	}

	.inner-post .inner-article-title h1 {
		padding: 0 20px;
	}
	
	.front-page-home .grid-items .item {
		width: 100%!important;
	}
	
	.front-page-home .grid-items .item .layer-content {
		height: 350px;
	}
	
	.front-page-home .grid-items .item .layer-media,
	.front-page-home .grid-items .item .layer-media img	{
		height: 100%!important;
		height: 350px!important;
	}
	
	.front-page-home .grid-items .item:nth-child(3n+1) .layer-content {
		background: #93805a;
	}

	.front-page-home .grid-items .item:nth-child(2n+2) .layer-content {
		background: #091f38;
	}
	
	.front-page-home .grid-items .item:nth-child(3n+1) .title {
		color: #091f38;
	}
	
	.front-page-home .grid-items .item:nth-child(2n+2) .title {
		color: #93805a;
	}
	
	.front-page-home .grid-items .item .read_more {
		position: static;
		margin: 20px 0;
	}
	
}

@media screen and (max-width: 768px) {
	#masthead .main-navigation ul li.lang-item {
		position: absolute;
		top: 40px;
		right: 20px;
	}

	#masthead .main-navigation {
		position: static;
	}
	
	.front-page-home .home-text {
		padding: 0 20px;
	}
	
	.images-links .vc_column-inner {
		height: auto;
	}
	
	.front-page-home .team-wrap {
		background: none;
	}
	
	.front-page-home .team-wrap .wpb_column.vc_column_container {
		margin-bottom: 50px;
	}
	
	.front-page-home .team-wrap .vc_empty_space {
		display: none;
	}
	
	.front-page-home .articles-wrap .vc_gitem-zone.vc_gitem-zone-c {
		position: static;
		width: 100%;
		height: auto;
	}

	.front-page-home .articles-wrap .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
		width: 100%;
		height: auto;
		display: block;
	}

	.front-page-home .articles-wrap .vc_grid-item {
		margin-bottom: 50px;
	}

	.front-page-home .articles-wrap {
		padding: 0 40px;
	}
	
	.front-page-home .articles-wrap .vc_btn3-container {
		position: static;
		margin: 20px 0 0 0;
	}
	
	.inner-page .inner-page-header {
		background-size: cover!important;
		height: auto;
		padding: 50px 0;
	}

	.inner-page .inner-page-header .vc_column_container.vc_col-sm-2 {
		width: 45%;
	}
	
	.inner-page .articles-page-articles .item .excerpt {
		width: 70%;
		padding: 10px!important;
	}
	
	.inner-page .articles-page-articles .item .layer-media {
		height: 260px!important;
		width: 30%;
	}
	
	.post-grid .item .layer-media img {
		height: 100%!important;
		width: auto!important;
		object-fit: cover;
	}
	
	.front-page-home .grid-items .item .layer-media, .front-page-home .grid-items .item .layer-media img {
		height: 100%!important;
	}

	.front-page-home .grid-items .item {
		height: 450px!important;
	}

	.front-page-home .grid-items .item .layer-content {
		height: 100%!important;
	}
	
	.front-page-home .home-contact {
		background-size: cover;
	}
	
	.front-page-home .images-links .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
		width: 100%;
	}
	
	.front-page-home .inner-icon {
		width: 50%;
	}
	
}

@media screen and (max-width: 600px) {
	div#wpadminbar {
		position: fixed!important;
	}

	#masthead .main-navigation button.menu-toggle {
		width: 100%;
		margin-bottom: 10px;
		background: #091f38;
		font-size: 15px;
		color: #fff;
		border: none;
	}

	#masthead .main-navigation ul li.lang-item {
		position: static;
		width: 100%;
		border-radius: 0;
	}

	#masthead .main-navigation ul li {
		display: block;
		margin: 10px 0;
		line-height: 30px;
	}

	#masthead .main-navigation ul li a {
		font-size: 20px;
	}
	
	main#main {
		margin-top: 100px;
	}
	
	.icons-wrap {
		position: static!important;
	}

	.front-page-home .home-text {
		position: static;
		padding-top: 40px;
	}

	.home-contact .wpcf7 ul li, .site-footer-content .footer-contact .wpcf7 ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.front-page-home .home-contact {
		background-size: cover!important;
	}

	.home-contact .wpcf7 ul li input[type="text"],
	.home-contact .wpcf7 ul li input[type="email"],
	.home-contact .wpcf7 ul li input[type="url"],
	.home-contact .wpcf7 ul li input[type="password"],
	.home-contact .wpcf7 ul li input[type="search"],
	.home-contact .wpcf7 ul li input[type="number"],
	.home-contact .wpcf7 ul li input[type="tel"],
	.home-contact .wpcf7 ul li input[type="range"],
	.home-contact .wpcf7 ul li input[type="date"],
	.site-footer-content .footer-contact .wpcf7 ul li input[type="text"],
	.site-footer-content .footer-contact .wpcf7 ul li input[type="email"],
	.site-footer-content .footer-contact .wpcf7 ul li input[type="url"],
	.site-footer-content .footer-contact .wpcf7 ul li input[type="password"],
	.site-footer-content .footer-contact .wpcf7 ul li input[type="search"],
	.site-footer-content .footer-contact .wpcf7 ul li input[type="number"],
	.site-footer-content .footer-contact .wpcf7 ul li input[type="tel"],
	.site-footer-content .footer-contact .wpcf7 ul li input[type="range"],
	.site-footer-content .footer-contact .wpcf7 ul li input[type="date"] {
		max-width: 294px;
		width: 100%;
		padding: 10px 5px;
	}

	.home-contact .wpcf7 ul li input[type="submit"] {
		width: 100%;
		max-width: 294px;
		padding: 20px 0;
	}

	.site-footer-content .footer-contact .wpcf7 ul li input[type="submit"] {
		max-width: 294px;
		width: 100%;
		padding: 20px 0;
	}

	.site-footer .site-info ul li {
		width: 50%;
		margin-bottom: 20px;
		text-align: right;
	}

	.site-footer .site-info ul li.social a {
		width: 28%;
	}
	
	.inner-page .articles-page-articles .post-content {
		background: none;
		width: 300px;
		height: 300px;
	}
	
	.inner-page .articles-page-articles .post-content p {
		max-width: 100%;
		height: 310px;
		width: 100%;
		font-size: 18px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.front-page-home main#main {
		margin-top: 150px!important;
	}
	
	.inner-post .entry-content .inner-article-thumb {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.inner-post .entry-content .inner-article-thumb img {
		width: 100%;
	}

	.inner-post .inner-article-title h1 {
		text-align: center;
	}
	
	.front-page-home .home-text .wpb_text_column.wpb_content_element {
		margin: 0 0 20px 0;
	}
	
	.front-page-home .grid-items .item .layer-content {
		width: 100%;
		height: auto!important;
	}

	.front-page-home .grid-items .item .layer-media, .front-page-home .grid-items .item .layer-media img {
		width: 100%;
		height: auto!important;
	}

	.front-page-home .grid-items .item {
		margin: 0 0 20px 0!important;
		height: auto!important;
	}
	
	.front-page-home .inner-icon {
		width: 100%;
	}
}
/*
	land page
*/
html[lang="he-IL"] .landpage {
	height: 800px;
	background-image: url(images/lpbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}
html[lang="ar"] .landpage {
	height: 800px;
	background-image: url(images/lpbgar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	text-align: center;	
}
.landpage-container {
	max-width: 1200px;
	margin: 0 auto;
}
.landpage-col-left {
	float: left;
	width: 430px;
	height: 800px;
	padding: 30px 60px;
	background-color: #0c2037;
}
.landpage-col-right {
	float: right;
	width: 770px;	
	height: 800px;	
	padding-top: 100px;
}
.landpage input {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 3px;
	border: 0px;
	border-radius: 0px;
	height: 42px;
	font-size: 26px;
    line-height: 30px;	
	text-indent: 8px;
}
.landpage input[type="submit"] {
	padding: 0;
	height: 58px;
	background-color: #225283;
	color: #f6ab61;
    font-weight: 700;
	font-size: 38px;
    line-height: 40px;
}
.landpage a {
    font-size: 35px;
    line-height: 42px;
}
.landpage a img {
	margin-top: -5px;
}
.landpage strong {
    font-size: 30px;
    font-weight: bold;
}
.landpage hr {
    background-color: transparent;
    border: 0;
    height: 0px;
    margin-bottom: 100px;
}
.landpage-col-right p {
    margin-bottom: 20px;
}
@media(max-width: 1199px){
	.landpage {
		height: initial;
	}	
	.landpage-container {
		max-width: 340px;
		margin: 0 auto;
	}
	.landpage-col-left {
		float: left;
		width: 340px;
		height: 800px;
		padding: 30px 40px;
		background-color: #0c2037;
	}
	.landpage-col-right {
		float: right;
		width: 340px;
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 10px;
		padding-left: 10px;
		background-image: url(images/mobilebg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% 100%;
	}
	.landpage .landpage-col-right strong {
		font-size: 26px;
		font-weight: bold;
	}
	.landpage .landpage-col-right {
		font-size: 22px;
	}
}
/*
	article
*/
.article-row {
	min-height: 100px;
	margin-bottom: 50px;
}
.article-row:after {
	content: '';
	display: block;
	clear: both;
}
.article-row h2.article-row-title {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 15px 20px;
	background-color: #92805a;
	color: #fff;
}
.article-row h2.article-row-title a {
	color: #fff;
	text-decoration: none;
}
.article-row:nth-child(2n+1) .article-row-title {
	background-color: #091f38;
}
.article-row-image {
	float: left;
	width: 40%;
}
.article-row-text {
	float: right;
	width: 60%;
}
@media(max-with: 767px){
	.article-row-image {
		float: left;
		width: 100%;
	}
	.article-row-text {
		float: right;
		width: 100%;
	}
}