body{
	background-color: #fff;
	position: relative;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
	
}
.wpb_content_element .wpb_accordion_header a, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em .5em;
    color: #77ad1a;
    font-weight: 600;
    text-transform: uppercase;
}
button.wpb_btn-large, span.wpb_btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.vc_separator h4 {
    font-size: 22px !important;
}
td {
    border: 1px solid #eee !important;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    background-color: #77ad1a !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    color: #fff !important;
}
.iframe-container{
   min-height: 500px;
   background:#fff url("../img/loader.gif") no-repeat 50% top !important;
}
.info_box_dir3lachterja3 {
    border: 3px solid #ffffff;
    padding: 5% 2% 2% 2%;
    margin-bottom: 8%;
    background: #86ba21;
}
.info_box_dir3lachterja3 img {
    width: 20%;
    display: block;
    position: relative;
    background: #f7b11a;
    border-radius: 15em;
    border: 3px solid #ffffff;
    float: left;
    margin-top: -2%;
}
.info_box_dir3lachterja3 h2{
    text-align: left;
    color: #fff !important;
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    width: 70%;
    float: left;
    margin-left: 5%;
    margin-top: -5%;
}
.info_box_dir3lachterja3 h1{
font-size: 50px;
    text-align: left;
    font-weight: 700;
    color: #fff !important;
    font-family: 'Titillium Web','Tahoma',Helvetica,Arial,sans-serif;
    margin-left: 25%;
    position: relative;
    display: block;
    margin-top: 0 !important;
    line-height: 0.8;
}
.info_box_dir3lachterja3.ltr_arabe img {
    width: 15% !important;
}
.info_box_dir3lachterja3.ltr_arabe h2{
    text-align: right !important;
        margin-left: 12% !important;
}
.info_box_dir3lachterja3.ltr_arabe h1{
    text-align: center !important;
}

/* Grid systems
---------------------------------------------------------- */
.wpb_row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Grid with fluid columns */
.vc_row-fluid {

}
.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}
.vc_row-fluid:after {
  clear: both;
}
.vc_row-fluid [class*="vc_span"] {
  display: block;
  width: 100%;
  min-height: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.vc_row-fluid [class*="vc_span"]:first-child {
  margin-left: 0;
}

.vc_row-fluid .vc_span6,
.wpb_teaser_grid.wpb_carousel .vc_span6 {
  width: 48.75%;
}
.vc_span8 {
    width: 62% !important;
}
.vc_span4 {
    width: 35% !important;
}
.bg_couple {
    padding: 15px 15px 0px 0px !important;
}
/* end Grid systems -------------------------------------- */



.vc_row-fluid .vc_span6, .wpb_teaser_grid.wpb_carousel .vc_span6 {
    width: 48.75%;
    display:block;
    float:left;
}
.sep-border{
	height: 1px;
	display: block;
	background-color: #e1e1e1;
}
.sep-border-light{
	height: 1px;
	display: block;
	background-color: #ebebeb;
}
#body-wrap,
#footer{
	background-color: white;
}
#title-breadcrumb,
#main,
#footer{
	position: relative;
}
.widgettitle{
	display: none;
}
.post-date {display:inline-block;font-size: 10px;color: #A1D145;}
#body-wrap,
#footer{
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
iframe#teleservices {

}
.dropdown-menu section li a, .dropdown-menu > li > a {
    font-size: 12px !important;
    font-weight: 700 !important;
}
.wpb_content_element.wpb_single_image img {
-webkit-filter: sepia(0);
	
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.wpb_content_element.wpb_single_image img:hover {
	 -webkit-filter: sepia(0);
	filter: sepia(0);
}
input[type="submit"] {
	    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    line-height: 20px;
    font-size: 18px;
    color: #FFFFFF;
    vertical-align: middle;
    background-color: #F39A09;
    border: 2px solid #CCCCCC;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    text-transform: uppercase;
    font-weight: 600;
}
input, textarea, select{
	display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 20px;
    color: #F39A09;
    vertical-align: middle;
    background-color: #ECF5DE;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
input, textarea, select:focus {
	border-color: #959595;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea {
	height: auto !important;
}
@media (min-width: 768px) {
	#body-wrap,
	#footer{
		width: 780px;
	}

}
@media (min-width: 992px) {
	#body-wrap,
	#footer{
		width: 1000px;
	}	
}
@media (min-width: 1200px) {
	#body-wrap,
	#footer{
		width: 1000px;
	}	
}
#body-wrap{
	border: 1px solid #e1e1e1;
	border-top: none;
	margin-bottom: 10px;
}
#footer{
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
}
.front-page .page-content{
	margin-top: -1px;
}
.inner-page{
	padding-top: 40px;
}
.header-bottom{
	min-height: 50px;
	position: relative !important;
	z-index: 20;
}
@media (min-width: 768px) {
	.header-bottom{
		min-height: 60px;
		background-image: url(../img/back-menu.png);
	}	
}
.header-menu{
    top: -60px;
    width: 100%;
	background-color: white;
  -webkit-transition: all 0.15s ease-in 0s; 
  -moz-transition: all 0.15s ease-in 0s; 
  -o-transition: all 0.15s ease-in 0s; 
  transition: all 0.15s ease-in 0s;
}
.header-menu.affix {
	position: inherit;
}

@media (min-width: 768px) {
	.header-menu.affix {
	    position: fixed;
	    left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
	  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	}
	.admin-bar .header-menu.affix {
	    padding-top: 32px;
	}
	.affix .header-menu.affix{
	    top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}
}

.header-right,
.header-left{
	padding-top: 20px;
}
@media (min-width: 992px) {
	.header-right,
	.header-left{
		padding-top: 0;
	}
}
#logo{
	text-align: center;
}
@media (min-width: 992px) {
	#logo{
		
	}
}
#logo h1{
	font-weight: 900;
	font-size: 24px;
	line-height: 40px;
	margin: 0;
}
#logo h1 a{
	text-decoration: none;
}
#logo h1 img{
	max-width: 100%;
}
#logo h5{
	font-weight: 900;
	margin: 0;
	line-height: 20px;
}
.menu-logo{
	display: none;
	position: absolute;
	padding: 5px 0 0 10px;
}
.affix .menu-logo{
	display: block;
}
.menu-logo img{
	height: 50px;
	width: auto;
}
.header-middle .row:first-child{
	min-height: 130px;
	padding-bottom: 10px;

}
.right-header,
.header-cart{
	text-align: center;
	position: relative;
}
@media (min-width: 992px) {
	.right-header,
	.header-cart{
		text-align: right;
	}
}
.header-cart{
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.header-cart{
		min-height: 50px;
		margin-bottom: 0;
	}
}
.lpd_breadcrumb{
	color: #959595;
	text-align: right;
	margin: 20px 0;
}
#title-breadcrumb h2{
	font-size: 18px;
	color: #f39a09;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 20px;
	margin: 20px 0;
}

@media (min-width: 768px) {
	.header-menu .navbar-nav{
		display: table;
		margin: 0 auto;
		float: none;
	}
}




.social-header{
	text-align: center;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.social-header{
		text-align: left;
		margin-bottom: 0;
	}
}
.social-header .sm_label{
	line-height: 40px;
}
.social-header .social-icon{
	margin: 5px 0;
}
@media (min-width: 992px) {
	.margin-rh-cart,
	.margin-lh-search{
		padding-top: 20px;
	}
	.margin-rh,
	.margin-lh{
		padding-top: 50px;
	}
	.margin-cart,
	.margin-search{
		padding-top: 25px;
	}
}
.header-search form{
	display: table;
	margin: 0 auto 20px;
}
@media (min-width: 992px) {
	.header-search form{
		margin: 0;
	}
}
.header-search .form-control{
	width: 200px;
	display: block !important;
	float: left;
	margin-right: 3px;
}
.header-rh{
	display: inline-block;
}
.social-right-align,
.header-rh{
	text-align: center;
}
.social-right-align{
	margin-right: -6px;
}
.view_cart-btn .halflings:before,
.header-search .btn .halflings:before{
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.view_cart-btn,
.header-search .btn{
	padding: 5px 10px;
	background: transparent;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.view_cart-btn .halflings-icon,
.header-search .btn .halflings-icon{
	width: 13px;
}
.view_cart-btn .halflings,
.header-search .btn .halflings{
	padding-left: 13px; 
}
.right-header{
	margin: 0;
	display: inline-block;
	padding: 0;
}

@media (min-width: 992px) {
	.right-header{
		margin:5px -8px 0px 130px;
	}
}
.left-header{
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
.widget.widget_recent_entries ul li {
	padding: 20px 12px 10px 10px;
	border-bottom: 1px solid #C7C7C7;
	position: relative;
	font-size: 15px;
	font-weight: 700;
	height: 56px;
	}
@media (min-width: 992px) {
	.left-header{
		padding: 20px 0;
		margin:  0 0 0 -8px;
	}
}
.left-header li,
.right-header li{
	display: inline-block;
	border-left: 1px solid #ebebeb;
}
.left-header li:first-child,
.right-header li:first-child{
	border: none;
}
.left-header li a,
.right-header li a{
	padding: 0 8px;
	color: #959595;
	font-weight: 600;
}
.header-nav{
	padding: 20px 0;
}
.view_cart-btn{
	margin-bottom: 10px;	
}
.header-middle a.btn.checkout{
	color: #fff;
	margin-bottom: 10px;
}
.cart-total{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
	vertical-align: middle;
	color: #959595;
	margin-bottom: 10px;
}

.cart-dropdown{
	position: absolute;
    background-color: #fff;
    border: 5px double #e1e1e1;
	top: 70%;
	display: block;
	visibility: hidden;
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
    right: 0;
    min-width: 270px;
    padding: 5px;
    line-height: 20px;
	  -webkit-transition: all .3s .1s;
	  -moz-transition: all .3s .1s;
	  -o-transition: all .3s .1s;
	  transition: all .3s .1s;
    z-index: 4000;
}
.cart-dropdown a:hover,
.cart-dropdown a{

}
.header-cart:hover .cart-dropdown{
	top: 100%;
	visibility: visible;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.cart-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e1e1e1;
	position: absolute;
	top: -15px;
	right: 10px;
}
.header_cart_list .item{
	margin-bottom: 10px !important;
}
.header_cart_list .item img{
	width: 48px;
	height: auto;
	margin-left: 0;
	margin-right: 10px;
	border: 1px solid #ebebeb
}
.header_cart_list .item:hover img{
}
.cart-title{
	text-decoration: none;
}
.cart-thumbnail,
.cart-content{
	float: left;
}
.cart-content{
	width: 190px;
	overflow-x: hidden;
}
.cart-meta{
	min-height: 20px;
	width: 190px;
}
.cart-meta .remove{
	float: left;
	color: #959595;
	font-size: 11px;
	text-decoration: line-through;
	font-weight: 300;
}
.cart-meta .remove .halflings:before{
	color: #959595;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.cart-meta .remove:hover{
	text-decoration: none;
}
.cart-meta .remove:hover .halflings:before{
	color: #555;
}
.cart-meta .quantity{
	float: right;
	width: 125px !important;
	text-align: right;
	overflow: hidden;
	padding: 0 !important;
}
.cart-meta .quantity .amount{
}
.cart-content .variation{
	margin: 0;
	font-size: 11px;
}
.cart-content .variation dt {
    clear: left;
    float: left;
    margin-right: 0.25em;
}
.header_cart_footer{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.header_cart_footer .total{
	min-height: 20px;
}
.header_cart_footer .total strong{
	float: left;
	color: #959595;
}
.header_cart_footer .total span{
	float: right;
	font-weight: 900;
	text-decoration: underline;
}
.header-r-meta{
	text-align: center;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.header-r-meta{
		padding: 10px 10px 15px 10px;
		margin: 0;
	}
}
.wpml-switcher{
	display: inline-block;
}
.wpml-switcher .flag{
	margin-left: 10px;
}
.wpml-switcher img{
	margin-right: 5px;
	margin-top: -1px;
}
.header-middle .wpml-switcher a{
	color: #555;
}
.header-lh{
	text-align: center;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.header-lh{
		padding: 20px 0;
		margin-bottom: 0;
	}
	.left-header,
	.header-lh{
		text-align: left;
		font-size: 11px;
		font-weight: bold;
		line-height: 25px;
		color: #858484;
	}
	.social-right-align{
		text-align: right;
	}	
}
.header-22h{
	text-align: center;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.header-22h{
		padding: 20px 0;
		margin-bottom: 0;
	}
	.header-22h{
		text-align: right;
		font-size: 18px;
		color: #858484;
		line-height: 25px;
	}

}




.mega-dd-4 ul,
.mega-dd-3 ul,
.mega-dd-2 ul,
.mega-dd-1 ul {
	list-style: none;
	padding: 0;

}
.dropdown-menu section li a {
  display: block;
  padding: 5px 15px 5px 25px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #555;
  white-space: nowrap;
  text-decoration: none;
}

.thumb-menu-item-desc,
.thumb-menu-item{
	text-align: center;
}
.thumb-menu-item a{
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  text-decoration: none;
}
.thumb-menu-item a img{
	padding: 5px;
	border: 1px solid #ebebeb;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
width: 148px;
height: 90px;
}
.thumb-menu-item h5{
	color: #959595;
	font-weight: 700;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  margin: 10px 0 5px;
  display: none;
}
.thumb-menu-item-desc{
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.thumb-menu-item .img-wrap{
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	width: 170px;
	height: 103px;
}
.dd-bold-font .dropdown-menu > li > a {
	font-weight: 700;
}
.bold-font .navbar-nav > li > a{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #9A9B9C;
}

.dd-bold-font .dropdown-menu section li a{
	font-weight: 700;
}
@media (min-width: 768px) {
	section .dropdown-submenu.active > a,
	section .dropdown-submenu:hover > a{
	  color: #fff; 		  
	}
	.bold-font .navbar-nav > li > a{
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #9A9B9C;
}
}
.dropdown-menu section li a:focus,
.dropdown-menu section li a:hover {
  color: #fff;  
}


@media (min-width: 768px) {
	.none-type.dropdown-menu{
		opacity: 0.95;
		filter: alpha(opacity=95);
	}
	.dropdown-submenu{position:relative;}
	.dropdown-submenu>.dropdown-menu{
		display:block;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		top:0;
		left: 200px !important;
		margin-top:-5px;
		margin-left:0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.none-type.dropdown-submenu:first-child .dropdown-menu{}
	.dropdown-submenu:hover>.dropdown-menu{
		visibility: visible;
		opacity: .95;
		filter: alpha(opacity=95);
		left:100%;
	}
	.dropdown-submenu>a:after{}
	.dropdown-submenu:hover>a:after{}
	.dropdown-submenu.pull-left{float:none;}
	.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
	
	section .dropdown-submenu>.dropdown-menu{
		margin-top:-10px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
		padding: 5px;
		width: 220px;
		padding-top: 0;
	}
	
	.dropdown-menu .dropdown-submenu > a{
		padding-right: 20px;
	}
	.dropdown-submenu > a:after {
	  display: block;
	  content: " ";
	  float: right;
	  width: 0;
	  height: 0;
	  border-color: transparent;
	  border-style: solid;
	  border-width: 5px 0 5px 5px;
	  border-left-color: #555;
	  margin-top: 5px;
	  margin-right: -10px;
	}
	section .dropdown-submenu > a:after {
	}
	.dropdown-submenu.active > a:after,
	.dropdown-submenu:hover > a:after {
		border-left-color: #fff;
	}
	section .dropdown-submenu.active > a:after,
	section .dropdown-submenu:hover > a:after {
	}
	.dropdown-menu {
		left: -15px !important;
	}
	
	.navbar .nav > li > .dropdown-menu:after {
	  content: '';
	  display: inline-block;
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  position: absolute;
	  top: -15px;
	  left: 65px;
	}
	
	.navbar .nav > li.pull-right > .dropdown-menu:after {
	  left: auto;
	  right: 10px;
	}
	.navbar .nav > li.pull-center > .dropdown-menu:after {
	  left: 50%;
	  margin-left: -10px;
	}
	
	.none-type.dropdown-menu .divider {
	  background-color: rgba(149, 149, 149, 0.25);
	}
	
	section.divider{
		display: none;
	}
	
	.none-type.dropdown-menu .dropdown-header{
	  background-color: #ccc;
	  color: #fff;
	}
	.dropdown-menu > li > a {
	  border-top: 1px solid rgba(149, 149, 149, 0.25);
	  -webkit-transition: all .15s;
	  -moz-transition: all .15s;
	  -o-transition: all .15s;
	  transition: all .15s;
	}
	.none-type.dropdown-menu .dropdown-header:first-child,
	.dropdown-menu li:first-child > a {
	  border-top: none;
	 
	}

	.mega-dd-1.dropdown-menu,
	.mega-dd-2.dropdown-menu,
	.mega-dd-3.dropdown-menu,
	.mega-dd-4.dropdown-menu{
		opacity: 0.95;
		filter: alpha(opacity=95);
	}
	.mega-dd-1.dropdown-menu{
		min-width: 220px !important;
		padding: 0 !important;
	}
	.mega-dd-4.dropdown-menu,
	.mega-dd-3.dropdown-menu,
	.mega-dd-2.dropdown-menu{
		min-width: 430px !important;
		padding: 0 !important;
	}
	.mega-dd-4 section,
	.mega-dd-3 section,
	.mega-dd-2 section,
	.mega-dd-1 section,
	.mega-dd-4 ul,
	.mega-dd-3 ul,
	.mega-dd-2 ul,
	.mega-dd-1 ul {
		list-style: none;
		float: left;
		width: 205px;
		margin: 0;
		padding: 0;
	}
	.mega-dd-4 section,
	.mega-dd-3 section,
	.mega-dd-2 section,
	.mega-dd-1 section{
		padding: 5px;
	}
	.dropdown-menu section .dropdown-header{
		background: #75b532;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
	}
	.dropdown-menu section li{
		margin-top: 5px;
		width: 195px;
		
	}
	.dropdown-menu section li a {
	  padding: 5px 10px;
	  background: #f5f5f5;
	  -webkit-transition: all .15s;
	  -moz-transition: all .15s;
	  -o-transition: all .15s;
	  transition: all .15s;
	}
	.animation-dd .dropdown > .dropdown-menu{
		top: 70%;
		display: block;
		visibility: hidden;
		opacity: 0 !important;
		filter: alpha(opacity=0) !important;
	}
	.animation-dd .dropdown:hover > .dropdown-menu{
		top: 100%;
		visibility: visible;
		margin-left:-10px;
		opacity: .95 !important;
		filter: alpha(opacity=95) !important;
	}
}

@media (min-width: 992px) {
	.mega-dd-3.dropdown-menu{
		min-width: 660px !important;
		padding: 0 !important;
	}
	.mega-dd-4.dropdown-menu{
		min-width: 875px !important;
		padding: 0 !important;
	}
	.navbar .nav > li.pull-center > .dropdown-menu:after {
	  left: 50%;
	  margin-left: -10px;
	}
}
@media (max-width: 767px) {
	.thumb-object{
		padding: 10px 0;
	}
	.dropdown-menu section .dropdown-menu{
		display: block;
	}
	.navbar-nav .open section .dropdown-menu > li > a{
		padding-left: 45px;
	}
		.vc_row-fluid .vc_span6, .wpb_teaser_grid.wpb_carousel .vc_span6 {
    width: 95% !important;
    display: block;
    float: unset;
}
.header-search {
    display: none;
}
div.wpcf7-response-output {
    width: 80% !important;
    min-width: 80% !important;
}
.bg_f9e199 img, .bg_f9e199_ar img, .bg_pink_ar img, .bg_pink img{
    width: 100% !important;
}
   .vc_span4 {
    width: 95% !important;
}
.vc_span8 {
    width: 100% !important;
}
.info_box_dir3lachterja3 {
    display: none !important;
}
}
.menu-item *{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.sidebar{
	margin-bottom: 60px;
}
.inner-page{
	padding-top: 10px;
}
.template-content{}
.page-content{
	margin-bottom: 0px;
}
.front-page .page-content{
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.left-sidebar-template .page-content{
		float: right !important;
	}
}




/* blog
-------------------------------------------------- */
.more-link{
	display: block;
	margin-top: 10px;
}
.page-thumbnail{
	margin-bottom: 20px;
	float: right;
    height: 76px;
}
.blog-pagination{
	margin-top: 20px;
}
.blog-post{
	margin-top: 40px;
}
.blog-post:first-child{
	margin-top: 0;
}
.blog-post-title{
	position: relative;
	margin-top: 0px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.blog-post-title a{
	color: #555;
	background: white;
	padding-right: 10px;
	position: relative;
	z-index: 9;
}
.blog-post-title a:hover{
	text-decoration: none;
}
.blog-post-title:before{
	content: "";
	top: 19px;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.blog-post-taxo{
	margin: 10px 0;
	font-weight: 700;
	color: #959595;
}
.blog-post-taxo ul li,
.blog-post-taxo ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.blog-post-taxo ul:first-child{
	margin-right: 10px;
}
.blog-post-content{
	margin-bottom: 20px;
}
.blog-post-meta{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	line-height: 38px;
	font-weight: 700;
}
.single-post-meta a,
.blog-post-meta a{
	display: inline-block;
	position: relative;
	color: #555;
	margin-left: 10px;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.single-post-meta a .halflings:before,
.blog-post-meta a .halflings:before{
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.blog-post-meta a .halflings{
	margin-top: 8px
}
.single-post-meta a:first-child,
.blog-post-meta a:first-child{
	margin-left: 0;
}
.single-post-meta{
	margin-bottom: 10px;
	font-weight: 700;
}
.st-share{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 9px 0;
}
.st-share-portfolio span *, .st-share-portfolio span *:before, .st-share-portfolio span *:after,
.st-share span *, .st-share span *:before, .st-share span *:after,
.st-share-portfolio span, .st-share-portfolio span:before, .st-share-portfolio span:after,
.st-share span, .st-share span:before, .st-share span:after{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.st-share-portfolio{
	padding-bottom: 0 !important;
}
.st-share-portfolio span{
	margin-bottom: 5px;
}

.comment-title,
.comment-reply-title{
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
}


#comments{
	margin-top: 40px;
}
.comment-container{
    position: relative;
    left: -3px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.comment-title{
}
.comment-post{
    position: relative;
    left: 4px;
    top: -4px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px 20px 10px;
}
.comment-post div.avatar{
    float: left;
    padding: 2px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.comment-post img{
    display: block;
}
.comment-post .author{
    margin-left: 80px;
}
.comment-content,
.comment-post p{
	float: left;
}
.comment-content{
	width: 100%;
}
.comment-content p{
	float: none;
}
.comment-author{
	float: left;
    font-weight: 900;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
}
.comment-info{
	float: right;
    color: #959595;
    margin-bottom: 10px;
    font-weight: 700;
}
.comment-info a{
    border-left: 1px solid #ebebeb;
    padding-left: 5px;
    margin-left: 5px;
}
.comment-post.reply{
    background: none;
    border: none;
}
#comments #respond{
	padding: 20px;
}
.comment-container .comment-container{
   left: 0;
   margin: 0;
   background: none;
   border: none;
}
.comment-container .comment-container .comment-post{
    background: none;
    border: none;
}
.moderation{
    color: #ed1c24;
}
@media (min-width: 768px) {
	#commentform input{
		width: 33%;
	}
	#commentform textarea{
		width: 66%;
	}
	#pp_full_res #commentform textarea{
		width: 100%;
	}
	#commentform input.btn{
		width: inherit;
	}
}
.blog-pagination{
	margin-left: -5px;
}
.blog-pagination a{
	margin: 0 5px;
}







#footer .footer-meta-border .container{
	border-bottom: 1px solid #ebebeb;
}
#footer .footer-meta .item{
	margin: 20px 0;
	text-align: center;
	border-left: 1px solid #ebebeb;
	font-weight: 700;
}
#footer .footer-meta .col-md-3:first-child .item{
	border: none;
}
#footer .footer-meta .col-md-4:first-child .item{
	border: none;
}
#footer .footer-meta .col-md-6:first-child .item{
	border: none;
}
#footer .footer-meta .col-md-12:first-child .item{
	border: none;
}
#footer .footer-meta .social-media{
	margin: 15px 0;
	line-height: 30px;
	text-align: center;
}
.sm_label{
	color: #959595;
	margin-right: 10px;
}
#footer .footer-meta .social-media .sm_label{
	font-weight: 700;
color: #75b532;
font-size: 16px;
}



.footer{
position: relative;
	padding-top: 20px;
}
.footer_logo{
	display: block;
	margin-bottom: 20px;
}
.footer_logo img{}
.footer-menu{
	padding: 0;
	margin: 0 -8px 20px 0;
	text-align: center;
}
.footer-menu li{
	display: inline-block;
	border-left: 1px solid #ebebeb;
}
.footer-menu li a{
	padding: 0 8px;
}
#footer-bottom .footer-menu li a{
	color: #959595;
}
.footer-menu li:first-child{
	border: none;
}
p.copyright{
	margin-bottom: 10px;
}

.left-sidebar-template .page-content{
	float: right !important;
}
.widget{
	margin-bottom: 20px;
}
.widget h4.title{
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0 0 10px;
	line-height: 20px;
	position: relative;
}
#main .widget h4.title:before{
	content: "";
	top: 19px;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #e1e1e1;
	z-index: 1;
}
#main .widget h4.title span.align{
	display: table;
    margin: 0 10px 0 auto;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.left-sidebar-template .sidebar .widget h4.title span.align{
    margin: 0 auto 0 10px;
}

.widget.widget_rss ul li a,
.widget.widget_pages ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_login ul li a,
.widget.widget_meta ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a{
	color: #555;
}
.widget.widget_recent_entries ul li a{
	font-size: 15px;
	text-transform: none;
	font-weight: 700;
}
.widget_product_search .screen-reader-text,
.widget_search .screen-reader-text{
	display: block;
}
.widget_product_search .form-control,
.widget_search .form-control{
	display: inline-block;
	width: 65%
}
.widget ul{
	padding: 0;
	list-style: none;
}
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_login ul li,
.widget.widget_meta ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li{
	padding: 7px 5px;
	border-bottom: 3px solid #C7C7C7;
	position: relative;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}
.widget.widget_nav_menu ul li a:before {
  content: "\E080";
	top: 8px;
right: 0;
position: absolute;
height: 30px;
width: 20px;
display: inline-block;
z-index: 1;
color: #ccc;
font: 20px/12px 'Glyphicons Halflings Regular';
  font-style: normal;
  font-weight: normal;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.widget.widget_pages ul li a:before,
.widget.widget_login ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_recent_comments ul li a:before{
  content: "\E080";
	top: 8px;
right: 0;
position: absolute;
height: 30px;
width: 30px;
display: inline-block;
z-index: 1;
color: #ccc;
font: 20px/12px 'Glyphicons Halflings Regular';
  font-style: normal;
  font-weight: normal;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.widget.widget_recent_entries ul li a:before{
  content: "\E080";
	top: 15px;
right: 0;
position: absolute;
height: 30px;
width: 30px;
display: inline-block;
z-index: 1;
color: #ccc;
font: 40px/12px 'Glyphicons Halflings Regular';
  font-style: normal;
  font-weight: normal;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.post-date {
    display: block !important;
    }
.widget.widget_rss ul ul,
.widget.widget_pages ul ul,
.widget.widget_nav_menu ul ul,
.widget.widget_login ul ul,
.widget.widget_meta ul ul,
.widget.widget_categories ul ul,
.widget.widget_archive ul ul,
.widget.widget_recent_comments ul ul{
    padding: 5px 0 5px 10px;
    margin: 10px 0 0;
}
.widget.widget_rss ul ul li,
.widget.widget_pages ul ul li,
.widget.widget_nav_menu ul ul li,
.widget.widget_login ul ul li,
.widget.widget_meta ul ul li,
.widget.widget_categories ul ul li,
.widget.widget_archive ul ul li,
.widget.widget_recent_comments ul ul li,
.widget.widget_recent_entries ul ul li{
    padding: 5px 0 5px 5px;
    border: none;
    font-size: 95%;
    list-style: square inside;
}
.widget_rss .title .rsswidget{
	color: #555;
	text-decoration: none !important;
}
.tagcloud a,
.tags a{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px;
	color: #555;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: 900;
    -webkit-transition: all 0.1s ease-in-out 0s;  
    -moz-transition: all 0.1s ease-in-out 0s;  
    -o-transition: all 0.1s ease-in-out 0s;  
    -ms-transition: all 0.1s ease-in-out 0s;  
    transition: all 0.1s ease-in-out 0s;  
}
.tagcloud a:hover,
.tags a:hover{
	color: #fff;
}




/* shortcodes
-------------------------------------------------- */
.divider20{
	display: block;
	height: 20px;
}
.divider10{
	display: block;
	height: 10px;
}
.divider5{
	display: block;
	height: 5px;
}
.vc_divider{
	display: block;
	height: 20px;
}
.dropcap2,
.dropcap1,
.dropcap{
    display: block;
    float: left;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 31.5px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    background: #555;
}
.dropcap2{
    background: #ccc;
}

.dropcap2.rounded,
.dropcap1.rounded,
.dropcap.rounded{
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}


/* elements
-------------------------------------------------- */
.working-time ul{
    list-style: none;
    padding: 0;
}
.working-time ul li{
    border: none;
    padding: 5px; 
}
.working-time ul li a{
    text-decoration: underline;
}
.working-time ul li a:hover{
    text-decoration: none;
}
.working-time ul li span{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.working-time ul li span.right{
    float: right;
    font-size: inherit;
    text-transform: inherit;
    font-weight: inherit;
}
.working-time ul li:nth-child(odd){
    background-color: #f0f0f0;
}
.featured-module{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	color: #555 !important;
}
.featured-module img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.featured-module-no-scale img{
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1) !important;
   -o-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
   transform: scale(1) !important;
}
.featured-module:hover img {
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
   -ms-transform: scale(1.0);
   transform: scale(1.0);
}
.featured-module-1-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: white;
	text-align: center;
	padding: 10px;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-1-content h3{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
}
.featured-module-2{
	color: #fff !important;
}
.featured-module-2 h3{
	margin-left: 10px;
	margin-right: 10px;
}
.featured-module-2-content{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #fba525;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-2-content h3{
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 900;
	line-height: 40px;
}
.featured-module-2-content h3:first-child{
	font-size: 24px;
	line-height: 30px;
	margin: 15px 10px;
}
.featured-module-2-content-2{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #ccc;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-2-content-2 h3{
	font-size: 30px;
	line-height: 30px;
	margin: 15px 10px;
	font-weight: 900;
}
.featured-module-2 .sep-border{
	height: 1px;
	width: 80px;
	background: #363636;
	display: table;
	margin: 0 auto;
}
.featured-module-3{
	color: #fff !important;
}
.featured-module-3-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #007c47;
	padding-bottom: 20px;
	padding-top: 10px;
	opacity: 0 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-3-content .featured-module-3-label{
	position: absolute;
	top: -10px;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #555 !important;
	text-transform: uppercase;
}
.featured-module-3-label span{
	background-color: #fff;
	padding: 5px 15px;
}
.featured-module-3-content h3{
	font-size: 16px;
line-height: 10px;
margin: 10px 10px;
font-weight: 900;
color: #fff;
}
.featured-module-3-text{
	margin: 20px 20px 10px;
	display: block;
}


.lpd-module{
    color: #fff !important;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.lpd-module img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.lpd-module:hover img {
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
   -ms-transform: scale(1.0);
   transform: scale(1.0);
}
.module-no-scale img{
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1) !important;
   -o-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
   transform: scale(1) !important;
}
.lpd-module .module_content{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(149, 149, 149, 0.2);
	text-align: center;
}
.lpd-module .module_content h3{
	line-height: 30px;
	font-size: 24px;
	font-weight: 900;
	margin: 0 10px 10px;
}
.lpd-module .module_content table{
    height: 100%;
    width: 100%;
}
.lpd-module .sep-border{
	height: 1px;
	width: 80px;
	background: #363636;
	display: table;
	margin: 0 auto;
}
.mega-icon{
	top: 50%;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
}
.mega-icon.reel{
	background-image: url(../img/mega-icon-reel.png);
}
.mega-icon.eye{
	background-image: url(../img/mega-icon-eye.png);
}
.mega-icon.link{
	background-image: url(../img/mega-icon-link.png);
}
.lpd-portfolio-item{
    border: 1px solid #ebebeb;
    padding: 2px;
    background: white;
    -webkit-transition: all 0.3s ease-in-out 0s;  
    -moz-transition: all 0.3s ease-in-out 0s;  
    -o-transition: all 0.3s ease-in-out 0s;  
    -ms-transition: all 0.3s ease-in-out 0s;  
    transition: all 0.3s ease-in-out 0s; 
}
.effect-thumb{
	position: relative;
	display: block;
}
.lpd-portfolio-item{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
	text-align: center;
	height: 310px;
}
.lpd-portfolio-item .effect-thumb .mega-icon{
	margin-top: -25px;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-in-out 0s;  
    -moz-transition: all 0.15s ease-in-out 0s;  
    -o-transition: all 0.15s ease-in-out 0s;  
    -ms-transition: all 0.15s ease-in-out 0s;  
    transition: all 0.15s ease-in-out 0s;
}
.lpd-portfolio-item:hover .effect-thumb .mega-icon{
    opacity: 100;
    filter: alpha(opacity=1);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
}
.lpd-portfolio-item .effect-thumb img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lpd-portfolio-item:hover .effect-thumb img{
    opacity: .85;
    filter: alpha(opacity=85);
}
.lpd-portfolio-item .title{
	position: relative;
	margin: 0px;
	line-height: 20px;
	padding: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
}
.lpd-portfolio-item .title a{
	color: #555;
	background: white;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	display: table;
    -webkit-transition: all 0.15s ease-in-out 0s;  
    -moz-transition: all 0.15s ease-in-out 0s;  
    -o-transition: all 0.15s ease-in-out 0s;  
    -ms-transition: all 0.15s ease-in-out 0s;  
    transition: all 0.15s ease-in-out 0s;
}
.lpd-portfolio-item .title:before{
	content: "";
	top: 19px;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.lpd-portfolio-item .post_content{
	padding: 0 5px;
}
.lpd-portfolio-item .post_content .more-link{
	margin: 0;
}
.lpd-portfolio-item .news-meta,
.lpd-portfolio-item .portfolio-categories{
    border-top: 1px solid #c7c7c7;
    padding: 5px;
    position: absolute;
    bottom: 21px;
    width: 86.5%;
    background: #eee;
    margin-left: -1%;
}
.lpd-portfolio-item .portfolio-categories a{
	font-size: 12px;
	font-weight: 900;
	color: #555;
	text-transform: uppercase;
}

.lpd-portfolio-item .news-meta a{
	display: inline-block;
	position: relative;
	color: #555;
	margin-left: 10px;
	font-weight: 600;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.lpd-portfolio-item .news-meta a .halflings:before{
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.lpd-portfolio-item{
	margin-bottom: 20px;
}

.meta-block{
	border: 1px solid #ebebeb;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;  
    -moz-transition: all 0.3s ease-in-out 0s;  
    -o-transition: all 0.3s ease-in-out 0s;  
    -ms-transition: all 0.3s ease-in-out 0s;  
    transition: all 0.3s ease-in-out 0s; 
}

.meta-block h4{
	display: table;
	font-size: 14px;
	font-weight: 900;
	margin: 10px auto 9px;
	line-height: 20px;
}
.meta-block h4{
	position: relative;
}
.meta-block .glyphicons{
	display: inline;
	vertical-align: top;
}
.meta-block .glyphicons:before{
	font-size: 16px;
	line-height: 20px;
	color: inherit;
}
.meta-block .sep-border{
	height: 1px;
	width: 30px;
	background: #959595;
	display: table;
	margin: 8px auto 9px;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;
}
.meta-block:hover .sep-border{
	width: 80px;	
}
.meta-block .meta-block-content{
	margin-bottom: 10px;
}

.iconitem{
	position: relative;
}
.iconitem .glyphicons{
	position: absolute;
	left: 2px;
	top: 0;
}
.iconitem .glyphicons:before{
	font-size: 16px;
	line-height: 20px;
	color: #959595;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.iconitem h5.title{
 font-size: 15px;
font-weight: 700;
text-transform: uppercase;
font-family: inherit;
padding-left: 25px;
line-height: 20px;
position: relative;
}
.iconitem .content{
	border-left: 1px solid #ebebeb;
	margin-left: 10px;
	padding-left: 20px;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
 
}
.icon_header{
	position: relative;
	display: inline-block;
}
.header-title{
	margin: 10px 0;
}
.icon_header .glyphicons{
	position: absolute;
	top: 0;
	left: 0;
}
.icon_header .glyphicons{
	top: 3px;
	padding-left: 32px;
}
.icon_header.icon_64 .glyphicons{
	padding-left: 64px;
}
.icon_header .glyphicons:before{
	font-size: 32px;
	line-height: 32px;
	color: inherit;
}
.icon_header.icon_64 .glyphicons:before{
	font-size: 64px;
	line-height: 64px;
}
.icon_header h4{
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
}
.icon_header.icon_32.left{
	padding-left: 42px;
}
.icon_header.icon_64.left{
	padding-left: 79px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.icon_header.icon_32.right{
	padding-right: 42px;
}
.icon_header.icon_64.right{
	padding-right: 79px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.icon_header.icon_32.center{
	padding-top: 40px;
}
.icon_header.icon_64.center{
	padding-top: 70px;
}
.icon_header.right .glyphicons{
	right: 0;
	left: auto;
}
.icon_header.center .glyphicons{
	left: 50%;
	margin-left: -16px;
}
.icon_header.icon_64.center .glyphicons{
	margin-left: -32px;
}

.btn .glyphicons{
	display: inline;
	vertical-align: top;
}
.btn .glyphicons:before{
	color: #555;
}
.btn:hover .glyphicons:before{
	color: #363636;
}
.white.btn .glyphicons:before{
	color: #fff;
}
.btn-lg .glyphicons:before{
	line-height: 24px;
	top: -1px;
}
.btn-lg .glyphicons{
	padding-left: 35px;
}
.btn-medium .glyphicons:before{
	line-height: 20px;
	font-size: 16px;
	top: -2px;
}
.btn-medium .glyphicons{
	padding-left: 25px;
}
.btn-xs .glyphicons:before,
.btn-sm .glyphicons:before{
	line-height: 1.5;
	font-size: 12px;
	top: -2px;
}
.btn-xs .glyphicons,
.btn-sm .glyphicons{
	padding-left: 20px;
}

.callout{
	border: 1px solid #fff;
	padding: 0px 20px 10px 20px;	
	width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;  
    -moz-transition: all 0.3s ease-in-out 0s;  
    -o-transition: all 0.3s ease-in-out 0s;  
    -ms-transition: all 0.3s ease-in-out 0s;  
    transition: all 0.3s ease-in-out 0s; 
}
.callout-content h4{
	font-weight: 900;
	font-size: 14px;
}
.callout-btn{
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.callout-btn table{
	height: 100%;
	width: 100%;
}
.callout-btn .btn{
	margin: 0;
}
.callout .sep-border{
	height: 1px;
	width: 30px;
	background: #959595;
	display: block;
	margin: 9px 0;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;

}
.callout:hover .sep-border{
	width: 80px;
}
blockquote{
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.vc_callout2{
	position: relative;
	width: 100%;
	text-align: center;
}
.vc_callout2:before{
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.vc_callout2 .callout2_title{
	width: 40%;
	font-size: 18px;
	font-weight: 700;
}
.vc_callout2 .callout2_sep_word{
	width: 20%;
	font-size: 18px;
	font-weight: 700;
}
.vc_callout2 .callout2_title span,
.vc_callout2 .callout2_sep_word span{
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 9;
}
.vc_callout2 .callout2_btn{
	width: 20%;
}
.vc_callout2 .btn{
	position: relative;
	z-index: 9;
}
.vc_lpd_testiomonial{
	margin-bottom: 20px;
}
.vc_lpd_testiomonial .testiomonial_content{
	position: relative;
	border: 1px solid #ebebeb;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  color: #959595;
  margin-bottom: 20px;
  padding: 0 10px;
}
.vc_lpd_testiomonial .testiomonial_content:before{
    border-top: 12px solid #ebebeb;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    right: 30px;
    bottom: -12px;
    position: absolute;
    width: 0;
    z-index: 3;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.vc_lpd_testiomonial .testiomonial_content:after{
    border-top: 12px solid #fff;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    right: 30px;
    bottom: -11px;
    position: absolute;
    width: 0;
    z-index: 3;
}
.vc_lpd_testiomonial .testiomonial_content .tc_title{
	font-size: 13px;
	font-weight: 900
}
.vc_lpd_testiomonial .testiomonial_content .tc_content{
	margin-bottom: 10px;
}
.testiomonial_meta{
	text-align: right;
}
.testiomonial_meta_img{
	width: 60px;
	height: auto;
	margin-right: 20px;
}
.testiomonial_meta_content{
	text-align: left;
	display: inline-block;
}
.tmc_title{
	display: block;
	font-weight: 700;
	color: #F39A09;
}
.tmc_title small{
	font-weight: 500;
	color: #959595;
}
.tmc_info{
	font-size: 12px;
}
.lpd-out-of-s,
.lpd-onsale,
.lpd-badge{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
    background: #c82f2a;
    color: #fff;
    font-weight: bold;
    height: 26px !important;
    line-height: 28px;
    margin: 0 !important;
    max-height: 26px !important;
    min-height: 26px !important;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    right: -31px !important;
    text-align: center;
    top: 16px !important;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    width: 120px;
    z-index: 99;
}
.lpd-out-of-s{
	background: #959595;
}
.lpd-out-of-s{
	font-size: 10px;
	text-transform: uppercase;
}
.lpd-onsale{
	font-size: 12px;
	text-transform: uppercase;
}
.lpd-onsale-2{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
    background: #c82f2a;
    color: #fff;
    font-weight: bold;
    height: 30px !important;
    line-height: 30px;
    margin: 0 !important;
    max-height: 30px !important;
    min-height: 30px !important;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    left: 10px !important;
    text-align: center;
    top: 10px !important;
    z-index: 99;
   	font-size: 12px;
	text-transform: uppercase;
}
/* WP - Meet the Team Shortcode v2
-------------------------------------------------- */
.wordpress-123medicine #wpmtp-single-wrap ul.wpmtp-social{
	padding-left: 0;
}
.wordpress-123medicine #wpmtp-wrapper ul.wpmtp-grid,
.wordpress-123medicine #wpmtp-wrapper ul.wpmtp-carousel,
.wordpress-123medicine #wpmtp-wrapper ul.wpmtp-filterable{
	padding-left: 0;
}
.wpmtp-filter ul{
	padding-left: 0;
	margin-bottom: 20px;
}
.wpmtp-filter ul li a{
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	padding: 2px 5px;
	color: #555;
	border: 1px solid #ccc;
    -webkit-transition: all 0.1s ease-in-out 0s;  
    -moz-transition: all 0.1s ease-in-out 0s;  
    -o-transition: all 0.1s ease-in-out 0s;  
    -ms-transition: all 0.1s ease-in-out 0s;  
    transition: all 0.1s ease-in-out 0s;  	
}
.wpmtp-filter ul li.current a,
.wpmtp-filter ul li a:hover{
	color: #f39a09;
}
.wordpress-123medicine #wpmtp-wrapper .wpmtp-pager a{
	color: #555;
    background-color: #ebebeb;
    border-bottom: 2px solid #ccc;
    padding: 2px 10px;
}
.wordpress-123medicine #wpmtp-wrapper .wpmtp-pager a:hover{
	background-color: #ccc;
	color: #fff;
}
.wordpress-123medicine #wpmtp-wrapper .wpmtp-pager{
	margin-top: 0;
	margin-bottom: 10px;
}
.wordpress-123medicine #wpmtp-wrapper ul.wpmtp-grid .wpmtp-column, .wordpress-123medicine #wpmtp-wrapper ul.wpmtp-carousel .wpmtp-column, .wordpress-123medicine #wpmtp-wrapper ul.wpmtp-filterable .wpmtp-column{
	margin-bottom: 20px;
}

/* Logo Carousel – WordPress Logos Showcase 
-------------------------------------------------- */
.wordpress-123medicine .at_logo_carousel_calltoaction_block h2{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.wordpress-123medicine .at_logo_carousel_calltoaction_block .centered{
	overflow: inherit;
}
.wordpress-123medicine .at_logo_carousel_calltoaction_block{
	padding: 30px;
	font: inherit;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.wordpress-123medicine a.at_logo_carousel_button{
	border: none;
	font: inherit;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {font-weight: bold;}
.sticky {color: #111}
.sticky .blog-post-title:before{background: #363636;}
.sticky .blog-post-title a{color: #363636}
.sticky .blog-post-meta{
	border-color: #959595;
}
.gallery .gallery-caption {}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
.bypostauthor {}

.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #555; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th { padding-bottom: 10px;text-align: center; }
#wp-calendar tbody { color: #959595; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
.widget_nav_menu {
	background :#eee; 
	padding: 10px; 
	border: 1px solid #C7C7C7;
}
td {
    border-width: 1px;
    border-style: solid;
    border-color: #565555;
	padding: 2px 10px;
}
table {
    width: 100%;
    background-color: transparent;
}
ul.page-numbers {
    list-style: none;
    margin: 0;
    padding:0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
line-height: 1.6em;
    display: block;
    padding: 2px 5px 0px 5px;
    height: 25px;
    min-width: 25px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #75b531;
    color: #75B532;
    border-radius: 5em;
}
a.next.page-numbers.icon, a.prev.page-numbers.icon {
display:none;
}
a.next.page-numbers, a.prev.page-numbers {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 1%;
    border: 2px solid;
    min-width: 105px;
}
.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #75B532;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }