/*
website main colors:

red - e62830 
gray text- 222222
*/

/***** 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: 5px 15px;
}

.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;		
}
.pl-none{
padding-left:15px !important;	
} 
.pr-none{
padding-right:15px !important;		
}
.p-none{
padding-left:15px !important;
padding-right:15px !important;	
}
}

@media (min-width:992px){
.v-bottom {
display: table-cell;
vertical-align: bottom;
float: none !important;
}
}

.inline-block{
display:inline-block;
}

.static{
position:static !important;	
}

.relative{
position:relative;	
}

.block{
display:block;	
}

.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;		
}

.white{
color:#ffffff;	
}

.bc_white{
background-color:#ffffff;	
}

hr.product {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:5px;
margin-top:30px;
margin-bottom:0;
}

hr.solid {
background: #000000 none repeat scroll 0 0;
color:#000000;
height:1px;
margin-top:30px;
margin-bottom:10px;
}

hr.menu {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:0px;
margin-bottom:0;
}

hr.page {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:30px;
margin-bottom:0;
}

.container-fluid-no-padding > .row > [class*="col-"]{
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;
}

/***** 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:550px){
.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;
}


.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 {
text-align: inherit;
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 .header-logo a {
display:inline-block;
}

@media (max-width:1200px){
#header .header-logo a img{
max-width: 140px;
height: auto;
}
}

@media (max-width:992px){
#header .header-logo a img{
max-width: 100px;
height: auto;
margin-right: 20px;
margin-bottom: 0;
}
}

@media (max-width:550px){
#header .header-logo a img{
max-width: 70px;
margin-bottom: 0;
}
}

@media (max-width:992px){
.header_signup_btn{
margin-right: 15px;
}
}

.header_phone{
color: #e62830;
display: inline-table;
vertical-align: top;
font-size: 24px;
font-weight: 700;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 7px;
}

.header_phone:hover, .header_phone:focus{
color: #ffffff;
}

.header_phone i{
font-size: 12px;
font-weight: 400;
vertical-align: top;
display: table-cell;
padding-right: 1px;
}

@media (max-width:992px){
.header_phone{
margin-top:0px;
}
}

.header_phone span{
color: #e62830;
display: inline-block;
padding-left: 3px;
font-size: 18px;
font-weight: 400;
}

/***** content *****/

.main{
min-height:700px;
padding-bottom:0px;
position:relative;
z-index:0;
overflow:hidden;
}

@media (max-width:550px){
.main{
min-height:300px;
}
}

.inner_main.main{
padding-bottom:0px;
background-position: top right;
background-repeat: no-repeat;
}

.landing_main{
background-size: cover;
min-height: 300px;
}

.page-header-custom-background{
padding: 0;
background-repeat: no-repeat;
background-color: transparent;
border-top: 0;
border-bottom: 0;
vertical-align:bottom;
background-position:top center;
background-size:cover;
overflow:hidden;
position:relative;
min-height:330px;
z-index:1;
}

@media (max-width:992px){
.page-header-custom-background{
min-height:250px;
}
}

@media (max-width:550px){
.page-header-custom-background{
min-height:130px;
}
}

.breadcrumb{
background-color: transparent;
border-radius: 0px;
list-style: outside none none;
margin-bottom: 78px;
padding: 0px 0px 2px 1px;
margin-top:5px;
font-size:13px;
color:#ffffff;
}

@media (max-width:992px){
.breadcrumb{
margin-bottom: 10px;
}
}

.breadcrumb a{
font-size:13px;
color:#ffffff;
}

.breadcrumb > li + li::before {
color: #ffffff;
content: ">";
padding: 0 2px;
margin-right:1px;
margin-left:2px;
}

.breadcrumb > .active{
color: #ffffff;
}

.pagination{
padding-right:0;	
margin-bottom: 40px;
display: block;
text-align: center;
}

.pagination > li {
display: inline-block;
}

.pagination > li > a{
color:#ffffff;
background-color:#000000;
border:1px solid #ffffff;
margin-left:5px;
text-align:center;
padding:3px 6px;
min-width:27px;
font-size:17px;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
border-radius:0 !important;
}

.pagination > li > a i{
padding-top:0px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus{
background-color:#e62830 !important;
border:1px solid #e62830;
color: #ffffff;
text-shadow: none;
}


/***** homepage *****/

.container-fluid.homepage_tiles_banner_container{
padding-right: 0;
padding-left: 0;
max-height: 865px;
overflow: hidden;
}

.homepage_tiles_banner_img_wrapper{
position: relative;
/*cursor: url(foo.cur), url(../images/camera_favicon.png), auto;*/
cursor:pointer;
}

.homepage_tiles_banner_img_wrapper iframe{
position: absolute;
left: -2px;
bottom: 0;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.homepage_tiles_banner_img{
margin-bottom: 10px;
width: 100%;
}

.homepage_tiles_banner_caption_wrapper{
position: absolute;
top: 25px;
right: 25px;
max-width: 90%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.homepage_tiles_banner_caption_wrapper:hover, .homepage_tiles_banner_caption_wrapper a:focus{
right: 35px;
}

.flash{ 
position:absolute; 
top:0;
left:0;
width:100%;
height:100%;
background-color:#fff;
}

.homepage_tiles_banner_caption_1{
color: #ffffff;
font-weight: 300;
display: block;
font-size: 36px;
line-height: 1;
margin-bottom: 5px;
max-width: 50%; 
}

.homepage_tiles_banner_caption_2{
color: #ffffff;
font-weight: 700;
display: block;
font-size: 45px;
line-height: 1;
margin-bottom: 15px;
max-width: 70%; 
}

.homepage_tiles_banner_caption_wrapper i{
color: #ffffff;
font-weight: 400;
display: block;
font-size: 40px;
}

@media (max-width: 1600px) {
.homepage_tiles_banner_caption_1{
font-size: 30px;
max-width: 60%; 
}

.homepage_tiles_banner_caption_2{
font-size: 45px;
margin-bottom: 15px;
max-width: 80%; 
}

.homepage_tiles_banner_caption_wrapper i{
font-size: 30px;
}
}

@media (max-width: 1400px) {
.homepage_tiles_banner_caption_2{
font-size: 30px;
max-width: 90%; 
}
}


@media (max-width: 992px) {
.homepage_tiles_banner_caption_1{
font-size: 20px;
max-width: 90%; 
margin-bottom: 5px;
}

.homepage_tiles_banner_caption_2{
font-size: 25px;
max-width: 90%; 
}

.homepage_tiles_banner_caption_wrapper i{
font-size: 15px;
}
}

@media (max-width: 550px) {
.homepage_tiles_banner_caption_wrapper{
top: 15px;
right: 15px;
}

.homepage_tiles_banner_caption_wrapper:hover, .homepage_tiles_banner_caption_wrapper a:focus{
right: 20px;
}

.homepage_tiles_banner_caption_1{
font-size: 20px;
max-width: 75%; 
margin-bottom: 5px;
}

.homepage_tiles_banner_caption_2{
font-size: 20px;
max-width: 66%; 
}

.homepage_tiles_banner_caption_wrapper i{
font-size: 14px;
}
}

.homepage_tiles_banner_caption_wrapper:hover i, .homepage_tiles_banner_caption_wrapper a:focus i{
color: #333333;
}

.homepage_title{
font-weight: 700;
font-size: 35px;
margin-bottom: 25px;
line-height: normal;
color: #ffffff;
display: inline-block;
position: relative;
padding-right: 22px;
}

.homepage_title:before{
background-color: #e62830;
width: 11px;
height: 29px;
position: absolute;
right: 0;
top: 13px;
content: "";
}

@media (max-width:992px){
.homepage_title{
font-size: 25px;
padding-right: 20px;
}

.homepage_title:before{
width: 10px;
height: 23px;
top: 8px;
}
}

.homepage_title a{
color: #ffffff;
}

.homepage_title.dark{
color: #000000;
}

.homepage_title.dark a{
color: #000000;
}

.homepage_sub_title{
font-weight: 700;
font-size: 20px;
margin-bottom: 10px;
line-height: normal;
color: #ffffff;
display: block;
}

.homepage_intro{
font-size:17px;
font-weight:400;
line-height:1.6;
margin-bottom:20px;	
color: #ffffff;
}

.homepage_intro a{
color: #ffffff;
}

.homepage_intro.dark, .homepage_intro.dark a{
color: #000000;
}

.main_thumb{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.main_thumb:hover{
margin-top: -5px;
margin-bottom: 5px;
}

@media (min-width: 992px) {
.main_thumb.push_up{
margin-top: -30px;
}

.main_thumb.push_up:hover{
margin-top: -35px;
margin-bottom: 5px;
}
}

.main_thumb h2{
color: #000000;
font-weight: 700;
font-size: 24px;
line-height: normal;
margin-bottom: 0;
padding: 7px 10px;
}

.art_thumb.main_thumb h2{
font-size: 20px;
}

@media (max-width: 992px) {
.main_thumb h2, .art_thumb.main_thumb h2{
font-size: 18px;
}
}

.thumb-info-img-wrapper{
height: 215px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

@media (min-width: 992px) {
.main_thumb.push_up .thumb-info-img-wrapper, .main_thumb.push_down .thumb-info-img-wrapper{
height: 245px;
}
}

.main_thumb.thumb-info.thumb-info-centered-info .thumb-info-title {
top: 40%;
}

.main_thumb.thumb-info .thumb-info-title {
color: #FFF;
font-size: 17px;
line-height: 1.4;
font-weight: 400;
text-shadow: none;
}

.main_thumb_col .btn{
margin-top: 5px;
display: inline-block;
}

.homepage_courses_section{
background-image: url(https://www.camera.org.il/images/homepage_courses_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 400px;
padding: 50px 0 50px 0;
margin: 0;
}

.homepage_outside_courses_section{
background-color:#f5f5f5;
min-height: 400px;
padding: 50px 0 50px 0;
margin: 0;
}

.homepage_workshops_section{
background-image: url(https://www.camera.org.il/images/homepage_workshops_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 400px;
padding: 50px 0 50px 0;
margin: 0;
}

.homepage_staff_section{
background-image: url(https://www.camera.org.il/mages/homepage_staff_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 400px;
padding: 50px 0 50px 0;
margin: 0;
}

.homepage_graduates_section{
background-image: url(https://www.camera.org.il/images/homepage_graduates_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 400px;
padding: 50px 0 50px 0;
margin: 0;
}

.homepage_portfolio_section{
background-image: url(https://www.camera.org.il/images/homepage_portfolio_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 400px;
padding: 50px 0 50px 0;
margin: 0;
}

.homepage_portfolio_section.inner_portfolio_section{
background-image: url(https://www.camera.org.il/images/camera5_5.jpg);
}

.container-fluid.homepage_staff_container{
padding-right: 0;
padding-left: 0;
}

.homepage_staff_owl{
margin-bottom: 150px;
}

@media (max-width: 550px) {
.homepage_staff_owl{
margin-bottom: 70px;
}
}

.homepage_staff_box{
position: relative;
/*height: 300px;*/
}

.homepage_staff_box img{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 6;
}

.owl-item.active .homepage_staff_box:hover img,
.owl-item.active.center .homepage_staff_box img{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
z-index: 11;

-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
-ms-filter: grayscale(0);
filter:grayscale(0);
}

.homepage_staff_caption{
background-color: #000000;
padding: 10px 15px 15px 15px;
z-index: 12;
width: 350px;
position: absolute;
right: 0;
top: 159px;
display: none;
}

@media (max-width:1600px){
.homepage_staff_caption{
top: 110px;
}
}

.owl-item.active.center .homepage_staff_box:hover .homepage_staff_caption, .owl-item.active.center .homepage_staff_box .homepage_staff_caption{
display: block;
border-right: 5px solid #e62830;
right: -14px;
}

.owl-item.active:first-child{
border: 5px solid green;
}

.homepage_staff_name{
color: #ffffff;
font-weight: 700;
font-size: 18px;
margin-bottom: 1px;
line-height: normal;
}

.homepage_staff_title{
color: #ffffff;
font-weight: 700;
font-size: 16px;
margin-bottom: 3px;
line-height: normal;
display: block;
}

.homepage_staff_intro{
color: #ffffff;
font-weight: 400;
font-size: 14px;
margin-bottom: 3px;
line-height: 1.5;
}

.homepage_staff_owl.owl-carousel .owl-stage-outer {
overflow: visible;
z-index: -1;
}

.owl-carousel .owl-item img {
transform-style: unset;
}

.homepage_staff_owl:before{
background-color: rgba(0,0,0,0.7);
content:"";
position:absolute;
right:0;
top:0px;
bottom:0px;
width:70px;	
}

.homepage_staff_owl:after{
background-color: rgba(0,0,0,0.7);
content:"";
position:absolute;
left:0;
top:0px;
bottom:0px;
width:70px;	
z-index:-1;
}

/*.homepage_staff_owl:hover:before, .homepage_staff_owl:hover:after{
background-color: rgba(0,0,0,0.9);
}*/

@media (max-width:550px){
.homepage_staff_owl:before, .homepage_staff_owl:after{
width:50px;
}
}

.homepage_staff_owl.owl-carousel.stage-margin .owl-stage-outer {
margin-left: 100px !important;
margin-right: 100px !important;
}

.owl-carousel .owl-nav .owl-prev::before {
left: 20px;
}

.owl-carousel .owl-nav .owl-next::before {
right: 20px;
left:auto;
}

.owl-theme.homepage_staff_owl .owl-nav [class*="owl-"] {
color: #FFF;
font-size: 50px;
margin: 0px;
padding: 0;
background: none;
border-radius: 0px;
}

.owl-theme.homepage_staff_owl .owl-nav [class*="owl-"]:hover, .owl-theme.homepage_staff_owl .owl-nav [class*="owl-"]:hover, .owl-theme.homepage_staff_owl .owl-nav [class*="owl-"]:focus, .owl-theme.homepage_staff_owl .owl-nav [class*="owl-"]:focus{
background-color: transparent;
color: #ffffff !important;
}

.homepage_graduate_col{
overflow: visible;
}

@media (max-width:992px){
.homepage_graduate_col{
margin-bottom: 15px;
}
}

@media (max-width:992px){
.homepage_graduate_box img{
width: 100%;
height: auto;
}
}

@media (min-width:992px){
.homepage_graduate_col:hover img,
.homepage_graduate_col a:focus .homepage_graduate_caption img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
z-index: 1;
}
}

.homepage_graduate_caption{
background-color: #e62830;
padding: 5px 15px 5px 10px;
display: none;
position: absolute;
bottom: -60px;
right: -10px;
left: -10px;
width: 100%;
z-index: 6;
}

.homepage_graduate_col :hover .homepage_graduate_caption, .homepage_graduate_col a:focus .homepage_graduate_caption, .homepage_graduate_box:focus .homepage_graduate_caption{
display: block;
}

.homepage_graduate_name{
color: #ffffff;
display: block;
margin-bottom: 1px;
font-size: 16px;
font-weight: 700;
line-height: normal;
}

.homepage_graduate_title{
color: #ffffff;
display: block;
margin-bottom: 1px;
font-size: 14px;
font-weight: 400;
line-height: normal;
}

.homepage_graduate_years{
color: #fdf103;
display: block;
margin-bottom: 1px;
font-size: 14px;
font-weight: 400;
line-height: normal;
}

.sort-source{
direction:rtl;
display:inline-block;	
}

.sort-source li{
float:none;
display:inline-block;
margin-left: 5px;
}

.sort-source li a{
border-radius:0;	
padding:4px 15px;
font-size:19px;
color:#ffffff;	
font-weight: 400;
border: 1px solid transparent;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

@media (max-width:550px){
.sort-source li a{
padding:4px 10px;
font-size:17px;
}
}

.sort-source li.active a, .sort-source li:hover a{
background-color:transparent!important;
color:#ffffff;	
border-color: #ffffff;
}

.homepage_gallery_thumb.thumb-info {
background-color: transparent;
border-radius: 0px;
border:none;
}

.homepage_gallery_thumb.thumb-info .thumb-info-wrapper {
border-radius: 0px;
margin: 0px;
}

.homepage_gallery_thumb.thumb-info .thumb-info-wrapper::after {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.homepage_gallery_thumb.thumb-info img {
border-radius: 0px;
}

.homepage_gallery_thumb.thumb-info .thumb-info-title {
color:#ffffff;
font-weight:400;
font-size:20px;
line-height:1.4;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
z-index:10;
left: auto;
right: 8px;
top: auto;
bottom: 8px;
text-align: right;
transform: none;
-webkit-transform: none;
-ms-transform: none;
}

.homepage_gallery_thumb.thumb-info:hover .thumb-info-title {
transform: none;
-webkit-transform: none;
-ms-transform: none;
}

@media (max-width:768px){
.homepage_gallery_thumb.thumb-info .thumb-info-title {
font-weight:400;
font-size:17px;
}
}

html .thumb-info .thumb-info-action-icon-light {
background-color: transparent;
}

html .thumb-info .thumb-info-action-icon-light i {
color: #ffffff;
padding: 3px;
border: 2px solid #ffffff;
border-radius: 100%;
width: 35px;
line-height: 26px;
font-size: 20px !important;
font-weight: 300;
height: 35px;
text-align: center;
position: relative;
}

html .thumb-info .thumb-info-action-icon-light i:after {
padding: 3px;
border: 2px solid #ffffff;
border-radius: 100%;
width: 43px;
height: 43px;
text-align: center;
content: "";
position: absolute;
right: -1px;
top: -4px;
}

.thumb-info.homepage_video {
border:none;
border-radius: 0px;
background-color:transparent;
}

.thumb-info.homepage_video .thumb-info-wrapper {
border-radius: 0px;
margin:0;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
position: relative;
}

.thumb-info.homepage_video .thumb-info-wrapper:before {
content: "";
background: #000000;
opacity: 0.5;
height: 100%;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1
}

.index_video.thumb-info.homepage_video .thumb-info-wrapper:before {
opacity: 0.1;
}

.thumb-info.homepage_video:hover .thumb-info-wrapper:before {
opacity: 0.7;
}

.index_video.thumb-info.homepage_video:hover .thumb-info-wrapper:before {
opacity: 0.3;
}

.homepeage_video_img_wrapper{
background-size: cover;
height: 200px;
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #ffffff;
}

.index_video_caption{
margin-top: 4px;
}

.thumb-info.homepage_video img{
border-radius: 0px;	
}

.thumb-info:hover img, .homepeage_video_wrapper:focus .thumb-info img {
transform: scale(1.1, 1.1);
}

.homepage_video_icon{
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
position: absolute;
text-align:center;
border:none;
line-height: 50px;
width: 50px;
z-index: 2;
height: 50px;
}

.homepeage_video_wrapper:hover .homepage_video_icon, .homepeage_video_wrapper:focus .homepage_video_icon{

}

.homepage_video_icon i{
color:#e62830;
opacity: 1;
font-size:50px;
text-align:center;
background-color: #ffffff;
border-radius: 50%;
line-height: 30px;
padding-left: 0px;
}

.homepage_video_caption{
position: absolute;
right: 8px;
bottom: 8px;
z-index: 3;
}

.homepage_video_alt1{
color: #ffffff;
font-size: 15px;
font-weight: 600;
line-height: normal;
display: block;
}

.homepage_video_alt1_sub{
color: #ffffff;
font-size: 14px;
font-weight: 400;
margin-top: 2px;
line-height: normal;
display: block;
}

.thumb-info .thumb-info-title{
z-index:2;
}

/***** sidebar *****/

.nav-secondary {
margin: 0;
padding: 0px 0;
text-align: right;
width: 100% !important;
z-index: 99;
background-color:#ffffff;
}

@media (max-width:550px){
.nav-secondary {
top:52px !important;
}
}

.nav-secondary.sticky-active {
box-shadow: none;
padding:70px 0 0 0;
background-color:#ffffff;
}

@media (max-width:992px){
.nav-secondary.sticky-active {
top:45px !important;
}
}

.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;
}
}

/***** category *****/

.overflow_banner{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
z-index: -1;
height:520px;
margin-top: -50px;
margin-bottom: 50px;
}

@media (max-width: 1600px) {
.overflow_banner{
height:420px;
}
}

@media (max-width: 992px) {
.overflow_banner{
height:220px;
}
}

@media (max-width: 550px) {
.overflow_banner{
height:150px;
}
}

.content_wrapper{
position: relative;
}

.content_wrapper:before{
background-color: #e62830;
width: 11px;
height: 96%;
position: absolute;
right: -10px;
top: 4%;
content: "";
}

.content_title{
font-weight: 700;
font-size: 35px;
margin-bottom: 20px;
line-height: normal;
color: #ffffff;
}

@media (max-width: 992px) {
.content_wrapper:before{
background-color: #e62830;
width: 10px;
height: 98%;
position: absolute;
right: -10px;
top: 2%;
}

.content_title{
font-size: 25px;
}
}

.content_wrapper .content_title{
padding-right: 20px;
}

.content_title_sm{
font-weight: 700;
font-size: 20px;
margin-bottom: 20px;
line-height: normal;
color: #ffffff;
}

.content_wrapper .content_info{
padding: 20px 20px 20px 50px;
background-color: #1a1a1a;
margin-bottom: 0;
font-weight: 400;
font-size: 16px;
line-height: normal;
color: #ffffff;
}

@media (max-width:992px){
.content_wrapper .content_info{
padding: 15px 20px 15px 20px;
font-size: 14px;
}
}

.content_info_item{
border-bottom: 1px solid #565656;
padding: 10px 0;
}

.content_info_item:last-child{
border-bottom: none;
}

.info_img_wrapper{
display: inline-block;
padding-left: 15px;
}

.info_text_wrapper{
display: inline-block;
}

.content_info_item img{
display: inline-block;
max-width: 24px;
}

@media (max-width:992px){
.info_img_wrapper{
display: inline-block;
width: 15%;
}

.info_text_wrapper{
display: inline-block;
width: 80%;
}

.content_info_item img{
max-width: 15px;
}
}

.content_info_item span{
font-weight: 600;
display: inline-block;
margin-left: 2px;
}

.content_body{
line-height:1.6;
clear:right;
margin-bottom:20px;
font-size:17px;
font-weight:400;
color: #ffffff;
}

.content_body a{
color: #ffffff;
}

.content_wrapper .content_body{
padding: 20px 20px 20px 50px;
background-color: #1a1a1a;
margin-bottom: 0;
}

.course_main_row{
margin-top: 30px;
}

@media (max-width:992px){
.course_main_row{
margin-top: 30px;
}
}

.content_body_white_wrapper{
padding: 30px;
background-color: #ffffff;
margin-bottom: 20px;
}

.content_body_white_wrapper .content_body{
color: #000000;
}

.content_body h2, .sub_title{
color:#e62830;
font-size:20px;
line-height:normal;
margin-bottom:5px;
font-weight:600;	
}

.content_body h3{
color:#000000;
font-size:18px;
line-height:normal;
margin-bottom:5px;
font-weight:600;
}

/*.content_body br{
display: block;
content: "";
margin-top: 8px;
}*/

.content_body .ScreenText{
background-color:#c3e021;
display:inline;
padding:0 5px;	
}

.content_body ash{
text-decoration:underline;
}

/*.content_body a{
color:#00365b;
}*/

.content_body img{
max-width:100% !important;
height:auto !important;
}

.content_body iframe{
max-width:100% !important;
}

@media (max-width:768px){
.content_body iframe{
max-width:100% !important;
height:auto !important;
}
}

.content_body ul{
list-style: outside none none;
padding-left: 0;
padding-right: 1px;
display:block;
margin:8px 0 5px 0;	
}

.content_body ul li{
margin-bottom: 5px;
padding-right: 18px;
position: relative;	
}

.content_body ul li::before {
content: "";
background-color:#e62830;
position: absolute;
right: 0px;
top: 9px;
width:8px;
height:8px;
border-radius:100%;
}

.staff_box{
border-right: 5px solid #e62830;
}

.member_thumb.thumb-info {
background-color: transparent;
border-radius: 0px;
border:none;
}

.member_thumb.thumb-info .thumb-info-wrapper {
border-radius: 0px;
margin: 0px;
}

.member_thumb.thumb-info img {
border-radius: 0px;
width:100%;
}

.member_thumb.thumb-info .thumb-info-caption{
display:block;
margin-top:5px;	
padding:5px 10px 10px 10px;
}

.staff_name{
color: #e62830;
font-weight: 700;
font-size: 18px;
margin-bottom: 1px;
line-height: normal;
}

.staff_title{
color: #ffffff;
font-weight: 700;
font-size: 14px;
margin-bottom: 3px;
line-height: normal;
display: block;
}

.staff_intro{
color: #ffffff;
font-weight: 400;
font-size: 14px;
margin-bottom: 3px;
line-height: 1.5;
min-height: 80px;
}

html .toggle-primary.toggle_qa{
margin:0 0 20px 0;
}

html .toggle-primary.toggle_qa > .toggle{
margin:0 0 8px 0;
}

html .toggle-primary.toggle_qa .toggle label {
border:none;
color: #e62830;
border-radius: 0px;
cursor: pointer;
display: block;
font-size: 16px;
line-height:1.1;
font-weight: 600;
min-height: 16px;
padding: 15px 45px 15px 50px;
margin-bottom:0;
overflow:hidden;
background:#ffffff;
}

html .toggle-primary.toggle_qa .toggle label span{
color: #222222;
font-size: 16px;
line-height:1.1;
font-weight: 400;
display: inline-block;
padding-right: 10px;
}

@media (max-width:550px){
html .toggle-primary.toggle_qa .toggle label {
font-size: 14px;
font-weight: 400;
padding: 10px 45px 10px 50px;
}

html .toggle-primary.toggle_qa .toggle label span{
font-size: 14px;
font-weight: 400;
display: block;
padding-right: 0;
padding-top: 2px;
}
}

html .toggle-primary.toggle_qa .toggle:hover label, html .toggle-primary.toggle_qa .toggle label:focus, html .toggle-primary.toggle_qa .toggle.active label {
color:#ffffff;
background-color: #e62830;
}

html .toggle-primary.toggle_qa .toggle:hover label span, html .toggle-primary.toggle_qa .toggle label:focus span, html .toggle-primary.toggle_qa .toggle.active label  span{
color:#ffffff;
}

html .toggle-primary.toggle_qa .toggle > label::before {
border: none;
font-family: FontAwesome;
content: "\f060";
position: absolute;
left: 10px;
right:auto;
top: 8px;
bottom:auto;
color:#222222;
font-size:20px;
margin:0;
padding:4px 8px;
text-align:center;
line-height:20px;
background-color:transparent;
vertical-align:middle;
display:inline-block;
font-weight: 300;
}

html .toggle-primary.toggle_qa .toggle:hover > label::before, html .toggle-primary.toggle_qa .toggle:focus > label::before, html .toggle-primary.toggle_qa .toggle.active > label::before{
content: "\f063";
color:#ffffff;
}

html .toggle-primary.toggle_qa .toggle > label::after {
border: none;
font-family: FontAwesome;
content: "\f0c6";
position: absolute;
right: 10px;
left:auto;
top: 10px;
bottom:auto;
color:#999999;
font-size:20px;
margin:0;
padding:4px 8px;
text-align:center;
line-height:20px;
background-color:transparent;
vertical-align:middle;
display:inline-block;
font-weight: 300;
}

html .toggle-primary.toggle_qa .toggle:hover > label::after, html .toggle-primary.toggle_qa .toggle:focus > label::after, html .toggle-primary.toggle_qa .toggle.active > label::after{
color:#ffffff;
}

html .toggle-primary .toggle .toggle-content .content_body{
padding:15px 15px 5px 50px;
margin-top:3px;
}

html .toggle-primary.course_details{
margin:0 0 20px 0;
}

html .toggle-primary.course_details > .toggle{
margin:0 0 0px 0;
}

html .toggle-primary.course_details .toggle label {
border:none;
color: #e62830;
border-radius: 0px;
cursor: pointer;
display: block;
font-size: 16px;
line-height:1.1;
font-weight: 600;
min-height: 16px;
padding: 15px 15px 15px 50px;
margin-bottom:0;
overflow:hidden;
background:#e6e6e6;
}

html .toggle-primary.course_details .toggle:nth-child(even) label {
background:#f2f2f2;
}

html .toggle-primary.course_details .toggle label span{
color: #222222;
font-size: 16px;
line-height:1.1;
font-weight: 600;
display: inline-block;
padding-right: 5px;
}

@media (max-width:550px){
html .toggle-primary.course_details .toggle label {
font-size: 14px;
font-weight: 400;
padding: 10px 15px 10px 50px;
}

html .toggle-primary.course_details .toggle label span{
font-size: 14px;
font-weight: 400;
display: block;
padding-right: 0;
padding-top: 2px;
}
}

html .toggle-primary.course_details .toggle:hover label, html .toggle-primary.course_details .toggle label:focus, html .toggle-primary.course_details .toggle.active label {
color:#e62830;

}

html .toggle-primary.course_details .toggle:hover label span, html .toggle-primary.course_details .toggle label:focus span, html .toggle-primary.course_details .toggle.active label span{
color:#222222;
}

html .toggle-primary.course_details .toggle > label::before {
border: none;
font-family: FontAwesome;
content: "\f0fe";
position: absolute;
left: 10px;
right:auto;
top: 8px;
bottom:auto;
color:#b3b3b3;
font-size:20px;
margin:0;
padding:4px 8px;
text-align:center;
line-height:20px;
background-color:transparent;
vertical-align:middle;
display:inline-block;
font-weight: 300;
}

html .toggle-primary.course_details .toggle:hover > label::before, html .toggle-primary.course_details .toggle:focus > label::before, html .toggle-primary.course_details .toggle.active > label::before{
content: "\f146";
color:#e62830;
}

html .toggle-primary.course_details .toggle > label::after {
display: none;
}

html .toggle-primary.course_details .toggle .toggle-content{
background:#e6e6e6;
}

html .toggle-primary.course_details .toggle:nth-child(even) .toggle-content {
background:#f2f2f2;
}

html .toggle-primary.course_details .toggle .toggle-content .content_body{
margin-top:0px;
margin-bottom: 0;
padding:1px 15px 15px 50px;
font-size: 15px;
}

.related_section{
background-color: #171717;
padding: 30px 0;
}

/***** catalog *****/

.mfp-arrow, .mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
}

.mfp-arrow:focus, .mfp-close:focus{
border:2px solid #0C1D9F!important;
}

.mfp-arrow-right, .mfp-arrow-right:before{
border:none !important; 
}
 
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{
border:none !important; 
}

.mfp-arrow.mfp-arrow-right::before{
font-family: FontAwesome;
content: "\f054";
font-size:20px; 
color:#ffffff; 
opacity:1;
line-height: 40px; 
text-align: center;
}

.mfp-arrow.mfp-arrow-left::before{
font-family: FontAwesome;
content: "\f053";
font-size:20px; 
color:#ffffff; 
opacity:1;
line-height: 40px; 
text-align: center;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
color: #ffffff;
font-family: "Open Sans",Arial,sans-serif;
font-size: 35px;
font-weight: 400;
/*background-color:#ffffff;*/
opacity:1;
cursor:pointer !important;
}

.mfp-title{
text-align:right;
direction:rtl;	
padding-right: 65px;
}

.thumb-info .thumb-info-title{
z-index:2;
}


.masonry .masonry-item {
width: 25%;
}

@media (max-width:768px){
.masonry .masonry-item {
width: 50%;
}	
}

@media (max-width:550px){
.masonry .masonry-item {
width: 100%;
}	
}

@media (max-width:992px){
.masonry .masonry-item.pl-none{
padding-left:0px !important;	
} 

.masonry .masonry-item.pr-none{
padding-right:0px !important;		
}
}

/***** login *****/

.login_guidelines{
font-size:17px;
font-weight:400;
margin-bottom:20px;
color: #ffffff;
}

@media (max-width:768px){
.login_guidelines{
font-size:15px;
}
}

.forgot_password_btn, .forgot_password_btn:hover, .forgot_password_btn:focus{
display: inline-block;
color: #ffffff;
}

/***** articles *****/

.articles_list_box{
padding: 0px;
border-radius: 0px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.articles_list_img_wrapper{
background-color: #ffffff;
height: 260px;
}

.articles_list_box img{
max-height: 230px;
width: auto;
}

.articles_list_title{
font-size:16px;
font-weight:600;
line-height:1.3;
margin-bottom:5px;	
margin-top: 5px;
color: #ffffff;
min-height: 44px;
}

.articles_list_intro{
font-size:15px;
font-weight:400;
line-height:1.3;
color: #ffffff;
min-height: 95px;
border-bottom: 1px solid #e62830;
padding-bottom: 5px;
margin-bottom: 5px;
}

.articles_list_box .btn{
color: #e62830;
font-size:14px;
font-weight:600;
}

.articles_list_box:hover .btn{
color: #ffffff;
}

.article_title{
font-size:25px;
color: #222222;
font-weight:600;
line-height:normal;
margin-bottom:20px;	
}

.share_wrapper{
margin-bottom:15px;	
margin-top:0px;
text-align:right !important;	
}

.share_wrapper *{
text-align:right !important;	
}




/***** contact *****/

.contact_section{
background-color: #e62830;
padding: 50px 0;
}

.contact_title.homepage_title:before{
background-color: #000000;
}

.contact_guidelines{
font-size:24px;
font-weight:400;
margin-bottom:30px;
line-height:1.3;
color: #ffffff;
}

@media (max-width:550px){
.contact_guidelines{
font-size:15px;
font-weight:400;
}
}

#first_name{ 
display: none; 
}

.contact_form .form-group{
background-color:#ffffff;
border:none;	
margin-bottom:22px;	
padding:4px 0;
}

.contact_form  .form-group.form-group_textarea{	
margin-bottom:5px;	
}

.contact_form .form-group.transparent-form-group{
background-color:transparent !important;
border:none !important;
margin-bottom:5px;	
}

.contact_form .form-group_textarea.form-group label{
padding-bottom:10px;
}	

.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}

.contact_form label{
font-size:15px;
font-weight:400;
margin-bottom:0;
text-align:right;
padding-top:3px;
color:#222222;
}

.form-horizontal .control-label {
padding-top: 3px;
text-align: right;
}

.mandatory{
color:#ff4a51;
font-size:14px;
padding-top:3px;
padding-left:1px;	
}

.contact_form .form-control{
border-radius:0;
box-shadow:none;
font-size:15px;
height:auto;
padding:1px 5px;
background-color:transparent;
border:none;
color:#222222;
}

.contact_form textarea.form-control{
height: 50px;
}

.contact_form .checkbox {
padding-top:3px !important;
padding-bottom:3px !important;
}

.contact_form .checkbox label {
color:#222222;
}

.contact_form .form-control, .cart_form .form-control{
background-color:transparent;
border:none;
border-radius:0;
box-shadow:none;
}

.radio label, .checkbox label {
padding-right: 3px;
}

.contact_form  .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
margin-right: 0px;
margin-left:0;
}

.custom_checkbox{
position:static !important;
margin-left:5px !important;	
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
outline: 2px solid #39b54a !important;
outline-offset: -2px !important;
}

.contact_form .radio-inline, .checkbox-inline {
padding-left:0;
padding-right: 30px;
}

.contact_form label.error{
color: #ffffff;
position:absolute;
left:2px;
bottom:-16px;
font-size: 13px;
line-height: 13px;
font-weight:400;
}

.contact_form .has-error .form-control{
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}

#contactSuccess.alert {
background-color: transparent;
border-color: transparent;
border:none;
border-radius:0;
color: #ffffff;
font-size:28px;
line-height:1.4;
font-weight:700;
padding:15px;
}

.contact_phone_wrapper{
position: relative;
overflow: hidden;
margin-top: 30px;
}

.contact_phone_wrapper .contact_phone::before {
content: '';
display: block;
width: 1000px;
position: absolute;
top: 0.73em;
border-top: 1px solid #ffffff;
right: 100%;
}

.contact_phone_wrapper .contact_phone::after {
content: '';
display: block;
width: 1000px;
position: absolute;
top: 0.73em;
border-top: 1px solid #ffffff;
left: 100%;
}

.contact_phone{
color: #ffffff;
font-size: 25px;
line-height: 1.4;
font-weight: 400;

position: relative;
display: inline-block;
vertical-align: baseline;
zoom: 1;
padding: 0px 50px;
}


.contact_phone a{
color: #ffffff;
}

.google-map {
margin: 0;
}


/***** footer *****/

.social-icons li {
box-shadow: none;
margin: 0px 2px 0px 2px;
}

.social-icons li a {
background: #ffffff;
display: block;
color:#333333 !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%;
}

#footer .social-icons li:hover a {
color: #ffffff !important;
}

.footer_contact_body{
font-size:20px;
font-weight:400;
}

@media (max-width:992px){
.footer_contact_body{
font-size:16px;
line-height: 1.7;
}
}

.footer_waze{
margin-top: 15px;
}


.footer_waze img{
max-height: 40px;
}

.copyrights{
display:block;
margin-bottom:5px;
font-size:14px;
line-height:normal;
}

.credit{
display:block;
margin-bottom:0px;
font-size:14px;
line-height:normal;
}

iframe[name=google_conversion_frame] {
display: none !important;
}

html .scroll-to-top {
background: #999999;
border-radius: 0;
bottom: 0px;
color: #FFF;
display: block;
height: auto;
width: auto;
padding: 3px 8px 8px 8px;
right: 300px;
min-width: 10px;
font-weight: 400;
font-size: 20px;
vertical-align: middle;
}

html .scroll-to-top.visible {
opacity: 0.8;
}

html .scroll-to-top.visible:hover{
opacity: 1;
}

html .scroll-to-top span{
padding: 0 1px;
}

.fixed_footer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background-color: #e62830;
height: 44px;
}

.fixed_footer a{
display: inline-block;
padding: 10px 20px 12px 20px;
color: #000000;
font-size: 24px;
text-align: center;
}

.fixed_footer [class*="col-"]:after{
content: "";
position: absolute;
left: 0;
top: 10px;
background-color: #333333;
width: 1px;
height: 25px;
}

.fixed_footer [class*="col-"]:last-child:after{
display: none;
}

.whatsapp_btn img{
max-width: 27px;
}

/***** 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;
margin-top:20px;
}
}

/***** 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;	
}

.open_accessibility_panel{
left: 0px !important;
right: auto !important;
}

.accessibility_panel{
left: 0 !important;
right: auto !important;
}

@media (max-width: 992px) {
.open_accessibility_panel{
padding:3px 5px !important;
left: auto !important;
right: 55px !important;
top: 15px !important;
}
}

.accessibility_panel{
width:auto !important;
max-width:350px !important;
}

@media (max-width: 992px) {
.accessibility_panel{
top: 60px !important;
left: auto !important;
right: 0px !important;
}
}

.invertedColors .form-control{
border:1px solid #ff0  !important;	
}

.grayscaleColors .form-control{
border:1px solid #000 !important;		
}

/*body.grayscaleColors .body .rev_slider_wrapper *{filter:none!important;-webkit-filter:none!important;-ms-filter:none!important;-o-filter:none  !important;}*/

.revolutionSlider_stop_button.tparrows_pause:before{	
font-family: FontAwesome;
content: "\f04c";
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_resume_button.tparrows_resume:before{	
font-family: FontAwesome;
content: "\f04b";
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_stop_button{
left:0 !important;
right:auto !important;
top:0 !important;	
}

.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
left:0 !important;
right:auto !important;
top:0 !important;
background: #333333 none repeat scroll 0 0 !important;	
cursor: pointer !important;	
height: 40px !important;	
position: absolute !important;	
width: 40px !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
}

@media (max-width:992px){
.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
top:0 !important;
height: 30px !important;		
}	
.revolutionSlider_stop_button.tparrows_pause:before{
font-size:14px;  
line-height: 30px; 
}
.revolutionSlider_resume_button.tparrows_resume:before{	
font-size:14px; 
line-height: 30px; 
}
}

.focused_owl_wrapper{
outline: 2px solid #1DBAA8;
}

.focused_owl_wrapper_lite{
background-color:#f5f5f5;	
}

.focused_owl_wrapper .owl-item a:focus{
border:none !important;
}

.owl-item a{
display:block;
}

.owl-item a.keyboard_focus:focus{
text-decoration:underline !important;
border:2px solid #1DBAA8 !important;	
}

.owl_skip_button{
left:70px !important;
top:-30px !important;
background-color:#333333 !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;
}

.owl_skip_button:focus{
opacity:1 !important;
}

.owl_stop_button, .owl_resume_button{
left:40px !important;
top:-30px !important;
background-color:#333333 !important;
/*border:1px solid #ffffff !important;*/
cursor: pointer !important;
text-align:center;		
position: absolute !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
border:none !important;
padding:5px 7px;
}

.owl_resume_button{
display:none;	
}

.owl_stop_button:hover, .owl_resume_button:hover, .owl_stop_button:focus, .owl_resume_button:focus{
color:#ffffff;
}

.owl_stop_button:before{	
font-family: FontAwesome;
content: "\f04c";
font-size:15px; 
color:#ffffff; 
text-align: center;
}

.owl_resume_button:before{	
font-family: FontAwesome;
content: "\f04b";
font-size:15px; 
color:#ffffff; 
text-align: center;
}

.owl_stop_button:hover:before, .owl_stop_button:focus:before, .owl_resume_button:hover:before, .owl_resume_button:focus:before{
color:#ffffff !important;
}

.homepage_footer > a, #footer > a, #footer > .container-fluid > a{
padding:0 5px;
opacity:0 !important;	
}

.owl-carousel .owl-prev:focus, .owl-carousel .owl-next:focus {
color: #ffffff !important;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}

iframe *:focus{
border:2px solid #1DBAA8 !important;	
}

#footer > .container > a{
opacity:0;	
}

#footer > .container > a:focus{
opacity:1;	
}

/***** landing *****/

@media (max-width: 992px) {
.html_landing .open_accessibility_panel{
left: 0px !important;
right: auto!important;
top: 0px !important;
}

.html_landing .accessibility_panel{
top: 35px !important;
left: 0px !important;
right: auto !important;
}
}

.wide_landing_header{
min-height: 200px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (max-width: 992px) {
.wide_landing_header{
min-height: 150px;
}
}

.body_landing{
background-size: cover;
background-position: top right;
background-repeat: no-repeat;
min-height: 100vh;
}

.landing_section{
padding: 0px 50px 0px 0px;
position: relative;
}

.landing_section_wide.landing_section{
padding: 30px 50px 0px 50px;
}

.scroll_to_form{
position: fixed;
left: 0px;
top: 40px;
background-color: #e62830;
color: #ffffff;
font-size: 18px;
font-weight: 400;
padding: 5px 10px;
z-index: 1;
cursor: pointer;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
}

.scroll_to_form:hover, .scroll_to_form:focus{
color: #ffffff;
}

.landing_main_col{
padding: 30px 0 0 100px;
}

@media (max-width: 992px) {
.landing_section{
padding-right: 0;
}

.landing_section_wide.landing_section{
padding: 30px 15px 0px 15px;
}

.landing_main_col{
padding: 10px 15px 0 15px;
}
}

.landing_logo{
margin-bottom: 20px;
}

.wide_landing_header .landing_logo{
float: right;
}

@media (max-width: 992px) {
.landing_logo img{
max-width: 100px;
}
}

.landing_title{
color: #ffffff;
line-height: normal;
font-size: 38px;
font-weight: 700;
margin-bottom: 20px;
}

@media (max-width: 992px) {
.landing_title{
font-size: 25px;
margin-bottom: 10px;
}
}

.landing_body{
color: #ffffff;
line-height: 1.4;
font-size: 20px;
font-weight: 400;
margin-bottom: 30px;
}

.landing_body h2{
color: #e62830;
line-height: normal;
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
}

.landing_body h3{
color: #ffffff;
line-height: normal;
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
}

.landing_intro a, .landing_body a{
color: #ffffff;
}

.landing_body ul{
list-style: outside none none;
padding-left: 0;
padding-right: 1px;
display:block;
margin:8px 0 5px 0;	
}

.landing_body ul li{
margin-bottom: 5px;
padding-right: 18px;
position: relative;	
}

.landing_body ul li::before{
content: "";
background-color:#e62830;
position: absolute;
right: 0px;
top: 9px;
width:8px;
height:8px;
border-radius:100%;
}

.landing_form_col{
background-color: #e62830;
padding: 45px 30px 10px 30px;
min-height: 100vh;
}

.landing_section_wide_form{
margin-top: 15px;
}

.wide_landing_form_col{
background-color: #e62830;
padding: 15px 15px 15px 15px;
}

@media (max-width: 992px) {
.landing_form_col{
background-color: #e62830;
padding: 30px 15px 10px 15px;
min-height: 200px;
}
}

.landing_intro{
color: #ffffff;
line-height: 1.5;
font-size: 20px;
font-weight: 400;
margin-bottom: 40px;
}

.landing_intro h2{
color: #ffffff;
line-height: normal;
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
}

.landing_intro ul{
list-style: outside none none;
padding-left: 0;
padding-right: 1px;
display:block;
margin:8px 0 5px 0;	
}

.landing_intro ul li{
margin-bottom: 5px;
padding-right: 18px;
position: relative;	
}

.landing_intro ul li::before {
content: "";
background-color:#ffffff;
position: absolute;
right: 0px;
top: 9px;
width:8px;
height:8px;
border-radius:100%;
}

.landing_form_wrapper{
background-color: #c11b30;
padding: 15px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
}

.wide_landing_form_col .landing_form_wrapper{
background: none;
box-shadow: none;
}

.landing_sub_title{
color: #ffffff;
line-height: normal;
font-size: 22px;
font-weight: 700;
margin-bottom: 15px;
}

.landing_form.form-inline .form-group{
margin-left: 10px;
padding: 5px 0;
}

.landing_form.form-inline .btn{
margin-top:-23px;
}

@media (max-width:992px){
.landing_form.form-inline .btn{
margin-top:5px;
}
}

@media (max-width:550px){
.landing_form.form-inline .btn{
padding:3px 10px;
font-size:16px;
}
}

