
/* @import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);*/



/* Reset
================================================== */

@import url('https://fonts.googleapis.com/css?family=Muli');

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
    font-family: 'Calibri';
    src: url('Calibri.woff2') format('woff2'),
        url('Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Bold.woff2') format('woff2'),
        url('Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



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;
}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Body & Main
================================================== */
body {
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: tahoma, sans-serif;
  color: #606060;
}

/* Links */
a {
  color: #00718f;

}
a:visited {
  color: #00718f;
}
a:hover,
a:focus,
a:active {
  color:#000;
  text-decoration: none;
}

/*set max img width*/
img {
  max-width: 100%;
}


/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

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


/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
}

#primary {
	padding: 0;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
	margin: 0 0 15px;
}


p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Head */

#masthead{
  position: relative;
}
.site-branding {
    margin: 15px 0;
	padding-left: 0;
    padding-right: 0;
}

#site-logo {
  float: left;
  padding: 0;
}
h1#site-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}

/* Menu */

.menutoggle{
  width: 36px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 20px;
  top:25px;
  font-size: 20px;
  display:none;
}

#main-menu {
  padding:0px 0px;
  margin: 50px 0px 15px;
  border-bottom: none;
  float: left;
}
  
#main-menu ul {
  width: auto;
  float:left;
  list-style: none;
  margin: 0;
  padding: 0 0px;
}
  
#main-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight:400;
}
  
#main-menu li a {
	color: #333;
	display: block;
	margin: 0 10px;
	padding: 19px 10px 19px 10px;
	text-decoration: none;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.7px;
	font-family: 'Muli';
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
  color: #008752;
}

#main-menu li a:active:after, #main-menu a.active:after, #main-menu > ul > li > a.active-trail:after {
	content: " ";
	left: 45%;
	font-size: 20px;
	line-height: 20px;
	top: -9px;
	margin-left: -15px;
	margin-bottom: 0;
	z-index: 1;
	-webkit-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	transform: rotate(350deg);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: url(menubg.png?);
	width: 25px;
	height: 20px;
	background-size: cover;
	text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
    speak: none;
    content: " ";
    text-indent: 0 !important;
}

#main-menu > ul > li:hover > a:after {
	content: " ";
	left: 45%;
	font-size: 20px;
	line-height: 20px;
	top: -9px;
	margin-left: -15px;
	margin-bottom: 0;
	z-index: 1;
	-webkit-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	transform: rotate(350deg);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: url(menubg.png?);
	width: 25px;
	height: 20px;
	background-size: cover;
	text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
    speak: none;
    content: " ";
    text-indent: 0 !important;
}

#main-menu > ul > li > a:after {
	content: " ";
	left: 40%;
	font-size: 0;
	line-height: 0;
	top: -32px;
	margin-left: -15px;
	margin-bottom: 0;
	
	z-index: 1;
	-webkit-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: url(menubg.png?);
	position: absolute;
    font-family: 'FontAwesome';
    speak: none;
    content: " ";
    text-indent: 0 !important;
}


  
#main-menu li a.sf-with-ul {
  padding-right: 10px;
} 

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color:#777;
  width: 175px; 
  margin: 0;
  padding: 10px 10px;
  border-top:1px solid #ddd;
  position: relative;
  font-weight:400;
}
  
#main-menu ul li ul li:first-child a,#main-menu ul li ul li ul li:first-child a,#main-menu ul li ul li ul li ul li:first-child a  {
  border-top:none;
}

  
#main-menu li ul li a:hover ,#main-menu li ul li ul li a:hover ,#main-menu li ul li ul li ul li a:hover {
  color: #008752;
}

#main-menu li ul li a:after {
    display: none;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 180px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px;
  background:#efefef;
  overflow: visible !important;
}

#main-menu li ul a { 
  width: 150px;
}

#main-menu li ul a:hover, #main-menu li ul a:active { 
}

#main-menu li ul ul {
    margin: 0;
    position: absolute;
    margin-left: 155px;
    margin-top: -43px;
    border: 1px solid;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover { 
  position: static;
}

#main-menu > ul > li > a {
  padding : 10px 5px;
}

/* Layout */

#primary, #sidebar{
  padding-top: 0;
  padding-bottom: 20px;
}

#main-content {
  padding-top: 15px;
}

/* Slider */

.view-id-homepage_slider {
	float: left;
	width: 100%;
}

#slidebox{
  max-height: 970px;
  position: relative;
  background: #000;
}

div#block-views-homepage-slider-block {
    float: left;
    width: 100%;
	height: 970px;
    background: url(ajax-loader.gif);
    background-repeat: no-repeat;
    background-size: 197px;
    background-position: top center;
}

.doverlay{
  background: url(images/overlay.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: 100;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
  
.flex-caption{
  width: 800px;
  position: absolute;
  top:28%;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 120;
  color: #fff;
} 
  
.flex-caption h2{
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
  color: #fff;
}

.flex-caption p{
  font-size: 16px;
}

a.frmore{
  background: rgba(255,255,255,0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0px;
  margin: 10px auto;
  font-weight: bold;
  color: #fff!important;
}

#preface-area {
  background: none repeat scroll 0 0 #ED564B;
  border-bottom: 5px solid #F96B61;
  border-top: 5px solid #F96B61;
  padding: 40px 0 20px;
}

.preface-block{
  color: #fff;
  text-align: center;
}


.preface-block .block > h2{
  font-size: 24px;
  font-weight: bold;
}

#header-block, #footer-block {
  padding: 20px 0 0;
}


#bottom {
    padding: 60px 0px 40px 0px;
    background: #f5f5f5;
    border-top: 0;
}

#bottom .small_text {
    font-size: 12px;
	margin-top: 15px;
	text-align: justify;
}
 
.footer-block{
  color: #aaa;
}

.footer-block .block > h2 {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 0px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

div#bottom ul li {
    list-style: none;
    padding: 0;
    margin: 0;
	padding-bottom: 15px;
}

div#bottom ul li i {
	color: #008752;
}

div#bottom ul {
    margin: 0;
}

div#bottom ul li a {
    color: #008752;
}
/* Footer */
.site-footer {
    padding: 10px 0px;
    background: #f5f5f5;
    font-size: 12px;
    border-top: 1px solid #ebebeb;
}
.fcred{
  padding: 10px 0px;
  color: #bbb;
  font-size: 10px !important;
}

.fcred a:link, .fcred a:visited{
  color:#bbb;
}

.row.nopadding {
	margin-right: 0;
    margin-left: 0;
    padding: 0;
}
/* =Content
----------------------------------------------- */

.node h2.title a, h1.page-title {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 100%;
  margin: 0;
}

a#backToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    overflow: hidden;
    width: 52px;
    height: 52px;
    z-index: 999;
	background: url(images/backtotop.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}


.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0;
}



.item-list ul li {
  margin: 0;
  padding: 0;
}

.view-annual-reports .item-list ul li .views-field-title, 
.view-sustainability-reports .item-list ul li .views-field-title, 
.view-id-jawaherna .item-list ul li .views-field-title
{
  float: left;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #ed564b;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 22px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }


/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* custom */
/* color blue: #00718F */
/* color green : #008752 */
/* color black : #333333 */
div#search_button_container {
    position: absolute;
    right: -40px;
    top: 0;
	color: #c1c1c1;
	display: none;
}

div#top_bar_social {
    text-align: right;
	padding: 0;
	margin: 0;
}

div#top_bar_social a{
    color: #c1c1c1;
	margin-left: 15px;
}

div#top_bar_social a:hover{
    color: #333333;
}

#top_bar {
	
	padding: 15px 0 0 0;
	color: #777777;
}

.item-list ul.slides {
	padding: 0;
}

ul.slides .views-label-field-slider-image {
	display: none;
}

ul.slides .views-field-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 7% 10% 21.3%;
}

ul.slides .sub-title {
    font-size: 18px;
    font-weight: normal;
    /*font-family: "Open Sans", sans-serif !important;*/
    font-family: 'Calibri';
}

ul.slides .readmore {
    padding: 0 !important;
    border-color: #008752;
    background-color: #008752;
    color: #ffffff;
    text-decoration: none;
    /* line-height: 1; */
    display: inline-block;
    max-width: 200px;
    /* padding: 16px 37.5px 18px; */
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* border: 1px solid; */
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px !important;
    letter-spacing: 1px;
    border-radius: 25px;
    text-align: center;
    padding: 12px 0 !important;
    margin-top: 30px !important;
}

body.i18n-ar ul.slides .readmore {
	font-size: 20px !important;
}


ul.slides .views-field-field-link {
    /* display: none; */
    position: absolute;
    background: rgb(51, 51, 51);
    width: 100%;
    height: 100%;
    color: transparent;
	opacity: 0.7;
}



.view.view-qafco-products-homepage ul li {
    list-style: none;
    width: 25%;
    float: left;
	height: 190px;
}

.view.view-qafco-products-homepage ul {
	max-width: 100%;
	margin: 0 auto;
	height: 190px;
}


.view.view-qafco-products-homepage .views-field.views-field-field-product-image {
    text-align: center;
	background: #008752;
	width: 100%;
    height: 150px;
	transform: rotateY(0);
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
}



.view.view-qafco-products-homepage .views-field.views-field-field-product-image img {
	
	    height: 150px !important;
	margin: 0 auto !important;
	filter: brightness(0.7);
}

.view.view-qafco-products-homepage .views-field.views-field-title a{
	color: white;
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 100%;
}
.view.view-qafco-products-homepage .views-field.views-field-title:hover {
	background: rgb(20, 183, 84, 0.6);
}
.view.view-qafco-products-homepage .views-field.views-field-title {
	text-align: center;
	position: relative;
	top: -150px;
	z-index: 111111;
	height: 150px;
	width: 94%;
	line-height: 150px;
}

 

.view.view-qafco-products-homepage .views-field.views-field-body {
    display: none;
    background: green;
    color: white;
    text-align: center;
    padding: 0 6%;
    height: 150px;
}

footer li.comment_forbidden.first, footer li.translation_ar.last {
    display: none;
}

ul.slides .views-field-title a,
ul.slides .views-field-title span
{
    color: white;
    font-weight: 800;
	margin: 0 auto;
    color: white;
    font-size: 60px;
    font-weight: 800;
    font-size: 100px;
    width: 100%;
    display: block;
	padding-left: 20px;
	padding-top: 5px;
}



#slidebox .flex-direction-nav {

	float: left;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 240px;
    float: left;
}

.flex-direction-nav .flex-prev {
	position: absolute;
	display: none;
	
}


.flex-direction-nav .flex-next {
	position: absolute;
	display: none;
}

#slidebox:hover .flex-direction-nav .flex-prev {
	display: block;
	transition: 0.4s;
	
}

#slidebox:hover .flex-direction-nav .flex-next {
	display: block;
	transition: 0.4s;
}



#top_bar a {
	color: #777777;
}

div#top_bar_address {
    font-size: 13px;
	padding-left: 0;
	padding-right: 0;
	
}

div#top_bar_address span{
    margin-right: 32px;
	font-family: inherit !important;
	font-size: 13px;
}

.color_blue {
	color: #00718F;
}


ul.green_boxes {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.green_boxes li.secondColor { 
	background: #14b754;
}
ul.green_boxes li {
	width: calc(100%/3 - 20px);
	float: left;
	background: #008752;
	min-height: 370px;
	margin-top: -85px;
	color: white;
	cursor: pointer;
	margin-left: 30px;
	margin-right: 30px;
}

ul.green_boxes li:nth-child(2){
	background: url(images/Depositphotos_1741485_original-418x418.jpg);
}

ul.green_boxes li:nth-child(2) .views-field.views-field-field-link {
	background: rgba(25,213,103,0.5);
}

div#block-menu-menu-footer-menu h2 {
    visibility: hidden;
}

ul.green_boxes .views-field.views-field-field-icon {
	overflow: hidden;
}

ul.green_boxes li:first-child {
	width: calc(100%/3 - 20px);
    margin-right: 0;
    margin-left: 0;
}

ul.green_boxes li:nth-child(3) {
	width: calc(100%/3 - 20px);
	margin-left: 0;
	margin-right: 0;
	
}

.hpb_icon {
    text-align: center;
    font-size: 45px;
    margin-top: 85px;
}

.hpb_title {
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
    letter-spacing: 1px;
}

ul.green_boxes .views-field.views-field-body,
ul.green_boxes .views-field.views-field-field-link
{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: left;
    min-height: 300px;
}



ul.green_boxes .views-field.views-field-field-link a.link {
    color: white;
    border: 1px solid;
    border-radius: 16px;
    padding: 5px;
    width: 34px;
    display: block;
    margin: 0 auto;
}

ul.green_boxes .views-field.views-field-field-link a {
    color: #fff;
    display: block;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
}

ul.green_boxes .views-field.views-field-field-link a i{
	display: block;
    font-size: 30px;
    margin-top: 20px;
}

div#block-views-home-page-news-block-1 {
    float: left;
	width: 100%;
}

.hideme {
    display: none;
}

.hpmt_image .hideme {
    display: block;
}

.hpmt_body .hideme {
    display: block;
}

.hompepage_greybg {
    float: left;
    background: #f6f6f7;
    padding-top: 150px;
    position: relative;
    top: -60px;
	width: 100%;
}

ul.green_boxes {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
	max-width: 1170px;
    margin: 0 auto;
}

.view.view-homepage-main-text ul {
    list-style: none;
	max-width: 1170px;
    margin: 0 auto;
}

.view.view-homepage-main-text ul li {
    list-style: none;
}

.hpmt_body h3 {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.hpmt_body h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0em;
    text-align: inherit;
    color: #333;
}

.hpmt_body p {
    width: 100%;
    line-height: 25px;
	text-align: justify;
}


.view.view-homepage-statistics ul li {
    list-style: none;
    width: 25%;
    float: left;
}

.view.view-homepage-statistics .icon .hideme,  
.view.view-homepage-statistics .stats .hideme,
.view.view-homepage-statistics .title .hideme
{
	display: block;
}

.view.view-homepage-statistics .statsholder {
    float: left;
    width: 80%;
    margin-left: 10%;
}

div#block-views-homepage-statistics-block {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.view.view-homepage-statistics {
	width: 90%;
	margin: 0 auto;	
}

.view.view-homepage-statistics .icon .hideme {
    text-align: center;
    font-size: 50px;
    color: #008752;
}

.view.view-homepage-statistics .stats .hideme {
    font-size: 36px;
    text-align: left;
	display: block;
}

.view.view-homepage-statistics .stats .hideme .originalvalue {
	display: none;
}

.view.view-homepage-statistics .title {
    font-size: 12px;
    text-align: left;
	display: block;
}

div#block-block-7 {
    float: left;
    width: 100%;
    background: url(images/projects-bg.jpg);
    margin-top: 20px;
    /* min-height: 400px; */
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

div#block-block-7 .content{
    
    width: 60%;
	margin: 0 auto;
    
}


div#block-block-7 .content h3{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.35;
    font-family: inherit;
    letter-spacing: 0.06em;
    text-align: inherit;
}

body.i18n-ar div#block-block-7 .content h3 {
	letter-spacing: 0;
}

body.i18n-ar.page-node-148 .view-annual-reports .item-list ul li .views-field-title {
    float: right;
}


body.i18n-ar.page-node-150 .view-sustainability-reports .item-list ul li .views-field-title {
    float: right;
}

div#block-block-7 .content p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
}

div#block-block-7 .content form {
	text-align: center;
	float: left;
	width: 100%;	
}

div#block-block-7 .content form input{
	    padding: 15px 31px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.2143;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 25px;
}

div#block-block-7 .content form a.btn-primary {
	text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 16px 37.5px 18px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.06px;
    border-radius: 25px;
	background-color: #f8f8f8;
	color: #333;
	border: 0;
	margin-left: 15px;
	margin-top: 3px;
}

body.i18n-ar div#block-block-7 .content form a.btn-primary {
	margin-left: 0;
	margin-right: 15px;
}

body.i18n-ar .view.view-homepage-statistics .statsholder .col-sm-4, body.i18n-ar .view.view-homepage-statistics .statsholder .col-sm-8 {
    float: right;
    text-align: right;
}

body.i18n-ar .view.view-homepage-statistics .stats .hideme,
body.i18n-ar .view.view-homepage-statistics .title
 {
	text-align: right;
}

.subscribe-block__input-group {
	width: 425px;
    margin: 0 auto;
}



div#block-block-7 .content form .subscribe-block__input-group div,
div#block-block-7 .content form .subscribe-block__input-group p {
    float: left;
	margin: 0;
}

body.i18n-ar div#block-block-7 .content form .subscribe-block__input-group div,
body.i18n-ar div#block-block-7 .content form .subscribe-block__input-group p {
    float: right;
	margin: 0;
}



.breadcrumb {
    padding-left: calc((100% - 1170px) /2 );
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    text-align: left;
	color:#008752;
	display: none;
}

.breadcrumb a {
	color:#008752;
}

div.qafco-page-title {
    background: #008752;
	background-size: cover;
    text-align: center;
    width: 100%;
    padding: 124px 0;
	background-position: 0;
}

body.page-node-28 div.qafco-page-title {
    background-position: bottom;
}

body.page-node-126 div.qafco-page-title {
    background-position: bottom;
}



div.qafco-page-title h1 {
	
	font-size: 60px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0px;
	color: #fff;
	display: none;
}

div.qafco-page-title p {
    /* width: 60%; */
    margin: 0 auto;
    color: white;
    padding: 0px 280px 0px 280px;
    color: #ffffff;
    
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
	min-height: 72px;
}

#breadcrumbs {
	height: 38px;
}

div#qafco_main_content {
    margin-top: 30px;
	text-align: justify;
}

div#qafco_main_content h3 {
	color: #333333;
	
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.7em;
	letter-spacing: 0px;
	padding: 0 0 20px;
}

div#qafco_main_content a
{
	color: #00718F;
}
div#qafco_main_content p {
	color: #333333;

	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	line-height: 25px;
	letter-spacing: 0px;
}


div#qafco_main_content .qafco_block strong { 
	font-size: 24px;
	line-height: 30px;
}

div#qafco_main_content .qafco_block p {
	font-size: 12px;
}

p.custom_about_homepage_block {
    color: #333333;
    
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
}

.custom_about_homepage_block b, .custom_about_homepage_block strong {
	padding: 15px;
	position: relative;
	top: 11px;
}

img.homeicon {
    float: left;
}

.newscontent {
    width: 100%;
    margin: 0 auto;
	
	
}

.page-node #content-wrap .newsimage img.fullimg {
	width: auto;
}

.newstitle {
    font-size: 25px;
    line-height: 1.35;
    padding: 20px 0;
    color: #008752;
	    font-weight: bold;
}

.newsbody {
	
	font-size: 18px;
	line-height: 30px;
}

.newsbody p {
	text-align: justify;
	margin: 0 0 20px;
	color: #333333;
	
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.7em;
	letter-spacing: 0px;
}

.newsbody label {
	color: #333333;
	
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0px;
}

p.custom_about_homepage_block {
	width: 100%;
	display: block;
	float: left;
}

p.custom_about_homepage_block strong {
    float: left;
    position: relative;
    top: -4px;
    padding-left: 10px;
}

p.custom_about_homepage_block a {
	color: rgb(96, 96, 96);
	letter-spacing: 1px;
	
}


p.custom_about_homepage_block i {
    float: left;
    color: rgb(96, 96, 96);
    background: #008752;
    color: white;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 80px;
    font-size: 30px;
}

p.custom_about_homepage_block i:before {
    position: relative;
    left: 4px;
}



#qafco_main_content .row {
	margin-left: 0;
	margin-right: 0;
}

#qafco_main_content .qafco_block {
    height: 95px;
}

#qafco_main_secondary_content .row {
	margin-left: 0;
	margin-right: 0;
}

#qafco_main_content .qafco_block i {
    font-size: 23px;
    margin: 0 auto;
    display: block;
    width: 100%;
    color: #008752;
    text-align: center;
    /* border-radius: 43px; */
    /* padding: 14px; */
    position: relative;
    top: 7px;
	background: white;
	padding: 0;
}



#qafco_main_secondary_content h2 {
	
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}

div#qafco_main_secondary_content {
    margin-top: 30px;
}

.qafco_block {
   height: 170px;
}

.qafco_block strong {
    color: #333333;
    
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
}

.qafco_block p {
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
}

.qafco_block i {
    font-size: 32px;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #008752;
    text-align: center;
    border-radius: 43px;
    padding: 14px;
    color: white;
}

.qafco_block a {
	 color: #333333;
}

.view-news-and-events ul li {
    list-style: none;
    width: 50%;
    float: left;
}

body.i18n-ar .view-news-and-events ul li {
	float: right;
}

body.i18n-ar .view-news-and-events ul li a {
	direction: ltr;
}

p.multimedia_link a {
	display: unset !important;
}

body.i18n-ar .view.view-qafco-gallery.view-id-qafco_gallery ul li {
    float: right;
}

.view-news-and-events ul li .views-field.views-field-field-image ,
.view-news-and-events ul li .views-field.views-field-field-date-s-,
.view-news-and-events ul li .views-field.views-field-title,
.view-news-and-events ul li .views-field.views-field-body
{
    width: 94%;
    margin: 0 auto;
    height: 100px;
}

.view-news-and-events ul li .views-field.views-field-field-date-s- {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 2.43;
    letter-spacing: 0em;
    color: #008752;
	width: 92%;
}

.view-news-and-events ul li .views-field.views-field-body {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.67;
    letter-spacing: 0em;
    text-align: left;
	color: #888888;
	min-height: 160px;
	width: 92%;
}


.view-news-and-events ul li .views-field.views-field-body p {
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;    
}

aside#sidebar.newsSideBar {
	padding-top: 30px;
}

#primary.newsPrimary {
	padding-top: 20px;
}

.view-news-and-events ul li .views-field.views-field-field-image {
    height: 200px;
}

.view-news-and-events ul li .views-field.views-field-field-image img {
	display: none;
}


.view-news-and-events ul li .views-field.views-field-field-image img { 
	width: 100%;
	max-width: 100% !important;
	border: 0 !important;
	max-width: 400px !important;
	height: 200px !important;
}

.view-news-and-events ul li .views-field.views-field-title {
    width: 92%;
    margin-top: 15px;
}

.view-news-and-events ul li .views-field.views-field-title a {
	font-size: 18px;
    line-height: 1.35;
	
    letter-spacing: 0.06em;
    text-align: inherit;
	font-style: normal;
    font-weight: 700;
	color: #333;
}

.view.view-recent-news ul {
   
    padding: 0;
    margin: 0;
}

.view.view-recent-news ul li {
    list-style: none;
    padding: 0;
    margin: 0;
	margin-top: 15px;
	border-bottom: 1px solid #cecece;
	padding-bottom: 15px;
}

.view.view-recent-news ul li .views-field.views-field-field-date-s- {
    color: #008752;
    font-weight: bold;
    padding-bottom: 5px;
}



.view.view-recent-news ul li a {
	color: #333333;
    font-weight: 700;
	font-size: 14px;
	
    letter-spacing: 0.06em;
}

.view.view-events-calendar {
    margin-top: 15px;
}

.view.view-events-calendar .date-nav-wrapper .date-prev,  
.view.view-events-calendar .date-nav-wrapper .date-next
{
	background: none;
}

.view.view-events-calendar .pager li>a {
    border: 0;
}

.view.view-events-calendar .pager li>a {
    border: 0;
    font-size: 22px;
    padding: 0;
    color: #333;
}

.view .date-nav-wrapper .date-heading h3 a {
    color: #333;
    font-size: 18px;
    padding-top: 10px;
    margin: 0;
    display: block;
}

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
    background: none;
    font-weight: bold;
}

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

.month.mini-day-on a {
    color: #008752;
    font-weight: bold;
}

.calendar-calendar td {
    text-align: center;
    padding: 14px !important;
}

.view-news-and-events ul.pager li {
	width: auto;
}

.view-news-and-events ul.pager {
	float: left;
	margin-left: 2%;
}

div#qafco_main_content p.multimedia_link {
    font-size: 25px;
}

div#qafco_main_content p.multimedia_link a:hover {
	text-decoration: underline;
}

div#qafco_main_content p.multimedia_link i{
    margin-right: 15px;
}

.view-news-and-events ul.pager li>a, .pager li>span {
	border: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	border-radius: 0;
}

.fullimg {
	width:100%;
}

.view-qafco-products.view-id-qafco_products ul {
	padding: 0;
}
.view-qafco-products.view-id-qafco_products li {
    list-style: none;
	float: left;
	margin-bottom: 30px;
	    padding: 30px 60px;
}

.view-qafco-products.view-id-qafco_products li .views-field.views-field-body { 
	color: rgb(136, 136, 136);
	font-size: 18px;
	font-weight: 300;
}

.view-qafco-products.view-id-qafco_products li .views-field.views-field-body span.field-content {
    width: 100%;
    display: block;
    text-align: justify;
    line-height: 27px;
}



.view-qafco-products.view-id-qafco_products li .views-field.views-field-title a {
    font-size: 40px;
    color: #008752 !important;
    font-weight: 700;
    
}



.view-qafco-products.view-id-qafco_products li.views-row-even {
	background: #f5f5f5;
}


.view-qafco-products.view-id-qafco_products .views-field.views-field-field-product-image {
    float: left;
    width: 50%;
	padding: 0 2%;
}


.view-qafco-products.view-id-qafco_products li.views-row-even .views-field.views-field-field-product-image {
	float: right;
}

.flexslider .slides img {
	width: 100%; 
	/*filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: brightness(70%);*/
	height: 970px;
}

.views-field.views-field-field-slider-image {
    
}

div#block-views-home-page-news-block-1 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    
    letter-spacing: 0.06em;
    color: #333333;
    padding-bottom: 30px;
}

.view-home-page-news.view-id-home_page_news ul li {
    list-style: none;
    float: left;
    width: calc(100%/3 - 20px);
	height: 300px;
    margin-left: 30px;
    margin-right: 30px;
}

.view-home-page-news.view-id-home_page_news ul {
    height: 300px;
	max-width: 1170px;
	margin: 0 auto;
}

.view-home-page-news.view-id-home_page_news ul li img {
    height: 250px;
    padding: 0%;
	filter: brightness(70%);
}

.view-home-page-news.view-id-home_page_news ul li:first-child {
	width: calc(100%/3 - 20px);
    margin-right: 0;
    margin-left: 0;
}

.view-home-page-news.view-id-home_page_news ul li:nth-child(3) {
	width: calc(100%/3 - 20px);
    margin-left: 0;
    margin-right: 0;
}

.view-home-page-news.view-id-home_page_news .views-field.views-field-title {
    position: relative;
    top: -202px;
    padding: 10%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    
    letter-spacing: 0.06em;
    color: #fff;
}

.view-home-page-news.view-id-home_page_news .views-field.views-field-title a {
    color: #fff;
    height: 80px;
    overflow: hidden;
    display: block;
}

div#console {
    display: none;
}

div.error, .error {
    color: #8c2e0b;
    display: none;
}

#slidebox.flexslider .slides li {
    max-height: inherit !important;
	cursor: pointer;
}

div#block-views-homepage-green-blocks-block {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.flip .views-field-field-product-image{
	transform: rotateY(180deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.mainmenu {
	padding: 0;
	margin: 0;
}

div#qafco_main_content a span:before { 
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 
div#qafco_main_content a:hover span {  
   /* -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    */
}
div#qafco_main_content a span { 
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}



}
div#qafco_main_content a { 
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.35em;
}


div#block-locale-language h2 {
    display: none;
}


div#block-locale-language li {
    list-style: none;
}

div#block-locale-language li.active {
    display: none;
}

div#block-locale-language ul {
	margin: 0;
	padding: 0;
}

.region.region-language-switcher {
    float: right;
}


body.i18n-ar .region.region-language-switcher {
    float: left;
}

body.i18n-ar ul.slides .views-field-title {
    text-align: center;
}

body.i18n-ar ul.slides .views-field-title span {
    padding-right: 20px;
	font-size: 100px;
}



body.i18n-ar #main-search-btn {
	display: none;
}

body.i18n-ar #main-menu {
	float: right;
}

body.html.not-front.page-search.page-search-node.i18n-ar #edit-submit {
	display: none;
}

span.date-display-single {
	
}

body.i18n-ar span.date-display-single {
    /*font-family: "Times New Roman"*/;
    font-family: 'Calibri';
}


body.i18n-ar div#top_bar_social a {
    margin-right: 15px;
	margin-left: auto;
}

body.i18n-ar .view.view-homepage-main-text ul li .col-sm-6 {
    float: right;
}



body.i18n-ar .view-home-page-news.view-id-home_page_news .views-field.views-field-title a {
    color: #fff;
    height: 135px;
    overflow: hidden;
    display: block;
    font-size: 20px;
    letter-spacing: 0;
}

body.i18n-ar #main-menu li a {
    font-size: 20px;
    font-weight: normal;
}

body.i18n-ar div#block-block-5 {
    font-size: 14px;
    letter-spacing: 0px;
}

body.i18n-ar div#qafco_main_content .col-sm-6 {
    float: right;
}

body.i18n-ar .breadcrumb {
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 0;
	padding-right: calc((100% - 1170px) /2 );
	text-align: right;
}

body.i18n-ar a#main-search-btn {
    position: absolute;
    left: 0;
	right: inherit;
    top: 63px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

body.i18n-ar div#qafco_main_content p {
    font-size: 19px;
	font-family: inherit;
}

body.i18n-ar #main-menu li ul li ul li a {
    padding: 4px !important;
	width: 175px;
	font-size: 18px;
}

body.i18n-ar div#qafco_main_content p.multimedia_link i {
    margin-left: 15px;
	margin-right: 0;
}

body.i18n-ar div#qafco_main_content ul {
    margin-right: 20px;
    font-size: 19px;
    color: #333;
}

body.i18n-ar div#qafco_main_content ol {
    margin-right: 20px;
    font-size: 19px;
    color: #333;
}

body.i18n-ar .view .date-nav-wrapper .date-next {
	left: 0;
	right: auto;
}

body.i18n-ar .view .date-nav-wrapper .date-prev {
	right: 0;
	left: auto;
}

body.i18n-ar div#bottom ul li a {
    color: #008752;
    font-size: 16px;
}

body.i18n-ar .footer-block .block > h2 {
    font-size: 18px;
}

body.i18n-ar #bottom .small_text {
    font-size: 14px;
    margin-top: 15px;
    text-align: justify;
}

#main-menu ul li span.sf-sub-indicator {
    visibility: hidden;
}

#main-menu ul li ul li span.sf-sub-indicator {
    visibility: visible !important;
}

body.i18n-ar.page-node #content-wrap img {
   
    max-width: 100% !important;
    margin: 0 !important; 
}

body.i18n-ar #primary table { 
	font-size: 19px;
}

body.i18n-ar div#block-block-5 .color_blue{
    margin-left: 4px;
}

body.i18n-ar .hpmt_body h3 {
	letter-spacing: 0;
	font-size: 25px;
}

body.i18n-ar div#block-views-home-page-news-block-1 h2 {
	letter-spacing: 0;
}

body.i18n-ar div#top_bar_address {
	float: right;
}

body.i18n-ar div#search_button_container { 
	left: -40px;
	right: auto;
}

body.i18n-ar div#top_bar_social {
	text-align: left;
}

body.i18n-ar #site-logo {
    float: right;
} 

body.i18n-ar div#logo {
    float: right;
}

body.i18n-ar #main-menu li {
	float: right;
}

body.i18n-ar img.homeicon {
	float: right;
}

body.i18n-ar .view.view-qafco-products-homepage ul li {
	float: right;
}

body.i18n-ar .view-home-page-news.view-id-home_page_news ul li {
	float: right;
}

body.i18n-ar .footer-block {
    float: right;
} 

body.i18n-ar #main-menu li ul ul {
    margin-left: auto;
    margin-right: 155px;
}

body.i18n-ar #btn_see_all_news {
	display: none;
}

body.i18n-ar a#backToTop {
	right: auto;
	left: 20px;
}

header#masthead {
	max-width: 100%;
}

header#masthead .row {
	margin-left: 0;
	margin-right: 0;
}

div#top_bar {
    border-bottom: 1px solid #ebebeb;
}

a#main-search-btn {
    position: absolute;
    right: 0;
    top: 55px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

a#main-search-btn i {
	font-size: 15px;
	color: #333;
}

a#main-search-btn i:hover {
	color: #c1c1c1;
	transition: 0.4s;
}

.page-node #content-wrap img.logo-globe {
    border: 0;
}

/*green box animation */
ul.green_boxes figure {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
	min-height: 370px;
}

ul.green_boxes figcaption {
  position: absolute;
  background: #14b754;
  color: white;
  padding: 0;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition:    all 0.6s ease-in-out;
  -o-transition:      all 0.6s ease-in-out;
	top: 0;
	min-height: 300px;
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
ul.green_boxes figure:hover figcaption {
  opacity: 1;
}
ul.green_boxes figure:before {
  content: "?";
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255,255,255,0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
  display: none;
}
ul.green_boxes figure:hover:before {
  opacity: 0;
}

ul.green_boxes .cap-left:before {  bottom: 10px; left: 10px; }
ul.green_boxes .cap-left figcaption { bottom: 0; left: -100%; }
ul.green_boxes .cap-left:hover figcaption { left: 0; }

ul.green_boxes .cap-right:before { bottom: 10px; right: 10px; }
ul.green_boxes .cap-right figcaption { bottom: 0; right: -30%; }
ul.green_boxes .cap-right:hover figcaption { right: 0; }

ul.green_boxes .cap-top:before { top: 10px; left: 10px; }
ul.green_boxes .cap-top figcaption { left: 0; top: -30%; }
ul.green_boxes .cap-top:hover figcaption { top: 0; }

ul.green_boxes .cap-bot:before { bottom: 10px; left: 10px; }
ul.green_boxes .cap-bot figcaption { left: 0; bottom: -30%;}
ul.green_boxes .cap-bot:hover figcaption { bottom: 0; }
/*end green box animation*/

/*home page products animation*/
/* entire container, keeps perspective */
.view-qafco-products-homepage .flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
}
	/* flip the pane when hovered */
	.view-qafco-products-homepage .flip-container:hover .flipper, 
	.view-qafco-products-homepage .flip-container.hover .flipper {
		transform: rotateY(0deg);
	}
	
	/*  UPDATED! flip the pane when hovered */
	.view-qafco-products-homepage .flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.view-qafco-products-homepage .flip-container:hover .front {
	    transform: rotateY(180deg);
	}
	
	.view-qafco-products-homepage .flip-container:hover .front a{
	    display: none;
	}

.view-qafco-products-homepage .flip-container, 
.view-qafco-products-homepage .front, 
.view-qafco-products-homepage .back {
	width: 100%;
	height: 150px;
	color: #fff;
	text-align: center;
}

.view-qafco-products-homepage .flip-container img, 
.view-qafco-products-homepage .front img,  
.view-qafco-products-homepage .back img { 
	height: 150px;
	width: 100%;
}

.view-qafco-products-homepage .front {
	background: black;
}

.view-qafco-products-homepage .front img {
	opacity:0.6;
}



.view-qafco-products-homepage .front a
{
	font-size: 20px;
    font-weight: bold;
    color: white;
    top: 0;
    z-index: 11111;
    position: absolute;
    left: 0;
    width: 100%;
    height: 150px;
    line-height: 150px;

}

.view-qafco-products-homepage  .hold_together {
    position: absolute;
    top: 0;
    height: 150px;
    overflow: hidden;
	cursor: pointer;
}

.view-qafco-products-homepage .hold_together {
	background: #008752;
}

.view-qafco-products-homepage .hold_together {
	opacity:0.6;
}

.view-qafco-products-homepage .hold_together a {
    display: block;
    padding-top: 20px;
}

.view-qafco-products-homepage .hold_together i.far.fa-arrow-alt-circle-right {
        display: block;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    width: 100%;
    bottom: 5px;
}



.view-qafco-products-homepage  .hold_together a{
   font-size: 20px;
    font-weight: bold;
    color: white;
}

/* flip speed goes here */
.view-qafco-products-homepage .flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.view-qafco-products-homepage .front, 
.view-qafco-products-homepage .back {
	backface-visibility: hidden;
	transition: 0.6s;
	position: absolute;
	transform-style: preserve-3d;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.view-qafco-products-homepage .front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.view-qafco-products-homepage .back {
	transform: rotateY(-180deg);
}
/*end animation*/

/*home news animation*/
/* entire container, keeps perspective */
.view-id-home_page_news .flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
}

	/* flip the pane when hovered */
	.view-id-home_page_news .flip-container:hover .flipper, 
	.view-id-home_page_news .flip-container.hover .flipper {
		transform: rotateY(0deg);
	}
	
	/*  UPDATED! flip the pane when hovered */
	.view-id-home_page_news .flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.view-id-home_page_news .flip-container:hover .front {
	    transform: rotateY(180deg);
	}
	
	.view-id-home_page_news .flip-container:hover .front a{
	    display: none;
	}

.view-id-home_page_news .flip-container, 
.view-id-home_page_news .front, 
.view-id-home_page_news .back {
	width: 100%;
	height: 250px;
	color: #fff;
	text-align: center;
}

.view-id-home_page_news .flip-container img, 
.view-id-home_page_news .front img,  
.view-id-home_page_news .back img { 
	height: 250px;
	width: 100%;
}

.view-id-home_page_news .front a
{
	font-size: 20px;
    font-weight: bold;
    color: white;
    top: 0;
    z-index: 11111;
    position: absolute;
    left: 0;
    width: 100%;
    height: 250px;
}

.view-id-home_page_news .front {
	background: black;
}

.view-id-home_page_news .front img {
	opacity:0.6;
}

.view-id-home_page_news  .hold_together {
    position: absolute;
    top: 0;
    height: 250px;
    overflow: hidden;
	cursor: pointer;
}

.view-id-home_page_news .hold_together {
	background: #008752;
}

.view-id-home_page_news .hold_together {
	opacity:0.6;
}

.view-id-home_page_news .hold_together a {
    display: block;
    padding-top: 20px;
}

.view-id-home_page_news .hold_together i.far.fa-arrow-alt-circle-right {
        display: block;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    width: 100%;
    bottom: 5px;
}



.view-id-home_page_news .hold_together a {
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 20px 20px 8px;
}

.view-id-home_page_news .title a{
       padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.view-id-home_page_news .view-footer {
    text-align: center;
}

.view-id-home_page_news .view-footer a {
    padding: 16px 37.5px 18px;
    border-color: #008752;
    background-color: #008752;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 16px 37.5px 18px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 25px;
}

.view-id-home_page_news .view-footer a:hover {
    text-decoration: none;
    padding: 16px 37.5px 18px !important;
    -webkit-box-shadow: 0px 21px 29px rgba(0,0,0,0.12);
    box-shadow: 0px 21px 29px rgba(0,0,0,0.12);
}	


/* flip speed goes here */
.view-id-home_page_news .flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.view-id-home_page_news .front, 
.view-id-home_page_news .back {
	backface-visibility: hidden;
	transition: 0.6s;
	position: absolute;
	transform-style: preserve-3d;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.view-id-home_page_news .front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.view-id-home_page_news .back {
	transform: rotateY(-180deg);
}

div#top_bar_social a:hover i.fab.fa-facebook-f {
    color: #3b579d;
}

div#top_bar_social a:hover i.fab.fa-linkedin {
    color: #0274b3;
}

div#top_bar_social a:hover i.fab.fa-instagram {
    color: #f94e57;
}

div#top_bar_social a:hover i.fab.fa-twitter {
    color: #5da9dd;
}

#mobileHeader {
	display: none;
}

.view-annual-reports a ,
.view-sustainability-reports a ,
.view-jawaherna a 
{
	float: left;
}

.view-annual-reports li,
.view-sustainability-reports li,
.view-jawaherna li {
    width: 100%;
    float: left;
}

/*end animation*/ 


.locale-untranslated {
    display: none;
}

body.i18n-ar .hpmt_body p {
    font-size: 19px;
}

body.i18n-ar p.custom_about_homepage_block {
    font-size: 24px;
}

body.html.page-search.page-search-node.i18n-ar #block-block-5 .content {
    width: 86%;
    margin: 0 auto;
	float: right;
}

body.html.page-search.page-search-node.i18n-ar div#top_bar_address span {
	margin-left: 32px;
	margin-right: 0;
}


/* end custom */

@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}

@media screen and (max-width: 1200px) {  
	#main-menu li a {
		margin: 0px 3px;
	}
	
	div#top_bar_address span { 
		margin-right: 0;
	}
}

@media screen and (max-width: 1024px) { 
    
    

	a#main-search-btn {
		top: 30px;
	}
	
	div#top_bar_address {
		font-size: 11px;
	}
	
	div#logo {
		width: 100%;
		text-align: center;
	}
	
	div#site-logo {
		width: 100%;
	}
	
	.mainmenu {
		width: 100%;
	}
	
	.site-branding {
		margin: 0;
	}
	
	#main-menu {
		    margin: 20px 0px 15px;
	}
	
	div#search_button_container {
		top: 30px;
	}
	
	
}

@media screen and (max-width: 812px) {
	
 div.qafco-page-title p {
	padding: 0;
 }
 
  html{
    font-size: 60%;
  }

  h1#site-title{
    text-align: center;
  }

  #site-logo {
    padding-top: 0;
  }
  
  select.mnav{
    width: 100%;
    margin-bottom: 20px;
  }

  .col-sm-9.mainmenu {
		padding: 0;
	}

#main-menu li a {
	margin: 0 5px;
	    font-size: 12px;
		
}   

div#top_bar_address span {
    display: block;
}

ul.slides .views-field-title a {
    color: white;
    font-size: 30px;
    font-weight: 800;
    position: relative;
    top: 26px;
}

ul.green_boxes li {
	min-height: 210px;
}

.hpb_icon {
    text-align: center;
    font-size: 35px;
    margin-top: 35px;
}

.hpb_title {
       text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

ul.green_boxes .views-field.views-field-field-link p {
    font-size: 20px;
    padding: 0 8px;
    width: 90%;
    margin: 0 auto;
}

.view.view-homepage-main-text .col-sm-6 {
    width: 100%;
}

.view.view-homepage-main-text .col-sm-6 h5 {
    font-size: 20px;
}

.view.view-homepage-main-text .col-sm-6 p {
    font-size: 20px;
	padding: 15px 0  0 0;
}

.view-qafco-products-homepage .flip-container, .view-qafco-products-homepage .front, .view-qafco-products-homepage .back {
	height: 300px;
}

.view-qafco-products-homepage .flip-container img, .view-qafco-products-homepage .front img, .view-qafco-products-homepage .back img {
    height: 300px;
    width: 100%;
}

.view-qafco-products-homepage .front a {
	height: 300px;
	line-height: 300px;
	font-size: 30px;
}

.view-qafco-products-homepage .hold_together a {
    font-size: 30px;
    font-weight: bold;
    color: white;
    padding-top: 30px;
}

.view-qafco-products-homepage .hold_together {
    position: absolute;
    top: 0;
    background: rgb(20, 183, 84, 0.6);
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    font-size: 25px;
    padding: 30px;
}

.view-id-home_page_news .flip-container, .view-id-home_page_news .front, .view-id-home_page_news .back {
	height: 300px;
}

.view-id-home_page_news .flip-container img, .view-id-home_page_news .front img, .view-id-home_page_news .back img {
    height: 300px;
    width: 100%;
}

.view-id-home_page_news .front a {
	height: 300px;
	font-size: 30px;
}

.view-id-home_page_news .hold_together a {
    font-size: 30px;
    font-weight: bold;
    color: white;
    padding-top: 30px;
}

.view-id-home_page_news .hold_together {
    position: absolute;
    top: 0;
    background: rgb(20, 183, 84, 0.6);
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    font-size: 25px;
    padding: 30px;
}
 
  .flex-caption{
    display: none;
  }

}

@media screen and (max-width: 768px) { 

#main-menu ul {
	display: none !important;
}

div#top_bar_address span {
    display: block;
}


div#top_bar_address {
    width: 70%;
    float: left;
}

div#logo {
    float: left;
    margin-top: 40px;
}

.col-sm-9.mainmenu {
    float: left;
}

.breadcrumb {
    padding-left: calc((100% - 1170px) /2 );
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    text-align: center;
    color: #008752;
    display: none;
    padding: 0;
}

.mobilenavi {
    width: 80%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
}

div#block-block-1, div#block-menu-menu-footer-menu, div#block-menu-menu-important-links, div#block-block-2, div#block-block-3 {
    float: left;
	width: 100%;
}

div#search_button_container {
    top: 15px;
    right: 12px;
}

.view-qafco-gallery.view-id-qafco_gallery ul li {
    list-style: none;
    width: 100% !important;
    float: left;
    margin-bottom: 15px !important;
}

.view-news-and-events ul li {
    list-style: none;
    width: 100%;
    float: left;
}

select.mnav {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #cece;
    color: #333;
    font-size: 12px;
}

.flexslider .slides li {
    max-height: 300px!important;
    overflow: hidden;
}

ul.slides .views-field-title a {
    color: white;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    top: 14px;
}

ul.green_boxes li {
    width: calc(100%/3) !important;
    float: left;
    background: #008752;
    margin-left: auto;
	margin-right: auto;
    min-height: 220px;
    margin-top: 15px;
    color: white;
    cursor: pointer;
}

ul.green_boxes figure {
	min-height: 220px;
}

ul.green_boxes figcaption {
	min-height: 220px;
}

ul.green_boxes .views-field.views-field-body, ul.green_boxes .views-field.views-field-field-link {
	min-height: 220px;
}

ul.green_boxes figcaption {
	padding-top: 0px;
}

ul.green_boxes .views-field.views-field-field-link p {
    font-size: 13px;
    padding: 0 8px;
    width: 100%;
    margin: 0 auto;
}

ul.green_boxes .views-field.views-field-field-link a {
    color: #fff;
    display: block;
    width: 100%;
    margin: 0 auto;
    line-height: 26px;
}

div#block-views-homepage-statistics-block {
 
    padding-top: 35px;
    background: white;
	padding-bottom: 0;
}

.hpmt_body h3 {
    font-size: 32px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.hpmt_image {
    display: none;
}

.hpmt_body p {
    width: 100%;
    line-height: 25px;
}

.hompepage_greybg {
	padding-top: 80px;
}

.view.view-qafco-products-homepage ul {
	height: auto;
}

.view.view-qafco-products-homepage ul li {
    list-style: none;
    width: 100%;
    float: left;
	height: 170px;
	perspective: 1000px;
}

.view-home-page-news.view-id-home_page_news ul {
	height: auto;
	padding: 0;
}



.view-home-page-news.view-id-home_page_news ul li {
    list-style: none;
    width: 100%;
    float: left;
	height: 263px;
}

div#top_bar_social {
       width: 100%;
    text-align: center;
}

.region.region-language-switcher {
    /* display: none; */
    position: fixed;
    top: 16px;
    right: 50px;
    z-index: 1111;
}

div#top_bar_social a {
    color: #c1c1c1;
    margin-left: 15px;
    font-size: 18px;
    padding: 6px;
}


div#top_bar {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

.flexslider .slides img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

ul.green_boxes .cap-left:hover figcaption {
    left: 0;
    right: 0;
}

ul.slides .views-field-title a, ul.slides .views-field-title span {
    color: white;
    font-weight: 800;
    margin: 0 auto;
    color: white;
    font-size: 60px;
    font-weight: 800;
    font-size: 20px;
    width: 100%;
    display: block;
    font-family: 'Calibri';
}



div.qafco-page-title h1 {
	font-size: 37px;
}

ul.flex-direction-nav {
    display: none;
}

div.qafco-page-title p {
	font-size: 13px;
}

#qafco_main_secondary_content h2 {
	    font-size: 22px;
}

.qafco_block .col-sm-2 {
    float: left;
    margin: 0;
    padding: 0;
	width: 100%;
}

.page-node #content-wrap img.logo-globe {
	    width: 35px;
}

.qafco_block i {
    font-size: 11px;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #008752;
    text-align: center;
    border-radius: 43px;
    padding: 7px;
    color: white;
}

.qafco_block {
    height: auto;
	text-align: center;
}

.qafco_block strong {
    color: #333333;
    
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    position: relative;
    top: -8px;
}

.view-qafco-products.view-id-qafco_products li {
    list-style: none;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
}

.view-qafco-products.view-id-qafco_products .views-field.views-field-field-product-image {
	float: left;
    width: 100%;
	padding: 0;
}

.view-qafco-products.view-id-qafco_products li .views-field.views-field-title a {
    font-size: 25px;
    color: #008752 !important;
    font-weight: 700;
    
}

.view-qafco-products.view-id-qafco_products li .views-field.views-field-body {
    color: rgb(136, 136, 136);
    font-size: 14px;
    font-weight: 300;
}

div#top_bar_address {
    width: 100%;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

div#top_bar_address strong {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

div#block-block-4 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
	font-size: 14px;
	text-align: center;
}

div#top_bar_address span {
	margin-right: 0;
	margin-bottom: 15px;
}

.view-home-page-news.view-id-home_page_news ul li:first-child, .view-home-page-news.view-id-home_page_news ul li:nth-child(3) {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.view.view-qafco-products-homepage ul li {
	margin-bottom: 15px;
	height: auto;
}


#main-content {
    padding-top: 15px;
    float: left;
    width: 100%;
}

div#block-views-home-page-news-block-1 h2 {
	font-size: 32px;
	padding-bottom: 15px
}

.view-home-page-news.view-id-home_page_news ul li {
	height: auto;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}

#mobileHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: visible;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #ECECEE;
    padding: 10px 20px 10px 10px;
    height: 60px;
    -webkit-box-shadow: 0 2px 6px rgba(136,136,136,0.26);
    box-shadow: 0 2px 6px rgba(136,136,136,0.26);
}

a#main-search-btn {
	display: none;
}

a#main-search-btn-mobile {
    display: block;
    right: 15px;
    position: absolute;
    color: #333;
    font-size: 18px;
}

a#menu-toggler {
    position: absolute;
    top: 15px;
	background: url(images/burgermenu.png);
	display: block;
	width: 34px;
	height: 34px;
}

a#menu-toggler.close {
    
	background: url(images/close.png);
	
}

div#mainmenumobile {
    position: fixed;
    background: white;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
	padding-top: 30px;
	left: -100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: scroll;
	padding-bottom: 400px;
}

body.i18n-ar div#mainmenumobile {
    
	left: auto;
	right: -100%;

}

body.i18n-ar div#mainmenumobile.shown { 
	right: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


div#mainmenumobile ul li ul li a {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 12px;
}

div#mainmenumobile ul li ul li i {
    font-size: 10px;
    color: grey;
}

div#mainmenumobile.shown { 
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobilenavi {
    display: none;
}

div#mainmenumobile ul {
	display: block !important;
	margin: 0;
    padding: 0;
}

div#mainmenumobile ul li a{
	padding: 8px 22px;
	font-size: 18px;
	letter-spacing: 0.7px;
	font-weight: 400;
	color: #008752;
	font-weight: bold;
	    display: block;
    width: 85%;
    padding-bottom: 15px;
}

div#mainmenumobile ul li.expanded i.fa.fa-chevron-down {
	float: right;
	margin-top: 15px;
	padding-right: 15px;
}

div#mainmenumobile ul li {
	list-style: none;
}

span.sf-sub-indicator {
    display: none;
}

div#mainmenumobile ul li ul {
	display: none !important;
	height: 0;
	overflow: hidden;
}

div#mainmenumobile ul.menu.show_child {
	height: auto;
	overflow: hidden;
	visibility: visible !important;
	display: block !important;
    padding-left: 20px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



div#page {
    margin-top: 60px;
}


div#top_bar_address {
	display: none;
}
	
ul.slides .views-field-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 6% 10% 21.3%;
}

.view.view-homepage-statistics ul li {
    list-style: none;
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 50px;
}

p.custom_about_homepage_block {
    float: left;
    width: 50%;
}

.view.view-homepage-statistics .statsholder {
    float: left;
    width: 100%;
    margin-left: -12%;
}

div#block-views-homepage-slider-block {
	height: auto;
	min-height: 300px;
}

ul.slides .readmore {
	max-width: 160px;
}

.view.view-homepage-statistics .icon .hideme {
	text-align: left;
}

}

@media screen and (max-width: 414px) { 

.view.view-homepage-statistics ul li {
    list-style: none;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 50px;
}

p.custom_about_homepage_block {
    float: left;
    width: 100%;
}

.view.view-homepage-statistics .statsholder {
    float: left;
    width: 100%;
    margin-left: 0%;
}

.view.view-homepage-statistics .icon .hideme {
	text-align: center;
}

.view.view-homepage-statistics .stats .hideme {
    font-size: 24px;
    text-align: center;
    display: block;
}

.view.view-homepage-statistics .title {
    font-size: 12px;
    text-align: center;
    display: block;
}

.view-id-home_page_news .hold_together {
	padding: 0 !important;
	font-size: 18px;
}

.view-id-home_page_news .hold_together a {
    font-size: 20px !important;
    padding-top: 10px;
}


.view-home-page-news.view-id-home_page_news ul li {
	margin-left: 0;

	margin-right: 0;
}

.view-id-home_page_news .front a {
    height: 300px;
    font-size: 24px;
}

div#block-block-7 .content {
    width: 95%;
    margin: 0 auto;
}

div#top_bar_address span {
    
}

div.qafco-page-title {
    background-position: center;
    background-size: 100%;
    background-color: white;
    height: 134px;
    padding: 0;
}

body.page-node-134 div.qafco-page-title {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: white;
}


body.i18n-ar .breadcrumb {
	text-align: center;
	width: 100%;
}


div#top_bar_address {
    width: 70%;
    float: left;
}

div#logo {
    float: left;
    margin-top: 40px;
}

.col-sm-9.mainmenu {
    float: left;
}

.mainmenu .fas.fa-search {
    display: none;
}

.breadcrumb {
    padding-left: calc((100% - 1170px) /2 );
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    text-align: center;
    color: #008752;
    display: none;
    padding: 0;
	float: left;
    padding-bottom: 10px;
	width: 100%;
}

.mobilenavi {
    width: 80%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
}

div#block-block-1, div#block-menu-menu-footer-menu, div#block-menu-menu-important-links, div#block-block-2, div#block-block-3 {
    float: left;
	width: 100%;
}

div#search_button_container {
    top: 15px;
    right: 12px;
}

.view-qafco-gallery.view-id-qafco_gallery ul li {
    list-style: none;
    width: 100% !important;
    float: left;
    margin-bottom: 15px !important;
}

.view-news-and-events ul li {
    list-style: none;
    width: 100%;
    float: left;
}

select.mnav {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #cece;
    color: #333;
    font-size: 12px;
}

.flexslider .slides li {
    max-height: 300px!important;
    overflow: hidden;
}

ul.slides .views-field-title a {
    color: white;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    top: 0px;
	margin-top: 9px !important;
	max-width: 119px;
    font-size: 11px !important;
    padding: 7px !important;
    width: auto !important;
}

ul.green_boxes li {
    width: 92%;
    float: none;
    background: #008752;
    margin-left: auto;
	margin-right: auto;
    min-height: 220px;
    margin-top: 15px;
    color: white;
    cursor: pointer;
}

ul.green_boxes figure {
	min-height: 220px;
}

ul.green_boxes figcaption {
	min-height: 220px;
}

ul.green_boxes .views-field.views-field-body, ul.green_boxes .views-field.views-field-field-link {
	min-height: 220px;
}

ul.green_boxes figcaption {
	padding-top: 10px;
}

.view-qafco-products-homepage .flip-container img, .view-qafco-products-homepage .front img, .view-qafco-products-homepage .back img {
    height: 180px;
    width: 100%;
}

.view-qafco-products-homepage .front a {
    height: 180px;
    line-height: 180px;
    font-size: 24px;
}

.view-qafco-products-homepage .flip-container, .view-qafco-products-homepage .front, .view-qafco-products-homepage .back {
    height: 180px;
}

.view-qafco-products-homepage .hold_together a {
    font-size: 30px;
    font-weight: bold;
    color: white;
    padding-top: 5px;
}

.view-qafco-products-homepage .hold_together {
    position: absolute;
    top: 0;
    background: rgb(20, 183, 84, 0.6);
    height: 180px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
        font-size: 20px;
    padding: 10px 10px;
	line-height: 30px;
}

.hpmt_body h3 {
    font-size: 32px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.hpmt_image {
    display: none;
}

.hpmt_body p {
    width: 100%;
    line-height: 25px;
}

.hompepage_greybg {
	padding-top: 80px;
}

.view.view-qafco-products-homepage ul {
	height: auto;
}

.view.view-qafco-products-homepage ul li {
    list-style: none;
    width: 100%;
    float: left;
	height: 170px;
	perspective: 1000px;
}

.view-home-page-news.view-id-home_page_news ul {
	height: auto;
	padding: 0;
}



.view-home-page-news.view-id-home_page_news ul li {
    list-style: none;
    width: 100%;
    float: left;
	height: 263px;
}

div#top_bar_social {
       width: 100%;
    text-align: center;
}

.region.region-language-switcher {
    /* display: none; */
    position: fixed;
    top: 16px;
    right: 50px;
    z-index: 1111;
}

div#top_bar_social a {
    color: #c1c1c1;
    margin-left: 15px;
    font-size: 18px;
    padding: 6px;
}


div#top_bar {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

.flexslider .slides img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

ul.slides .views-field-title a, ul.slides .views-field-title span {
    color: white;
    font-weight: 800;
    margin: 0 auto;
    color: white;
    font-size: 60px;
    font-weight: 800;
    font-size: 20px;
    width: 100%;
    display: block;
}

ul.green_boxes li:first-child, ul.green_boxes li:nth-child(3) {
    width: 100%;
    margin-right: auto;
	margin-left: auto;
}

div.qafco-page-title h1 {
	font-size: 37px;
}

ul.flex-direction-nav {
    display: none;
}

div.qafco-page-title p {
	font-size: 13px;
}

#qafco_main_secondary_content h2 {
	    font-size: 22px;
}

.qafco_block .col-sm-2 {
    float: left;
    margin: 0;
    padding: 0;
	width: 100%;
}

.page-node #content-wrap img.logo-globe {
	    width: 35px;
}

.qafco_block i {
    font-size: 11px;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #008752;
    text-align: center;
    border-radius: 43px;
    padding: 7px;
    color: white;
}

.qafco_block {
    height: auto;
	text-align: center;
}

.qafco_block strong {
    color: #333333;
    
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    position: relative;
    top: -8px;
}

.view-qafco-products.view-id-qafco_products li {
    list-style: none;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
}

.view-qafco-products.view-id-qafco_products .views-field.views-field-field-product-image {
	float: left;
    width: 100%;
	padding: 0;
}

.view-qafco-products.view-id-qafco_products li .views-field.views-field-title a {
    font-size: 25px;
    color: #008752 !important;
    font-weight: 700;
    
}

.view-qafco-products.view-id-qafco_products li .views-field.views-field-body {
    color: rgb(136, 136, 136);
    font-size: 14px;
    font-weight: 300;
}

div#top_bar_address {
    width: 100%;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

div#top_bar_address strong {
   
    text-align: left;
    font-size: 14px;
}

div#block-block-4 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
	font-size: 14px;
	text-align: center;
}

div#top_bar_address span {
	margin-right: 0;
	margin-bottom: 15px;
	display: inline;
	float: left;
	margin-right: 15px;
}

.view-home-page-news.view-id-home_page_news ul li:first-child, .view-home-page-news.view-id-home_page_news ul li:nth-child(3) {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.view.view-qafco-products-homepage ul li {
	margin-bottom: 15px;
	height: auto;
}

ul.green_boxes li {
	width: 100%;
}

#main-content {
    padding-top: 15px;
    float: left;
    width: 100%;
}

div#block-views-home-page-news-block-1 h2 {
	font-size: 32px;
	padding-bottom: 15px
}

.view-home-page-news.view-id-home_page_news ul li {
	height: auto;
	margin-bottom: 15px;
}

#mobileHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: visible;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #ECECEE;
    padding: 10px 20px 10px 10px;
    height: 60px;
    -webkit-box-shadow: 0 2px 6px rgba(136,136,136,0.26);
    box-shadow: 0 2px 6px rgba(136,136,136,0.26);
}

a#main-search-btn {
	display: none;
}

a#main-search-btn-mobile {
    display: block;
    position: absolute;
    right: 15px;
    color: #333;
    font-size: 18px;
}

body.i18n-ar a#main-search-btn-mobile { 
	left: 15px;
	right: auto;
}

body.i18n-ar .view-id-home_page_news .view-footer a {
    position: relative;
    top: 20px;
}



a#menu-toggler {
    position: absolute;
    top: 15px;
	background: url(images/burgermenu.png);
	display: block;
	width: 34px;
	height: 34px;
}

a#menu-toggler.close {
    
	background: url(images/close.png);
	
}

div#mainmenumobile {
    position: fixed;
    background: white;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
	padding-top: 30px;
	left: -100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: scroll;
	padding-bottom: 400px;
}

div#mainmenumobile ul li ul li a {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 12px;
}

div#mainmenumobile ul li ul li i {
    font-size: 10px;
    color: grey;
}

div#mainmenumobile.shown { 
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobilenavi {
    display: none;
}

div#mainmenumobile ul {
	display: block !important;
	margin: 0;
    padding: 0;
}

div#mainmenumobile ul li a{
	padding: 8px 22px;
	font-size: 18px;
	letter-spacing: 0.7px;
	font-weight: 400;
	color: #008752;
	font-weight: bold;
	    display: block;
    width: 85%;
    padding-bottom: 15px;
}

div#mainmenumobile ul li.expanded i.fa.fa-chevron-down {
	float: right;
	margin-top: 15px;
	padding-right: 15px;
}

body.i18n-ar div#mainmenumobile ul li.expanded i.fa.fa-chevron-down {
    float: left;
    margin-top: 15px;
    padding-right: inherit;
    padding-left: 15px;
}

div#mainmenumobile ul li {
	list-style: none;
}

span.sf-sub-indicator {
    display: none;
}

div#mainmenumobile ul li ul {
	display: none !important;
	height: 0;
	overflow: hidden;
}

div#mainmenumobile ul.menu.show_child {
	height: auto;
	overflow: hidden;
	visibility: visible !important;
	display: block !important;
    padding-left: 20px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



div#page {
    margin-top: 60px;
}


div#top_bar_address {
display: block;
}

ul.green_boxes li {
	width: 100% !important;
}

div#block-views-homepage-slider-block {
    height: auto;
    min-height: auto;
}

ul.slides .sub-title {
	font-size: 13px;
}

ul.slides .views-field-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 2% 4% 15.3%;
}

.view.view-homepage-main-text .col-sm-6 p {
    font-size: 13px;
    padding: 15px 0 0 0;
}

body.i18n-ar ul.slides .views-field-title span{
	font-size: 24px;
}

}