
  html {
	overflow-x:hidden;
}


/* Small devices (tablets, 360px and up) */
@media (min-width 360px) and (max-width 480px){ 
body {
font-family: "carmelaregular", Helvetica, Arial, sans-serif;
font-size: 14px;
overflow:hidden;
direction: rtl;
background-color:#000000;
line-height: 1.42857;
 color: rgba(115, 112, 112, 0.89);
background: #ffffff url('/images/icon/bg.png') no-repeat fixed center center;
}





ul.sigFreeClassic{
	clear: both;
    margin: 0px 50px !important;
}	

h1, .h1 {
font-size: 36px;
color: rgb(170, 131, 32);
}

.navbar-default .navbar-nav > li > a {
color: rgb(148, 117, 60);
}

.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}

.navbar-default .navbar-brand {
color: rgb(219, 59, 59);
float: right;
font-size: 25px;
}

 }/* Small devices (tablets, 360px and up) */



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	
body {
font-family: "carmelaregular", Helvetica, Arial, sans-serif;
font-size: 14px;
overflow:hidden;
direction: rtl;
	background-color:#000000;

line-height: 1.42857;
 color: rgba(115, 112, 112, 0.89);
background: #ffffff url('/images/icon/bg.png') no-repeat fixed center center;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    
	border-bottom: 4px solid #CB9F2D;
	border-top: 4px solid #CB9F2D;
}



h1, .h1 {
font-size: 36px;
color: rgb(170, 131, 32);
}

.navbar-default .navbar-brand {
color: rgba(70, 62, 62, 0);
float: right;
font-size: 18px;
}


	 .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
	}	
	
	
	.navbar-nav > li {
    float: right;
    font-size: 1.2em;
	}


    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
	
	.navbar-nav > li {
    float: left;
    font-size: 1.2em;
}
	



	
}/* Small devices (tablets, 768px and up) */






/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */



#navbg {
    clear: none;
    background-image: url("http://localhost/mikasa15.co.il/images/nev-bg.png");
    border-width: 0px;
    border-style: solid;
    border-color: #F3EFE7;
    background-color: #000;
    box-shadow: 0px 0px 0px 0px #666;
    min-height: 90px;
    max-height: 90px;
    z-index: 100000;
    width: 100%;
    position: fixed;
}


}/* Smartphones (portrait) ----------- */








/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */



	.navbar-default .navbar-brand {
color: rgba(70, 62, 62, 0);
float: right;
font-size: 18px;
}
	

	

  .visible-lg {
    display: block !important;
  }

body {
font-family: "carmelaregular", Helvetica, Arial, sans-serif;
font-size: 14px;
overflow:hidden;
direction: rtl;
	background-color:#000000;

line-height: 1.42857;
 color: rgba(115, 112, 112, 0.89);
background: #ffffff url('/images/icon/bg.png') no-repeat fixed center center;


}


.navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 0px;
    min-height: 10px;
    position: relative;
}

.warppar {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -142px; 
}
.warppar:after {
  content: "";
  display: block;
}
.site-footer, .warppar:after {
  /* .push must be the same height as footer */
  height: 88px; 
}
.site-footer {
 /* border-top: 3px solid #CB9F2D;*/
  
  
}



.navbar {
    border-bottom: 4px solid #CB9F2D;
}

.page-header {
    border-bottom: 1px solid #CB9F2D;
    margin: 0 0 20px;
    padding-bottom: 9px;
}

.jumbotron {
    background-color: rgba(251, 251, 251, 0.29);
    color: inherit;
    margin-bottom: 30px;
    padding: 30px;
}

.nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #CB9F2D;
    background-color: transparent;
}


video { width: 100% !important; height: auto !important; }



/* Header
 ---------------------------------------------------------------------- */

#header {
	background-color: #dddddd;
	height: 86px;
	z-index: 300;
	width: 100%;
}




/* Navigation
 ---------------------------------------------------------------------- */

/* --- MAIN NAVIGATION --- */
#main-nav { 
	border-left: 1px solid #B0B0B0;
    border-right: 1px solid #D6D6D6;
    float: right;
    margin-right: -70px;
    width: 100%;
    z-index: 100;
}

		#main-nav li {
			list-style: none;
			float: left;
			margin: 0; 
			position: relative;
		}

			#main-nav a {
				color: #555;
				font-size: 12px;
				font-weight: 800;
				display: block;
				padding: 0px 15px;
				line-height: 86px;
				border-left: 1px solid #d6d6d6;
				border-right: 1px solid #b0b0b0;
				position: relative;
				text-align: center;
				text-transform: uppercase;
				z-index: 98;
			}

				#main-nav a:hover, #main-nav .hover > a, #main-nav .current > a, #main-nav .active > a {
					color: #756135;
				}

				#main-nav a:hover, #main-nav .hover > a, #main-nav .current > a { background-color: #dadada; border-left: 1px solid #e2e2e2; }
				#main-nav .active > a { background-color: #dadada; }

			/* Sub nav */
			#main-nav ul ul {
				background: #161616;
				-webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
				   -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
						box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
				display: none; 
				left: 0;
				padding: 0;
				position: absolute;
				top: 86px; 
				width: 300px;
				z-index: 300;
			}

				#main-nav ul ul li { float: none; }

					#main-nav ul ul a {
						border: 0;
						border-bottom: 1px solid #0a0a0a;
						border-top: 1px solid #1f1f1f;
						color: #aaa;
						display: block;
						font-size: 11px;
						letter-spacing: 0;
						padding: 3px 3px !important;
						padding-right: 10px; padding-left: 10px;
						text-align: center;
						text-transform: none;
						line-height: normal;
					}

						#main-nav ul ul a:hover, #main-nav ul ul .hover > a, #main-nav ul ul .current > a, #main-nav ul ul .current > a:hover, #main-nav ul ul .active > a, #main-nav ul ul .active > a:hover {
							background-color: #121212 !important;
							border-left: none;
							color: #fff;
						}

			/* Dropdown */
			#main-nav ul ul ul {
				left: 100% !important;
				top: 0 !important;
			}

	/* Responsive Nav */
	#main-nav .responsive-nav {
		background-image: url(../img/responsive-nav.png);
		background-color: #666;
		border: none;
		background-position: center right;
		background-repeat: no-repeat;
		display: none;
		width: 100%;
		color: #fff;
	}

/* --- SINGLE NAVIGATION AND PAGINATION --- */
/* Single release, gallery, albums, blog... */

#single-nav {
	position: relative;
	z-index: 1;
	height: 64px;
	width: 80px;
	margin: 10px 0 30px 0;
}
	#single-nav:after {
		content: "";
		width: 1px;
		height: 64px;
		background: #ccc;
		position: absolute;
		left: 50%;
		top: 0;
		-webkit-transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		transform: rotate(20deg);

	}
	#single-nav a {
		margin-top: 14px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: top left;
		width: 21px;
		height: 35px;
		opacity: .4;
		filter:alpha(opacity=40);
	}
	#single-nav a:hover {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	#single-nav .nav-prev {
			background-image: url(../img/nav-prev-single.png);
			float: left;
	}
	#single-nav .nav-next {
			background-image: url(../img/nav-next-single.png);
			float: right;
	}
	#single-nav.center { margin: 0px auto 80px auto; }

	/* Pagination */
	ul#pagination {
		height: 35px;
		width: 100%;
		text-align: center;
		margin-top: -40px;
		margin-bottom: 12px;
	}
		ul#pagination li {
			display: inline-block;
			margin: 0;
			font-size: 14px;
			color: #333;
			font-weight: bold;
		}
		ul#pagination li a, ul#pagination .active {
			padding: 0 15px;
			display: inline-block;
			line-height: 35px;
			position: relative;
		}
		ul#pagination li a {
			color: #666;
			font-weight: normal;
		}
		ul#pagination li a:hover {
			color: #333;
		}

		/* Arrows */
		#pagination .nav-prev, #pagination .nav-next {
			height: 35px;
			opacity: .2;
			filter:alpha(opacity=20);
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: center center;
			position: relative;
			top: 12px;
		}
		#pagination .nav-prev:hover, #pagination .nav-next:hover {
			opacity: 1;
			filter:alpha(opacity=100);
		}
		#pagination .nav-prev {
			background-image: url(../img/nav-prev-single.png);
		}
		#pagination .nav-next {
			background-image: url(../img/nav-next-single.png);
		}



/* Page Header
 ---------------------------------------------------------------------- */

#page-header {
	border-top: 1px solid #292929;
	border-bottom: 1px solid #000;
	background-color: #222;
	padding-top:40px;
	width:100%;
}
	/* --- Backgrounds --- */

	/* Default background */
	.page-releases #page-header, .page-release2 #page-header, .page-releases3 #page-header, .page-gallery #page-header, .page-gallery-album #page-header, .page-grid #page-header, .page-elements #page-header {
		background: #222 url(../placeholders/default-bg.png) center bottom no-repeat;
	}

	/* Others pages*/
	.page-blog #page-header { background: #000 url(../placeholders/blog-bg.jpg) center center no-repeat; }

	.page-event #page-header { background: #000 url(../placeholders/event-bg.jpg) center center no-repeat; }
	.page-events #page-header { background: #000 url(../placeholders/events-bg.jpg) center top no-repeat; }
	.page-index #page-header, .page-home-masonry #page-header { background: #222 url(../placeholders/homepage-bg.jpg) center bottom no-repeat; }
	.page-artists #page-header { background: #222 url(../placeholders/artists-bg.jpg) center bottom no-repeat; }
	.page-artists2 #page-header { background: #222 url(../placeholders/artists2-bg.jpg) center bottom no-repeat; }
	.page-artist #page-header { background: #222 url(../placeholders/artist-bg.png) center bottom no-repeat; }
	.page-artist2 #page-header { background: #222 url(../placeholders/artist2-bg.jpg) center bottom no-repeat; }
	.page-release #page-header { background: #000 url(../placeholders/release-01-bg.jpg) center bottom no-repeat; }
	.page-contact #page-header { background: #222 url(../placeholders/contact-bg.jpg) center bottom no-repeat; }

	/* Slogan */
	.slogan { 
		margin-bottom: 40px !important;
		font-size: 36px;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
		.slogan.big { font-size: 48px; }

	/* Title */
	.page-title {
		font-size: 68px;
		color: #BBA061 !important;
		
	}
	.page-subtitle { font-size: 36px;	 }
		.page-title, .page-subtitle {
			line-height: 1.2em;
			margin-bottom: 0; 
		}
	#page-header hgroup { 
		max-width: 70%;
		display: inline-block;
		margin-bottom: 20px;
	}

	/* Description */
	.header-content {
		font-size: 14px;
		line-height: 1.7em;
		color: #fff;
		margin-bottom: 40px;
	}

	#share-wrap ~ hr, #page-header hgroup ~ hr, .page-slogan ~ hr, .page-title ~ hr, .page-subtitle ~ hr, .project-title ~ hr {
		margin-bottom: 50px;
		margin-top: 0;
	}


	
	
	.navbar-nav {
	margin: 7.5px 0 0 50px;
	
	
	}
	
	.container-fluid {
	background-color:#FFFFFF;
	
	
	}
	
	
	
	
	
	.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
   .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

    .tab-warp {
	display:black;
	direction:inline;
}

p {
    margin: 5px 5px 10px;
}

#h2box {
	background: none repeat scroll 0 0 #CB9F2D;
    border-bottom: 3px solid #CB9F2D;
    box-shadow: 0 1px 1px #FFFFFF;
    margin: 6px 3px 20px 0;
    padding-bottom: 9px;
    padding-top: 6px;
}

.tab-1 {
	display:black;
}

.tab-2 {
	display:black;
}

ul.sigFreeClassic {
    clear: both;
    list-style: none outside none;
    margin: 8px 0 0 !important;
    overflow: hidden;
    padding: 8px 0 !important;
}

ul.sigFreeClassic li.sigFreeThumb {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0) !important;
    box-shadow: 0 1px 3px #FFFFFF;
    float: right;
    list-style: none outside none !important;
    margin: 7px 7px 7px 3px;
    padding: 0 3px;
}




.social-roll1 {
	background-image: url('/images/icon/gp-1..png');
	height: 32px;
	width: 35px;
	margin: 10px;
	float: right;
	border-radius: 5%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll1:hover {
	background-image: url('/images/icon/gp-2..png');
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}




.social-roll2 {
	background-image: url('images/icon/gp-1..png');
	height: 32px;
	width: 35px;
	margin: 10px;
	float: right;
	border-radius: 5%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll2:hover {
	background-image: url('images/icon/gp-2..png');
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.social-roll3 {
	background-image: url('images/icon/gp-1..png');
	height: 32px;
	width: 35px;
	margin: 10px;
	float: right;
	border-radius: 5%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll3:hover {
	background-image: url('images/icon/gp-2..png');
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.social-roll4 {
	background-image: url('images/icon/gp-1..png');
	height: 32px;
	width: 35px;
	margin: 10px;
	float: right;
	border-radius: 5%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll4:hover {
	background-image: url('images/icon/gp-2..png');
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}


.navbar .nav {
    display: block;
    float: none;
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative;
}


/*  --------------------------------------------
            youtub 
	-------------------------------------------*/
             
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:-90px
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 87%;
}


.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-brand {
color: rgba(70, 62, 62, 0);
float: right;
font-size: 19px;
}

h1, .h1 {
font-size: 36px;
color: rgb(170, 131, 32);
}

.nav > li > a {
    display: block;
    padding: 10px 30px;
    position: relative;
}




 }/* iPads (portrait and landscape) ----------- */



.mod-preview-wrapper {
    background-color: rgba(238, 238, 238, 0) !important;
    border: 1px dotted rgba(0, 0, 0, 0) !important;
    color: rgba(119, 0, 0, 0.05) !important;
}


.navbar {
    border-bottom: 1px solid rgba(40, 40, 40, 0.17) !important;
}



.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}



body {
    padding-top: 0px;
    padding-bottom: 0px!important;
}


.navbar-nav {
    float: right;
   margin: 13px 0 0 !important;
}

.navbar-default {
    background-color: #000000 !important;
    border-color: #000000 !important;
}






#navbg {
    clear: none;
    background-image: url("http://www.mikasa.co.il/images/nev-bg.png");
    border-width: 0px;
    border-style: solid;
    border-color: #F3EFE7;
    background-color: #000;
    box-shadow: 0px 0px 0px 0px #666;
    min-height: 90px;
    max-height: 90px;
    z-index: 1;
	width: 100%;
	position: fixed;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF1F1;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: rgba(255, 255, 255, 0.64);
    background-color: transparent;
}


.camera_target {
    bottom: 0px;
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 90px !important;
    width: 100%;
    z-index: 0;
}


#imgb{
    clear: none;
    background-image: url("http://www.mikasa.co.il/images/nev-bg.png");
    border-width: 0px;
    border-style: solid;
    border-color: #F3EFE7;
    background-color: #000;
    box-shadow: 0px 0px 0px 0px #666;
    min-height: 90px;
    max-height: 90px;
    z-index: 100000;
}

body {
    font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #ffffff;
    direction: rtl;
		background-color:#000000;
}


a {
    color: #F1FAFF;
    text-decoration: none;
}

.label-default {
  background-color: rgba(94, 4, 128, 0);
  font-size: 14px;
}




dl {
  margin-top: 0;
  margin-bottom: 20px;
  margin: 23px;
}

table {
  max-width: 100%;
  /* background-color: #181818; */
}


#jc h4 {
    color: #FFF1F1;
    background-color: inherit;
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #D2DADB;
    padding: 1px 38px 2px;
    margin-bottom: 10px;
}

#comments-form label, #comments-report-form label {
    color: #FFEFEF;
    background-color: inherit;
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

#comments-list-footer {
    margin: 31px 28px 31px 0px !important;
}


.cont1 {
  padding-bottom: 9px;
  margin: 39px 30px 20px;
  border-bottom: 9px solid #282828;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 72px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #999;
}


.container-fluid {
    background-color: rgba(255, 255, 255, 0);
}


.row {
    margin-left: -15px;
    margin-right: -15px;
}

.uiScaledImageContainer _2zfr{
    margin-left: 15px;
    margin-right: 15px;
}

#k2Container{
    margin-left: 15px;
    margin-right: 15px;
}


.fot2{
    padding: 20px;
	background: #000000 none repeat scroll 0 0;
}




.contactcont1 {
    color: #FFF;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
    padding: 34px;
}

.hod{
    margin-right: 9px;
}

p {
    margin: 0px 8px 8px;
}


#imghome{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
border: 3px solid #740962;
width: 374px;
height: 311px;
}

#youtubehome{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
border: 3px solid rgba(230, 230, 230, 0.3);
width: 95%px;
height: 315px;
}






.contact-form {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
    padding: 20px;
    margin-top: 115px;
    margin-right: 20px;
}



address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857;
z-index: 9999999;
color: #FFF;
margin-top: 20px;
margin-right: 0px;
}




.form-control {
    display: block;
    width: 100%;
    height: 38px inherit;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #888;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #282828;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	height: 32px;
}

.form-group {
    margin-bottom: 15px !important;
}

textarea.form-control {
    height: 88px !important;
}






.btn-primary {
    background-color: #999;
    border-color: rgba(255, 255, 255, 0.61);
    color: #FFF;
}



.fa-spin {
    animation: 2s linear 0s normal none infinite running fa-spin;
}






.sp_quickcontact{
    display: block;
}

.sp_qc_submit:hover, .sp_qc_submit:focus {
    background: #2A95BE none repeat scroll 0% 0%;
}



#name {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
margin-bottom: 12px;
}


#email{
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
margin-bottom: 12px;
}




#subject{
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
margin-bottom: 12px;
}

#message{
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
margin-bottom: 12px;
}




#down1 {
	    width: 114px !important;
        height: 133x !important;
		margin-top: 0px;

}



#down1 {
	    width: 114px !important;
        height: 133x !important;
		margin-top: -20px;

}


	.moduletablecontact-form {
    margin-top: 111px;
    margin-right: 15px;
    display: block;
    background: rgba(0, 0, 0, 0.34) none repeat scroll 0% 0%;
    border-radius: 12px;
    padding: 10px;
	margin-left: 15px;
}

#logo{
width: 250px;
height: auto;
margin-top: 0px;
}

.userItemView{
border-bottom: 3px solid;
margin-top: 20px;
margin-bottom: 20px;
}


#foot4{
background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;

}



div.itemFacebookButton {
  float: right;
  margin-right: -6px;
  width: 200px;
}

div.itemRatingBlock {
  padding: 9px 0;
  margin-left: 20px;
}

div.itemToolbar {
  padding: 2px 0;
  margin: 16px 0 0 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  background: #7E1D67;
}

div.userBlock {
  background: #000000;
  border: 1px solid #ddd;
  margin: 0 0 16px 0;
  padding: 8px;
  clear: both;
}

#comments-list-footer {
  margin: 77px 28px 31px 0px !important;
}

#jc a:link, #jc a:visited, #jc a:hover {
  outline: none;
  color: #B51EA7;
}



.search{
  padding: 47px;
}

#search-searchword{
  color: #000;
}


.content_rating{
  margin-right: 20px;
}
.form-inline{
  margin-right: 20px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #000000;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 5px;
}




    div.content_rating {
      padding: 0 0 4px 0;
    }



    .pagination p.pull-right {
      float: none;
      text-align: center;
    }
     
    .pagination ul {
      display: inherit;
      text-align: center;
    }
     
    .pagination a,
    .pagination span {
      float: none;
      display: inline-block;
    }



    ul.pagination-list li a [class*="icon-"] {
      opacity: 0.3;
    }
     
    ul.pagination-list li a:hover [class*="icon-"] {
      opacity: 0.5;
    }



    .pagination {
      height: auto;
    }
     
    .pagination ul {
      border-radius: 0;
      box-shadow: none;
    }

.extravote {
    margin: 0px 10px 21px;
}

p {
    margin: 0px 14px 8px;
}





#imghome {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 3px solid rgb(69, 69, 69) !important;
}





.border-bottom{
-moz-border-image: url('www.mikasa.co.il/images/bord-b.png') 0 0 27 0 stretch stretch;
}








/*################################################################### */
/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {



	
	
}/* Small devices (tablets, 768px and up) */
/*##########################END######################################### */








/*################################################################### */
/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {




}/* Medium devices (desktops, 992px and up) */
/*##########################END######################################### */











/*################################################################### */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {
	

	
	
	
}/* Large devices (large desktops, 1200px and up) */
/*##########################END######################################### */




