/*
website main colors:

main green - 1e5b30
green - 00446c
light green - 23b574
dark green - 215934
gray text - 4d4d4d
blue green - 2F513B


old green 1e5b30
new blue 00446c
*/

/***** global *****/

.right{
float:right;	
}

.left{
float:left;	
}

.rtl{
direction:rtl;
}

.ltr{
direction:ltr;
}

.text_right{
text-align:right;	
}

.clear_both{
clear:both;	
}

.center{
text-align:center;	
}

.right-rtl{
text-align:right;
direction:rtl;	
}

.justify-rtl{
text-align:justify;
direction:rtl;	
}

.left-rtl{
text-align:left;
direction:rtl;	
}

.left-ltr{
text-align:left;
direction:ltr;	
}

.right-ltr{
text-align:right;
direction:ltr;		
}

.center-rtl{
text-align:center;
direction:rtl;	
}

.center-ltr{
text-align:center;
direction:ltr;	
}

.clear_right{
float:right;
clear:right;	
}

.clear_right_only{
clear:right;	
}

.padding_bottom_10{
padding-bottom:10px;	
}

.padding_bottom_20{
padding-bottom:20px;	
}

.padding_bottom_30{
padding-bottom:20px;	
}

.padding_bottom_40{
padding-bottom:40px;	
}

.margin_bottom_10{
margin-bottom:10px;	
}

.margin_bottom_20{
margin-bottom:20px !important;	
}

.margin_bottom_30{
margin-bottom:30px !important;	
}

.margin_bottom_40{
margin-bottom:40px !important;	
}

.margin_bottom_60{
margin-bottom:60px !important;	
}

.margin_bottom_80{
margin-bottom:80px !important;	
}

.margin_top_5{
margin-top:5px;	
}

.margin_top_10{
margin-top:10px;	
}

.margin_top_15{
margin-top:15px;	
}

.margin_top_20{
margin-top:20px;	
}

.margin_top_30{
margin-top:30px;	
}

.margin_top_40{
margin-top:40px;	
}

.margin_top_50{
margin-top:50px;	
}

.margin_top_60{
margin-top:60px;	
}

.btn-blank{
background:none;
padding:0;	
}

.full-img{
width:100%;	
}

@media (min-width:992px){
.abs-full-img{
width:100%;
height:100%;	
}
}

@media (max-width:992px){
.pl-xlg{
padding-left:15px !important;	
} 
.pr-xlg{
padding-right:15px !important;		
}
.container-fluid-no-padding .pl-xlg{
padding-left:30px !important;	
} 
.container-fluid-no-padding .pr-xlg{
padding-right:30px !important;	
} 
.pl-none{
padding-left:15px !important;	
} 
.pr-none{
padding-right:15px !important;		
}
.abs-pl-none{
padding-left:0px !important;	
} 
.abs-pr-none{
padding-right:0px !important;		
}
.p-none{
padding-left:15px !important;
padding-right:15px !important;	
}

.abs-ml-none{
margin-left: 0 !important;
}
}

.inline-block{
display:inline-block;
}

.static{
position:static !important;	
}

.relative{
position:relative !important;	
}

.block{
display:block !important;	
}

.same_height_row{
display:table;
}

.same_height_row > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: middle;
}

.same_height_row_top > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: top;
}

.no-borders{
border:none !important;
border-radius:0 !important;	
}

.bc-none{
background-color:transparent !important;	
}

.border-radius-none{
border-radius:0 !important;		
}

.border-radius-none img, .border-radius-none span{
border-radius:0 !important;		
}

.hidden{
display: none !important;
}

.white{
color:#ffffff;	
}

.bc_white{
background-color:#ffffff;	
}

hr.solid.hr-primary{
background: #2F513B none repeat scroll 0 0;
color:#e6c85b;
height:1px;
margin-top:2px;
margin-bottom:5px;	
}

hr.artlicles{
background: #cccccc none repeat scroll 0 0;
color:#cccccc;
height:1px;
margin-top:10px;
margin-bottom:5px;	
}

/*.container-fluid-no-padding > .row > [class*="col-"]{
padding-left:0;
padding-right:0;	
}*/

.container-fluid-no-padding{
padding-left:0;
padding-right:0;	
}

.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}

.vbottom {
display: inline-block;
vertical-align: bottom;
float: none;
}

@media (min-width:992px){
.col-centered{
float: none !important;
margin: 0 auto;
display: inline-table;
}
}

.flex{
display:flex;
}

.fullwidth_container {
padding-right: 0;
padding-left: 0;
}

.pr-xxs{
padding-right:2px;
}

.pl-xxs{
padding-left:2px;
}

@media (max-width:992px){
.pr-xs{
padding-right:15px !important;
}

.pl-xs{
padding-left:15px !important;
}
}

small, .small {
    font-size: 100%;
}

/***** bootstrap rtl *****/

.col-md-1-5 {
float: right;
width: 20%;
}

@media (max-width:992px){
.col-md-1-5 {
float: right;
width: 50%;
}
}

@media (max-width:768px){
.col-md-1-5 {
float: right;
width: 100%;
}
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: right;
}

@media (min-width:768px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: right;
}
}

@media (min-width:992px){
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: right;
}
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: right;
}

.nav-pills > li{
float: right;
}

.nav {
padding-right: 0;
}

.dropdown-menu {
right:0;
left:auto;
text-align:right;
direction:rtl;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:first-child {
border-left: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:last-child {
border-right: 0;
}

.list-unstyled {
padding-right: 0;
}

/***** header *****/

.header_top_menu{
display:inline-block;
float:left;
margin-top:0px;
}

.header_top_menu li{
line-height:normal;
}

.header_top_menu li.kotar{
margin-right: 5px;
}

.header_top_menu li a{
color:#ffffff;
font-size:14px;	
padding:5px 10px;
border-radius:2px;
position:relative;
}

.header_top_menu li.kotar a{
background-color: #23b574;
}

.header_top_menu > li > a:before {
top: 6px;
right: 0;
text-shadow: none !important;
background-color: #ffffff;
content: " ";
opacity: 1;
height:15px;
width:1px;
position: absolute;
z-index:100;
}

.header_top_menu li.kotar a:before{
display: none;
}

.header_top_menu li a:hover, .header_top_menu li a:focus{
background-color:transparent;
}

.header_top_menu li a i{
display:inline-block;
padding:0 5px;
}

.highlighted{
font-weight:bold !important;	
}

.header_top_menu li a:hover i, .header_top_menu li a:focus i{
color:#23b574;
}

#header .header-logo a {
display:block;
}

@media (max-width:1366px){
#header .header-logo img {
width:300px;
height:auto;	
}
}

@media (max-width:992px){
#header .header-logo img {
width:200px;
margin-right:5px;
}
}

#header .header-logo .header_logo_title{
display:inline-table;
vertical-align:middle;
}

#footer .header-logo .header_logo_title{
display:block;
vertical-align:middle;
}

#header .header-logo span.logo_main_title, #footer .header-logo span.logo_main_title{
font-family: 'Open Sans Hebrew', sans-serif;
font-size:21px;
margin-bottom:2px;
line-height:normal;
font-weight:900;
display:block;
color:#666666;
}

#header .header-logo span.logo_sub_title, #footer .header-logo span.logo_sub_title{
display:block;
color:#666666;
font-size:20px;
font-weight:400;
}

@media (max-width:768px){
#header .header-logo span.logo_main_title, #footer .header-logo span.logo_main_title{
font-size:13px;
}

#header .header-logo span.logo_sub_title, #footer .header-logo span.logo_sub_title{
font-size:12px;
margin-top:-3px;
}
}

.header_icons_wrapper{
background-color: #e6e6e6;
padding: 12px 15px 11px 15px;
margin-right: 25px;
}

@media (max-width:1366px){
.header_icons_wrapper {
padding: 3px 15px 4px 15px;	
}
}

.header_icon{
display:inline-block;
padding:0 1px;	
border-radius:100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}

/*.header_icon:hover, .header_icon:focus{
-webkit-box-shadow: 0 10px 6px -6px #215934;
-moz-box-shadow: 0 10px 6px -6px #215934;
box-shadow: 0 10px 6px -6px #215934;
}*/

@media (max-width:768px){
.header_icon img{
width:50px;
height:auto;	
}
}

.header_lng{
color: #00446c;
font-size: 18px;
display: inline-block;
margin-top: 36px;
}

.header_lng i{
display: inline-block;
background-color: #00446c;
color: #ffffff;
margin-right: 3px;
padding: 1px 5px;
}

@media (max-width: 992px) {
.header_lng{
margin-top: 0px;
position: absolute;
left: 70px;
top: 20px;
}

.header_lng i{
display:none;
}	
}


.header_btn{
color: #ffffff;
background-color:#00446c;
font-size: 18px;
display: inline-block;
margin-top: 34px;
padding:3px 8px 5px 8px;
margin-right:10px;
}

.header_btn:hover{
color: #ffffff;
opacity:0.9;
}

@media (max-width: 992px) {
.header_btn{
margin-top: 0px;
position: absolute;
left: 98px;
top: 18px;
}
}

.sub_menu_container{
background-color:#457656;		
}

.sub_menu{
}

.sub_menu li{
display:inline-block;
line-height:normal;	
}

.sub_menu li a{
color:#ffffff;
font-size:17px;
font-weight:400;
padding: 10px 20px 10px 20px;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

@media (max-width:768px){
.sub_menu li a{
font-size:14px;
padding: 5px 10px 5px 10px;
}
}

.sub_menu li.active a, .sub_menu li:hover a, .sub_menu li a:focus{
background-color:#2F513B;
}

.sub_menu li > a:before {
top: 11px;
right: 0;
text-shadow: none !important;
background-color: #209e66;
content: " ";
opacity: 0;
height:20px;
width:1px;
position: absolute;
z-index:100;
}

@media (max-width:768px){
.sub_menu li > a:before {
top: 6px;
height:16px;
}
}

.sub_menu li:hover a:before, .sub_menu li.active a:before{
opacity:0;
}

.sub_menu li:hover + li a:before, .sub_menu li.active + li a:before{
opacity:0;
}

.sub_menu li:first-child a:before{
opacity:0;
}


/***** content *****/

.main{
min-height:700px;
padding-bottom:0px;
}

@media (max-width:768px){
.main{
min-height:300px;
}
}

.inner_main{
padding-bottom:0px;
/*overflow:hidden;*/
}

.page-header{
min-height:340px;
}

.top_banner_img_col{
min-height:340px;	
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.top_banner_title_col{
background-image: url(../images/malam4_2.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-size: cover;
min-height:340px;
}

.page-header h1 {
border-bottom: none;
color: #ffffff;
font-size:35px;
margin-bottom:0px;
line-height:normal;
font-weight:700;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-webkit-transform:translate(-50%, -50%) !important;
-ms-transform:translate(-50%, -50%) !important;
position: absolute;
word-spacing: 9999999px; 
}

.page-header h1.banner_title_long{
word-spacing: normal; 
}

@media (max-width:992px){
.page-header{
min-height:200px;	
}

.top_banner_img_col{
min-height:150px;	
}

.top_banner_title_col{
min-height:50px;
padding-top: 10px;
}

.page-header h1 {
font-size:20px;
text-align: right;
word-spacing: normal; 
position: static;
transform: none !important;
-webkit-transform:none !important;
-ms-transform:none !important;
}	
}

.top_title_section{
background-color:#c1272d;
padding:8px 0;
}

.top_title {
font-size:29px;
font-weight:700;
margin-bottom:0;
line-height:normal;
color:#ffffff;
}

@media (max-width:768px){
.top_title {
font-size:18px;
}
}

.breadcrumb{
background-color: transparent;
border-radius: 0px;
list-style: outside none none;
margin-bottom: 20px;
padding: 0px 0px 2px 1px;
margin-top:0px;
font-size:12px;
color:#666666;
}

@media (max-width:768px){
.breadcrumb{
margin-bottom: 10px;
}
}

.breadcrumb a{
font-size:12px;
color:#666666;
}

.breadcrumb > li + li::before {
color: #666666;
content: ">";
padding: 0 2px;
margin-right:1px;
margin-left:2px;
}

.breadcrumb > .active, .breadcrumb > .active a, .breadcrumb a:hover, .breadcrumb a:focus{
color: #00446c;
}

.pagination{
padding-right:0;	
}

.pagination > li > a{
color:#999999;
background-color:#e6e6e6;
border-radius:1px !important;
border:none;
margin-left:5px;
text-align:center;
padding:2px 7px;
min-width:18px;
font-size:17px;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
}

.pagination > li > a.pagintation_number{
background-color:#ffffff;
}

.pagination > li > a i{
font-size:16px;
padding-top:2px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
background-color:#00446c !important;
border-color: transparent;
color: #ffffff;
text-shadow: none;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus{
background-color:#00446c !important;
border-color: transparent;
color: #ffffff;
text-shadow: none;
font-size:16px;
font-weight:400;
}

/***** homepage *****/

.rev_slider .tp-bannertimer {
display: none !important;
}

@media (min-width:768px){
.rev_slider_wrapper{
min-height:684px !important;	
height:684px !important;	
}
}

@media (max-width:768px){
.rev_slider_wrapper{
min-height:250px !important;	
height:250px !important;
}
}

.rev_slider{
height: 100% !important;
}

.hephaistos .tp-bullet{ 
width:11px !important;
height:11px !important;
position:absolute;
border:2px solid #00446c;
background-color: #ffffff;
border-radius:100%;
box-shadow: none;
}

.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected, .hephaistos .tp-bullet:focus{
background:#00446c;
border-color: #ffffff;
}

.hephaistos .tp-bullet.keyboard_focus{
border:2px solid #00446c !important;
}

.homepage_video_experience_section .row{
height:100%;	
}

.home_slider_col{
background-image: url(../images/malam1_8.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom right;
}

@media (min-width:992px){
.home_slider_col{
min-height: 684px;
}
}

.home_slider_box{
padding: 50px 100px 50px 50px;
}

.home_slider_box_body{
color: #ffffff;
font-size: 16px;
line-height: 1.4;
}

.home_slider_box_body h1{
color: #ffffff;
font-size: 50px;
font-weight: 700;
line-height: 50px;
margin-bottom: 30px;
padding-bottom: 30px;
position: relative;
word-spacing: 9999999px; 
}

.home_slider_box_body h1:before{
content: "";
position: absolute;
bottom: 0;
right: 0;
height: 1px;
width: 70px;
background-color: #ffffff;
}

.home_slider_box_body h1:after{
font-family: FontAwesome;
content: "\f104";
position: absolute;
bottom: -23px;
right: 75px;
font-size: 20px;
color: #ffffff;
}

.home_slider_box_btn{
color: #ffffff;
border: 1px solid #ffffff;
line-height: normal;
display: inline-block;
}

.home_slider_box_btn:hover, .home_slider_box_btn:focus{
background-color: #00446c;
color: #ffffff;
}

.home_slider_box_btn span{
padding: 5px 10px;
display: inline-block;
font-size: 16px;
}

.home_slider_box_btn i{
border-right: 1px solid #ffffff;
padding: 5px 10px;
display: inline-block;
font-size: 16px;
}

.home_slider_box_btn img{
border-right: 1px solid #ffffff;
padding: 5px 10px;
display: inline-block;
max-height: 30px;
width: auto;
}

@media (max-width:992px){
.home_slider_box{
padding: 20px 15px 20px 15px;
}

.home_slider_box_body h1{
font-size: 25px;
line-height: 25px;
margin-bottom: 10px;
padding-bottom: 15px;
word-spacing: normal; 
}

.home_slider_box_body h1:before{
width: 100px;
}

.home_slider_box_body h1:after{
bottom: -11px;
right: 101px;
}
}

section.homepage_casualties_section{
padding:50px 0 50px 0;
background-image:url(../images/flame_animation_s.gif);
background-size: cover;
background-repeat: no-repeat;
background-position: 30% 50%;
margin:0;
}

.homepage_casualties_section_body{
font-size:17px;
font-weight:400;
line-height:1.3;
color:#ffffff;	
position: relative;
padding-left: 125px;
margin-bottom: 15px;
}

.homepage_casualties_section_body:before{
content: "";
background-image: url(../images/malam1_10.png);
background-size: contain;
width: 98px;
height: 86px;
position: absolute;
left: 0px;
top: 10px;
}

@media (max-width:992px){
section.homepage_casualties_section{
background-position: 27% 50%;
}

.homepage_casualties_section_body{
padding-left: 100px;
}

.homepage_casualties_section_body:before{
display: none;
}
}

.homepage_casualties_section_body a{
color:#ffffff;	
}

.homepage_casualties_section_body h2{
font-size:28px;
font-weight:700;
line-height:normal;
margin-bottom:10px;
color:#ffffff;	
font-family: 'Open Sans Hebrew', sans-serif;
}

@media (max-width: 768px) {
.homepage_casualties_section_body h2{
font-size:20px;
}
}

.homepage_casualties_date_title{
font-size:14px;
color:#ffffff;
display:block;
margin-bottom:5px;	
}

.homepage_casualty_title{
font-size:20px;
font-weight:700;
line-height:normal;
margin-bottom:5px;
padding-bottom:5px;
border-bottom:1px solid #ffffff;
color:#ffffff;		
}

.homepage_casualty_intro{
font-size:14px;
font-weight:400;
line-height:1.4;
min-height:50px;
margin-bottom:5px;
padding-bottom:5px;
border-bottom:1px solid #ffffff;
color:#ffffff;		
}

.no_casualties_intro{
font-size:14px;
font-weight:400;
line-height:1.4;
min-height:50px;
margin-bottom:5px;
color:#ffffff;	
display:inline-block;	
}

.no_casualties_intro strong{
margin-top:5px;
display:block;	
text-align:left;
}

@media (max-width: 992px) {
.homepage_casualty_intro, .no_casualties_intro{
background-color: rgba(0,0,0,0.7);	
padding: 5px;
}
}

.homepage_elements_section{
padding: 80px 0;
margin: 0;
background-image: url(../images/malam1_30.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: right bottom;
}

.homepage_element_box{
background-color: #ffffff;
min-height: 390px;
}

.terror_box{
background-color: #00446c;
}

.terror_box *{
color: #ffffff !important;
}

.homepage_element_box_img{
height: 180px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}

.homepage_element_box_caption{
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
color: #ffffff;
padding: 6px 15px;
line-height: normal;
display: block;
font-size: 16px;
text-align: right;
}

.homepage_element_caption{
padding: 10px 20px 15px 20px;
}

.homepage_element_caption_inner{
min-height: 110px;
}

.homepage_element_caption_inner_higher{
min-height: 151px;
}

.homepage_element_box_title{
font-weight: 700;
font-size: 22px;
margin-bottom: 5px;
line-height: normal;
color: #00446c;
}

.homepage_element_box_title_blank{
color: #00446c;
margin-bottom: 46px;
}

.homepage_element_box_title_img{
max-height: 40px;
width: auto;
display: inline-block;
}

.homepage_element_box_intro{
font-weight: 400;
font-size: 15px;
margin-bottom: 10px;
min-height: 44px;
line-height: 1.4;
}

.homepage_element_box_intro_higher{
height: 84px;
}

.homepage_element_box_btns{
}

/*******old*****/

.homepage_video_col{
background:url(../images/homepage_video_bg.jpg) no-repeat center center;
background-size:cover;	
padding-top:30px;
padding-bottom:30px;
height:100%;
min-height:410px;
}

.homepage_video_col_title{
font-size:28px;
font-weight:900;
line-height:normal;
margin-bottom:10px;
color:#ffffff;	
font-family: 'Open Sans Hebrew', sans-serif;
}

@media (max-width:768px){
.homepage_video_col_title{
font-size:21px;
}
}

.homepage_video_col_title a{
color:#ffffff;	
}

.homepage_video_intro{
margin-bottom:15px;
display:inline-block;
line-height:1.3;
color:#ffffff;
font-weight:400;
font-size:19px;
max-width:60%;
}

@media (max-width:768px){
.homepage_video_intro{
max-width:90%;
font-size:16px;
}
}

.thumb-info.homepage_video {
border: none;
border-radius: 0px;
background-color:transparent;
}

.thumb-info.homepage_video .thumb-info-wrapper {
border-radius: 0px;
}

.thumb-info.homepage_video img{
border-radius: 0px;	
border: 1px solid #ffffff;
/*width:auto;*/
min-width:60%;
}

.thumb-info.homepage_video:hover img{
border: none;
}

.homepage_video_icon{
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-webkit-transform:translate(-50%, -50%) !important;
-ms-transform:translate(-50%, -50%) !important;
position: absolute;
width:80px;
height:80px;
border:5px solid #ffffff;
border-radius:100%;
padding:1px;
text-align:center;
}

.inner_video_wrapper .homepage_video_icon{
width:60px;
height:60px;
border:3px solid #ffffff;
}

.homepeage_video_wrapper{
width: 100%;
height: 100%;
}

.homepeage_video_wrapper:hover .homepage_video_icon{
border-color:#2F513B;
color:rgba(59,189,179,0.8);
}

.homepage_video_icon i{
color:#ffffff;
font-size:45px;
padding:12px 7px 7px 12px;
text-align:center;
}

.inner_video_wrapper .homepage_video_icon i{
font-size:35px;
padding:9px 7px 7px 12px;
}

.homepage_experience_col{
height:100%;	
}

.homepeage_video_wrapper:hover .homepage_video_icon i{
color:#2F513B;
}

.homepage_experience_title_col{
background:url(../images/experience_days.jpg) no-repeat center center;
background-size:cover;	
padding-top:15px;
padding-bottom:15px;
height:100%;
min-height:410px;
}

.homepage_experience_title_col h2{
color:#ffffff;
font-size:40px;
font-weight:700;
line-height:1;
margin-bottom:20px;	
}

.homepage_experience_title_col h2 span{
display:block;
font-size:30px;	
}

.homepage_experience_img_col{
background:url(../images/experience_days_img.jpg) no-repeat center center;
background-size:cover;	
height:100%;
min-height:410px;	
}

.homepage_col_btn{
background-color: #6e9881;
height: 50%;
padding-top: 50px;
text-align: center;
margin: 0 -15px 0 -15px;
}

.homepage_col_btn:last-child{
background-color: #144f34;
}

.homepage_col_btn a{
display: inline-block;
color: #ffffff;
font-size: 32px;
font-weight: 700;
position: relative;
padding-right: 75px;
padding-top: 32px;
width: 80%;
height: 90%;
}

.homepage_col_btn a:hover, .homepage_col_btn a:focus{
color: #ffffff;
}

.homepage_col_btn a:before{
content: "";
background-image: url(../images/icon1.png);
width: 100px;
height: 108px;
background-size: contain;
position: absolute;
right: 0;
top: -10px;
}

.homepage_col_btn:last-child a{
padding-right: 0px;
}

@media (max-width:1600px){
.homepage_col_btn a{
padding-right: 85px;
width: 90%;
}

.homepage_col_btn:last-child a{
padding-right: 20px;
}
}

@media (max-width:1400px){
.homepage_col_btn a{
padding-right: 105px;
}

.homepage_col_btn:last-child a{
padding-right: 40px;
}
}

@media (max-width:992px){
.homepage_col_btn{
height: 170px;
padding-top: 30px;
}
}


.homepage_col_btn:last-child a:before{
background-image: url(../images/icon2.png);
width: 120px;
height: 90px;
top: 0px;
}

.homepage_col_btn a:after{
font-family: FontAwesome;
content: "\f100";
color:#ffffff;
border:1px solid #ffffff;
padding: 1px 4px 3px 4px;
line-height: 30px;
background-color: #144f34;
font-size: 35px;
position: absolute;
left: 5px;
bottom: 10px;
opacity:1;
}

.homepage_news_col{
background-color:#009622;
min-height:270px;	
padding-top:30px;
padding-bottom:30px;
}

.homepage_news_title{
font-family: 'Open Sans Hebrew', sans-serif;
font-size:44px;
margin-bottom:10px;
padding-bottom:15px;
border-bottom:1px dashed #ffffff;
line-height:1;
font-weight:900;
color:#ffffff;
}

.homepage_news_title a{
color:#ffffff;
}

.homepage_news_carousel{
margin-bottom:10px;
padding-bottom:15px;
border-bottom:1px dashed #ffffff;	
}

.homepage_news_carousel a:focus{
text-decoration:none !important;	
}

.homepage_news_list_title{
font-size:16px;
font-weight:700;
line-height:1.2;
margin-bottom:5px;
color:#ffffff;
}

.homepage_news_list_inrto{
font-size:14px;
font-weight:400;
line-height:1.4;
margin-bottom:5px;
color:#ffffff;
}

.homepage_news_list_read_more{
font-size:14px;
font-weight:400;
color:#ffffff;	
}

.homepage_info_col{
background:url(../images/homepage_terror.jpg) no-repeat center center;
background-size:cover;	
height:100%;
min-height:270px;	
padding-top:45px;
padding-bottom:45px;
border-right:5px solid #ffffff;			
}

.homepage_info_col h2{
font-family: 'Open Sans Hebrew', sans-serif;
font-size:35px;
margin-bottom:15px;
line-height:1;
font-weight:900;
color:#000000;
padding: 5px 10px;
background-color: rgba(255,255,255,0.8);
display: inline-block
}

@media (max-width:768px){
.homepage_info_col{
border-right:none;	
}

.homepage_info_col h2{
font-size:26px;
}
}


.homepage_legacy_section{
padding:40px 0 5px 0;	
}

.homepage_legacy_title{
color:#009345;	
font-family: 'Open Sans Hebrew', sans-serif;
font-size:80px;
margin-bottom:0px;
line-height:0.8;
margin-top:80px;
font-weight:900;
}

@media (max-width:1400px){
.homepage_legacy_title{
font-size:70px;
margin-top:50px;
}	
}

@media (max-width:768px){
.homepage_legacy_title{
font-size:52px;
margin-bottom:20px;
margin-top:5px;
text-align:center;
}	
}

.homepage_legacy_title a{
color:#009345;	
}

.homepage_article_col{
}

.homepage_article_thumb{
transform:none;	
}

.homepage_article_thumb .thumb-info-wrapper{
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
height:100%;
min-height:330px;
}

.thumb-info.homepage_article_thumb .thumb-info-title {
background: none;
bottom: 0%;
left: 0%;
width: 100%;
max-width: 100%;
padding: 0;
text-shadow: none;
}

.homepage_article_preview_intro{
background: rgba(23, 23, 23, 0.9) none repeat scroll 0 0;
color:#ffffff;
font-size:19px;
font-weight:700;
padding:10px 10px;
display:inline-block;
margin-bottom:15px;		
}

.homepage_article_title{
background: #333333;
color:#ffffff;
font-size:19px;
font-weight:600;
margin-bottom:0;
line-height:normal;	
padding:8px 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

@media (max-width:768px){
.homepage_article_title{
font-size:16px;
}	
}

.homepage_article_title.homepage_article_title_sm{
font-size:16px;
}

.homepage_article_col a:hover .homepage_article_title, .homepage_article_col a:focus .homepage_article_title{
background-color:#215934;
background-color:rgba(33,89,20,0.9);	
}

.homepage_featured_article_col .homepage_article_thumb .thumb-info-wrapper{
min-height:670px;
}

.homepage_featured_article_text{
background: rgba(23, 23, 23, 0.9) none repeat scroll 0 0;
padding:10px 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.homepage_featured_article_title{
color:#ffffff;
font-size:28px;
font-weight:700;
margin-bottom:5px;
line-height:normal;	
}

@media (max-width:768px){
.homepage_featured_article_title{
font-size:16px;
}	
}

.homepage_article_intro{
color:#ffffff;
font-size:16px;
font-weight:400;
margin-bottom:0;
line-height:1.3;		
}

.homepage_featured_article_col a:hover .homepage_featured_article_text, .homepage_featured_article_col a:focus .homepage_featured_article_text{
background-color:#215934;
background-color:rgba(33,89,20,0.9);	
}

.homepage_roim_malam_col{
background-color:#ebe7cc;
padding-top:30px;
padding-bottom:45px;	
border-left:5px solid #ffffff;
min-height:425px;
}

@media (max-width:768px){
.homepage_roim_malam_col{	
border-left:none;
border-bottom:5px solid #ffffff;
}
}

.homepage_magazine_section{
padding-bottom:5px;
}

@media (min-width:992px){
.homepage_magazine_section img{
max-width: 400px;
}
}

.homepage_magazine_title{
display:block;
margin-top:15px;
margin-bottom:25px;
font-size:18px;
color:#000000;	
line-height:1.3;
}

.homepage_magazine_link i{
color:#ffffff;
font-size:60px;
background-color:#afa754;
border-radius:100%;
padding:25px 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}

.homepage_magazine_link span{
display:block;	
color:#afa754;
margin-top:7px;
font-weight:900;
font-size:24px;
line-height:1;
font-family: 'Open Sans Hebrew', sans-serif;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.homepage_magazine_link:hover i, .homepage_magazine_link:focus i{
background-color:#00446c;	
}

.homepage_magazine_link:hover span, .homepage_magazine_link:focus span{
color:#00446c;	
}

.homepage_mabat_malam_col{
background-color:#d9d3bb;
padding-top:50px;
padding-bottom:45px;
min-height:425px;	
}

.homepage_mabat_malam_col .homepage_magazine_link{
margin-top:55px;
display:block;
}

.homepage_mabat_malam_col .homepage_magazine_link i{
background-color:#918f56;
}

.homepage_mabat_malam_col .homepage_magazine_link span{
color:#918f56;
}

.homepage_mabat_malam_col .homepage_magazine_link:hover i, .homepage_mabat_malam_col .homepage_magazine_link:focus i{
background-color:#00446c;	
}

.homepage_mabat_malam_col .homepage_magazine_link:hover span, .homepage_mabat_malam_col .homepage_magazine_link:focus span{
color:#00446c;	
}

.section.homepage_exhibit_section{
padding:50px 0 50px 0;
background-image:url(../images/homepage_exhibit_bg.jpg);	
margin:0;
}

@media (min-width:992px){
section.homepage_exhibit_section{
min-height:410px;
}
}

.homepage_exhibit_section_wrapper{
background-color:#000000;
background-color:rgba(0,0,0,0.8);
padding:25px 50px 25px 50px;		
}

.homepage_exhibitions_title{
color:#ffffff;
font-weight:900;
font-size:30px;
line-height:normal;
font-family: 'Open Sans Hebrew', sans-serif;
margin-bottom:10px;
}

.homepage_exhibitions_title a{
color:#ffffff;
}

.homepage_exhibit_title{
color:#ffffff;
font-weight:900;
font-size:21px;
line-height:normal;
font-family: 'Open Sans Hebrew', sans-serif;
margin-bottom:10px ;
padding-bottom:5px;
border-bottom:1px solid #cccccc;
}

.homepage_exhibit_intro{
color:#ffffff;
font-weight:400;
font-size:17px;
line-height:1.3;	
}

/***** sidebar *****/

.sidebar{
margin-top:7px;	
margin-bottom:20px;
text-align: right;
direction: rtl;
}

.sidebar_search {
margin-top: 0px;
margin-bottom: 20px;
background-color:transparent;
border:1px solid #ddd;
padding:0px 10px 0px 0px;
border-radius:1px;
box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);
}

.tags_btn{
margin-right: 15px;
vertical-align: middle;
margin-top: -3px;
}

.inner_search_section{
background-color: #999999;
padding: 8px 15px 6px 15px;
margin-bottom: 20px;
position: relative;
}

@media (max-width:992px){
.tags_btn{
margin-right: 0px;
margin-top: 10px;
}

.inner_search_section{
padding: 8px 0px 6px 0px;
}
}

.inner_search.sidebar_search{
display:inline-block;	
margin-bottom:0;
margin-top:0px;
padding: 0;
border: none;
border-radius: 0;
vertical-align: middle;
background-color: #ffffff;
}

.inner_search.sidebar_search .inner_search_form{
display: inline-block;
}

.inner_search.sidebar_search .inner_search_form .input-group{
border: 1px solid #ffffff;
padding-right: 10px;
}

.inner_search.sidebar_search .inner_search_form .input-group label:not(.error), .inner_search.sidebar_search .inner_search_form .input-group .form-control{
color: #333333;
}

.sidebar_search:hover,  .sidebar_search:focus{
-moz-box-shadow: 0 0 1px #aaaaaa;
-webkit-box-shadow: 0 0 1px #aaaaaa;
box-shadow: 0 0 1px #aaaaaa;
}

.sidebar_search .input-group{
width: 100%;
}

.sidebar_search .input-group-btn{
width: auto;
}

.inner_search .input-group-btn:last-child > .btn, .inner_search input-group-btn:last-child > .btn-group {
margin-left: 0px;
}

.sidebar_search label{
padding-top:5px;
padding-bottom:0px;
margin-bottom:0;
color:#777777;
font-size:14px;
}

.inner_search.sidebar_search label{
padding-top:9px;
}

.sidebar_search label.error{
position:absolute;
left:0px;
bottom:-25px;
color:#4d4d4d;
font-size:12px;
}

.sidebar_search .form-control{
border-radius: 0px;
height: auto;
margin: 0;
padding: 2px 5px 0 10px;
margin-right:5px;
border:none;
box-shadow:none;
-webkit-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
transition: width 0.3s ease;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
width: 160px;
float:left;
background-color:transparent;/* */
color:#000000;
font-size:15px;
}

.inner_search.sidebar_search .form-control{
height: 32px;
padding-top:0;
width: 250px;
}

@media (max-width:992px){
.inner_search.sidebar_search .form-control{
width: 230px;
}
}

.sidebar_search .btn{
border: 0 none;
font-size:18px;
color: #ffffff;
background-color:#2F513B;
padding:0 6px;
z-index: 3;
margin-left:0px;
float: left;
}

.inner_search.sidebar_search .btn{
font-size:22px;
background-color:transparent;
border-right: 1px solid #ffffff;
color: #666666;
}

.sidebar_search .btn:hover{
color: #ffffff;
color:#00446c;
background: none;
}

.sidebar_title{
margin-bottom:0px;
padding:3px 10px;
color: #ffffff;
background-color: #666666;
font-size: 20px;
font-weight:600;
line-height:normal;
display: inline-block;
}

aside ul.sidebar_menu{
margin-bottom:30px;
margin-top: 10px;
}

aside ul.sidebar_menu > li{
}

aside ul.sidebar_menu > li > a{
font-weight:400;
font-size:15px;
padding:7px 5px 7px 3px;
border-bottom:1px solid #cccccc;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position:relative;
line-height:normal;
}

aside ul.sidebar_menu > li > a:after {
font-family: FontAwesome;
content: "\f104";
color:#cccccc;
font-size: 16px;
position: absolute;
left: 5px;
top: 9px;
opacity:1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

aside ul.sidebar_menu > li > a:before {
display:none;
}

aside ul.sidebar_menu > li:hover > a, aside ul.sidebar_menu > li.active > a, aside ul.sidebar_menu > li > a:focus{
background-color:transparent;
color: #00446c;
border-color:#00446c;
text-shadow: 1px 0 0 #00446c;
}

aside ul.sidebar_menu > li:hover > a:after, aside ul.sidebar_menu > li.active > a:after, aside ul.sidebar_menu > li > a:focus:after{
opacity:1;
color:#00446c;
}

aside ul.sidebar_menu li ul{
margin:1px 0 0px 0;
border-bottom:1px solid #00a99d;
padding-bottom:8px;
}

aside ul.sidebar_menu li ul li a{
padding:0px 24px 0px 5px !important;
font-size:14px;	
width:100%;
border:none;
color:#444444;
margin:3px 0;
position:relative;
}

aside ul.sidebar_menu li ul li a:before {
display:none;
}

aside ul.sidebar_menu li ul li a:after {
font-family: FontAwesome;
content: "\f0c8";
color:#00a99d;
font-size: 10px;
position: absolute;
right: 10px;
top: 1px;
}

aside ul.sidebar_menu li ul li a:hover, aside ul.sidebar_menu li ul li a:focus, aside ul.sidebar_menu li ul li.active a{
text-decoration: none;
background-color: transparent !important;
font-weight:400;
color: #00a99d;
text-shadow: 1px 0 0 #00a99d;
}

ul.nav-list.secundary {
border-radius: 0px;
box-shadow: none;
padding: 0;	
border-top:1px solid #093a60;
border-bottom:1px solid #093a60;
}

ul.nav-list.secundary > li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid #f4f4f4;
padding: 5px 10px;
font-size:14px;
}

ul.nav-list.secundary > li a:before {
display:none;
}

ul.nav-list.secundary > li > a > i {
position: absolute;
left: 1px;
top: 3px;
font-size: 20px;
text-shadow: none;
color: #f68d1f;
display: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

ul.nav-list.secundary > li:hover > a, ul.nav-list.secundary > li.active > a  {
color: #000000;
background-color:transparent;
}

ul.nav-list.secundary > li ul li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid #f4f4f4;
padding: 3px 30px 3px 10px;
font-size:14px;
}

ul.nav-list.secundary > li ul li:hover > a, ul.nav-list.secundary > li ul li.active > a  {
color: #000000;
background-color:transparent;
}

.sidebar-btn-collapse {
display: block;
margin-bottom: 10px;
margin-top:10px;
text-align: right;
}

@media (min-width: 992px) {
.sidebar-btn-collapse {
display: none;
}

.sidebar-nav-collapse {
display: none !important;
height: auto !important;
}
}

.tags{
list-style:none;
padding:10px;
margin-top:0px;
margin-bottom:0;
border:1px solid #cccccc;
}

.unstyled_tags_row .tags{
border:none;
padding: 0;
}

.tags li{
list-style:none;
display:inline-block;
line-height:normal;
margin-left:1px;
margin-bottom:3px;
}

.tags li a{
/*background-color:#2F513B;*/
color:#666666;
text-decoration: underline;
font-size:12px;
padding:2px 1px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}

.tags li a:hover, .tags li a:focus, .tags li a.active, .tags li.active a{
color: #000000;
}

.unstyled_tags_row{
margin-top:5px;	
}

.unstyled_tags_title{
font-size:14px;
font-weight:400;
margin-bottom:2px;
line-height:normal;
display:inline-block;
color:#000000;
padding-left:5px;
}

.unstyled_tags.tags{
list-style:none;
padding:0;
margin-top:0px;
margin-bottom:0;
display:inline-block;
}



/***** category *****/

.content_title{
color: #000000;
font-size: 22px;
font-weight:700;
line-height:normal;
margin-bottom:20px;
display:block;
}

@media (max-width:768px){
.content_title{
font-size:18px;
margin-top:10px;
margin-bottom:10px;
}
}

.content_sub_title{
font-size:18px;
font-weight:700;
color:#000000;
margin-bottom:10px;
line-height:normal;		
}

.inner_element_title{
font-size:18px;
font-weight:700;
color:#2F513B;
margin-bottom:2px;
line-height:normal;			
}

.itor_img{
max-height: 100px;
width: auto;
}

.content_body{
line-height:1.5;
clear:right;
margin-bottom:20px;
}

.content_body td{
padding: 5px;
}

.content_body p, .content_body div, .content_body span{
font-size:16px !important;
line-height:1.3 !important;
padding:0 !important;
margin:0 !important;	
}

.content_body a{
color:#2F513B !important;
text-decoration:underline;
}

.content_body hr{
background: #2F513B none repeat scroll 0 0;
color:#e6c85b;
height:1px;
margin-top:5px;
margin-bottom:5px;	
}

.content_body th {
text-align: center;
}

.content_body img{
max-width:100% !important;
height:auto !important;
margin:10px 0;
}

.content_body iframe{
max-width:100% !important;
}

@media (max-width:768px){
.content_body iframe{
max-width:100% !important;
height:auto !important;
}
}

.content_body a.small.awesome {
position:relative;
padding-right:30px;
color: #00446c !important;
font-size: 18px;
font-weight: 700;
}

.content_body a.small.awesome:after {
font-family: FontAwesome;
content: "\f1c1";
color:#B90000;
font-size: 25px;
position: absolute;
right: 0px;
top: -6px;
}

.content_body a.small.awesome.blue {
background-color: #00446c;
color: #ffffff !important;
padding: 4px 8px !important;
text-decoration: none !important;
}

.content_body a.small.awesome.blue:hover, .content_body a.small.awesome.blue:focus {
background-color: #333333 !important;
}

.content_body a.small.awesome.blue:after {
display: none;
}

.content_body a.small.awesome.magenta {
background-color: #00446c;
color: #ffffff !important;
padding: 6px 30px 6px 10px !important;
text-decoration: none !important;
font-size: 18px;
margin: 5px 0;
}

.content_body a.small.awesome.magenta:after {
font-family: FontAwesome;
content: "\f1c1";
color:#ffffff;
font-size: 18px;
position: absolute;
right: 8px;
top: 6px;
}

.content_body h2{
font-size:22px;
font-weight:700;
color:#000000;
margin-bottom:15px;
line-height:normal;	
}

@media (max-width:992px){
.content_body h2{
font-size:19px;	
}
}

.content_body.casualties_body h2{
font-size:20px;
font-weight:700;
color:#2F513B;
margin-bottom:5px;
line-height:normal;	
}

.content_body h3{
font-size:16px;
font-weight:700;
color:#2F513B;
margin-bottom:10px;
line-height:normal;	
}

.content_body ul{
list-style: outside none none;
padding-left: 0;
padding-right: 1px;
display:block;
margin:5px 0;	
}

.content_body ul li{
margin-bottom: 2px;
padding-right: 16px;
position: relative;	
}

.content_body ul li::before {
font-family: FontAwesome;
content: "\f111";
color:#00446c;
font-size: 8px;
position: absolute;
right: 0px;
top: 0px;
}

.about_col{
background-image: url(../images/malam4_3.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 40px 10% 40px 10%;
}

.about_video_col{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-height: 300px;
}

.about_extra_section{
background-image: url(../images/malam4_4.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 100px 0 40px 0;
min-height: 500px; 
margin-bottom: 0;
}

.about_extra_intro{
background-color: rgba(90,90,90,0.85);
padding: 50px;
color: #ffffff;
line-height: 1.5;
}

.about_vision_section{
background-image: url(../images/malam4_5.jpg);
background-repeat: no-repeat;
background-position: right center;
background-size: cover;
padding: 50px 0 50px 0;
min-height: 500px; 
margin-bottom: 0;
}

@media (max-width:992px){
.about_vision_section{
background-position: 30% 50% !important;
}
}

.about_vision_body.content_body ul li{
margin-bottom: 10px;
padding-right: 16px;
border-bottom: 1px solid #00446c;
padding-bottom: 10px;
}

.about_vision_body.content_body ul li::before {
content: "\f100";
color:#00446c;
font-size: 18px;
right: 0px;
top: 2px;
}

.tours_map_col{
background-color: #FFF7E1;
}

.tours_map_title{
color: #000000;
font-weight: 700;
font-size: 20px;
margin-bottom: 15px;
line-height: normal;
}

.tour_col{
margin-bottom: 15px;
}

.tour_box{
background-color: #666666;
padding: 15px 15px 20px 15px;
}

.tours_row .tour_col:nth-child(even) .tour_box{
background-color: #999999;
}

.tour_img{
min-height: 90px;
}

.tour_title{
color: #ffffff;
font-weight: 700;
font-size: 17px;
margin-bottom: 15px;
line-height: normal;
margin-top: 10px;
min-height: 45px;
}

.tour_box a{
position: relative;
}

.tour_box a:before {
font-family: FontAwesome;
content: "\f137";
position: absolute;
bottom: -25px;
left: 50%;
transform: translate(-50%, 0) !important;
-webkit-transform:translate(-50%, 0) !important;
-ms-transform:translate(-50%, 0) !important;
color:#ffffff;
font-size:18px;
}


.memory_intro_section{
background-image: url(../images/malam6_2.jpg);
background-repeat: no-repeat;
background-position: right center;
background-size: cover;
padding: 50px 0 50px 0;
min-height: 500px; 
margin: 0;
}

@media (max-width:992px){
.memory_img{
max-height: 80px;
width: auto;
max-width: 136px;
}
}

.memory_intro_intro{
color: #ffffff;
font-size: 24px;
line-height: 1.5;
}

.sort_alphabetically_title{
display: inline-block;
margin-left: 25px;
}

.sort_alphabetically_title i{
padding-right: 4px;
display: inline-block;
}

.youtube_player{
position: absolute;
left: 10px;
top: -90px;
z-index: 10;
}

.sound_btn{
display: inline-block;
font-size: 16px;
line-height: 20px;
border-radius: 100%;
background-color: #00446c;
color: #ffffff;
cursor: pointer;
padding: 5px;
text-align: center;
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 0;
}

.sound_btn.play_sound{
display: none;
}

.casualties_sort{
display: inline-block;
padding: 0;
margin-top: 10px;
}

.casualties_sort li{
list-style:none;
display:inline-block;
line-height:normal;
margin-left:2px;
margin-bottom:10px;
}

.casualties_sort li a{
background-color:#f3f3f3;
color:#000000;
font-size:17px;
padding:2px 5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}

.casualties_sort li a:hover, .casualties_sort li a:focus, .casualties_sort li a.active{
background-color:#00446c;
color: #ffffff;
}

.casualties_tabs .nav-tabs li {
margin-left:5px;
}

.casualties_tabs .nav > li > a {
padding: 8px 15px;
}

.casualties_tabs .nav-tabs li a, .casualties_tabs .nav-tabs li a:hover {
border: none;
color: #4d4d4d;
border-radius:2px 2px 0 0;
}

html body .tabs .nav-tabs a, html.dark body .tabs .nav-tabs a, html body .tabs .nav-tabs a:hover, html.dark body .tabs .nav-tabs a:hover {
color: #4d4d4d;
}

html body .casualties_tabs.tabs .nav-tabs li.active a, html.dark body .tabs .nav-tabs li.active a, html body .casualties_tabs.tabs .nav-tabs li:hover a, html body .casualties_tabs.tabs .nav-tabs li a:focus{
border: none;
color: #ffffff;
background-color:#2F513B;
}

.casualties_tabs .tab-content {
padding: 10px 10px 10px 10px;
}

.casualties_thumb.thumb-info.thumb-info-no-borders{
transform:none;
border:1px solid #666666;
}

/*.casualties_thumb a:focus{
border:none !important;	
}*/

.casualties_thumb.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
height:200px; /*245px*/
padding:0px;
/*background-color: #666666;*/
}

.member_thumb.casualties_thumb.thumb-info.thumb-info-no-borders .thumb-info-wrapper{
height:170px;	
}

.casualties_thumb.thumb-info.thumb-info-no-borders .thumb-info-wrapper img{
width:auto;
max-height:200px;
}

.casualties_thumb .thumb-info-caption {
padding:0;
}

.casualties_title{
color:#000000;
border-bottom: 1px solid #999999;
font-size:16px;
font-weight:700;
padding:10px 10px;
margin-bottom:0;
line-height:normal;	
min-height: 60px;
}

.member_thumb .casualties_title{
min-height:65px;
max-height:100px;	
}

.casualties_intro{
color:#000000;
font-size:14px;
font-weight:400;
padding:5px 10px;
line-height:1.3;
min-height:95px;
max-height:100px;	
}

.members_intro.casualties_intro{
min-height:40px;
max-height:40px;	
}

.thumb_bottom_btn{
background-color: #666666;
padding: 7px 15px 8px 15px;
display: block;
color: #ffffff;
font-size: 17px;
font-weight: 600;
}

.thumb_bottom_btn i{
display: inline-block;
padding: 0 4px;
}

.thumb_bottom_btn:hover, .thumb_bottom_btn:focus{
color: #ffffff;
}

.casualties_tags{
background-color:#4d4d4d;
color:#ffffff;
padding:5px 5px;
min-height:45px;
max-height:60px;	
}

.casualties_thumb_tags{
list-style:none;
padding:0;
margin-top:5px;
margin-bottom:0;
}

.casualties_thumb_tags li{
list-style:none;
display:inline-block;
line-height:normal;
margin-left:1px;
margin-bottom:5px;
}

.casualties_thumb_tags li a{
color:#ffffff;
font-size:12px;
position:relative;
padding-left:5px;
}

.casualties_thumb_tags li a:after{
color:#ffffff;
font-size:16px;
position:absolute;
left:0;
bottom:0;
content:", ";
}

.casualties_thumb_tags li:last-child a:after{
display:none;
}

.casualties_thumb_tags li a:hover, .casualties_thumb_tags li a:focus, .casualties_thumb_tags li a.active{
color:#2F513B;
}

.casualty_title{
color: #00446c;
font-weight: 700;
font-size: 24px;
line-height: normal;
margin-bottom: 15px;
padding: 10px 0 10px 30px;
border-bottom: 1px solid #00446c;
border-top: 1px solid #00446c;
position: relative;
}

.print_btn{
position: absolute;
left: 0;
top: 10px;
font-size: 25px;
color: #00446c;
}

@media (max-width:992px){
.casualty_title{
font-size: 17px;
}

.print_btn{
top: 10px;
font-size: 20px;
}
}

.casualty_intro{
font-size:18px;
font-weight:400;
line-height:1.3;
margin-top:10px;
margin-bottom:25px;
}

.casualty_tags{
list-style:none;
padding:0;
margin-top:5px;
margin-bottom:0;
}

.casualty_tags li{
list-style:none;
display:inline-block;
line-height:normal;
margin-left:1px;
margin-bottom:5px;
}

.casualty_tags li a{
color:#00446c;
font-size:12px;
position:relative;
padding-left:6px;
}

.casualty_tags li a:after{
color:#00446c;
font-size:16px;
position:absolute;
left:-5px;
bottom:0;
content:", ";
}

.casualty_tags li:last-child a:after{
display:none;
}

.casualty_tags li a:hover, .casualty_tags li a:focus, .casualty_tags li a.active{
color:#2F513B;
}

html .toggle-primary .toggle{
margin:4px 0;
}

html .toggle-primary .toggle label {
border:none;
color: #ffffff;
background: #23B574 none repeat scroll 0 0;
border-radius: 0px;
cursor: pointer;
display: block;
font-size: 19px;
line-height:1.1;
font-weight: 400;
min-height: 20px;
padding: 14px 30px 14px 30px;
margin-bottom:0;
}

@media (max-width:768px){
html .toggle-primary .toggle label {
font-size: 17px;
font-weight: 400;
}
}

html .toggle-primary .toggle:hover label, html .toggle-primary .toggle label:focus, html .toggle-primary .toggle.active label {
background: #215934 none repeat scroll 0 0;
}

html .toggle-primary .toggle .toggle-content{
padding:15px 0 10px 15px;
}


html .toggle-primary.toggle_product.toggle_qa .toggle > label::before {
border: none;
font-family: FontAwesome;
content: "\f0d9";
position: absolute;
left: 10px;
right:auto;
top: 10px;
color:#ffffff;
font-size:24px;
margin:0;
}

html .toggle-primary.toggle_product.toggle_qa .toggle:hover > label::before, html .toggle-primary.toggle_product.toggle_qa .toggle.active > label::before{
content: "\f0d7";
margin:0;
}

.masonry .masonry-item {
    width: 33%;
    padding: 5px;
}

@media (max-width:768px){
.masonry .masonry-item {
    width: 100%;
}
}

.row_grid_title{
margin-bottom: 10px;
font-size: 20px;
line-height: normal;
font-weight: 700;
}

.gallery_img_thumb.thumb-info .thumb-info-title {
bottom: 2%;
right: 0;
left:auto;
padding: 5px 10px;
color: #fff;
font-size: 14px;
font-weight: 400;
}

.foundations_wrapper{
background-color:#E6E6E6;
padding:15px;
}

.image_title{
display: block;
font-size: 15px;
line-height: normal;
margin-top: 5px;
margin-bottom: 10px;
min-height: 40px;
}

.archive_section{
padding: 20px 0;
margin: 0;
background-image: url(../images/malam1_30.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: right bottom;
}

.archive_body{
font-size: 18px;
}

.archive_img{
min-height: 320px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}

.archive_img:before{
content: "";
position: absolute;
bottom: 0;
right: 0;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.5);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;	
mix-blend-mode: hard-light;
}

.archive_row [class*="col-"]:nth-child(1) .archive_img:before{
background-color: rgba(20,102,111,0.7);
}

.archive_row [class*="col-"]:nth-child(2) .archive_img:before{
background-color: rgba(74,181,206,0.6);
}

.archive_row [class*="col-"]:nth-child(3) .archive_img:before{
background-color: rgba(139,172,77,0.6);
}

.archive_row [class*="col-"]:nth-child(4) .archive_img:before{
background-color: rgba(255,82,0,0.6);
}

.archive_row [class*="col-"]:nth-child(5) .archive_img:before{
background-color: rgba(169,54,0,0.6);
}

.archive_row [class*="col-"]:nth-child(6) .archive_img:before{
background-color: rgba(5,145,5,0.6);
}

.archive_img > img{
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
position: absolute;
}

.archive_caption{
background-color: rgba(20,20,20,0.8);
position: absolute;
bottom: 0;
width: 100%;
padding: 15px 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;	
}

.archive_title{
color: #ffffff;
font-weight: 600;
margin-bottom: 0;
line-height: normal;
font-size: 25px;
}

.archive_title span{
display: block;
margin-top: 5px;
font-size: 14px;
line-height: 1.2;
}

.archive_col:hover .archive_img:before, .archive_col a:focus .archive_img:before{
display: none;
}

.archive_col:hover .archive_caption, .archive_col a:focus .archive_caption{
background-color: #ffffff;
}

.archive_col:hover .archive_title, .archive_col a:focus .archive_title{
color: #00446c;
}

.archive_col_exb .archive_img > img{
display: none;
}

.archive_col_exb .archive_img:before{
display: none;
}

.archive_col_exb .archive_caption{
background-color: rgba(19,70,34,0.9);
mix-blend-mode: hard-light;
width: 40%;
left: auto;
height: 100%;
}

.archive_col_exb .archive_caption img{
margin-top: 100px;
margin-bottom: 10px;
}

.archive_col_exb:hover .archive_caption, .archive_col_exb a:focus .archive_caption{
background-color: rgba(0,0,0,0.6);
}

.archive_col_exb:hover .archive_title, .archive_col_exb a:focus .archive_title{
}

.inner_archive_title{
background-color: #00446c;
color: #ffffff;
font-weight: 600;
font-size: 28px;
margin-bottom: 30px;
line-height: normal;
padding: 10px 15px;
}

.inner_archive_title img{
display: inline-block;
padding-left: 15px;
max-height: 40px;
width: auto;
}

@media (max-width:992px){
.inner_archive_title{
font-size: 20px;
margin-bottom: 20px;
}

.inner_archive_title img{
max-height: 30px;
}
}

.archive_inner_contact_title{
border-bottom: 1px solid #00446c;
margin-bottom: 20px;
line-height: normal;
font-weight: 600;
font-size: 20px;
color: #ffffff;
}

.archive_inner_contact_title span{
display: inline-block;
background-color: #00446c;
padding: 2px 25px;
}

hr.solid.green{
background: #00446c none repeat scroll 0 0;
color:#00446c;
height:1px;
margin-top:20px;
margin-bottom:20px;	
}

.archive_inner_contact_intro{
font-weight: 600;
font-size: 18px;
}

.archive_inner_contact_intro a{
display: inline-block;
padding-left: 40px;
margin: 10px 0;
color: #00446c;
font-weight: 700;
font-size: 18px;
}

.archive_inner_contact_intro a i{
display: inline-block;
padding-left: 5px;
}

.archive_book_title{
margin-bottom: 5px;
margin-top: 10px;
line-height: 1.2;
color: #000000;
font-weight: 600;
font-size: 16px;
text-align: center;
}

.archive_book_intro{
line-height: 1.3;
font-weight: 400;
font-size: 15px;
border-bottom: 1px solid #999999;
padding-bottom: 10px;
text-align: center;
}

.archive_book_intro *{
text-align: center !important}

.archive_file_box{
background-color: #f1f1f1;
padding: 12px 10px 12px 50px;
margin-bottom: 8px;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.archive_file_box:hover, .archive_file_col a:focus .archive_file_box{
background-color: #E1E1E1;
}

.archive_file_title{
display: inline-block;
font-size: 17px;
line-height: 1.2;
font-weight: 600;
}

.archive_file_icon_1{
display: inline-block;
color: #999999;
padding-left: 15px;
font-size: 20px;
}

.archive_file_icon_2{
display: inline-block;
font-size: 20px;
color: #00446c;
position: absolute;
left: 15px;
top: 15px;
}

.archive_personal_img{
min-height: 250px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.archive_personal_title{
font-weight: 400;
margin-bottom: 0;
line-height: 1.2;
font-size: 20px;
margin-top: 8px;
border-bottom: 1px solid #CDCDCD;
padding-bottom: 8px;
}

.archive_personal_title i{
position: relative;
top: 1px;
padding-right: 5px;
}


/***** articles *****/

.timeline_owl{
	
}

.owl-carousel.timeline_owl .owl-nav .owl-prev::before {
content: "\f0d9";
top: 4px;
}

.owl-carousel.timeline_owl .owl-nav .owl-next::before {
content: "\f0da";
top: 4px;
}

.owl-carousel.timeline_owl .owl-nav [class*="owl-"] {
background: transparent;
border-color: transparent;
color: #00446c;
font-size: 40px;
}

.owl-carousel.timeline_owl .owl-nav [class*="owl-"]:hover, .owl-carousel.timeline_owl .owl-nav [class*="owl-"]:focus  {
color: #000000 !important;
background: transparent !important;
}

.timeline_item a{
background-color:#666666;
display:block;
padding:8px 10px;
font-size:16px;
font-weight:900;
color:#ffffff;	
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}

.timeline_item:hover a, .timeline_item a:focus, .timeline_item.active a{
background-color:#215934;
}

.thumb-info.articles_cat_list_thumb {
border: none;
border-radius: 0px;
background-color:transparent;
}

.thumb-info.articles_cat_list_thumb .thumb-info-wrapper {
border-radius: 0px;
}

.thumb-info.articles_cat_list_thumb img{
border-radius: 0px;	
border: none;
width:auto;
min-width:200px;
}

.thumb-info.articles_cat_list_thumb .thumb-info-caption .thumb-info-caption-text{
display: block;
line-height: normal;
margin: 0 0 8px;
padding: 0 10px;
}

.articles_cat_list_title{
color:#2F513B;
font-size:20px;
font-weight:700;
margin-bottom:0;
line-height:normal;	
}

@media (max-width:768px){
.articles_cat_list_title{
font-size:16px;
}
}

.articles_list_body{
border-right: 1px solid #000000;
padding-right: 15px;
}

.post > a {
display:block;	
}

.post_image_col{
/*border-left:1px solid #2F513B;*/
margin-bottom:3px;
}

@media (max-width:992px){
.post_image_col{
border-left:none;
margin-bottom:10px;
}
}

.inner_blog_title {
margin-bottom: 10px;
font-weight: 400;
font-size: 20px;
line-height: 1.3;
}

article.post .post-image {
/*min-height:150px;*/
background-repeat:no-repeat;
background-size:contain;
background-position:top center;
background-image: none !important;
}

article.post .post-image img{
max-height: 250px;
width: auto;
}

article a:hover .articles_list_title{
color:#00446c;	
}

.articles_list_preview_intro{
color:#00446c;
padding:0;
font-size:16px;
font-weight: 700;
display:inline-block;
margin-bottom:10px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	 	
}

.articles_list_preview_intro a{
color:#00446c; 	
}

.articles_list_preview_intro:hover, .articles_list_preview_intro:focus{
background-color:#23B574; 	
}

.post-content{
/*min-height: 175px;*/
}

.articles_list_intro{
font-size:14px !important;
font-weight:400 !important;
line-height:1.3 !important;
color:#000000 !important;
}

.articles_list_intro a, .articles_list_intro p, .articles_list_intro div, .articles_list_intro span{
font-size:14px !important;
font-weight:400 !important;
line-height:1.3 !important;
color:#000000 !important;
padding:0 !important;
margin:0 !important;	
}

.article_share{
margin-bottom:20px;	
}

/*.article_share button{
background:none !important;	
}*/

.a2a_default_style a {
float:right !important;
}

/*.a2a_default_style .a2a_img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg, .a2a_default_style .a2a_counter img {
margin-right:10px !important;
}

*/
.a2a_default_style span {
border-radius:0 !important; 
}

.article_intro{
font-size:18px;
font-weight:700;
line-height:1.2;
margin-top:-10px;
margin-bottom:20px;	
color: #2F513B;
}

@media (max-width:768px){
.article_intro{
margin-top:10px;
}
}

/***** contact *****/

.contact_row > [class*="col-"]:first-child{
border-left:2px solid #2F513B;
}

@media (max-width:768px){
.contact_row > [class*="col-"]:first-child{
border-left:none;
}
}

.contact_row > [class*="col-"]:last-child{
border-left:none;
}

.contact_guidelines{
font-size:18px;
font-weight:700;
margin-bottom:10px;
line-height:normal;	
}

@media (max-width:768px){
.contact_guidelines{
font-size:14px;
font-weight:400;
}
}

.contact_form .form-group{
background-color:#ffffff;
border:1px solid #666666;	
margin-bottom:22px;	
padding:5px 10px;
}

.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}

@media (min-width:992px){
.form-horizontal .form-group.form-group-md{
margin-left:100px;	
}
}

.contact_form label{
font-size:14px;
font-weight:400;
margin-bottom:0;
text-align:right;
padding-top:1px;
color:#666666;
padding-right:2px;
}

.form-horizontal .control-label {
padding-top: 5px;
text-align: right;
}


@media (max-width:768px){
.contact_form label{
font-weight:400;
font-size:14px;
}
}

.mandatory{
color:#FF0000;
font-size:12px;
padding-top:3px;
padding-left:1px;	
}

.contact_form .form-control{
background-color:transparent;
border:none;
border-radius:0;
box-shadow:none;
font-size:14px;
height:auto;
padding:1px 5px;
color:#666666;
}

.contact_form .checkbox {
padding-top:3px !important;
padding-bottom:3px !important;
}

.contact_form label.error{
color: #ca0000;
position:absolute;
left:2px;
bottom:-15px;
font-size: 12px;
line-height: 12px;
font-weight:400;
}

.contact_form .has-error .form-control{
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}

#contactSuccess.alert {
border-color: transparent;
background-color:#23b574;
border:none;
color: #ffffff;
font-size:22px;
line-height:1.4;
font-weight:400;
padding:15px;
border-radius:0;
margin-top:80px;
}

.waze{
display:inline-block;
padding-left:10px;
}

.social-icons.contact_social_icons{
display:inline-block;
}

.contact_map_img.img-thumbnail {
border: 1px solid #2F513B;
}

.contact_map_img.img-thumbnail .zoom {
background-color: #2F513B;
}

.contact_map_img.img-thumbnail:hover .zoom, .contact_map_img.img-thumbnail:focus .zoom {
background-color: #215934;
}

.contact_img_map_col{
background-color:#23b574;
padding-top:30px;	
}

.google-map {
margin: 20px 0 0px;
height:400px;
}

.google-map.small {
border-radius: 1px;
height: 300px;
}


/***** footer *****/

@media (min-width:550px){
.footer_borderd_col{
border-right:1px solid #999999;	
}
}

#footer .list-unstyled li{
margin-bottom:6px;
line-height:normal;
}

#footer .list-unstyled li a{
font-size:14px;
}

.social-icons li {
box-shadow: none;
margin: 0px 0px 0px 5px;
}

.social-icons li a {
background: #00446c none repeat scroll 0 0;
display: block;
color:#ffffff !important;
height: 30px;
line-height: 30px;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 30px;
font-size:16px;
border-radius:100%;
}

.social-icons-waze img{
width:22px;
height:auto;	
}

.social-icons li.social-icons-waze a:hover{
background-color:#5796C1;	
}

.copyrights{
display:block;
margin-bottom:5px;
font-size:14px;
line-height:normal;
margin-top:2px;
}

.credit{
display:block;
margin-bottom:0px;
font-size:14px;
line-height:normal;
}


html .scroll-to-top {
background: #00446c;
border-radius: 2px 2px 0 0;
padding: 13px 10px 35px;
bottom: 40px;
}

html .scroll-to-top span{
display: none;
}

.senseforce_tav{
display:block;
margin-bottom:10px;	
margin-top:10px;
}

.senseforce_tav img{
max-height:50px;	
display:inline-block;
}

.senseforce_tav_credit{
display:block;	
}


iframe[name=google_conversion_frame] {
display: none !important;
}

/***** responsive *****/

/*@media (min-width:992px){
.custom_row{
overflow:hidden;	
}

.custom_row > div{
margin-bottom: -99999px;
padding-bottom: 99999px;	
}
}*/

@media (max-width:992px){

.custom_row{	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
/* optional */
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
/*-webkit-align-items: flex-start;
align-items: flex-start;*/
}

.custom_col_first{
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.custom_col_second{
-webkit-box-ordinal-group: 5;
-moz-box-ordinal-group: 5;
-ms-flex-order: 5;
-webkit-order: 5;
order: 5;
}
}



/***** custom bootstrap *****/

@media (min-width:768px){
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}

.match-height{
overflow: hidden; 
}

.match-height > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

.match-height a > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

@media (min-width:992px){
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-height-block {
  display: inline-block !important;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .col-xlg-offset-right-12 {
    margin-right: 100%;
  }
  .col-xlg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-xlg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-xlg-offset-right-9 {
    margin-right: 75%;
  }
  .col-xlg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-xlg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-xlg-offset-right-6 {
    margin-right: 50%;
  }
  .col-xlg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-xlg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-xlg-offset-right-3 {
    margin-right: 25%;
  }
  .col-xlg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-xlg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-xlg-offset-right-0 {
    margin-right: 0;
  }
}

/***** accessibility *****/

.keyboard_focus{
border:none !important;	
}

body:focus{
border:none !important;	
}

.skip_to {
padding: 0px !important;
}

.skip_to:focus {
padding: 5px !important;
}

.accessibility_panel a{
color:#000000 !important;	
}

@media (max-width: 992px) {
.open_accessibility_panel{
top: 15px !important;
padding:3px 5px !important;
right: auto!important;
left: 0px !important;
}
}

.accessibility_panel{
width:auto !important;
max-width:350px !important;
}

@media (max-width: 992px) {
.accessibility_panel{
top: 56px !important;
right: auto!important;
left: 0px !important;
}
}

.invertedColors .form-control{
border:1px solid #ff0  !important;	
}

.grayscaleColors .form-control{
border:1px solid #000 !important;		
}

.revolutionSlider_stop_button.tparrows_pause:before{	
font-family: FontAwesome;
content: "\f04c";
font-size:16px; 
color:#ffffff; 
line-height: 35px; 
text-align: center;
}

.revolutionSlider_resume_button.tparrows_resume:before{	
font-family: FontAwesome;
content: "\f04b";
font-size:16px; 
color:#ffffff; 
line-height: 35px; 
text-align: center;
}

.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
left:0 !important;
right:auto !important;
top:0 !important;
background-color:#215934 !important;	
background-color:rgba(33,89,52,0.8) !important;	
cursor: pointer !important;	
height: 40px !important;	
position: absolute !important;	
width: 40px !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
}

@media (max-width: 768px) {
.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
top:0 !important;
}
}

.revolutionSlider_stop_button.tparrows_pause:hover, .revolutionSlider_resume_button.tparrows_resume:hover, .revolutionSlider_stop_button.tparrows_pause:focus, .revolutionSlider_resume_button.tparrows_resume:focus{
background-color:#2F513B !important;	
}

body.invertedColors .rev_slider .tp-caption img, body.grayscaleColors .rev_slider .tp-caption img{
display:none !important;
}

.focused_owl_wrapper{
/*border:2px solid #2F513B;
background-clip: padding-box;*/
/*outline: 2px solid #2F513B;*/
background-color:#00446c;
}

.focused_owl_wrapper .owl-item a:focus{
border:none !important;
}

.owl_skip_button{
left:30px !important;
top:-29px !important;
background-color:transparent !important;
color:#ffffff !important;
font-size:14px !important;
cursor: pointer !important;	
position: absolute !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
border:none !important;
opacity:0 !important;
}

.timeline_owl .owl_skip_button{
color:#666666 !important;
}

.owl_skip_button:focus{
opacity:1 !important;
}

.owl_stop_button, .owl_resume_button{
left:0px !important;
top:-29px !important;
cursor: pointer !important;
text-align:center;		
position: absolute !important;	
z-index: 1000 !important;	
border:none !important;
background-color: #ffffff !important;
border-radius: 100% !important;
width: 25px;
height: 25px;
}

.owl_resume_button{
display:none;	
}

.owl_stop_button:hover, .owl_resume_button:hover, .owl_stop_button:focus, .owl_resume_button:focus{
/*border:1px solid #f9b139 !important;*/
}

.homepage_news_carousel .owl_stop_button, .homepage_news_carousel .owl_resume_button{
top:-45px !important;
}

.homepage_news_carousel .owl_skip_button{
top:-45px !important;
}

.owl_stop_button:before{	
font-family: FontAwesome;
content: "\f04c";
font-size:11px; 
color:#000000; 
text-align: center;
}

.owl_resume_button:before{	
font-family: FontAwesome;
content: "\f04b";
font-size:11px; 
color:#000000; 
text-align: center;
}

.owl_stop_button:hover:before, .owl_stop_button:focus:before, .owl_resume_button:hover:before, .owl_resume_button:focus:before{
color:#00446c !important;
}

.mfp-arrow, .mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
color: #ffffff;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
font-size: 35px;
font-weight: 600;
opacity:1;
}

.mfp-title{
text-align:right;
direction:rtl;	
padding-right: 65px;
}

.sidebar_skip_button{
right:15px !important;
top:-15px !important;
background-color:transparent !important;
color:#666666 !important;
font-size:14px !important;
cursor: pointer !important;	
position: absolute !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
border:none !important;
opacity:0 !important;
}


.sidebar_skip_button:focus{
opacity:1 !important;
}


.mfp-arrow-left::after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #ffffff;
}

.mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
border-right: 27px solid transparent;
}

.mfp-arrow-right::after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #ffffff;
}

.mfp-arrow-right::before, .mfp-arrow-right .mfp-b {
border-left: 27px solid transparent;
}

.mfp-arrow:focus, .mfp-close:focus{
border:2px solid #afbd22!important;
}

#footer .container > a{
padding:0 5px;
display: none !important;
}

/*.owl-carousel .owl-prev:focus, .owl-carousel .owl-next:focus {
color: #ffffff !important;
}*/

/*ul li a:hover{
text-decoration:underline;	
}*/


/******popup******/

.contact_popup{
position:fixed;	
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: rgba(0,0,0,0.7);
padding: 50px;
z-index: 10000;
width: 100%;
height: 100%;
text-align: center;
display: none;
}

.contact_popup_box{
background: rgb(255,255,255,1);
width: 800px;
padding: 25px 25px 30px 25px;
border-radius: 5px;
display: inline-block;
margin-top: 70px;
position: relative;
-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
color: #086f54;
font-size: 17px;
line-height: 1.4;
}

@media (max-width:992px){
.contact_popup{
padding: 30px 20px;
}

.contact_popup_box{
width: 96%;
padding: 15px 30px 30px 30px;
margin-top: 70px;
}
}

.popup_icon i{
color: #333333;
font-size: 40px;
margin-bottom: 5px;
line-height: normal;
display: inline-block;
}

.popup_title{
color: #333333;
font-size: 25px;
font-weight: 700;
margin-bottom: 7px;
line-height: normal;
}

@media (max-width:992px){
.popup_icon i{
font-size: 30px;
}

.popup_title{
font-size: 20px;
}
}

.popup_body{
line-height:1.4;
font-size:21px;
font-weight:400;
color: #333333;
}

.contact_popup_close{
cursor: pointer;
color: #333333;
font-weight: 700;
font-size: 19px;
position: absolute;
top: 5px;
left: 10px;
}

@media (max-width:992px){
.popup_body{
font-size:16px;
}
}


.GDPR_popup{
position:fixed;	
bottom: 0;
right: 0;
z-index: 10000;
width: 100%;
text-align: center;
display: none;
}

.GDPR_popup_box{
background: rgb(255,255,255,1);
width: 100%;
padding: 15px 25px 15px 25px;
display: inline-block;
position: relative;
-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
color: #086f54;
font-size: 17px;
line-height: 1.4;
}

@media (max-width:992px){
.GDPR_popup{
padding: 30px 20px;
}

.GDPR_popup_box{
width: 96%;
padding: 15px 30px 30px 30px;
margin-top: 70px;
}
}

.GDPR_popup_body{
line-height:1.5;
font-size:15px;
font-weight:400;
color: #333333;
}

.GDPR_popup_body a{
text-decoration:underline !important;
}

.GDPR_popup_close{
cursor: pointer;
color: #ffffff;
font-weight: 700;
font-size: 19px;
padding:3px 6px;
position: absolute;
left: 10px;
bottom:10px;
background-color:#333333;
}

@media (max-width:992px){
.GDPR_popup_body{
font-size:15px;
}
}