/*
    Created on : Jun 16, 2014, 3:19:22 PM
    Author     : Maor Kavod
*/
*{padding:0px;margin:0px;}
body{
    font-family: 'Open Sans', sans-serif;
}
#topLine{width:100%;height:40px;background-color: #306ca7;}
#mainContent {width:955px;height:566px;margin:0 auto;display: block;}
#header {width:100%;height: 91px;}
#headerInner {max-width: 955px;height: 100px; margin: 0 auto;}
#headerInner img {
    float: left;
    margin-top: 11px;
    width: 150px;
}

#menu {
    float: right;

}

.mailsLinks {

}

#menu li {
    float: left;
    list-style-type: none;

    width:82px;
    height: 91px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: top right;
    text-align: center;
    font-size: 10px;
    line-height: 86px;
}

#menu li a {
    color: #464646;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.selected {
    color:white !important;
    background-color: #306ca7;
    background-image: none !important;
}

.selected a{
    color:white !important;
}

#CenterContent {
    min-height: 461px;
    background-color:#e8e8e6;
    background-image: url(../images/home_bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
}

.contactp {

}

.contactp div{
    width: 33% !important;
    float: left;
    font-size: 13px !important;
    margin-left: 0;
    line-height: 19px;
    height: auto;
    font-weight: 300;
}
.mailsLinks{
    float: right;
}

.contactp a {
    padding: 0px !important;

    background-color: transparent !important;
    color: blue !important;
    font-size: 11px !important;
    float: none !important;
    margin: 0px !important;
}

#menu li:hover {
    background-color: rgb(190, 224, 255);
    cursor: pointer;
}

#ContentInnerLeft {
    float: left;
    width: 40%;
    margin-left: 32px;
    margin-top: 100px;
}

#ContentInnerLeft a{
    float: left;

    color: white;
    background-color: #2b639c;
    text-decoration: none;
    padding: 18px;
    margin-top: 51px;
    padding-left: 32px;
    padding-right: 32px;
}

#ContentInnerLeft a:hover {
    background-color: #3273b6;
}


#CenterText {
    width:100%;
    min-height:88px;
    background-color: #3676b3;
    margin-bottom: 31px;
    float: left;
}

#ArticalsWrap {
    width:100%;
    height:auto;
}

#ArticalInner  {
    max-width:955px;
    margin:0 auto;
    height: auto;
}

#CenterTextInner {
    max-width:955px;
    margin:0 auto;
    color: white;
    font-size: 19px !important;
    font-weight: 300 !important;
    text-align: center;
    padding: 18px;
    height: auto;
    text-transform: capitalize;
    line-height: 29px;
}

.artical {
    width: 439px;
    float: left;
    min-height: 200px;
    margin-left: 75px;
}

.artical h3 {
    color: #4d4d4d;

    width: 100%;
    border-bottom: 2px solid #A2A2A2;
    font-size: 21px;
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: normal;
}

.artical p {
    color: #4d4d4d;

    font-size: 15px;
    line-height: 26px;
    margin-bottom: 22px;
    font-weight: 300;
    float: left;
}

.artical a {
    background-color: #bbc6d1;

    color: white;
    text-decoration: none;
    padding: 10px;
    display: none;
}

.noMargin {
    margin-left: 0px !important;

}

.fullWidth {
    width: 100%;

    margin-top: 23px;
}

.fullWidth p{
    width: 63%;
    float: left;
}

.fullWidth img {
    float: left;
    margin-left: 14px;
    width: 291px;
}

.fullWidth a {
    float: left;
    margin-top: 18px;
    display: inline-table;
    display: none;
}

#footerText {
    width: 100%;

    float: left;
    text-align: center;
    border-top: 2px solid #747474;
    margin-top: 23px;
    padding-top: 17px;
    box-sizing: border-box;
}

#disclaimer {
    float: left;

    background-color: #454545;
    color: white;
    font-size: 12px;
    width: 100%;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 19px;
}

#disclaimerInner {
    max-width: 955px;     margin:0 auto;
    text-align: center;

}

#disclaimerInner a {

}

#copy {
    color: #747474;

    float: left;
}
#footer {
        width: 100%;
        float: left;
        background-color: #1d1d1d;
        padding: 14px;
        font-size: 12px;
        height: auto;
        box-sizing: border-box;
}
#disclaimerInner.mailsLinks {
    float: none;
}
#disclaimer .text-disclaimer {
    max-width: 955px;
    padding: 0 15px;
    margin: 15px auto 0;
}
#disclaimer .text-disclaimer a {
    color: rgb(76, 169, 255);
}

#disclaimer .text-disclaimer > p {
    color: rgba(255,255,255,0.5) !important;
}

@media all and (max-width:1100px) {
    #ContentInnerLeft  {
    width: 100%;
    text-align: center;
    margin-left: 0px;
}

.about_banners {
    top: 0px !important;

    width: 100% !important;
    margin-bottom: 20px !important;
    margin-top: 22px !important;
    display: none !important;
}

.p_res {
    width: 100% !important;

}
.abooutp {
    width: 100% !important;

}

.contactp div{
    width: 100% !important;


    margin-left: 0px !important;
    margin-bottom: 32px !important;
}

#headerInner {
    text-align: center;

}
#headerInner img {
    float: none;


}
#ContentInnerLeft a {
    float: none;
    margin: 0px;
    margin-top: 25px;
    display: inline-block;
}

#ContentInnerLeft img {
    float: none;

    margin: 0 auto;
    display: block;
    margin-top: 24px;
    background-color: rgb(248, 248, 248);
    padding: 16px;
    width: 80%;
}

.artical {

    width: 100%;
    margin: 0 auto !important;
    display: block;
    float: none;
    padding-bottom: 26px;
}

#ArticalInner {
    width: 90%;

    float: none;
    margin: 0 auto;
}

#disclaimerInner {
    padding: 11px;

}

.verticalArticals div, .verticalArticalsType2 div {
    width: 100% !important;
    min-height: 236px !important;
}

#footerText {
    padding: 15px;
font-size: 15px;
text-align: left;
}

#topLine {
  display:none;
}

.selected {
    background-color: #222222;
}

.fullWidth p{
    width:100%;
}

.fullWidth img {
    float: none;

    margin: 0 auto;
    display: block;
    /* width: 100%; */
}

}


.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1100px) {
	.js #menu {
		display:none;
	}

	.js .slicknav_menu {
		display:block;
	}
}



#leftWrap {
    max-width: 955px;

    margin: 0 auto;
    height: auto;
}

#ContentInnerLeft p {
    color: #306ca7;

    font-size: 69px;
    font-weight: 100;
    text-transform: uppercase;
}


.h3about {
    padding: 0px !important;
margin-bottom: 13px !important;
line-height: 38px !important;
}

.about_banners {
    width: 34% !important;

    margin-left: 4px !important;
    position: relative;
    top: -148px;
    margin-bottom: -145px;
}


.bullets {
    display: inline;
float: left;
margin-right: 12px;
background-color: white;

    padding-bottom: 15px;
padding-right: 11px;
}

.resetMargin {
    margin:0px !important;
}

.vText {
    padding-bottom: 18px;

    font-size: 20px !important;
    font-weight: 100 !important;
}

.verticalArticals div {
    width: 30%;

    min-height: 311px;
    margin-left: 47px;
    margin-bottom: -42px;
}

.verticalArticals p, .verticalArticalsType2 p {
    min-height: 159px;

    font-size: 13px;
    float: left;
}

.verticalArticalsType2 div{
        width: 30%;


        min-height: 329px;
    margin-left: 47px;

        margin-bottom: -49px;
}


.mailsLinks a, #disclaimerInner a{
    display: inline;

    font-weight: 300;
    font-size: 13px !important;
    color: rgb(76, 169, 255) !important;
}


/* COOKIE STYLES */
/* row */
.bw-row {width:100%;max-width: 955px;margin:0 auto;}

/* cookie policy popup */
.bw-cookie-is-visible {}
.bw-cookie {display:none;line-height:18px; padding:16px 10px; background-color:#F2F3F4; color:#111; font-size:14px; position:fixed; top:0; left:0; right:0; z-index:35;}
.bw-cookie-is-visible .bw-cookie {display:block;}
.bw-cookie > p {}
.bw-cookie .bw-cookie-link {display:inline-block;font-weight:600;}
.bw-cookie .bw-cookie-link.bw-cookie-accept {
    padding: 2px 18px 3px;
    border: 1px solid #3676b3;
    background: #3676b3;
    line-height: 25px;
    color: #fff;
    font-weight: 500;}
.bw-cookie .bw-cookie-link.bw-cookie-more { color: #111; }

.bw-cookie-row {display:flex;justify-content:space-between;}
.bw-cookie-row .bw-cookie-col.bw-cookie-col-content {display:flex;flex-direction:column;justify-content:center;}

.bw-cookie-col-actions {padding-left:10px;white-space:nowrap;text-align:right;}
.bw-cookie-col-actions > a {margin-left:11px;text-decoration:none;color:#111;}
.bw-cookie-col-actions > a:hover {color:#666;}

@media screen and (max-width: 600px) {
    .bw-cookie-row { flex-direction:column; }
    .bw-cookie-col-content { text-align: center; }
    .bw-cookie-col-actions { text-align: center; margin-top: 5px; padding-left: 0; }
    .bw-cookie-col-actions > a { margin-left: 0; }
}
