@font-face {
    font-family: 'Alef';
    src: url('../fonts/Alef/Alef.eot');
    src: url('../fonts/Alef/Alef.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Alef/Alef.woff') format('woff'),
         url('../fonts/Alef/Alef.ttf') format('truetype'),
         url('../fonts/Alef/Alef.svg#alefbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Carmela';
    src: url('../fonts/Carmela/carmela.eot');
    src: url('../fonts/Carmela/carmela.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Carmela/carmela.woff') format('woff'),
         url('../fonts/Carmela/carmela.ttf') format('truetype'),
         url('../fonts/Carmela/carmela.svg#alefbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Carmelit';
    src: url('../fonts/Carmelit/carmelit.eot');
    src: url('../fonts/Carmelit/carmelit.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Carmelit/carmelit.woff') format('woff'),
         url('../fonts/Carmelit/carmelit.ttf') format('truetype'),
         url('../fonts/Carmelit/carmelit.svg#alefbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Felix007';
    src: url('../fonts/Felix007/felix007.eot');
    src: url('../fonts/Felix007/felix007.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Felix007/felix007.woff') format('woff'),
         url('../fonts/Felix007/felix007.ttf') format('truetype'),
         url('../fonts/Felix007/felix007.svg#alefbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'OpenSansHebrew-Regular';
	src: url('../fonts/open-sans/OpenSansHebrew-Regular.eot?') format('eot'), 
	     url('../fonts/open-sans/OpenSansHebrew-Regular.woff') format('woff'), 
	     url('../fonts/open-sans/OpenSansHebrew-Regular.ttf')  format('truetype'),
	     url('../fonts/open-sans/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular') format('svg');
}

@font-face {
	font-family: 'OpenSansHebrew-Regular';
   src: url('../fonts/open-sans/opensanshebrew-bold.eot');
   src: url('../fonts/open-sans/opensanshebrew-bold.eot') format('embedded-opentype'),
   url('../fonts/open-sans/opensanshebrew-bold.woff2') format('woff2'),
   url('../fonts/open-sans/opensanshebrew-bold.woff') format('woff'),
   url('../fonts/open-sans/opensanshebrew-bold.ttf') format('truetype'),
   url('../fonts/open-sans/opensanshebrew-bold.svg#OpenSansHebrewBold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo/Arimo.eot');
    src: url('../fonts/Arimo/Arimo.eot?#iefix') format('embedded-Arimo'),
         url('../fonts/Arimo/Arimo.woff') format('woff'),
         url('../fonts/Arimo/Arimo.ttf') format('truetype'),
         url('../fonts/Arimo/Arimo.svg#Arimo') format('svg');
    font-weight: normal;
    font-style: normal;
}

	@font-face {
        font-family: "Roboto";
        src: url('../fonts/roboto/976104737-Roboto-Light.eot');
        src: url('../fonts/roboto/976104737-Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/976104737-Roboto-Light.svg#Roboto Light') format('svg'),
        url('../fonts/roboto/976104737-Roboto-Light.woff') format('woff'),
        url('../fonts/roboto/976104737-Roboto-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

	@font-face {
        font-family: "Roboto";
        src: url('../fonts/roboto/Roboto-Medium.eot');
        src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg'),
        url('../fonts/roboto/Roboto-Medium.woff') format('woff'),
        url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }



body {
	direction:rtl;
}

		.scrollup{
			width:40px;
			height:40px;			
			text-indent:-9999px;
			opacity:0.3;
			position:fixed;
			bottom:50px;
			right:100px;
			display:none;			
			background: url('/images/icon_top.png') no-repeat;
			z-index:999999;
		}

.accessibillity{
	position: fixed;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: auto;
	color: white !important;
	padding: 6px 13px;
	font-size: 17px;
	border-bottom-left-radius: 3px;
	z-index: 999;
}



body, input, textarea, div	{
	font-size:14px;
	font-family:OpenSansHebrew-Regular ,Arial !important;

}

body  {
	background-color:transparent !important ;

}

body, input, textarea, div, span, p {
	font-family:OpenSansHebrew-Regular ,Arial !important;

}

a:link				{color:#000000; text-decoration:none; outline:none;}
a:visited			{text-decoration:none; outline:none; color: #000000 ;}
a:active 			{color:#000000; text-decoration:none; outline:none;}
a:hover 			{color:#000000; text-decoration:none!important; outline:none;}
img 				{border:none; max-width:100% !important; height: auto;}
select 				{background:#ffffff; color:#000000;width:100px; border:none;}
option 				{background:#ffffff; color:#000000;}
option:hover 		{background:#ffffff; color:#000000;}
h1					{}
h2					{padding:0; margin:0;}
h3					{margin:0; padding:0; font-size:12px; display:inline; font-weight:normal;}

p {
margin: 0;
padding: 0;
}

hr	{
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #000000 !important;
opacity: 0.1;
}

#Space{
clear:both;
padding-top:100px;
}

iframe	{max-width:100%;}

div.at4-arrow{text-indent: 9999em !important;}

.menu-button {	color: #808080;padding:10px!important;}
.menu-button	img {max-height:40px; }
.menu_icon	{color: #808080; position:absolute; top:20px; right:20px;}
.nav-menu {

  display: inline;
  margin: 0;
	padding:0;
  list-style: none;

}
.editit {
border:1px dashed #ccc;
}

.cke_editable.cke_editable_inline.cke_focus{
border:1px dashed red;
outline: none;
cursor: text;
}

.mm-ismenu {
	background:#f9f9fb  !important;
	background-image: -ms-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: -moz-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: -o-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9fb), color-stop(1, #f9f9fb));
	background-image: -webkit-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: linear-gradient(to bottom, #f9f9fb 0%, #f9f9fb 100%);
	color: #808080 !important;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
border-color: #808080 !important;
}

.mm-menu .mm-list > li > a.mm-subclose {
	background:#f9f9fb  !important;
	background-image: -ms-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: -moz-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: -o-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9fb), color-stop(1, #f9f9fb));
	background-image: -webkit-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: linear-gradient(to bottom, #f9f9fb 0%, #f9f9fb 100%);
	color: #808080 !important;

}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
margin-right:0 !important;
}

#Fixed_menu {
position:fixed;
background-color: #ffffff;
background-position: top center;
background-repeat: repeat-x;
background-size: auto;
background-attachment: scroll;
top: 0;
	display: none;
	margin: auto;
	opacity: 0.98;
	left: 0;
	right: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 9998;


}

.nav-menu a	{
	color: #808080;
/*
	height:35px;
*/
	display: inline-block;
	padding: 0 20px;
	line-height:35px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-menu li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.nav-menu li a:hover {
	background: ;
	color:#5a3a20;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3 ease-in-outs;
}

.nav-menu > li:hover > a {
	background: ;
	color:#5a3a20;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-menu li:hover a < li{
	color:#5a3a20;
			}


.nav-menu li ul {
  text-align: right;
  padding: 0;
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  width: 170px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  opacity: 0;
  visibility: hidden;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	z-index:9999999;
}




.nav-menu li ul li{ 


	background:#f9f9fb;
	border-bottom:1px dotted #ffffff;
	color:#808080;
	width:100%;


}
.nav-menu li ul li a{ 
	width:100%;
	color:#808080;
}
.nav-menu li ul li a:hover { }

.nav-menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.nav-menu .menu-last {
	border-bottom:none;
}

.nav-menu li.menu-current  > a {
	 color:#5a3a20; 	background:;  
	-webkit-transition: color .25s linear, background-color .25s linear;
	-moz-transition: color .5s linear, background-color .5s linear;
	transition: color .25s linear, background-color .25s linear;
	border-bottom : 0px solid #9f9219;
;
	color:#5a3a20;
}

.nav-menu li.menu-parent > a {
	 color:#5a3a20; 	background:;  
	-webkit-transition: color .25s linear, background-color .25s linear;
	-moz-transition: color .5s linear, background-color .5s linear;
	transition: color .25s linear, background-color .25s linear;
	border-bottom : 0px solid #9f9219;
;
	color:#5a3a20;

}

.login_form{
max-width: 370px;
width: 90%;
margin: 0 auto;
}

#Container {
	border-style:solid;
	width:100%;
	min-height:340px;
	height:100%;
	margin: auto;

}

#Icons {
	position:relative;
	bottom:20px;
}



#Seperator {
	display:inline-block;
}

#menu_spacing {
	padding-left:10px;
	padding-right:10px;
	height:35px;
}

#menu_spacing_footer {
	padding-left:5px;
	padding-right:5px;
}



#BG {
	position: fixed;
	width:100%;
	height:100%;
	z-index:-99999;
}


#Box {
	max-width:1090px;
	position: relative;
	width: 100%;
	margin:0 auto;
}

#Main_575_31	{
	background: rgba(255,255,255,0);
	position:relative; 
margin-top:40px;
 padding-top:10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	min-height:440px;

}

#Logo {
	padding:20px 0 30px 0;
	text-align: center;

}

#Logo_text {
	font-size:34px;
	color: #222;
	text-shadow: 0px 1px 2px #555;
}


#Main_table {
	position:relative;
	margin:auto;
}

#Header_table {
	background:#f9f9fb;
	background-image: -ms-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: -moz-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: -o-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9fb), color-stop(1, #f9f9fb));
	background-image: -webkit-linear-gradient(top, #f9f9fb 0%, #f9f9fb 100%);
	background-image: linear-gradient(to bottom, #f9f9fb 0%, #f9f9fb 100%);
	border:0px solid
#e4d5af;

	width:95%;


	text-align:center;
	font-size:21px;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin:auto;

}

#Content_table {
	width:95%;

	padding-top:40px;
	padding-bottom:30px;
	margin:auto;
}

.nav-flex{
	display: inline-block !important;
	padding-top: 20px;
}

#Page_Name {
	font-size:20px;
	padding-bottom:5px;
}

#padding_preview {
	padding-right:10px;
	padding-left:10px;
	font-size:16px;
	text-align: justify;
	position:relative;
}

#padding_flash_preview {
	text-align:center;
	margin-top:10px;
	margin-right:10px;
}

#padding_contact {
	padding-top:10px;
}

#contact_input {}

#padding_press {padding-right:10px; padding-top:10px; padding-left:10px;}



#Sub_Menu {
	font-size: 14px;
	margin-top:8px;
	background:#303030;
	width: 880px;
	min-height:23px;
	height:auto;
	display: block;
	text-align:center;
	line-height: 23px;
}

#Sub_Menu .menu-current {
	display:inline-block;
	 color:#5a3a20; 	background:;  
	-webkit-transition: color .25s linear, background-color .25s linear;
	-moz-transition: color .5s linear, background-color .5s linear;
	transition: color .25s linear, background-color .25s linear;
	border-bottom : 0px solid #9f9219;
;
	padding-right:10px;
	padding-left:10px;
}

#Sub_Menu .menu-sibling {
	display:inline-block;
	height:100%;
	padding-right:10px;
	padding-left:10px;
}

#Sub_Menu span:hover	{
	display:inline-block;
	 color:#5a3a20; 	background:;  
	-webkit-transition: color .25s linear, background-color .25s linear;
	-moz-transition: color .5s linear, background-color .5s linear;
	transition: color .25s linear, background-color .25s linear;
	border-bottom : 0px solid #9f9219;
;
}

#Menu_pic {
	margin-top:10px;
	width:356px;
	height:310px;
	display:block;
	float:left;
}

#Menu_items {
	width: 510px;
	float:right;
	margin-top:20px;
}

#Menu_title {
	text-align:right;
	font-size: 14px;
	font-weight: bold;
}

#Menu_price {
	text-align:left;
	font-size: 14px;
}

.BMmain {
	width: 490px;
}

.BMheader {
	vertical-align:middle;
	font-weight: bold;
	text-align: center;
}

.BMlink {
	width: auto;
	vertical-align: middle;
	text-align: center;
}

.BMlink img {
	border: none;
}

div.swift2_gallery {
	display: block;
	width: 890px;
	overflow: hidden;
}

div.all_galleries {
	font-size: 14px;
	margin-top:8px;
	background:#303030;
	width: 880px;
	height:25px;
	display: block;
	text-align:center;
	line-height: 24px;
	visibility:hidden;
}

div.gallery_title {
	font-size: 16px;
	font-style: italic;
	color: gray;
	padding-left: 10px;
	width: 370px;
	line-height: 15px;
}

div.gallery_description {
	font-size: 11px;
	color: gray;
	line-height: 1.4;
	padding-left: 20px;
	display: block;
	float: left;
}

div.images {
	display: block;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 8px;
	float: left;
}

#gallery_menu {
	margin-top:-8px;
}

#swift_menu2 {
	width: 16px;
	height: 16px;
	background:#280F0D;
	display:inline-block;
	text-align:center;
	margin-right:5px;
}

#swift_menu_current {
	width: 16px;
	height: 16px;
	background:#280F0D;
	display:inline-block;
	text-align:center;
	margin-right:5px;
}

div.gallery_thumbnails {
	display: block;
	width: 370px;
	float: right;
	margin-top: -3px;
	margin-right: 0px;
}

div.thumbnails {
	display: block;
	float: right;
	margin-top: 12px;
	margin-right: 12px;
}

.ui-tabs {
	direction: rtl;
}

.ui-tabs .ui-tabs-nav li a {
	float: right;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.ui-state-default 	{
	float: right;
}

.recommended_date	{font-size:80%; opacity:0.8;}

#Container {
	border:none;
	color:#000000;
	position: relative;
}


#DESCRIPTION {
	border-bottom:1px solid #FFFFFF;
}

div.all_galleries a {
	color:#9DA7D8;
}

#swift_menu2 {
	color:#fff;
}

#swift_menu_current {
	color:#fff;
}

#Sub_Menu a {
	color:#fff;
}

#Header_table span {
	color:#808080;
	font-weight:normal;
}

#Page_Name {
	color:#000000;
}

#575_31_Footer {
	color:0;
}

#575_31_Footer a {
	color:0;
}

#Footer_Address {
	color:0;
}

#Footer_table a {
	color:#000000;
}



.rec_table {
	border-bottom:#9DA7D8 solid 1px;
}

.BMheader {
	background-color:#FFFFFF;
	color: #9DA7D8;
}

a.grouped_elements {
	color:#000000;
}

#Design_Form input {
	border:1px solid #ADADAC;
}

#Container label {
	width:80px;
	display:inline-block;
	padding:0 0 15px 0;
}


#slideshow {
    position:relative;

	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#page-wrap { 
	position: relative;
	width: 400px; 
	margin: 50px auto; 
	padding: 20px; 
	background: #fff; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; 
}

#Bottom_sitemap_575_31	{
	width:100%;
	margin:auto;
	height:90px;
	background:#f9f9fb ;
	text-align:center;
	position:relative;
	clear: both;

border-bottom-right-radius:0px;
border-bottom-left-radius:0px;

-moz-border-bottom-right-radius: 0px;
-moz-border-bottom-left-radius: 0px;

-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;

-khtml-border-bottom-right-radius: 0px;
-khtml-border-bottom-left-radius: 0px;


}


div[id*='doksoft_maps']{
margin:auto;
}

#Product_Container	{
	position:relative;


	width:195px;
	height:250px;
	display:block;

}


#Product_Title {
	text-align:center;
	font-weight:bold;
	margin:3px;
	font-size:13px;
	height:35px;
	color:#000;
}

#Product_Title a {
	color:#000;
}

#Product_Pic {
	text-align:center;
}

#Product_Pic img {
	height:80px;
}

#Product_Desc {
	text-align:center;
	font-size:12px;
	margin:3px;
	height:60px;
	overflow:hidden;
}

#Product_Price {
	position:absolute;
	bottom:5px;
	left:5px;
	font-size:13px;
	font-weight:bold;
}

#Product_PayPal	{
	position:absolute;
	bottom:8px;
	right:-10px;
}

#Product_PayPal	input {
	border:none;
}

#Main_product {
	width:100%;

	position:relative;

}

#Product_MainContainer {
	color:#000;
	width:100%;
	position:relative;
}

#Product_MainPic img {

	max-height:180px;

	padding:30px;

}

#Main_product .bar {
	padding:10px;
font-size:15px; border-radius: 8px;
}

		#ShowSearchBox{
			outline: none;
		}

		#Search_container{
				position: absolute;
				top: 40px;
				background: white;
				padding: 17px;
				border: 1px solid rgb(216, 216, 216);
				box-shadow: 0px 1px 8px rgb(183, 183, 183);
				-webkit-box-shadow: 0px 1px 8px rgb(183, 183, 183);
				-moz-box-shadow: 0px 1px 8px rgb(183, 183, 183);
				box-sizing: border-box;
				transition: all .2s;
				-webkit-transition: all .2s;
				-moz-transition: all .2s;
				clear: both;
				z-index: 2222;
			}
			
			.searchBox {
				height: 35px;
				width: 200px !important;
				outline: none;
				direction: rtl;
				padding: 5px;
				box-sizing: border-box;
				border: 1px solid rgb(193, 193, 193);
				border-left: none;
				font-size: 15px !important;
				color: rgb(162, 162, 162);
				background: rgb(246, 246, 246);
				border-top-left-radius: 0px !important;
				border-bottom-left-radius: 0px !important;
				border-left: none !important;
			}
			
			.searchBtn{
				background: #2980b9;
				border: 1px solid #2980b9 !important;
				color: white;
				height: 35px;
				width: 38px;
				outline: none;
				border-top-right-radius: 0px;
				border-bottom-right-radius: 0px;
				border-right: none !important;
				float: left;
			}
			
			.searchBtn:hover{
				background: #2E8FCF;
				cursor: pointer;
			}
			
			.hideSearch{
				opacity: 0;
				filter: alpha(opacity=0); /* for IE */
				-moz-transform: scale(0);
				-webkit-transform: scale(0);
				-ms-transform: scale(0);
			}
			
			.showSearch{
				opacity: 1;
				filter: alpha(opacity=100); /* for IE */
				-moz-transform: scale(1);
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
			}

#Breadcrumbs {
	width:100%;
	height:20px;
	font-size:12px;
	border-bottom:1px solid #EDEDED;
	text-align: right;
	position: absolute;
	right: 0;
	top: -20px;
}

#Breadcrumbs a {
	color:#000;
}

#bread_arrow {
	position:relative;
	top:2px;
}

#MainDesc {
	font-size:15px;
}

#Product_MainTitle {

}

#Product_MainContainer h2 {

	padding:0;
	margin:0;
}

#Product_MainSku {
	background:#F8F8F8;
	border:1px solid gray;
	height:50px;
}

#MainSku {
	margin:5px;
}

#Product_MainPrice {
	font-weight:bold;
	background:#F8F8F8;
	border:1px solid gray;
	height:50px;
}

#MainPrice {
	position:relative;
	top:17px;
}

#Product_MainShare {
	background:#F8F8F8;
	border:1px solid gray;
	height:50px;
}

#Product_MainBuy {
	position:relative;
	float:left;
	margin:10px;
}

#MainShare	{
	margin:5px;
}

#Product_Share	{
	width:160px;
	float:left;
	margin:5px;
}

#Map	{
	position:absolute;
	bottom:20px;
	left:20px;
	padding:20px;
	background:#fff;
	border:1px solid #D3D3D3;
}

#Sub_top_menu {
	margin:auto;
	font-size: 14px;
	background:#f9f9fb;
	width: 100%;
	height:auto;
	display: block;
	text-align:center;
	line-height: 23px;
	min-height:0;
}

#Sub_top_menu ul {
	list-style:none;
}

#Sub_top_menu li {
	display:inline-block;
}

#Sub_top_menu li a {
	display:inline-block;
	color:#808080;
	padding-right:10px;
	padding-left:10px;
}

#Sub_top_menu .menu-current a {
	display:inline-block; 
color:#808080; 	background:#e3e3e3;
	-webkit-transition: color .25s linear, background-color .25s linear;
	-moz-transition: color .5s linear, background-color .5s linear;
	transition: color .25s linear, background-color .25s linear;
;
	padding-right:10px;
	padding-left:10px;
}
#Sub_top_menu .menu-sibling a {
	display:inline-block;
	height:100%;
	padding-right:10px;
	padding-left:10px;
}

#Sub_top_menu li a:hover {
	display:inline-block; 
color:#808080; 	background:#e3e3e3;
	-webkit-transition: color .25s linear, background-color .25s linear;
	-moz-transition: color .5s linear, background-color .5s linear;
	transition: color .25s linear, background-color .25s linear;
;
}

#Sub_right_menu ul {
	list-style:none;
	position: relative;
	padding:0;
	margin:0;
	float:right;
	margin-top:20px;
	width: 100%;
	font-size: 14px;
	text-align:center;
	z-index:9;
}

#Sub_right_menu li a {
	display:block;
	color:#808080;
	float:right;
	width: 100%;
	height:30px;
}

#Sub_right_menu .menu-current a {
	display:block; 
color:#808080; 	background:#e3e3e3;
	-webkit-transition: color .25s linear, background-color .25s linear;
	-moz-transition: color .5s linear, background-color .5s linear;
	transition: color .25s linear, background-color .25s linear;
;
	border-bottom:1px dotted #ffffff;
}

#Sub_right_menu .menu-sibling a{
	display:block;
}

#Sub_right_menu li a {
	display:block;
	background:#f9f9fb;
	line-height:28px;
}

#Sub_right_menu li a:hover	{
	
color:#808080; 	background:#e3e3e3;
	-webkit-transition: color .25s linear, background-color .25s linear;
	-moz-transition: color .5s linear, background-color .5s linear;
	transition: color .25s linear, background-color .25s linear;
;
	border-bottom:1px dotted #ffffff;
}

#Sub_right_menu	li a {
	border-bottom:1px dotted #ffffff;
}

#Sub_right_menu	.menu-last a,#Sub_right_menu .menu-last a:hover	{
	border-bottom:0;
}


#Main_Blocks {
	width:740px;
	margin:auto;
}
#Main_Blocks_Table	td{
	width:250px;
}

.da-thumbs {
	list-style: none;
	position: relative;	margin: 20px auto;	padding: 0;
}
.da-thumbs li {
	float: right;
	margin: 0 25px 25px 25px;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.da-thumbs li ,.da-thumbs li img {
	display: block;
	position: relative;
}

.da-thumbs li  {
	overflow: hidden;
}

.da-thumbs li div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li  div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 0 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.da-thumbs li  div .da-thumbs-sub {
	margin: 0 20px 0 20px;
	box-shadow: none;
}

a[href^=tel] {
	color: black;
} 

#Credits_no_sitemap	{
	position:fixed;
	bottom:10px;
	left: 10px;
}

#Address_no_sitemap	{
	color:#000000; font-size:12px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}


.formx_required	{
	float:right;
	color:red;
}

#Bottom_image	{
	width:100%;
	height:445px;
	text-align:center;
	position:fixed;
	bottom:0;
}

#formx td {
padding:5px;
}

.formx_submit {
	float:left;
}

#Gallery_table	td {
	margin:20px;
}

input:focus,textarea:focus,select:focus {
	outline:none;
}

input[type=text],input[type=email],textarea {
	background:#ffffff !important;
	padding:5px !important ;
	width:100%;
	color:#000000 !important;
	direction:rtl;
	border:1px solid #cccccc ;
	font-size:13px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;

}

#Bottom_sitemap_575_31	a {
	color:#000000;
}

#Bottom_sitemap_575_31	a:hover {
	color:#4a61e8;
}

#Bottom_sitemap_575_31 .site_map {
	padding-top:50px;
	font-size:12px;
}

#Credits {
text-align:left;
	margin-top:5px;
	left: 10px;
}

#Address {
	position:absolute;
	bottom:5px;
	right: 10px;
	color:#000000;
	font-size:12px;
}






#Footer_table {
	background-image:url(../media/upload/) top-center no-repeat;
	width:980px;
	height:90;
	text-align:center;
	font-size:12;
	visibility:hidden;
}

#575_31_Footer {
	vertical-align:middle;
	margin:auto;
	text-align:center;
	width:980px;
	height:20px;
	font-size:11px;
}

#575_31_Footer a {
	font-size:11px;
}

#Footer_Address {
	vertical-align:middle;
	margin:auto;
	text-align:center;
	width:980px;
	height:20px;
	font-size:12px;
}



input[type=submit],button {
	background:#16daf0; 
	padding:5px 10px 5px 10px;
	color:#ffffff;
	border:0px solid #2f230e !important;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	-moz-box-shadow: 0 0 0px 0 #808080;
	-webkit-box-shadow:  0 0 0px 0 #808080;
	box-shadow:  0 0 0px 0 #808080;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

input[type=submit]:hover,button:hover {
color:#ffffff!important;
}

#leader-form table td {
	padding:3px 5px 0 10px;
}

#Recommended{
width: 50%;
margin: auto;
}


#Thanks	{
	display:block;
	color:#fff;
	z-index:9999999;
	position:relative;
	top: 40%;
	text-align: center;
}

#cover {
	height:100%;
    width:100%;
    background-color:#000;
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:999;
}



.col-md-auto{
  padding: 0 15px 0 15px;
  float:left;
}

/* 1 item */
.col-md-auto:first-child:nth-last-child(1) {
    width: 100%;
}

/* 2 items */
.col-md-auto:first-child:nth-last-child(2),
.col-md-auto:first-child:nth-last-child(2) ~ div {
    width: 50%;
}

/* 3 items */
.col-md-auto:first-child:nth-last-child(3),
.col-md-auto:first-child:nth-last-child(3) ~ .col-md-auto {
    width: 33.3333%;
}

/* 4 items */
.col-md-auto:first-child:nth-last-child(4),
.col-md-auto:first-child:nth-last-child(4) ~ .col-md-auto {
    width: 25%;
}

/* 5 items */
.col-md-auto:first-child:nth-last-child(5),
.col-md-auto:first-child:nth-last-child(5) ~ .col-md-auto {
    width: 20%;
}

#Mobile_header	{
width:100%;
position:fixed;
bottom:0;
background: rgba(255,255,255,0.75);
z-index: 999;
padding:10px 0;
text-align:center;
-webkit-box-shadow: 0px 0px 17px rgba(173,173,173,0.82);
-moz-box-shadow:    0px 0px 17px rgba(173,173,173,0.82);
box-shadow:         0px 0px 17px rgba(173,173,173,0.82);

}




#Mobile_header span	{
color:#2e2e2e;
font-size:13px;
}

#Mobile_header img	{
max-height:20px;
max-width:100%;
}

.cke_editable.cke_editable_inline{
cursor: pointer;
}



#padding_recomended {
	padding:10px;
}

#rec_title {
	font-weight:bold;
	margin-bottom:15px;
}

#padding_add_rec {
	padding-right:10px;
	padding-top:10px;
	padding-left:10px;
}

#input_rec {
	margin-left:20px;
	margin-right:20px;
}

.rec_table {
	width: 870px;
}

#padding_view_rec {
	padding-right:10px;
	padding-top:10px;
	padding-left:10px;
}



.row {margin:0 !important;}
iframe {max-width:100% !important;}
#doksoft_maps2 {width:auto!important;}


.form-control:focus {
  border-color: #bfb09b!important  ;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(191,176,155, 0.6) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(191,176,155, 0.6) !important;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #bfb09b!important;
}


@media screen and (max-width: 768px){
.sticky_menu	{
position:fixed;
top:0;
width:100%!important;
z-index:9999;
}



}

@media screen and (max-width: 1024px){

	img.bg {
	left: 50%;
	margin-left: -512px; 
}


