/*
Theme Name: bepantheneyes
Theme URI: http://www.ltu.co.il/
Author: Ltu
Author URI: http://www.ltu.co.il/
Description: This is a wordpress parent theme, it used as a framework with "must have" features. you can extend it by a child theme for custom layout and design
Version: 1.0
License: All Rights Reserved to Ltu
License URI: license.txt
Tags: bootstrap, responsive-layout, wordpress
Text Domain: bepantheneyes
*/
/*************************************
GLOBAL
*************************************/
html,body{height: 100%;}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color:#605f5f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #ffffff;
}
img{
	border: 0 none;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}
a{
	text-decoration:none;
	color:#004990;
    cursor:pointer;
}
a:hover{text-decoration: underline;}
a:focus{color:inherit;}
a:active, a:hover{outline: inherit;}
h1, .h1, h2, .h2, h3, .h3{margin-bottom: 15px;margin-top: 15px;}
h1 a,h1 a:hover,h1 a:focus{display: block;text-decoration: none;}
ul,ol{padding: 0px;margin:0px;}
ul li,ol li{line-height: 1.8;padding: 0px;margin:0px;}
#site-wrap{
	width: 100%;
	position: relative;
	background: #ffffff;
}
td, th {padding: 0 10px;border: 1px solid #343434;}
.glyphicon{padding: 6px;}
button{outline: 0;}
hr{border-color:#e1e1e1;margin: 20px 0px;}
/**************************************
header
**************************************/
#header{background-color: #0eb6aa;}
#header.navbar-fixed-top{background-color: transparent;}
.bayer-logo{margin-top: 15px;}
#header .bayer-logo{width: 67px;position: absolute;top:0;left:15px;}
.top-wrap{height: 100%;}
.navbar-brand{height: 100%;padding: 0px 0px 15px;}
.header-title{color: #004990;font-weight: 700;}
.left-header-wrap{height: 100%;display: table;margin-top: 10px;margin-bottom: 10px;width: 100%;}
.social-links-top,.header-title{height: 100%;vertical-align: middle;display: table-cell;}
.social-links-top a{background-color: #254382;color:#ffffff;font-size: 25px;padding: 5px 15px;display: inline-block;text-align: center;position: relative;}
.social-links-top a:before,.social-links-top a:after{content: '';position:absolute;top:0;bottom:0;width: 0;height: 0;pointer-events: none;}
.social-links-top a:before{right:-20px;border-bottom: 45px solid #254382;border-right: 20px solid transparent;}
.social-links-top a:after{left: -20px;border-top: 45px solid #254382;border-left: 20px solid transparent;}
/**************************************
contact form
**************************************/
form p{font-size: 20px;}
input, select, textarea{width: 100%;height: 60px;line-height: 50px;border-radius:30px;color:#3fa1de;text-indent: 15px;outline: 0;border:1px solid #ffffff;padding: 5px 0px;font-size: 24px;margin-bottom: 10px;}
textarea{height: 115px;line-height: normal;resize:none;padding: 10px 0px;}
input[type=submit]{
	text-align: center;
	background: #005995;
  	text-indent: 0px;
  	width: 100%;
  	color:#ffffff;
  	padding: 0px;
  	font-size: 24px;
  	font-weight: normal;
  	-webkit-transition: all 200ms ease-out;
  	-moz-transition: all 200ms ease-out;
  	-o-transition: all 200ms ease-out;
  	transition: all 200ms ease-out;
  	border:1px solid #005995;
}
input[type=submit]:hover{
	background: #ffffff;
  	color:#005995;
  	border-color: #ffffff;
}
.input{margin-top: 15px;}
div.wpcf7 img.ajax-loader{float: right;}
div.wpcf7 label{display: none;}
/**************************************
sidebar
**************************************/
.sidebar ul{list-style: none;}
.sidebar ul li a{font-size:14px;}
.sidebar .widget{margin-bottom: 20px;}
.shop-btn{margin-top: 15px;}
/**************************************
banner
**************************************/
#banner{
	position: relative;
	height: 520px;
  	background: -moz-linear-gradient(45deg, #1e368a 50%,#0eb6aa 50%); /* FF3.6+ */
  	background: -webkit-linear-gradient(45deg, #1e368a 50%,#0eb6aa 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #1e368a 50%,#0eb6aa 50%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(45deg, #1e368a 50%,#0eb6aa 50%); /* IE10+ */
  	background: linear-gradient(45deg, #1e368a 50%,#0eb6aa 50%); /* W3C */
}
#banner a:hover,#banner a:focus,#banner a:active{text-decoration: none;}
.banner-image{margin-top:60px;}
.banner-text{margin-top:70px;}
.banner-title{font-weight: 700;color:#ffffff;line-height: 1;margin-bottom: 10px;font-size: 34px;}
.banner-subtitle{color:#ffffff;font-weight: 300;line-height: 1;font-size: 23px;}
.banner-description{width:100%;height:100%;/*position: absolute;top: 50%;transform: translateY(-40%);*/}
.banner-description .container,.banner-description .container .row{height: 100%;}
#video{height: 100%;position: relative;}
.video-description{position: absolute;top: 50%;transform: translateY(-33.5%);}
.banner-btn:after{content: url(../images/banner-btn.png);width: 51px;height: 68px;display: inline-block;}
.video-icon{display: block;margin: 10px 0px;}
.video-title{font-size: 38px;font-weight: bold;color:#ffffff;margin-bottom: 10px;}
.video-url,.video-url:hover,.video-url:focus{color:#ffffff;font-weight: 700;text-decoration: none;}
.btn{padding-left: 15px;padding-right: 15px;}
.btn,.btn:hover,.btn:focus{color: #004890;border-color:#004890;font-size: 15px;font-weight: 400;background-color: #ffffff;margin-bottom:20px;}
.btn:hover,.btn:focus{color: #ffffff;background-color: #004890;}
.btn.back{margin-top: 30px;margin-bottom: 30px;}
.btn.back,.btn.back:hover,.btn.back:focus{border-color:#3fa1de;color:#3fa1de;background-color: transparent;}
.button.blue,.button.green,.button.red{display:inline-block;margin:0px 5px;border-radius: 25px;font-size: 25px;color: #ffffff;padding: 5px 15px;text-align: center;}
.button.blue{background-color: #3fa1de;}
.button.green{background-color: #60af41;}
.button.red{background-color: #de683f;}
ul.checklist,ul.lines{list-style: none;}
ul.checklist li{background: url(../images/square.jpg) top left no-repeat;line-height: 1.4em;margin-top:10px;}
ul.lines li{margin-top: 20px;padding-top: 20px;}
ul.lines li>div{border-bottom: 1px solid #000000;}
.checklist-btns{margin-top: 30px;}
#div_print h1,#div_print h3{color:#3fa1de;}
hr{border-color:#3fa1de;}
.single-format-video .a2a_button_print{display: none;}
.bottom-banner{margin: 0px auto;display: block;text-align: center;height: 150px;background-position: center top;background-repeat: no-repeat;;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover;}
/**************************************
pages
**************************************/
#main{margin-top: 20px;}
.posts-wrap{margin-top: 15px;margin-bottom: 15px;}
.posts-wrap img{width: 100%;margin-top:-1px;}
.posts-wrap canvas{width:100%;}
.posts-wrap .post_content{border:1px solid #dadada;}
.posts-wrap .post_content .post-title{height: 55px;overflow:hidden;}
.post-title{margin: 0px;padding: 10px 15px 0px;text-align: center;position: relative;}
.post-title a{color: #004890;font-weight: 400;font-size:20px;}
.widget-title{color: #004890;position: relative;margin-top: 5px;}
.main-title{padding-top: 15px;padding-bottom: 15px;margin: 0px;color:#004890;}
.main-title a{line-height: 1;font-size: 39px;color:#ffffff;font-weight: 400;}
.post-item{margin-bottom: 30px;}
.post-item-title span{display: block;font-size: 18px;font-weight: bold;font-family: 'Open Sans', sans-serif;}
#content-wrap{margin-top: 20px;}
.post-item-readmore{text-decoration: none;}
.post-item-readmore:hover{text-decoration: underline;}
.btn-large{font-size: 100%;width: 100%;}
.post-item-content{margin-top: 20px;}
#middle{margin-bottom: 20px;position: relative;z-index: 0;}
#middle p,#middle ul li{text-align: justify;}
.single-title{background-color: #1e368a;margin-bottom: 30px;}
.checklist-title{background: url(../images/checklist-bg.jpg) center top no-repeat;height:366px;position: relative;}
.checklist-title-wrap{width:100%;position: absolute;top: 10%;}
.content-container{padding-right: 10px;padding-left: 10px;}
/*.content-container-content{margin-top: 30px;}*/
.short-description{font-size: 15px;padding:0px 15px;}
/*.short-description p br{display: none;}
*/.short-description:before{content:url(../images/bullets-title.png);display: block;margin:10px auto;text-align: center;}
.post-img{margin-bottom: 20px;}
.row {clear: both;}
/**************************************
footer
**************************************/
.footer ul,.contact-info ul{list-style: none;}
.footer ul li{display: inline-block;border-right:1px solid #ffffff;padding-right: 10px;margin-right: 5px;line-height: 1em;}
.footer ul li:first-child{border-right: 0;margin-right: 0;padding-right: 0;}
.footer a{color:#ffffff;}
.footer{background-color:#1e368a;color:#ffffff;padding-top: 20px;padding-bottom: 20px;position: relative;}
.social-buttons a{position:relative;display:inline-block;text-align:right;font-size:20px;margin-right: 5px;color:#1e368a;border-radius: 5px;width: 30px;height: 30px;line-height: 30px;padding-right:5px;background-color: #ffffff;}
.contact-info p{margin-bottom: 0px;}
.contact-info img{width: auto;}
/**************************************
pagination
**************************************/
.pagination {clear:both;padding:20px 0;position:relative;font-size:24px;line-height:18px;margin: 0px auto;}
.pagination span, .pagination a {display:block;float:left;margin-right:3px;padding:0;text-decoration:none;width:32px;height:32px;line-height:32px;color:#555656;background: transparent;border-radius: 50%;border:1px solid #9b9c9a;text-align: center;}
.pagination a.arrows{border-color: transparent;font-size: 15px;}
.pagination a:hover, 
.pagination .current{border-color:#555656;background: #555656;color:#fff;}
iframe{max-width: 100%;}
.map iframe{max-width: 100%;width: 100%;}
.fancybox-skin{background-color: rgba(0,0,0,1);border:1px solid #555656;color:#ffffff;}
#totop {height:35px;width:35px;position:fixed;left:20px;bottom:20px;z-index:1;background-image: url(../images/totop.png);background-repeat:no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover;display:none;text-indent: -9999px;}
.grey{background-color: #f2f2f2;color:#605f5f;padding-top: 30px;padding-bottom: 30px;}
.visible-xxs{display: none!important;}


.popup {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.popup.show {display: block;}
.popup .popup-content {
	width: 80vw;
	max-width: 500px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #000;
	padding: 30px;
}

#cookie-popup-accept {
	margin-top: 20px;
	display: inline-block;
}

/*********************************************
	RESPONSIVE
*********************************************/
@media (min-width: 768px){
	.nopadding{padding: 0;}

}
/* Large desktops and laptops */
@media (min-width: 1200px) {
	.banner-title{font-size: 54px;}
	.short-description{height: 100px;}
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.post-title a{font-size: 16px;}
	.banner-title{font-size: 54px;}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.checklist-title{height: 300px;}
	.posts-wrap .post_content .post-title{height: auto;line-height: 1;}
	.post-title a{font-size: 16px;}
	.short-description{font-size: 14px;line-height: 1;}
	#banner{height: 390px;}
	.bottom-banner{height: 120px;}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.checklist-title{height:200px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover;}
	.main-title a{font-size: 25px;}
	.social-buttons,.footer-menu{text-align: center;margin-top: 10px;margin-bottom: 10px;}
	.post-title a{font-weight: normal;}
	.video-icon img{max-width: 50px;}
	.bayer-logo{float: left;margin-bottom: 10px;}
/*	.banner-title{font-size: 24px;}
*/	.banner-subtitle{font-size: 15px;}
	.navbar-brand{max-width: 70%;}
	#banner{height: 350px;}
	#video{height: auto;}
	.video-description{transform: translateY(0);margin-top:10%;position: static;}
	.bottom-banner{height: 70px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover;}
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
	.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{width: 100%;}
	.col-xss-7,.col-xss-5{float: left;}
	.col-xss-6,.banner-subtitle.col-xss-7,.banner-btn.col-xss-5{float: right;}
	.col-xss-7{width:58.33333333%;}
	.col-xss-5{width:41.66666667%;}
	.col-xss-6{width:50%;}
	.banner-btn.nopadding{padding: 0;text-align: right;}
	.col-xss-push-0{right:auto}
	.col-xss-pull-0{left:auto}
	.left-header-wrap{height: auto;}
	.banner-subtitle{font-size: 17px;text-align: left;}
	.banner-text,.banner-image{margin-top:30px;}
	.banner-description{/*transform: translateY(-45%);*/}
	.checklist-title{height:150px;}
	#banner{text-align: center;height: 100vh;background: -moz-linear-gradient(left, #1e368a 50%,#0eb6aa 50%); /* FF3.6+ */
  	background: -webkit-linear-gradient(left, #1e368a 50%,#0eb6aa 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1e368a 50%,#0eb6aa 50%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(left, #1e368a 50%,#0eb6aa 50%); /* IE10+ */
  	background: linear-gradient(left, #1e368a 50%,#0eb6aa 50%); /* W3C */}
	.video-description{margin-top:25px;}
	.posts-wrap{height: auto;}
	.bottom-banner{height: 40px;}
	.visible-xxs{display: block!important;}
	.hidden-xxs{display: none!important;}
	#header .bayer-logo{position: static;float: left;margin-bottom: 10px;}
	.bayer-logo{float: left;}
}
@media (max-width: 320px) {

}

