@import url('https://fonts.googleapis.com/css?family=Bitter|Codystar|Raleway|Khula|Marck+Script|Julius+Sans+One|Hind+Siliguri|Open+Sans|Raleway+Dots|Baloo+Da|Baloo+Bhai|Lato|Handlee|Homemade+Apple|Pacifico|Sacramento');
*{border:none; list-style:none;  margin: 0; padding: 0; }
.select{cursor:pointer!important;}
a {color:#075A44;}
.box-text a{color:#27a089!important;}
.btn-primary {background:#535a60!important}
/*********Layout********/

#side-panel.adminclass{float:left;}
#main-panel.adminclass{float:left;padding-right: 15px;    padding-left:15px;    margin-right: auto;    margin-left: auto;}
#main-panel.li{float:none;}
#central-container{padding-right:15px;padding-left:30px;margin-right:auto;margin-left:auto;margin-top:150px;}
#main-content {  margin-top: 60px; padding-right: 15px;    padding-left:200px;    margin-right: auto;    margin-left: auto;}
.centre-notice{width: 200px;    margin-left: auto;    margin-right: auto;    margin-top: 105px;    font-weight: bold;}
#fileholder{background:#fff;}
/************ End Layout*************/
/*.visible-xl, .visible-lg, .visible-md, .visible-sm, .visible-xs{display:block!important;}
/***********Header*******************/
#header-search{margin-top: 10px;padding-right:0px;padding-left:0px;}
#top_menu{    clear: both;
    width: 95%!important;
    margin: 10px auto!important;}
#top_menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: #ccc 1px dotted;
    padding:auto 10px;
    }
#top_menu li{
    float: left;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 5px 10px;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    letter-spacing: 1px;
    /* background:#f4f4f4; */
    }

#top_menu li a{color: #152627;border-bottom: 2px solid #fff;}
#top_menu li a:hover{ border-bottom: 2px solid #1db094; text-decoration:none;}
/*******Standard Colours************/
 .grey{color:#505050!important;}
 .red{color:#F03!important;}
 .green{color:#090!important;}
 .purple{color:#C36!important;}
 .orange{color:#F93!important;}
/*******Standard Colours************/
.border-nil{border:none!important;}

.*width-padding{padding-left:0px!important; padding-right:0px!important;}
/*img {width:100%;}*/
img.icon{width:24px;}
.clear {clear:both!important;}.left {float:left;}.right{float:right;}
.z1 { z-index: 1;}.z2 { z-index: 2;}.z3   { z-index:3;}
.clear10{clear:both;margin-top:10px; margin-bottom:10px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Open Sans'!important;font-weight: 900!important;    font-size: 18px;} 
h2{font-size:22px!important;} h3{font-size: 18px!important;} 
.marck {font-family: 'Marck Script', cursive!important;}
.cody {font-family:'Codystar', cursive!important;}
.Bitter {font-family:'Bitter', serif!important;}
.Raleway {font-family:'Raleway', sans-serif!important;}
.khula, .Khula {font-family:'Khula', sans-serif!important;}
.ralewaydots {font-family:'Raleway Dots', cursive!important;}
.Julius+Sans+One {font-family:'Julius Sans One', sans-serif!important;}
.HindSiliguri {font-family:'Hind Siliguri', sans-serif!important;}
.lato{font-family:'Lato', sans-serif!important;}
.opensans {font-family:'Open Sans', sans-serif!important;}
.baloobhai{font-family:'Baloo Bhai', cursive!important;}
.balooda{font-family:'Baloo Da', cursive!important;}
.Pacifico{font-family: 'Pacifico', cursive!important;}
.Handlee{font-family: 'Handlee', cursive!important;}
.sacramento{font-family: 'Sacramento', cursive!important;}
.HomemadeApple{font-family: 'Homemade Apple', cursive!important;}
#bg { position: fixed; top: 60px; left: 0; z-index:-99999999;}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }	
.p--100{font-weight:100!important;}.p--200{font-weight:200!important;}
.p--300{font-weight:300!important;}
body {  /*font-family: 'Open Sans', 'sans-serif'!important;*/ font-family: 'Khula', sans-serif!important;  /*background:#E7E9E0!important;*/background:#FFF!important;}
footer{min-width:550px;}
footer section{margin-left:30px;}
.well{background:#fff!important;}
.navigator{font-size:16px;}
.icon.icon-comedy{ background-repeat: no-repeat!important;}
.l10{padding-left:10px;}.l20{padding-left:20px;}.r5{padding-right:5px;}.r10{padding-right:10px;}.r20{padding-right:20px;}.r30{padding-right:30px;}.r50{padding-right:50px;}.r40{padding-right:40px;}
.icon-m{height:24px!important;width:24px!important; font-size:24px!important}
.error-text{color:#F30; font-weight:900;}figcaption p{line-height: 1.1em;}
.display-none{display:none;}
.preloader10 {
   width:40px;
   height:20px;
   display:inline-block;
   padding:0px;
   text-align:left;
}
.preloader10 span {
   position:absolute;
   display:inline-block;
   width:20px;
   height:20px;
   border-radius:100%;
   background:#000000;
   -webkit-animation:preloader10 0.7s linear infinite alternate;
   animation:preloader10 0.7s linear infinite alternate;
}
.preloader10 span:last-child {
   animation-delay:-0.7s;
   -webkit-animation-delay:-0.7s;
   margin-left:20px;
}
@keyframes preloader10 {
   0% {transform: scale(0, 0);}
   100% {transform: scale(1, 1);}
}
@-webkit-keyframes preloader10 {
   0% {-webkit-transform: scale(0, 0);}
   100% {-webkit-transform: scale(1, 1);}
}
.loading_screen{width:75%; height:500px; background:rgba(255,255,255,0.5);opacity: 50%; border:1pz solid #39C;}
img.block-centre {display: block;    margin-left: auto;    margin-right: auto }
.sertxt_large, .sertxt_small, .sertxt_med, .txt_large, .txt_medium, .txt_small, .txt_duration {border:1px #999 solid; background-color:#fff; margin:5px 0 5px 0;}
.user_warning{font-size:2.5em;}
.form-control, .textarea_med, .textarea_small, .textarea_large{display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
	margin-top:0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555!important; 
    background-color: #fff;
    background-image: none;
  border:1px #999 solid!important; 
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
 .dark-reset{background: none;    color: #fff!important;    border: none!important;}
	 .light-reset{background: none;    color: #333!important;    border: none!important;}
input{border:1px #999 solid!important; }
li.$set_active a.on{color:#C00!important}
li.$set_active a.off{color:#396!important}
#$settings #dropdownlv1 a.on{color:#C00!important}
#$settings a.off{color:#396!important}
.on{color:#C00!important}
.off{color:#396!important}
#landing h1{font-family: 'Julius Sans One', sans-serif!important;}
/*#content .container {padding-left: 35px!important;}
section#main.container {padding-left:-35px!important;}*/
#breadcrumbs{ text-transform:uppercase;}
#breadcrumbs li{float:left!important; padding-right:8px;}
#breadcrumbs .active_crumb{color:#bf1a59; font-weight:900;}
#breadcrumbs .divider{ margin:auto 0;}
#searchbar{color:#152627;}
#searchbar p{ color:#666;}
.search_links{display: block;}
.search_acts{padding-top:15px!important;}
#search-bar h4{font-weight:900; margin-top:15px;  margin-right: auto ; color:white;}
#searchbox{ padding-right: 15px;    padding-left: 15px;    margin-right: auto;    margin-left: auto;}
#search_form{ padding:0; margin-bottom:10px; border-right: 1px dotted #e5e5e5; min-height:250px;z-index:998;/* background:#152627; */padding-right: 10px;}
#search_form  .box div {padding:10px;}
#search_form h4{font-size:14px;}
#search_form  li {list-style: none;padding: 10px;color:#152627;text-transform:capitalize;font-size: 15px; border-bottom:1px dotted #152627;margin-top:15px;}
#search_form  p {padding: 10px; color: #152627; text-transform: capitalize  font-size: 15px; margin-top:5px;}
#search_form li.current{    background: #f5f5f5;    margin-top: 0;    padding-top: 25px;    padding-bottom: 25px;}
.menubutton{ background:#222; color:#fff!important; padding:10px; border-radius:3px; font-weight:900; font-size:14px;}
.menubutton:hover{ background:#39C; }
#searchbar-top li .titles{ margin-left:5px; font-weight:900; font-size:12px;}

#searchtype{float:left;}
#searchtype#homepage{ margin-left: 15px;}
#search_filter{float: left;    background: #ffffff;    padding: 28px; }
#search-home{ position:relative; background: #eeeeee;   z-index:2;  height: 100%;}
#search-bar{padding-bottom:5px;top:0px; left: 0px;  position: relative;color:#fff;height: 100%;}
#search-results-bar{margin-right:15px;}
#search-bar h1{font-size:20px!important; }

#search-bar .btn:hover{background-color:#269abc!important;}
#search-bar form-control{color:#777;}
#search-bar li{list-style:none; color: #fff;}
#search-bar #landing{height:100%;  color:#222;/*bottom: 5px; left: 15px;right:0px;position:absolute;width:100%;background:#3C3241;background-color:rgba(0,0,0,0.5);*/}
#search-bar #landing li{ padding-bottom:0px;/* width: 100%; */ margin-right: 20px;}
#search-bar #landing li h4{font-size:16px;}
#search-bar #sticky li{float:left; padding:2px; color: #fff;}
#search-bar #sticky{padding-bottom:5px;top:0px; left: 0px;   position: relative;color:#fff; width:100%; background-color:rgba(126,126,126,1);  }
#enquiry-layout{ background:#eee;}
#enquiry-listbox{    border: 20px solid #eee;  color: #333;}
#enquiry-listbox .heading{font-size: 2em;    margin-left: 20px;    margin-top: 20px;}
#enquiry-listbox .layout{ padding: 20px; }
#srnav a{color:#077963;    font-weight: 900;    margin-right: 10px;}
#srnav a:hover{color:#e54e53; text-decoration:none;}
#search-home li select.form-control {    font-weight: 500;    padding: 5px;    height: 35px;    font-size: 18px;    border-radius: 0px;    color: #666;}
#home{ background-color: rgba(255, 255, 255, 0.15); padding-bottom: 30px; }
.searchbox{
    position:relative;
    min-width:50px;
    width:225px;
    height:50px;
    float:right;
    overflow:hidden;
  
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#fff;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:17px;
    color:red;
	position: absolute;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:18px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#fff;
    background:#54aeb8;
	z-index:99999;
}
   .id_tag{ height: 30px;
    background: rgba(238, 238, 238, 0.8);
    margin-top: -50px;
    width: 100px;
    margin-left: 20px;}
#alpha_nav{ float: right;    background: #fff;padding: 3px 15px 3px 25px; margin-right: 50px;}
.searchbox-open{    width:100%;    z-index: 9999;}
#quick_nav{z-index:1; background:#434444;}
#quick_nav ul{    margin-left: 15px;}
#quick_nav li{float:left; padding: 8px;}
#quick_nav li a{ color:#fff;}
#nav_search{    background:#f7f8f9;    height:100%;padding:5px;    /* margin-top: 1%; */
    float: right;}
#nav_search ul{     float: right;    position: absolute;    right: 55px;}
#nav_search ul li {
    float: left;
    padding: 10px;
    background: #ffffff;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;}
#nav_search li a{    font-size: 18px;    font-weight: 900;}
 #nav_search #link1{   color: #4babb5;}
  #nav_search #link2{color: #b54b8f;}
  #directory{    font-size: 1.30em;    background-color: #14ad90;}
#floatbar .btm{   bottom:0;   left:0;   width:100%;   position:fixed;   background-color:#F00;}
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
#testimonialScroll .lead{font-size:16px;}
.horizontal{height: 100%; width:1px;   margin: 0 3px;    background-color: #e5e5e5;}
.navbar-brand{padding-top:0px!important}
/*colour palette
@navcolour
@acolour*/
@etccolor-2{background:#e54e53 !important;}
/*.etccolor-2{background:#e54e53!important;}
.etccolor-2{background:#347575!important;}*/

.etccolor-2{background:#e54e53!important;}
.btn_link    {border: 1px solid #eee !important; padding: 8px;}
.btn-search{font-size:16px!important;background-color:#14ac8f!important;}
.btn-clear{ font-size:16px!important; background-color:#333!important;}
.btn-book{background:#da005b!important;}
#basket-submit{clear:both;padding-top:30px;float:right;}
/*animation*/
/* Create the animation blocks */
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
/* Spinning, gradient circle; CSS only! */
#spin {width: 50px;	height: 50px;
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, white, #f4fbfa);
	background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	
	animation-name: spin; 
	animation-duration: 3s; /* 3 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}
/*animation*/
/* Spinning, gradient circle; CSS only! */
.spin {width: 50px;	height: 50px;
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, white, #f4fbfa);
	background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	
	animation-name: spin; 
	animation-duration: 3s; /* 3 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}
.circle-20{	 width: 50px;	height: 50px;   border-radius: 50%;    display: inline-block; margin-right: 20px;}.circle-30{	width: 20px;	height: 20px;	}.circle-40{	width: 20px;	height: 20px;	}.circle-50{	width: 20px;	height: 20px;	}
.txt-r{ text-align: right; float: right;}.txt-l{text-align:left;}.txt-c{text-align:center;}
.w1{width:1%!important}.rmp1{margin-right:1%!important}.rmx1{margin-right:1px!important}.lmp1{margin-left:1%!important}.rpp1{padding-right:1%!important}.rpx1{padding-right:1px!important}.lpp1{padding-left:1%!important}.lmx1{margin-left:1px!important;padding-left:1px!important}.tmp1{margin-top:1%!important}.tmx1{margin-top:1px!important}.bmp1{margin-bottom:1%!important}.bmx1{margin-bottom:1px!important}.tpp1{padding-top:1%!important}.tpx1{padding-top:1px!important}.amp1{margin:1%!important}.amx1,.apx1{margin:1px!important}.app1{padding:1%!important}.w2{width:2%!important}.rmp2{margin-right:2%!important}.rmx2{margin-right:2px!important}.lmp2{margin-left:2%!important}.rpp2{padding-right:2%!important}.rpx2{padding-right:2px!important}.lpp2{padding-left:2%!important}.lmx2{margin-left:2px!important;padding-left:2px!important}.tmp2{margin-top:2%!important}.tmx2{margin-top:2px!important}.bmp2{margin-bottom:2%!important}.bmx2{margin-bottom:2px!important}.tpp2{padding-top:2%!important}.tpx2{padding-top:2px!important}.amp2{margin:2%!important}.amx2,.apx2{margin:2px!important}.app2{padding:2%!important}.w3{width:3%!important}.rmp3{margin-right:3%!important}.rmx3{margin-right:3px!important}.lmp3{margin-left:3%!important}.rpp3{padding-right:3%!important}.rpx3{padding-right:3px!important}.lpp3{padding-left:3%!important}.lmx3{margin-left:3px!important;padding-left:3px!important}.tmp3{margin-top:3%!important}.tmx3{margin-top:3px!important}.bmp3{margin-bottom:3%!important}.bmx3{margin-bottom:3px!important}.tpp3{padding-top:3%!important}.tpx3{padding-top:3px!important}.amp3{margin:3%!important}.amx3,.apx3{margin:3px!important}.app3{padding:3%!important}.w4{width:4%!important}.rmp4{margin-right:4%!important}.rmx4{margin-right:4px!important}.lmp4{margin-left:4%!important}.rpp4{padding-right:4%!important}.rpx4{padding-right:4px!important}.lpp4{padding-left:4%!important}.lmx4{margin-left:4px!important;padding-left:4px!important}.tmp4{margin-top:4%!important}.tmx4{margin-top:4px!important}.bmp4{margin-bottom:4%!important}.bmx4{margin-bottom:4px!important}.tpp4{padding-top:4%!important}.tpx4{padding-top:4px!important}.amp4{margin:4%!important}.amx4,.apx4{margin:4px!important}.app4{padding:4%!important}.w5{width:5%!important}.rmp5{margin-right:5%!important}.rmx5{margin-right:5px!important}.lmp5{margin-left:5%!important}.rpp5{padding-right:5%!important}.rpx5{padding-right:5px!important}.lpp5{padding-left:5%!important}.lmx5{margin-left:5px!important;padding-left:5px!important}.tmp5{margin-top:5%!important}.tmx5{margin-top:5px!important}.bmp5{margin-bottom:5%!important}.bmx5{margin-bottom:5px!important}.tpp5{padding-top:5%!important}.tpx5{padding-top:5px!important}.amp5{margin:5%!important}.amx5,.apx5{margin:5px!important}.app5{padding:5%!important}.w6{width:6%!important}.rmp6{margin-right:6%!important}.rmx6{margin-right:6px!important}.lmp6{margin-left:6%!important}.rpp6{padding-right:6%!important}.rpx6{padding-right:6px!important}.lpp6{padding-left:6%!important}.lmx6{margin-left:6px!important;padding-left:6px!important}.tmp6{margin-top:6%!important}.tmx6{margin-top:6px!important}.bmp6{margin-bottom:6%!important}.bmx6{margin-bottom:6px!important}.tpp6{padding-top:6%!important}.tpx6{padding-top:6px!important}.amp6{margin:6%!important}.amx6,.apx6{margin:6px!important}.app6{padding:6%!important}.w7{width:7%!important}.rmp7{margin-right:7%!important}.rmx7{margin-right:7px!important}.lmp7{margin-left:7%!important}.rpp7{padding-right:7%!important}.rpx7{padding-right:7px!important}.lpp7{padding-left:7%!important}.lmx7{margin-left:7px!important;padding-left:7px!important}.tmp7{margin-top:7%!important}.tmx7{margin-top:7px!important}.bmp7{margin-bottom:7%!important}.bmx7{margin-bottom:7px!important}.tpp7{padding-top:7%!important}.tpx7{padding-top:7px!important}.amp7{margin:7%!important}.amx7,.apx7{margin:7px!important}.app7{padding:7%!important}.w8{width:8%!important}.rmp8{margin-right:8%!important}.rmx8{margin-right:8px!important}.lmp8{margin-left:8%!important}.rpp8{padding-right:8%!important}.rpx8{padding-right:8px!important}.lpp8{padding-left:8%!important}.lmx8{margin-left:8px!important;padding-left:8px!important}.tmp8{margin-top:8%!important}.tmx8{margin-top:8px!important}.bmp8{margin-bottom:8%!important}.bmx8{margin-bottom:8px!important}.tpp8{padding-top:8%!important}.tpx8{padding-top:8px!important}.amp8{margin:8%!important}.amx8,.apx8{margin:8px!important}.app8{padding:8%!important}.w9{width:9%!important}.rmp9{margin-right:9%!important}.rmx9{margin-right:9px!important}.lmp9{margin-left:9%!important}.rpp9{padding-right:9%!important}.rpx9{padding-right:9px!important}.lpp9{padding-left:9%!important}.lmx9{margin-left:9px!important;padding-left:9px!important}.tmp9{margin-top:9%!important}.tmx9{margin-top:9px!important}.bmp9{margin-bottom:9%!important}.bmx9{margin-bottom:9px!important}.tpp9{padding-top:9%!important}.tpx9{padding-top:9px!important}.amp9{margin:9%!important}.amx9,.apx9{margin:9px!important}.app9{padding:9%!important}.w10{width:10%!important}.rmp10{margin-right:10%!important}.rmx10{margin-right:10px!important}.lmp10{margin-left:10%!important}.rpp10{padding-right:10%!important}.rpx10{padding-right:10px!important}.lpp10{padding-left:10%!important}.lmx10{margin-left:10px!important;padding-left:10px!important}.tmp10{margin-top:10%!important}.tmx10{margin-top:10px!important}.bmp10{margin-bottom:10%!important}.bmx10{margin-bottom:10px!important}.tpp10{padding-top:10%!important}.tpx10{padding-top:10px!important}.amp10{margin:10%!important}.amx10{margin:10px!important}.apx10{padding:10px!important}.app10{padding:10%!important}.w11{width:11%!important}.rmp11{margin-right:11%!important}.rmx11{margin-right:11px!important}.lmp11{margin-left:11%!important}.rpp11{padding-right:11%!important}.rpx11{padding-right:11px!important}.lpp11{padding-left:11%!important}.lmx11{margin-left:11px!important;padding-left:11px!important}.tmp11{margin-top:11%!important}.tmx11{margin-top:11px!important}.bmp11{margin-bottom:11%!important}.bmx11{margin-bottom:11px!important}.tpp11{padding-top:11%!important}.tpx11{padding-top:11px!important}.amp11{margin:11%!important}.amx11,.apx11{margin:11px!important}.app11{padding:11%!important}.w12{width:12%!important}.rmp12{margin-right:12%!important}.rmx12{margin-right:12px!important}.lmp12{margin-left:12%!important}.rpp12{padding-right:12%!important}.rpx12{padding-right:12px!important}.lpp12{padding-left:12%!important}.lmx12{margin-left:12px!important;padding-left:12px!important}.tmp12{margin-top:12%!important}.tmx12{margin-top:12px!important}.bmp12{margin-bottom:12%!important}.bmx12{margin-bottom:12px!important}.tpp12{padding-top:12%!important}.tpx12{padding-top:12px!important}.amp12{margin:12%!important}.amx12{margin:12px!important}.apx12{padding:12px;}.app12{padding:12%!important}.w13{width:13%!important}.rmp13{margin-right:13%!important}.rmx13{margin-right:13px!important}.lmp13{margin-left:13%!important}.rpp13{padding-right:13%!important}.rpx13{padding-right:13px!important}.lpp13{padding-left:13%!important}.lmx13{margin-left:13px!important;padding-left:13px!important}.tmp13{margin-top:13%!important}.tmx13{margin-top:13px!important}.bmp13{margin-bottom:13%!important}.bmx13{margin-bottom:13px!important}.tpp13{padding-top:13%!important}.tpx13{padding-top:13px!important}.amp13{margin:13%!important}.amx13{padding:13px!important}.apx13{margin:13px!important}.app13{padding:13%!important}.w14{width:14%!important}.rmp14{margin-right:14%!important}.rmx14{margin-right:14px!important}.lmp14{margin-left:14%!important}.rpp14{padding-right:14%!important}.rpx14{padding-right:14px!important}.lpp14{padding-left:14%!important}.lmx14{margin-left:14px!important;padding-left:14px!important}.tmp14{margin-top:14%!important}.tmx14{margin-top:14px!important}.bmp14{margin-bottom:14%!important}.bmx14{margin-bottom:14px!important}.tpp14{padding-top:14%!important}.tpx14{padding-top:14px!important}.amp14{margin:14%!important}.apx14{padding:14px!important}.amx14{margin:14px!important}.app14{padding:14%!important}.w15{width:15%!important}.rmp15{margin-right:15%!important}.rmx15{margin-right:15px!important}.lmp15{margin-left:15%!important}.rpp15{padding-right:15%!important}.rpx15{padding-right:15px!important}.lpp15{padding-left:15%!important}.lmx15{margin-left:15px!important;padding-left:15px!important}.tmp15{margin-top:15%!important}.tmx15{margin-top:15px!important}.bmp15{margin-bottom:15%!important}.bmx15{margin-bottom:15px!important}.tpp15{padding-top:15%!important}.tpx15{padding-top:15px!important}.amp15{margin:15%!important}.amx15,.apx15{margin:15px!important}.app15{padding:15%!important}.w16{width:16%!important}.rmp16{margin-right:16%!important}.rmx16{margin-right:16px!important}.lmp16{margin-left:16%!important}.rpp16{padding-right:16%!important}.rpx16{padding-right:16px!important}.lpp16{padding-left:16%!important}.lmx16{margin-left:16px!important;padding-left:16px!important}.tmp16{margin-top:16%!important}.tmx16{margin-top:16px!important}.bmp16{margin-bottom:16%!important}.bmx16{margin-bottom:16px!important}.tpp16{padding-top:16%!important}.tpx16{padding-top:16px!important}.amp16{margin:16%!important}.amx16,.apx16{margin:16px!important}.app16{padding:16%!important}.w17{width:17%!important}.rmp17{margin-right:17%!important}.rmx17{margin-right:17px!important}.lmp17{margin-left:17%!important}.rpp17{padding-right:17%!important}.rpx17{padding-right:17px!important}.lpp17{padding-left:17%!important}.lmx17{margin-left:17px!important;padding-left:17px!important}.tmp17{margin-top:17%!important}.tmx17{margin-top:17px!important}.bmp17{margin-bottom:17%!important}.bmx17{margin-bottom:17px!important}.tpp17{padding-top:17%!important}.tpx17{padding-top:17px!important}.amp17{margin:17%!important}.amx17,.apx17{margin:17px!important}.app17{padding:17%!important}.w18{width:18%!important}.rmp18{margin-right:18%!important}.rmx18{margin-right:18px!important}.lmp18{margin-left:18%!important}.rpp18{padding-right:18%!important}.rpx18{padding-right:18px!important}.lpp18{padding-left:18%!important}.lmx18{margin-left:18px!important;padding-left:18px!important}.tmp18{margin-top:18%!important}.tmx18{margin-top:18px!important}.bmp18{margin-bottom:18%!important}.bmx18{margin-bottom:18px!important}.tpp18{padding-top:18%!important}.tpx18{padding-top:18px!important}.amp18{margin:18%!important}.amx18,.apx18{margin:18px!important}.app18{padding:18%!important}.w19{width:19%!important}.rmp19{margin-right:19%!important}.rmx19{margin-right:19px!important}.lmp19{margin-left:19%!important}.rpp19{padding-right:19%!important}.rpx19{padding-right:19px!important}.lpp19{padding-left:19%!important}.lmx19{margin-left:19px!important;padding-left:19px!important}.tmp19{margin-top:19%!important}.tmx19{margin-top:19px!important}.bmp19{margin-bottom:19%!important}.bmx19{margin-bottom:19px!important}.tpp19{padding-top:19%!important}.tpx19{padding-top:19px!important}.amp19{margin:19%!important}.amx19{margin:19px!important}.apx19{padding:19px!important}.app19{padding:19%!important}.w20{width:20%!important}.rmp20{margin-right:20%!important}.rmx20{margin-right:20px!important}.lmp20{margin-left:20%!important}.rpp20{padding-right:20%!important}.rpx20{padding-right:20px!important}.lpp20{padding-left:20%!important}.lmx20{margin-left:20px!important;padding-left:20px!important}.tmp20{margin-top:20%!important}.tmx20{margin-top:20px!important}.bmp20{margin-bottom:20%!important}.bmx20{margin-bottom:20px!important}.tpp20{padding-top:20%!important}.tpx20{padding-top:20px!important}.amp20{margin:20%!important}.apx20{padding:20px!important}amx20{margin:20px!important}.app20{padding:20%!important}.w21{width:21%!important}.rmp21{margin-right:21%!important}.rmx21{margin-right:21px!important}.lmp21{margin-left:21%!important}.rpp21{padding-right:21%!important}.rpx21{padding-right:21px!important}.lpp21{padding-left:21%!important}.lmx21{margin-left:21px!important;padding-left:21px!important}.tmp21{margin-top:21%!important}.tmx21{margin-top:21px!important}.bmp21{margin-bottom:21%!important}.bmx21{margin-bottom:21px!important}.tpp21{padding-top:21%!important}.tpx21{padding-top:21px!important}.amp21{margin:21%!important}.amx21,.apx21{margin:21px!important}.app21{padding:21%!important}.w22{width:22%!important}.rmp22{margin-right:22%!important}.rmx22{margin-right:22px!important}.lmp22{margin-left:22%!important}.rpp22{padding-right:22%!important}.rpx22{padding-right:22px!important}.lpp22{padding-left:22%!important}.lmx22{margin-left:22px!important;padding-left:22px!important}.tmp22{margin-top:22%!important}.tmx22{margin-top:22px!important}.bmp22{margin-bottom:22%!important}.bmx22{margin-bottom:22px!important}.tpp22{padding-top:22%!important}.tpx22{padding-top:22px!important}.amp22{margin:22%!important}.amx22,.apx22{margin:22px!important}.app22{padding:22%!important}.w23{width:23%!important}.rmp23{margin-right:23%!important}.rmx23{margin-right:23px!important}.lmp23{margin-left:23%!important}.rpp23{padding-right:23%!important}.rpx23{padding-right:23px!important}.lpp23{padding-left:23%!important}.lmx23{margin-left:23px!important;padding-left:23px!important}.tmp23{margin-top:23%!important}.tmx23{margin-top:23px!important}.bmp23{margin-bottom:23%!important}.bmx23{margin-bottom:23px!important}.tpp23{padding-top:23%!important}.tpx23{padding-top:23px!important}.amp23{margin:23%!important}.amx23,.apx23{margin:23px!important}.app23{padding:23%!important}.w24{width:24%!important}.rmp24{margin-right:24%!important}.rmx24{margin-right:24px!important}.lmp24{margin-left:24%!important}.rpp24{padding-right:24%!important}.rpx24{padding-right:24px!important}.lpp24{padding-left:24%!important}.lmx24{margin-left:24px!important;padding-left:24px!important}.tmp24{margin-top:24%!important}.tmx24{margin-top:24px!important}.bmp24{margin-bottom:24%!important}.bmx24{margin-bottom:24px!important}.tpp24{padding-top:24%!important}.tpx24{padding-top:24px!important}.amp24{margin:24%!important}.amx24,.apx24{margin:24px!important}.app24{padding:24%!important}.w25{width:25%!important}.rmp25{margin-right:25%!important}.rmx25{margin-right:25px!important}.lmp25{margin-left:25%!important}.rpp25{padding-right:25%!important}.rpx25{padding-right:25px!important}.lpp25{padding-left:25%!important}.lmx25{margin-left:25px!important;padding-left:25px!important}.tmp25{margin-top:25%!important}.tmx25{margin-top:25px!important}.bmp25{margin-bottom:25%!important}.bmx25{margin-bottom:25px!important}.tpp25{padding-top:25%!important}.tpx25{padding-top:25px!important}.amp25{margin:25%!important}.amx25,.apx25{margin:25px!important}.app25{padding:25%!important}.w26{width:26%!important}.rmp26{margin-right:26%!important}.rmx26{margin-right:26px!important}.lmp26{margin-left:26%!important}.rpp26{padding-right:26%!important}.rpx26{padding-right:26px!important}.lpp26{padding-left:26%!important}.lmx26{margin-left:26px!important;padding-left:26px!important}.tmp26{margin-top:26%!important}.tmx26{margin-top:26px!important}.bmp26{margin-bottom:26%!important}.bmx26{margin-bottom:26px!important}.tpp26{padding-top:26%!important}.tpx26{padding-top:26px!important}.amp26{margin:26%!important}.amx26,.apx26{margin:26px!important}.app26{padding:26%!important}.w27{width:27%!important}.rmp27{margin-right:27%!important}.rmx27{margin-right:27px!important}.lmp27{margin-left:27%!important}.rpp27{padding-right:27%!important}.rpx27{padding-right:27px!important}.lpp27{padding-left:27%!important}.lmx27{margin-left:27px!important;padding-left:27px!important}.tmp27{margin-top:27%!important}.tmx27{margin-top:27px!important}.bmp27{margin-bottom:27%!important}.bmx27{margin-bottom:27px!important}.tpp27{padding-top:27%!important}.tpx27{padding-top:27px!important}.amp27{margin:27%!important}.amx27,.apx27{margin:27px!important}.app27{padding:27%!important}.w28{width:28%!important}.rmp28{margin-right:28%!important}.rmx28{margin-right:28px!important}.lmp28{margin-left:28%!important}.rpp28{padding-right:28%!important}.rpx28{padding-right:28px!important}.lpp28{padding-left:28%!important}.lmx28{margin-left:28px!important;padding-left:28px!important}.tmp28{margin-top:28%!important}.tmx28{margin-top:28px!important}.bmp28{margin-bottom:28%!important}.bmx28{margin-bottom:28px!important}.tpp28{padding-top:28%!important}.tpx28{padding-top:28px!important}.amp28{margin:28%!important}.amx28,.apx28{margin:28px!important}.app28{padding:28%!important}.w29{width:29%!important}.rmp29{margin-right:29%!important}.rmx29{margin-right:29px!important}.lmp29{margin-left:29%!important}.rpp29{padding-right:29%!important}.rpx29{padding-right:29px!important}.lpp29{padding-left:29%!important}.lmx29{margin-left:29px!important;padding-left:29px!important}.tmp29{margin-top:29%!important}.tmx29{margin-top:29px!important}.bmp29{margin-bottom:29%!important}.bmx29{margin-bottom:29px!important}.tpp29{padding-top:29%!important}.tpx29{padding-top:29px!important}.amp29{margin:29%!important}.amx29,.apx29{margin:29px!important}.app29{padding:29%!important}.w30{width:30%!important}.rmp30{margin-right:30%!important}.rmx30{margin-right:30px!important}.lmp30{margin-left:30%!important}.rpp30{padding-right:30%!important}.rpx30{padding-right:30px!important}.lpp30{padding-left:30%!important}.lmx30{margin-left:30px!important;padding-left:30px!important}.tmp30{margin-top:30%!important}.tmx30{margin-top:30px!important}.bmp30{margin-bottom:30%!important}.bmx30{margin-bottom:30px!important}.tpp30{padding-top:30%!important}.tpx30{padding-top:30px!important}.amp30{margin:30%!important}.amx30,.apx30{margin:30px!important}.app30{padding:30%!important}.w31{width:31%!important}.rmp31{margin-right:31%!important}.rmx31{margin-right:31px!important}.lmp31{margin-left:31%!important}.rpp31{padding-right:31%!important}.rpx31{padding-right:31px!important}.lpp31{padding-left:31%!important}.lmx31{margin-left:31px!important;padding-left:31px!important}.tmp31{margin-top:31%!important}.tmx31{margin-top:31px!important}.bmp31{margin-bottom:31%!important}.bmx31{margin-bottom:31px!important}.tpp31{padding-top:31%!important}.tpx31{padding-top:31px!important}.amp31{margin:31%!important}.amx31,.apx31{margin:31px!important}.app31{padding:31%!important}.w32{width:32%!important}.rmp32{margin-right:32%!important}.rmx32{margin-right:32px!important}.lmp32{margin-left:32%!important}.rpp32{padding-right:32%!important}.rpx32{padding-right:32px!important}.lpp32{padding-left:32%!important}.lmx32{margin-left:32px!important;padding-left:32px!important}.tmp32{margin-top:32%!important}.tmx32{margin-top:32px!important}.bmp32{margin-bottom:32%!important}.bmx32{margin-bottom:32px!important}.tpp32{padding-top:32%!important}.tpx32{padding-top:32px!important}.amp32{margin:32%!important}.amx32,.apx32{margin:32px!important}.app32{padding:32%!important}.w33{width:33%!important}.rmp33{margin-right:33%!important}.rmx33{margin-right:33px!important}.lmp33{margin-left:33%!important}.rpp33{padding-right:33%!important}.rpx33{padding-right:33px!important}.lpp33{padding-left:33%!important}.lmx33{margin-left:33px!important;padding-left:33px!important}.tmp33{margin-top:33%!important}.tmx33{margin-top:33px!important}.bmp33{margin-bottom:33%!important}.bmx33{margin-bottom:33px!important}.tpp33{padding-top:33%!important}.tpx33{padding-top:33px!important}.amp33{margin:33%!important}.amx33,.apx33{margin:33px!important}.app33{padding:33%!important}.w34{width:34%!important}.rmp34{margin-right:34%!important}.rmx34{margin-right:34px!important}.lmp34{margin-left:34%!important}.rpp34{padding-right:34%!important}.rpx34{padding-right:34px!important}.lpp34{padding-left:34%!important}.lmx34{margin-left:34px!important;padding-left:34px!important}.tmp34{margin-top:34%!important}.tmx34{margin-top:34px!important}.bmp34{margin-bottom:34%!important}.bmx34{margin-bottom:34px!important}.tpp34{padding-top:34%!important}.tpx34{padding-top:34px!important}.amp34{margin:34%!important}.amx34,.apx34{margin:34px!important}.app34{padding:34%!important}.w35{width:35%!important}.rmp35{margin-right:35%!important}.rmx35{margin-right:35px!important}.lmp35{margin-left:35%!important}.rpp35{padding-right:35%!important}.rpx35{padding-right:35px!important}.lpp35{padding-left:35%!important}.lmx35{margin-left:35px!important;padding-left:35px!important}.tmp35{margin-top:35%!important}.tmx35{margin-top:35px!important}.bmp35{margin-bottom:35%!important}.bmx35{margin-bottom:35px!important}.tpp35{padding-top:35%!important}.tpx35{padding-top:35px!important}.amp35{margin:35%!important}.amx35,.apx35{margin:35px!important}.app35{padding:35%!important}.w36{width:36%!important}.rmp36{margin-right:36%!important}.rmx36{margin-right:36px!important}.lmp36{margin-left:36%!important}.rpp36{padding-right:36%!important}.rpx36{padding-right:36px!important}.lpp36{padding-left:36%!important}.lmx36{margin-left:36px!important;padding-left:36px!important}.tmp36{margin-top:36%!important}.tmx36{margin-top:36px!important}.bmp36{margin-bottom:36%!important}.bmx36{margin-bottom:36px!important}.tpp36{padding-top:36%!important}.tpx36{padding-top:36px!important}.amp36{margin:36%!important}.amx36,.apx36{margin:36px!important}.app36{padding:36%!important}.w37{width:37%!important}.rmp37{margin-right:37%!important}.rmx37{margin-right:37px!important}.lmp37{margin-left:37%!important}.rpp37{padding-right:37%!important}.rpx37{padding-right:37px!important}.lpp37{padding-left:37%!important}.lmx37{margin-left:37px!important;padding-left:37px!important}.tmp37{margin-top:37%!important}.tmx37{margin-top:37px!important}.bmp37{margin-bottom:37%!important}.bmx37{margin-bottom:37px!important}.tpp37{padding-top:37%!important}.tpx37{padding-top:37px!important}.amp37{margin:37%!important}.amx37,.apx37{margin:37px!important}.app37{padding:37%!important}.w38{width:38%!important}.rmp38{margin-right:38%!important}.rmx38{margin-right:38px!important}.lmp38{margin-left:38%!important}.rpp38{padding-right:38%!important}.rpx38{padding-right:38px!important}.lpp38{padding-left:38%!important}.lmx38{margin-left:38px!important;padding-left:38px!important}.tmp38{margin-top:38%!important}.tmx38{margin-top:38px!important}.bmp38{margin-bottom:38%!important}.bmx38{margin-bottom:38px!important}.tpp38{padding-top:38%!important}.tpx38{padding-top:38px!important}.amp38{margin:38%!important}.amx38,.apx38{margin:38px!important}.app38{padding:38%!important}.w39{width:39%!important}.rmp39{margin-right:39%!important}.rmx39{margin-right:39px!important}.lmp39{margin-left:39%!important}.rpp39{padding-right:39%!important}.rpx39{padding-right:39px!important}.lpp39{padding-left:39%!important}.lmx39{margin-left:39px!important;padding-left:39px!important}.tmp39{margin-top:39%!important}.tmx39{margin-top:39px!important}.bmp39{margin-bottom:39%!important}.bmx39{margin-bottom:39px!important}.tpp39{padding-top:39%!important}.tpx39{padding-top:39px!important}.amp39{margin:39%!important}.amx39,.apx39{margin:39px!important}.app39{padding:39%!important}.w40{width:40%!important}.rmp40{margin-right:40%!important}.rmx40{margin-right:40px!important}.lmp40{margin-left:40%!important}.rpp40{padding-right:40%!important}.rpx40{padding-right:40px!important}.lpp40{padding-left:40%!important}.lmx40{margin-left:40px!important;padding-left:40px!important}.tmp40{margin-top:40%!important}.tmx40{margin-top:40px!important}.bmp40{margin-bottom:40%!important}.bmx40{margin-bottom:40px!important}.tpp40{padding-top:40%!important}.tpx40{padding-top:40px!important}.amp40{margin:40%!important}.amx40,.apx40{margin:40px!important}.app40{padding:40%!important}.w41{width:41%!important}.rmp41{margin-right:41%!important}.rmx41{margin-right:41px!important}.lmp41{margin-left:41%!important}.rpp41{padding-right:41%!important}.rpx41{padding-right:41px!important}.lpp41{padding-left:41%!important}.lmx41{margin-left:41px!important;padding-left:41px!important}.tmp41{margin-top:41%!important}.tmx41{margin-top:41px!important}.bmp41{margin-bottom:41%!important}.bmx41{margin-bottom:41px!important}.tpp41{padding-top:41%!important}.tpx41{padding-top:41px!important}.amp41{margin:41%!important}.amx41,.apx41{margin:41px!important}.app41{padding:41%!important}.w42{width:42%!important}.rmp42{margin-right:42%!important}.rmx42{margin-right:42px!important}.lmp42{margin-left:42%!important}.rpp42{padding-right:42%!important}.rpx42{padding-right:42px!important}.lpp42{padding-left:42%!important}.lmx42{margin-left:42px!important;padding-left:42px!important}.tmp42{margin-top:42%!important}.tmx42{margin-top:42px!important}.bmp42{margin-bottom:42%!important}.bmx42{margin-bottom:42px!important}.tpp42{padding-top:42%!important}.tpx42{padding-top:42px!important}.amp42{margin:42%!important}.amx42,.apx42{margin:42px!important}.app42{padding:42%!important}.w43{width:43%!important}.rmp43{margin-right:43%!important}.rmx43{margin-right:43px!important}.lmp43{margin-left:43%!important}.rpp43{padding-right:43%!important}.rpx43{padding-right:43px!important}.lpp43{padding-left:43%!important}.lmx43{margin-left:43px!important;padding-left:43px!important}.tmp43{margin-top:43%!important}.tmx43{margin-top:43px!important}.bmp43{margin-bottom:43%!important}.bmx43{margin-bottom:43px!important}.tpp43{padding-top:43%!important}.tpx43{padding-top:43px!important}.amp43{margin:43%!important}.amx43,.apx43{margin:43px!important}.app43{padding:43%!important}.w44{width:44%!important}.rmp44{margin-right:44%!important}.rmx44{margin-right:44px!important}.lmp44{margin-left:44%!important}.rpp44{padding-right:44%!important}.rpx44{padding-right:44px!important}.lpp44{padding-left:44%!important}.lmx44{margin-left:44px!important;padding-left:44px!important}.tmp44{margin-top:44%!important}.tmx44{margin-top:44px!important}.bmp44{margin-bottom:44%!important}.bmx44{margin-bottom:44px!important}.tpp44{padding-top:44%!important}.tpx44{padding-top:44px!important}.amp44{margin:44%!important}.amx44,.apx44{margin:44px!important}.app44{padding:44%!important}.w45{width:45%!important}.rmp45{margin-right:45%!important}.rmx45{margin-right:45px!important}.lmp45{margin-left:45%!important}.rpp45{padding-right:45%!important}.rpx45{padding-right:45px!important}.lpp45{padding-left:45%!important}.lmx45{margin-left:45px!important;padding-left:45px!important}.tmp45{margin-top:45%!important}.tmx45{margin-top:45px!important}.bmp45{margin-bottom:45%!important}.bmx45{margin-bottom:45px!important}.tpp45{padding-top:45%!important}.tpx45{padding-top:45px!important}.amp45{margin:45%!important}.amx45,.apx45{margin:45px!important}.app45{padding:45%!important}.w46{width:46%!important}.rmp46{margin-right:46%!important}.rmx46{margin-right:46px!important}.lmp46{margin-left:46%!important}.rpp46{padding-right:46%!important}.rpx46{padding-right:46px!important}.lpp46{padding-left:46%!important}.lmx46{margin-left:46px!important;padding-left:46px!important}.tmp46{margin-top:46%!important}.tmx46{margin-top:46px!important}.bmp46{margin-bottom:46%!important}.bmx46{margin-bottom:46px!important}.tpp46{padding-top:46%!important}.tpx46{padding-top:46px!important}.amp46{margin:46%!important}.amx46,.apx46{margin:46px!important}.app46{padding:46%!important}.w47{width:47%!important}.rmp47{margin-right:47%!important}.rmx47{margin-right:47px!important}.lmp47{margin-left:47%!important}.rpp47{padding-right:47%!important}.rpx47{padding-right:47px!important}.lpp47{padding-left:47%!important}.lmx47{margin-left:47px!important;padding-left:47px!important}.tmp47{margin-top:47%!important}.tmx47{margin-top:47px!important}.bmp47{margin-bottom:47%!important}.bmx47{margin-bottom:47px!important}.tpp47{padding-top:47%!important}.tpx47{padding-top:47px!important}.amp47{margin:47%!important}.amx47,.apx47{margin:47px!important}.app47{padding:47%!important}.w48{width:48%!important}.rmp48{margin-right:48%!important}.rmx48{margin-right:48px!important}.lmp48{margin-left:48%!important}.rpp48{padding-right:48%!important}.rpx48{padding-right:48px!important}.lpp48{padding-left:48%!important}.lmx48{margin-left:48px!important;padding-left:48px!important}.tmp48{margin-top:48%!important}.tmx48{margin-top:48px!important}.bmp48{margin-bottom:48%!important}.bmx48{margin-bottom:48px!important}.tpp48{padding-top:48%!important}.tpx48{padding-top:48px!important}.amp48{margin:48%!important}.amx48,.apx48{margin:48px!important}.app48{padding:48%!important}.w49{width:49%!important}.rmp49{margin-right:49%!important}.rmx49{margin-right:49px!important}.lmp49{margin-left:49%!important}.rpp49{padding-right:49%!important}.rpx49{padding-right:49px!important}.lpp49{padding-left:49%!important}.lmx49{margin-left:49px!important;padding-left:49px!important}.tmp49{margin-top:49%!important}.tmx49{margin-top:49px!important}.bmp49{margin-bottom:49%!important}.bmx49{margin-bottom:49px!important}.tpp49{padding-top:49%!important}.tpx49{padding-top:49px!important}.amp49{margin:49%!important}.amx49,.apx49{margin:49px!important}.app49{padding:49%!important}.w50{width:50%!important}.rmp50{margin-right:50%!important}.rmx50{margin-right:50px!important}.lmp50{margin-left:50%!important}.rpp50{padding-right:50%!important}.rpx50{padding-right:50px!important}.lpp50{padding-left:50%!important}.lmx50{margin-left:50px!important;padding-left:50px!important}.tmp50{margin-top:50%!important}.tmx50{margin-top:50px!important}.bmp50{margin-bottom:50%!important}.bmx50{margin-bottom:50px!important}.tpp50{padding-top:50%!important}.tpx50{padding-top:50px!important}.amp50{margin:50%!important}.amx50,.apx50{margin:50px!important}.app50{padding:50%!important}.w51{width:51%!important}.rmp51{margin-right:51%!important}.rmx51{margin-right:51px!important}.lmp51{margin-left:51%!important}.rpp51{padding-right:51%!important}.rpx51{padding-right:51px!important}.lpp51{padding-left:51%!important}.lmx51{margin-left:51px!important;padding-left:51px!important}.tmp51{margin-top:51%!important}.tmx51{margin-top:51px!important}.bmp51{margin-bottom:51%!important}.bmx51{margin-bottom:51px!important}.tpp51{padding-top:51%!important}.tpx51{padding-top:51px!important}.amp51{margin:51%!important}.amx51,.apx51{margin:51px!important}.app51{padding:51%!important}.w52{width:52%!important}.rmp52{margin-right:52%!important}.rmx52{margin-right:52px!important}.lmp52{margin-left:52%!important}.rpp52{padding-right:52%!important}.rpx52{padding-right:52px!important}.lpp52{padding-left:52%!important}.lmx52{margin-left:52px!important;padding-left:52px!important}.tmp52{margin-top:52%!important}.tmx52{margin-top:52px!important}.bmp52{margin-bottom:52%!important}.bmx52{margin-bottom:52px!important}.tpp52{padding-top:52%!important}.tpx52{padding-top:52px!important}.amp52{margin:52%!important}.amx52,.apx52{margin:52px!important}.app52{padding:52%!important}.w53{width:53%!important}.rmp53{margin-right:53%!important}.rmx53{margin-right:53px!important}.lmp53{margin-left:53%!important}.rpp53{padding-right:53%!important}.rpx53{padding-right:53px!important}.lpp53{padding-left:53%!important}.lmx53{margin-left:53px!important;padding-left:53px!important}.tmp53{margin-top:53%!important}.tmx53{margin-top:53px!important}.bmp53{margin-bottom:53%!important}.bmx53{margin-bottom:53px!important}.tpp53{padding-top:53%!important}.tpx53{padding-top:53px!important}.amp53{margin:53%!important}.amx53,.apx53{margin:53px!important}.app53{padding:53%!important}.w54{width:54%!important}.rmp54{margin-right:54%!important}.rmx54{margin-right:54px!important}.lmp54{margin-left:54%!important}.rpp54{padding-right:54%!important}.rpx54{padding-right:54px!important}.lpp54{padding-left:54%!important}.lmx54{margin-left:54px!important;padding-left:54px!important}.tmp54{margin-top:54%!important}.tmx54{margin-top:54px!important}.bmp54{margin-bottom:54%!important}.bmx54{margin-bottom:54px!important}.tpp54{padding-top:54%!important}.tpx54{padding-top:54px!important}.amp54{margin:54%!important}.amx54,.apx54{margin:54px!important}.app54{padding:54%!important}.w55{width:55%!important}.rmp55{margin-right:55%!important}.rmx55{margin-right:55px!important}.lmp55{margin-left:55%!important}.rpp55{padding-right:55%!important}.rpx55{padding-right:55px!important}.lpp55{padding-left:55%!important}.lmx55{margin-left:55px!important;padding-left:55px!important}.tmp55{margin-top:55%!important}.tmx55{margin-top:55px!important}.bmp55{margin-bottom:55%!important}.bmx55{margin-bottom:55px!important}.tpp55{padding-top:55%!important}.tpx55{padding-top:55px!important}.amp55{margin:55%!important}.amx55,.apx55{margin:55px!important}.app55{padding:55%!important}.w56{width:56%!important}.rmp56{margin-right:56%!important}.rmx56{margin-right:56px!important}.lmp56{margin-left:56%!important}.rpp56{padding-right:56%!important}.rpx56{padding-right:56px!important}.lpp56{padding-left:56%!important}.lmx56{margin-left:56px!important;padding-left:56px!important}.tmp56{margin-top:56%!important}.tmx56{margin-top:56px!important}.bmp56{margin-bottom:56%!important}.bmx56{margin-bottom:56px!important}.tpp56{padding-top:56%!important}.tpx56{padding-top:56px!important}.amp56{margin:56%!important}.amx56,.apx56{margin:56px!important}.app56{padding:56%!important}.w57{width:57%!important}.rmp57{margin-right:57%!important}.rmx57{margin-right:57px!important}.lmp57{margin-left:57%!important}.rpp57{padding-right:57%!important}.rpx57{padding-right:57px!important}.lpp57{padding-left:57%!important}.lmx57{margin-left:57px!important;padding-left:57px!important}.tmp57{margin-top:57%!important}.tmx57{margin-top:57px!important}.bmp57{margin-bottom:57%!important}.bmx57{margin-bottom:57px!important}.tpp57{padding-top:57%!important}.tpx57{padding-top:57px!important}.amp57{margin:57%!important}.amx57,.apx57{margin:57px!important}.app57{padding:57%!important}.w58{width:58%!important}.rmp58{margin-right:58%!important}.rmx58{margin-right:58px!important}.lmp58{margin-left:58%!important}.rpp58{padding-right:58%!important}.rpx58{padding-right:58px!important}.lpp58{padding-left:58%!important}.lmx58{margin-left:58px!important;padding-left:58px!important}.tmp58{margin-top:58%!important}.tmx58{margin-top:58px!important}.bmp58{margin-bottom:58%!important}.bmx58{margin-bottom:58px!important}.tpp58{padding-top:58%!important}.tpx58{padding-top:58px!important}.amp58{margin:58%!important}.amx58,.apx58{margin:58px!important}.app58{padding:58%!important}.w59{width:59%!important}.rmp59{margin-right:59%!important}.rmx59{margin-right:59px!important}.lmp59{margin-left:59%!important}.rpp59{padding-right:59%!important}.rpx59{padding-right:59px!important}.lpp59{padding-left:59%!important}.lmx59{margin-left:59px!important;padding-left:59px!important}.tmp59{margin-top:59%!important}.tmx59{margin-top:59px!important}.bmp59{margin-bottom:59%!important}.bmx59{margin-bottom:59px!important}.tpp59{padding-top:59%!important}.tpx59{padding-top:59px!important}.amp59{margin:59%!important}.amx59,.apx59{margin:59px!important}.app59{padding:59%!important}.w60{width:60%!important}.rmp60{margin-right:60%!important}.rmx60{margin-right:60px!important}.lmp60{margin-left:60%!important}.rpp60{padding-right:60%!important}.rpx60{padding-right:60px!important}.lpp60{padding-left:60%!important}.lmx60{margin-left:60px!important;padding-left:60px!important}.tmp60{margin-top:60%!important}.tmx60{margin-top:60px!important}.bmp60{margin-bottom:60%!important}.bmx60{margin-bottom:60px!important}.tpp60{padding-top:60%!important}.tpx60{padding-top:60px!important}.amp60{margin:60%!important}.amx60,.apx60{margin:60px!important}.app60{padding:60%!important}.w61{width:61%!important}.rmp61{margin-right:61%!important}.rmx61{margin-right:61px!important}.lmp61{margin-left:61%!important}.rpp61{padding-right:61%!important}.rpx61{padding-right:61px!important}.lpp61{padding-left:61%!important}.lmx61{margin-left:61px!important;padding-left:61px!important}.tmp61{margin-top:61%!important}.tmx61{margin-top:61px!important}.bmp61{margin-bottom:61%!important}.bmx61{margin-bottom:61px!important}.tpp61{padding-top:61%!important}.tpx61{padding-top:61px!important}.amp61{margin:61%!important}.amx61,.apx61{margin:61px!important}.app61{padding:61%!important}.w62{width:62%!important}.rmp62{margin-right:62%!important}.rmx62{margin-right:62px!important}.lmp62{margin-left:62%!important}.rpp62{padding-right:62%!important}.rpx62{padding-right:62px!important}.lpp62{padding-left:62%!important}.lmx62{margin-left:62px!important;padding-left:62px!important}.tmp62{margin-top:62%!important}.tmx62{margin-top:62px!important}.bmp62{margin-bottom:62%!important}.bmx62{margin-bottom:62px!important}.tpp62{padding-top:62%!important}.tpx62{padding-top:62px!important}.amp62{margin:62%!important}.amx62,.apx62{margin:62px!important}.app62{padding:62%!important}.w63{width:63%!important}.rmp63{margin-right:63%!important}.rmx63{margin-right:63px!important}.lmp63{margin-left:63%!important}.rpp63{padding-right:63%!important}.rpx63{padding-right:63px!important}.lpp63{padding-left:63%!important}.lmx63{margin-left:63px!important;padding-left:63px!important}.tmp63{margin-top:63%!important}.tmx63{margin-top:63px!important}.bmp63{margin-bottom:63%!important}.bmx63{margin-bottom:63px!important}.tpp63{padding-top:63%!important}.tpx63{padding-top:63px!important}.amp63{margin:63%!important}.amx63,.apx63{margin:63px!important}.app63{padding:63%!important}.w64{width:64%!important}.rmp64{margin-right:64%!important}.rmx64{margin-right:64px!important}.lmp64{margin-left:64%!important}.rpp64{padding-right:64%!important}.rpx64{padding-right:64px!important}.lpp64{padding-left:64%!important}.lmx64{margin-left:64px!important;padding-left:64px!important}.tmp64{margin-top:64%!important}.tmx64{margin-top:64px!important}.bmp64{margin-bottom:64%!important}.bmx64{margin-bottom:64px!important}.tpp64{padding-top:64%!important}.tpx64{padding-top:64px!important}.amp64{margin:64%!important}.amx64,.apx64{margin:64px!important}.app64{padding:64%!important}.w65{width:65%!important}.rmp65{margin-right:65%!important}.rmx65{margin-right:65px!important}.lmp65{margin-left:65%!important}.rpp65{padding-right:65%!important}.rpx65{padding-right:65px!important}.lpp65{padding-left:65%!important}.lmx65{margin-left:65px!important;padding-left:65px!important}.tmp65{margin-top:65%!important}.tmx65{margin-top:65px!important}.bmp65{margin-bottom:65%!important}.bmx65{margin-bottom:65px!important}.tpp65{padding-top:65%!important}.tpx65{padding-top:65px!important}.amp65{margin:65%!important}.amx65,.apx65{margin:65px!important}.app65{padding:65%!important}.w66{width:66%!important}.rmp66{margin-right:66%!important}.rmx66{margin-right:66px!important}.lmp66{margin-left:66%!important}.rpp66{padding-right:66%!important}.rpx66{padding-right:66px!important}.lpp66{padding-left:66%!important}.lmx66{margin-left:66px!important;padding-left:66px!important}.tmp66{margin-top:66%!important}.tmx66{margin-top:66px!important}.bmp66{margin-bottom:66%!important}.bmx66{margin-bottom:66px!important}.tpp66{padding-top:66%!important}.tpx66{padding-top:66px!important}.amp66{margin:66%!important}.amx66,.apx66{margin:66px!important}.app66{padding:66%!important}.w67{width:67%!important}.rmp67{margin-right:67%!important}.rmx67{margin-right:67px!important}.lmp67{margin-left:67%!important}.rpp67{padding-right:67%!important}.rpx67{padding-right:67px!important}.lpp67{padding-left:67%!important}.lmx67{margin-left:67px!important;padding-left:67px!important}.tmp67{margin-top:67%!important}.tmx67{margin-top:67px!important}.bmp67{margin-bottom:67%!important}.bmx67{margin-bottom:67px!important}.tpp67{padding-top:67%!important}.tpx67{padding-top:67px!important}.amp67{margin:67%!important}.amx67,.apx67{margin:67px!important}.app67{padding:67%!important}.w68{width:68%!important}.rmp68{margin-right:68%!important}.rmx68{margin-right:68px!important}.lmp68{margin-left:68%!important}.rpp68{padding-right:68%!important}.rpx68{padding-right:68px!important}.lpp68{padding-left:68%!important}.lmx68{margin-left:68px!important;padding-left:68px!important}.tmp68{margin-top:68%!important}.tmx68{margin-top:68px!important}.bmp68{margin-bottom:68%!important}.bmx68{margin-bottom:68px!important}.tpp68{padding-top:68%!important}.tpx68{padding-top:68px!important}.amp68{margin:68%!important}.amx68,.apx68{margin:68px!important}.app68{padding:68%!important}.w69{width:69%!important}.rmp69{margin-right:69%!important}.rmx69{margin-right:69px!important}.lmp69{margin-left:69%!important}.rpp69{padding-right:69%!important}.rpx69{padding-right:69px!important}.lpp69{padding-left:69%!important}.lmx69{margin-left:69px!important;padding-left:69px!important}.tmp69{margin-top:69%!important}.tmx69{margin-top:69px!important}.bmp69{margin-bottom:69%!important}.bmx69{margin-bottom:69px!important}.tpp69{padding-top:69%!important}.tpx69{padding-top:69px!important}.amp69{margin:69%!important}.amx69,.apx69{margin:69px!important}.app69{padding:69%!important}.w70{width:70%!important}.rmp70{margin-right:70%!important}.rmx70{margin-right:70px!important}.lmp70{margin-left:70%!important}.rpp70{padding-right:70%!important}.rpx70{padding-right:70px!important}.lpp70{padding-left:70%!important}.lmx70{margin-left:70px!important;padding-left:70px!important}.tmp70{margin-top:70%!important}.tmx70{margin-top:70px!important}.bmp70{margin-bottom:70%!important}.bmx70{margin-bottom:70px!important}.tpp70{padding-top:70%!important}.tpx70{padding-top:70px!important}.amp70{margin:70%!important}.amx70,.apx70{margin:70px!important}.app70{padding:70%!important}.w71{width:71%!important}.rmp71{margin-right:71%!important}.rmx71{margin-right:71px!important}.lmp71{margin-left:71%!important}.rpp71{padding-right:71%!important}.rpx71{padding-right:71px!important}.lpp71{padding-left:71%!important}.lmx71{margin-left:71px!important;padding-left:71px!important}.tmp71{margin-top:71%!important}.tmx71{margin-top:71px!important}.bmp71{margin-bottom:71%!important}.bmx71{margin-bottom:71px!important}.tpp71{padding-top:71%!important}.tpx71{padding-top:71px!important}.amp71{margin:71%!important}.amx71,.apx71{margin:71px!important}.app71{padding:71%!important}.w72{width:72%!important}.rmp72{margin-right:72%!important}.rmx72{margin-right:72px!important}.lmp72{margin-left:72%!important}.rpp72{padding-right:72%!important}.rpx72{padding-right:72px!important}.lpp72{padding-left:72%!important}.lmx72{margin-left:72px!important;padding-left:72px!important}.tmp72{margin-top:72%!important}.tmx72{margin-top:72px!important}.bmp72{margin-bottom:72%!important}.bmx72{margin-bottom:72px!important}.tpp72{padding-top:72%!important}.tpx72{padding-top:72px!important}.amp72{margin:72%!important}.amx72,.apx72{margin:72px!important}.app72{padding:72%!important}.w73{width:73%!important}.rmp73{margin-right:73%!important}.rmx73{margin-right:73px!important}.lmp73{margin-left:73%!important}.rpp73{padding-right:73%!important}.rpx73{padding-right:73px!important}.lpp73{padding-left:73%!important}.lmx73{margin-left:73px!important;padding-left:73px!important}.tmp73{margin-top:73%!important}.tmx73{margin-top:73px!important}.bmp73{margin-bottom:73%!important}.bmx73{margin-bottom:73px!important}.tpp73{padding-top:73%!important}.tpx73{padding-top:73px!important}.amp73{margin:73%!important}.amx73,.apx73{margin:73px!important}.app73{padding:73%!important}.w74{width:74%!important}.rmp74{margin-right:74%!important}.rmx74{margin-right:74px!important}.lmp74{margin-left:74%!important}.rpp74{padding-right:74%!important}.rpx74{padding-right:74px!important}.lpp74{padding-left:74%!important}.lmx74{margin-left:74px!important;padding-left:74px!important}.tmp74{margin-top:74%!important}.tmx74{margin-top:74px!important}.bmp74{margin-bottom:74%!important}.bmx74{margin-bottom:74px!important}.tpp74{padding-top:74%!important}.tpx74{padding-top:74px!important}.amp74{margin:74%!important}.amx74,.apx74{margin:74px!important}.app74{padding:74%!important}.w75{width:75%!important}.rmp75{margin-right:75%!important}.rmx75{margin-right:75px!important}.lmp75{margin-left:75%!important}.rpp75{padding-right:75%!important}.rpx75{padding-right:75px!important}.lpp75{padding-left:75%!important}.lmx75{margin-left:75px!important;padding-left:75px!important}.tmp75{margin-top:75%!important}.tmx75{margin-top:75px!important}.bmp75{margin-bottom:75%!important}.bmx75{margin-bottom:75px!important}.tpp75{padding-top:75%!important}.tpx75{padding-top:75px!important}.amp75{margin:75%!important}.amx75,.apx75{margin:75px!important}.app75{padding:75%!important}.w76{width:76%!important}.rmp76{margin-right:76%!important}.rmx76{margin-right:76px!important}.lmp76{margin-left:76%!important}.rpp76{padding-right:76%!important}.rpx76{padding-right:76px!important}.lpp76{padding-left:76%!important}.lmx76{margin-left:76px!important;padding-left:76px!important}.tmp76{margin-top:76%!important}.tmx76{margin-top:76px!important}.bmp76{margin-bottom:76%!important}.bmx76{margin-bottom:76px!important}.tpp76{padding-top:76%!important}.tpx76{padding-top:76px!important}.amp76{margin:76%!important}.amx76,.apx76{margin:76px!important}.app76{padding:76%!important}.w77{width:77%!important}.rmp77{margin-right:77%!important}.rmx77{margin-right:77px!important}.lmp77{margin-left:77%!important}.rpp77{padding-right:77%!important}.rpx77{padding-right:77px!important}.lpp77{padding-left:77%!important}.lmx77{margin-left:77px!important;padding-left:77px!important}.tmp77{margin-top:77%!important}.tmx77{margin-top:77px!important}.bmp77{margin-bottom:77%!important}.bmx77{margin-bottom:77px!important}.tpp77{padding-top:77%!important}.tpx77{padding-top:77px!important}.amp77{margin:77%!important}.amx77,.apx77{margin:77px!important}.app77{padding:77%!important}.w78{width:78%!important}.rmp78{margin-right:78%!important}.rmx78{margin-right:78px!important}.lmp78{margin-left:78%!important}.rpp78{padding-right:78%!important}.rpx78{padding-right:78px!important}.lpp78{padding-left:78%!important}.lmx78{margin-left:78px!important;padding-left:78px!important}.tmp78{margin-top:78%!important}.tmx78{margin-top:78px!important}.bmp78{margin-bottom:78%!important}.bmx78{margin-bottom:78px!important}.tpp78{padding-top:78%!important}.tpx78{padding-top:78px!important}.amp78{margin:78%!important}.amx78,.apx78{margin:78px!important}.app78{padding:78%!important}.w79{width:79%!important}.rmp79{margin-right:79%!important}.rmx79{margin-right:79px!important}.lmp79{margin-left:79%!important}.rpp79{padding-right:79%!important}.rpx79{padding-right:79px!important}.lpp79{padding-left:79%!important}.lmx79{margin-left:79px!important;padding-left:79px!important}.tmp79{margin-top:79%!important}.tmx79{margin-top:79px!important}.bmp79{margin-bottom:79%!important}.bmx79{margin-bottom:79px!important}.tpp79{padding-top:79%!important}.tpx79{padding-top:79px!important}.amp79{margin:79%!important}.amx79,.apx79{margin:79px!important}.app79{padding:79%!important}.w80{width:80%!important}.rmp80{margin-right:80%!important}.rmx80{margin-right:80px!important}.lmp80{margin-left:80%!important}.rpp80{padding-right:80%!important}.rpx80{padding-right:80px!important}.lpp80{padding-left:80%!important}.lmx80{margin-left:80px!important;padding-left:80px!important}.tmp80{margin-top:80%!important}.tmx80{margin-top:80px!important}.bmp80{margin-bottom:80%!important}.bmx80{margin-bottom:80px!important}.tpp80{padding-top:80%!important}.tpx80{padding-top:80px!important}.amp80{margin:80%!important}.amx80,.apx80{margin:80px!important}.app80{padding:80%!important}.w81{width:81%!important}.rmp81{margin-right:81%!important}.rmx81{margin-right:81px!important}.lmp81{margin-left:81%!important}.rpp81{padding-right:81%!important}.rpx81{padding-right:81px!important}.lpp81{padding-left:81%!important}.lmx81{margin-left:81px!important;padding-left:81px!important}.tmp81{margin-top:81%!important}.tmx81{margin-top:81px!important}.bmp81{margin-bottom:81%!important}.bmx81{margin-bottom:81px!important}.tpp81{padding-top:81%!important}.tpx81{padding-top:81px!important}.amp81{margin:81%!important}.amx81,.apx81{margin:81px!important}.app81{padding:81%!important}.w82{width:82%!important}.rmp82{margin-right:82%!important}.rmx82{margin-right:82px!important}.lmp82{margin-left:82%!important}.rpp82{padding-right:82%!important}.rpx82{padding-right:82px!important}.lpp82{padding-left:82%!important}.lmx82{margin-left:82px!important;padding-left:82px!important}.tmp82{margin-top:82%!important}.tmx82{margin-top:82px!important}.bmp82{margin-bottom:82%!important}.bmx82{margin-bottom:82px!important}.tpp82{padding-top:82%!important}.tpx82{padding-top:82px!important}.amp82{margin:82%!important}.amx82,.apx82{margin:82px!important}.app82{padding:82%!important}.w83{width:83%!important}.rmp83{margin-right:83%!important}.rmx83{margin-right:83px!important}.lmp83{margin-left:83%!important}.rpp83{padding-right:83%!important}.rpx83{padding-right:83px!important}.lpp83{padding-left:83%!important}.lmx83{margin-left:83px!important;padding-left:83px!important}.tmp83{margin-top:83%!important}.tmx83{margin-top:83px!important}.bmp83{margin-bottom:83%!important}.bmx83{margin-bottom:83px!important}.tpp83{padding-top:83%!important}.tpx83{padding-top:83px!important}.amp83{margin:83%!important}.amx83,.apx83{margin:83px!important}.app83{padding:83%!important}.w84{width:84%!important}.rmp84{margin-right:84%!important}.rmx84{margin-right:84px!important}.lmp84{margin-left:84%!important}.rpp84{padding-right:84%!important}.rpx84{padding-right:84px!important}.lpp84{padding-left:84%!important}.lmx84{margin-left:84px!important;padding-left:84px!important}.tmp84{margin-top:84%!important}.tmx84{margin-top:84px!important}.bmp84{margin-bottom:84%!important}.bmx84{margin-bottom:84px!important}.tpp84{padding-top:84%!important}.tpx84{padding-top:84px!important}.amp84{margin:84%!important}.amx84,.apx84{margin:84px!important}.app84{padding:84%!important}.w85{width:85%!important}.rmp85{margin-right:85%!important}.rmx85{margin-right:85px!important}.lmp85{margin-left:85%!important}.rpp85{padding-right:85%!important}.rpx85{padding-right:85px!important}.lpp85{padding-left:85%!important}.lmx85{margin-left:85px!important;padding-left:85px!important}.tmp85{margin-top:85%!important}.tmx85{margin-top:85px!important}.bmp85{margin-bottom:85%!important}.bmx85{margin-bottom:85px!important}.tpp85{padding-top:85%!important}.tpx85{padding-top:85px!important}.amp85{margin:85%!important}.amx85,.apx85{margin:85px!important}.app85{padding:85%!important}.w86{width:86%!important}.rmp86{margin-right:86%!important}.rmx86{margin-right:86px!important}.lmp86{margin-left:86%!important}.rpp86{padding-right:86%!important}.rpx86{padding-right:86px!important}.lpp86{padding-left:86%!important}.lmx86{margin-left:86px!important;padding-left:86px!important}.tmp86{margin-top:86%!important}.tmx86{margin-top:86px!important}.bmp86{margin-bottom:86%!important}.bmx86{margin-bottom:86px!important}.tpp86{padding-top:86%!important}.tpx86{padding-top:86px!important}.amp86{margin:86%!important}.amx86,.apx86{margin:86px!important}.app86{padding:86%!important}.w87{width:87%!important}.rmp87{margin-right:87%!important}.rmx87{margin-right:87px!important}.lmp87{margin-left:87%!important}.rpp87{padding-right:87%!important}.rpx87{padding-right:87px!important}.lpp87{padding-left:87%!important}.lmx87{margin-left:87px!important;padding-left:87px!important}.tmp87{margin-top:87%!important}.tmx87{margin-top:87px!important}.bmp87{margin-bottom:87%!important}.bmx87{margin-bottom:87px!important}.tpp87{padding-top:87%!important}.tpx87{padding-top:87px!important}.amp87{margin:87%!important}.amx87,.apx87{margin:87px!important}.app87{padding:87%!important}.w88{width:88%!important}.rmp88{margin-right:88%!important}.rmx88{margin-right:88px!important}.lmp88{margin-left:88%!important}.rpp88{padding-right:88%!important}.rpx88{padding-right:88px!important}.lpp88{padding-left:88%!important}.lmx88{margin-left:88px!important;padding-left:88px!important}.tmp88{margin-top:88%!important}.tmx88{margin-top:88px!important}.bmp88{margin-bottom:88%!important}.bmx88{margin-bottom:88px!important}.tpp88{padding-top:88%!important}.tpx88{padding-top:88px!important}.amp88{margin:88%!important}.amx88,.apx88{margin:88px!important}.app88{padding:88%!important}.w89{width:89%!important}.rmp89{margin-right:89%!important}.rmx89{margin-right:89px!important}.lmp89{margin-left:89%!important}.rpp89{padding-right:89%!important}.rpx89{padding-right:89px!important}.lpp89{padding-left:89%!important}.lmx89{margin-left:89px!important;padding-left:89px!important}.tmp89{margin-top:89%!important}.tmx89{margin-top:89px!important}.bmp89{margin-bottom:89%!important}.bmx89{margin-bottom:89px!important}.tpp89{padding-top:89%!important}.tpx89{padding-top:89px!important}.amp89{margin:89%!important}.amx89,.apx89{margin:89px!important}.app89{padding:89%!important}.w90{width:90%!important}.rmp90{margin-right:90%!important}.rmx90{margin-right:90px!important}.lmp90{margin-left:90%!important}.rpp90{padding-right:90%!important}.rpx90{padding-right:90px!important}.lpp90{padding-left:90%!important}.lmx90{margin-left:90px!important;padding-left:90px!important}.tmp90{margin-top:90%!important}.tmx90{margin-top:90px!important}.bmp90{margin-bottom:90%!important}.bmx90{margin-bottom:90px!important}.tpp90{padding-top:90%!important}.tpx90{padding-top:90px!important}.amp90{margin:90%!important}.amx90,.apx90{margin:90px!important}.app90{padding:90%!important}.w91{width:91%!important}.rmp91{margin-right:91%!important}.rmx91{margin-right:91px!important}.lmp91{margin-left:91%!important}.rpp91{padding-right:91%!important}.rpx91{padding-right:91px!important}.lpp91{padding-left:91%!important}.lmx91{margin-left:91px!important;padding-left:91px!important}.tmp91{margin-top:91%!important}.tmx91{margin-top:91px!important}.bmp91{margin-bottom:91%!important}.bmx91{margin-bottom:91px!important}.tpp91{padding-top:91%!important}.tpx91{padding-top:91px!important}.amp91{margin:91%!important}.amx91,.apx91{margin:91px!important}.app91{padding:91%!important}.w92{width:92%!important}.rmp92{margin-right:92%!important}.rmx92{margin-right:92px!important}.lmp92{margin-left:92%!important}.rpp92{padding-right:92%!important}.rpx92{padding-right:92px!important}.lpp92{padding-left:92%!important}.lmx92{margin-left:92px!important;padding-left:92px!important}.tmp92{margin-top:92%!important}.tmx92{margin-top:92px!important}.bmp92{margin-bottom:92%!important}.bmx92{margin-bottom:92px!important}.tpp92{padding-top:92%!important}.tpx92{padding-top:92px!important}.amp92{margin:92%!important}.amx92,.apx92{margin:92px!important}.app92{padding:92%!important}.w93{width:93%!important}.rmp93{margin-right:93%!important}.rmx93{margin-right:93px!important}.lmp93{margin-left:93%!important}.rpp93{padding-right:93%!important}.rpx93{padding-right:93px!important}.lpp93{padding-left:93%!important}.lmx93{margin-left:93px!important;padding-left:93px!important}.tmp93{margin-top:93%!important}.tmx93{margin-top:93px!important}.bmp93{margin-bottom:93%!important}.bmx93{margin-bottom:93px!important}.tpp93{padding-top:93%!important}.tpx93{padding-top:93px!important}.amp93{margin:93%!important}.amx93,.apx93{margin:93px!important}.app93{padding:93%!important}.w94{width:94%!important}.rmp94{margin-right:94%!important}.rmx94{margin-right:94px!important}.lmp94{margin-left:94%!important}.rpp94{padding-right:94%!important}.rpx94{padding-right:94px!important}.lpp94{padding-left:94%!important}.lmx94{margin-left:94px!important;padding-left:94px!important}.tmp94{margin-top:94%!important}.tmx94{margin-top:94px!important}.bmp94{margin-bottom:94%!important}.bmx94{margin-bottom:94px!important}.tpp94{padding-top:94%!important}.tpx94{padding-top:94px!important}.amp94{margin:94%!important}.amx94,.apx94{margin:94px!important}.app94{padding:94%!important}.w95{width:95%!important}.rmp95{margin-right:95%!important}.rmx95{margin-right:95px!important}.lmp95{margin-left:95%!important}.rpp95{padding-right:95%!important}.rpx95{padding-right:95px!important}.lpp95{padding-left:95%!important}.lmx95{margin-left:95px!important;padding-left:95px!important}.tmp95{margin-top:95%!important}.tmx95{margin-top:95px!important}.bmp95{margin-bottom:95%!important}.bmx95{margin-bottom:95px!important}.tpp95{padding-top:95%!important}.tpx95{padding-top:95px!important}.amp95{margin:95%!important}.amx95,.apx95{margin:95px!important}.app95{padding:95%!important}.w96{width:96%!important}.rmp96{margin-right:96%!important}.rmx96{margin-right:96px!important}.lmp96{margin-left:96%!important}.rpp96{padding-right:96%!important}.rpx96{padding-right:96px!important}.lpp96{padding-left:96%!important}.lmx96{margin-left:96px!important;padding-left:96px!important}.tmp96{margin-top:96%!important}.tmx96{margin-top:96px!important}.bmp96{margin-bottom:96%!important}.bmx96{margin-bottom:96px!important}.tpp96{padding-top:96%!important}.tpx96{padding-top:96px!important}.amp96{margin:96%!important}.amx96,.apx96{margin:96px!important}.app96{padding:96%!important}.w97{width:97%!important}.rmp97{margin-right:97%!important}.rmx97{margin-right:97px!important}.lmp97{margin-left:97%!important}.rpp97{padding-right:97%!important}.rpx97{padding-right:97px!important}.lpp97{padding-left:97%!important}.lmx97{margin-left:97px!important;padding-left:97px!important}.tmp97{margin-top:97%!important}.tmx97{margin-top:97px!important}.bmp97{margin-bottom:97%!important}.bmx97{margin-bottom:97px!important}.tpp97{padding-top:97%!important}.tpx97{padding-top:97px!important}.amp97{margin:97%!important}.amx97,.apx97{margin:97px!important}.app97{padding:97%!important}.w98{width:98%!important}.rmp98{margin-right:98%!important}.rmx98{margin-right:98px!important}.lmp98{margin-left:98%!important}.rpp98{padding-right:98%!important}.rpx98{padding-right:98px!important}.lpp98{padding-left:98%!important}.lmx98{margin-left:98px!important;padding-left:98px!important}.tmp98{margin-top:98%!important}.tmx98{margin-top:98px!important}.bmp98{margin-bottom:98%!important}.bmx98{margin-bottom:98px!important}.tpp98{padding-top:98%!important}.tpx98{padding-top:98px!important}.amp98{margin:98%!important}.amx98,.apx98{margin:98px!important}.app98{padding:98%!important}.w99{width:99%!important}.rmp99{margin-right:99%!important}.rmx99{margin-right:99px!important}.lmp99{margin-left:99%!important}.rpp99{padding-right:99%!important}.rpx99{padding-right:99px!important}.lpp99{padding-left:99%!important}.lmx99{margin-left:99px!important;padding-left:99px!important}.tmp99{margin-top:99%!important}.tmx99{margin-top:99px!important}.bmp99{margin-bottom:99%!important}.bmx99{margin-bottom:99px!important}.tpp99{padding-top:99%!important}.tpx99{padding-top:99px!important}.amp99{margin:99%!important}.amx99{margin:99px!important}.apx99{padding:99px!important}.app99{padding:99%!important}.w100{width:100%!important}.rmp100{margin-right:100%!important}.rmx100{margin-right:100px!important}.lmp100{margin-left:100%!important}.rpp100{padding-right:100%!important}.rpx100{padding-right:100px!important}.lpp100{padding-left:100%!important}.lmx100{margin-left:100px!important;padding-left:100px!important}.tmp100{margin-top:100%!important}.tmx100{margin-top:100px!important}.bmp100{margin-bottom:100%!important}.bmx100{margin-bottom:100px!important}.tpp100{padding-top:100%!important}.tpx100{padding-top:100px!important}.amp100{margin:100%!important}.amx100,.apx100{margin:100px!important}.app100{padding:100%!important}
.font--1{font-size:1px!important}.font--2{font-size:2px!important}.font--3{font-size:3px!important}.font--4{font-size:4px!important}.font--5{font-size:5px!important}.font--6{font-size:6px!important}.font--7{font-size:7px!important}.font--8{font-size:8px!important}.font--9{font-size:9px!important}.font--10{font-size:10px!important}.font--11{font-size:11px!important}.font--12{font-size:12px!important}.font--13{font-size:13px!important}.font--14{font-size:14px!important}.font--15{font-size:15px!important}.font--16{font-size:16px!important}.font--17{font-size:17px!important}.font--18{font-size:18px!important}.font--19{font-size:19px!important}.font--20{font-size:20px!important}.font--21{font-size:21px!important}.font--22{font-size:22px!important}.font--23{font-size:23px!important}.font--24{font-size:24px!important}.font--25{font-size:25px!important}.font--26{font-size:26px!important}.font--27{font-size:27px!important}.font--28{font-size:28px!important}.font--29{font-size:29px!important}.font--30{font-size:30px!important}.font--31{font-size:31px!important}.font--32{font-size:32px!important}.font--33{font-size:33px!important}.font--34{font-size:34px!important}.font--35{font-size:35px!important}.font--36{font-size:36px!important}.font--37{font-size:37px!important}.font--38{font-size:38px!important}.font--39{font-size:39px!important}.font--40{font-size:40px!important}.font--41{font-size:41px!important}.font--42{font-size:42px!important}.font--43{font-size:43px!important}.font--44{font-size:44px!important}.font--45{font-size:45px!important}.font--46{font-size:46px!important}.font--47{font-size:47px!important}.font--48{font-size:48px!important}.font--49{font-size:49px!important}.font--50{font-size:50px!important}.font--51{font-size:51px!important}.font--52{font-size:52px!important}.font--53{font-size:53px!important}.font--54{font-size:54px!important}.font--55{font-size:55px!important}.font--56{font-size:56px!important}.font--57{font-size:57px!important}.font--58{font-size:58px!important}.font--59{font-size:59px!important}.font--60{font-size:60px!important}.font--61{font-size:61px!important}.font--62{font-size:62px!important}.font--63{font-size:63px!important}.font--64{font-size:64px!important}.font--65{font-size:65px!important}.font--66{font-size:66px!important}.font--67{font-size:67px!important}.font--68{font-size:68px!important}.font--69{font-size:69px!important}.font--70{font-size:70px!important}.font--71{font-size:71px!important}.font--72{font-size:72px!important}

/*left floats*/
.left_5{float:left; margin-right:5px;}.left_10{float:left; margin-right:10px;}.left_15{float:left; margin-right:15px;}.left_20{float:left; margin-right:20px;}.left_25{float:left; margin-right:25px;}.left_30{float:left; margin-right:30px;}.left_35{float:left; margin-right:35px;}.left_40{float:left; margin-right:40px;}.left_45{float:left; margin-right:45px;}.left_50{float:left; margin-right:50px;}.left_55{float:left; margin-right:55px;}.left_60{float:left; margin-right:60px;}

.list-unstyled a {font-size:16px; padding:2px 10px 2px 0px !important; height:auto; display:block;}

/*opacity*/
.op--0{opacity:0}.op--0.1{opacity:.1}.op--0.2{opacity:.2}.op--0.25{opacity:.25}.op--0.3{opacity:.3}.op--0.35{opacity:.35}.op-- 0.4{opacity:.4}.op-- 0.45{opacity:.45}.op--0.5{opacity:.5}.op--0.55{opacity:.55}.op--0.6{opacity:.6}.op--0.65{opacity:.65}.op--0.7{opacity:.7}.op--0.75{opacity:.75}.op--0.8{opacity:.8}.op--0.85{opacity:.85}.op--0.9{opacity:.9}.op--0.95{opacity:.95}.op--1{opacity:1}

/*fader*/
.fader-white-0{background:rgba(255,255,255,0)!important;}


/*align*/
.line-height--0{line-height:0!important}.line-height--1{line-height:1!important}.line-height--1em{line-height:16px!important}.line-height--1-1{line-height:1.1!important}.line-height--default{line-height:1.6!important}.line-height--1-4{line-height:1.4!important}.line-height--2em{line-height:32px!important}.line-height--24px{line-height:24px!important}.line-height--30px{line-height:30px!important}.valign--middle,.header__body{vertical-align:middle!important}.valign--top{vertical-align:top!important}.display--block{display:block!important}.display--inline-block{display:inline-block!important}.display--inline{display:inline!important}.display--table{display:table!important}.display--table--collapse{border-collapse:collapse!important}.display--table-row{display:table-row!important}.display--table-cell,.header__body{display:table-cell!important}.display--none{display:none!important}.margin-centre{margin: 0 auto;}.text--c{text-align:center;}.text--l{text-align:left;}.text--r{text-align:right;}.text--j{text-align:justify;}
.margin-t-10{margin-top:10px;}.margin-t-15{margin-top:15px;}.margin-t-20{margin-top:20px;}

/*font weight*/
.font-w-100{font-weight:100;}.font-w-200{font-weight:200;}.font-w-300{font-weight:300;}.font-w-400{font-weight:400!important}.font-w-500{font-weight:500;}.font-w-600{font-weight:600;}.font-w-700{font-weight:700;}.font-w-800{font-weight:800;}.font-w-900{font-weight:900;}
.font--up{text-transform:uppercase;}.font-etc-c1 {color:#25A79C;}

/*Padding*/
.pad*{padding:0!important;}.pad1{padding:1px;}.pad2{padding:2px;}.pad3{padding:3px;}.pad4{padding:4px;}.pad5{padding:5px;}.pad6{padding:6px;}.pad7{padding:7px;}.pad8{padding:8px;}.pad9{padding:9px;}.pad10{padding:10px;}.pad11{padding:11px;}.pad12{padding:12px;}.pad13{padding:13px;}.pad14{padding:14px;}.pad15{padding:15px;}.pad16{padding:16px;}.pad17{padding:17px;}.pad18{padding:18px;}.pad19{padding:19px;}.pad20{padding:20px;}

/*height*/
h100{height:100px;}h150{height:150px;}h200{height:200px;}h250{height:250px;}h300{height:300px;}h350{height:350px;}h400{height:400px;}h450{height:450px;}h500{height:500px;}h550{height:550px;}

.div_formlayout{ background:#F7F7F7; border:50px solid #F7f7f7;}
#highlighted_profiles{height:200px;}
#star_profile{height:100%; border: 20px solid  rgba(254, 25, 82, 0.69);}
#featured_profile{height:100%;border: 20px solid rgba(64,128,128,0.5);}

/*Links*/
#browse_group a{padding: 3px;    display: list-item;}
#browse_group ._categories a{color:#C36;}
#browse_group ._types a{color:#C36;}
#browse_group ._styles a{color:#C36;}
#browse_group ._locations a{color:#C36;}


.error{border: 2px solid rgba(254, 25, 82, 0.69);}
p.error{border: 15px solid rgba(254, 25, 82, 0.69);
    padding: 10px;
    background: rgba(0,0,0,.075);
    margin: auto 0;}

.error-tag{background:#FCC;float: left;clear: both;width: 100%;}
#content{min-height: 600px;    min-width: 500px;}
.ribbon {    height: 88px;    overflow: hidden;    position: absolute;    right: -3px;    top: -3px;    width: 85px;    z-index: 100;}
.ribbon .ribbon {    background-color: #797979;    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;    display: block;    font-size: .95em;    font-weight: 600;    left: -5px;    line-height: 20px;    padding: 7px 0;    position: relative;    text-align: center;    top: 15px;    transform: rotate(45deg);    -webkit-transform: rotate(45deg);    -ms-transform: rotate(7deg);    width: 120px;}.ribbon .ribbon:before, .ribbon .ribbon:after {    border-left: 2px solid rgba(0, 0, 0, 0);    border-right: 2px solid rgba(0, 0, 0, 0);    border-top: 2px solid #797979;    bottom: -2px;    content: "";    position: absolute;}

/*Form*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
legend {border-bottom:none!important;}
.form-control.row-xs{ line-height:2em;}
.form-control.row-sm{ line-height:4em;}
.form-control.row-md{ line-height:16em;}
.form-control.row-lg{ line-height:8em;}
.form-control.row-xl{ line-height:10em;}
.input-md {padding:10px; height: 26px;    padding: 5px 8px;    font-size: 14px;    line-height: 1.1;    border-radius: 6px;}
/*Button*/
button a, button a:hover  { color: #ffffff;}
.btn-default:active, .btn-default:hover, .btn-search:hover,.btn-clear:hover,.btn-default:focus{background:#286090!important;}
#sticky-list {
    z-index: 10000;
    left: 0;
    position: fixed;
    top: 30%;
}
#sticky-list a {
   background: #333;padding-top: 10px;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
  /* line-height: 35px;*/
   position: relative;
   text-align: center;
   width: 55px;
}
#sticky-list a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-list a:hover span, #sticky-list a:hover i, #sticky-list a:hover {
   width: 150%;
   /*left: 100%;
   padding-left:50px;*/
}

/*---------social start ----*/
@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
/*a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#socialcontainer {
   margin: 0 auto;
   padding: 20px 50px;
   background: white;
}*/
#sticky-social {
    z-index: 10000;
    left: 0;
    position: fixed;
    bottom: 0;
}
#sticky-social a {
   background: #333;padding-top: 10px;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
  /* line-height: 35px;*/
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span, #sticky-social a:hover i, #sticky-social a:hover {
   width: 150%;
   /*left: 100%;
   padding-left:50px;*/
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }

/*---------social end----*/

#nav_enquiry .col-md-12 input, #nav_enquiry .col-md-12 select, #nav_enquiry .col-md-12 textarea{width:100%!important;}

#nav_enquiry .col-md-6 input, #nav_enquiry .col-md-6 select, #nav_enquiry .col-md-6 textarea{width:100%!important;}
#nav_enquiry li{margin-top:10px;}
#edit_entertainer a .panel-heading, #edit_entertainer a h3.panel-heading  {background:#333;color: #fff; font-weight:500;}

#edit_entertainer a .panel-heading .95, #edit_entertainer a h3.panel-heading  {background:rgba(14,65,75,.95);}
#edit_entertainer a .panel-heading .90, #edit_entertainer a h3.panel-heading  {background: rgba(14,65,75,.90);}
#edit_entertainer a .panel-heading .85, #edit_entertainer a h3.panel-heading  {background:rgba(14,65,75,.85);}
#edit_entertainer a .panel-heading .80, #edit_entertainer a h3.panel-heading  {background:rgba(14,65,75,.80);}
#edit_entertainer a .panel-heading .75, #edit_entertainer a h3.panel-heading  {background:rgba(14,65,75,.75);}
#edit_entertainer a .panel-heading .70, #edit_entertainer a h3.panel-heading  {background:rgba(14,65,75,.70);}
#edit_entertainer a div.panel-heading.68, #edit_entertainer a h3.panel-heading  {background:rgba(85,86,86,.68);color: #666;}
 #edit_entertainer .panel-heading h3 {margin-top:5px; margin-bottom:5px;}
#edit_entertainer a .panel-heading:hover,#edit_entertainer a .panel-heading:active,#edit_entertainer a h3.panel-heading:hover,#edit_entertainer a h3.panel-heading:active {background:#0E414B; text-decoration:none;}
.panel-heading span.edit{float:right; margin-top:-30px; margin-right:15px;}
#edit_entertainer .close_section{float:right; margin-right:15px;}

  #edit_entertainer .panel-heading {    border-top-left-radius: 0px;border-top-right-radius: 0px;}
	
 #edit_entertainer .panel {    margin-bottom:5px;}

/* Backgrounds*/
.bg-orange{background:#FA5;}
.success {border-bottom:3px solid #09F;}
.please_check{border-bottom:3px solid #FC0;}
.bold{font-weight:bold;}
.bg-etc-c1{background:#31708f!important;}
#social{float:right;margin-bottom: 10px;}
#social li{float:left;}
#social a {display: inline-block; border-radius: 20px;background-color:rgba(126,126,126,0.5);padding: 4px;    font-size: 18px;}
#social a:hover {    background-color: #333;    }
#social a i { margin-left:3px; color: #fffdf0; height: 22px; width: 22px;    line-height: 23px; }
.search-across{        width: 100%;    height: 170px;    opacity: 1;    top: 135px;    position: fixed;    display: none;}
.ovhide{overflow:hidden;}
.w100xh400{height:400px;}
.imgbox{ position: relative;    overflow: hidden;}
.centre{padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{background-color: #878f90!important;
    color: #f2f9d0!important;}
#signup_form .form-group{margin-top:20px;}
#signup_form .form-control{margin-bottom:10px;}
#profile_information ul.nav.nav-pills{margin-bottom:10px;}

/*.btn{ background:@etcstyle !important;}*/
.btn{margin: 5px;border: none !important;-webkit-border-radius: 2px; -o-border-radius: 2px;	-moz-border-radius: 2px; border-radius: 2px!important;		}
/*.btn:hover, .btn:active, .btn:focus{background-color: #099;}*/
.btn, .btn.btn-default,.btn-default{background: #152627;color: #fff!important;}
.btn-white{background-color:#fff!important; border:1px solid #999;}	
.btn-primary:hover{background-color:#3EBA99;}
.close{color: #fff!important;text-shadow:0!important;filter: alpha(opacity=99);opacity: 1;}
#allsearch {margin-left:20px;}
#allsearch div {clear:both; margin-top:30px; border-top:1px solid #bbb;}
#allsearch a{float: left;
    margin-right: 30px;
    background: #eee;
    padding: 10px;
    font-weight: 900; margin-bottom:12px;}
#search_results .img-box-content {margin-left:0px;float:left;padding-left:0!important; padding-right:0!important;}
#search_results .box-content {float:left;height:100px;padding-left:0!important; padding-right:0!important;} 
#id-label{    background: rgba(245, 245, 245, 0.59);
    padding: 5px;
    width: 70px;
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;}
#menuclose {padding:10px;top: 0px;    position: fixed;    right: 0px;}
#mobile_inner {background-color:#3A3A3A; }
#smallmenu {padding-top: 10px;}#smallmenu ul {padding-top:10px;}

#minimenu .small ul, #minimenu .small li {font-size: 10px;}		


#minimenu .btn{background-color: #D8DEDD;color: #888;}
#minimenu a.btn{padding: 3px 6px;}
#minimenu .btn:hover, .btn:active, .btn:focus{background-color: #099;}
.white{color:#fff !important;} 
/*#social{float:right;}*/	
  hr.border{ /*margin-top: 1px;    margin-bottom: 1px;    border: 0;    border-top: 1px solid #eee;*/     height: 15px;
    border: none;  background: url(/images/hr_bg.png) repeat-x;}
   hr.clear{ border: 0;}
   hr#header{ margin-top:2px;    margin-bottom:2px; clear:both; }
header { width: 100%;    position: fixed; top:0; z-index: 999;background: #fff;height: 150px;clear:both;}
.contact{clear:both; z-index:1999; padding:0 20px; height:30px;}
.contact p{margin: 8px 0!important; font-size:12px;}
/* #logo img{ height:58px;background:#fff; border-radius: 5px;}*/
#dir-menu{margin-top: 10px;}
.shrink{  padding: 20px 0;}
.circleimg {    width: 200px;    height: 200px;    border: 5px solid white;    border-radius: 200px;    overflow: hidden;}
#title{ margin: 10px;    padding: 10px;padding-right:30px;background: #f5f5f5;text-align: right;}
#title p{margin-bottom:0px;}
#carousel-home{ position:relative;top:0px;padding-riught: 0px!important; padding-left: 0px!important; height:100%; z-index:1}
#srnav{ margin-top: 5px;margin-bottom: 5px;}
.ajax_box{background:#f9f9f9;display:none; position: absolute; width:450px; z-index: 1; left: 295px!important; top:250px!important;}

#clientlogos.carousel {background-color:transparent; height:175px;}
#minimenu {padding: 0px;height: 32px;}
#minimenu ul{margin-bottom:1px; padding:0px;}
#minimenu li{ display: inline-block; font-size: 1em; font-weight: 900; padding: 0px;}
#minimenu li a{font-size: 1em; }
#menu-small {float:right;}

li#profile_preview  a{font-weight:600;}
/*header*/
#banner{  top:0px;   margin-bottom: 2px;    background-color: #fff;    position: relative;    height: 550px;}
.carousel-control {  width: 30px;  height: 30px;  top: -35px;}
.left.carousel-control {  right: 30px;  left: inherit;}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid transparent;
}
#nav_enquiry { margin:0!important;  }
#nav_enquiry p, #nav_enquiry label{font-size:16px; font-weight:100;}

#nav_enquiry input, #nav_enquiry select, #nav_enquiry textarea{background: #fffefa;    padding-left:3px;border: 1px solid #999;  padding-right:3px;}
#nav_enquiry label{margin-bottom:0; }


#quick_enquiry{padding-right:20px;}
#quick_enquiry input, #quick_enquiry select, #quick_enquiry textarea{background: #fffefa;    border: 1px solid #999; padding:3px;}

#searchtype li selected{font-weight:500; }
#search-results {border:none;}
#search-results #display {clear:both;}

#grid { 
		background-repeat: no-repeat;
	    background-size: 100% 100%;
		padding-bottom: 10px;
	}
.form-break{margin-bottom:50px;}
.form-break div{margin-bottom:10px;}
/*/ Search Results/*/



.pop li{float:left; padding:5px;margin-right:5px; margin-bottom:5px; background:#DFE9EA; border-radius:2px;}

#displaySuggested{clear:both; margin-top:20px;}

.grid { margin:auto 0;}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
/*  width: 20%;*/
width:200px;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
}

#shortlist-submit{float: right; border-bottom: solid 2px #eee;}

/* ============================================================
  Menu Panel Global
============================================================ */
 
#menu_header_items{ padding-bottom:10px;}
 
/*Guest Panel
============================================================ */

#guest_menu{background:#fff;} 
.guest .btn-primary.active{ background-color: #312339;}
.guest .btn-primary.active:hover{ background-color: #855c9a; }
/* ============================================================
  Customer Panel
============================================================ */

#customer_menu{background:#fff;} 

/* ============================================================
  Entertainer Panel
============================================================ */

#menu_header{background:#505050;} 
/* ============================================================
  GLOBAL
============================================================ */
.rounded-frame{border: 3px solid; border-radius: 20px;}
.frame-white{border-color:#FFF;} 
.shortlist_record{   border-bottom: 1px solid #ccc;    margin: 10px auto;}
.oddrowcolor{ background:#E4E4E4;}
#_group #groups {margin-top:0;margin-bottom:0;background:none!important;}
#_group ul { padding-top:10px; padding-left:5px;}
#_group #groups li{       border: 1px solid #E2E2E2;   display: inline-block; list-style: none; }
#_group #groups li.tag a { padding:3px; color:#fff; /*font-weight:900;font-family: 'Codystar', cursive;*/}

/*Base Colours for Groups - EGRP08502 = DJ EGRP47497=Entertainment EGRP19315=Music EGRP62086=Dance */
.EGRP62086 {color:#152627!important;}
.EGRP47497{color:#f07c7f!important;}
.EGRP08502{color:#518144!important;}
.EGRP19315{color:#7f8384!important;}
.bdr-lft-1{border-left:1px solid #eee;}
.settings_box{background: #fff;}
#search_results .result,#results_list .result  {float:left;margin-bottom:0px;    overflow: hidden;    position: relative;  z-index: 1;    border-bottom:4px solid #ddd;    padding: 8px!important;}
#search_results .result:hover,#results_list .result:hover {    border-bottom:4px solid #bce2d4;}
#search_results .effects,#results_list .effects {  padding-left:0px;  padding-right:0px;}
#search_results .effects .images,#results_list.effects .images {  position: relative;  margin-bottom:0;  overflow: hidden;  height:200px;    border-radius: 20px;}
#search_results .effects .img:nth-child(n),#results_list .effects .img:nth-child(n) {  margin-right: 0px;}
#search_results .effects .img:first-child,#results_list .effects .img:first-child {  margin-left: 0px;}
#search_results .effects .img:last-child,#results_list .effects .img:last-child  {  margin-right: 0;}
#search_results .effects img,#results_list .effects img  {height: auto;
    width: 100%!important;    border-radius: 20px;}
#search_results .overlay,#results_list .overlay {
  display: block;
  height:99%;
  position: absolute;
  z-index: 20;
     background: white;
    background-color: rgba(255,255,255,0.99)!important;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#search_results a.close-overlay,#results_list a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
#search_results a.close-overlay.hidden,#results_list a.close-overlay.hidden  {
  display: none;
}

#search_results a.expand,#results_list a.expand  {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#search_results h3 a,#results_list h3 a  {color:#152627;}
#search_results h3 a:hover,#results_list h3 a:hover  {color: rgba(12,157,161,1); text-decoration:none;}
#search_results h3,#results_list h3{    margin-top:8px; margin-bottom: 2px;}
#search_results .box-text,#results_list .box-text{font-size:12px;}
#search_results .box-text p,#results_list .box-text p{color: #a0078c!important;}
#search_results .search_match{clear: both;width: 100%;}
.group_name_label{background: rgba(0,74,103,0.45);  color: #FFF; padding: 4px; position: absolute; font-size: 12px;  margin-top: 5px; right:0;}

#search_options{clear:both; float:right;}

#similar_acts{float:left; width:40%;}
.sa_box{    width: 90px;    padding: 10px; border:1px solid #099; float:left; margin-right:5px; overflow:hidden;}  .sa_a{font-weight:900;} .sa_img a{width:70px; height:70px; overflow:hidden;}.sa_img a img {width:70px; height:70px;}

#profile_locs_list {float:left;;}
#profile_locs_list #state a{display:block;}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#up .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index:200;
}
#up  .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
#up  .img.hover .overlay {
  height: 50%;
}

#effect-2 .overlay{top:0;left:0;right:0;width:100%;height:0}#effect-2 .overlay a.expand{left:0;right:0;top:50%;margin:-30px auto 0}#effect-2 .img.hover .overlay{height:100%}#effect-3 .overlay{top:0;bottom:0;left:0;width:0;height:100%}#effect-3 .overlay a.expand{top:0;bottom:0;left:50%;margin:auto 0 auto -30px}#effect-3 .img.hover .overlay{width:100%}#effect-4 .overlay{top:0;bottom:0;right:0;width:0;height:100%}#effect-4 .overlay a.expand{top:0;bottom:0;right:50%;margin:auto -30px auto 0}#effect-4 .img{overflow:hidden}#effect-4 .img.hover .overlay{width:100%}#effect-5 .overlay{top:0;bottom:0;left:0;right:0;opacity:0}#effect-5 .overlay a.expand{top:0;bottom:0;left:0;right:0;margin:auto;width:100%;height:100%;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}#effect-5 .img.hover .overlay{opacity:1}#effect-5 .img.hover .overlay a.expand{width:60px;height:60px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px}#effect-6 .overlay{top:0;bottom:0;left:0;right:0;opacity:0}#effect-6 .overlay a.expand{left:0;right:0;top:0;margin:0 auto;opacity:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}#effect-6 .img.hover .overlay{opacity:1}#effect-6 .img.hover .overlay a.expand{top:50%;margin-top:-30px;opacity:1}

/* ====================================================================== *
      [1] SETUP 
 * ====================================================================== */
	
  .media-box {
    /* Box-model */
    display: none; /* hidden by default, the plugin will take care of showing it */
    float: left;
    /*width: 20%;*/
  }

  .media-box-hidden, .not-loaded-before-search{
    display: none; /* hide the hidden boxes */
  }
	
  .media-boxes-container{  	margin-right: 0 !important;  	margin-bottom: 0 !important;  }
  
  .media-box-loaded{    display: block; /* class to show the boxes once the plugin has been initialized */
  }
#search_results i.fa{
    font-size: 20px;
    color:  #999;
    text-align: center;
	display: inline-block;
    margin: 3px;
    
    height: 22px;
    width: 22px;
    line-height: 23px;
    /*padding: 17px 17px 15px 17px;*/

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
  
    -webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
       -moz-border-radius: 50%; /* Firefox 1-3.6 */
            border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */

    -webkit-transition: -webkit-transform .2s, background .1s;
       -moz-transition:    -moz-transform .2s, background .1s;
         -o-transition:      -o-transform .2s, background .1s;
        -ms-transition:     -ms-transform .2s, background .1s;
            transition:         transform .2s, background .1s;
  }  
  
#search_results i.fa:hover{
      -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);  
  }
i.{
  	background:#0C3;
    font-size: 12px;
    color:  #fff;
    text-align: center;
  display: inline-block;
    margin: 3px;
     height: 22px;
    width: 22px;
    line-height: 23px;
    /*padding: 17px 17px 15px 17px;*/

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
  
    -webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
       -moz-border-radius: 50%; /* Firefox 1-3.6 */
            border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */

    -webkit-transition: -webkit-transform .2s, background .1s;
       -moz-transition:    -moz-transform .2s, background .1s;
         -o-transition:      -o-transform .2s, background .1s;
        -ms-transition:     -ms-transform .2s, background .1s;
            transition:         transform .2s, background .1s;
  }  

.action_buttons{    bottom: 0;    display: block;    z-index: 10;    top: 10px;    margin-left: -10px;    padding-right: 0px!important;}
#landing_search{background: rgb(34, 34, 34);}
#landing_search h1,#landing_search h2{color:#fff;}#landing_search h2{color:#fff;    font-weight: 500!important; font-size:18px!important;    text-align: center;}
.search-box-big-icon .fa{font-size:55px!important;color:#fff!important;-webkit-transform:scale(1)!important;-moz-transform:scale(1)!important;-ms-transform:scale(1)!important;-o-transform:scale(1)!important;transform:scale(1)!important}
.box-logo,.search-box-sale,.box-social-buttons{text-align:center}.box-title{letter-spacing:0;line-height:1.1;font-weight:800;color:#333;font-size:12px;/* border-bottom: 1px dotted #999; */}.search-box-title small{font-size:12px;display:block;font-weight:300;margin-top:5px}.search-box-year{color:gray;font-size:11px;margin-bottom:3px}.search-box-author{font-size:11px;margin:3px 0 0!important}.box-categories,.search-box-date{font-size:14px;line-height:15px;margin-top:5px}.box-categories{color:#152627;}.search-box-categories span{color:#333;font-weight:600}.box-date{color:#e54e53}.search-box-quote,.search-box-subscribe{padding:30px;line-height:28px;font-weight:600}.search-box-date span{color:#333;font-weight:600}.search-box-big-icon{margin-bottom:12px}.search-box-text{font-size:12px;margin:7px 0!important;color:#333;height:48px}.search-box-quote{background:#e54e53;color:#fff;font-size:14px}.search-box-quote span{display:block;margin-top:20px;font-size:13px}.search-box-subscribe{background:#2C393F;color:#fff;font-size:14px}.search-box-subscribe p{color:#fff}.search-box-subscribe input{border-radius:0;border:0;margin-top:10px;margin-bottom:15px}.search-box-subscribe .btn{border:0;color:#fff;background:#86979F;border-radius:2px;-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);min-width:120px;font-weight:500;font-size:12px;padding:12px}.search-box-view-image{margin:12px 0 0}.search-box-more a,.search-box-view-image a{text-decoration:none!important;padding:0;margin:0;color:#e54e53;font-weight:600;font-size:11px}.search-box-more a:hover,.search-box-view-image a:hover{color:#333}a.search-box-read-more-link{background:#e54e53;color:#fff;padding:0 4px}a.search-box-read-more-link:hover{background:#333;text-decoration:none}.search-box-footer{background:#F8F8F8;padding:20px}.search-box-social-buttons i{font-size:15px;color:#C7C7C7;margin:0 7px;-webkit-transition:color .1s;-moz-transition:color .1s;-o-transition:color .1s;-ms-transition:color .1s;transition:color .1s}.search-box-social-buttons i:hover{color:#333}.search-box-play-button,.search-box-sound-button{background:rgba(255,255,255,.8)!important;color:#000!important}.search-box-play-button{padding-left:3px}.search-box-sound-button{padding-left:1px}.search-box-logo{font-size:80px;padding:30px 0;color:rgba(255,255,255,.7);-webkit-transition:color .1s;-moz-transition:color .1s;-o-transition:color .1s;-ms-transition:color .1s;transition:color .1s}.search-box-logo:hover{color:rgba(255,255,255,1)}.search-box-price{font-size:16px;color:#e54e53;margin-top:10px;font-weight:400}.search-box-price del{font-size:12px;color:#A4A4A4}.search-box-sale{color:#fff;background:#e54e53;width:45px;height:45px;line-height:45px;border-radius:50%;position:absolute;font-weight:100;font-size:12px;top:-10px;right:10px;z-index:99;}
 /* ====================================================================== *
    [2] search BOX THUMBNAIL
 * ====================================================================== */

  .box-image{
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  /* Hack to center the image */
  .box-image div[data-width][data-height]{
    position: relative;
    overflow: hidden;
  }
  .box-image div[data-width][data-height] img{
    position: absolute;
    top:-100%; left:0; right: 0; bottom:-150%;
    margin: auto;
  }
  /* End Hack */

  .box .search-box-image img{
    width: 100%;
    max-width: 100%;
    display: block;
  }
  
  .box img{
    max-width: 100%;
  }
  
  /* Loading and broken thumbnail effects */

  .image div[data-thumbnail], .box-image div[data-popup]{
    background-position: center center;
    background-repeat: no-repeat;
  }

  .image-with-dimensions{
    background-color: black;
    background-image: url('icons/loading-image.gif');
  }

  .broken-image-here{
    background-color: #eee;
    background-image: url('icons/broken-image.png');
  }

  .broken-image-here:not([data-height]){
    min-height: 150px;
  }

/*/End Search Results/*/

#subscribe{ float: right;padding:15px;    background-color: #D9D9CE;}
#subscribe h3{margin-top:5px;margin-bottom:5px;}
#subscribe #output{height:10px;}
#subscribe .form-group{margin-bottom:2px;}

/* Footer */
footer{background-color:rgba(255,255,255,0.5);}
#footcontent ul {    list-style-type: none;    margin: 0;    padding: 0;}
#footcontent a {font-size:16px;color:#000 !important; padding-top: 1px;	padding-bottom: 1px;}

#footcontent a:hover {color:#096!important;}
#socialwrap { margin-top: 15px;	padding-top: 1px;	padding-bottom: 1px;}

#socialwrap p {color: #384452;margin-bottom: 3px;margin-left:2px;}

#socialwrap h4 {	color: #999;}

#socialwrap i {	font-size: 16px;	color: #384452;	padding-left: 10px;}

#socialwrap i:hover {	color:#179DA1;}

#_2015recommendbox>li { position: relative; display: block;padding-left: 0;    margin-bottom: 0;}
#_2015recommendbox>div>ul{list-style: none;}
#popularActs, .suggestedActs{ margin: 0 auto;}
#popularActs ._images{ height: 130px; overflow: hidden;} 
#popularActs ._images,.suggestedActs ._images{padding:1px;    position:relative; float:left;}

#masonGrid ._images { width: 200px; }
#masonGrid ._images--width2 { width: 400px; }

/*#popularchoice>li { position: relative; display: block;padding-left: 0;    margin-bottom: 0;}
#popularchoice>div>ul{list-style: none;}
#popularchoice>div>ul>li{float:left; padding:5px; background-color:#DCE3D7; margin-right:2px;}
#popularchoice>div>ul>li>a>img{width:100%;max-width:100%; height:200px;}
#popularchoice ._thumb{height:200px; width:250px; overflow:hidden;}*/
#latestchoice>div>ul{list-style: none; height:100%; overflow:hidden;}
#latestchoice>div>ul>li{float:left; margin:3px; max-width:90px; max-height:90px;overflow:hidden;}
#latestchoice>div>ul>li>a{width:100%;max-width:100%;}
/*#latestchoice ._thumb{height:100px; width:120px; overflow:hidden;} 
#popularchoice .frame_{height:250px; overflow:hidden;}*/
#callout {background-color:rgba(255,255,255,0.3);margin-top:30px;}
#callout h1 {margin-top:10px; padding-top:10px;}

 .pad_5 {padding:5px;}
 .pad_T_5 {padding-top:5px;}
 .pad_B_5 {padding-bottom:5px;}
 .pad_L_5 {padding-left:5px;}
 .pad_R_5 {padding-right:5px;}
 
 .brdr_1 {width:1px;}
 
 .bkg_white{background:rgba(255,255,255,0.5);}
 .thumb_{width:250px; height:250px;}
 .img-tiny{width:60px; height:60px;}
 .img20{width:20px;}

 .clientlogos
{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  cursor:pointer;
}


.clientlogos:hover{  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
#tcb-testimonial-carousel.carousel{height:200px; margin-top:10px;}
#tcb-testimonial-carousel.carousel-inner{height:200px; border-radius:4px;}

@palette-nav:#000;
@brand-color: #b20000;
@etcstyle:#459A9A;
.testcolor{color:#459A9A;}
#tcb-testimonial-carousel {
    a{    color: @brand-color; }
    .text-brand{ color: @brand-color;margin-top: 30px;  }
    
    .carousel-indicators .active { background: @brand-color;    }
    .no-margin{ margin: 0;    }
    .carousel-indicators li, .brdr-g1 { border: 1px solid #ccc;    }
    .carousel-control { color: @brand-color; width: 5%;    }
    .carousel-control:hover, .carousel-control:focus {color: @brand-color;  }
    .carousel-control.left, .carousel-control.right {background-image: none;    }
    .item{        padding: 15px 40px;        background: #f8f8f8;    }
    .media-object {        margin: auto;    }
    
}

.small-form{border:1px #ccc solid; padding:3px;}
.animate {
    -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;
}
.check{border:thick red solid;}

.spotlightbox{height:300px; overflow:hidden;}
/*.spotlightbox_thumb{top:0; height: 100%!important;}
.spotlightbox_thumb.Landscape.fix_image{height: 100%!important;width:auto!important;}
.spotlightbox_thumb.Portrait.fix_image{margin-top:0;height: auto!important;width: 100%!important;}
.spotlightbox_thumb.Portrait{height: 100%!important;width: auto!important;}
.spotlightbox_thumb.Landscape{height: auto!important; width: 100%!important; }
 */
/*Media Boxes*/
/* Change the style of the title and tags */
		.media-box-title{
			text-align: center;
			font-size: 14px;
			font-weight: 500;
			margin-bottom: 5px;
		}
/*Pagination*/
#page_navigation{ text-align:center;}
#page_navigation li .select_hover{background:#999; cursor:default;}
#paging{clear:both;padding:5px;} #paging #pgbottom{clear:both;margin:5px auto;} #paging #pgtop li{float:left;} #paging #pgbottom li{margin-top:5px;padding:5px;} 
#paging #pgtop,.marbtm10{margin-bottom:10px;}  #paging li.select_hover, #paging li.deselect,#paging li.disabled{color:#999;}   #paging li.select,#welcome_box2 p{color:#666;}#paging li{margin-right:5px;background-color:#999;display:inline;list-style-type:none;padding:3px 7px;}
#paging li.dead{border:1px solid #E2E2E2; color:#E2E2E2; margin-left:5px;margin-right:5px;background-color:#FFF;display:inline;list-style-type:none;padding:5px 10px;}
.pager{clear:both;padding:5px;background: #152627; text-align: right;}  #pgbottom{clear:both;margin:5px auto;}  #pgtop li{float:left;} #pgbottom li{margin-top:5px;padding:5px;} 
 .pager,.marbtm10{margin-bottom:10px;}  .pager li.select_hover, .pager li.deselect{color:#cbf0f0;}   .pager li.select,#welcome_box2 p{color:#fff;}
.pager li{margin-right:5px;color: #FFF;display:inline;list-style-type:none;padding:3px 7px;border:0!important;}
.pager li.disabled, .pgbottom li.disabled, .pgtop li.disabled{display:none!important;}.pager li.dead{border:1px solid #E2E2E2; color:#E2E2E2; margin-left:5px;margin-right:5px;background-color:#FFF;display:inline;list-style-type:none;padding:5px 10px;}.pager .nav_text, #pgbottom .nav_text{border:0!important;}
 
/*Enquiry*/
#enquiry_list {padding:5px; background-color:#CCC;}
.enquiry_row {padding:5px;}
.enquiry_row div{float:left;}
 
.media-box{background-color: transparent;}
.media-box-image div{background-color:black;}
.filters-container {height:35px;}

/*watermark*/
.watermark{       position: absolute;    /*top: 315px; */    z-index: 99;   left: 5px;}
#profileimages .watermark img {    width: 115px;    max-width: 100%;    display: block;}
	
/*Register*/
.register .label{color:#333; font-size:100%;}


/*Profile Page*/
#summary_box{margin-top: -130px;  z-index: 2;  background: #e2e2e2;  width: 100%;    height: 150px;    position: inherit;}
#summary_line{width: 100%;    height: 125px;    background:rgba(221,221,221,0.5);   z-index: 1;    position: relative;    font-weight: 900;    font-family: 'Codystar', cursive;}
#profile_summary{position: relative; font-size: 16px;    color: rgb(3, 1, 2); float: left;    background: white;  overflow: hidden;  padding: 8px; margin-top:5px; margin-bottom:5px; font-weight: bold; height:115px;}
#profile_summary p{padding:8px;}
#profileinfo{clear:both; padding-top:10px;}
#profile_page .outer{ width:1175px;}

#profile_page{padding-right: 30px;padding-left: 30px;margin-right: auto;margin-left: auto;}
#profile_page #summary{margin-bottom:30px;}

#profile_page #_1{clear:both;padding: 15px;min-height:500px;border-bottom:none!important;}
#profile_page #disp3 {clear:both;padding: 15px;    background: whitesmoke;}

#profile_page h1{float:left;}
#profile_page h2{float:right; margin-top:30px; margin-bottom:5px;}
#profile_display {padding-top:20px;}
#profile_page #profileimages {margin-bottom: 5px;max-width:650px;    margin-left: 0;   padding: 0; /*height:520px;*/overflow:hidden;} 
#profileimages {background: #e0e0e0;}
#profileimages .sliderwrapper {   padding:0px;/*height:500px;*/}
#mini_gallery { margin-bottom: 100px;}
#mini_gallery ul{height:100px; padding-left: 8px;}
#mini_gallery .nav>li>a {  padding:0px;}
#mini_gallery li{float:left; list-style:none;width:150px;  height: 100px;    overflow: hidden;border-color: rgba(232, 225, 225, 0.5);margin-bottom: 2px;    border-style: solid;    border-width: 10px; border-radius:5px;}
#mini_gallery li img{width:100%; display:inline-block; border-top:none;}

#mini_gallery li.active img{   margin-top:-5%;}
#mini_gallery li, #mini_gallery li.active, #mini_gallery li.active:focus, #mini_gallery li.active:hover{border-color:#e2e2e2; margin-left: 2px;   border-right: none;    border-left: none;    border-radius: 0px;}
#mini_gallery li.active, #mini_gallery .nav-pills>li.active>a, #mini_gallery .nav-pills>li.active>a:focus, #mini_gallery .nav-pills>li.active>a:hover{border-color:#555!important;}

#mini_gallery li.active .glyphicon {  top: -40px;    left: 75%;    color: #f7004e;    font-size:18px;}
#profileimages .sliderwrapper {overflow: hidden;}
#profileimages .sliderwrapper .sliderdiv {    position: relative;    height: 450px;   /* overflow: hidden;  */    border:none;}

#profileimages .sliderwrapper .sliderdiv img {    min-height: 100%;  /* width: 70%; */    display: block;}
#ent_summary{margin-left:0px;}
#ent_summary h2{
    float:left;
    margin-top:0px;
    margin-bottom: 5px;}
#featured{float:none;}
#featured h2{color:#FFF;}
#featured .grid-section{padding:10px;}

/*---Messages--*/
#subject_type_list{margin-top:5px;}
#sentmsg{border-color:#999;margin-right:10px;}
#receivedmsg{margin-right:10px;}
#sentmsg .panel-footer{ background-color:#CBCBC0;}
.sender_name{border-left:4px #099 solid;}
.star:hover{background-color:#FF0;}
.btn .small {padding: 3px 6px;}

/*---------------cookie law------------------*/
.clearfix {	clear: both;}

.eupopup-container {	background-color: rgba(25, 25, 25, 0.9);	color: #efefef;	padding: 5px 20px;	font-size: 12px;	line-height: 1.2em;	text-align: center;	display: none;	z-index: 9999999;}

.eupopup-container-top,.eupopup-container-fixedtop {	position: absolute;	top: 0; left: 0; right: 0;}

.eupopup-container-fixedtop {	position: fixed;}

.eupopup-container-bottom {	position: fixed;	bottom: 0; left: 0; right: 0;}

.eupopup-container-bottomleft {	position: fixed;	bottom: 10px;	left: 10px;	width: 300px;}

.eupopup-container-bottomright {	position: fixed;	bottom: 10px;	right: 10px;	width: 300px;}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,.eupopup-closebutton:active {	color: #fff;	text-decoration: none;
}

.eupopup-head {	font-size: 1.2em;	font-weight: bold;	padding: 7px;	color: #fff;}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #f6a21d;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}


/*!
 * Bootstrap-select v1.7.5 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px}
 .dropdown-toggle,.dropdown-toggle{border-color:#b94a48}
 .error .bootstrap-select .has-error .bootstrap-select{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}
 
 /*Mini Details*/
#mini_details{width:500px; height:125px; background:#F33; z-index:1000;}
#video_container{margin-left:-15px;}
#video_container #video iframe{border-bottom: 10px solid #e2e2e2;    background: #000; }
.datepicker{z-index:9999999 !important}
.hasDatepicker{z-index:99999 !important}
#bookingForm .modal-content{background:rgba(45,45,45,0.9);   color: #fff; z-index:99999;}
	
#bookingForm p{font-size:18px; padding-left:20px;}
#bookingForm .modal-footer{border:none;}
#bookingForm .modal-header
{border-bottom: 3px solid #fffefa;}
#search_page{clear: both!important;}
#custom-search-input{color: #696969; padding: 3px;}
#custom-search-input input{    border: 0!important;border-radius: 0!important; box-shadow: none;}
#custom-search-input button{
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 3px 0 4px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 16px;	color:#999;
}
#nav .glyphicon-email{
    font-size: 18px;	color:#3CC;left;
}
#nav .glyphicon-log-in{
    font-size: 18px;	color:#3CC;left;
}

 .btn-clear{background-color:#304E58!important;border:none!important;-webkit-box-shadow:none!important;}
.fa .bgwht{background:rgb(255, 255, 255);}
.fa.clwht{color:#fff;background:rgba(0, 0, 0, 0)!important;}
.fa .clpur{color:#674867;}
.dark{color:#777!important;}
.nonebb{border:none!important;background:rgba(0, 0, 0, 0)!important;}
.calspan{float:right;margin-right:6px;margin-top:-35px;position:relative;z-index:2;}
form .tag{float:right;margin-right:6px;margin-top:-35px;position:relative;z-index:2;}
#enquiry_pre{z-index:100;right:0;position:fixed;bottom:50px;height:75%;background:rgba(51, 51, 51, 0.93);color:#fff;border-top-left-radius:10px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:10px;}
.input-group-addon {   font-weight: 300!important;  background-color: #333!important;}
.form-style-1{font-family:'Open Sans', arial, sans;width:75%;padding:30px;background:#f6f6f6;margin:50px auto;box-shadow:0px 0px 15px rgba(0, 0, 0, 0.22);-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.22);-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.22);}
.form-style-1 h2{background:rgb(66, 171, 171);padding:20px;margin:-30px -30px 30px -30px;font-size:18px;}
.form-style-1 h2, .form-style-1 h3{text-transform:uppercase;font-family:'Open Sans', sans-serif;color:#fff;font-weight:100;}
.form-style-1 h3{background:#2D6F71;padding:10px 20px;font-size:16px;}
#enquiry_pre h3{margin-top:0px!important;}
.form-style-1 input[type="text"],
.form-style-1 input[type="date"],
.form-style-1 input[type="datetime"],
.form-style-1 input[type="email"],
.form-style-1 input[type="number"],
.form-style-1 input[type="search"],
.form-style-1 input[type="time"],
.form-style-1 input[type="url"],
.form-style-1 input[type="password"],
.form-style-1 textarea,
.form-style-1 select{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;outline:none;display:block;width:100%;padding:5px;border:none;border:1px solid #ddd;background:#FFF;margin-bottom:10px;font:16px Arial, Helvetica, sans-serif;height:30px;}
.form-style-1 textarea{resize:none;overflow:hidden;}
.form-style-1 input[type="button"]:hover,
.form-style-1 input[type="submit"]:hover{background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);background-color:#34CACA;}
#ui-datepicker-div{z-index:99999!important;}
.ui-timepicker-wrapper{overflow-y:auto;height:150px;width:6.5em;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);outline:none;z-index:10001;margin:0;}
.ui-timepicker-wrapper.ui-timepicker-with-duration{width:13em;}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60{width:11em;}
.ui-timepicker-list{margin:0;padding:0;list-style:none;}
.ui-timepicker-duration{margin-left:5px;color:#888;}
.ui-timepicker-list:hover .ui-timepicker-duration{color:#888;}
.ui-timepicker-list li{padding:3px 0 3px 5px;cursor:pointer;white-space:nowrap;color:#000;list-style:none;margin:0;}
.ui-timepicker-list:hover .ui-timepicker-selected{background:#fff;color:#000;}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover{background:#1980EC;color:#fff;}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration{color:#ccc;}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled{color:#888;cursor:default;}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled{background:#f2f2f2;}
.ui-slider-horizontal{height:.6em;}
.ui-widget-content{border:1px solid #009999;background:#ffffff;color:#222222;}
.ui-widget-header{background:url(none)!important;color:#222222;font-weight:bold;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{background-image:url(none)!important;font-weight:normal;color:#555555;    background: #18ae91!important;    border-radius: 30px!important;    border: 2px solid #e6e6e6!important;}

.arrowbox{background:#e2e7e8!important;}
.arrow-right{width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:15px solid #6c7b7c;}
#slider-range label{position:absolute;width:20px;margin-left:-10px;text-align:center;margin-top:20px;}
.rangeslider,
.rangeslider__fill{display:block;border-radius:10px;}
.rangeslider{position:relative;}
.rangeslider:after{top:50%;left:0;right:0;content:'';width:100%;height:5px;margin-top:-2.5px;border-radius:5px;position:absolute;background:#212131;}
.rangeslider--horizontal{width:100%;height:28px;}
.rangeslider--vertical{width:5px;min-height:150px;max-height:100%;}
.rangeslider--disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:0.4;}
.rangeslider__fill{position:absolute;background:#ff637b;}
.rangeslider--horizontal .rangeslider__fill{top:0;height:100%;}
.rangeslider--vertical .rangeslider__fill{bottom:0;width:100%;}
.rangeslider__handle{top:50%;width:28px;height:28px;cursor:pointer;margin-top:-14px;background:white;position:absolute;background:#ff637b;border-radius:50%;display:inline-block;}
.rangeslider__handle:active{background:#ff5a7b;}
.rangeslider__fill,
.rangeslider__handle{z-index:1;}
.rangeslider--horizontal .rangeslider__fill{top:50%;height:5px;margin-top:-2.5px;}
.budget-wrap{padding:40px;background:#292942;box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);}
.budget-wrap .header .title{color:#fff;font-size:18px;margin-bottom:30px;}
.budget-wrap .header .title .pull-right{color:#ff5a84;font-size:24px;font-weight:400;}
.budget-wrap .footer{margin-top:30px;}
.budget-wrap .footer .btn{color:inherit;padding:12px 24px;border-radius:50px;display:inline-block;text-decoration:none;}
.budget-wrap .footer .btn.btn-def{color:#525263;}
.budget-wrap .footer .btn.btn-pri{color:#eee;background:#ff5a84;}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}cite{font-style:normal}img{border:0 none;}svg:not(:root){overflow:hidden}figure{margin:0;line-height:0;position:relative}fieldset{border:1px solid silver;margin:0;padding:.35em .625em .75em}legend{border:0;padding:0}.not-allowed{cursor:not-allowed}table{border-collapse:collapse;border-spacing:0}.font-normal{text-transform:none}.content-left{text-align:left}.content-center{text-align:center}.content-right{text-align:right}.show-all{display:inherit}.hide-all{display:none}.relative{position:relative}.absolute{position:absolute}.wojo-grid{width:auto;max-width:1440px;margin:0 auto}.all-5{width:5%;float:left;clear:none}.all-8{width:8.33%;float:left;clear:none}.all-10{width:10%;float:left;clear:none}.all-15{width:15%;float:left;clear:none}.all-16{width:16.66%;float:left;clear:none}.all-20{width:20%;float:left;clear:none}.all-25{width:25%;float:left;clear:none}.all-30{width:30%;float:left;clear:none}.all-33{width:33.333333%;float:left;clear:none}.all-35{width:35%;float:left;clear:none}.all-40{width:40%;float:left;clear:none}.all-45{width:45%;float:left;clear:none}.all-50{width:50%;float:left;clear:none}.all-55{width:55%;float:left;clear:none}.all-60{width:60%;float:left;clear:none}.all-65{width:65%;float:left;clear:none}.all-66{width:66.66%;float:left;clear:none}.all-70{width:70%;float:left;clear:none}.all-75{width:75%;float:left;clear:none}.all-80{width:80%;float:left;clear:none}.all-85{width:85%;float:left;clear:none}.all-90{width:90%;float:left;clear:none}.all-95{width:95%;float:left;clear:none}.all-100{width:100%;float:left;clear:none}[class~=all-100]{float:none;clear:both}
@media screen and (min-width:1025px){.wojo-grid{padding:0 2em}.columns > [class*=screen-]{float:left;clear:none}.screen-5{width:5%}.screen-10{width:10%}.screen-15{width:15%}.screen-16{width:16.66%}.screen-20{width:20%}.screen-25{width:25%}.screen-30{width:30%}.screen-33{width:33.33333%}.screen-35{width:35%}.screen-40{width:40%}.screen-45{width:45%}.screen-50{width:50%}.screen-55{width:55%}.screen-60{width:60%}.screen-65{width:65%}.screen-66{width:66.66%}.screen-70{width:70%}.screen-75{width:75%}.screen-80{width:80%}.screen-85{width:85%}.screen-90{width:90%}.screen-95{width:95%}.screen-100{width:100%}[class*=screen-100]{float:none;clear:both}}
@media screen and (min-width:650px) and (max-width:1024px){.tablet-5{width:5%}.tablet-10{width:10%}.tablet-15{width:15%}.tablet-16{width:16.66%}.tablet-20{width:20%}.tablet-25{width:25%}.tablet-30{width:30%}.tablet-33{width:33.33%}.tablet-35{width:35%}.tablet-40{width:40%}.tablet-45{width:45%}.tablet-50{width:50%}.tablet-55{width:55%}.tablet-60{width:60%}.tablet-65{width:65%}.tablet-66{width:66.66%}.tablet-70{width:70%}.tablet-75{width:75%}.tablet-80{width:80%}.tablet-85{width:85%}.tablet-90{width:90%}.tablet-95{width:95%}.tablet-100{width:100%}[class*=tablet-100]{float:none;clear:both}}
@media screen and (max-width:769px){.phone-5{width:5%}.phone-10{width:10%}.phone-15{width:15%}.phone-16{width:16.66%}.phone-20{width:20%}.phone-25{width:25%}.phone-30{width:30%;}.phone-33{width:33.33%}.phone-35{width:35%}.phone-40{width:40%}.phone-45{width:45%}.phone-50{width:50%}.phone-55{width:55%}.phone-60{width:60%}.phone-65{width:65%}.phone-66{width:66.66%}.phone-70{width:70%}.phone-75{width:75%}.phone-80{width:80%}.phone-85{width:85%}.phone-90{width:90%}.phone-95{width:95%}.phone-100{width:100%}}
 
 #more-menu .inner,  #dir-menu .inner{ background-color: rgba(249, 249, 249,1); padding:10px; margin:5px;}
/* #directory-menu {margin-left: 20px;}
#directory-menu .inner{      background-color: rgba(249, 249, 249,1); padding-top:10px;}*/

#dir-menu .dropmenu-content {width:100%; right: 0!important; margin-right: 0;}

#more-menu .dropmenu-content {left:-200px!important; background-color: rgba(255, 255, 255, 0.95);width:500px; }
#more-menu .dropmenu-content ul {margin: auto 10px;}
.dropbtn {  background-color:#FFF;  color:#434444; text-transform:uppercase; padding:14px; font-size: 0.9em; border: none;    cursor: pointer;}

.dropmenu {    position: relative;    display: inline-block;}

.dropmenu:hover .dropbtn {    background-color:#a1a1a1; color:#fff;}
.dropmenu-content {    display: none;    position: absolute;right:0;    background-color: rgba(249, 249, 249, 0.9);width:250px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);    z-index: 999;border: rgb(161, 161, 161) 14px solid;}

.dropmenu-content a {    color: black;    padding: 12px 16px;text-decoration: none;    display: block;}

.dropmenu-content a:hover {background-color: #f1f1f1}

.dropmenu:hover .dropmenu-content {    display: block;}

#keyword-search{border:1px solid #ddd; padding:0 5px!important;}
#header-buttons{padding-top:1px;}

 /*------------------------CART--------------------------------*/
 .stock-text {
    font-weight: bold;
    color: #008a00;
}
 
.stock-text-red{
    font-weight:bold;
    color:#b12704;
}
 
.pitem-detail {
    font-weight: bold;
    margin: 0 0 5px 0;
}
 
.blueimp-gallery>.prev, .blueimp-gallery>.next{ border:none; }
 
.update-quantity-form {
    width: 150px;
    float: left;
    margin: 0 10px 0 0;
}
 
.cart-row {
    border-bottom: thin solid #f1f1f1;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 20px 0;
}
 
.pitem-link{
    color:#000000;
}
 
.pitem-link:hover{
    color:#000000;
    text-decoration:none;
}
 
.pitem-img-thumb {
    margin: 0 0 10px 0;
    width: 100%;
    cursor: pointer;
}