/*
Theme Name: ברוש - (wbs child)
Template:  wp-bootstrap-starter
Theme URI: https://www.dotcom.co.il/wp-bootstrap-starter/
Author: Tzvook
Author URI: https://www.dotcom.co.il/
Description:  child theme for customization
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wbs-brosh
Tags:                                          d-flex justify-content-center
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global -  Essential Styles ------------------- */
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body{ font: 14px/24px 'Varela Round', serif;
margin: 0; padding: 0; min-width: 100%; width: 100%; max-width: 100%; min-height: 100%; height: 100%; max-height: 100%; }
html, html a{ width:100%; font-size: 100%; -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%; }
body { font: 14px/24px 'Varela Round',Arial; font-weight:300; line-height:28px; }

#main.site-main {  min-height: 95vh; height: 100%;  }

.container-fluid { padding-right:0; padding-left:0; margin-right:auto; margin-left:auto; } /* paddingless bootstrap4 fluid */

.flogoRight { float:right; max-width: 160px; margin: 100px 120px 0 0; }
.flogoCenter { width: 40%; margin: 80px 30% 0 30%; text-align: center; }
.flogoLeft { float:left; max-width: 160px; margin: 80px 0 0 120px; }

/* socials on the left */
#fixedbutton { position: fixed; bottom: 270px; left: 10px; z-index: 99999; }
#fixedbutton i { font-size: 34px; padding: 2px; }
#fixedbutton i:hover { color: #10BCEC; }

#fixedbutton { text-align: center; }
#fixedbutton #SIDEsocial ul { margin: 0; padding: 0; }
#fixedbutton #SIDEsocial ul li { margin-left: 30px; list-style: none; cursor: pointer; }
#fixedbutton #SIDEsocial ul li:first-child { margin-right: 0; }

#SIDEsocial ul li a { display: block; width: 70px; height: 70px; background-color: rgba(252, 242, 242, 0.4);
	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#SIDEsocial ul li a span { display: inline-block; margin: 0;
	color: #000000;
	font-size: 32px;
	line-height: 70px;

	opacity: 0.3;
	filter: alpha(opacity=30);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#SIDEsocial ul li:hover a,
#SIDEsocial ul li.active a {
	background-color: #DE5E60;

	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#SIDEsocial ul li:hover a span,
#SIDEsocial ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}


h1, h2, h3, h4, h5, h6 { font-weight: bold; }
b, strong { font-weight: 500 !important; }
a{ text-decoration: none; cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s; }

a:hover, a:active, a:focus{ outline: 0; text-decoration:none; }

a img {border: none; }
a > img { vertical-align: bottom; }
img {max-width: none; }
p { margin: 0 0 30px; }
hr { border-style: dashed; border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0; }

.align_left{ float:left; margin:0 25px 0 0px!important; }
.align_right{ float:right; margin:0 0 0 25px!important; }

.text_align_left { text-align: left; }
.text_align_center { text-align: center; }
.text_align_right { text-align: right; }

.through{ text-decoration:line-through; }

input, button, select, textarea { font-weight: 300; outline: 0; }

input:focus,
textarea:focus,
input[type="text"]:focus { outline: 0; }

/* ==================================================
   Code and Pre
================================================== */

code, pre {
  	padding: 0 0 2px 3px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code { padding: 2px 4px; border: 1px solid #dde4e9; background-color: #F6F6F6; color: #232527; white-space: nowrap; }

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code { padding: 0; border: 0; background-color: transparent; color: inherit; white-space: pre; white-space: pre-wrap; }
.pre-scrollable { overflow-y: scroll; max-height: 340px; }

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{ margin:0 0 20px 0; font-weight:300; font-family: 'Varela Round', sans-serif; line-height:1.5em;  }

h1{ font-size:48px; }
h2{ font-size:36px; }
h3{ font-size:24px; }
h4{ font-size:20px; }
h5{ font-size:18px; }
h6{ font-size:16px; }

h3.spec { font-size: 24px; font-weight: 300; line-height: 1em; margin-bottom: 30px; text-transform: uppercase; }

/* =======     Margin Bottom Sets   ============== */
.margin-0{ margin-bottom:0 !important; }
.margin-10{ margin-bottom:10px !important; }
.margin-15{ margin-bottom:15px !important; }
.margin-20{ margin-bottom:20px !important; }
.margin-30{ margin-bottom:30px !important; }
.margin-40{ margin-bottom:40px !important; }
.margin-50{ margin-bottom:50px !important; }
.margin-60{ margin-bottom:60px !important; }
.margin-70{ margin-bottom:70px !important; }
.margin-80{ margin-bottom:80px !important; }

/* =======     Home Slider    ============== */

#home-slider { position: relative; overflow: hidden; height: 100%; }
#home-slider .overlay { position: absolute; width: 100%; height: 100%; background: #26292E; opacity: 0.4; filter: alpha(opacity=40); z-index: 0; }
#home-slider .slider-text { position: absolute; left: 50%; top: 50%; margin: -150px 0 0 -585px; width: 1170px; height: 250px;
	text-align: center; z-index: 2; }
#home-slider #slidecaption { width: 100%; line-height: 180px; margin: 0; text-align: center; text-shadow: none; }
#home-slider .slide-content { font-size: 60px; color: #FFFFFF; letter-spacing: 0px; text-transform: uppercase; }
#home-slider .slide-txt { line-height: 18px;  }
#home-slider .slide-txt a { display: block; }
#home-slider .slide-txt i { margin-top: 60px; font-size: 60px; color: #FFFFFF; }
#home-slider .control-nav { position: absolute; width: 100%; background: #2F3238; height: 50px; bottom: 0; z-index: 2; }

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide { margin-left: -3px; }
#home-slider #nextsection { float:right; }

#home-slider #MIDnextsection { float:none; }



#home-slider #nextslide:hover, #home-slider #prevslide:hover { background-color:#DE5E60; }

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {	margin-left: -8px; } /* TZD */
#home-slider #prevslide i { margin-left: -9px; } /* TZD */

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;
}

#home-slider ul#slide-list li { margin-right: 12px; }   /* TZD */
#home-slider ul#slide-list li:last-child { margin-right: 0; }  /* TZD */

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;

	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover { background-color: #FFFFFF; }

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover { background-color:#DE5E60; }

#home-slider #nextsection { background-color: #26292E; margin: 0; position: relative; float:right; width: 50px; height: 50px;
	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover { background-color:#DE5E60; }

#home-slider #nextsection i { font-size: 16px; color: #FFFFFF; position: absolute; left: 50%; top: 50%; margin-top: -7px;
	line-height: 1em; }

#home-slider #nextsection i { margin-left: -7px; }    /* TZD */


/* ==================================================
   Header
================================================== */

header { width: 100%; z-index: 99; }

header .sticky-nav { position: relative; width: 100%; height: 60px; z-index: 1001;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck { position: fixed; top: 0; left: 0; z-index: 1001; }
header #logo { float: left; padding: 15px 0; margin-left: 20px; }

header #logo a {
	background: url(images/logo.png) no-repeat;
	width: 96px; height: 30px; text-indent: -9999px; display: block; opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: opacity 0.25s ease-in-out 0s;
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;
}

header #logo a:hover { opacity: 0.65; filter: alpha(opacity=65); }

/* Fixing polylang menu */
.nav-item.lang-item a { margin-top: 8px; padding-top: 0px; padding-bottom: 2px; min-height: 72%; }

   /*nav#menu { float: left; margin-left: 20px; margin-top: 10px; }    */
nav#menu #menu-nav { margin: 0;	padding: 0; }

.navbar-toggler  { float: left; margin-left: 20px; }

.navbar-collapse.collapse {position: relative; z-index: 9999999999999; max-height: none; width: 100% !important; background: #26292E; border-bottom: 1px solid #2F3238; float: right;  }
.navbar-collapse.collapse a { color:#ffffff; }

/* ==================================================
   Section Page
================================================== */

.ppage { padding: 50px 0; position: relative; z-index: 99; }
.page-alternate { padding: 50px 0; position: relative; z-index: 99; }
.title-page { text-align: center; margin-bottom: 40px; }
.title-page .title {font-size: 48px; margin: 0 0 10px 0 }
.title-page .title-description { font-size: 24px; font-weight: 200; margin: 0; }

/* ==================================================
   Section Portfolio
================================================== */
#thumbs { margin: 0; padding: 0; }
#thumbs li { list-style-type: none; }
.item-thumbs { position: relative; overflow: hidden; margin-bottom: 30px; cursor: pointer; }
.item-thumbs a + img { width: 100%; }

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all 450ms ease-out 0s;
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;

	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1; filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img { position: absolute; width: 90%; height: 100%; background: #DE5E60; opacity: 0.80;
	filter: alpha(opacity=80); }

.item-thumbs .hover-wrap .overlay-img-thumb { position: absolute; top: 50%; left: 50%; margin: -16px 0 0 -16px; color: #FFFFFF; font-size: 32px; line-height: 1em; opacity: 1; filter: alpha(opacity=100); }

.item-thumbs .hover-wrap .overlay-img-tdoor { position: absolute; top: 50%; padding:12px; /*right: 10%; margin: -16px -22 0 -22px !important; */color: #FFFFFF; font-size: 14px; font-weight: 600; line-height: 1em; opacity: 1; filter: alpha(opacity=100); }

.overlay-foot { background: #000000; color: #FFFFFF; z-index: 99999; text-align: center; font-weight: 700; font-size: 95%; }


/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;
}

.profile-description {
	margin-bottom: 25px;
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all 450ms ease-out 0s;
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;

	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;

	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;

	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;

	opacity: 0.3;
	filter: alpha(opacity=30);

	-webkit-transition: opacity 0.1s linear 0s;
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 { color: #000000 !important; font-size: 24px; font-weight: 300; margin-bottom: 30px; line-height: 1em; text-transform: uppercase; }
.contact-details ul { margin: 0; padding: 0; list-style: none; }
.contact-details ul li { margin: 0 0 20px; line-height: 28px; padding: 0; }
#contact-form { margin-bottom: 0; }
#contact-form p { margin-bottom: 1px; }
#contact-form input, #contact-form textarea { border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: #26292E; color: #FFFFFF; font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;

    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;

	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #DE5E60;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}


/* ==================================================
   Social Area
================================================== */

#social-area { text-align: center; }
#social-area #social ul { margin: 0; padding: 0; }
#social-area #social ul li { display: inline-block; margin-left: 30px; list-style: none; cursor: pointer; }
#social-area #social ul li:first-child { margin-left: 0; }

#social ul li a { display: block; width: 70px; height: 70px;
	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;

	opacity: 0.3;
	filter: alpha(opacity=30);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #DE5E60;

	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
}

footer .credits {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top { display: none; background-color: #3C3F45; margin: 0; position: fixed; bottom: 0; right: 0; width: 50px; height: 50px; z-index: 99;
	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s; }

#back-to-top:hover { background-color:#DE5E60; }
#back-to-top i { font-size: 16px; color: #FFFFFF; position: absolute; left: 50%; top: 50%; margin-top: -7px; line-height: 1em; }
#back-to-top i { margin-left: -7px; }

/* ==================================================
   Preloader
================================================== */
#jpreOverlay, #jSplash { background-color: #2F3238; position: absolute; width: 100%; height: 100%; z-index: 700; }
#jpreSlide{ position: absolute; top: 50% !important; 	left: 50% !important; margin: -50px 0 0 -50px; width: 100px; height: 100px; }  /* TZD */
#jpreLoader { position: relative !important; width: 100% !important; height: 100% !important; top: 0 !important; }
#jprePercentage { width: 50px; height: 50px !important; line-height: 50px; position: absolute !important; text-align: center;
left: 50%; top: 50%; margin: -25px 0 0 -25px; z-index: 800; font-size: 24px; color: #FFFFFF;
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}    /* TZD */

#circle { position: absolute; top: 50%; left: 50%; /* TZD */
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #DE5E60;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/************************* // Altering Botstrap Menu // ****************************/
#menu .dropdown-menu { background:transparent !important; background-image:none !important; background-color: rgba(0, 0, 0, 0.9) !important; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; margin-top: 0px; margin-right: 8px !important; border: none; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-image:none !important;  }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color:rgba(0, 0, 0, 0.4); margin-top: 0px; }

#menu .navbar-nav > li > a { padding: 7px; color: #ffffff; font-weight: bold; }
#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > a:focus { color: #ffffff; background-color: rgba(0, 0, 0, 0.4); }
#menu ul li:hover > a { background-color: rgba(0, 0, 0, 0.4); } /* Top level highlighted on kids hover */
#menu .navbar-nav > li { }

#masthead .navbar-nav > li:last-child {  }
#masthead .dropdown-menu a { color: #000000; margin-top: 16px; margin-top: 16px; }
#masthead .dropdown-menu a:hover { color: #ffffff; background-color: rgba(0, 0, 0, 0.4); }

#masthead .navbar-nav > .active > a,
#masthead .navbar-nav > .active > a:hover,
#masthead .navbar-nav > .active > a:focus { color: #ffffff !important; background-color: rgba(0, 0, 0, 0.4); }
#masthead .navbar-nav > li> .active a {   }

#primary-left.navbar-nav > li { border-left: 1px rgba(255, 255, 255, 0.4) solid; }
#primary-left.navbar-nav > li:last-child { border-left: 0px; }

/************************* // End Altering Botstrap Menu // ****************************/


/************************* // Altering parent theme // ****************************/
/* header#masthead {
  background-color: rgba(212, 201, 190, 0.8); box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .02rem 0rem; border-bottom: 0px; }

header { position: absolute; top: 60px; left: 0; right: 0; z-index: 999999; } */

.navbar-brand { margin-left: 60px; }
.navbar-brand img { max-height: 46px; }


ul.navbar-left { margin-left: 0px; padding-left: 0px; }
.navbar-left li#firstli { border-left: #8dbe66 1px solid; }

#content.site-content { padding-bottom: 3.75rem; padding-top: 1.125rem; }


#abvINFO .abvINFOdiv { background-color: #cac5c3; margin: 6px; padding: 4px; min-height: 60px; font-size: 17px; letter-spacing: 2px; }
.site-info { background-color: rgba(61, 61, 61, 0.4); padding: 4px; }



/* scale serious slider images correctly */
img.item-image { height: auto !important; /* Make sure images are scaled correctly. */
     max-width: 100% !important; /* Adhere to container width. */ }

/* FOOTER */
.footer_nav li { display:inline-block; *display:inline; /*IE7*/
*zoom:1; /*IE7*/ }
.footer_nav li:after { content: ' |'; }
.footer_nav li:last-child:after { content: ''; }

/* ------------------------------- */
.wbsbrosh_breadcrumbs {padding:5px 0;}

.headline { background-position:top center; background-repeat:repeat; background-size:cover; padding:0 3.25%;
	-webkit-box-shadow:0 10px 10px -10px rgba(0, 0, 0, .1) inset, 0 -10px 10px -10px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow:0 10px 10px -10px rgba(0, 0, 0, .1) inset, 0 -10px 10px -10px rgba(0, 0, 0, .1) inset;
	box-shadow:0 10px 10px -10px rgba(0, 0, 0, .1) inset, 0 -10px 10px -10px rgba(0, 0, 0, .1) inset;
}

.headline .headline_inner {padding:10px 0;}
.liquid .headline .headline_inner { width:960px; margin:0 auto; position:relative; overflow:hidden; }
.headline h1, .headline .headline_inner h1 {margin:15px 0;}
.headline_inner > div { display:table-cell; vertical-align:middle; }
.headline_inner > div.wbsbrosh_breadcrumbs { display:block; vertical-align:baseline; }
.headline h6 {margin:-15px 0 10px;}
.headline img {margin:0 20px -10px 0;}

.headline a {opacity:.7;
    -webkit-transition:opacity .3s ease-out; -moz-transition:opacity .3s ease-out; -ms-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out;  }
.headline a:hover {opacity:1;}

.headline .wbsbrosh_breadcrumbs span,
.headline .wbsbrosh_breadcrumbs a:hover {opacity:.6;}
.headline .wbsbrosh_breadcrumbs span.breadcrumbs_sep,
.headline .wbsbrosh_breadcrumbs a {opacity:1;}
.headline { background-color: rgba(0, 0, 0, 0) !important; }
.headline.back_img {  background: rgba(0, 0, 0, 0) url("img/global_head_img.jpg") no-repeat scroll 0 0 / 100% 100% !important; }
.headline { margin-bottom: 25px; }
.top_gray_line { background: #dee3e5 none repeat scroll 0 0; height: 5px; margin: 25px 0; width: 100%; }


.tab { margin-bottom:18px; position:relative; overflow:hidden; }
.tabs {margin:0;}
.tabs > li { display:inline-block; list-style:none; position:relative; margin-right:1px; border-top:2px solid transparent;
    -webkit-transition:border-color .2s ease-in-out;
    -moz-transition:border-color .2s ease-in-out;
    -ms-transition:border-color .2s ease-in-out;
    -o-transition:border-color .2s ease-in-out;
    transition:border-color .2s ease-in-out;   }

.tabs li a {
	position:relative;
	display:block;
	border-top:1px solid #ededed;
	border-right:1px solid #ededed;
	border-left:1px solid #ededed;
	text-align:center;
    -webkit-transition:border-color .2s ease-in-out;
    -moz-transition:border-color .2s ease-in-out;
    -ms-transition:border-color .2s ease-in-out;
    -o-transition:border-color .2s ease-in-out;
    transition:border-color .2s ease-in-out;
}

.tabs li a span {
	display:block;
	padding:12px 20px;
	border-top:2px solid transparent;
	background-color:#fdfdfd;
    -webkit-transition:padding .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition:padding .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    -ms-transition:padding .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition:padding .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    transition:padding .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
}

.tabs > li:first-child,
.tabs li.current,
.tabs li:hover,
.tabs.active li:first-child.current {border-color:#313131;}

.tabs.active > li:first-child {border-color:transparent;}

.tabs > li:first-child a,
.tabs li.current a,
.tabs.active li:first-child.current a {
	border-top:1px solid transparent;
	z-index:1;
}

.tabs.active > li:first-child a {border-top:1px solid #ededed;}

.tabs > li:first-child a span,
.tabs li.current a span,
.tabs.active li:first-child.current a span {
	background-color:#ffffff;
	padding-bottom:13px;
	margin-bottom:-1px;
}

.tabs.active > li:first-child a span { background-color:#fdfdfd; padding-bottom:12px; margin-bottom:0; }
.tab .tab_content { border:1px solid #ededed; padding:20px 0 10px; }
.related_posts_content, .tabs_tab, .tabs {position:relative;}
.related_posts_content, .tabs_tab {overflow:hidden;}
.tabs_tab { display:none; padding:10px 20px 0; }
.tab_content .tabs_tab:first-child {display:block;}
 /* RTL */
.widget_custom_posts_tabs_entries .tabs_tab .alignleft { float:right; margin-right:0; margin-left:20px; }
.widget_custom_posts_tabs_entries .tabs > li { margin-right:.5%; margin-left:0; }
.widget_custom_posts_tabs_entries .tabs > li:first-child {margin-right:0;}
.widget_custom_twitter_entries .published {padding:15px 0 10px 10px;}
.widget_custom_featured table td:first-child img { margin-left:15px; margin-right:0; }


.wcc_block { padding-right: 0px !important; background-color: #e9e8e8; }
ul.mtree { opacity: 0; margin-right: 0; padding: 1em; }
ul.mtree ul { margin-right: 0em; }
ul.mtree li { list-style: none; }
ul.mtree a { display: block; }
ul.mtree li.mtree-node > a { font-weight: bold; }
ul.mtree a { -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out; transition: all 300ms ease-out; }

ul.mtree.transit { background: #e9e8e8; }
ul.mtree.transit ul { margin-left: 0; }
ul.mtree.transit ul > li { font-size: .9em; }
ul.mtree.transit li.mtree-node { position: relative; }
ul.mtree.transit li.mtree-node > a:before { color: #3f3f3f; font-weight: normal; position: absolute; left: 20px; }
ul.mtree.transit li.mtree-open > a:before { content: '-'; }
ul.mtree.transit li.mtree-closed > a:before { content: '+'; }
ul.mtree.transit ul > li:first-child { margin-top: 1px; }
ul.mtree.transit li.mtree-open > a { background: #222; }
ul.mtree.transit li > a:hover, ul.mtree.transit li.mtree-active > a { background: #439503; color: #FFF; }
ul.mtree.transit li.mtree-node > ul > li:last-child { margin-bottom: .5em; padding-bottom: .5em; border-bottom: 1px solid #439503; }
ul.mtree.transit li.mtree-node:last-child > ul > li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
ul.mtree.transit a { padding: 5px 0.8em 5px 0px; color: #3f3f3f; }
ul.mtree.transit li li > a { padding-right: 0.2em; margin-right: -20px; }
ul.mtree.transit li li li > a { padding-right: 1em; }
ul.mtree.transit li li li li > a { padding-right: 1.8em; }
ul.mtree.transit li li li li li > a { padding-right: 2.2em; }



ul.mtree.transit li > a:hover, ul.mtree.transit li.current-cat > a {
  text-decoration: underline;
  font-weight: bold;
}

li.current-cat-parent > .children {
  height: auto  !important;
  display: block !important;
}
