/* Theme Name: Barokes */

/******** LOAD THE FONTS FROM GOOGLE *********/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTeY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSuY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzOY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBqfTCPadK0KLfdEfFtGWCYw.woff) format('woff');
}

body {
	background:#fffefc;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:127px;
}
a img {
	border:none;
}
form {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#7f2828;
}
.clear {
	clear:both;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.fr {
	width:1200px;
	margin:0 auto;
}
#wrapper {
	width:100%;
}
#header {
	/*background:url(images/hbtm.png) repeat-x bottom left #fffefc;*/
	background: #fffefc;
	border-bottom:1px solid #B3BABD;
	height:127px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9;
}
#header-top {
	background:url(images/htop.jpg);
	height:30px;
	line-height:30px;
	overflow:hidden;
}
ul.account {
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}
ul.account li {
	background:url(images/sep.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	float:left;
}
ul.account li a {
	color:#fff;
	font-size:11px;
	font-family: "Open Sans";
	font-weight: 600;
}
#logo {
	position:absolute;
	background:url(images/logo.png) no-repeat;
	width:108px;
	height:159px;
}
#nav {
	/*margin-left:100px;*/
	margin-left: 161px;
	margin-top:0px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav > ul > li {
	float:left;
    /*margin: 0 0 0 15px;*/
	padding: 39px 20px 34px 0;
	height: 22px;
   /* padding-left: 10px;*/
}
#nav ul li a {
	color:#3f4762;
	font-size:15px;
	font-family: "Open Sans";
	font-weight: 600;
	/*text-transform:uppercase;*/
}
#nav  ul  li  a:hover, #nav > ul > li.current-menu-item > a, #nav > ul > li.current-menu-ancestor > a   {
	color:#7f2828;
}

#nav ul li.stab a 
{
  color:#3f4762;	
}

#nav ul ul li a
{
color: #3D4863;
    font-size: 15px;
    line-height: 15px;
}

#nav ul ul
{
min-width: 150px;
}

/* dropdown menu */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -22px;
	z-index: 99;
	background:#fffefc;
	padding:5px 0;
	border-bottom:#7F2828 5px solid;
    border-top: 1px solid #B3BABD;
}

.sf-menu ul li {
     padding: 6px 20px;
	 border-left: 1px solid #B3BABD;
	      border-right: 1px solid #B3BABD;
}

.sf-menu ul li:first-child
{
  padding-top:15px;	
}

.sf-menu ul li:last-child {
    padding-bottom: 15px;
}

.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.screen {
	background-size:cover !important;
	width:100%;
}
#screen1 {
	background:url(images/slide1.jpg) no-repeat top center;
}
#screen2 {
	background:url(images/slide2.jpg) no-repeat top center;
}
#screen3 {
	background:url(images/slide3.jpg) no-repeat top center;
}
#screen3 .box2_out {
	left:50%;
	margin-left:-215px;
}
#contact {
	background:url(images/slide4.jpg) no-repeat top center;
}
#contact .box2_out {
	width:410px;
}
#contact .box2 {
	padding:30px;
}
a.shopnow {
width: 218px;
height: 77px;
	background:url(images/shopnow.png) no-repeat center center;
	position:fixed;
	right:0;
	top:50%;
	margin-top:-37px;
	z-index:99;
}
a.shopnow:hover {
background:url(images/shopnow_hover.png) no-repeat center center;
}
.box {

	background:url(/wp-content/uploads/2016/10/BAROKE-BANNER-CANS.png) no-repeat;
	height: 240px;
	line-height: 24px;
	padding-left: 233px;
	font-size:16px;
	color:#3d476f;
	font-family: "Open Sans";
	font-weight: 600;
}
.box_out {
	position: relative;
	width:480px;
}
h2.head {
	font-size:79px;
	font-weight: 500;
	line-height: 75px;
	margin: 0 0 25px;
	background:url(images/bline.png) bottom center no-repeat;
	padding-bottom: 50px;
	/*font-family: "museo-sans", sans-serif;*/
        font-family: "museo-sans";
	color:#555f84;
	text-shadow: 1px 2px 1px rgba(150, 150, 150, 1);
}
a.slidenext {
	background:url(images/down.png) no-repeat;
	width:78px;
	height:78px;
	display:block;
}
a.slidenext:hover{
background:url(images/down_hover.png) no-repeat;

}
.box2_out a.slidenext {
	margin: 40px auto 0;
	opacity: 0.9;
}
.box2_out {
	position: relative;
	left: 55px;
	width: 430px;
}
.screen .fr {
	padding:55px 0;
}
.box2 {
	background:url(images/trans.png);
	border:3px solid #97a7df;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	padding: 25px;
}
.box2 h2 {
	font-size:27px;
	background:url(images/line.png) bottom center no-repeat;
	padding-bottom: 45px;
	margin:0 0 20px 0;
	line-height:normal;
	text-align:center;
	font-family: "museo-sans";
	font-weight:500;
	text-shadow: -1px 2px 0px rgba(81, 90, 126, 1);
}
.box2 {
	font-size:16px;
	line-height:22px;
	font-family: "Open Sans";
	font-weight: 600;
}
.screen ul {
	margin:0;
	padding:0 0 0 15px;
}
.screen ul li {
	margin: 0 0 10px 0;
}
.frm_field {
	margin-bottom:15px;
}
.frm_field label {
	display:block;
	margin:0 0 5px 0;
	font-size:14px;
}
.frm_field input[type=text], .frm_field textarea, .frm_field input[type=email], .frm_field input[type=tel] {
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;
	border: 1px solid #aaa;
	overflow: auto;
	padding: 5px 10px;
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:94%;
	color: #bbb;
}
.frm_field input[type=text], .frm_field input[type=email], .frm_field input[type=tel] {
	height:15px;
}
.frm_field textarea {
	height: 80px;
}
.frm_field input[type=submit], #submit {
	background:#97a7df;
	border:none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:19px;
	font-weight: 700;
	padding: 6px 22px;
	float:right;
	font-family: "museo-sans";
}
span.wpcf7-not-valid-tip {
	color:#333;
}
div.wpcf7-response-output {
	margin-top:0;
}
#responsive-hdr {
	display:none;
}
/*task 23476*/
.newsletter .signup{
text-align: left;
font-size: 12px;
}
.newsletter .signup input.go-news{
background: url(images/button_go.png) no-repeat #3F4762 center right;
width: 60%;
color: #fff;
font-size: 14px;
text-indent: 0;
font-family: "Open Sans";
font-weight: 600;
padding-right: 30px;
line-height: 34px;
}
.newsletter .signup input.go-news:hover{
color: #afbcea;
}
 