/*

Theme Name: Unite

Theme URI: http://colorlib.com/wp/unite

Author: Colorlib

Author URI: http://colorlib.com/wp/

Description: Unite is a clean, modern and fully responsive WordPress wedding theme built using Bootstrap 3 which makes it optimized for tablets and mobile. It is a highly customizable eCommerce theme with unlimited color variations that can be tweaked via simple yet powerful Theme Options. Theme has a built-in Popular Posts Widget, Infinite Scroll (powered by Jatpack) and translation support. It's now available in German and French. Theme features fancy image slider, SEO friendly structure, logo support, social links and widgetized homepage.  This theme was built to be used for wedding related websites but can be tweaked to be used as any other image-centric blog such as travel. Unite theme now supports WooCommerce to create your own eStore.

Version: 1.6.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: unite

Domain Path: /languages/

Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments





This theme, like WordPress, is licensed under the GPL.



Unite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.



*/





/* =Global

----------------------------------------------- */

body {

	color: #6B6B6B;

	word-wrap: break-word;

	line-height: 1.7;

	font-size: 15px;	

	font-family: tahoma,verdana, sans-serif;

	background:url(img/window.jpg) left -2px no-repeat, url(img/pattern.jpg) 200px top repeat, #92a9bb;





}



.full-header {/* background:#ccccdd;*/ padding-top:35px}



a {

  color: #779795;

  text-decoration: none;

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

   font-size: 13px;

}



a:hover,

a:focus {

  

  text-decoration: underline;

}



a:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

	font-weight: 100;

	color: #54397E;

}

h1,

.h1 {

  font-size: 48px;

}



h2,

.h2 {

  font-size: 38px;

}



h3,

.h3 {

  font-size: 28px;

}



h4,

.h4 {

  font-size: 24px;

}



h5,

.h5 {

  font-size: 18px;

}



h6,

.h6 {

  font-size: 16px;

}



img {

	height: auto; /* Make sure images are scaled correctly. */

	max-width: 100%; /* Adhere to container width. */

}

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {

	color: #666;

	border: 1px solid #DDD;

	border-radius: 3px;

}

input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

	color: #111;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"] {

	padding: 0 0 0 10px;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding-left: 3px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 100%;

}





/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto;

}



/* Text meant only for screen readers */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}



.screen-reader-text:hover,

.screen-reader-text:active,

.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar */

}



/* Clearing */

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

	content: '';

	display: table;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

	clear: both;

}



/* =Content

----------------------------------------------- */



.sticky {

}

.hentry {

	margin: 0 0 1.5em;

}

.byline,

.updated {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.page-content,

.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

}

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}

@media (max-width: 767px) {

  .pull-left,

  .pull-right {

  	float: none !important;

  }

}

@media (min-width: 1200px) {

  .container {

    width: 980px;

  }

}



/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}



/* =Media

----------------------------------------------- */



.page-content img.wp-smiley,

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.wp-caption {

	border: 1px solid #ccc;

	margin-bottom: 1.5em;

	max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

	display: block;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}

.site-main .gallery {

	margin-bottom: 1.5em;

}

.gallery-caption {

}

.site-main .gallery a img {

	border: none;

	height: auto;

	max-width: 90%;

}

.site-main .gallery dd {

	margin: 0;

}

.site-main .gallery-columns-4 .gallery-item {

}

.site-main .gallery-columns-4 .gallery-item img {

}



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}



/* =Widgets

----------------------------------------------- */



.widget {

	/*margin: 0 0 1.5em;*/
	padding: 0 0 1em;

}



/* Make sure select elements fit in widgets */

.widget select {

	max-width: 100%;

}



.widget > ul > li,

li.recentcomments {

	border-bottom: 1px solid #EEE;

	position: relative;

	display: block;

	padding: 10px 15px;

}

.widget ul {

  padding: 10px 10px;

}



.widget-title {

 

}

.widget ul.nav.nav-tabs {

  padding: 0;

}

.tab-content ul li {

  list-style: none;

}



.tab-content .tab-thumb {

  float: left;

  margin-right: 8px;

  padding-top: 5px;

  float: left;

  line-height: 0px;

  width: 60px;

  height: 60px;

}

.tab-content li {

  overflow: hidden;

  list-style: none;

  border-bottom: 1px solid #f0f0f0;

  margin: 0 0 8px;

  padding: 0 0 6px;

}

.tab-content .tab-entry {

	display: block;

}

.tab-content > .active {

  border: 1px solid #DDD;

  border-top: none;

}

.tab-content ul li:last-child {

  border-bottom: 0;

  margin-bottom: 0;

  padding-bottom: 0;

}

.tab-content .tab-entry {

  font-weight: 600;

  font-size: 14px

}

.tab-comment {

  font-size: 18px;

  padding: 0 10px;

}

.nav-tabs > li > a {

  border-bottom-color: transparent;

  text-transform: uppercase;

}

.tab-content i {

    font-size: 12px;

}

.tab-thumb.thumbnail {

    margin-bottom: 5px;

}

.tab-content #messages li:before {

  content: '\f0e5';

  font-family: fontawesome;

  float: left;

  padding-right: 10px;

  font-size: 20px;

  color: #54397E;

}

.btn-primary, .label-primary {

	background-color: #54397E;

	border-color: #54397E;

}

.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {

	background-color: #4b3371;

	border-color: #4b3371;

}

.widget .input-group {

    width: 110%;

}

/* =Infinite Scroll

----------------------------------------------- */



/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

	display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {

	display: block;

}

#infinite-handle span {

  display: block;

  text-align: center;

  font-size: 18px !important;

  margin-bottom: 20px;

  border-radius: 4px !important;

  padding: 12px !important;

  background: transparent !important;

  border: 1px solid #DDD;

  color: #54397E !important;

	-webkit-transition: all 0.2s;

	   -moz-transition: all 0.2s;

	     -o-transition: all 0.2s;

	        transition: all 0.2s;

}

#infinite-handle span:hover {

  background-color: #54397E !important;

  color: #fff !important;

}

/* =Custom Styles

----------------------------------------------- */

.site-branding {

  margin-top: 20px;

  margin-bottom:0px;

}

.site-description {

  color: #777;

  font-weight: 200;

  font-size: 16px;

  border-right: medium none !important;

  background: none;

}

.page-template-page-homepage-php .carousel {

	margin-top: -20px;

	margin-bottom: 20px;

}



/* =Navigation

----------------------------------------------- */



.site-main [class*="navigation"] a,

.more-link {

	border: 1px solid #DDD;

	padding: 6px 12px;

	border-radius: 4px;

	display: block;

}

.site-main [class*="navigation"] a:hover,

.more-link:hover {

  color: #fff;

  background: #54397E;

  text-decoration: none;

}

.more-link {

  float: right;

  margin: 10px 0;

}

.site-main [class*="navigation"] {

	margin: 0 0 1.5em;

	overflow: hidden;

}

[class*="navigation"] .nav-previous {

	float: left;

}

[class*="navigation"] .nav-next {

	float: right;

	text-align: right;

}

.navbar.navbar-default {

  background-color: #596e83;

 

}

.navbar-default .navbar-nav > li > a {

  color: #fff;

 

}

.navbar-default .navbar-nav > .open > a,

.navbar-default .navbar-nav > .open > a:hover,

.navbar-default .navbar-nav > .open > a:focus {

	border-right: 1px solid rgba(0,0,0,.2);

	border-left: none;

}

.navbar {

	border-radius: 0;

}

.navbar-default {

	border: none;

}

.navbar-default .navbar-nav > .active > a,

.navbar-default .navbar-nav > .active > a:hover,

.navbar-default .navbar-nav > .active > a:focus,

.navbar-default .navbar-nav > li > a:hover,

.navbar-default .navbar-nav > li > a:focus,

.navbar-default .navbar-nav > .open > a,

.navbar-default .navbar-nav > .open > a:hover,

.navbar-default .navbar-nav > .open > a:focus,

.dropdown-menu > li > a:hover,

.dropdown-menu > li > a:focus,

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {

  color: #fff;

  background-color: rgba(0, 0, 0, 0.1);

}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {

	color: #fff;

}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

	border-left: 1px solid rgba(0, 0, 0, 0.1);

}

.dropdown-menu > li > a {

	color: #fff;

    padding: 4px 14px;

}

.dropdown-menu,

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {

	background-color: #596e83;

	border: none;

}

.dropdown-menu .divider {

	background-color: rgba(0, 0, 0, 0.1);

}

.navbar-nav > li > .dropdown-menu {

	padding: 0;

}





#menu-main-menu li a:hover { background:#596e83 !important; color: #fff; }



.navbar-default .navbar-toggle:hover,

.navbar-default .navbar-toggle:focus {

  background-color: transparent;

}



/* =Comments

----------------------------------------------- */



.comment-content a {

	word-wrap: break-word;

}

.bypostauthor {

}



#respond {

	background-color: transparent!important;

	box-shadow: none!important;

	padding: 0px!important;

}



#respond > p, #respond p.comment-notes, p.logged-in-as {

	margin-bottom: 10px;

}



p.logged-in-as {

	padding-bottom: 0px;

}



.comment-list {

	margin-bottom: 40px!important;

	margin-left: 0px!important;

	padding-left: 0;

}



.comment-list li {

	list-style: none!important;

}



.comment .comment-body {

	background-color: #ffffff;

  margin: 0;

  overflow: hidden;

  padding: 25px;

  margin-top: 2em;

  padding-left: 116px;

  position: relative;

  border: 1px solid rgba(0, 0, 0, 0);

  border-color: #eee;

  border-radius: 4px;

}



.comment-list .children {

	margin-left: 0px!important;

	padding-left: 40px;

	border-left: 1px solid #EEE;

	background-repeat: no-repeat;

	background-position: left 20px;

}



.comment-list li.comment > div img.avatar {

	position: absolute;

	left: 29px;

	top: 29px;

}



#comment-form-title {

  font-size: 24px;

  padding-bottom: 10px;

}

.vcard .avatar {

  position: absolute;

  left: 29px;

  top: 29px;

}

.comment-metadata {

  font-size: 11px;

  line-height: 16px;

  margin-bottom: 10px;

}

.comment-reply-link {

  float: right;

}

.form-allowed-tags code {

  word-wrap: break-word;

  white-space: inherit;

}

.comment-respond label {

  display: block;

  font-weight: normal;

}

.comment-respond .required {

  color: #C7254E;

}

/* =Post styling

----------------------------------------------- */

.entry-meta a {

	font-size: 12px;

}

#main .page-header {

  margin-top: 0;

}

.entry-meta {

  text-transform: uppercase;

}

.entry-meta a {

  color: #6B6B6B;

}

.entry-meta .fa {

  font-size: 16px;

  margin-right: 3px;

  color: #54397E;

}

.entry-meta span {

  margin-right: 10px;

}

.entry-title {

  color: #779795;

    font-size: 18px;

    font-weight: normal;

}

.btn.btn-primary.read-more {

  float: right;




  border: 1px solid #DDD;

  color: #54397E;

  background-color: transparent;

}

.btn.btn-primary.read-more:hover {

	color: #FFF;

  background-color: #54397E;

}

.search .more-link {

    display: none;

}

hr.section-divider {

  height: 1px;

  background: #EEE;

  position: relative;

  overflow: visible;

  z-index: 100;

  margin-top: 70px;

  margin-bottom: 70px;

}



hr.section-divider:after {

  z-index: 10000;

  content: "\f004";

  font-family: FontAwesome;

  color: #54397E;

  position: absolute;

  top: -23px;

  left: 50%;

  right: 50%;

  width: 40px;

  height: 30px;

  margin-left: -20px;

  font-size: 30px;

}

.entry-content {

	margin: 0;

}

/* =Attachment styling

----------------------------------------------- */

#image-navigation .nav-previous a,

#image-navigation .nav-next a{

  padding: 5px 20px;

  border: 1px solid #DDD;

  border-radius: 4px;

  display: block;

}

#image-navigation .nav-previous a:hover,

#image-navigation .nav-next a:hover{

  background-color: #54397E;

  color: #fff;

}

#image-navigation .nav-previous,

#image-navigation .nav-next {

  margin: 10px 0;

}



/* =Footer

----------------------------------------------- */



.footer-nav.nav > li {

  position: relative;

  display: inline-block;

}

.footer-nav.nav {

	float: left;

	margin-bottom: 2px;

}

.copyright {

  margin-top: 10px;

  float: right;

  text-align: right;

}

#colophon {

  background-color: #54397E;

 line-height: 42px;

    margin-top: 0;

    padding-top:0px;

}

.site-info a {

  color: #eee;

}

.site-info a:hover {

	color: #999;

}

.site-info {

  color: #000;

  font-size: 12px;

}

.footer-nav.nav > li > a:hover {

  background-color: transparent;

}



@media (max-width: 767px) {

	.site-info, .copyright {

	  text-align: center;

	}

	.footer-nav.nav, .copyright {

		float: none;

	}

	.carousel-caption {

		display: none;

	}

.navbar-nav > li > .dropdown-menu{ position:absolute!important; float:none!important;}



.navbar-nav > li > a{border-left:none!important}

}





/* =Social icons

----------------------------------------------- */



.social-profile {

  font-size: 24px;

  margin: 6px;

  color: #DDD;

}



#social {

  float: right;

  top: 55px;

  position: relative;

}



.social-profile.facebook:hover {color: #3b5998;}

.social-profile.twitter:hover {color: #00aced ;}

.social-profile.google-plus:hover {color: #dd4b39;}

.social-profile.youtube:hover {color: #bb0000;}

.social-profile.linkedin:hover {color: #007bb6;}

.social-profile.pinterest:hover {color: #cb2027;}

.social-profile.rss:hover {color: #F0AD4E;}

.social-profile.tumblr:hover {color: #32506d;}

.social-profile.flickr:hover {color: #ff0084;}

.social-profile.instagram:hover {color: #517fa4;}

.social-profile.dribbble:hover {color: #E56193;}

.social-profile.skype:hover {color: #00AFF0;}

.social-profile.square:hover {color: #6D7177;}



@media (min-width: 992px) {

	#social {

		float: right;

		top: 55px;

		position: relative;

	}

}



@media (max-width: 992px) {

	.site-branding {

		text-align: center;

	}

	#social {

		top: 0;

		float: none;

		text-align: center;

	}

}



/* =Slider

----------------------------------------------- */

.carousel-caption h4 {

	background: #54397e;

  background: rgba(84, 57, 126,0.7);

  padding: 15px;

  color: #fff;

  max-width: 55%;

  margin-bottom: 4px;

}

.carousel-caption {

  left: 20px;

  text-align: left;

  padding-bottom: 20px;

}

.carousel-caption p {

	background: #555;

  background: rgba(0, 0, 0,0.5);

  padding: 15px;

  max-width: 50%;

}

.carousel {

  margin-bottom: 20px;

}

@media screen and (min-width: 768px) {
  .right-menu a {
    margin: 0 !important;
  }
  .carousel-indicators {

    bottom: 5px;

  }



}



/* =WooCommerce styling

----------------------------------------------- */

body {/* background:url(img/interior_design_room_white_bright_window_glass_still_life_setting_simple_furniture_pane_plants_drinks_crystal_vase_flowers_1920x1200.jpg)*/;font-family:tahoma; position:relative}



#shipping_method_0_free_shipping,

#shipping_method_0_international_delivery,

#shipping_method_0_flat_rate {

    margin-right: 30px;

}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-16.dropdown {

    padding-bottom:0px !important;

}



.site-title a { color:#485e76; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 40px; font-weight: bold;}

.site-description h4 {

    color: #596e83;

    font-family: tahoma;

    font-size: 15px;

    margin: 0px 0px 8px 25px;

    text-align: left;

}

.site-description { border-width: 0; border-radius: 0px; }

.site-branding h1 { margin-bottom:0px; margin-top:7px; text-align:left}

.main-nav {min-height:auto!important; margin-top:3px; margin-bottom:0; border: 1px solid transparent; border-right: none; border-left: none;border-top: 4px solid #fff;}

.main-nav .navbar-nav { margin-top:8px}

.main-nav .navbar-nav li.active a { background:none}

.main-nav .navbar-nav li a { background:none!important; font-size:14px; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold;}

.navbar-nav > li:first-child > a { border:none}

.wrapper { background:#fff!important}

.entry-content h1 {color: #779795;

    font-size: 20px;

    font-weight: normal;}

.entry-content p { color:#000; font-size:13px; font-family: tahoma;}	

.info-sidebar .widget-title {color: #596e83;

    font-size: 20px;

    font-weight: normal; text-align:left}

.textwidget p { font-size:15px; text-align:left;color: #596e83;}	

.entry-header { margin:0!important; padding:0; border:none}

.dropdown-menu { top: 100%!important; border-radius:0!important}

.mail-info {color: #779795;}

.skype_c2c_container {    color: rgb(0, 175, 253);

    font-size: 1em;

    font-family: 'Helvetica Neue Regular', Helvetica, Arial, sans-serif;}

.fa-skype {color: rgb(0, 175, 253); padding:0px 4px; font-size:16px}



.open > .dropdown-menu { display:none; }

.nav.navbar-nav li.dropdown:hover ul { display:block; z-index:9999;}





.page-title {color: #779795!important;

    font-size: 18px!important;

    font-weight: normal!important;font-family: tahoma;}

	

.page-title-2 {

    color: #779795!important;

    font-size: 16px!important;

    font-weight: normal!important;

	font-family: tahoma;

}	



.navbar-default .navbar-toggle .icon-bar { background-color:#fff!important}

.list-item li { font-size:13px; color:#000;font-family: tahoma;}

.list-item li p { margin:0!important;font-family: tahoma;}

.under-text p { margin-bottom:10px!important;font-family: tahoma;}

.menu-left { width:auto; float:left}

.right-menu { width:auto; float:right; list-style:none; margin:2px 0 4px;}

.right-menu a { color:#fff}

.navbar-collapse {border-color: #596e83!important; } 

.site-title a:hover { text-decoration:none}



.heal-right-bar { background:#f3f3f4; border-top:10px solid #596e83; margin-top:40px}

.textwidget small { font-size:14px; color:#2cbaf3}

.hfeed { position:relative; overflow:hidden}







@media screen and (max-width:1500px)  {

		.bg {

  background: #fff none repeat scroll 0 0;

    height: 100%;

    left:0 !important;

    max-width: 100%;

    position: absolute;   

    width: 100%;

    z-index: -3;

	}



}



@media screen and ( max-width:736px ) {

	.right-menu { width:100%; float:none; margin-right:80px; padding-left:0!important}

	.menu-left { width:100%; float:none}

	}

@media screen and ( max-width:320px ) { .site-title a {font-size: 33px; }}	

@media screen and ( max-width:414px ) { .site-description h4 {    color: #596e83;

    font-family: tahoma;

    font-size: 15px;

    margin: 6px 0;

    text-align: center;}

	.site-branding h1 { text-align:center}

	}

	

/*@media (min-width:1200px){.container{width:980px!important}	}*/



@media screen and (min-width:1600px) and (max-width:1920px)

  

 {

	.bg {

  background: #fff none repeat scroll 0 0;

    height: 100%;

    left:0% !important;

    max-width: 100%;

    position: absolute;   

    width: 100%;

    z-index: -3;

	}

	

	}

	

/*	.dropdown-menu li{ border-bottom:1px solid #fff}

.dropdown-menu li:last-child{ border-bottom: none}*/



#menu-main-menu li a:hover {

    color: #fff;

    text-decoration: underline;}

	

	.right-menu a {

				border: 1px solid!important;

				border-radius: 5px!important;

				color: #fff!important;

				padding: 3px 13px 5px 12px!important;
margin: 15px;

				}

.main-nav .navbar-nav li.active a {

    text-decoration: underline;

}
/*@media screen and ( max-width:768px ) {

    .navbar-header {
        float: left;
    }

    .navbar {
        border-radius: 4px;
        min-width: 320px;
    }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
    
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
    .container {
        min-width: 320px;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-static-top {
        border-radius: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
/*    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }*/
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }

    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }

/*    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }*/
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    } 

@media screen and ( max-width:480px ) {
.main-nav .navbar-nav li a {
padding: 0 4px 20px 2px;


}
.nav.navbar-nav.nav1 {
min-width:400px!important;
}
}
@media screen and ( max-width:767px ) {

.menu-left { width:auto; float:inherit !important; }

.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    clear: both;
    left: 0;
    padding: 7px;
    position: absolute;
    top: 0;
}
.navbar-collapse {border-color: #596e83!important; width:100%; } 
.navbar-nav > li {
				float: right;
				width:100%;
				}
.navbar-nav > li > .dropdown-menu{ position:inherit!important; float:none!important;}
.navbar-nav > li > a {

	padding-top: 0px;

	padding-bottom: 0px;
	border:none!important;

}

}

				.navbar-nav > li {
				float: right;
				}
				
				.navbar-nav2 > li {
				float: left;
}

.hebrew_widget .textwidget p {
  text-align: right;
}

.info-sidebar .hebrew_widget .widget-title {
  text-align: right;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
