﻿article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
::-webkit-input-placeholder {
    color: #888;
    font-family: "Arimo", serif;
}

:-moz-placeholder {
    color: #888;
    font-family: "Arimo", serif;
}

::-moz-placeholder {
    color: #888;
    font-family: "Arimo", serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #888;
    font-family: "Arimo", serif;
}
*
{
	padding:0px;
	margin:0px;
}
.NoScroll
{
    overflow:hidden !important;
}
.NoBorder
{
    border:solid 0px !important;
}
body
{
    background-color:#fff;
    font:16px/20px 'Arimo', Arial, Helvetica, sans-serif;
    color:#4a5f6f;
    min-width: 320px;
}
.Black {
    font:16px/20px 'Arimo', Arial, Helvetica, sans-serif !important;
    color:#4a5f6f !important;
}
DIV
{
	background-repeat:no-repeat;
}
TR
{
	vertical-align:top;
}
A
{
	text-decoration: none;
}
IMG
{
	border: solid 0px;
}
H2
{
    padding:0px;
    margin:0px;
    padding-bottom:10px;
    font-family:Arial;
	font-size:14px;
	color:#475c74;
	font-weight:bold;
}
.rtl
{
	direction:rtl;
}
.ltr
{
	direction:ltr;
}
.AlignMiddle
{
    vertical-align:middle;   
}
.AlignBottom
{
    vertical-align:bottom;   
}
.AlignCenter
{
    text-align:center;   
}
.AlignRight
{
    text-align:right;   
}
.AlignLeft
{
    text-align:left;   
}
.FloatRight
{
    float:right;
}
.FloatLeft
{
    float:left;
}
.MaxWidth
{
    width:100%;
}
.hidden {
    display:none;
}
.Container{
/*	background-image:url(../Images/Common/Pixel.jpg);*/
	background-repeat:repeat-y;
    overflow:hidden;
}
.home .bg-banner {
    background-size:cover;
    background-position:50% 50%;
    height:812px;
}
.bg-banner > img {
    display:none;
}
.lang-menu {
    background:#e55f51;
    padding: 15px 0;
    float: left;
    margin: -15px 0 0;
}
.lang-menu ul {
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    font-size:18px;
}
.lang-menu ul li {
    float: left;
    margin: 0 10px;
}
.lang-menu ul li.selected a,
.lang-menu ul li a:hover {
    text-decoration:underline;
}
.lang-menu ul li a {
    color:#fff;
}
.TopContainer{
    
}
.TopContainer header {
    position: relative;
    background:#fff;
    padding: 15px 0;
    z-index: 5;
}
.InnerContainer {
    padding: 0 0 80px;
}
.InnerContainer .right{
    float: right;
    margin: 0 0 0 20px;
    width: 320px;
}
.InnerContainer > .row > .left {
    overflow: hidden;
    padding: 0 65px 0 0;
}
.InnerContainer .left .right{
    float: none;
    width: 100%;
}
.InnerContainer .left .left{
    float: left;
    width: 170px;
}
.InnerContainer #PageH1 {
    font-size:25px;
    line-height:39px;
    margin: 0 0 30px;
}
.InnerContainer #PageH1 > img {
    display:none;
}
.InnerContainer .Blue {
    color:#4a5f6f;
    font:16px/20px 'Arimo', Arial, Helvetica, sans-serif;
}
.InnerContainer .Orange,
.InnerContainer .Orange span {
    color:#4a5f6f;
    font:bold 16px/20px 'Arimo', Arial, Helvetica, sans-serif;
}
.DotsVert
{
    background-position:right;
    background-image:url(../Images/divider.png);
    background-repeat:repeat-y;
    min-height:400px;
}
.SearchContainer
{
    display: block;
    height: 33px;
    float: left;
    margin-left: 75px;
    margin-top: 22px;
}
.LogoContainer
{
    display:block;
    float:right;
}
.Logo
{
    display: block;
    /*width: 701px;*/
    height: 94px;
}
.Logo img {
    display: inline-block;
    height: 100%;
}
.BottomContainer{min-height:110px;}
.BottomInnerContainer{
    padding:15px;
    padding-right:50px;
    overflow: hidden;
}
.BottomBox{
    display:block;
    float:right;
    margin-left: 1%;
    padding-left: 2%;
    width: 19%;
}
.BottomLink
{
    display:block;
    color: #e0e2e5;
    font-size: 13px;
}
.BottomLink:hover
{
    color:White;
}
.line-text {
    background:#4781ab;
    color:#fff;
    font-size:18px;
    line-height:22px;
    padding: 40px 0;
}
.FooterContainer
{
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
.CreditContainer
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.Credit
{
	font-size:14px;	
	color:#838b91;
	text-decoration:none;
}
.Credit:hover
{
	text-decoration:underline;
}
.TextBox
{
	border: solid 1px #c8c8c8;
	background-color: #f2f2f2;
    font:18px/40px "Arimo", Arial, Helvetica, sans-serif;
	color: #959595;
	height: 40px;
    width:49%;
    display:inline-block;
    padding: 0 10px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#FormUpdatePanelPanel .row textarea {
    width:100% !important;
    height:150px !important;
}
#FormUpdatePanelPanel .row {
    margin: 0 0 10px;
}
#FormUpdatePanelPanel .row input[type="text"]:first-child {
    margin: 0 0 0 1%;
}
.row-mob {
    display:none;
}
#FormUpdatePanelPanel .submit-btn input {
    width:100%;
    font-size:22px;
    line-height:40px;
    height:40px;
    background:#112f45;
    border: 0;
    color:#fff;
    font-weight:700;
}
.FormRow
{
	vertical-align:middle;
	height:30px;
}
.Hide
{
	display:none;
}
.Bold
{
    font-weight:bold;
}
.SearchLabel
{
    font-family:Arial;
	font-size:13px;
	color:#2e7c92;
}
.SearchTextBox
{
    height:15px;
    width:120px;
    border: solid 1px #2e7c92;
    border-left:solid 0px;
}
.TopMenuContainer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}
.TopMenuContainerSub{
    width: auto;
    flex-grow: 1;
}
.TopMenuContainerPink{
    display: flex;
}
.TopMenuContainerSub.TopMenuContainerPink{
    width: auto;
}
.TopMenuContainerPink,
.TopMenuContainer
{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    background: rgba(255, 255, 255, .8);
    font-size:20px;
}
.TopMenuContainerPink li{
    flex-grow: 1;
}
.TopMenuContainerPink li a,
.TopMenuContainer li a {
    display:block;
    padding: 20px 15px 10px 15px;
    color:#376485;;
    border-bottom: 10px solid transparent;
}
.TopMenuContainerPink{
    background: rgba(252,224, 215, 0.8);
}
.TopMenuContainerPink li.selected a,
.TopMenuContainerPink li a:hover,
.TopMenuContainer li.selected a,
.TopMenuContainer li a:hover {
    border-bottom: 10px solid #e66051;
}
.HomeTopMenuContainer {
    margin: 0 0 25px;
    overflow: hidden;
}
.HomeContainer
{
    overflow: hidden;
}

.HomeContainer.container {
    padding: 65px 0 75px;
}
.InnerContainer .HomeContainer .right{
    float: none;
    overflow: hidden;
    width: 65%;
}
.InnerContainer .HomeContainer .right .Blue {
    font-size: 16px;
    line-height: 20px;
    color:#4a5f6f;
    font:16px/20px 'Arimo', Arial, Helvetica, sans-serif;
}
.InnerContainer .HomeContainer .right .Blue strong {
    font-size:18px;
    line-height:22px;
}
.InnerContainer .HomeContainer .right .Blue .Orange {
    color: #4a5f6f;
    font:700 16px/20px 'Arimo', Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.InnerContainer .HomeContainer .left{
    float:left;
    width: 385px;
}
.HomeHtml{
    width:100%;
}
.HomeHtml table {width: 100% !important;}
.HtmlContainer table {width: 100% !important;}
.HtmlContainer a, 
.HtmlContainer a strong,
.HtmlContainer a span {  
    font:700 16px/20px 'Arimo', Arial, Helvetica, sans-serif !important;
    font-weight:normal !important;
    color:#2e7c92 !important;
    /*text-decoration:underline !important;*/
}
.HtmlContainer a .title,
.HtmlContainer span .title,
.HtmlContainer strong .title {
	text-decoration:none !important;
    font-weight:bold !important;
    color:#081c2b !important;
}


.HtmlContainer span {
    color: #4a5f6f !important;
    font:700 16px/20px 'Arimo', Arial, Helvetica, sans-serif !important;
    font-weight:normal !important;
}

.RadRotator {
    visibility: hidden;
    width: 100%!important;
    height:190px !important;
}
.RadRotator .rrVerticalList li {
    margin:0 0 15px !important;
}
.RadRotator .rrVerticalList li .title-news {
    font-size:18px;
    font-weight:700;
}
.RadRotator .rrVerticalList li a {
    color:#4a5f6f;
}
.HomeNewsContainer
{
    display:block;
    height: 280px;
    width: 100%;
    border:15px solid #d5e5ef;
    border-width:15px 0;
    padding: 25px 0;
}
.HomeNewsInner #NewsTitle{
    font-size: 20px;
    color: #4a5f6f;
    font-weight: 700;
    font-family: "Arimo";
}
#PageH1 {
    color:#4a5f6f;
    padding:0;
    margin:0 0 20px;
    font:700 20px/24px "Arimo", Arial, Helvetica, sans-serif;
}
.HomeNewsTitle
{
    display:none;
    padding-bottom:20px;
    font-family:Arial;
	font-size:14px;
	color:#676767;
	font-weight:bold;
}
.home .bg-banner .container {
    height:100%;
    position:relative;
}
.HomePuzzle {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.HomePuzzle:after {
    content: "";
    clear:both;
    display:block;
}
.PuzzleBox {
    width:186px;
    height:186px;
    background:url(../images/buble.png) no-repeat ;
    text-align:center;
    margin: 0;
    position: absolute;
}
.PuzzleBox:nth-child(1) {
    top: 12%;
    left: 35%;
}
.PuzzleBox:nth-child(2) {
    top: 66%;
    left: 33%;
}
.PuzzleBox:nth-child(3) {
    top: 15%;
    left: 47%;
}
.PuzzleBox:nth-child(4) {
    top: 60%;
    left: 12%;
}
.PuzzleBox:nth-child(5) {
    top: 18%;
    left: 17%;
}
.PuzzleBox:nth-child(6) {
    top: 47%;
    left: 22%;
}
.PuzzleBox:nth-child(7) {
    top: 41%;
    left: 41%;
}
.PuzzleBox:nth-child(8) {
    top: 37%;
    left: 8%;
}
.PuzzleBox a {
    color:#112f45;
    font-size:18px;
    line-height:21px;
    font-weight:700;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 25px;
}
.contact-button {
    background:#fff;
    width:385px;
    font-size:18px;
    line-height:21px;
    color:#112f45;
    padding: 25px 15px;
    position:absolute;
    left: 0;
    bottom: 0;
}

.contact-button a {
    color:#fff;
    font-weight:700;
    font-size:20px;
    background:#112f45;
    display:block;
    width:100%;
    margin: 15px 0 0;
    padding: 15px 0;
    text-align:center;
}
.CategoryContainer
{
    padding:0;
}
.CategoryItem
{
    display:block;
    padding-top:5px;
    padding-bottom:5px;
	font-size:18px;
    line-height:22px;
	color:#444d55;
	padding-right:40px;
	background-image:url(../Images/buble-small.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.CategoryItem:hover
{
    color:#112f45;
	background-image:url(../Images/buble-small-hover.png);
    font-weight:700;
}
.CategoryItemSelected
{
    display:block;
    padding-top:5px;
    padding-bottom:5px;
	font-size:16px;
    line-height:20px;
	color:#112f45;
	padding-right:40px;
	background-image:url(../Images/buble-small-hover.png);
	background-position:right center;
	background-repeat:no-repeat;
    font-weight:700;
}
.CategorySubItem
{
    display:block;
    padding-top:3px;
    padding-bottom:3px;
	font-size:16px;
    line-height:20px;
    margin: 0 10px 0 0;
	color:#7e7e7e;
	padding-right:40px;
}
.CategorySubItem:hover
{
    color:#112f45;
    font-weight:700;
    background:url(../Images/buble-small2.png) no-repeat right center;
}
.CategorySubItemSelected
{
    display:block;
    padding-top:3px;
    padding-bottom:3px;
	font-size:16px;
	color:#112f45;
	padding-right:40px;
    font-weight:700;
    margin: 0 10px 0 0;
    background:url(../Images/buble-small2.png) no-repeat right center;
}
.ImageContainer
{
    display:block;
    margin-top:40px;
    width:170px;
    overflow:hidden;
}
.HtmlContainer
{
    width:100%;
    overflow:hidden;
}
.ContactHtmlContainer
{
    width:520px;
    overflow:hidden;
    padding-bottom:20px;
}
.CommentContainer
{
    padding-top:20px;
    padding-bottom:20px;
}
.ListItem
{
    display:block;
    padding-bottom:25px;
	font-size:16px;
    line-height:20px;
	color:#4a5f6f;
	padding-right:25px;
}
.FaqListItem
{
    background-image:url(../Images/Common/Faq.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
.ClaimListItem
{
    background-image:url(../Images/Common/Claim.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
.QuestionLabel
{
    padding-bottom:20px;
    padding-top:20px;
}
.Question
{
	font-size:16px;
    line-height:20px;
	color:#4a5f6f;
}
.ToolTipContainer
{
    background-color:#f1f6fa;
    padding:20px;
    direction:rtl;
}
.TooltipTitle
{
    display:block;
    margin-bottom:15px;
    font-family:Arial;
	font-size:14px;
	color:#e54d11;
	font-weight:bold;
	text-align:right;
	padding-bottom:5px;
}
.TooltipLinkContainer
{
    display:block;
    padding-left:10px;
    padding-right:10px;
    
}
.TooltipLink
{
    display:block;
    padding-bottom:6px;
    font-family:Arial;
	font-size:13px;
	color:#000000;
	text-align:right;
}
.TooltipLink:hover
{
    color:#e16331;
}
.colgrRight {width: 80px;}
.colgrLeft {width: 310px;}
.contact-home {
    background:#4781ab;
    padding: 50px 0;
}
.contact-home ul {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}
.contact-home ul li {
    float:left;
    margin: 0 10px 0 0;
}
.contact-home ul li a {
    display:block;
}
.home-form {
    max-width: 1015px;
}
.holder-form {
    overflow:hidden;
}
.title-form {
    float:right;
}
.col,
.col-submit {
    float:right;
}
.col {
    max-width: 300px;
    margin: 0 0 0 4px;
}
.home-form input[type="text"],
.home-form textarea {
    border:0;
    background:#fff;
    font:16px/36px "Arimo", Arial, Helvetica, sans-serif;
    color:#888;
    height:36px;
    width:100%;
    margin: 0 0 4px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0 10px;
}
.home-form textarea {
    height:156px !important;
    width:440px !important;
    margin:0;
    padding: 5px 10px;
    line-height:20px;
}
.title-form {
    color:#fff;
    font-size:20px;
    margin: 0 0 0 20px;
}
.home-form input[type="submit"] {
    border:0;
    background:#e55f51;
    height:60px;
    width:110px;
    text-align:center;
    font-size:30px;
    color:#fff;
    line-height:60px;
}
.col-submit {
    margin: 96px 0 0px;
}
.col.textarea {
    max-width:440px;
}
.social-links {
    float: left;
    margin: 115px 0 0;
}
#footer {
    background:#33373a;
    padding: 40px 0 30px;
}

.banner-inner {
    background-position: 50% 50%;
    background-size: cover;
    border-bottom: 3px solid #7892a6;
    height: 280px;
    position: relative;
    margin: 0 0 40px;
}
.banner-inner .container  {
    height:100%;
}
.box-contact-inner {
    overflow:hidden;
}
.box-contact-inner .social-links{
    margin:15px 20% 0 0;
    float:left;
}
.box-contact-inner .contact-btn {
    float: left;
}
.box-contact-inner .contact-btn a{
    background: #112f45;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 25px;
    text-align: center;
    float:left;

}
.box-contact-inner .contact-btn a:hover,
.contact-button a:hover,
.contact-home ul li a:hover {
    opacity: .7;
}
.box-contact-inner .contact-btn span {
    font-size:18px;
    line-height:21px;
    float:left;
    color:#fff;
    margin: 0 0 0 20px;
}
.InnerContainer .left .left.contact-img,
.contact-img .ImageContainer {
    width:385px;
}
.InnerContainer .left .page-contact .right {
    float: right;
    width: 54%;
}
/*LTR*/

.ltr .lang-menu,
.ltr .InnerContainer .HomeContainer .left,
.ltr .social-links {
    float:right;
}
.ltr .LogoContainer,
.ltr .TopMenuContainer,
.ltr .home-form,
.ltr .title-form,
.ltr .col, 
.ltr .col-submit,
.ltr .holder-form,
.ltr .TopMenuContainer li{
    float:left;
}
.ltr .HomeHtml table, 
.ltr .HtmlContainer table,
.ltr .ContactHtmlContainer table {
    direction: ltr !important;
    width:100% !important;
}
.ltr .contact-home {
    overflow:hidden;
}
.ltr .col {
     margin: 0 4px 0 0;
     /*float: none !important;*/
}
.ltr .title-form{
    margin: 0 20px 0 0;
}
.ltr .BottomBox {
    display: block;
    float: left;
    margin-right: 1%;
    padding-right: 2%;
    width: 19%;
    margin-left:0;
    padding-left:0;
}
.ltr .CreditContainer {
    text-align:right;
}
.ltr .CategoryItem,
.ltr .CategoryItemSelected,
.ltr .CategorySubItemSelected,
.ltr .CategorySubItem:hover,
.ltr .CategorySubItem {
    background-position: left center;
    padding: 5px 0 5px 40px;
}
.ltr .CategorySubItem,
.ltr .CategorySubItemSelected,
.ltr .CategorySubItem:hover {
    margin: 0 0 0 10px;
}
.ltr .contact-home ul li {
    float:right;
}
.ltr #FormUpdatePanelPanel .row input[type="text"]:first-child {
    margin: 0 1% 0 0;
}
.ltr .contact-button {
    left:auto;
    right:0;
}
.ltr .FooterContainer {
    text-align:left;
}
.ltr .box-contact-inner .contact-btn span {
    float: left;
    margin: 0 20px 0 0;
}
.ltr .ClaimListItem,
.ltr .FaqListItem,
.ltr .DotsVert {
    background-position: left top;
}
.ltr .ListItem {
    padding-left: 25px;
    padding-right: 0;
}
.ltr .InnerContainer .right {
    float: left;
    margin: 0 20px 0 0;
}
.ltr .InnerContainer > .row > .left {
    padding: 0 0 0 65px;
}
.ltr .box-contact-inner .contact-btn a {
    float:right;
}
.ltr .box-contact-inner .social-links {
    float: right;
    margin: 15px 0 0 20%;
}
.ltr .box-contact-inner .contact-btn {
    float: right;
}
@media screen and (max-width: 1400px) {
    .ltr .HomePuzzle {
        margin-top: 6rem;
    }
    .ltr .col {
        float: none;
    }
    .ltr .social-links, .ltr .col-submit {
        margin: 4px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .ltr .BottomBox {
        border-left:none;
        float: none;
        margin: 10px auto;
        padding-left: 0;
        padding-top: 15px;
        width: 280px;
    }
    .ltr .CreditContainer {
        text-align: center;
    }
    .ltr .social-links {
        float:none;
    }
    .ltr .InnerContainer > .row > .left {
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .ltr .title-form,
    .ltr .col, 
    .ltr .col-submit {
        float:none;
    }
    .ltr .title-form {
        margin: 0 0 10px 0;
    }
    .ltr #FormUpdatePanelPanel .row input[type="text"]:first-child {
        margin: 0 0 10px;
    }

}
.HomeNewsMoreDetails{
    margin-top: 17px;
    display: flex;
    justify-content: flex-end;
}
.button-red{
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Arimo";
    background-color: #e55f51;
    padding: 11px;
}
.button-red:hover{
    cursor: pointer;
    background-color: #bf473b;
}