/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 18, 2016, 11:14:23 AM
    Author     : David
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html{
	width: 100%;
}

body{
    width: 100%;
    font-family: 'Open Sans Hebrew', 'Open Sans', sans-serif;
    direction: rtl;
    position: relative;
    text-align:right;
		background-color:#fff;
}

img{
}

.page-content table{
	width:100% !important;
}

.full-padding-20{
    padding:20px;
}

.full-margin-20{
    margin:20px;
}

.no-gutter{
    margin:0;
}

.transition-base, .transition-base:after, .transition-base:before, .transition-base::after, .transition-base::before{
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}

.gutter-10{
    margin-left:-10px;
    margin-right:-10px;
}

.overflow-visible{
    overflow:visible;
}

.font-bold{
    font-weight:bold;
}

.top-10{
    margin-top:10px;
}

.reset-margin{
    margin:0;
}

.reset-margin-bottom{
    margin-bottom:0;
}

.reset-padding{
    padding:0;
}

.float-none{
    float:none !important;
    display:block;
    margin:0 auto;
}

.form-area-holder{
}

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

.form-horizontal .control-label{
	text-align:right !important;
}

.form-control-feedback {
	left: 12px;
	top: 1px;
	right: auto;
}
/* ==========================================================================
   Header
   ========================================================================== */
header{
    width:100%;
    height:99px;
		z-index:10;
		top:0;right:0;
		background-image:url('../images/header.png');
		background-position: right 0px;
		position: fixed;
		max-width:1980px;
}

.header-desktop{
	width:100%;
	padding:0px 0px;
	margin:0 auto;
}

.header-logo{
	top: 20px;
	right: 9px;
	position: absolute;
}

.languages{
	width:59px;
	float:left;
	height:60px;
	position: absolute;;;
	top:0;left:0;
}

.langholder{
	width:100%;height:60px;
	padding-top:7px;
}

.langholder a{
	display:block;
	position: relative;
	text-align:center;
}

.langholder a img{
	margin-bottom:1px;
}

header-mobile-design{
    width:100%;
    height:48px;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
    position: fixed;
    z-index:1000;
    padding:0px 15px;
		background-color:#fff;
		border-bottom:2px solid #ddd;
}

.header-mobile {
    width: 109px;
    text-align: center;
    display: none;
    position: relative;
    height: 60px;
    padding-left: 64px;
    padding-top: 7px;
}

.header-mobile::after{
		position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    background-color: #fff;
    border-right: 1px solid #d5d5d5;
    height: 100%;
    width: 2px;
    content: " ";
	}

.header-mobile .phone-icon{
    color:#000;
    font-size: 28px;
    margin-left: 5px;
    margin-top: 9px;
    float:left;
    color:#585858;
}

.header-mobile .mobile-menu-btn{
    float:left;
    color:#585858;
}

.header-mobile .mobile-logo{
    float:right;
    display: block;
    width: 80px;
    margin-top: 5px;
}

.header-desktop-menu{
	float: right;
  height: 59px;
  font-size: 17px;
  width: 100%;
  float: left;
  max-width: 1140px;
  height: 60px;
  overflow: hidden;
  padding-left: 60px;
}

.menu-nav{
	float:left;
	display: table;
	height: 60px;
	overflow:hidden;
	width:100%;
	max-width:1020px;
}

.menu-nav > ul{
	padding:0;
	margin:0;
	list-style:none;
	display: table;
	width:100%;
	height: 60px;
	overflow:hidden;
}

.menu-nav > ul > li{
	display: table-cell;
	height: 60px;
	margin: 0;
	position: relative;
	z-index: 100;
	text-align:center;
	white-space: nowrap;
	overflow:hidden;
  color: #000;
}
.menu-nav > ul > li > a{
	position: relative;
	display:block;
	width:100%;
	height:100%;
	padding:20px 12px;
	font-size:16px;
	color:#000000;
}

.menu-nav > ul > li:hover > a,.menu-nav > ul > .selected > a{
	color:#b93cca;
	text-decoration: none;
}

.add-right-hr::after,.menu-nav > ul > li::after{
	position:absolute;
	top:0;right:0;
	width:2px;
	background-color:#fff;
	border-right:1px solid #d5d5d5;
	height:100%;
	width:2px;
	content:" ";
}

/* ==========================================================================
   mobile-menu-btn
   ========================================================================== */
.mobile-menu-btn{

}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    font-size: 0px;
    text-indent: -9999px;
    box-shadow: none;
    border: medium none;
    cursor: pointer;
    transition: background 0.3s ease 0s;
    float: left;
    margin-top: 8px;
    background-color:transparent;
}

.c-hamburger:focus {
  outline: none;
}

a:focus {
  outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 13px;
    left: 5px;
    right: 5px;
    height: 5px;
    background-color: #585858;;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background-color: #585858;;

}

.c-hamburger span::before {
    top: -12px;
}

.c-hamburger span::after {
    bottom: -12px;
}

.c-hamburger--htx {

}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


/* ==========================================================================
   Banner-Wrapper
   ========================================================================== */
.banner-super-holder{
	width:100%;
	position: relative;
	overflow:hidden;
	direction: rtl;
	top:0;
	right:0;
	z-index:1;
	height:1020px;
	height:100vh;
	padding-top:60px;
	position: relative;
}

.banner-wrapper{
    width:100%;
    position: relative;
    overflow:hidden;
		direction: rtl;
		top:0;
		right:0;
		z-index:1;
		height:100%;
}

.slick-list{
	height:1020px;
	height:100vh;
}

.inner-banner{
    width:100%;
    height:400px;
		background-size:cover;
		background-position: center;
		-webkit-box-shadow: inset 0px -3px 8px 5px rgba(0,0,0,0.14);
		-moz-box-shadow: inset 0px -3px 8px 5px rgba(0,0,0,0.14);
		box-shadow: inset 0px -3px 8px 5px rgba(0,0,0,0.14);
}


.slide{
    width:100%;
    height:950px;
    background-size:cover;
    background-position: 50% 0;
    text-decoration: none;
    display:block;
    direction: ltr;
}

.slide-content{
	width:100%;
	margin:0 auto;
	position: absolute;;
	top:0;right:0;
	z-index:100;
}
.slide-shadow{
	width:100%;height:100%;
	position: absolute;
	top:0;left:0;
	background-color:#000;
	opacity:0.25;
	z-index:50;
}

.slide-show-area{
	position: absolute;
	top:0;right:0;
	width:100%;height:100%;
}

.slide-show-area-holder{
	width:100%;
	height:100%;
	position: relative;;
}

.slide-show-area-holder > div{
	width:100%;
	height:100%;
}

.slide-show-area img{
	position: absolute;
	margin:0 auto;
	top:0;right:0;left:0;bottom:0;
}

.slide-box{
	height:100%;
	width:100%;
	max-width:920px;
	margin:0 auto;
	text-align: center;
}

.slide-play{
	margin-top:295px;
	margin-bottom:120px;
	text-align: center;
	width:100%;
}

.slide-play img{
	margin:0 auto;
}

.slide-head{
	width:100%;
	min-height:20px;
	color:#fff;
	font-size:50px;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
	font-weight: bold;
}

.slide-text{
	width: 100%;
	min-height: 30px;
	color: #fff;
	font-size: 25px;
	margin-top: 0px;
	line-height: 28px;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.slide-btn{
	color:#fff;
	position: relative;;
	width:148px;
	height:28px;
	background-color:#fff;
	border-radius: 10px;
	opacity:1;
	position: relative;
	z-index:1000;
	font-size:36px;
	display: block;
	width:300px;
	height:78px;
	margin:0 auto;
	margin-top:52px;
	border:1px solid #b93cca;
	    border: 1px solid #b93cca;
    background: #b93cca;
    background: -moz-linear-gradient(top, #b93cca 0%, #451f57 100%);
    background: -webkit-linear-gradient(top, #b93cca 0%,#451f57 100%);
    background: linear-gradient(to bottom, #b93cca 0%,#451f57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b93cca ', endColorstr='#451f57',GradientType=0 );
    -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.25);
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    font-weight: lighter;
    padding-top: 12px;
}

.slide-btn:hover{
	color:#fff;
	text-decoration: none;
}

/* ==========================================================================
   Banner-News
   ========================================================================== */
 .banner-news{
	 position:absolute;
	 bottom:0;
	 left:0;
	 width:30%;
	 height:100%;
	 z-index:1000;
 }


 .news-main{
	 position:absolute;
	 bottom:20%;left:10%;
	 z-index:100000;
	 width:300px;
	 height:220px;
 }


.news-rel{
	width: 100%;
	position: relative;
	height: 100%;
}

.news-main .title{
	font-size:22px;
	color:#fff;
	width:100%;
	height:60px;
	float:right;
	margin:0;
	padding-right: 20px;
padding-top: 11px;
font-weight:bold;
	background: #b93cca; /* Old browsers */
	background: -moz-linear-gradient(top,  #b93cca 0%, #451f57  100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b93cca 0%,#451f57  100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b93cca 0%,#451f57  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b93cca', endColorstr='#451f57 ',GradientType=0 ); /* IE6-9 */
}

.news-main .news2{
	height:160px;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	float:right;
	list-style:none;
	overflow:hidden;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);

}

.news-main .news2::after{
	background-color:#fff;
	opacity:0.85;
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	content:" ";
}

.news-main .news2 ul{
	width:100%;
	height:100%;
	list-style: none;
		height:200px;
	margin:0;padding:0;
	position:relative;
	z-index:10;
}

.news-main .news2 ul li{
	width:100%;
	height:100%;
	padding:10px;

}

.news-main .news2 ul li a{
	display:block;
	text-decoration: none !important;
	color:#000;
	font-size:16px;
	line-height:17px;
}

.news-main .news2 ul li a .headline{
	color:#ff7800;font-weight:bold;font-size:19px;
}

.news-main .news2 ul li a .text{

}



/* ==========================================================================
  Banner-Icons
  ========================================================================== */
.banner-icons{
	width:100%;
	height:138px;
	position: absolute;
	bottom:0;
	right:0;
	z-index:1000;
	border-top:2px solid #fff;
}

.banner-icons .banner-icons-content{
	width:100%;
	height:100%;
	position: relative;
}

.banner-icons .banner-icons-content::after{
	width:100%;
	height:100%;
	content:" ";
	position: absolute;;
	top:0;left:0;
	background-color:#000;
	opacity:0.5;
	z-index:-1;
}

.banner-icons .banner-icons-content .icon{
	width:12.5%;
	height:100%;
	text-align:center;
	display:inline-block;
	position: relative;;
	z-index:10;
		color:#fff;
		padding-top:15px;
	max-width:238px;
}

.banner-icons .banner-icons-content .icon .image-holder{
	position: relative;;
	width:100%;
	height:85px;
}

.banner-icons .banner-icons-content .icon img{
	position: absolute;;
	top:0;left:0;right:0;bottom:0;margin:auto auto;
}

.banner-icons .banner-icons-content .icon:hover {
	-webkit-filter: contrast(300%); /* Chrome, Safari, Opera */
   filter: contrast(300%);
}


.banner-icons .banner-icons-content .icon p{
	font-weight:bold;
	font-size:19px;
}

.banner-icons .banner-icons-content .icon:hover{
	color:#00ffff;
	text-decoration: none;
}
/* ==========================================================================
   Sidemenu
   ========================================================================== */
.sidelogo{
	width:100%;
	float:right;
}
.side-logo-a{
	width:100px;
	margin:0 auto;
	display:block;
  text-align: center;
	    padding: 10px !important;;
			margin:0px !important;
			padding-right:0 !important;
			margin-right:0 !important;
}

.side-logo-a img{
	max-width:160px;
	margin:0 auto;
	    padding: 0px !important;;
			margin:5px !important;
}


.side-icons{
	text-align:center;
	width:100%;
	float:Right;
}

.side-icons-a{
	display: block !important;
  width: 50% !important;
  margin: 0 auto !important;
  float: right !important;
  text-align: center !important;
  border: 0 !important;
  padding: 0px !important;
  margin: 0px !important;
	position: relative;
	z-index:10000;
}

.side-icons-a a{
	display:block;
	position: relative;
	z-index:10000;
  padding: 5px !important;
}

.side-icons-a a img{
}

.side-icons a i{
	color:#fff;
  margin: 0 auto !important;
}
/* ==========================================================================
  Wrapper
  ========================================================================== */
#sb-site{
}

.wrapper{
    z-index:100;
    position: relative;
    width:100%;
}

.homepage .wrapper{
}

.home-page-content-holder{
	width:100%;
	position: relative;;
	z-index:1000;
	padding-bottom:40px;
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

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

.wrapper-content{
    width:100%;
    max-width:1220px;
    margin:0 auto;
    margin-top:60px;
}

.inner-content{
    width:100%;
    max-width:1230px;
    margin:0 auto;
}

.top-bottom-padding{
	padding-top:10px;
	padding-bottom:10px;
}
/* ==========================================================================
  CustomGrid
  ========================================================================== */
.custom-container{
	width:100%;
}
.custom-grid{
	width:100%;
}


.custom-cols{
	border-top:2px solid #fff;
	position: relative;;
	overflow:hidden;
}

.custom-cols .video{
	background-color:#b93cca;
	width:100%;
	height:100%;
	position: absolute;;top:0;left:0;
}

.custom-cols .content{
	position: absolute;;
	width:100%;
	height:100%;
	top:0;left:0;
}

.custom-cols:hover .col-content{
	opacity:1;
}

.col-content{
	width:100%;
	height:100%;
	position: absolute;;
	top:0;left:0;
	text-align:center;
	padding-top:23%;
	opacity:0;
  transition:all 0.5s ;
  -webkit-transition:all 0.5s ;
  -o-transition:all 0.5s ;
  -moz-transition:all 0.5s ;
}


.col-content .col-content-text{
	width:90%;
	max-width:500px;
	font-weight:bold;
	color:#fff;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
	font-size:40px;
	position: relative;
	z-index:10;
	text-align:center;
	margin: 0 auto;
	line-height:45px;
	margin-bottom:3%;
}

.col-content .col-content-button{
	position: relative;
	z-index:10;
	text-align:center;
	margin: 0 auto;
	padding:10px 27px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dcdcdc+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dcdcdc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border:2px solid #fff;
	border-radius: 5px;
	display:inline-block;
	color:#b93cca;
	font-size:16px;
	-webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	font-weight: bold;
	text-decoration: none;
}


.col-content:before{
	width:100%;
	height:100%;
	position: absolute;;
	top:0;left:0;
	background-color:#b93cca;
	opacity:0.9;
	content:" ";
	z-index:1;
}

.custom-cols:nth-child(1n){
	border-left:2px solid #fff;
}

.col-custom-6{
	width:50%;
	float:right;
}

.custom-cols:nth-child(3n),.custom-cols:nth-child(4n){
	border-left:2px solid #fff;
}

.col-custom-4{
		width:33.33333%;
		float:right;
}

.col-custom-6:before{
	display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}

.col-custom-4:before{
	display: block;
	content: "";
	width: 100%;
  padding-top: 72%;
}

.custom-cols img{
	position: absolute;
 left: 50%;
 top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	 -moz-transform: translateY(-50%) translateX(-50%);
	 -ms-transform: translateY(-50%) translateX(-50%);
	 -o-transform: translateY(-50%) translateX(-50%);
	 transform:  translateY(-50%) translateX(-50%);
  max-width:none !important;
  
  max-width: 100%;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px){
  .homepage .custom-cols img{
    max-width: 100% !important;
  }
}

.end-page-border{
	width:100%;
	height:1px;
	background-color:#e2e2e2;
	max-width:1200px;
	margin:0 auto;
}

/* ==========================================================================

========================================================================== */
footer{
	width:100%;
	min-height:1224px;
	position: relative;;
	padding-top:38px;
	background-position: 0px 47px;
	background-image:url('../images/footr-bg.jpg');
	background-repeat: no-repeat;
}

.footer-content{
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
	min-height:369px;
	margin-top:100px;
}

.footer-credit{
	margin: 0 auto;
	width:100%;
	height:90px;
	background-color:#000;
	text-align:center;
	padding-top:30px;
}

.colored-text{
	width:100%;height:20px;
	background-color:Red;
	opacity:0.5;
}

.no-padding-col-footer{
	padding-right:0;
}

.footer-right-right{
	width:83px;
	float:right;
	padding-top:2px;
}

.footer-right-left{
	width:56.57894736842105%;
	float:right;
	margin-right:25px;
	color:#000;
	margin-top:-5px;
}

.footer-links{
	width:100%;
	margin-top:82px;
}

.footer-links ul{
	width:16.66666666666667%;
	float:right;
	list-style:none;
	padding:0;
	margin:32px 0px;
}

.footer-links hr{
	margin:0;
	padding:0;
	width:100%;
	border:0;
	height:1px;
	background-color:#187ec2;
	border-bottom:1px solid #58bafc;
	float:right;
}

.footer-links ul li{
	width: 100%;
  margin-bottom: 10px;
  padding-right: 4px;
}

.footer-links ul li a{
	color:#000;
}

.footer-links ul li a:hover{
	color:#fff;
	text-decoration: none;
}

.footer-cc{
	width:100%;
}

.footer-cc-head1{
	color:#fff;
	font-weight:bold;
	font-size:22px;
	width:100%;
}

.footer-cc-head{
	color:#000;
	font-size:16px;
	width:100%;
	min-height:40px;
}

.footer-cc-right{
	width:48.86075949367089%;
	float:right;
}

.footer-cc-left{
	width:48.86075949367089%;
	float:left;
}

.footer-cc input[type="text"]{
	width:100%;
	background-color:#fff;
	border:1px solid #dedede;
	height:37px;
	margin-bottom:8px;
	border-radius:5px;
	overflow:hidden;
	padding-right:10px;

}

.footer-cc input[type="submit"]{
	color:#fff;
	border:0;
	height:39px;
	border-radius: 5px;
	font-size:16px;
	overflow:hidden;
	padding:0px 20px;
	float:left;border:1px solid #b93cca;
	background: #b93cca; /* Old browsers */
	background: -moz-linear-gradient(top,  #b93cca 0%, #451f57  100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b93cca 0%,#451f57  100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b93cca 0%,#451f57  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b93cca', endColorstr='#451f57 ',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.25);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.footer-cc input[type="submit"]:hover{
	color:#fff;
	background-color:#c19685;
}

.footer-cc textarea{
	width:100%;
	background-color:#fff;
	border-radius: 3px;
	border:1px solid #dedede;
	border-bottom:1px solid #fff;
	height:127px;
	margin-bottom:16px;
	padding-top:10px;
	border-radius: 5px;
	resize:none;
	overflow:hidden;
	padding-right:10px;
}

.footer-cc input::-webkit-input-placeholder,.footer-cc textarea::-webkit-input-placeholder { color:#000;font-size:14px;opacity:1; }
.footer-cc input::-moz-placeholder,.footer-cc textarea::-moz-placeholder { color:#000;font-size:14px;opacity:1;} /* firefox 19+ */
.footer-cc input:-moz-placeholder,.footer-cc textarea:-moz-placeholder { color:#000;font-size:14px;opacity:1;} /* firefox 19+ */
.footer-cc input:-ms-input-placeholder,.footer-cc textarea:-ms-input-placeholder { color:#000;font-size:14px;opacity:1; } /* ie */
.footer-cc input:-moz-placeholder,.footer-cc textarea:-moz-placeholder { color:#000;font-size:14px;opacity:1; }

.social {
    float: right;
		width: auto;
}

.social_solid {
    display: inline-block;
position: relative;
width: 36px;
height: 36px;
text-align: center;
margin-bottom: 15px;
border-radius: 60px;
transition: border-color 0.3s ease-out 0s, color 0.3s ease-out 0s, background 0.3s ease-in 0s;
float: right;
margin-left: 10px;
}

.social_solid.facebook{
    background: none repeat scroll 0% 0% #3B5998;
    margin-right:10px;
}

.social_solid.facebook i {
    color: #FFF;
}
.social_solid i {
    line-height: 36px;
}

.social_solid.youtube i {
    color: #FFF;
}
.social_solid i {
    line-height: 36px;
}

.social_solid.youtube {
    background: none repeat scroll 0% 0% #C4302B;
}

.social_solid:hover i{

}

.social_solid:hover{

}

.social_solid.facebook i{
	color:#fff
}

.social_solid.facebook:hover i{

}

.social_solid.facebook.nofade:hover{
}
.ftr_text{
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-right:10px;
}

.scotch-panel-canvas{
    background-color:#fff;
}

.credit{
    position: relative;
    float:left;
    margin-top:3px;
}


.social_solid.youtube i{
	color:#fff
}

.social_solid.youtube:hover i{

}

.footer-bottom{
    width:100%;
    min-height: 50px;
    margin:0 auto;
		margin-top:20px;
}

/* ==========================================================================


   ========================================================================== */
.homepage-cc{
	width: 100%;
	min-height: 247px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.homepage-cc:after{
    width:100%;
    height:58px;
    background-image:url('../images/cc-bg-top.png');
    position: absolute;
    top:0px;
    left:0;
    content:" ";
}

.homepage-cc-content{
    max-width:650px;
    margin:0 auto;
    line-height:26px;
    width:90%;
}


.homepage-cc-content-headone{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #b93cca;
	padding-top: 2px;
}

.homepage-cc-content-headtwo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #010000;
	font-weight: bold;
}

.homepage-cc-content-inputarea{
    width:100%;
    max-width:540px;
    height:50px;
    margin:0 auto;
    margin-top:30px;
    background-color:#fff;
}

.homepage-cc-content-inputarea form{
    width:100%;
    height:100%;
}

.homepage-cc-content-inputarea input[type="text"]{
    width:50%;
    height:100%;
    background-color:#b93cca;
    border:0;
    text-align:center;
    color:#fff;
}

.homepage-cc-content-inputarea input:focus{
    border:3px solid #fff;
}

.homepage-cc-content-inputarea button[type="submit"]{
    background-color:#b93cca;
    color:#fff;
    width:43px;
    height:100%;
    border:0;
    margin:0;
    float:left;
}

.homepage-cc-content-inputarea-checkbox{
    width:50%;
    height:100%;
    float:left;
}

.homepage-cc-content-inputarea-checkbox input[type="checkbox"]{
}

.homepage-cc-content-inputarea-checkbox .checkboxtext{
    float: right;
    width: 165px;
    font-size: 12px;
    color: #000;
    line-height: 12px;
    margin-top: 10px;
    margin-right: 5px;
}


.whiteplace::-webkit-input-placeholder { color:#fff;font-size:16px;opacity:1; }
.whiteplace::-moz-placeholder { color:#fff;font-size:16px;opacity:1;} /* firefox 19+ */
.whiteplace:-moz-placeholder { color:#fff;font-size:16px;opacity:1;} /* firefox 19+ */
.whiteplace:-ms-input-placeholder { color:#fff;font-size:16px;opacity:1; } /* ie */
.whiteplace:-moz-placeholder { color:#fff;font-size:16px;opacity:1; }

/* .squaredTwo */
.squaredTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  font-size:12px;
}
.squaredTwo label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #b93cca 0%, #b93cca 100%);
  background: linear-gradient(to bottom, #b93cca 0%, #b93cca 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  font-size:12px;
}
.squaredTwo label:after {
  content: '';
    width: 13px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 12px;
}
/* .squaredTwo label:hover::after {
  opacity: 1 !important;
} */
.squaredTwo input[type=checkbox] {
  visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  opacity: 1 !important;
}

/* end .squaredTwo */




/* ==========================================================================

========================================================================== */
.inner-page-content-holder{
	width:100%;
	position: relative;;
	z-index:1000;

}
/* ==========================================================================
inner-content
========================================================================== */
aside {
	width:100%;
	height:100%;
	display:block;
	max-width:280px;
	overflow: hidden;
	padding-right:10px;
	margin-bottom:20px;

}

 .is-table-row{
	 position:relative;
 }

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    		width: 100%;
				margin:0;
    }
    .is-table-row-col {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

		.col-sm-3{
			padding-right:0;
		}

		.col-sm-9{
			padding-right:18px;;
			padding-left:0;
		}

		.col-side{
			width:22.95081967213115%;
			background-image:url('../images/side-menu-bg.png');
		}

		.col-main{
			width:76.22950819672131%;
	    padding-left: 10px;
		}
}


.aside-contact-us{
	padding-top:37px;
	padding-bottom:20px;
}

.aside-head-contact-us{
	font-size:20px;
	color:#000000;
	position: relative;
	z-index:10;
	padding-bottom:16px;
}

.aside-contact-us-box{
	width:230px;
	height:340px;
	background-color:#fff;
	border-radius: 3px;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	padding:20px;
}

.aside-contact-us-box-top-text{
	color:#a27563;
	font-size:14px;
	line-height: 15px;
	color: #a27563;
	font-size: 14px;
	text-align:center;
  padding-bottom: 10px;
}

.aside-form input[type="text"]{
	width:190px;
	height:35px;
	border:1px solid #e2e2e2;
	border-radius: 3px;
	margin-bottom:10px;
	padding-right:5px;
}

.aside-form textarea{
	width:190px;
	height:65px;
	border:1px solid #e2e2e2;
	border-radius: 3px;
	margin-bottom:10px;
	resize:none;
  padding-right: 5px;
	padding-top: 7px;
}

.aside-form input[type="submit"]{
		width:190px;
		height:40px;
		background-color:#c19685;
		text-align:center;
		border-radius: 3px;
		margin-top: -6px;
    border:0;
		color:#fff;
}


.input-placeholder-color-grey::-webkit-input-placeholder { color:#888888;font-size:14px;opacity:1; }
.input-placeholder-color-grey::-moz-placeholder { color:#888888;font-size:14px;opacity:1;} /* firefox 19+ */
.input-placeholder-color-grey:-moz-placeholder { color:#888888;font-size:14px;opacity:1;} /* firefox 19+ */
.input-placeholder-color-grey:-ms-input-placeholder { color:#888888;font-size:14px;opacity:1; } /* ie */
.input-placeholder-color-grey:-moz-placeholder { color:#888888;font-size:14px;opacity:1; }


/* ==========================================================================

========================================================================== */

.add-bottom-border{
	border-bottom:1px solid #e2e2e2;
}

.page-header{
	margin-top: 32px;
	margin-bottom: 0;
	padding-bottom: 24px;
	border:0;
	display:block;
	padding-right:37px;
}

.page-header h1{
	color:#b93cca;
	font-size:23px;
}

.page-hr{
	/**
	TODO - fix this
	**/
	margin: 0;
  width: 100%;
  height: 1px;
  border: 0;
  padding: 0;
  background-color: #e2e2e2;
}

.page-content{
	margin-top: 35px;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
	padding-right:37px;
	color: #000;
	overflow-y: hidden; 
}
/* ==========================================================================

========================================================================== */
.catalog-row{
	margin-top:70px;
}
.category-box{
	display:block;
	text-decoration: none;
	color:#000;
	text-align:Center;
	margin-bottom:80px;
	clear: both;
}

.category-box .image-holder{
	width:100%;
	height:115px;
	position: relative;;
	overflow:hidden;
	margin-bottom:10px;
}

.category-box .image-holder img{
	max-width:90%;
	margin:auto auto;
	position: absolute;
	top:0;left:0;
	right:0;bottom:0;
	width:auto;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
	-webkit-transition: all 200ms ease;
		 -moz-transition: all 200ms ease;
			-ms-transition: all 200ms ease;
			 -o-transition: all 200ms ease;
					transition: all 200ms ease;
	-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.category-box:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.category-box .hr{
	width:100%;
	height:2px;
	padding:0;
	margin:0;
	background-color:#d6d4c9;
	border-bottom:1px solid #fff;
	position: absolute;;
	top:0;left:0;


}

.category-box .text{
	color:#a27563;
	position: relative;;
	font-size:20px;
	display:inline-block;
	margin:0 auto;
	padding-top:15px;
}
/* ==========================================================================

========================================================================== */
.sidemenu{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	max-width:230px;
	margin-top:40px;
}

.sidemenu > li{
	width:100%;
	min-height:72px;
	position: relative;;
}

.sidemenu > li::after{
	position: absolute;;
	content:" ";
	width:100%;
	height:2px;
	background-color:#d6d4c9;
	border-bottom:1px solid #f7f6f4;
	bottom:0;
	left:0;
}


.sidemenu > li > a{
	display:block;
	width:94%;
	height:85%;
	min-height:65px;
}

.sidemenu > li > a > .image-holder{
	width:110px;
	float:right;
	text-align:center;
	min-height:72px;
	position: relative;
	margin-left:10px;
}

.sidemenu > li > a > .image-holder > img{
	max-width:95%;
	max-height:95%;
	position: absolute;
	top:0;left:0;right:0;bottom:0;margin:auto auto;
}

.sidemenu > li > a > .text{
	float:Right;
	font-size:15px;
	color:#a27563;
	padding-top:25px;
}

.hassubmenu{
	color: #bc8d7c;
  background-image: url('../images/sidemenuplus.png');
  width: 25px;
  height: 25px;
  position: absolute;
  top: 47px;
  left: 0;
  display: none;
  z-index: 10000000;
  text-align: center;
  padding-top: 8px;
  padding-right: 10px;
}

.sidemenu > li:hover,.sidemenu > .selected{
  -webkit-box-shadow: 4px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 4px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 4px 0px 9px 5px rgba(0,0,0,0.09);
	background-color:#fff;
}

.sidemenu > li:hover .hassubmenu,.sidemenu > .selected .hassubmenu{
	display:block;
}

.sidemenu > li:hover::after,.sidemenu > .selected::after{
	display:none;
}

.menuOpen,.superselected{
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	background-color:#fff;
	position: relative;
	z-index:10000000;
}

.menuOpen .text,.superselected .text{
	color:#000;
}

.menuOpen .hassubmenu,.superselected .hassubmenu{
	display:block;
}


.menuOpen::after,.superselected::after{
	display:none;
}

.sidemenu > li:hover > a > .text,.sidemenu > .selected > a > .text{
	color:#000;
}

.sidemenu > li > ul{
	margin:7px 0px 0px 0px;
	width:100%;
	display:none;
	border-top:1px solid #d6d4c9;
	list-style:none;
	padding:0;
}

.sidemenu > li > ul > li{
	width:100%;
	min-height:72px;
	background-color:#f9f9f9;
	border-bottom:1px solid #e0e0e0;
}

.sidemenu > li > ul > li > a{
	width:100%;
	min-height:72px;
	display:block;
}

.sidemenu > li > ul > li > a:hover {
	background-color:#fff;
}

.sidemenu > li > ul > li > a:hover  > .text{
  color:#000;
}

.sidemenu > li > ul > li > a > .image-holder{
	width:55px;
	float:right;
	text-align:center;
	min-height:72px;
	margin-left:10px;
	position: relative;;

}

.sidemenu > li > ul > li > a > .image-holder > img{
	max-width:90%;
	max-height:90%;
	position: absolute;
	top:0;left:0;right:0;bottom:0;margin:auto auto;
}

.sidemenu > li > ul > li > a > .text{
	float:Right;
	font-size:15px;
	color:#a27563;
	padding-top:25px;
}


.label{
	color:#000 !important;
}

a {
    color: #000;
    text-decoration: none;
}
/* ==========================================================================

========================================================================== */
.items-row{
	margin-right: -15px;
	margin-left: -25px;
	margin-top:8px;
}
.catalog-box{
	max-width:270px;
	width:100%;
	height:342px;
	background-color:#fff;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	margin-bottom:40px;
	padding:1px;
	position: relative;;
	border-radius: 5px;
}

.catalog-item-main-left-sale{
	width: 92px;
	height: 92px;
	background-image: url('../images/forrent.png');
	position: absolute;
	top: -4px;
	z-index: 10000;
	pointer-events: none;
	left: -4px;
}

.catalog-item-main-left-sale div {
	position: relative;
	width:100%;
	height:100%;
}

.catalog-item-main-left-sale div .text{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 0;
	-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(-45deg);
	text-align: center;
	padding-top: 18px;
}

.catalog-image-holder{
	width:100%;
	height:auto;
	padding-bottom:1px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:14px;
	display:block;
	height:243px;
	overflow:hidden;
	border-radius: 5px;
	position: relative;;
	overflow:hidden;
}

.catalog-image-holder img{
	position: absolute;;
	top:0;left:0;right:0;bottom:0;
	max-width:100%;
  transition:all 0.5s ;
  -webkit-transition:all 0.5s ;
  -o-transition:all 0.5s ;
  -moz-transition:all 0.5s ;
	margin: auto auto;
}

.catalog-image-holder img:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}



.catalog-box-title{
	font-size:18px;
	color:#000;
	width:100%;
	text-align:center;
	height:22px;
}

.catalog-box-price{
	width:100%;
	color:#000;
	font-size:14px;
	text-align:center;
	height:25px;
}

.catalog-box-price .lighter{color:#c19685}

.catalog-box-buttons{
	width:100%;
	text-align:center;
	line-height: 0;
}

.catalog-box-buttons-enter{
	margin:0;padding:0;
	display: inline-block;
  width: 20px;
  height: 21px;
  background-position: 20px 0px;
  background-image: url('../images/catalog-btns.png');
}

.ctalog-box-buttons-hr{
	margin:0;padding:0;
	display:inline-block;
	width:1px;
	height:21px;
	background-color:#cecece;

}

.catalog-box-buttons-cart{
	margin:0;padding:0;
	display:inline-block;
	width:23px;
	height:21px;
	background-position: 0px 0px;;
	background-image:url('../images/catalog-btns.png');

}

/* ==========================================================================

========================================================================== */
.pagination{
	margin:0 auto;
}

.pagination>li>a, .pagination>li>span{
	color:#ababab;
}

.pagination>li>a:hover, .pagination>li>span:hover{
	background-color:#b88b79;
	border-color:#b88b79;
	color:#fff;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color:#b88b79;
	border-color:#b88b79;
	color:#fff;
}

/* ==========================================================================

========================================================================== */
h3.more-items{
	font-size:22px;
	color:#000;
	margin-bottom:30px;
}



/* ==========================================================================

========================================================================== */
.page-bred{
	height:29px;
	background-image:url("../images/bred-bg.png");
	width: 104%;
	margin-right: -3.7%;
	padding-right: 3.7%;
}


.breadcrumb{
	background:none;
	margin:0;
  padding: 4px 0px;
}

.breadcrumb>li a{
	color:#c19685;
	font-size:14px;
}

.breadcrumb>li.active{
	color:#000;
	font-size:14px;
}

.breadcrumb>li+li:before{
	color:#c19685;
}
/* ==========================================================================

========================================================================== */
.item-row{
	min-height:400px;
}

.item-main{
	max-width:890px;
	min-height:50px;
	width:100%;
	margin-bottom:30px;
}

.item-main-right{
	width:37.51425313568985%;
	max-width:329px;
	min-height:5px;
	float:right;
	font-size:18px;
}

.item-main-right .light{
	color:#a27563;
	text-align:justify;
	line-height:20px;
}

.item-main-right-intrest-button-holder{
	width:100%;
	float:right;
	margin:20px 0px;
}

.item-main-right-intrest-button-holder a{
	display:block;
	float:right;
	background-color:#fff;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	font-size:16px;
	color:#c19685;
	border-radius: 3px;
	overflow:hidden;
}

.item-main-right-intrest-button-holder a{
	display:block;
	min-height:36px;
	float:right;
}

.questionmark{
	min-height:100%;
	height:100%;
}

.item-main-right-intrest-button-holder a .questionmark{
	display:block;
	height:36px;
	float:right;
	color:#c19685;
	border-left:1px solid #ecdfdc;
	padding:10px;
}

.item-main-right-intrest-button-holder a .text{
	display:block;
	min-height:36px;
	float:right;
	padding:10px 13px;
	font-size:16px;
	color:#c19685;
}



.item-main-right-description{
	color:#000;
	text-align:justify;
	line-height:18px;
	font-size:16px;
}

.item-main-right-select{
	margin-top:25px;
	margin-bottom:35px;
	width:100%;
	float:right;
}

.item-main-right-buy-btn{
	width:100%;
	min-height:55px;
	float:right;
}

.item-main-right-holder{
	width:100%;
	float:right;
	margin-bottom:22px;
}

.item-main-right-holder .price1{
	color:#777777;
	font-size:16px;
	margin-bottom:5px;
}

.item-main-right-holder .price2{
	color:#000000;
	font-size:19px;
	font-weight:bold;
}

.item-main-left{
	width:58.8369441277081%;
	min-height:5px;
	float:left;
	position: relative;
}

.item-main-left-sale{
	width:94px;
	height:94px;
	background-image:url('../images/sale.png');
	position: absolute;;
	top:-6px;
	z-index:10000;
	pointer-events: none;
	left:-6px;
}


.item-main-left-image-holder{
	width:86.24031007751938%;
	background-color:#fff;
	padding:1px;
	border-radius: 3px;
	overflow:hidden;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	float:left;
	position: relative;
	display:block;
}

.item-main-left-image-holder::after{
	width: 60px;
  height: 60px;
  position: absolute;
  content: " ";
  bottom: 1px;
  right: 1px;
  background-image: url('../images/sprit.png');
  z-index: 10000;
  pointer-events: none;
}

.item-main-left-image-holder a img{
	display:none;
}

.item-main-left-image-holder .show-image img{
	display:block;
}

.item-main-left-image-thumb-holder{
	width:13%;
	float:left;
}

.item-main-left-image-thumb-holder a{
	display:block;
	width:100%;
}

.item-main-left-image-thumb-holder a img{
	max-width:100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 300ms ease;
		 -moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			 -o-transition: all 300ms ease;
					transition: all 300ms ease;
}

.item-main-left-image-thumb-holder a:hover img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.item-main-left-image-thumb-holder .selected img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* ==========================================================================

========================================================================== */
.homepage-holder-cats-top{
	width:20%;
	text-align:center;
	float:right;
	margin:40px 0px;
}

.homepage-holder-cats-top .category-box{
	float:none;
	margin: 0 auto;
	max-width:210px;
}

.homepage-holder-cats-top .category-box .text{
	font-size:20px;
}

.homepage-hr{
	background-color:#e6e4d9;
	width:100%;
	height:2px;
	border-bottom:1px solid #ffffff;
	float:right;
	margin-bottom:40px;
}

.homepage-title{
	width:100%;
	height:20px;
	float:right;
	font-size:30px;
	text-align:center;
	margin-bottom:65px;
}
/* ==========================================================================

========================================================================== */
.homepage-item-slider{
	width:100%;
	float:Right;
	height:382px;
	margin-top:-20px;
	margin-bottom:40px;
}

.homepage-item-slider .catalog-box{
	margin:0 auto;
}

.homepage-item-slider > div{
	padding:20px 0px;
}

.homepage-banner-lower{
	background-color:#fff;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	width:100%;
	max-width:1200px;
	margin-top:30px;
	margin:40px auto;
}

.homepage-banner-lower::after{
	background-image:url('../images/slider-background-home-lower.png');
	width:100%;
	height:306px
	left:0;
	bottom:0;
	content: " ";
}

.label {
    display: table-cell;;
    padding: 0;
		border:0;;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/* ==========================================================================

========================================================================== */


.gall-items-row {
    margin-right: -15px;
    margin-left: -18px;
    margin-top: 30px;
		margin-bottom:30px;
}

.gallery-category{
	width:100%;
	display:block;
	border-radius: 5px;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	max-width:270px;
	overflow:hidden;
	margin:0 5px;;
	margin-bottom:40px;
}

.gallery-cateogry .image-holder{
	height:188px;
	border-bottom:1px solid #fff;
}

.gallery-category .text{
	border-top:1px solid #e2e2e2;
	height:42px;
	background-color:#fff;
	color:#b93cca;
	font-size:18px;
	text-align:center;
	padding-top:10px;
}

.gallery-category:hover{
	text-decoration: none;
}

.gallery-items{
	width:90%;
	max-width:270px;
	margin:0 auto;
	display:block;
	height:270px;
	background-size:cover;
	background-position: center;
	position: relative;;
	border-radius: 3px;
	overflow:hidden;
	margin-bottom:5px;
	-webkit-transition: all 450ms ease;
		 -moz-transition: all 450ms ease;
			-ms-transition: all 450ms ease;
			 -o-transition: all 450ms ease;
					transition: all 450ms ease;
}

.gallery-items::after{
	width:100%;
	height:100%;
	position: absolute;;
	content:" ";
	top:0;left:0;
	background-color:#000;
	z-index:100;
	opacity:0;
	-webkit-transition: all 450ms ease;
		 -moz-transition: all 450ms ease;
			-ms-transition: all 450ms ease;
			 -o-transition: all 450ms ease;
					transition: all 450ms ease;
}

.gallery-items::before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f067";
	font-size: 32px;
	position: absolute;
	margin: auto auto;
	width: 50px;
	height: 50px;
	color: #fff;
	border: 4px solid #fff;
	border-radius: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 1000;
	padding-top: 14px;
	opacity:0;
	-webkit-transition: all 450ms ease;
		 -moz-transition: all 450ms ease;
			-ms-transition: all 450ms ease;
			 -o-transition: all 450ms ease;
					transition: all 450ms ease;
}

.gallery-items:hover::before{
	opacity:1;
	text-decoration: none;
}

.gallery-items:hover::after{
	opacity:0.75;
}

.gallery-items:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


.gallery-cat-top-text{
	font-size:20px;
	color:#a27563;
	margin:0;
	line-height:25px;
}

.gallery-cat-bottom-text{
	font-size:16px;
	color:#000;
	margin:0;
	line-height:25px;

}
/* ==========================================================================

========================================================================== */

.gallery-sidemenu{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	max-width:230px;
	margin-top:40px;
	border-radius: 3px;
	overflow:hidden;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	margin-bottom:40px;
}

.gallery-sidemenu > li{
	width:100%;
	min-height:49px;
	position: relative;;
	border-bottom:1px solid #e2e2e2;
	background-color:#fff;
}

.gallery-sidemenu > li:last-child{
	border:none;
}

.gallery-sidemenu > li > a{
	display: block;
	width: 100%;
	min-height: 49px;
	padding-right: 19px;
	font-size: 15px;
	color: #000;
	padding-top: 13px;
	padding-bottom: 11px;
}

.gallery-sidemenu > .galleryselected > a{
	color:#b93cca;
}

.gallery-sidemenu > li:hover > a{
	color:#b93cca;
	text-decoration: none;
}

.buyticketsbtn{
	width:100%;
	max-width:238px;
	float:right;
	margin-right:-8px;
	margin-top:20px;
	margin-bottom:40px;
}

.buyticketsbtn a{
	width:238px;
	height:125Px;
	background-image:url('../images/buytickets.png?v=10000');
	display:block;
}

aside hr{
	width:100%;
	margin:0;padding:0;
	height:1px;
	border:0;
	background-color:#d7d7d7;
	border-bottom:1px solid #fff;
	max-width:230px;
}

.sidenews{
	margin-top:20px;
	margin-bottom:20px;
}

.sidenews .title{
	font-size:20px;
	color:#b93cca;
	margin:0;
}

.sidenews .news{
	height:200px;
	background-color:#fff;
	padding:0;
	margin:0;
	list-style:none;
	max-width:230px;
	margin-top:40px;
	border-radius: 3px;
	overflow:hidden;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);

}

.sidenews .news ul{
	width:100%;
	height:100%;
	list-style: none;
		height:200px;
	margin:0;padding:0;
}

.sidenews .news ul li{
	width:100%;
	height:100%;
	padding:20px;

}

.sidenews .news ul li a{
	display:block;
	text-decoration: none !important;
	color:#000;
	font-size:16px;
	line-height:17px;
}

.sidenews .news ul li a .headline{
	color:#ff7800;font-weight:bold;
}

.sidenews .news ul li a .text{

}




/* ==========================================================================

========================================================================== */
.home-page-lower-area{
	width:100%;
	max-width:1200px;
}

.slider-home-small{
	width: 75%;
}

.minimnum-instagram{
	min-width:315px;
	float:left;
}

.homepage-slider-lower{
	width:100%;
	height: 560px;
  padding-right: 14px;
  padding-left: 10px;
	position: relative;;
	overflow:hidden;;
}



.homepage-instagram-lower{
	width: 100%;
	height: 560px;
	margin-right: -4px;
	padding-left: 8px;
	padding-top: 2px;
}
.homepage-lower-top-holder{
	margin-bottom:28px;
}
.homepage-lower-top-holder p {
	color:#c19685;
	font-size:16px;
	margin-top:14px;
}

.homepage-lower-instagram-holder{
	width:100%;
	max-width:270px;
	background-color:#fff;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
	border-radius: 3px;
	height:450px;
	margin:0 auto;
	padding:5px;
}

/**
.homepage-lower-instagram-holder a{
	width: 32%;
  height: 19.5%;
  float: right;
  display: block;
  margin-left: 1.851851851851852%;
  margin-bottom: 1.111111111111111%;
  overflow: hidden;
  position: relative;
}

.homepage-lower-instagram-holder a:nth-child(3n){
	margin-left:0;
}

.homepage-lower-instagram-holder a img{;
	width:100%;height:100%;
}

.homepage-lower-instagram-holder a:hover img{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
	-webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}**/
.homepage-lower-instagram-holder a{
	width: 49%;
  height: 24.5%;
  float: right;
  display: block;
  margin-left: 1.851851851851852%;
  margin-bottom: 1.111111111111111%;
  overflow: hidden;
  position: relative;
}

.homepage-lower-instagram-holder a:nth-child(2n){
	margin-left:0;
}

.homepage-lower-instagram-holder a img{;
	width:100%;height:100%;
}

.homepage-lower-instagram-holder a:hover img{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
	-webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}


.homepage-sloder-lower-holder{
	width:100%;
	height:450px;
	background-color:#ddd;
	overflow:hidden;
	border-radius: 3px;
	position: relative;
}



.homepage-slider-slide{
	width:100%;
	height:450px;
	text-align:center;
	position: relative;
	overflow:hidden;
	border-radius: 3px;
	display:block;
	text-decoration: none !important;
}

.homepage-slider-slide > div{
	width:100%;
	height:450px;
	position: relative;
}
.homepage-slider-slide > div::after{
	background-image:url('../images/slider-background-home-lower.png');
	width:100%;
	height:306px;
	left:0;
	bottom:0;
	content: " ";
	position: absolute;;
	z-index:10;
}

.homepage-slider-slide > div >.image{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	right:0;
	background-size:cover;
	background-position: center;
	z-index:1;
}

.homepage-slider-slide > div >.text-top{
	margin: 0 auto;
	font-size:25px;
	color:#fff;
	padding-top: 330px;
	position: relative;
	z-index:1000;
  display: inline-block;
	text-decoration: none;
}

.homepage-slider-slide > div >.text-top > .text-right{
	font-size:25px;
	color:#fff;
	display:inline-block;
	text-decoration: none;
}

.homepage-slider-slide > div >.text-top > .text-left{
	font-size:25px;
	color:#dcc0b5;
	display:inline-block;
	text-decoration: none;

}

.homepage-slider-slide > div >.text-top > .text-hr{
	width:100%;
	height:2px;
	background-color:#000;
	border-bottom:1px solid #fff;
	opacity:0.2;
	position: relative;
	z-index:10;
	text-decoration: none;

}

.homepage-slider-slide > div >.text-lower{
	font-size:17px;
	color:#fff;
	width:100%;
	position: relative;
	z-index:1000;
	text-decoration: none !important;
}

.homepage-slider-slide:hover > div > .text-lower{
	text-decoration: none;
}

/* ==========================================================================
loader
========================================================================== */
.loader,
.loader:before,
.loader:after {
  background: #c19685;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  color: #c19685;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

table input[type="text"],table select{
	width:100% !important;
}
#contact_birthday{
	width:77% !important;
}

 {
    color: #fff;
    background-color: #c19685;
    border-color: #c19685;
}

.btn-success:hover,.btn-success:focus,.btn-success,.btn-success:active {
    color: #fff !important;
    background-color: #c19685 !important;
    border-color: #c19685 !important;
}

.btn-default:hover,.btn-default:focus,.btn-default,.btn-default:active {
    color: #fff !important;
    background-color: #c19685 !important;
    border-color: #c19685 !important;
}
/* ==========================================================================

========================================================================== */
@-webkit-keyframes animated_cs_logo{
    0%{background-position:0 0;}
    100%{background-position: 0 -418px;}
}
@keyframes animated_cs_logo{
    0%{background-position:0 0;}
    100%{background-position: 0 -418px;}
}

.cs_logo_png {
    width: 163px;
    height: 22px;
    background: url('../images/simplysmart-b.png') no-repeat 0 0;
    _background: url('../images/simplysmart.png') no-repeat 0 0;
    -webkit-animation: animated_cs_logo 3s steps(19) infinite;
    animation: animated_cs_logo 3s steps(19) infinite;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}

.searchResult{
}

.cartLoader{
	position: absolute;;
	width:100%;
	height:100%;
	top:0px;;left:0;
}

.cartLoaderArea{
	width:100%;
	height:100%;
	position: relative;;
	top:0;
	left:0;
	text-align:center;
	float:right;
	padding-top:20%;
}

.cartLoaderArea .loader{
	z-index:10;
}

.cartLoaderArea::after{
	position: absolute;;
	content:" ";
	top:0;left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.5
}

.delete-cart-item{
	cursor:pointer;
}

a.updateFormBtn{ text-decoration: none; }

a.updateFormBtn:hover{ text-decoration: none; }
#cart_review .cart{
	width:100% !important;
}

.panel-default{
	background:none;
}

.cs_logo_png {
    width: 163px;
    height: 22px;
    background: url('../images/simplysmart-b.png') no-repeat 0 0;
    _background: url('../images/simplysmart.png') no-repeat 0 0;
    -webkit-animation: animated_cs_logo 3s steps(19) infinite;
    animation: animated_cs_logo 3s steps(19) infinite;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================

========================================================================== */
.slide-btn-2{
    background: linear-gradient(to bottom, #e6aadd 0%,#7f3663 100%);
    direction: rtl;
}



div#SocialIcons {
    margin: 0;
    padding: 0;
    height: 72px;
    float: right;   
    overflow: hidden;
    width: 100%;
}
div#SocialIcons .print_send {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    height: 70px;
    margin:0;
}
div#SocialIcons .print_send .twitter-share-button {
    float: right;
    margin: 24px 25px;
    overflow: hidden;
    width: 80px;
}
div#SocialIcons .print_send .fb-like {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: right;
    height: 69px;
    line-height: 48px;
    margin: 0;
    overflow: hidden;
    padding-right: 40px;
    width: 455px;
}

#printBtn {
	background: url(../images/print_icon.png) no-repeat scroll center center;
    cursor: pointer;
    display: block;
    float: left;
    height: 70px;
    width: 120px;
}
#sendToFriend {
    background: url("../images/send_to_friend.png") no-repeat scroll center center ;
    cursor: pointer;
    display: block;
    float: left;
    height: 70px;
    width: 170px;
}


div#black_warp , div#alert_wrap{
    background:  url("../images/white_opacity.png") repeat scroll 0 0 ; 
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
	display:none;
}


#alert_wrap > div {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 6px #333;
    margin: 10vh auto;
    max-height: 80vh;
    max-width: 660px;
    min-width: 320px;
    position: relative;
    z-index: 1;
}

#alert_wrap.errors > div {
    max-width: 300px !important;
}
#alert_wrap > div .close {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 0 3px #333;
    color: #01AEF5;
    cursor: pointer;
    font-size: 28px;
    font-weight: normal;
    left: -31px;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 1px #000;
    top: -35px;
    width: 41px;
    z-index: 1;
}

#alert_wrap div.alert_wrap {
    max-height: 80vh;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
#alert_wrap .alert {
    display: block;
    font-size: 16px;
    padding: 15px;
    position: relative;
    z-index: 2;
}
#alert_wrap .alert > ul {
    margin: 0;
    padding: 15px;
}

#alert_wrap .alert li  {
	list-style:none;
}
.errors {
    padding: 5px;
}
.errors  li {
    color: #000;
}

.alert .head_title  {
    line-height: 56px;
    margin:auto;
    width: 353px;
    border-bottom: 1px solid #e2e2e2;
}


.alert .input_wrap {
    display: block;
    overflow: hidden;
}
.alert .input_wrap > input ,.nalert .input_wrap > input {
    height: 32px;
    margin: 10px;
    padding: 2px 5px;
    width: 86%;
}
.alert .input_wrap > textarea  {
    height: 64px;
    margin: 10px;
    padding: 2px 5px;
    width: 86%;
}

li.tab.last {
    display: none;
}