﻿@charset "utf-8";
/* CSS Document */
html {
	font-size: 100%;
}
body {
	direction: rtl;
	text-align: right;
	font-family:'Alef', serif, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
.ClearBoth {
	clear: both;
}
/* Overwritten CSS class */
h1, h2, h3, h4, h5, h6 ,h7{
	font-family:'Alef', serif, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:120%;
	color: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
}
.SiteTop {
	background-image: url(../../shared-images/site-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.SiteTopBg {
/*	background-image: url(../../shared-images/site-top-bg.png);
	background-repeat: no-repeat;
	background-position: right top;*/
}
.SiteTop.HomePage {
	background-image: url(../../shared-images/site-top-bg-home-page.jpg);
}
.HomePage .SiteTopBg {
	background-image: url(../../shared-images/site-top-bg-home-page.png);
}
.StripHeaderFix {
	width: 100%;
}
/* Overwritten CSS class */
.navbar-inverse {
	background-color: transparent;
	border: none;
}
/*Navigation*/
ul.TopNav {
	float: left;
}
/* Overwritten CSS class */
.navbar-nav a:link, .navbar-nav a:visited {
	display:block;
}
ul.TopNav li {
	list-style-image: none;
	list-style-position: inherit;
	list-style-type: none;
}
/* Overwritten CSS class */
.navbar-inverse .navbar-nav .TopNav > li {
	float:right;
}
/* Overwritten CSS class */
.navbar-inverse .navbar-nav .TopNav > li > a:link, .navbar-inverse .navbar-nav .TopNav > li > a:visited {
	color: #93A9BE;
	padding: 6px 13px 0px 11px;
	font-size: 115%;
}
/* Overwritten CSS class */
.navbar-inverse .navbar-nav .TopNav > li > a:hover, .navbar-inverse .navbar-nav .TopNav > li > a:active {
	color: #FFF;
	text-decoration: none;
}
/* Overwritten CSS class */
.navbar-inverse .navbar-nav .TopNav > li#current > a:link, .navbar-inverse .navbar-nav .TopNav > li#current > a:visited {
	color: #FFF;
}
/* Overwritten CSS class */
.navbar-inverse .navbar-nav .TopNav > li#current > a:hover, .navbar-inverse .navbar-nav .TopNav > li#current > a:active {
	color: #DE4E57;
}
/* Overwritten CSS class */
ul.BottomNav {
	float: left;
	margin-bottom: 0px !important;
}
ul.BottomNav li {
	list-style-image: none;
	list-style-position: inherit;
	list-style-type: none;
}
/* Overwritten CSS class */
.navbar-inverse .navbar-nav .BottomNav > li {
	float:right;
}
/* Overwritten CSS class */
.navbar-inverse .navbar-nav .BottomNav > li > a:link, .navbar-inverse .navbar-nav .BottomNav > li > a:visited {
	color: #FFF;
	padding: 0px 7px 7px 7px;
	font-size: 185%;
	list-style-type: none;
	margin: 0 13px;
	border-bottom: 2px solid transparent;
}
/* Overwritten CSS class */
.navbar-inverse .navbar-nav .BottomNav > li#current > a:link, .navbar-inverse .navbar-nav .BottomNav > li#current > a:visited {
	border-bottom-color: #00B3EE;
}
/* Overwritten CSS class */
.navbar-inverse .navbar-nav .BottomNav > li#current > a:hover, .navbar-inverse .navbar-nav .BottomNav > li#current > a:active {
	border-bottom-color: #DE4E57;
}
/* Overwritten CSS class */
.StripHeader .navbar-nav {
	float: left;
}
ul.TopNav li.Last a:link, ul.TopNav li.Last a:visited {
	padding-left: 0px;
	margin-left:0px;
}
ul.TopNav li.Last a:link, ul.TopNav li.Last a:visited {
	padding-left: 0px;
	margin-left:0px;
}
/* Overwritten CSS class */
.navbar {
	margin-bottom: 0px; 
}
/* Overwritten CSS class */
a.navbar-brand:link, a.navbar-brand:visited {
	padding-top: 24px;
}
/*Navigation*/
a:link, a:visited {
	text-decoration: none;
	color: #DE4E57;	
}
a:hover, a:active {
	text-decoration: none;
	color: #2B4B70;	
}
/* Overwritten CSS class */
ul, menu, dir {
	-webkit-padding-start: 0px;
	padding: 0px;
}
.StripContent.StripImages h3 {
	color: #666666;
	text-align: center;
	font-size: 125%;
	margin: 0 0 30px 0;
}
.StripContent.Products {
	background-color: #F0F0F0;
	padding: 78px 0 65px 0;
}
.StripContent.StripImages {
	padding: 27px 15px 55px 15px;
	overflow-x:hidden;
}
.StripSlider {
	padding: 0px;
	background-image: url(../../shared-images/strip-bottom-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.StripSlider .container {
	width:100%; 
	max-width:100%; 
}
.StripContent.PaddingStrip {
	padding: 82px 0 32px 0;
	background-color: #FFF;
}
.StripContent.ThreeBoxStrip {
	padding: 57px 0 61px 0;
}
.StripContent.ThreeBoxStrip h2 {
	color: #00B3EE;
	font-size: 255%;
	margin: 0 0 40px 0;
}
.StripContent.GradientStrip h3 {
	font-size: 180%;
	color: #666666;
	text-align: center;
	margin: 0 0 50px 0;
}
.StripContent.GradientStrip {
	padding: 55px 0 25px 0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #CDDBE4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#CDDBE4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#CDDBE4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#CDDBE4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#CDDBE4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#CDDBE4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CDDBE4',GradientType=0 );
}
.StripForm {
	background-color: #213346;
	padding: 58px 0 80px 0;
}
.StripForm h3 {
	color: #00B3EE;
	font-size: 255%;
	margin: 0 0 15px 0;
}
.StripFooter {
	padding: 16px 0 30px 0;	
}
.MoreInfoLink a:link, .MoreInfoLink a:visited {
	background-image: url(../images/more-info-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
	font-size: 115%;
}
.MoreInfoLink a:hover, .MoreInfoLink a:active {
	background-image: url(../images/more-info-bg-hover.png);
}
.BackLink a:link, .BackLink a:visited {
	background-image: url(../images/back-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 18px 0 0;
	font-size: 115%;
}
.BackLink a:hover, .BackLink a:active {
	background-image: url(../images/back-arrow-hover.png);
}  

.BreadCrumbs a:link, .BreadCrumbs a:visited {
	color: #CCC;
}
.BreadCrumbs a:hover, .BreadCrumbs a:active {
	color: #FFF;
}
.TopContent {
	padding: 35px 0 0 0;
	background-image: url(../../shared-images/strip-bottom-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.HomePage {
	background-image: none;
}
.TopContent {
	padding: 115px 0 60px 0;
}
h1 {
	font-size: 400%;
	color: #FFFFFF;
	margin: 0 0 11px 0;
}
.StripContent {
	padding: 50px 0 60px 0;
}
.StripFooter {
	font-size: 90%;
}
.StripFooter h4 {
	color: #0194C5;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 10px 0;
}
.StripFooter h4 a:link, .StripFooter h4 a:visited {
	color: #0194C5;
	font-weight: bold;
	display: block;
}
.StripFooter h4 a:hover, .StripFooter h4 a:active {
	color: #DE4E57;
}
.FooterTop p {
	color: #0194C5;
}
.FooterTop a:link, .FooterTop a:visited {
	color: #0194C5;
}
.FooterTop a:hover, .FooterTop a:active {
	color: #DE4E57;
}
.StripFooter ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
}
.StripFooter li a:link, .StripFooter li a:visited {
	color: #0194C5;
	display: block;
}
.StripFooter li a:hover, .StripFooter li a:active {
	color: #DE4E57;
}
.BottomProducts {
	padding: 75px 0 15px 0;
}
/*SideMenu*/
.SideMenu {
	background-color: #F2F2F2;
	padding: 9px;
	margin: 0 0 9px 0;
}
.TopContent ul li {
	padding: 0 5px 10px 0;
	margin: 0 25px 0 0;
	font-size: 125%;
	list-style-image: url(../../shared-images/list-bullet.png);
}
.TopContent .SideMenu ul li {
	list-style-type: none !important;
	font-size: 130% !important;
	padding: 0 11px 0 0 !important;
	list-style-image: none !important;
	margin: 0 !important;
}
.TopContent .BreadCrumbs ul li {
	list-style-type: none !important;
	padding: 0 11px 0 0 !important;
	list-style-image: none !important;
	margin: 0 0 0 5px !important;
	float: right;
	color: #CCCCCC;
	font-size: 95%;
}
.SideMenu li:hover, .SideMenu li:active {
	background-color:#487499;
}
.TopContent .SideMenu ul li a:link, .TopContent .SideMenu ul li a:visited {
	padding: 14px 23px 9px 10px !important;
	display: block;
	background-image: url(../images/side-menu-link-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.SideMenu a:hover, .SideMenu a:active {
	color: #FFF;
	background-image: url(../images/side-menu-link-active.png);
}
.SideMenu li#uberlink {
	background-color:#487499;
}
.SideMenu #uberlink a:link, .SideMenu #uberlink a:visited {
	color: #FFF;
	background-image: url(../images/side-menu-link-active.png);
}
.SideMenu #uberlink a:hover, .SideMenu #uberlink a:active {

}
/*SideMenu*/
.SideBox {
	background-color: #F2F2F2;
	padding: 17px 13px 18px 13px;
	margin: 0 0 9px 0;
}
.SideBar h3 {
	font-size: 150%;
	color: #00B3EE;
	margin: 0 0 23px 0;
}
.SideLogos {
	margin: 0 0 18px 0;
}
.PageTags p {
	font-size: 215%;
	color: #00B3EE;
}
.PageTags a:link, .PageTags a:visited {
	color: #00B3EE;
}
.PageTags a:active, .PageTags a:hover {
	color: #DE4E57;
}
p {
	margin: 0 0 23px 0;
	font-size: 125%;
}
.StripContent.Grey {
	background-color: #F0F0F0;
}
.StripContent.BottomShadow {
	background-image: url(../../shared-images/strip-bottom-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.StripContent h2 {
	font-size: 360%;
	color: #DE4E57;
	margin: 0 0 25px  0;
}
.ContentTextBox {
	padding: 63px 0 0 0;
}
.LinkItem a:link, .LinkItem a:visited {
	display: inline-block;
	text-align: center;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-image: url(../images/link-item-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding:2px 34px 1px 34px;
	margin-bottom: 13px;
	font-size: 125%;
}
.LinkItem a:hover, .LinkItem a:active {
	background-position: 0px -28px;
}
.BottomProducts ul li {
	float: right;
	margin: 0 0 0 24px;
}
.BottomProducts ul li.Last {
	margin: 0;
}
.StripContent.FlowChart h2 {
	text-align: center;
	font-size: 390%;
	color: #DE4E57;
	margin: 0 0 13px 0;
}
.StripContent.FlowChart {
	padding: 20px 0 0 0;
}
.StripContent.FlowChart .UnderTitle {
	text-align: center;
}
.FormRow {
	margin-bottom: 20px;
}
.FormBox .FormRow {
	margin-bottom: 10px;
}
.FormBox .FormField {
	color: #666666;
	background-color: #E6EBF0;
	height: 44px;
	padding: 0px 5px 0px 5px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	font-size: 115%;
}
.FormBox .FormFieldLeft {
	color: #666666;
	background-color: #E6EBF0;
	height: 44px;
	padding: 0px 5px 0px 5px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	font-size: 115%;
	direction: inherit;
	text-align: inherit;
}
.FormBox .TextAreaMessage {
	color: #666666;
	background-color: #E6EBF0;
	height: 84px;
	padding: 0px 5px 0px 5px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	font-size: 115%;
}
#ErrorMessage p {
	font-size: 130%;
	font-weight: bold;
	color: #DE4E57;
}
.ContactDetailsTitle {
	background-repeat: no-repeat;
	background-position: right center;
	padding: 3px 42px 3px 0;
	margin-bottom: 20px;
}
.ContactDetailsBox {
	font-size: 130%;
	color: #B7D0EA;
	padding-top: 35px;
}
.ContactDetailsBox a:link, .ContactDetailsBox a:visited {
	color: #B7D0EA;
}
.ContactDetailsBox a:hover, .ContactDetailsBox a:active {
	color: #FFF;
}
.PhoneDetails .ContactDetailsTitle {
	background-image: url(../images/contact-details-icon/phone.png);
	padding-top: 20px;
	background-position: bottom right;
}
.GeneralInfo .ContactDetailsTitle {
	background-image: url(../../shared-images/contact-details-icon/info.png);
}
.Support .ContactDetailsTitle {
	background-image: url(../../shared-images/contact-details-icon/support.png);
}
.Office .ContactDetailsTitle {
	background-image: url(../../shared-images/contact-details-icon/office.png);
}
.Letters  .ContactDetailsTitle {
	background-image: url(../../shared-images/contact-details-icon/letters.png);
}
.PhoneDetails  .ContactDetailsInfo {
	font-size: 200%;
}
.ContactDetailsInfo {
	margin: 0 0 20px 0;
}
.LinkBox {
	background-color: #FFF;
/*	width: 240px;*/
}
.LinkBox:hover {
	background-color: #E1F2FD;
}
.LinkBox:hover .LinkBoxImg {
	opacity: 0.6;	
}
.LinkBox .LinkBoxImg {
	opacity: 1;
}
.LinkBox a:link, .LinkBox a:visited {
	display:block;
}
.LinkBox h2 a:link, .LinkBox h2 a:visited {
	color: #00B3EE;
	padding: 18px 0 25px 0;
	margin:0;
}
.LinkBox h2 a:visited, .LinkBox h2 a:hover {
	color: #00B3EE;
}
.LinkBox h2 {
	font-size: 255%;
}
.LinkBoxImg {
	padding: 0 0 238px 0;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	background-size: cover;
}
.LinkBox p  {
	margin: 0;
}
.LinkBox a:link, .LinkBox a:visited {
	display:block;
}
.LinkBox p a:link, .LinkBox p a:visited {
	color: #666666;
	padding: 0 0 30px 0;
}
.LinkBox p a:hover, .LinkBox p a:active {
	color: #666666;
}
.LinkBox.Ui .LinkBoxImg {
	background-image: url(../images/link-box-bg/ui-bg.jpg);
}
.LinkBox.WebsiteDevelopment  .LinkBoxImg {
	background-image: url(../images/link-box-bg/sites-bg.jpg);
}
.LinkBox.Technology .LinkBoxImg {
	background-image: url(../images/link-box-bg/tech-bg.jpg);
}
.LinkBox.Branding  .LinkBoxImg {
	background-image: url(../images/link-box-bg/branding-bg.jpg);
}
.QuoteBox {
	background-image: url(../images/quote-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 115px 0 0 0;
}
.QuoteBox p {
	font-size: 215%;
	color: #666666;
}
.TestimonialName p {
	font-size: 140%;
	color: #999999;
}
.TestimonialName {
	padding: 10px 0 0 0;
}
.ItemBox {
	background-color: #FFF;
	background-image: url(../images/news-arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 45px 0;
}
.ItemBox:hover {
	background-color: #E1F2FD;
	background-image: url(../images/news-arrow-hover.gif);
}
.ItemBox:hover .ItemBoxThumb {
	opacity: 0.6;	
}
.ItemBoxThumb {
	float: right;
	width: 37%;
}
.ItemBoxTitle {
	font-size: 215%;
	line-height: 100%;
	display: block;
	padding: 16px 20px 23px 10px !important;
}
.ItemBoxText {
	float: right;
	width: 63%;
}
.ItemBoxContent {
	color: #666666;
	display: block;
	padding: 0px 20px 0px 10px !important;
	font-size: 115%;
}
.NavBar {
	background-color: #1D446B;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(102,102,102,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(102,102,102,0.3);
	box-shadow: 0px 5px 5px 0px rgba(102,102,102,0.3);
	-webkit-perspective:1px;
    perspective:1px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transition:all 0.2s cubic-bezier(0,.63,.41,.98) 0.2s;
    transition:all 0.2s cubic-bezier(0,.63,.41,.98) 0.2s;
}
.TopArrow {
	right: 0;
	position: fixed;
	bottom: 0px;
	z-index: 9999;
}
.OptionsMenu {
	background-image: url(../../shared-images/option-menu-bg.png);
	background-repeat: repeat;
	width: 50px;
	position: fixed;
	left: 0;
	top: 140px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	text-align: center;
	padding: 25px 10px 0px;
	z-index: 999999;
}
.OptionsMenuItem {
	width: 33px;
	height: 33px;
	border-radius: 0px;
	display: inline-block;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	margin-bottom: 20px;
}
.OptionsMenuItem:hover {
		background-position: 0px -34px;
}
.OptionsMenuItem.Eng {
	background-image: url(../images/option-menu/english.gif);
}
.OptionsMenuItem.Facebook {
	background-image: url(../../shared-images/option-menu/facebook.gif);
}
.OptionsMenuItem.Linkdin {
	background-image: url(../../shared-images/option-menu/linkdin.png);
}
.OptionsMenuItem.Embed {
	background-image: url(../../shared-images/option-menu/enmbed.gif);
}
.OptionsMenuItem.Accessibility {
	background-image: url(../../shared-images/option-menu/accessibility.gif);
}
.FooterIcons .OptionsMenuItem:hover {
		background-position: 0px 0px;
}
/*Work Process*/
.FlowChartMainBox {
	height: 780px;
	width: 890px;
	border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	-webkit-border-radius: 50% 50%;
	background-color: #FFF;
	margin: 0em auto;
	border: 16px solid #DFDFDF;
	border-bottom: none;
}
.FlowChartContainer {
	height: 280px;
	overflow: hidden;
}
.FlowChartItem {
	width: 93px;
	height: 93px;
	border-radius: 0px;
	display: inline-block;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.FlowChartItem:hover {
		background-position: 0px -94px;
}
.FlowChartItem.Research {
	background-image:url(../../shared-images/work-process/research-icon.png);
}
.FlowChartItem.Ux {
	background-image:url(../../shared-images/work-process/ux-icon.png);
}
.FlowChartItem.Design {
	background-image:url(../../shared-images/work-process/design-icon.png);
}
.FlowChartItem.Development {
	background-image:url(../../shared-images/work-process/development-icon.png);
}
.FlowChartItemTitle h3 {
	font-size: 185%;
	color: #12467D;
	font-family: 'Nachlieli CLM', serif;
}
/* Overwritten CSS class */
.tooltip-inner {
	max-width: 340px;
	padding: 14px 14px;
	color: #333333;
	text-align: right;
	text-decoration: none;
	background-color: #FFF;
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(133,133,133,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(133,133,133,1);
	box-shadow: 0px 3px 5px 0px rgba(133,133,133,1);
}
/* Overwritten CSS class */
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #FFF;
}
/* Overwritten CSS class */
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
/* Overwritten CSS class */
.tooltip.top .tooltip-arrow {
	border-top-color: #FFF;
}
/* Overwritten CSS class */
.tooltip.left .tooltip-arrow {
	border-left-color: #FFF;
}
/* Overwritten CSS class */
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #FFF;
}
/* Overwritten CSS class */
.tooltip.right .tooltip-arrow {
	border-right-color: #FFF;
}
/*Research*/
.FlowChartItemBox.Research {
	float: right;
	width: 245px;
	padding: 117px 0 0 0;
}
.Research .FlowChartItemTitle {
	float: right;
	width: 135px;
	padding-top: 10px;
}
.Research .FlowChartItemLink {
	float: left;
}
/*Research*/
/*Ux*/
.FlowChartItemBox.Ux {
	float: right;
	width: 210px;
	margin: 0 0 0 260px;
}
.Ux .FlowChartItemTitle {
	float: right;
	width: 100px;
	padding-top: 10px;
}
.Ux .FlowChartItemLink {
	float: left;
}
/*Ux*/
/*Design*/
.FlowChartItemBox.Design {
	float: right;
	width: 171px;
}
.Design .FlowChartItemTitle {
	float: left;
	width: 65px;
	padding-top: 16px;
}
.Design .FlowChartItemLink {
	float: right;
}
/*Design*/
/*Development*/
.FlowChartItemBox.Development {
	float: left;
	width: 170px;
	padding: 116px 0 0 0;
	margin-left: 70px;
}
.Development .FlowChartItemTitle {
	float: left;
	width: 70px;
	padding: 25px 0 0 0;
}
.Development .FlowChartItemLink {
	float: right;
}
/*Development*/
/*Work Process*/
.ItemRow {
	margin-bottom: 20px;
}
/*Royal Slide*/
/* Overwritten CSS class */
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
	background-color: transparent !important;
}
/* Overwritten CSS class */
.royalSlider {
	width: 100% !important;
	height: 654px !important;
	direction: rtl !important;
}
/* Overwritten CSS class */
.slide1 .SlideTitle {
	font-size: 220%;
}
/* Overwritten CSS class */
.slide1 .SlideText {
	padding: 125px 0 0 0;
	float: right;
}
/* Overwritten CSS class */
.slide1 .SlideSubTitle {
	font-size: 125%;
	font-weight: normal;
}
/* Overwritten CSS class */
.slide1 .SlideImg {
	float: left;
	width: 632px;
}
/* Overwritten CSS class */
.slide1 .SlideText {
	width: 500px;
}
/* Overwritten CSS class */
.slide2 .SlideTitle {
	font-size: 220%;
}
/* Overwritten CSS class */
.slide2 .SlideText {
	padding: 125px 0 0 0;
	float: left;
}
/* Overwritten CSS class */
.slide2 .SlideSubTitle {
	font-size: 125%;
	font-weight: normal;
}
/* Overwritten CSS class */
#slider-with-blocks-1 {
	width: 100%;
}
/* Overwritten CSS class */
.rsContent {
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	float: left;
}
/* Overwritten CSS class */
.bContainer {
	position: relative;
}
/* Overwritten CSS class */
.rsABlock {
	position: relative !important;
	left: auto !important;
	top: auto !important;
}
/* Overwritten CSS class */
.rsMinW .rsBullet {
	width: 18px !important;
	height: 18px !important;
	display: inline-block !important;
	margin: 0 0 0 9px !important;
	padding: 0 !important; 
}
/* Overwritten CSS class */
.rsMinW .rsBullet span {
	width: 18px !important;
	height: 18px !important;
	border-radius: 0% !important;
	background-color: transparent !important;
	background: inherit !important;
	box-shadow: 0 !important;
	border:1px solid #00B3EE;
}
/* Overwritten CSS class */
.rsMinW .rsBullet.rsNavSelected span {
	background: #00B3EE !important;
}
/* Overwritten CSS class */
.rsMinW .rsGCaption {
	text-align: right!important;
	background: transparent !important;
	background: transparent !important;
	color: #FFF!important;
	padding: 0px!important;
	font-size: 100%!important;
	border-radius: 0px!important;
}
/* Overwritten CSS class */
.rsMinW .rsBullets {
	bottom: 0px !important;
	right: 0px !important;
}
/* Overwritten CSS class */
.StripSlider .Caption {
	font-size: 65%;
}
/*Royal Slide*/
/* Overwritten CSS class */
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 100%;
}.ContetSummary {
	font-weight: bold;
}
.PageContent {
	padding: 35px 0 0 0;
}
.PageContent ul li {
	padding: 0 5px 0 0;
	margin: 0 25px 0 0;
	font-size: 125%;
	list-style-image: url(../../shared-images/list-bullet.png);
}
/* Overwritten CSS class */
ol {
	-webkit-padding-start: 40px;
	padding: 0px;
}
.PageContent ol li {
	padding: 0 5px 0 0;
	margin: 0 30px 0 0 !important;
	font-size: 125%;
}
.PageContent h2, .PageContent h3, .PageContent h4, .PageContent h5, .PageContent h6, .PageContent h7 {
	color: #00B3EE;
}
.PageContent h2 {
	font-size: 250%;
}
.PageContent h3 {
	font-size: 210%;
}
.PageContent h2 a:link, .PageContent h2 a:visited {
	color: #00B3EE;
}
.PageContent h2 a:hover, .PageContent h2 a:active {
	color: #DE4E57;
}
.PageContent h3 a:link, .PageContent h3 a:visited {
	color: #00B3EE;
}
.PageContent h3 a:hover, .PageContent h3 a:active {
	color: #DE4E57;
}
.PageContent h4 {
	font-size: 180%;
}
.PageContent h4 a:link, .PageContent h4 a:visited {
	color: #00B3EE;
}
.PageContent h4 a:hover, .PageContent h4 a:active {
	color: #DE4E57;
}
.PageContent h5 {
	font-size: 160%;
}
.PageContent h5 a:link, .PageContent h5 a:visited {
	color: #00B3EE;
}
.PageContent h5 a:hover, .PageContent h5 a:active {
	color: #DE4E57;
}
.PageContent h6 {
	font-size: 140%;
}
.PageContent h6 a:link, .PageContent h6 a:visited {
	color: #00B3EE;
}
.PageContent h6 a:hover, .PageContent h6 a:active {
	color: #DE4E57;
}
.PageContent h7 {
	font-size: 120%;
	font-weight: bold;
}
.PageContent h7 a:link, .PageContent h7 a:visited {
	color: #00B3EE;
}
.PageContent h7 a:hover, .PageContent h7 a:active {
	color: #DE4E57;
}
/* Overwritten CSS class */
ul, ol {
	margin-top: 0 !important;
	margin-bottom: 23px !important;
}
/* Overwritten CSS class */
.table-striped th {
	background-color: #FFF !important;
	font-size: 125%;
	color: #28537E !important;
}
/* Overwritten CSS class */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
	border-bottom: 2px solid #28537E;
}
/* Overwritten CSS class */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
/* Overwritten CSS class */
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-bottom: 1px solid #EBEBEB;
}
/* Overwritten CSS class */
.panel-body ul li {
	list-style-type: none;
}
/* Overwritten CSS class */
.panel-title a:link span, .panel-title a:visited span {
	color: #B7D0EA;
	display: block;
	padding: 12px 0 15px 18px;
	border-top: 1px solid #396088;
	background-image: url(../images/mobile-link-bg.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* Overwritten CSS class */
.panel-title a:hover span, .panel-title a:active span {
	color: #FFF;
	background-image: url(../images/mobile-link-bg-hover.png);
}
/* Overwritten CSS class */
.panel-body {
	padding: 0px;
}
/* Overwritten CSS class */
.panel-body a:link, .panel-body a:visited {
	font-size: 110%;
	display: block;
	list-style-type: none;
	color: #B7D0EA;
	padding: 5px 10px;
}
/* Overwritten CSS class */
.panel-body a:hover, .panel-body a:active {
	color: #FFF;
}
/* Overwritten CSS class */
/*** BottomNav Second Level *****************/
ul#BottomNav li {
	float: right;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal;
	position: relative;
	margin-left: 0px;
	display:block;
}
ul#BottomNav li#current a:hover {
	color: #FFF;
}
ul#BottomNav li#current:hover a {
	color: #FFF;
}
ul#BottomNav ul {
	margin-right: 13px !important;
	padding-bottom: 8px;
}
ul#BottomNav li ul {
	display:none;
	margin:0;
	right: 0px;
	left:0px;
	list-style-type: none;
	position:absolute;
	background-color: #305681;
	width: 200px;
	padding-right: 5px;
}
ul#BottomNav li:hover a {
   background-color: #305681;
}
ul#BottomNav li:hover ul, ul#BottomNav li:focus ul {
	clear: left ;
	display: block !important;
	list-style-image:none;
	margin: 0;	
}
ul#BottomNav li ul li {
	height: auto;
	width: auto;
	padding: 0px;
	border-left: none;
	margin: 0;
}
ul#BottomNav li ul li a {
	text-align: right;
}
ul#BottomNav li ul li a:link, ul#BottomNav li ul li a:visited, ul#BottomNav li ul li a:active, ul#BottomNav li#current ul li a:link, ul#BottomNav li#current ul li a:visited, ul#BottomNav li#current ul li a:active {
	background-color: #305681;
	color: #B7D0EA;
	background-image: none;
	width: 190px;
	border-bottom: 1px solid #4B6E95;
	padding: 5px 5px 5px 20px;
	margin:0;
}
ul#BottomNav li ul li a:hover, ul#BottomNav li#current ul li a:hover {
	color: #FFF;
	background-color: #244160;
	margin:0;
}
/**************************************************************************/
/*** BottomNav Second Level *****************/
ul#TopNav li {
	float: right;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal;
	position: relative;
	margin-left: 0px;
	display:block;
}
ul#TopNav li#current a:hover {
	color: #FFF !important;
}
ul#TopNav li#current:hover a {
	color: #FFF !important;
}
ul#TopNav li#current:hover li a:link, ul#TopNav li#current:hover li a:visited {
	color: #000 !important;
}
ul#TopNav li#current:hover li a:hover, ul#TopNav li#current:hover li a:active {
	color: #DE4E57 !important;
}
ul#TopNav ul {
	padding: 5px 5px 10px 5px;
	margin-right: 13px !important;
	z-index: 99999;
}
ul#TopNav li ul {
	display:none;
	margin:0;
	right: 0px;
	left:0px;
	list-style-type: none;
	position:absolute;
	background-color:#FFF;
	width: 180px;
}
ul#TopNav li:hover ul {
	clear: left;
	display: block;
	list-style-image:none;
	margin: 0;
}
ul#TopNav li ul li {
	height: auto;
	width: auto;
	padding: 0px;
	border-left: none;
	margin: 0;
}
ul#TopNav li ul li a {
	display: block;
	text-align: right;
}
ul#TopNav li ul li a:link, ul#TopNav li ul li a:visited, ul#TopNav li ul li a:active, ul#TopNav li#current ul li a:link, ul#TopNav li#current ul li a:visited, ul#TopNav li#current ul li a:active {
	color: #12467D;
	width: 170px;
	border-bottom: 1px solid #00B3EE;
	padding: 5px 5px 5px 20px;
	margin:0;
}
ul#TopNav li ul li a:hover, ul#TopNav li#current ul li a:hover {
	color: #DE4E57;
	margin:0;
}
/**************************************************************************/
.ContentItemParameters {
	font-size: 95%;
	color: #999;
}
.FooterIcons  {
	text-align: center;
	padding-top:30px;
	padding-bottom:45px;
}
.FooterIcons ul li {
	float: right;
	margin: 0 0 0 25px;
	list-style-type: none;	
}
ul.ArrowsList {
	margin: 0 15px 0 0;
}
ul.ArrowsList li {
	list-style-image: url(../images/arrow-list-img.png);
}
/*Form errors*/
/* Overwritten CSS class */
ul.list-unstyled {
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 10px;
	border: 1px solid #ebccd1;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;	
}
/* Overwritten CSS class */
.form-group {
	margin-bottom: 0px !important;
}
/* Overwritten CSS class */
.help-block {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.AccessibilityMenuBox {
	text-align: right;
}
.FooterAccessibilityMenuBox {
	text-align: right;
}
.ModalContent {
	padding: 0 15px 15px 15px;	
}
/*Color blind*/
.ColorBlind {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
/*Heavy Sight*/
.HeavySight {
	filter: invert(1);
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-o-filter: invert(1);
	-ms-filter: invert(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.invert(=1)";
	 color: rgb(255, 255, 255);
	 background-color: rgb(0, 0, 0);
}
.ModalContent h3 {
	margin-bottom: 5px;
}
.ModalContent p {
	margin-bottom: 10px;
}
.modal-dialog.AccessibilityMenuBox {
	width: 450px;	
}
a.FontSize:link, a.FontSize:visited {
	display: inline-block;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 30px 0px 0px;
	height: 23px;
}
a.FontSize:hover, a.FontSize:active {
	background-position: right -23px;
}
a.FontSize.Regular:link, a.FontSize.Regular:visited {
	background-image: url(../images/font-size-regular.gif);	
}
a.FontSize.Medium:link, a.FontSize.Medium:visited {
	background-image: url(../images/font-size-medium.gif);	
}
a.FontSize.Large:link, a.FontSize.Large:visited {
	background-image: url(../images/font-size-large.gif);	
}
.SiteMap .ArrowsList h3 a:link, .SiteMap .ArrowsList h3 a:visited {
	font-size: 105%;
	color: #00B3EE !important;
}
.SiteMap .ArrowsList h3 a:active, .SiteMap .ArrowsList h3 a:hover {
	color: #DE4E57 !important;
}
.ArrowsList li ul li {
	list-style-image: url(../../shared-images/list-bullet.png);
	padding: 0 5px 0 0;
	margin: 0 15px 0 0;
}
/* Overwritten CSS class */
.pagination > .active > a, .active > a:focus, .pagination > .active > span:focus {
	background-color: #DE4E57;
	border-color: #dddddd;
}
/* Overwritten CSS class */
.pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus {
	background-color: #00B3EE;
}
/* Overwritten CSS class */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #28537E;
	color: #FFF;
}
.PageContent ul.pagination li {
	padding: 0 0px 0 0;
	margin: 0 0px 0 0;
}.MustAsterix {
	color: #C00;
}
.FormField {
	padding: 2px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #00B3EE;
	width: 100%;
	height: 30px;
}
.FormFieldLeft {
	padding: 2px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #00B3EE;
	width: 100%;
	height: 30px;
	direction: ltr;
	text-align: left;
}
.FormFieldCheck {
	height: 20px;
	width: 30px;
	text-align: right;	
}
.FormFieldMessage {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #00B3EE;
	width: 100%;
	height: 120px;
}
.PageContent .form-group ul li {
	list-style-image: none;
}
.TableDetails .ContentItemParameters {
	font-size: 100%;
}
h1.SmallFontTitle {
	font-size: 350%;
}.ContentSummary {
	font-weight: bold;
}
.IconItem {
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 35px 0 0;
}
.IconItem.Document {
	background-image: url(../../shared-images/document-icon.png);
}
.table.table-hover th {
	border-bottom: 1px solid #EBEBEB;
}
.PageContent .FormRow  h2 {
	font-size: 120%;
	margin: 0 0 10px 0;
}
.NoPadding {
	padding: 0;	
}
.NoPaddingRight {
	padding-right: 0;	
}
.NoPaddingLeft {
	padding-left: 0;	
}.PageContent .FormRow  h3 {
	font-size: 120%;
	color: #DE4E57;
	margin: 0 0 5px 0;
}
.FloatOppDir {
	float: left;
}
.BoxItem {
	margin: 0;
	margin-bottom: 55px;
}
.BoxItem a:link img:hover, .BoxItem a:visited img:hover{
  	webkit-transform: scale(1.1);
	transform: scale(1.1);
 	box-shadow: -3px 3px 3px #EEEEEE;
}
.ImgBox {
	border: 1px solid #F6F6F6;
	text-align: center;
}
.ImgBox:hover {
	webkit-transform: scale(1.1);
	transform: scale(1.1);
 	box-shadow: -3px 3px 3px #EEEEEE;
}
.ImgBox .img-responsive {
	display: inline-block;
}
.ItemsRow {
	margin-bottom: 25px;
}
.FormRow .img-responsive {
	display: inline-block;
}
.PageContent .TestimonialItem {
	border-bottom: 1px solid #F0F0F0;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
.SideBar h2 {
	font-size: 145%;
	color: #28537E;
	font-weight: bold;
}
.ContentBox {
	margin-bottom: 35px;

}
.SideBox .ContentBox {
	margin-bottom: 15px;

}
.SkipLinks p {
	display: none;
}
a.Skip:focus, a.Skip:active {
	background-color: #FFF;
	color: #000;
	height: auto;
	right: 30px;
	left: 0;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 250px;
	z-index: 10000;
	font-weight: bold;
}
.SkipLinks {
	font-size: 90%;
	position: relative;
	margin:0em auto;
	width: 900px;
}
a.Skip {
	height: 1px;
	left: 0;
	position: absolute;
	top: -1000px;
	width: 1px;
	font-size: 100%;
	padding: 0 10px;
}
.Hidden {
	display:none;	
}
.Comment {
	font-size: 90%;	
}
.NoPadding {
	padding: 0 !important;  	
}
/*Focus settings*/
input:focus {
	background-color: #fff2a8 !important;
	color: #000 !important;
	border: 1px solid #28537E;
}
textarea:focus {
	background-color: #fff2a8 !important;
	color: #000 !important;
	border: 1px solid #28537E;
}
/*Focus settings*/
.PageTags {
	padding: 20px 0 0 0;
}
/*SIDE BOX BX SLIDER*/
.SideBox .bx-wrapper .bx-viewport {
	background-color:transparent !important;
}
.SideBox .bx-wrapper {
	margin: 0 auto 0px !important;
}
.TopContent .SideBox .bx-wrapper ul li {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	text-align: center !important;
}
.TopContent .SideBox .bx-wrapper img {
	display: inline-block;
}
.TestimonialPage .QuoteBox p {
	font-size: 165%;
}
.TestimonialPage .TestimonialName p {
	font-size: 145%;
	color: #999999;
}.PageForm {
	margin-bottom: 20px;
}
.BoxItem .ContentItemParameters {
	margin-bottom:0px;
}
.StripContent.CompaniesStrip {
	background-attachment: fixed;
	background-size: cover;
	background-image:url(../../shared-images/customers-strip-bg.jpg);
	min-height: 500px;
}