/*
Theme Name: Israel Beitenu
Theme URI: http://israelbeitenu.com
Description: Israel Beitenu
Version: 3.0
Author: Radical Studio
Author URI: http://israelbeitenu.com
*//*CSS Reset*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video	{	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;	margin: 0;	padding: 0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section	{	display: block}body {	line-height: 1}ol,ul {	list-style: none}blockquote,q {	quotes: none}blockquote:before,blockquote:after,q:before,q:after {	content: none}table {	border-collapse: collapse;	border-spacing: 0}/* Font Face */@font-face {	font-family: 'MeodedPashut_OERegular';	src: url('fonts/meodedpashut.eot');	src: local('MeodedPashut_OE'), local('MeodedPashutOERegular'),		url('fonts/meodedpashut.woff') format('woff'),		url('fonts/meodedpashut.svg#webfont4Amd3DHq') format('svg');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'MeodedPashut_OELight';	src: url('fonts/meodedpashut_light.eot');	src: local('MeodedPashut_OE'), local('MeodedPashutOELight'),		url('fonts/meodedpashut_light.woff') format('woff'),		url('fonts/meodedpashut_light.svg#webfont4Amd3DHq') format('svg');	font-weight: normal;	font-style: normal;}/* General Layout*/body {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	color: #6a6a6a;	line-height: 20px;	background-image: url(images/bg-flags.jpg);	background-repeat: no-repeat;	background-position: center top;}a {	color: #185A7D;}.clearfix:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}.fl {	float: left;}/* Header */#top {	height: 127px;	background-image: url(images/bg-header.gif);	background-repeat: repeat-x;}#top .header {	width: 958px;	margin: auto;	height: 127px;	position: relative;}#top .logo {	float: left;	margin-left: 60px;	margin-top: 23px;}#top .languages {	color: #D4DADE;	float: right;	margin-top: 20px;	position: absolute;	right: 0px;	z-index: 5;}#top .languages a {	direction: ltr;	color: #d4dade;	text-decoration: none;	padding-right: 3px;	padding-left: 3px;}#top .languages a.hebrew {	font-family: Arial, Helvetica, sans-serif;}#top .top-social {	clear: right;	float: right;	top: 48px;	position: absolute;	right: 0px;	z-index: 5;}#top .top-social ul {	margin: 0;	padding: 0;}#top .top-social ul li {	padding: 0;	float: left;	margin-top: 0;	margin-right: 0;	margin-bottom: 0;	margin-left: 8px;}#top .top-social ul li a {	margin: 0;	padding: 0;	display: block;	text-indent: -9999px;	background-image: url(images/top-social.png);	background-repeat: no-repeat;	height: 27px;	width: 28px;}#top .top-social ul li a.facebook {	background-position: 0px 0px;}#top .top-social ul li a.twitter {	background-position: -31px 0;}#top .top-social ul li a.youtube {	background-position: -60px 0;}#top .top-social ul li a.facebook:hover {	background-position: 0px -29px;}#top .top-social ul li a.twitter:hover {	background-position: -31px -29px;}#top .top-social ul li a.youtube:hover {	background-position: -60px -29px;}/* Navigation */.outer-nav {	height: 45px;	background-color: #a24040;}.nav {	clear: both;	height: 45px;}.nav ul {	margin: 0px;	padding: 0px;}.nav ul li {	margin: 0px;	padding: 0px;	float: left;	position: relative;}.nav ul li a {	color: #FFFFFF;	text-decoration: none;	line-height: 45px;	display: block;	margin: 0px;	padding-top: 0px;	padding-right: 18px;	padding-bottom: 0px;	padding-left: 17px;	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;}.nav ul li a:hover,.nav ul li:hover a {	background-color: #8d2d2d;}.nav ul li a.current,.nav ul li.current-menu-item a {	background-image: url(images/nav-arrow.png);	background-position: center 40px;	background-repeat: no-repeat;	background-color: #8d2d2d;}/*Drop Down Menu */.nav ul li ul {	position: absolute;	width: auto;	display: none;	z-index: 13;	top: 45px;	left: 0px;	background-image: url(images/drop-down-bg.png);	padding-top: 0px;	padding-right: 3px;	padding-bottom: 3px;	padding-left: 3px;	margin-right: -89px;}.nav li ul li {	width: 200px;	float: none;	background-image: none;	position: relative}.nav li ul li a {	line-height: 35px;	display: block;	margin: 0px;	padding-top: 5px;	padding-left: 27px;	padding-right: 19px;	background-color: #8d2d2d;	background-image: url(images/drop-down-devider.gif);	background-repeat: no-repeat;	background-position: center bottom;}.nav ul li.current-menu-item ul li a,.nav ul li ul li.current-menu-item a	{	background-position: center 40px;	background-repeat: no-repeat;	background-color: none !important;	background-image: url(images/drop-down-devider.gif) !important;	background-repeat: no-repeat;	background-position: center bottom;}.nav li:hover ul,.wrapper .nav li.sfhover ul {	/* lists nested under hovered list items */	position: absolute;	right: 0; /*IMPORTANT  !!!! */	display: block !important;	float: none;	z-index: 200;}/*.nav li:hover ul li a:hover{
	color: #eeeeee;
	background-image: url(images/drop-down-devider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}*/.wrapper {	width: 958px;	margin: auto;	clear: both;	padding: 35px;	background-color: #eaeaea;	overflow: hidden;	position: relative;}/* Featured Area*/.featured {	height: 300px;	padding-bottom: 20px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #becdd4;	margin-bottom: 20px;}.actions {	float: right;	width: 253px;}.actions div {	background-image: url(images/actions2.png);	height: 68px;	margin-bottom: 9px;	width: 253px;	background-repeat: no-repeat;	position: relative;}.actions div a {	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	text-decoration: none;	font-size: 22px;	padding-right: 81px;	display: block;	line-height: 68px;	width: 253px;	height: 68px;	text-align: center;	text-indent: -9999px;	cursor: pointer;}.actions .volunteer {	background-position: -266px 0;	position: relative;}.actions .donations {	background-position: -266px -77px;}.actions .join {	background-position: -266px -155px;}.actions .talk {	background-position: -266px -232px;}.actions .volunteer .s1 {	position: absolute;	top: 0;	left: 0;	bottom: 0;	right: 0;	background-image: url(images/actions2.png);	background-repeat: no-repeat;	background-position: 0 0;	height: 68px;	width: 253px;}.actions .donations .s2 {	position: absolute;	top: 0;	left: 0;	bottom: 0;	right: 0;	background-image: url(images/actions2.png);	background-repeat: no-repeat;	background-position: 0 -77px;	height: 68px;	width: 253px;}.actions .join .s3 {	position: absolute;	top: 0;	left: 0;	bottom: 0;	right: 0;	background-image: url(images/actions2.png);	background-repeat: no-repeat;	background-position: 0 -155px;	height: 68px;	width: 253px;}.actions .talk .s4 {	position: absolute;	top: 0;	left: 0;	bottom: 0;	right: 0;	background-image: url(images/actions2.png);	background-repeat: no-repeat;	background-position: 0 -232px;	height: 68px;	width: 253px;}/*.actions .volunteer:hover {
    background-position: 0 0;
}
.actions .donations:hover {
    background-position: 0 -77px;
}
.actions .join:hover {
    background-position: 0 -155px;
}
.actions .talk:hover {
    background-position: 0 -232px;
}*//* Slider *//* The Nivo Slider styles */.nivoSlider {	position: relative;	height: 300px;	float: left;	width: 690px;}.nivoSlider img {	position: absolute;	top: 0px;	left: 0px;}/* If an image is wrapped in a link */.nivoSlider a.nivo-imageLink {	position: absolute;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	border: 0;	padding: 0;	margin: 0;	z-index: 6;	display: none;}/* The slices and boxes in the Slider */.nivo-slice {	display: block;	position: absolute;	z-index: 5;	height: 100%;}.nivo-box {	display: block;	position: absolute;	z-index: 5;}/* Caption styles */.nivo-caption {	position: absolute;	left: 0px;	bottom: 0px;	background: #000;	color: #fff;	/*opacity:0.8;  Overridden by captionOpacity setting */	width: 100%;	z-index: 8;	display: none !important;}.nivo-caption p {	padding: 5px;	margin: 0;}.nivo-caption a {	display: inline !important;}.nivo-html-caption {	display: none;}/* Direction nav styles (e.g. Next & Prev) */.nivo-directionNav a {	position: absolute;	/*top:45%;*/	z-index: 9;	cursor: pointer;}.nivo-prevNav {	background-image: url("images/slider-controllers.png");	background-position: 0 0;	background-repeat: no-repeat;	display: block;	height: 32px;	left: 31px;	text-indent: -9999px;	top: 240px;	width: 39px;}.nivo-prevNav:hover {	background-position: 0px -33px;}.nivo-nextNav {	background-image: url("images/slider-controllers.png");	background-position: -40px 0;	background-repeat: no-repeat;	display: block;	height: 32px;	left: 72px;	text-indent: -9999px;	top: 240px;	width: 39px;}.nivo-nextNav:hover {	background-position: -40px -33px;}/* Control nav styles (e.g. 1,2,3...) */.nivo-controlNav a {	position: relative;	z-index: 9;	cursor: pointer;	/*display: none;*/}.nivo-controlNav a.active {	font-weight: bold;}/* Sidebar */.sidebar {	width: 318px;	float: right;	clear: right;}.sidebar .widget {	background-color: #FFFFFF;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #c6c6c4;	padding: 15px;	position: relative;}.sidebar .widget-social {	background-color: #FFFFFF;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #c6c6c4;	padding: 15px;	margin-bottom: 20px;}.sidebar .widget h4,.sidebar .widget-social h4 {	font-family: Arial, Helvetica, sans-serif;	float: left;	width: 50px;	font-size: 17px;	color: #185a7d;	line-height: 21px;}.temp_120_addToCart_social_box {	float: left;	margin-left: 26px;}.sidebar .widget h3 {	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	background-color: #185a7d;	font-size: 18px;	padding: 10px;}.sidebar .widget .home-video p {	margin: 0px;}.sidebar .widget .home-video-hover {	position: absolute;	height: 212px;	width: 284px;}/* Quick Contact Form*/.widget div.wpcf7 {	position: relative;}.sidebar .widget form,.widget .wpcf7 form {	margin-top: 10px;}.sidebar .widget form input.text-input,.widget .wpcf7 form input.wpcf7-text	{	background-color: #FFFFFF;	padding: 10px;	border: 1px solid #d0d0d0;	color: #9f9f9f;	width: 265px;	margin-bottom: 5px;}.sidebar .widget form input.radio {	}.sidebar .widget form input.submit,.widget .wpcf7-submit {	color: #FFFFFF;	background-color: #9f4040;	float: right;	font-size: 18px;	padding-top: 8px;	padding-right: 15px;	padding-bottom: 8px;	padding-left: 15px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	cursor: pointer;	margin-top: 10px;}div.wpcf7-mail-sent-ok {	font-size: 12px;	left: 100px;	position: absolute;	top: 93px;}div.wpcf7-validation-errors {	float: left;}/* ----- General Form Styling --------------*/.box div.wpcf7 {	position: relative;	color: #185d83;	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	padding-left: 147px;}.box .wpcf7 form {	margin-top: 10px;}.box .wpcf7 form input.wpcf7-text {	background-color: #FFFFFF;	padding: 10px;	border: 1px solid #d0d0d0;	color: #9f9f9f;	width: 284px;	margin-bottom: 0px;}.box .wpcf7 form textarea.wpcf7-textarea {	background-color: #FFFFFF;	padding: 10px;	border: 1px solid #d0d0d0;	color: #9f9f9f;	width: 284px;	margin-bottom: 5px;}.box form input.radio {	}.box .wpcf7-submit {	color: #FFFFFF;	background-color: #4ea031;	font-size: 18px;	width: 306px;	padding-top: 8px;	padding-right: 15px;	padding-bottom: 8px;	padding-left: 15px;	cursor: pointer;	border: 1px solid #459229;}.box div.wpcf7-validation-errors {	float: none;}.box div.wpcf7-mail-sent-ok {	left: auto;	position: relative;	top: auto;}.v-options {	margin-top: 10px;	position: relative;	display: block;}.v-options span.wpcf7-list-item {	display: block;	margin-left: 0;	margin-right: 0.5em;	margin-bottom: 3px;}/*div.wpcf7-mail-sent-ok {
    font-size: 12px;
    left: 100px;
    position: absolute;
    top: 93px;
}
div.wpcf7-validation-errors{
	float: left;
}*/.sidebar .widget .side-social {	position: relative;	margin-top: 15px;}.sidebar .widget .side-social ul {	margin: 0;	padding: 0;}.sidebar .widget .side-social ul li {	padding: 0;	float: left;	margin-top: 0;	margin-right: 0;	margin-bottom: 0;	margin-left: 0px;}.sidebar .widget .side-social ul li a {	padding: 0;	display: block;	text-indent: -9999px;	background-image: url(images/side-social.png);	background-repeat: no-repeat;	height: 72px;	width: 92px;	margin-top: 0;	margin-right: 5px;	margin-bottom: 0;	margin-left: 0;}.sidebar .widget .side-social ul li a.last {	margin-right: 0px !important;}.sidebar .widget .side-social ul li a.facebook {	background-position: 0px 0px;}.sidebar .widget .side-social ul li a.twitter {	background-position: -96px 0;}.sidebar .widget .side-social ul li a.youtube {	background-position: -191px 0;}.sidebar .widget .side-social ul li a.facebook:hover {	background-position: 0px -74px;}.sidebar .widget .side-social ul li a.twitter:hover {	background-position: -96px -74px;}.sidebar .widget .side-social ul li a.youtube:hover {	background-position: -191px -74px;}/* Sidebar */.content {	width: 625px;	float: left;}.fullwidth {	width: 958px;}.content .box {	background-color: #FFFFFF;	padding: 15px;	margin-bottom: 15px;	position: relative;	border-left-width: 3px;	border-left-style: solid;	border-left-color: #c6c6c4;}.content .fixed-height {	/*height: 190px !important;*/}.content .posted_in {	clear: both;	margin-bottom: 15px;}.content .box-plain { /*background-color: #FFFFFF;*/	margin-bottom: 15px;	position: relative;	padding-top: 15px;	padding-right: 0px;	padding-bottom: 15px;	padding-left: 0px;}.home .content .box:hover {	border-right-color: #A24040;}.content .box-mk {	background-color: #FFFFFF;	margin-bottom: 15px;	position: relative;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 15px;	padding-left: 0px;	border-left-width: 3px;	border-left-style: solid;	border-left-color: #c6c6c4;}.content .mk-thumb {	margin-bottom: 15px;}.content .box-branches {	padding: 0px;	margin-bottom: 0x;	position: relative;}.content h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 22px;	color: #185a7d;	margin-bottom: 15px;}.content .box h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 21px;	color: #185a7d;	margin-bottom: 15px;	width: 518px;}.content .box h3 a {	text-decoration: none;}.content .box img {	float: left;	margin-bottom: 10px;	margin-right: 20px;}.content .box .meta-data {	color: #929292;	font-size: 12px;}.content .box .button { /*font-family: Arial, Helvetica, sans-serif;*/	color: #FFFFFF;	text-decoration: none;	background-color: #9f4040;	display: block;	padding-top: 8px;	padding-right: 15px;	padding-bottom: 8px;	padding-right: 15px;	float: right;	width: 66px;	font-size: 12px;	text-align: center;	right: 15px;	padding-left: 15px;	font-weight: bold;}.content .box ul {	margin-left: 15px;	list-style-position: outside;	list-style-type: square;}.su-tabs-pane ul {	margin-left: 15px;	list-style-position: outside;	list-style-type: square;}/*.content .box .button:hover{
	background-color: #c58383;

}*/.content .box-more {	background-color: #a46b6b;	text-align: center;	padding: 15px;}.content .box-navigation {	background-color: #FFFFFF;	border-left-width: 3px;	border-left-style: solid;	border-left-color: #a24040;	margin-bottom: 20px;	font-family: Arial, Helvetica, sans-serif;	color: #185A7D;	padding-top: 11px;	padding-right: 15px;	padding-bottom: 11px;	padding-left: 15px;}.content .box-navigation .updates {	float: right;	color: #185A7D;	text-decoration: none;	font-size: 15px;}.content .box-navigation h4 {	float: left;	font-size: 17px;}.content .box-more a {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	color: #FFFFFF;	text-decoration: none;	display: block;}/* Footer */.bottom-line {	background-color: #dbdbdb;	height: 10px;	width: 100%;	margin-bottom: 1px;	margin-top: 40px;}#bottom {	background-color: #e8e8e6;	width: 100%;}#bottom .footer {	width: 958px;	margin: auto;	clear: both;	padding: 35px;}#bottom .footer h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	color: #185a7d;	margin-bottom: 10px;}#bottom .footer ul li a {	color: #727272;	text-decoration: none;}#bottom .footer .quick {	float: left;	width: 200px;}#bottom .footer .quick .quick-mrnu-right {	float: right;	margin-right: 28px;	margin-top: 10px;}#bottom .footer .quick .quick-mrnu-left {	float: left;	margin-top: 10px;}#bottom .footer .footer-menu {	float: left;	margin-right: 40px;	width: 225px;}#bottom .footer .last {	margin-right: 0px !important;}#bottom .footer .footer-menu ul li {	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #c6c6c6;	padding-bottom: 10px;	padding-top: 10px;}/* Bottom Credit*/#credit-bar {	background-color: #dcdcdb;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #c6c6c5;	width: 100%;}#credit-bar .credit {	width: 958px;	margin: auto;	height: 53px;	position: relative;}#credit-bar .credit .radical-logo {	position: absolute;	left: 0;	top: 12px;}#credit-bar .credit .copy {	position: absolute;	right: 0;	top: 12px;}/* Comments Styling*//* -- 13.7 Comments -- */#comment-wrapper {	width: 615px;	text-shadow: 0 1px 0 #fff;	color: #000;}ol.commentlist {	margin: 0 0 60px 0;	list-style-type: none;	padding-top: 10px;}li.comment {	padding: 0;}.avatar {	padding: 4px;	background: #fff;	border: 1px solid #ddd;	-moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);	-webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);	box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);}.comment .comment-author {	position: relative;}.comment .avatar {	position: relative;	margin-top: 0;	margin-right: 0;	margin-bottom: 0;	margin-left: 15px;}.comment-author cite,.comment-author cite a {	font-weight: bold;	font-style: normal;	font-size: 13px;	color: #000;	border: none !important;}.comment-author cite a:hover {	color: #3399cc !important;}.comment .says {	color: #999;	font-size: 11px;	font-style: italic;}.comment .comment-meta {	margin-bottom: 10px;}.comment .comment-meta a {	color: #999;	border: none !important;	font-size: 11px;}.comment .comment-meta a:hover {	color: #dedede !important;}.comment .comment-body {	margin: 0 0 20px 75px;	background: url(images/bg-side-bevel.gif) right bottom repeat-x;	position: relative;	padding-bottom: 1px;}.comment .comment-body .reply {	position: absolute;	left: -75px;	top: 65px;	width: 60px;	text-align: center;	font-size: 10px;	text-transform: uppercase;}.comment .comment-body .reply a {	color: #dedede;	border: none !important;}.comment .comment-body .reply a:hover {	color: #3399cc !important;}.comment ul.children {	margin-right: 75px;	list-style-type: none;}.bypostauthor .avatar {	background: #000;}.bypostauthor .comment .avatar {	background: #fff;}#commentform {	margin-bottom: 40px;}#commentform p {	margin-bottom: 25px;}#commentform input[type=text] {	margin-left: 10px;	padding: 7px;	border: 1px solid #ddd;	width: 180px;	float: right;}#commentform textarea {	width: 95%;	height: 150px;	padding: 7px;	border: 1px solid #ddd;}#commentform #submit {	width: 130px;	height: 30px;	line-height: 30px;	padding: 0;	border: none;	text-align: center;	color: #fff;	cursor: pointer;	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	background-color: #9F4040;}p.nocomments {	text-align: center;}h3#reply-title {	color: #185A7D;	font-family: Arial, Helvetica, sans-serif !important;	font-size: 100% !important;	margin-top: 15px !important;	font-weight: bold;}/*Gallery Styling*/.sidebar-attachment {	width: 288px;	float: right;	clear: right;	padding: 15px;	background-color: #FFFFFF;}.sidebar-attachment-navigation {	width: 318px;	float: right;	clear: right;	margin-bottom: 3px;	background-color: #FFFFFF;}.sidebar-attachment h2 {	color: #185a7d;	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;}.box-attachment {	margin-bottom: 15px;	position: relative;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 15px;	padding-left: 0px;}/*.box-attachment img{
	width: 625px;
}*/.box-attachment-navigation {	background-color: #FFFFFF;	border-right-width: 3px;	border-right-style: solid;	border-right-color: #a24040;	margin-bottom: 20px;	font-family: Arial, Helvetica, sans-serif;	color: #185A7D;	padding-top: 11px;	padding-right: 15px;	padding-bottom: 11px;	padding-left: 15px;	position: relative;}.box-attachment-navigation h4 {	font-size: 18px;}.box-attachment-navigation .back-album {	background-image: url("images/back-album-ico.png");	background-position: right 6px;	background-repeat: no-repeat;	color: #6A6A6A;	font-size: 14px;	right: 18px;	position: absolute;	padding-right: 22px;	height: 20px;	top: 12px;}.box-attachment-navigation .back-album a {	color: #6A6A6A;	text-decoration: none;}.sidebar-attachment-social {	height: 70px;	padding-top: 15px;	padding-right: 84px;}.left-arrow a {	text-indent: -9999px;	display: block;	height: 39px;	width: 57px;	background-image: url(images/next-prev.png);	background-repeat: no-repeat;	background-position: 0px 0px;	float: right;	background-color: #FFFFFF;	margin-left: 3px;	border-left-width: 3px;	border-left-style: solid;	border-left-color: #eaeaea;}.right-arrow a {	text-indent: -9999px;	display: block;	height: 39px;	width: 57px;	background-image: url(images/next-prev.png);	background-repeat: no-repeat;	background-position: -58px 0px;	float: right;	background-color: #FFFFFF;	margin-left: 3px;	border-left-width: 3px;	border-left-style: solid;	border-left-color: #eaeaea;}.sidebar-attachment-comments {	width: 288px;	float: right;	clear: right;	padding: 15px;	background-color: #FFFFFF;}#gallery-1,.gallery {	margin-left: 0px;	width: 1002px;}#gallery-1 img,.gallery img {	float: left;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 20px;	margin-right: 17px;	border: none !important;}.gallery-item {	float: left !important;	position: relative;}.hover-image {	cursor: pointer;	display: inline-block;	height: 180px;	left: 0;	position: absolute;	right: 0;	top: 0;	width: 176px;}#stimuli_imageData #stimuli_caption {	color: #002233;	font-size: 12px;	font-weight: bold;}.wp-caption-text {	font-size: 12px;	margin-top: 0px;	display: none;}.back {	background-position: 0 0;	background-repeat: no-repeat;	height: 250px;	line-height: 0;	position: absolute;}/*  Album Styling */.albums .album_box {	background-image: url("images/album-bg.png");	background-position: 12px -1px;	background-repeat: no-repeat;	float: left;	height: 186px;	margin-left: 10px;	padding-right: 20px;	padding-top: 10px;	position: relative;	width: 184px;	margin-bottom: 10px;}.albums .last {	margin-right: 0px;	margin-bottom: 10px;}.albums .album_box img {	float: right;	height: 164px;	width: 160px;}.hover-album {	cursor: pointer;	display: inline-block;	height: 164px;	left: 24px;	position: absolute;	top: 10px;	width: 160px;}.hover-album h3 {	color: #FFFFFF;	display: block;	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	position: absolute;	text-align: center;	top: 34px;	width: 160px;}.album_box h3 {	color: #FFFFFF;	display: block;	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	position: absolute;	text-align: center;	top: 34px;	width: 160px;	display: block;	cursor: pointer;}.hover-album span {	color: #FFFFFF;	font-size: 17px;	left: 34px;	padding: 8px;	position: absolute;	top: 108px;	background-image: url(images/red.gif);	z-index: 3;}/*  Party Styling */.party .album_box {	float: left;	height: 180px;	margin-right: 19px;	margin-bottom: 17px;	position: relative;	width: 176px;}.party .last {	margin-right: 0px;	margin-bottom: 17px;}.party .album_box img {	float: left;}.hover-album-party {	cursor: pointer;	display: inline-block;	height: 180px;	left: 0;	position: absolute;	right: 0;	top: 0;	width: 176px;}.party-h3 {	top: 75px !important;	width: 176px !important;}.album_box h3 {	color: #FFFFFF;	display: block;	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	position: absolute;	text-align: center;	top: 34px;	width: 160px;	display: block;	cursor: pointer;}.album_box-party h3 {	color: #FFFFFF;	cursor: pointer;	display: block;	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	position: absolute;	text-align: center;	top: 74px;	width: 176px;}.hover-album-party span {	color: #FFFFFF;	font-size: 17px;	left: 34px;	padding: 8px;	position: absolute;	top: 108px;	background-image: url(images/red.gif);	z-index: 3;}.wp-pagenavi span.extend {	border: none !important;	color: transparent !important;}.wp-pagenavi span.pages,.wp-pagenavi span.current,.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink,.wp-pagenavi .smaller,.wp-pagenavi .larger,.wp-pagenavi .first,.wp-pagenavi .last	{	float: left !important;}/* ------------ Video Section ----------------*/.video-box {	float: left;	height: 209px;	width: 307px;	margin-right: 14px;	margin-bottom: 14px;	position: relative;}.video-box-last {	float: left;	height: 209px;	width: 307px;	margin-right: 0px;	margin-bottom: 14px;	position: relative;}.video-box .title,.video-box-last .title {	height: 36px;	background-color: #e4e4e4;	font-size: 15px;	line-height: 36px;	color: #185a7d;	text-align: left;	padding-right: 10px;	position: absolute;	bottom: 0px;	width: 298px;}.video-box .hover-video,.video-box-last .hover-video {	cursor: pointer;	display: inline-block;	height: 173px;	left: 0;	position: absolute;	right: 0;	top: 0;	width: 307px;}/*.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #0099CC !important;
}*/.su-pane {	direction: ltr !important;}.nav_bg {	height: 45px;	width: 100%;	background-image: url(images/bg-header.gif);	background-repeat: repeat-x;	background-position: 0 -127px;}.nav {	width: 958px;	height: 45px;	margin: auto;}.nav_fixed {	display: none;	height: 45px;;}/********FOX***********/.fox_tranzila_select {	padding: 5px;	font-size: 16px;	color: #185D83;	font-family: "MeodedPashut_OERegular", Arial, Helvetica, sans-serif;	}.fox_tranzila_hidden {	display: none;	padding-top: 30px;	height: 130px;		margin-right: auto;	margin-left: auto;	width: 500px;	text-align: center;}.fox_tranzila_select_hidden {		display: none;	padding-top: 20px;	height: 500px;		margin-right: auto;	margin-left: auto;	width: 500px;	overflow: hidden;}.fox_ribb {	background-image: url('images/ribbon.png');	width: 87px;	height: 87px;	position: absolute;	right: 0px;	top: 0px;}.fox_state_kalpi {	position: absolute;		left: 589px;	top: 0px;}

/**********/
.fox_pp_page {
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('images/fox_pp/main.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ebebeb;
}
.fox_pp_page_mid {
	height: 553px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
}
.fox_pp_video {
	position: absolute;
	height: 307px;
	width: 504px;
	top: 210px;
	left: 213px;	
}
.fox_pp_button {
	position: absolute;
	height: 284px;
	width: 171px;
	top: 190px;
	left: 770px;	
}
.fox_pp_b_fb {
	background-image: url('images/fox_pp/buttons.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 171px;
	height: 40px;
	margin-bottom: 5px;
}
.fox_pp_b_fb:HOVER {	
	background-position: -174px 0px;
}
.fox_pp_b_tw {
	background-image: url('images/fox_pp/buttons.png');
	background-repeat: no-repeat;
	background-position: 0px -44px;
	width: 171px;
	height: 40px;
	margin-bottom: 5px;
}
.fox_pp_b_tw:HOVER {	
	background-position: -174px -44px;
}
.fox_pp_b_email {
	background-image: url('images/fox_pp/buttons.png');
	background-repeat: no-repeat;
	background-position: 0px -88px;
	width: 171px;
	height: 40px;
	margin-bottom: 5px;
}
.fox_pp_b_email:HOVER {	
	background-position: -174px -88px;
}
.fox_pp_b_like {
	background-image: url('images/fox_pp/buttons.png');
	background-repeat: no-repeat;
	background-position: 0px -133px;
	width: 171px;
	height: 40px;
	margin-bottom: 10px;
	position: relative;
}
.fox_pp_b_like:HOVER {	
	background-position: -174px -133px;
}
.fox_pp_b_go_site {
	background-image: url('images/fox_pp/buttons.png');
	background-repeat: no-repeat;
	background-position: 0px -189px;
	width: 171px;
	height: 40px;

}
.fox_pp_b_go_site:HOVER {	
	background-position: -174px -189px;
}
/******EVEBTS******/
.ev_button {
	font-family: "MeodedPashut_OERegular", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9f4040;
	display: block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	float: left;
	width: 66px;
	font-size: 18px;
	text-align: center;	
}
.fb_share {
	background-image: url('images/fb_share.gif');
	height: 18px;
	width: 57px;	
}