/*
Theme Name: REALMEDIA
Theme URI: http://realmedia.co.il
Author: REALMEDIA
Version: 1.0
Author URI: http://realmedia.co.il
Description: תבנית ייעודית בהתאמה אישית מאת רילמדיה

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style:none;
}

.page-wrapper .pull-right ul  { list-style:inherit;   padding-right:20px;} 

.page-wrapper .pull-right ol  { list-style:inherit;   padding-right:20px; list-style-type: decimal;} 
.

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

@font-face{
	font-family:'almoni-dl';
	font-weight:300; /*(light)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-300.eot'); 
	src: url('fonts/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), 
		url('fonts/almoni-dl-aaa-300.ttf') format('truetype'), 
		url('fonts/almoni-dl-aaa-300.woff') format('woff');
}
@font-face{
	font-family:'almoni-dl';
	font-weight:400; /*(regular)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-400.eot'); 
	src: url('fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), 
		url('fonts/almoni-dl-aaa-400.ttf') format('truetype'), 
		url('fonts/almoni-dl-aaa-400.woff') format('woff');
}
@font-face{
	font-family:'almoni-dl';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-700.eot'); 
	src: url('fonts/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), 
		url('fonts/almoni-dl-aaa-700.ttf') format('truetype'), 
		url('fonts/almoni-dl-aaa-700.woff') format('woff');
}
@font-face{
	font-family:'almoni-dl';
	font-weight:900; /*(black)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-900.eot'); 
	src: url('fonts/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), 
		url('fonts/almoni-dl-aaa-900.ttf') format('truetype'), 
		url('fonts/almoni-dl-aaa-900.woff') format('woff');
}

/* End Font Import */

* {
	box-sizing: border-box;
}

body {
	font-family: 'almoni-dl', sans-serif; 
	font-size: 18px;
	color: #2c2f3d;
	line-height: 25px;
	background: #fff;
	font-weight: 400;
	position: relative;
	padding-top: 80px;
}

input, textarea, select, button {
	font-family: 'almoni-dl', sans-serif; 
	font-weight: 400;
	font-size: 18px;
	color: inherit;
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	border: 1px #e1e1e1 solid;
	background: transparent;
	-webkit-appearance: none;	
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;	
    display: block;
    width: 100%;  
}

textarea {
	height: 80px;
	padding: 2px 10px;
}



input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover,
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border: 1px #b3b3b3 solid;
}

input[type="submit"], button {
	border: 0;
	height: 45px;
	line-height: 45px;
	background: #078add;
	padding: 0 20px;
	color: #fff;	
	cursor: pointer;
	-webkit-appearance: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;		
}

input[type="submit"]:hover, button:hover {
	background: #1c222a;
	color: #fff;
}
input[type=checkbox]{
	-webkit-appearance: checkbox;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 4px;
}
input[type=checkbox]+.wpcf7-list-item-label{
	display: inline-block !important;
}
a:link, a:visited {
	text-decoration: none;
	color: #078add;
}

img.alignleft {
float:left;
margin-right:30px;
margin-bottom: 20px;
}

a:hover {
	text-decoration: underline;
	color: inherit;
}

strong {
	font-weight: bold;
}

hr {
	background: #d4d3d9;
	height: 1px;
	border: 0;
	margin: 20px 0;
}

.wrapper {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

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

.m-r-0 {
	margin-right: 0 !important;
}

p {
	margin-bottom: 12px;
}

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

::selection {
  background: #ccc; 
}
::-moz-selection {
  background: #ccc; 
}

.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);	
}

a.cube {
	position: relative;
	-webkit-perspective: 800px;
	perspective: 800px;
	overflow: visible;
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	padding: 0 40px;
	display: inline-block;
	color: #242424;
	font-weight: 400;
	font-size: 20px;
}

a.cube span {
	position: relative;
	z-index: 3;
}

a.cube:before,
a.cube:after {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: " ";
}

a.cube:before {
	z-index: 2;
	box-shadow: inset 0px 0px 0px 1px #4a4a4a;
}

a.cube:after {
	background: #078add;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateY(25px) rotateX(-90deg);
	transform: translateY(25px) rotateX(-90deg);
}

a.cube:hover {
	color: #fff;
	text-decoration: none;
}

a.cube:hover:before {
	opacity: 0;
	-webkit-transform: translateY(-25px) rotateX(90deg);
	transform: translateY(-25px) rotateX(90deg);
}

a.cube:hover:after {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

section.top {
	height: 25px;
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1002;
	display: none;
}

header ul.social {
	float: left;
	list-style: none;
	border-left: 1px rgba(255,255,255,0.15) solid;
	margin-left: 20px;
	padding-left: 20px;
}

header ul.social li {
	margin-left: 15px;
	float: left;
	line-height: 64px;
	text-align: center;	
	font-size: 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;		
}

header ul.social li:first-child {
	margin-left: 0;
}

header ul.social li a {
	color: #fff;
	display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;	
}

/*
section.top nav ul li.facebook:hover {
	background: #3b5998;
}

section.top nav ul li.facebook:hover a {
	color: #fff;
}

section.top nav ul li.google-plus:hover {
	background: #dc4e41;
}

section.top nav ul li.google-plus:hover a {
	color: #fff;
}

section.top nav ul li.linkedin:hover {
	background: #0077b5;
}

section.top nav ul li.linkedin:hover a {
	color: #fff;
}

section.top nav ul li.rss:hover {
	background: #f26522;
}

section.top nav ul li.rss:hover a {
	color: #fff;
}
*/

section.top .contact {
	float: right;
	line-height: 25px;
	margin-right: 20px;
}

section.top .contact a {
	color: #fff;
	text-decoration: none;
	color: #545454;
	white-space: nowrap;
}

section.top .contact ul li {
	float: right;
	font-weight: 400;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #545454;
	border-right: 1px #e1e1e1 solid;
}

section.top .contact a:hover,
section.top .contact ul li:hover {
	color: #f9bf00;
}

section.top .contact ul li:first-child {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}

section.top .contact ul li .fa {
	font-size: 15px;
	margin-left: 5px;
}

header {
	width: 100%;
	height: 80px;
	padding: 10px 0;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2ms;
    -o-transition: height 0.2ms;
    transition: height 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1001;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);		 	  	    		
}

header a.logo {
	float: left;
	width: 183px;
	height: 60px;
	display: block;
	background: url('images/c4c-logo.png') no-repeat left center;	
    background-size: cover;	
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;    
}

header ul.menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2ms ease-in-out;
    -o-transition: all 0.2ms ease-in-out;
    transition: all 0.2s ease-in-out;	
}

header ul.menu > li {
	float: right;
	line-height: 40px;
    font-size: 20px;
	border-right: 1px #ccc solid; 
	margin: 10px 20px 10px 0;   
	padding: 0 20px 0 0; 
    position: relative;		
}

header ul.menu > li:first-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

header ul.menu > li:first-child a {
	text-align: center;
}

header ul.menu > li:last-child {
	padding-right: 0;
	border-right: 0;
}

header ul.menu > li > a {
	display: block;
	color: #2c2f3d;
	text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2ms ease-in-out;
    -o-transition: all 0.2ms ease-in-out;
    transition: all 0.2s ease-in-out;	
}

header ul.menu > li.try > a {
	line-height: 40px;
	font-size: 18px;
	padding: 0 15px;
	border: 1px #69b114 solid;
	color: #69b114;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;	
}

header ul.menu > li.try > a .fa {
	margin-right: 5px;
	font-size: 15px;
}

header ul.menu > li.try > a:hover {
	background-color: #69b114;
	color: #fff;
}

header ul.menu > li.menu-item-has-children > a {
	position: relative;
	padding-left: 18px;
}

header ul.menu > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 13px;
	top: 0;
}

header ul.menu > li > ul.sub-menu {
	display: none;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 40px;
	padding-top: 20px;
	width: 220px;
	z-index: 1;
}

header ul.menu > li > ul.sub-menu > li {
	position: relative;
}

header ul.menu > li > ul.sub-menu > li > a {
	padding: 10px 20px;
	display: block;
	background: #1c222a;	
	border-top: 1px rgba(255,255,255,0.1) solid;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li:first-child > a {
	border-top: 0;
}

header ul.menu > li > ul.sub-menu > li:hover > a {
	color: #078add;
}

header ul.menu > li:hover > ul.sub-menu {
	display: block;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu {
	position: absolute;
	right: 220px;
	top: 1px;
	width: 200px;
	display: none;
}

header ul.menu > li > ul.sub-menu > li:first-child > ul.sub-menu {
	top: 0;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	padding: 10px 20px;
	display: block;
	background: #313131;	
	font-size: 18px;
	border-top: 1px rgba(255,255,255,0.1) solid;
	text-decoration: none;
	color: #ccc;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:first-child > a {
	border-top: 0;
}

header ul.menu > li > ul.sub-menu > li:hover > ul.sub-menu {
	display: block
}

header.shrink {
	position: fixed;
	padding: 8px 0;
	top: 0;
	background: #fff;
	border-bottom: 0;
	height: 80px;
}

header.shrink ul.menu {
	bottom: 0;
}

header.shrink ul.menu > li:after,
header.shrink ul.menu > li:before {
	display: none;
}

.banner {
	height: 540px;
	width: 100%;	
	background: #078add url('images/header_bg.jpg') no-repeat center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	display: table;
}

.banner:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(61,65,69,0.55);
	z-index: 1;
}

.banner .wrapper {
	position: relative;
	z-index: 2;
	text-align: center;
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.banner .wrapper h1 {
    font-size: 68px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.banner .wrapper h2 {
	font-size: 36px;
	line-height: 36px;
	color: #cccfd3;
	font-weight: 700;
	margin-bottom: 30px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.banner .wrapper .play {
	background: #078add;
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	color: #fff;
	font-size: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
	-webkit-animation: pulse 1.5s infinite;
	text-decoration: none;
	display: inline-block;
}

.banner .wrapper .play:after {
	font-family: "FontAwesome";
	content: "\f144";
	font-style: normal;
	font-weight: 400;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}


.banner .indicator-container {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: calc(20px * 1.75);
	background: transparant;
	border: calc(20px * 0.1) solid white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 
	0 4px 8px 0 rgba(0, 0, 0, 0.2), 
	0 6px 20px 0 rgba(0, 0, 0, 0.2),
	inset 0 6px 8px 0 rgba(0, 0, 0, 0.2)
	;
}

.banner .indicator-arrow {
  margin-top: 50%;  
  display: -webkit-box;  
  display: -webkit-flex;  
  display: -ms-flexbox;  
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  
}

.banner .indicator-arrow .base {
  margin: 0 auto;
  width: calc(20px * 0.1);
  background: white;
  height: calc(20px * 0.33);
  border-radius: calc(20px * 0.1);
}

.banner .indicator-arrow .arrowpoint {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 
      calc(20px * 0.175) calc(20px * 0.175) 
      0 calc(20px * 0.175);
  border-color: 
      white transparent 
      transparent transparent;
  margin-top: -10%;
}

.banner .top {
  margin-top: -100%;
  -webkit-animation: arrowAnimation1 infinite 1.1s ease-in-out;
          animation: arrowAnimation1 infinite 1.1s ease-in-out;
}

.banner .bottom {
  margin-top: 100%;
}

@-webkit-keyframes arrowAnimation1 {
    from {margin-top: -100%;}
    to {margin-top: 40%;}
}

@keyframes arrowAnimation1 {
    from {margin-top: -100%;}
    to {margin-top: 40%;}
}


.page-title {
	padding: 20px 0 20px 0;
	background: #f8f8f8;
	position: relative;
	z-index: 2;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);	
    margin-bottom: 20px;
}

.page-title h1 {
	font-size: 52px;
	line-height: 52px;
	margin-bottom: 5px;
	color: #078add;
	font-weight: 700;
	z-index: 1;
	position: relative;
}

.page-title .breadcrumbs {
	white-space: nowrap;
}

.page-title .breadcrumbs, .page-title .breadcrumbs a {
	color: #888;
	font-size: 18px;
	z-index: 1;
	position: relative;
}

section.row {
	padding: 50px 0;
}

section.row.inverse {
	background-color: #f8f8f8;
}

section.row h2 {
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	color: #078add;
}

section.updates {
	border-bottom: 1px #e1e1e1 solid;
	padding: 20px 0 15px 0;
}

section.updates .wrapper {
	overflow: hidden;
}

section.updates ul {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 50s;
	animation-duration: 50s;
	display: inline-block;	
	transform: translateX(-1060px);
	position: relative;
	white-space: nowrap;
}

section.updates ul li {
	display: inline-block;
	font-size: 22px;
	line-height: 80px;
	padding: 5px 100px 5px 0;
	margin: 0 50px 0 0;
	height: 84px;
	position: relative;
}

section.updates ul li .thumb {
	width: 80px;
	height: 80px;
	margin-left: 20px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/	
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	border: 2px #fff solid;	
	position: absolute;
	top: 2px;
	right: 0;
}

section.updates ul li .text {
	float: left;
	width: calc(100% - 150px);
}

/*
section.updates ul li span {
	background: #f9bf00;
	color: #fff;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	line-height: 28px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}

section.updates ul li .text {
	padding-top: 12px;
}
*/

section.updates ul li:first-child {
	margin-right: 0;
}

@-webkit-keyframes ticker {
	from {
		-webkit-transform: translateX(-1060px);
		transform: translateX(-1060px);
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@keyframes ticker {
	from {
		-webkit-transform: translateX(-1060px);
		transform: translateX(-1060px);
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

section.info .wrapper {
	display: table;
	table-layout: fixed;
}

section.info .screenshot {
	display: table-cell;
	width: 520px;
	vertical-align: middle;
	position: relative;
}

section.info .screenshot > div {
	width: 520px;
	height: 300px;
    box-shadow: 0 10px 20px -4px rgba(0,0,0,0.4);	
    margin-bottom: 10px;
    background-size: cover;
	background-repeat: no-repeat;
}

section.info .text {
	text-align: right;
	width: 600px;
	padding-right: 60px;
	display: table-cell;
	color: #888;
	position: relative;
	vertical-align: middle;
        text-align: justify;
}

section.info .text .inner {
	float: right;
	margin-right: 30px;
	margin-bottom: 40px;
}

section.info .text .num {
    float: right;
    font-size: 160px;
    color: #f2f2f2;
    line-height: 55px;
}

section.info .text h2 {
	font-size: 42px;
	margin-bottom: 10px;
	line-height: 32px;
	color: #078add;
	text-align: right;
}

section.info .text h3 {
    font-family: georgia;
    font-style: italic;
    color: #3c4043;
    font-size: 22px;
}

section.info .text a.readmore {
	display: inline-block;
	border-bottom: 2px #69b114 solid;
	padding: 0 7px 7px 7px;
	color: #69b114 !important;
	margin-top: 20px;
}

section.info .text a.readmore .fa {
	font-size: 15px;
	margin-right: 5px;
}

section.info.left {
	direction: ltr;
}

section.info.left .text {
	padding-right: 0;
	padding-left: 60px;
	direction: rtl;
}

section.about ul li {
	float: right;
	width: 50%;
	position: relative;
	padding: 0 110px 0 0;
	margin-top: 20px;
	color: #888;
}

section.about ul li .thumb {
	background: #078add;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	position: absolute;
	color: #fff;
	font-size: 40px;
	top: 0;
	right: 20px;
}

section.about ul li h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 27px;
	color: #2c2f3d;
	margin-bottom: 10px;
}

section.about ul li:nth-child(odd) {
	text-align: left;
	padding: 0 0 0 110px;
}

section.about ul li:nth-child(odd) .thumb {
	left: 20px;
	right: auto;
}

section.contact {
	background-color: #078add; 
	padding: 0;
	background-image: url('images/header_shadow_bg.jpg');
    background-position: center top;
    background-repeat: repeat-x;	
}

section.contact .wrapper {
    background-image: url('images/header_shadow.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 25px 0 35px 0;	
    text-align: center;
}

section.contact .wpcf7 {
	display: inline-block;
	text-align: right;
}

section.contact h2 {
	color: #fff;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

section.contact h3 {
	font-size: 24px;
	margin-bottom: 20px; 
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

section.contact label {
	float: right;
	margin-right: 10px;
	display: block;
}

section.contact label span.title {
	display: block;
	line-height: 25px;
	margin-bottom: 3px;
	color: #d3dbe2;
}

section.contact label input {
	width: 200px;
	background: #fff;
	border: 0;
	color: #aaa;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);	
}

section.contact label input::-webkit-input-placeholder {
	color: #aaa;
}

section.contact label input::-moz-placeholder {
	color: #aaa;
}

section.contact label input:-ms-input-placeholder {
	color: #aaa;
}

section.contact label input:-moz-placeholder {
	color: #aaa;
}

section.contact label input:hover, section.contact label input:focus {
	border: 0;
}

section.contact label button {
	display: inline-block;
	margin-top: 28px;
	line-height: 40px;
	height: 40px;
	width: auto;
	background: #69b114;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);		
}

section.newsletter label button:hover {
	color: #313131;
	background: #fff;
}

section.features ul li {
    margin: 35px 0 0 0;
    padding: 0 60px 0 0;
    float: right;
    min-height: 45px;
    width: calc(100% / 3);
    position: relative;
    color: #888;
}

section.features ul li .thumb {
	position: absolute;
	top: 13px;
	right: 0;
	font-size: 45px;
	color: #69b114;
}

section.features ul li h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #2c2f3d;
}

section.slogan {
	color: #888;
	text-align: center;
	font-size: 20px;
}

section.slogan h2 {
	margin-bottom: 10px;
}

section.slogan h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #2c2f3d;
}

section.counters {
	background-image: url('images/counter_bg.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 30px 0;
}

section.counters ul li {
	float: right;
	width: 25%;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	padding: 0 10px;
}

section.counters ul li h3 {
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 68px;
	color: #69b114;
}

section.counters ul li h4 {
	color: #2c2f3d;
	font-weight: 700;
	font-size: 22px;
}

section.counters ul li h5 {
	border-top: 1px #ccc solid;
	margin-top: 10px;
	padding-top: 10px;
	color: #888;
}

section.clients {
	text-align: center;
	padding: 40px 0 30px 0;
}

section.clients .swiper-slide {
	height: 60px;
}

section.clients .swiper-slide img {
	max-height: 60px;
	max-width: calc(100% - 20px);  
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;   
	position: relative;
	top: 50%;
	transform: translateY(-50%);        	
}

section.clients .swiper-slide img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); 
  	opacity: 0.5;      
}

section.clients .swiper-wrapper {
	padding-bottom: 30px;
}

section.clients .swiper-pagination {
	bottom: 0;
	height: 8px;
}

section.clients .swiper-pagination span {
	vertical-align: top;
}

section.clients .swiper-pagination-bullet-active {
	background-color: #078add;
}

section.benefits-blog h2 {
	font-size: 32px;
	line-height: 36px;
	text-align: right;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #e1e1e1 solid;
	position: relative;
	color: #313131
}

section.benefits-blog h2:after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: #b3b3b3;
	width: 20%;
}

section.benefits-blog div.blog {
	float: right;
	width: 660px;
}

section.benefits-blog div.blog div.swiper-slide {
	width: 100% !important;
}

section.benefits-blog div.blog .swiper-wrapper {
	padding-bottom: 40px;
}

section.benefits-blog div.blog .swiper-pagination {
	bottom: 0;
	height: 8px;
}

section.benefits-blog div.blog .swiper-pagination span {
	vertical-align: top;
}

section.benefits-blog div.blog .swiper-pagination-bullet-active {
	background-color: #078add;
}

section.benefits-blog div.blog div.post .thumb {
	float: right;
	width: 110px;
	height: 110px;
	position: relative;
}

section.benefits-blog div.blog div.post .thumb img {
	width: 110px;
	height: 110px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

section.benefits-blog div.blog div.post .thumb span {
	position: absolute;
	line-height: 30px;
	height: 0;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background: #078add;
	font-size: 16px;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;	
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2ms ease-in-out;
    -o-transition: all 0.2ms ease-in-out;
    transition: all 0.2s ease-in-out;		
}

section.benefits-blog div.blog div.post:hover .thumb span {
	height: 30px;
}

section.benefits-blog div.blog div.excerpt {
	float: left;
	width: 530px;
	color: #545454;
}

section.benefits-blog div.blog div.swiper-slide div.post {
	margin-top: 20px;
}

section.benefits-blog div.blog div.swiper-slide div.post:first-child {
	margin-top: 0;
}

section.benefits-blog div.blog div.post h3 {
	font-weight: 400;
	margin-bottom: 5px;
	color: #313131;
	font-size: 20px;
}

section.benefits-blog div.blog div.post h3 a {
	color: #313131;
	text-decoration: none;
}

section.benefits-blog div.blog div.post h3 a:hover {
	color: #f9bf00;
}

section.benefits-blog div.blog div.post a.read-more {
	font-weight: 400;
	display: inline-block;
	margin-top: 5px;
	text-decoration: none;
	color: #f9bf00;
}

section.benefits-blog div.blog div.post a.read-more:hover {
	color: #313131;
}

section.benefits-blog div.blog div.post a.read-more .fa {
	font-size: 15px;
	margin-right: 5px;
}

section.benefits-blog div.tips {
	float: left;
	width: 340px;
}

section.benefits-blog div.tips ul li {
	margin-top: 10px;
}

section.benefits-blog div.tips ul li:first-child {
	margin-top: 0;
}

section.benefits-blog div.tips ul li a {
	background: #fff;
	line-height: 45px;
	padding-right: 15px;
	padding-left: 60px;
	display: block;
	position: relative;
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.1);	
	text-decoration: none;
	font-size: 20px;	
}

section.benefits-blog div.tips ul li a .fa {
	background: #fafafa;
	color: #313131;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 45px;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 15px;
}

section.benefits-blog div.tips ul li .tip-content {
	overflow: hidden;
	height: 0;
	padding: 10px 10px 0 10px;
	color: #545454;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2ms ease-in-out;
    -o-transition: height 0.2ms ease-in-out;
    transition: height 0.2s ease-in-out;		
}

section.tabs ul.tabs li {
	float: right;
	margin-right: 10px;
}

section.tabs ul.tabs li:first-child {
	margin-right: 0;
}

section.tabs ul.tabs li a {
	background: #313131;
	color: #fff;
	line-height: 55px;
	padding: 0 25px;
	display: inline-block;
	text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2ms ease-in-out;
    -o-transition: all 0.2ms ease-in-out;
    transition: all 0.2s ease-in-out;		
}

section.tabs ul.tabs li a .fa {
	font-size: 13px;
	margin-left: 5px;
}

section.tabs ul.tabs li a:hover,
section.tabs ul.tabs li a.active {
	background: #078add;
}

section.tabs div.tab {
	display: none;
	padding-top: 20px;
	font-size: 20px;
	line-height: 30px;
}

section.tabs div.tab.active {
	display: block;
}

section.sliced {
	padding: 6px 0;
}

section.sliced .slice {
	height: 400px;
	margin-top: 6px;
	width: 100%;
	display: table;
	table-layout: fixed;
}

section.sliced .slice:first-child {
	margin-top: 0;
}

section.sliced .slice.left {
	direction: ltr;
}

section.sliced .slice .image {
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	display: table-cell;
	border-left: 3px #fff solid;
}

section.sliced .slice.left .image {
	border-left: 0;
	border-right: 3px #fff solid;
}

section.sliced .slice .info {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: 100%;
	background: #313131;
	border-right: 3px #fff solid;
}

section.sliced .slice.left .info {
	border-right: 0;
	border-left: 3px #fff solid;
	text-align: left;
}

section.sliced .slice .info .text {
	width: 527px;
	padding: 30px;
	color: #fff;
}

section.sliced .slice.left .info .text {
	direction: rtl;
}

section.sliced .slice .info .text h3 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 10px;
	color: #f9bf00;
}

section.sliced .slice .info .text p {
	font-size: 24px;
	line-height: 32px;
	color: #999;
}

section.sliced .slice .info .text a.cube {
	color: #fff;
	margin-top: 20px;
}

section.articles .wrapper {
	padding: 0 20px;
}

section.articles ul {
	padding-top: 20px;
}

section.articles ul li {
	margin: 0 60px 0 0;
	width: 320px;
	float: right;
}

section.articles ul li:first-child {
	margin: 0;
}

section.articles ul li div.article {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);	
}

section.articles ul li div.article div.thumb {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 300px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    -webkit-transition: background-size 0.2s ease-in;
    -moz-transition: background-size 0.2ms ease-in;
    -o-transition: background-size 0.2ms ease-in;
    transition: background-size 0.2s ease-in;		
}

section.articles ul li div.article:hover div.thumb {
	background-size: 110% 110%;
}

section.articles ul li div.article h3 {
	width: 100%;
	margin-bottom: 15px;
	font-weight: 700;	
	font-size: 22px;
	line-height: 28px;
	height: 71px;
	display: block;
	color: #2c2f3d;
	border-bottom: 1px #ccc solid;
}

section.articles ul li div.article h3 a {
	margin-top: 0;
	color: #3b444f;
}

section.articles ul li div.article h3 a:hover {
	text-decoration: none;
}

section.articles ul li div.article h4 {
	color: #2c2f3d;
	margin-bottom: 10px;
}

section.articles ul li div.article h4 span {
	color: #078add;
}

section.articles ul li div.article div.excerpt {
	padding: 15px;
	color: #888;
        text-align: justify;
}

section.articles ul li div.article div.excerpt a.read-more {
	margin-top: 10px;
	display: inline-block;
	color: #078add;
	text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2ms ease-in-out;
    -o-transition: all 0.2ms ease-in-out;
    transition: all 0.2s ease-in-out;		
}

section.articles ul li div.article div.excerpt a.read-more:after {
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 13px;
	opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2ms ease-in-out;
    -o-transition: all 0.2ms ease-in-out;
    transition: all 0.2s ease-in-out;		
}

section.articles ul li div.article div.excerpt a.read-more:hover:after {
	opacity: 1;
	margin-right: 10px;
}

section.articles ul li div.article div.excerpt div.views {
	font-size: 15px;
	color: #888;
	margin-bottom: 10px;
}

section.articles ul li div.article div.excerpt div.views .fa {
	margin-left: 5px;
}

section.newsletter {
	padding: 0;
	background: #078add;
	padding: 15px 0;
}

section.newsletter h3 {
	float: right;
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
}

section.newsletter h3 .fa {
	font-size: 22px;
	margin-right: 10px;
}

section.newsletter label {
	float: right;
	margin-right: 10px;
	display: block;
}

section.newsletter label span.title {
	display: block;
	line-height: 25px;
	margin-bottom: 3px;
}

section.newsletter label input {
	width: 150px;
	border-color: #fff;
}

section.newsletter label input:hover, section.newsletter label input:focus {
	border-color: #313131;
}

section.newsletter label input::-webkit-input-placeholder {
	color: #fff;
}

section.newsletter label input::-moz-placeholder {
	color: #fff;
}

section.newsletter label input:-ms-input-placeholder {
	color: #fff;
}

section.newsletter label input:-moz-placeholder {
	color: #fff;
}

section.newsletter label button {
	display: inline-block;
	margin-top: 27px;
	height: 42px;
	line-height: 42px;
	width: auto;
}

section.newsletter label button:hover {
	color: #313131;
	background: #fff;
}

section.case-study {
	background: url('images/testimonials_bg.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

section.case-study .swiper-wrapper {
	padding-bottom: 40px;
}

section.case-study .swiper-pagination {
	bottom: 0;
	height: 8px;
}

section.case-study .swiper-pagination span {
	vertical-align: top;
}

section.case-study .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.4;
}

section.case-study .swiper-pagination-bullet-active {
	background-color: #078add;
	opacity: 1;
}

section.case-study:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(35,31,36,0.8);
	z-index: 1;
}

section.case-study .wrapper {
	position: relative;
	z-index: 2;	
}

section.case-study h2 {
	margin-bottom: 40px;
}

section.case-study .case-info {
	margin: 0 auto;
}

section.case-study .case-info .video {
	width: 440px;
	float: right;
	margin-bottom: 10px;
}

section.case-study .case-info .quote {
	width: 560px;
	float: left;
	color: #fff;
	font-size: 24px;
	line-height: 35px;	
	margin-bottom: 10px;
}

section.case-study .case-info .quote div.name {
	font-weight: 400;
	font-size: 24px;
	margin-top: 20px;
	border-top: 1px #888 solid;
	padding-top: 20px;
	margin-bottom: 3px;
	color: #ccc;
}

section.case-study .case-info .quote div.title {
	font-size: 18px;
	color: #ccc;
}

footer {
	background: #1c222a;
	color: #c7d2d8;
}

footer .wrapper {
	padding: 50px 0;
}

footer ul.widgets {
	margin: 0 -15px;
}

footer ul.widgets > li {
	float: right;
	width: 25%;
	padding: 0 15px;
}

footer ul.widgets > li a {
	color: #c7d2d8;
}

footer ul.widgets > li a:hover {
	color: #078add;	
}

footer ul.widgets > li h3.widget-title {
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 15px;
	line-height: 28px;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	margin-bottom: 25px;
	position: relative;
	display: block;
	color: #fff;
}

footer ul.widgets > li h3.widget-title:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 20%;
	height: 1px;
	background: #078add;
}

footer ul.widgets > li ul.menu li {
	border-top: 1px rgba(255,255,255,0.1) dotted;
	padding-top: 10px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 18px;
}

footer ul.widgets > li ul.menu li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

footer ul.widgets > li ul.menu li a {
	color: #fff;	
	text-decoration: none;
}

footer ul.widgets > li ul.menu li a:hover {
	color: #078add;
}

footer ul.widgets > li form.wpcf7-form label {
	margin-bottom: 10px;
	display: block;
}

footer ul.widgets > li form.wpcf7-form label span.title {
	margin-bottom: 2px;
}

footer ul.widgets > li form.wpcf7-form label span.wpcf7-form-control-wrap {
	display: block;
}

footer ul.widgets > li form.wpcf7-form label input {
	border: 1px rgba(255,255,255,0.1) solid;
}

footer ul.widgets > li form.wpcf7-form input[type="submit"]:hover {
	background: #fff;
	color: #078add;
}

footer .bottom {
	line-height: 50px;
	font-weight: 400;
	background: #212121;
	border-top: 1px #313131 solid;
}

footer .bottom a {
	color: #b9b9b9;
	text-decoration: none;
}

footer .bottom a:hover {
	color: #fff;
}

footer .bottom .wrapper {
	padding: 0;
}

footer .bottom .copyrights {
	float: right;
}

footer .bottom .links {
	float: left;
	font-weight: 400;
	font-size: 15px;
	color: #888;
}

footer .bottom .links a {
	color: #888;
}

ul.realmedia-recent-posts {
	padding-top: 7px;
}

ul.clients {
	margin: -20px -20px 0 0;
}

ul.clients li {
	background: #fff;
	width: 196px;
	height: 196px;
	border: 1px #e1e1e1 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	margin: 20px 20px 0 0;
}

ul.clients li img {
	max-width: 120px;
	max-height: 80px;
}

ul.realmedia-recent-posts li {
	margin-top: 20px;
}

ul.realmedia-recent-posts li:first-child {
	margin-top: 0;
}

ul.realmedia-recent-posts li .thumb {
	float: right;
	width: 71px;
	height: 71px;
	position: relative;
}

ul.realmedia-recent-posts li .thumb img {
	width: 71px;
	height: 71px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

ul.realmedia-recent-posts li .excerpt {
	width: calc(100% - 82px);
	float: left;
}

ul.realmedia-recent-posts li h3 a {
	color: #888;
	text-decoration: none;
}

ul.realmedia-recent-posts li h3 a:hover {
	color: #078add;
}

section.page-wrapper {
	padding: 0px 0;
}

.page.home section.page-wrapper {
	padding-bottom: 50px;
}
.page section.page-wrapper {
	padding-bottom: 0px !important;
}

section.page-wrapper .pull-left {
	width: 230px;
}

section.page-wrapper .pull-right {
	width: 830px;
}

section.page-wrapper .pull-right p { text-align:justify; } 

footer ul.realmedia-recent-posts li h3 a {
	color: #c7d2d8;
	text-decoration: none;
}

body.page-template-page-full section.page-wrapper .pull-right {
	width: auto;
	float: none;
}

section.page-wrapper .pull-right ul,
section.benefits-blog div.benefits div.tab ul {
	list-style: disc;
	margin-right: 20px;
}

section.page-wrapper .pull-right ul li,
section.benefits-blog div.benefits div.tab ul li {
	margin-top: 2px;
}

section.page-wrapper .pull-right ul li:first-child,
section.benefits-blog div.benefits div.tab ul li:first-child {
	margin-top: 0;
}

ul.vlist {
	list-style: none;
	margin-bottom: 12px;
	margin-right: 20px;
}

ul.vlist:last-child {
	margin-bottom: 0;
}

ul.vlist li {
	position: relative;
}

ul.vlist li:before {
	font-family: "FontAwesome";
	content: "\f00c";
	position: absolute;
	top: 0;
	right: -20px;
	font-size: 13px;
	color: #078add;
}

section.page-wrapper .pull-right h1 {
	font-weight: 400;
	font-size: 42px;
	line-height: 48px;
}

section.page-wrapper .pull-right h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;	
    color: #313131;
    margin-bottom: 12px;
}

section.page-wrapper .pull-right h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;	
	color:#000;
}

section.page-wrapper .pull-right h4 {
	font-size: 24px;
	line-height: 32px;	
}

section.page-wrapper .pull-right h5 {
	font-size: 20px;
	line-height: 28px;	
}

section.page-wrapper .pull-right h6 {
	font-size: 18px;
}

section.page-wrapper .pull-right .post-info {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #888;
}

section.page-wrapper .pull-right .post-info a {
	color: #888;
}

section.page-wrapper .pull-right .post-info span {
	color: #f9bf00;
}

section.page-wrapper .pull-right form.wpcf7-form {
	margin: 0 -10px;	
}

section.page-wrapper .pull-right form.wpcf7-form p {
	clear: both;
	display: block;
	width: 100%;	
}

section.page-wrapper .pull-right form.wpcf7-form p label {
	display: block;
	padding: 10px;
	float: right;
	width: 100%;
}

section.page-wrapper .pull-right form.wpcf7-form p label span {
	display: block;
}

section.page-wrapper .pull-right form.wpcf7-form p label span:first-child {
	font-weight: 400;
	margin-bottom: 2px;
}

section.page-wrapper .pull-right form.wpcf7-form button {
	margin-top: 10px;
	padding: 0;
}

section.page-wrapper .post {
	margin-top: 35px;
	background: url('images/sep_pattern.png') repeat-x left top;
	padding-top: 45px;
}

section.page-wrapper .post:first-child {
	margin-top: 0;
	padding-top: 0;
	background-image: none;
}

section.page-wrapper .post .thumb {
	float: right;
	width: 350px;
	height: 230px;
	position: relative;
	box-shadow: 0 10px 20px -4px rgba(0,0,0,0.4);
}

section.page-wrapper .post .thumb img {
	max-width: 100%;
	max-height: 100%;
}

section.page-wrapper .post div.excerpt {
	float: left;
	width: 430px;
	color: #888;
}

section.page-wrapper .post h3 {
	font-weight: bold;
	color: #078add;
	font-size: 28px;
	line-height: 32px;
}

section.page-wrapper .post h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px #ccc solid;
	color: #2c2f3d;
}

section.page-wrapper .post h4 a {
	color: #2c2f3d;
}

section.page-wrapper .post h4 span {
	color: #078add;
}

section.page-wrapper .post h3 a {
	color: #078add;
	text-decoration: none;
}

section.page-wrapper .post h3 a:hover {
	color: #078add;
}

section.page-wrapper .post a.read-more {
    display: inline-block;
    border-bottom: 2px #69b114 solid;
    padding: 0 7px 7px 7px;
    color: #69b114 !important;
    margin-top: 20px;
}

section.page-wrapper .post a.read-more .fa {
	font-size: 13px;
	margin-right: 2px;
}

section.page-wrapper aside > ul > li {
	margin-top: 25px;
}

section.page-wrapper aside > ul > li:first-child {
	margin-top: 0;
}

section.page-wrapper aside > ul > li h3.widget-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	position: relative;
	color: #2c2f3d;
}

section.page-wrapper aside > ul > li h3.widget-title:after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: #078add;
	width: 20%;	
}

section.page-wrapper aside > ul > li form.searchform label {
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}

section.page-wrapper aside > ul > li form.searchform input[type="text"] {
	float: right;
	width: calc(100% - 45px);
	line-height: 45px;
	height: 45px;
	border-left: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;		
}

section.page-wrapper aside > ul > li form.searchform button {
	background: #fff;
	float: left;
	width: 45px;
	line-height: 45px;
	height: 45px;
	border: 1px #e1e1e1 solid;
	border-right: 0;
	color: #078add;
	font-size: 15px;
	padding: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
	position: relative;
}

section.page-wrapper aside > ul > li form.searchform button:hover {
	background: #fafafa;
}

section.page-wrapper aside > ul > li form.searchform input:hover + button,
section.page-wrapper aside > ul > li form.searchform input:focus + button {
	border-color: #b3b3b3;
}

section.page-contact {
	padding: 0;
}

section.page-contact .pull-right {
	width: auto;
	float: none;
	display: table;
	width: 100%;
	table-layout: fixed;
}

section.page-contact .pull-right .contact-wrapper {
	display: table-cell;
	text-align: left;
}

section.page-contact .pull-right .contact-inner {
	width: 530px;
	display: inline-block;
	text-align: right;
	padding: 50px 0 50px 50px;
}

section.page-contact .pull-right .contact-map {
	display: table-cell;
	overflow: hidden;
	position: relative;
}

section.page-contact .pull-right .contact-map #map {
	position: absolute !important;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

section.page-contact .pull-right .contact-map .contact-info {
	position: absolute;
	top: 40px;
	right: 40px;
	background: #fff;
	z-index: 2;
	display: inline-block;
}

#scroll-top {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #69b114;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;    
    z-index: 9999;	
}

#scroll-top:hover {
	background: #4f8e05;	
}

/* Contact Form 7 */

.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

.wpcf7-not-valid-tip {
	margin-bottom: 5px;
}

.wpcf7-response-output {
	margin: 0 0 12px 0 !important;
}

.wpcf7-validation-errors {
  background-color: #FCF8E3 !important;
  border: 1px #FAEBCC solid !important;
  color: #8A6D3B !important;
  padding: 5px 8px !important;
}

.wpcf7-mail-sent-ok {
  background-color: #DFF0D8 !important;
  border: 1px #D6E9C6 solid !important;
  color: #3C763D !important;
  padding: 5px 8px !important;
}

.wpcf7 p {
	margin-bottom: 0;
}

/* Table */

.explain {
	display: none;
}

table, table th, table td {
	border: 1px #ddd solid;
	box-sizing: border-box;
}

table th {
	text-align: right;
	font-weight: bold;
	background: #fafafa;
}

table th, table td {
	padding: 8px 10px;
}

/* Admin Bar Fix */

body.admin-bar header.shrink {
	top: 32px;
}

/* Hide Nav Regular Devices */
.nav-list, .pushmenu {
	display: none;
}

/* Blog Share Buttons */
ul.share-post {
	display: table;
	width: 100%;
	height: 45px;
	table-layout: fixed;
	text-align: center;
	list-style: none !important;
	margin: 20px 0 0 0 !important;
	padding: 0;
}

ul.share-post li {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	position: relative;
}

ul.share-post li:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
}

ul.share-post li:hover:after {
	content: " ";
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.15);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

ul.share-post li a {
	display: block;
	text-decoration: none;
}

ul.share-post li a .fa {
	color: #fff !important;
	font-size: 18px !important;
	line-height: 45px;
	display: block;
	position: relative;
	z-index: 2;
}

ul.share-post li.facebook {
	background: #3b5998;
}

ul.share-post li.google-plus {
	background: #dd4b39;
}

ul.share-post li.twitter {
	background: #55acee;
}

ul.share-post li.whatsapp {
	background: #4dc247;
	display: none;
}

ul.share-post li.linkedin {
	background: #007bb5;
}

ul.share-post li.pinterest {
	background: #cb2027;
}

.call-us {
	display: none;
}
.wpcf7-checkbox>.wpcf7-list-item{
	margin-right: 0;
} 
footer .bottom{
    line-height: 50px;
    font-weight: 400;
    border-top: 1px rgba(255,255,255,0.1) solid;
	text-align: center;
}
footer .bottom .wrapper{
	display: flex;
	align-items: center;

}
#copyright,
#footer-info,
#logo-company{
	width: 33%;
}
#footer-info{
	text-align: right;
}
#copyright{
	text-align: center;
}
#logo-company{
	display: flex;
	justify-content: flex-end;
	align-items: center;        
}
#logo-company-img {
    display: inline-block;
    height: 35px;
    width: 225px;
    background: url(images/logo-company.png) no-repeat left top;
    background-size: cover;  margin-right: 8px;
}
/* Mobile View */
@media only screen 
and (max-device-width : 768px) {	
	
	html {
		direction: ltr;
	}
	

	img {
		max-width: 100%;
	}
	
	section.top {
		display: none;
	}
	

	

	
	.banner {
		height: auto;
	}
	
	.banner .wrapper {
		padding: 20px;
	}
	
	.banner .wrapper h1 {
	    font-size: 58px;
	    line-height: 52px;	
	    margin-bottom: 20px;	
	}

	.banner .wrapper h2 {
	    font-size: 32px;
	    line-height: 32px;	
	    margin-bottom: 20px;	
	}

	section.row {
		padding: 30px 0;
	}
	section.row.info,
	section.row.slogan{
	}
	section.row h2 {
		font-size: 42px;
		line-height: 42px;
	}
	
	section.contact {
		padding: 0;
		background-image: none;
	}
	
	section.contact .wrapper {
		background-size: contain;
		padding: 25px 20px 35px 20px;
	}
	
	section.contact label {
		float: none;
		margin-right: 10px;
	}
	
	section.contact .wpcf7-form-control-wrap {
		display: block;
	}
	
	section.contact .wpcf7 {
		display: block;
	}
	
	section.contact label input {
		width: 100%;
	}
	
	section.contact label button {
		display: block;
		width: 100%;
	}
	
	section.info .wrapper {
		display: block;
	}
	section.info .screenshot{
		width: 40%;
	}
	section.info .screenshot > div {
		width: 100%;
		height: 168px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	section.articles ul li div.article div.thumb {
    		height: 244px;
 	 }
	section.info .text .num {
		display: none;
	}
	
	section.info .text {
		width: 60%;
	}
	
	section.info .text .inner {
		padding: 0 !important;
		margin: 20px 0;
	}
	
	section.about ul li {
		float: none;
		padding: 0 80px 0 0 !important;
		width: auto;
		margin: 20px 0 0 0 !important;
		text-align: right !important;
	}
	
	section.about ul li .thumb {
		left: auto !important;
		right: 0 !important;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 35px;
	}
	
	section.about ul li:first-child {
		margin: 0;
	}
			
	section.counters ul li {
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	
	section.counters ul li:first-child {
		margin-top: 0;
	}
	
	section.features ul li {
		float: none;
		width: 100%;
	}
	
	section.articles ul {
		padding-top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section.articles ul li {
		width: auto;
		margin: 30px 0 0 0;
		float: none;
		flex-basis: 48%;
	}
	
	section.page-wrapper {
		padding: 30px 0;
	}
		
	footer .wrapper {
		padding: 20px;
	}
	footer ul.widgets{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer ul.widgets > li {
		width: auto !important;
		margin-top: 40px;
		float: none;
		flex-basis: 49%;
	}	
	
	
	footer .bottom {
		line-height: 24px;
		text-align: center;
	}
	
	footer .bottom .wrapper {
		padding: 15px 20px;
	}
	
	footer .bottom .copyrights,
	footer .bottom .links {
		float: none;
	}
	
	footer .bottom .links {
		margin-top: 5px;
	}
	
	section.page-wrapper .pull-right,
	section.page-wrapper .pull-left {
		width: 100%;
		float: none;
	}
	.blog section.page-wrapper .pull-right{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.blog section.page-wrapper .pull-right .post{
		flex-basis: 48%;
	}
	.blog section.page-wrapper .post:first-child{
		margin-top: 25px;
		background: url(images/sep_pattern.png) repeat-x left top;
    		padding-top: 45px;
	}
	section.page-wrapper .post {
		margin-top: 25px;
	}
	
	section.page-wrapper .post .thumb {
		float: none;
		width: auto;
		height: auto;
	}
	
	section.page-wrapper .post .thumb img {
		width: 100%;
		height: auto;
	}
	
	section.page-wrapper .post div.excerpt {
		float: none;
		width: auto;
	}
	
	aside {
		margin-top: 35px;
	}
	aside.pull-left ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	aside.pull-left>ul>li:nth-of-type(1),
	aside.pull-left>ul>li:nth-of-type(4){
		width: 100%;
	}
	aside.pull-left>ul>li:nth-of-type(2),
	aside.pull-left>ul>li:nth-of-type(3){
		width: 48%;
	}
	section.page-wrapper .pull-right form.wpcf7-form p label {
		width: 100% !important;
		float: none;
	}
	
	section.page-contact .pull-right {
		display: block;
	}
	
	section.page-contact .pull-right .contact-wrapper {
		text-align: right;
		display: block;
	}
	
	section.page-contact .pull-right .contact-inner {
		width: auto;
		display: block;
		padding: 30px 20px;
	}
	
	section.page-contact .pull-right .contact-map {
		display: block;
		height: 300px;
	}

	.wrap_table {
		overflow-x: scroll;
		border-right: 1px #ddd solid;
		box-sizing: border-box;	
	}
	
	.explain {
		padding: 8px;
		border: 1px #ddd solid;
		border-bottom: 0;
		background: #2c85c6;
		color: #fff;
		font-weight: bold;
		text-align: center;
		display: block;
	}
	
	.explain i {
		text-align: center;
		display: block;
	}
	
	table {
		width: 960px !important;
		border: 0 !important;
	}
	
	table tr:first-child td, table tr:first-child th {
		border-right: 0;
	}
	
	ul.clients {
		margin: -15px -15px 0 0;
	}
	
	ul.clients li {
		margin: 15px 15px 0 0;
		width: calc((100vw - 70px) / 3);
		height: calc((100vw - 70px) / 3);
	}
	
	ul.clients li img {
		max-width: 70%;
		max-height: 50%;
	}
	
	/* Admin Bar Fix */
	
	body.admin-bar header {
		top: 46px;
	}
	
	body.admin-bar #wpadminbar{
		position: fixed !important;
	}
	
		
	/* Blog Share Buttons */
	ul.share-post li.whatsapp {
		display: table-cell;
	}
	
	.contact form{
		display: flex;
		justify-content: space-around;
	}
	section.contact label{
		flex-basis: 23%;
		flex: 1 1;
	}
	section.articles ul li:first-child{
		margin: 30px 0 0 0;
	}
}
@media (max-width: 500px) {
	footer .bottom .wrapper{
		flex-direction: column;
	}
	#copyright, 
        #footer-info, 
        #logo-company{
		width: 100%;
	}
	#copyright, 
        #footer-info{
		text-align: center;
	}
	#logo-company{
		justify-content: center;
        }
	section.articles ul li div.article div.thumb{
		height: 195px;
	}
	.contact form{
		flex-direction: column;
	}
	section.contact label {
		margin-right: 0;
	}
	
	footer ul.widgets > li:first-child {
		margin-top: 0;
	}
	footer ul.widgets{
		flex-direction: column;
	}
	section.articles ul li:first-child {
		margin-top: 0;
	}
	section.info .screenshot,
	section.info .text{
		width: 100%;
		display: block;
	}
	section.info .text{
		padding: 0;
	}
	section.articles ul{
		flex-direction: column;
	}
	section.articles ul li{
		flex-basis: 100%;	
	}
	aside.pull-left ul{
		flex-direction: column;
	}
	.blog section.page-wrapper .pull-right{
		flex-direction: column;
	}
	.blog section.page-wrapper .post:first-child{
		background: none;
		padding: 0;
	}
	aside.pull-left>ul>li:nth-of-type(2),
 	aside.pull-left>ul>li:nth-of-type(3){
		width: 100%;
	}
	section.info .screenshot > div {
		height: calc((100vw - 20px) / 1.733);
   	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.wrapper{
		width: 96%;
		margin: auto;
	}
	section.info .screenshot{
		width: 40%;
	}
	section.info .screenshot > div{
		width: 100%;
    		background-size: contain;
		background-repeat: no-repeat;
	}
	section.info .text{
		width: 60%;
	}
	section.features ul li{
		width: 50%;
	}
	section.articles ul li{
		margin: 0 30px 0 0;
		width: calc((100% - 60px)/3);
	}
	section.articles ul li div.article div.thumb{
		height: 196px;
	}
	footer ul.widgets{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer ul.widgets > li {
		float: none;
		flex-basis: 49%;
	}	
	section.page-wrapper .pull-right{
		width: 66%;
	}
	section.page-wrapper .pull-right img{
		max-width: 100%;
	}
	section.page-wrapper .pull-left {
 	   width: 32%;
	}
	section.page-wrapper .post .thumb{
		width: 200px;
		height: 130px;
	}
	section.articles ul li div.article h3{
		height: 88px;
	}
	
	
}

@media (max-device-width : 1024px){
  header ul.menu {
    display: none;
  }
  .nav-list {
    height: 22px;
    width: 24px;
    padding: 19px 20px;
    box-sizing: content-box;
    cursor: pointer;
    position: absolute;
    background: #f8f8f8;
    top: 0;
    right: 0;
    display: block;
  }
  
  .nav-list span {
    position: relative;
    top: 10px;
    height: 2px;
    background: #078add;
    text-indent: -9999px;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1ms;
      -o-transition: all 0.1ms;
      transition: all 0.1s;   
      display: block;
  }
  
  .nav-list span:before,
  .nav-list span:after {
    content: " ";
    position: absolute;
    width: 100%;
    right: 0;
    top: -8px;
    height: 2px;
    background: #078add;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1ms;
      -o-transition: all 0.1ms;
      transition: all 0.1s;     
  }
  
  .nav-list span:before {
    top: auto;
    bottom: -8px; 
  }
  
  .nav-list.active span {
    background-color: transparent;
  }
  
  .nav-list.active span:after {
    transform: rotate(-45deg);
    top: 0;
  }
  
  .nav-list.active span:before {
    transform: rotate(45deg);
    bottom: 0;
  }
  /* Push Menu */

  .pushmenu { 
    background: #1c222a;
    width: 240px;
    height: 100%;
    top: 60px;
    z-index: 999;
    position: fixed;  
    display: block;  
    overflow-y: scroll;
  }
  
  .pushmenu ul.menu {
    line-height: normal;
    height: auto;
  }
  
  .pushmenu ul.menu > li {
    border-top: 1px #303030 solid;  
    padding: 0 20px;
    line-height: 50px;
    overflow-y: hidden;
      -webkit-transition: height 0.2s;
      -moz-transition: height 0.2ms;
      -o-transition: height 0.2ms;
      transition: height 0.2s;    
      height: 50px;   
  }
  
  .pushmenu ul.menu > li > a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative; 
  }
  
  .pushmenu ul.menu > li.menu-item-has-children > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 15px;
  } 
  
  .pushmenu ul.menu > li ul.sub-menu {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .pushmenu ul.menu > li ul.sub-menu > li {
    line-height: 35px;
  }
  
  .pushmenu ul.menu > li ul.sub-menu > li a {
    font-size: 15px;
    line-height: 25px;
    color: #b9b9b9;
  }
  
  .pushmenu ul.menu > li ul.sub-menu > li ul.sub-menu a {
    color: #666;
  } 
  
  .pushmenu-right {
    right: -240px;
  }
  
  .pushmenu-right.pushmenu-open {
    right: 0;
  }
  
  .pushmenu-push {
    overflow-x: hidden;
    position: relative;
    right: 0;
  }
  
  .pushmenu-push-toleft {
    right: 240px;
  }
  
  .pushmenu, .pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;  
  }
  header {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 0;
    height: 60px;
    z-index: 1001;    
  }
  /* Admin Bar Fix */
  
  body.admin-bar header {
    top: 32px;
  }
  
  body.admin-bar #wpadminbar{
    position: fixed !important;
  }
  header a.logo {
    background-size: 153px 50px;
    height: 60px;
    width: 153px;
  }
  body {
    direction: rtl;
    padding-top: 60px;
  }
  .call-us {
    width: 36px;
      height: 36px;
      margin: 12px 0;
      line-height: 40px;
      cursor: pointer;
      position: absolute;
      color: #fff !important;
      text-align: center;
      font-size: 15px;
      background: #068ADD;
      top: 0;
      right: 70px;
      display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;     
  }
  .wrapper {
    width: auto;
    padding: 0 20px;
  }
}


