@font-face {
    font-family: 'Typograph2-Light';
    src: url('../fonts/typograph2lightwebfont.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/typograph2lightwebfont.otf')  format('opentype'),
    url('../fonts/typograph2lightwebfont.woff') format('woff'), 
    url('../fonts/typograph2lightwebfont.ttf')  format('truetype'), 
    url('../fonts/typograph2lightwebfont.svg#Typograph2-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Typograph2-Regular';
    src: url('../fonts/typograph2regularwebfont.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/typograph2regularwebfont.otf')  format('opentype'),
    url('../fonts/typograph2regularwebfont.woff') format('woff'), 
    url('../fonts/typograph2regularwebfont.ttf')  format('truetype'), 
    url('../fonts/typograph2regularwebfont.svg#Typograph2-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Typograph2-Bold';
    src: url('../fonts/typograph2boldwebfont.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/typograph2boldwebfont.otf')  format('opentype'),
    url('../fonts/typograph2boldwebfont.woff') format('woff'), 
    url('../fonts/typograph2boldwebfont.ttf')  format('truetype'), 
    url('../fonts/typograph2boldwebfont.svg#Typograph2-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Typograph2-Black';
    src: url('../fonts/typograph2blackwebfont.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/typograph2blackwebfont.otf')  format('opentype'),
    url('../fonts/typograph2blackwebfont.woff') format('woff'), 
    url('../fonts/typograph2blackwebfont.ttf')  format('truetype'), 
    url('../fonts/typograph2blackwebfont.svg#Typograph2-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Reset*/
body {
    font-family: 'Typograph2-Regular';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing:border-box;
}
html, body {
    direction: rtl;
}
ul,  ol {
    list-style: none;
}
a {
    color: #1eaaf1;
    text-decoration: none;
}
a:active, a:focus, a:hover {
    color: #f50057;
    text-decoration: none;
    border: 0;
    outline: 0;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	margin-left: 10px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	margin-right: 10px;
}
a:visited {
    color: #1eaaf1;
}
input[type="text"].error {
	border: solid 3px red;
	color: red;
}
input[type="button"], input[type="submit"], button, {
    border: none;
    outline: none;
}
input[type="button"]:focus, input[type="submit"]:focus, button:focus, input[type="button"]:active, input[type="submit"]:active, button:active, {
    border: none;
    outline: none;
}
img {
    max-width: 100%;
}
p {
    padding: 0 0 20px 0;
    clear: both;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
strong {
    font-weight: 700;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
}
span {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
}
h1, h2, h3, h4 {
    font-family: 'Typograph2-Bold';
}
.glyphicon {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
#global {
    overflow: hidden;
}
.container {
  width: 100%;
  max-width: 960px;
  padding: 0 15px;
}
#header {
    background: #004990;
}

.maintitle {
    font-size: 120px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
}
.frame {
    width: 100%;
}
.frame.center {
    text-align: center;
}
.frame.white {
    background: #FFFFFF;
    color: #004990;
}
.bxslider li img {
	width: 100%;
}
.frame.blue a.iconmore:visited,
.frame.blue a.iconmore {
	color: white;
}
.frame.blue a.iconmore:hover {
	color: #da3382;
	background-color: white;
}
.frame.blue {
    background: #004990;
    color: #FFFFFF;
}
.framebox {
    padding: 20px 10px;
    background: #004990;
    min-height: 155px;
}
.row-one {
    margin: 0 -3px;
}
.row-one div[class^=col-] {
    padding: 0 3px;
}
.iconbox img {}
.iconbox .iconhead {
    font-size: 25px;
}
a#button_careers:visited {
	color: white;
}
a#button_careers:visited:hover {
	color: #da3382;
}
.iconmore {
    background: #da3382;
    font-size: 27px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin: 45px 0 15px;
    border: 1px solid #DA3382;
    font-family: 'Typograph2-Bold';
}
.iconmore:hover,
.iconmore:focus{
    background: #FFFFFF;
    color: #DA3382;
    border: 1px solid #DA3382;
}
.subhead {
    font-size: 75px;
    font-weight: 700;
    padding: 15px;
    text-align: center;
}
.subhead.white {
    color: #004990;
}
.subhead.blue {
    color: #FFFFFF;
}
.slider {
    direction: ltr;
	background-color: #004990;
    margin-bottom: 6px;
    padding-bottom: 15px;
}
.row-slider {
    margin: 0 -24px;
    position: relative;
    z-index: 0;
}
.potop {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    margin-top: -50px;
    text-align: center;
    width: 100%;
}
.potop img {
    width: 300px;
    height: auto;
}
.bx-wrapper .bx-viewport {
    border: 0;
}
.albarwhite_wrp {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.albarwhite {
	width: 280px;
	margin: 0 auto;
	text-align: center;
}
.aboutframe {
    font-size: 35px;
    line-height: 38px;
}
.storybox {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 20px 0;
}
/*footer img {
	float: right;
	max-width: 150px;
}*/
.storybox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.storybox .stroylabel {
	display: none;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    /*background: rgba(0,148,210,.8);*/
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.aboutbox {
	padding: 20px 0 30px;
    text-align: center;
    font-family: 'Typograph2-Bold';
}
.aboutbox .subhead {
	padding-bottom: 20px;
}
.aboutbox p {
	padding: 0 0 30px 0;
}
#accordion {
	margin-bottom: 40px;
}
#accordion > li {
    margin-bottom: 15px;
    background: #004990;
    color: #FFFFFF;
    position: relative;
}
#accordion > li.active:before {
	display: none;
}
#accordion > li:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 15px 35px 0;
    border-color: transparent #004990 transparent transparent;
    z-index: 10;
    left: -15px;
    top: 0;
}
.achead {
    background: #004990;
    padding: 10px 15px 8px;
    cursor: pointer;
    color: inherit;
    position: relative;
    font-size: 42px;
    display: block;
    min-height: 71px;
    line-height: 53px;
    font-family: 'Typograph2-Bold';
}
.acbtn {
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 24px;
    text-decoration: underline;
    font-family: 'Typograph2-Bold';
}
#accordion > li.active .acbtn {
    background: url(../images/arrow_up.png) 0 7px no-repeat;
    padding-left: 30px;
}
.article {
    padding: 15px;
    font-size: 30px;
    line-height: 42px;
    font-family: 'Typograph2-Regular';
}
.article p {
	padding-bottom: 5px;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    font-size: inherit;
    font-weight: 700;
    margin: 0;
}
.article .formbox_msg h3 {
	text-align: center;
}
.article .formbox_msg h3,
.article .formbox h3 {
	font-size: 48px;
}
.article ul {
    padding-right: 15px;
    margin-bottom: 40px;
}
.article ul li {
    margin-right: 30px;
    list-style-type: disc;
    display: list-item;
    margin-bottom: 0;
    font-size: inherit;
}
.formbox {
    text-align: center;
}
.formbox ul {
    list-style: none;
    padding-right: 0;
    margin-top: 40px;
}
.formbox ul li {
    list-style: none;
    margin-right: 0;
    margin-bottom: 15px;
}
.formbox .form-control {
    height: 55px;
    border: 0;
    box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.40);
    font-size: 28px;
}
.formbox .form-file {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
.col-7,
.col-3 {
    float: left;
}
.col-7 {
    width: 70%; 
}
.col-3 {
    width: 30%;
}
.col-xs-4.right {
    text-align: right;
}
.orangelabel {
    background: #da3382;
    color: #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 6px 20px;
    font-size: 28px;
    margin-right: 10px;
    border: 0;
	height: 55px;
}
.submitbtn {
    font-size: 40px;
    border: 0;
    border-radius: 10px;
    background: #da3382;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    padding: 15px 30px;
    margin-top: 15px;
}
.submitbtn:hover {
    background: #da3382;
}
.albar-whatsapp,
.albar-mail,
.albar-facebook,
.albar-twitter {
    display: inline-block;
    margin: 20px 10px;
    width: 100px;
    height: 100px;
}
.albar-whatsapp:hover,
.albar-mail:hover,
.albar-facebook:hover,
.albar-twitter:hover {
    opacity: .7;
}
.albar-whatsapp {
    background: url('../images/whatsapp.png') no-repeat;
    background-size: contain;
}
.albar-mail {
    background: url('../images/mail.png') no-repeat;
    background-size: contain;
}
.albar-facebook {
    background: url('../images/facebook.png') no-repeat;
    background-size: contain;
}
.albar-twitter {
    background: url('../images/twitter.png') no-repeat;
    background-size: contain;
}
.socialhead {
    font-size: 34px;
    padding: 13% 0;
}
.socialnav li {
    float: left;
    width: 100%;
    max-width: 33.333334%;
    padding: 15px 10px;
}
.socialnav li.mobdis {
    display: none;
}
.socialnav li a {
    display: block;
}
.socialnav li a img {
    display: block;
    margin: 0 auto;
}
.socialnav li a:hover img {
    opacity: .7;
}

#footer {
    text-align: center;
    padding: 0 20px 40px 20px;
}
.footerlink {
    display: inline-block;
    padding: 0 30px;
}
.footerlink img {
    display: block;
    margin: 0 auto;
}
.minwrp {
	max-width: 800px;
}
.albar-whatsapp {
	display: none;
}

@media only screen and (max-width: 991px) {
    .container.acc {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 960px) {
    .row-slider {
        margin: 0 -25px;
    }
}
@media only screen and (max-width: 860px) {
    .framebox {
        min-height: 240px;
    }
    .slider {
        margin-bottom: 0;
    }
    .topframe .container {
        padding: 0;
        background: #004990;
    }
    .row-one div[class^="col-xs-3"] {
        background: #004990;
    }
    #button_careers {
        margin: 20px 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .maintitle {
        font-size: 60px;
    }
    .subhead {
        font-size: 30px;
        padding: 10px 0 20px 0;
    }
    .aboutbox {
        font-family: 'Typograph2-Regular';
        font-size: 24px;
        line-height: 30px;
    }
    #accordion > li:before {
        border-width: 32px 10px 32px 0;
        left: -10px;
    }
    .achead {
        font-size: 24px;
        font-weight: 700;
        min-height: 61px;
        line-height: 45px;
        font-family: 'Typograph2-Regular';
    }
    .acbtn {
        font-size: 16px;
        font-weight: 400;
    }
    .article {
        font-size: 18px;
        line-height: 24px;
    }
    .article ul li {
        margin-right: 0;
    }
	.albar-whatsapp {
		display: inline-block;
	}
    .maintitle {
        line-height: 48px;
        font-size: 42px;
    }
    .albarwhite {
        width: 200px;
    }
}
@media only screen and (max-width: 640px) {
	.orangelabel {
		height: inherit;
	}
	.aboutbox p {
		line-height: 22px;
		padding-bottom: 10px;
	}
	.iconmore {
		font-size: 22px;
	}
	.article ul {
		margin-bottom: 20px;
	}
	.article .formbox h3 {
		font-size: 20px;
	}
    .col-xs-6, .col-xs-4 {
        width: 100%;
        float: none;
    }
	.col-xs-3 h3 {
		font-size: 18px;
	}
    .achead {
        font-size: 16px;
        padding: 10px 10px 10px 80px;
    }
    .acbtn {
        font-size: 14px;
        left: 5px;
		top: 9px;
    }
    .formbox .form-control {
        height: 35px;
        box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.40);
        font-size: 18px;
    }
    .orangelabel {
        font-size: 15px;
        padding: 6px 4px;
    }
    .submitbtn {
        font-size: 24px;
        margin-top: 0;
    }
    .socialhead {
        font-size: 26px;
        padding: 15px 0;
        font-weight: 700;
    }
    .socialnav li {
       max-width: 25%; 
    }
    .socialnav li.mobdis {
        display: block;
    }
    .albar-whatsapp,
    .albar-mail,
    .albar-facebook,
    .albar-twitter {
        width: 40px;
        height: 40px;
        margin: 20px 5px;
    }
    .container.acc {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 599px) {
    .itemslist .col-xs-3 {
       /* width: 100%;
        height: auto;*/
    }
    .framebox {
        /*height: auto;
        min-height: unset;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: left;
        padding: 10px;*/
        min-height: unset;
    }
    .iconbox img {
        width: 70px;
    }
    .col-xs-3 h3 {
        
    }
    .achead {
        line-height: 24px;
    }
}
@media only screen and (max-width: 400px) {
	.orangelabel {
        font-size: 13px;
        padding: 6px 4px;
    }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
