.language-select {
	float:right;
	margin-top:30px;
}
.is-sticky .language-select {
	margin-top:23px;
}
.feature-box .dropdown-cart {
    min-width: none;
    padding: 0px;
}
.feature-box .dropdown-cart li{
	list-style: none;
}
.feature-box .dropdown-cart .cart-btn li:last-child {
    float: none;
}
.feature-box .dropdown-cart .cart-total {
    padding: 0 3px;
}
.feature-box .dropdown-cart li .item{
	padding: 3px;
}
.feature-box .dropdown-cart li .item .item-right{
	display: block;
    font-size: 11px;
}
.header-dropdown-dark .feature-box .dropdown-cart a{
	color: #333;
}
.dg.main {
	position: absolute;
    z-index: 10;
}
.icon-success {
	color:#5cb85c;
}
/* radio-image START */
.cc-selector .radio-inline,
.cc-selector .radio {
	padding-left: 0px;
	vertical-align: top;
}
.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
	border: 1px solid #0db9f0;
	opacity: 1;	
}
.drinkcard-cc{
	padding-left: 0px !important;
	cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
	border: 1px solid #cfcfcf;
	opacity: .9;
}
.drinkcard-cc:hover{
    border: 1px solid #89d2e9;
	opacity: 1;
}
.drinkcard-cc span{
	text-align:center;
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.drinkcard-cc.round{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;  
}
/* radio-image END */
#object-3d-wrapper .dg.main {
	position: absolute;
}
/*---------------wrapper Loader---------------------*/
.object-3d-wrapper-scroller {
	background-color: rgba(193, 193, 193, 0.3);
    height: 100%;
    width: 30px;
	position: absolute;
    top: -1px;
	right: 0px;
    z-index: 100000;
	overflow: hidden;
}
.bounce {
	-moz-animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	animation: bounce 5s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
#object-3d-wrapper-loader,
#object-3d-wrapper-message {
    background-color: rgba(255,255,255,0.6);
    height: inherit;
    width: inherit;
	position: absolute;
    /*top: 0;*/    
    z-index: 99999;
	overflow: hidden;
}
#object-3d-wrapper-loader .loader-inner,
#object-3d-wrapper-message .loader-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-47%);
	left:0;
	right:0;
	margin:0px auto;
	text-align: center;
}
table.product-size,
table.product-price {
    margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
table.product-size tr td,
table.product-price tr td {
	background-color: #f7f7f7;
    padding: 2px 5px;
	border-left: 1px solid #a5a5a5;
}
table.product-size tr td:first-child,
table.product-price tr td:first-child {
    border-left: none;
}

#object-3d-wrapper-actions {
	/*background-color: rgba(255,255,255,0.6);*/
    height: auto;
    width: auto;
	position: absolute;
    top: -1px;
	left: 10px;
    z-index: 100000;
	overflow: hidden;
}
#object-3d-wrapper-actions .action{
	display:block;
	padding: 5px 5px;
	text-align: center;
	color: #c1c1c1;
	cursor:pointer;
}
#object-3d-wrapper-actions .action:hover{
	color: #bebebe;
}
#object-3d-wrapper-actions .action.active{
	color: #dcbca8;
}
.formly-field-ui-select-single-search .ui-select-container input.ui-select-search {
	width:100% !important;
}
.resize-vertical textarea {
	resize:vertical;
}
#form-views .dashboard .panel{
	margin-top: 0px;
}
.nav-tabs li a .tab-action {
	float:right;
	padding-top: 3px;
	display:none;
}
.nav-tabs li.active a .tab-action {
	display:block;
}
.dashboard .tab-content .tab-pane{
	max-height:600px;
	overflow-y:auto;
}
.system-message.feature-box {
	padding: 0px;
	max-height: 550px;
	overflow-y:auto;
	border-bottom: 1px solid #eaeaea;
}
.system-message.feature-box .order-table td{
	font-weight: normal !important;
	font-size: 85%;
}
.system-message.feature-box .order-table td p{
	font-size: 12px;
    line-height: 1.2;
}
.tab-pane .system-message.feature-box:last-child {
    border-bottom: none;
}
.system-message.feature-box.read{
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s; 
	-ms-transition: max-height 1s; 
	-o-transition: max-height 1s; 
	transition: max-height 1s;
	overflow: hidden;
	max-height: 0;
	border-bottom: none;
}
.feature-box.system-message .inner-wrapper p.message-body hr{
	margin: 10px 0;
	display:none;
}
.feature-box.system-message .inner-wrapper p.message-body.full hr{
	display:block;
}
.system-message .inner-wrapper{
	padding: 5px 10px;
	display: block !important;
}
.system-message .inner-wrapper h5{
	margin-bottom: 5px;
}
.system-message .inner-wrapper p.message-body{
	max-height:42px;
	overflow-y:hidden;
}
.xs .system-message .inner-wrapper p.message-body{
	max-height:36px;
}
.system-message .inner-wrapper p.message-body.full{
	max-height:none;
	overflow-y:inherit;
}
.system-message .inner-wrapper .message-action{
	cursor:pointer;
	float:right;
	margin: 0 10px 2px;
}
.text-dull {
	color: #9c9c9c !important;
}
.payment-on-site {
	text-decoration: underline;
	font-size: 12px;
}
.payment-on-site .title {
	/*white-space: nowrap;*/
}
.order-description{	
	text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden !important;
    width: 130px;
    /*color: #dc6a32;*/
	cursor: pointer;
}
.nav.nav-tabs > li > a[data-target] {
	cursor: pointer;
}
.input-group.datetimepicker .input-group-btn .btn.time {
	border-left: 1px solid #e1e1e1;
}
.navbar-brand .brand-subtitle{
	font-size: 10px;
    line-height: 10px;
    margin-top: -18px;
    margin-left: 10px;
    color: #000000;
	position: absolute;
    display: block;
}
.is-sticky .navbar-brand .brand-subtitle {
	margin-top: -13px;
}
#nav-menu > ul.nav.navbar-nav > li.dropdown.open > .dropdown-toggle {
	text-decoration: underline;
}
#status-bar {
	position:absolute;
	top: 74px;
	z-index:2;		
}
.is-sticky #status-bar {
	top: 67px;	
}
#status-bar .spinner-body {
	background-color: rgba(255,255,255,0.8);
	padding: 2px;
	font-size: 12px;
}
#status-bar .message-body {
	background-color: rgba(255,255,255,0.8);
	font-size: 12px;
	padding: 5px 16px 5px 5px
}
#status-bar .message-body .message-item {
	padding: 2px;
	clear:both;
}
#status-bar .message-body .close {
	position: absolute;
	top: 1px;
	right: 1px;
	opacity: 0.6;
	font-size: 15px;
}
#status-bar:hover .message-body {
	display: block !important;
	background-color: rgba(255,255,255,1);
}
.input-group .autocomplete ul {
	margin-top: 40px;
}
.autocomplete ul {
	padding-left: 0px
}

.empty-title {
	color:#ff0000;
}
small hr{
	margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #a3a3a3;
}

.highlighted-block {
	display:inline-block;
}

.repeatsection.last span.last,
.repeatsection.first span.first {
	display:inline-block !important;
}

.order-details-close-btn {
	position: absolute;
    bottom: -20px;
    right: 2px;
    cursor: pointer;
    z-index: 1;
	display:none;
}
table.details-opened tr.details table.order-table p {
	margin-bottom: 0px;
}
table.details-opened tr.details table.order-table p.title {
	font-weight:bold;
}
table.details-opened tr.details table.order-table td {
	padding: 2px;
	vertical-align: top;
	background-color: initial !important;
	border-top: none;
}
tr.with-details .order-details-close-btn{
	display:block;
}
.formly-field-header.small .form-group {
	margin-bottom: 5px;
}

table.dataTable .order-table {
	width:100%;
}
table.dataTable tbody td.no-padding {
    padding: 0;
}
table.dataTable.details-opened > tbody > tr > td {
   opacity:0.6;
}
table.dataTable.details-opened > tbody > tr.with-details > td,
table.dataTable.details-opened > tbody > tr.details > td,
table.dataTable.details-opened > tbody > tr > td:last-child {
   opacity:1;
}
table.dataTable.details-opened > tbody > tr.details > td.details {
	border-top: none !important;
	font-weight: inherit !important;
}
.daterange-filter label {
	margin-bottom: 0px;
    font-weight: 400;
}
.register .message {
	font-size: .7em;
}
.panel .section-title {
    font-size: 25px;
    font-weight: 300;
}	

.error-messages {
  position: relative;
}

.error-messages, .message {
  opacity: 1;
  transition: .3s linear all;
}

.message {
  font-size: .8em;
  position: absolute;
  width: 100%;
  color: #a94442;
  margin-top: 2px;
  font-style: italic;
  line-height: 1em;
}

.error-messages.ng-enter.ng-enter-active,
.message.ng-enter.ng-enter-active {
  opacity: 1;
  top: 0;
}

.error-messages.ng-enter,
.message.ng-enter {
  opacity: 0;
  top: -10px;
}

.error-messages.ng-leave,
.message.ng-leave {
  opacity: 1;
  top: 0;
}

.error-messages.ng-leave-active,
.message.ng-leave-active {
  opacity: 0;
  top: -10px;
}

.formly-field-repeat-section {
	padding-left: 0px;
	padding-right: 0px;
}

.register input.form-control,
.register select.form-control {
    height: 34px;
}

.register label {
	font-size: 12px;
}

.register .formly-field {
	padding-right: 5px;
    padding-left: 5px;
	margin: -10px 0;
}

.register .form-control {
	padding: 4px 8px;
    font-size: 12px;
}

.register label, .login label {
	font-weight:normal;
}

table.dataTable tbody td .order_canceled {
	display: inline-block;
	background-color: #ffa9a6;
	padding: 0 3px;
}
table.dataTable tbody td .order_driver_panding {
	display: inline-block;
	background-color: #e0edff;
	padding: 0 3px;
}
table.dataTable tbody td .order_driver_accepted {
	display: inline-block;
	background-color: #b0d0ff;
	padding: 0 3px;
}
table.dataTable tbody td .order_returned {
	display: inline-block;
	background-color: #ffa9a6;
	padding: 0 3px;
}
table.dataTable tbody td .order_approved {
	display: inline-block;
	background-color: #ffcc74;
	padding: 0 3px;
}
table.dataTable tbody td .order_completed {
	display: inline-block;
	background-color: #b9ffa6;
	padding: 0 3px;
}
table.dataTable tbody td .order_exchange_expired {
	display: inline-block;
	background-color: #ffcc74;
	padding: 0 3px;
}
table.dataTable tbody td .order_draft,
table.dataTable tbody td .order_exchange,
table.dataTable tbody td .order_exchange_canceled,
table.dataTable tbody td .order_accepted,
table.dataTable tbody td .order_transfered {
	display: inline-block;
}
table.dataTable tbody tr.highlight {
	background-color: #e0e0e0;
}
table.dataTable.hover tbody tr.highlight:hover {
	background-color: #e6e6e6;
}
.dataTables_wrapper .dt-buttons .buttons-html5 {
	margin-top: -5px;
	border: 1px solid #ccc;
}

table.dataTable tbody tr td .payment {
	display:block;
}

.paid_100 .payment {
	background-color: #b9ffa6;
}
.paid_50 .payment {
	background-color: #fffba6;
}
.paid_0 .payment {
	background-color: #ffa9a6;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #ddd !important;
}

.panel .typo-light > .section-title {
	color: initial !important;
}	

.uib-daypicker button.btn  {
	padding: 5px 10px;
}

.repeatsection.route-point:hover {
	background-color: #f5f5f5;
}

.repeatsection.route-point hr {
	display:none;
}

.repeatsection hr {
	margin: 0;
}

td.uib-day span.text-info {
	font-weight: bold;
}

.typo-dark, h3.typo-dark {
	color: #333;
}

.help-block {
	font-size:12px !important;
}

#form-views .panel {
	margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

table.activity {
	font-size:10px;
	width:100%;
	background-color: lightgrey;
}
table.activity td,table.activity th {
	padding:5px;
}
.panel-heading table td.item-action {
	width:20px;
}
.panel-success>.panel-heading {
	background-color: #C9F3B8;
}
.panel-warning>.panel-heading {
	background-color: #FFEF9E;
}
.uppercase{
	text-transform:uppercase;
}
/* international phone */
#form-container .intl-tel-input .country-list {
	z-index:3;
	color: #333;
}
#form-container .intl-tel-input {
   display: block;
}
/* slider background image */
.bg-cover-width,.md .bg-cover.bg-banner, .lg .bg-cover.bg-banner {
	background-size: 100% auto;
	background-position: center top;
}
.bg-cover-height,.sm .bg-cover.bg-banner, .xs .bg-cover.bg-banner {
	background-size: auto 100%;
	background-position: center top;
}
.parallax-active {
	background-position-x: center !important;
}
/* responsive */
.lg .bg-banner.bg-cover {
	min-height: 750px;
}
.bg-banner.bg-cover.bg-no-min-height {
	min-height: inherit !important;
}
.md .btn-block, .lg .btn-block, .sm .my-switch .btn-block {
    display: inline-block;
    width: inherit;
	margin-top: 0px;
}
.md .pricing-details ul > li {
	font-size: 14px;
    letter-spacing: 0px;
}
.sm section.support {
	padding: 10px 0;
}
.xs .footer-bottom-links > li {
	display:block;
	margin-top:5px;
}
.xs .footer-bottom-links > li .visa {
	display: inline-block;
	margin:0 !important;
}
.xs .footer-bottom-links {
	display:block;
}
.xs .footer-bottom-links > li:after {
	height:0;
}
.xs .footer-bottom {
    text-align:center;
}
.xs .uib-datepicker-popup.dropdown-menu {
	position: absolute;
	background-color: #fff;
	/*left:0 !important;*/
}
.xs .uib-datepicker-popup.dropdown-menu .btn {
	padding: 7px 11px;
}
.xs section.support {
	background-size: cover;
}
.xs-only, .xs .xs-only.sticky-logo  {
	display:none !important;
}
.xs .xs-only {
	display:inline-block !important;
}
.xs .is-sticky .xs-only  {
	display:none !important;
}
.xs .is-sticky .xs-only.sticky-logo  {
	display:inline-block !important;
}
.sm .navbar .navbar-brand img {
	height: 40px;
}
.xs section.slider-section,.sm section.slider-section {
	padding: 0;
}
.xs section,.xs .section {
	padding: 30px 0;
}
.xs .slider-section .owl-nav {
	display:none;
}
.xs #form-container .section-title {
	font-size: 25px;
}
.xs .bottom-line:before {
	bottom: -12px;
}
.xs .section-title.bottom-line:after,.xs .feature-title.bottom-line:after {
	bottom: -10px;
}
.xs p {
	line-height: 1.3;
	font-weight: 300;
	font-size: 14px;
    letter-spacing: 0px;
}
.xs .section-title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.xs .section-title-wrapper {
	margin-bottom: 10px;
}
.xs #form-container {
	font-size: 13px;
    letter-spacing: 0px;
}
.xs #form-container .feature-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.xs #form-container .bottom-line {
    position: relative;
    margin-bottom: 22px !important;
}
.xs #form-container .feature-title.bottom-line:after {
    bottom: -10px;
}
.xs #form-container .panel-body {
	padding: 5px;
}
.xs #form-container .panel-title {
	font-size: 14px;
}
.xs #form-container form {
	padding: 20px 5px;
}
.xs .smaller-padding {
	padding-top: 20px;
}
.xs .smaller-padding .section-title-wrapper {
	margin-bottom: 10px;
}
#nav-menu .navbar-nav>li>.dropdown-menu {
	margin-top: -15px;
}
.sticky-wrapper {
	height:80px !important;
}
/* accordion item headers*/
.panel-heading table.item-header {
	color: #333;
	width: 100%;
}
.panel-heading table.item-header td.item-content {
	vertical-align:middle;
	text-align:left;
}
.panel-heading table.item-header td.item-action {
	vertical-align:middle;
	text-align:right;
}
/* feature box */
#form-container .feature-box {
    margin-bottom: 5px;
}
.feature-title, .pricing-title{
	font-size: 17px;
	text-transform: uppercase;
    letter-spacing: 2px;
}
/* welcome page carousel */
.owl-carousel .owl-dots {
    bottom: 10px;
}
/*
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active:hover span {
    background: #dcbca8;
}
.owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #dcbca8;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #B19889;
}
*/
/* links */
a.text-color:hover, a.text-color:visited, a.text-color:focus{
    color:#ab6850;
}
.black-line.bottom-line:after,
.black-line.bottom-line:before {
	background:#000;
}
/* active menu */
.header-dark .navbar-default .navbar-nav > li > a.active,
.header-sticky-light .is-sticky .navbar-default .navbar-nav > li > a.active,
.header-dropdown-dark .dropdown-menu > li > a.active {
	text-decoration: underline;
}
/*#nav-menu .navbar-nav > li > a,#nav-menu .navbar-nav > li .extra-menu-item { 
height: 80px;
}
*/
/* my icons icons*/
[class^='myicons-'],[class*='myicons-'] {   
display:inline-block;
}

.icon-shape-circle.dark-bg.myicons-viber:hover,
.icon-shape-circle.dark-bg.myicons-whatsapp:hover,
.icon-shape-circle.dark-bg.myicons-skype:hover {
	background-color:#988375;
}
.myicons-viber-2 {
	background-size: 50px;
    background-position: 20px 20px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version=%221.0%22 %3F%3E%3C!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background=%22new 0 0 24 24%22 height=%2224px%22 id=%22Layer_1%22 version=%221.1%22 viewBox=%220 0 24 24%22 width=%2224px%22 xml:space=%22preserve%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath  fill=%22%23dcbca8%22 d=%22M18.011,23.883c-0.485,0-0.805-0.1-1.381-0.337c-5.06-2.087-9.083-5.185-12.298-9.472       c-1.67-2.229-2.958-4.571-3.827-6.965c-0.568-1.569-0.583-2.36-0.058-3.259c0.278-0.468,1.155-1.268,1.655-1.644       c1.023-0.761,1.476-1.023,1.938-1.12c0.343-0.072,0.9-0.023,1.264,0.109c0.18,0.062,0.421,0.188,0.565,0.281       c0.776,0.515,2.701,2.955,3.379,4.282c0.44,0.855,0.569,1.514,0.404,2.074C9.477,8.458,9.12,8.795,8.286,9.467       C7.934,9.751,7.735,9.938,7.703,9.975c-0.01,0.022-0.077,0.226-0.077,0.358c0.001,0.398,0.3,1.318,0.778,2.103       c0.357,0.584,1,1.339,1.637,1.922c0.756,0.691,1.419,1.161,2.154,1.525c0.784,0.391,1.279,0.528,1.505,0.422       c0.05-0.021,0.093-0.044,0.123-0.061c0.022-0.028,0.054-0.066,0.092-0.112l0.414-0.512c0.583-0.735,0.821-0.989,1.41-1.19       c0.669-0.23,1.388-0.17,2.062,0.175c0.414,0.214,1.298,0.763,1.857,1.152c0.671,0.471,2.312,1.789,2.597,2.132       c0.532,0.654,0.637,1.495,0.299,2.369c-0.311,0.798-1.385,2.146-2.211,2.773c-0.742,0.563-1.346,0.808-2.083,0.844       C18.163,23.88,18.083,23.883,18.011,23.883z M4.419,1.728c-0.119,0-0.197,0.01-0.241,0.02c-0.342,0.072-0.764,0.324-1.673,1       C1.954,3.163,1.207,3.893,1.028,4.193C0.661,4.822,0.59,5.36,1.139,6.879c0.846,2.33,2.103,4.615,3.733,6.791       c3.14,4.187,7.07,7.214,12.016,9.253c0.52,0.214,0.756,0.285,1.123,0.285c0.062,0,0.132-0.002,0.213-0.006       c0.607-0.03,1.07-0.221,1.71-0.707c0.721-0.549,1.726-1.8,1.989-2.48c0.251-0.647,0.185-1.235-0.19-1.696       c-0.208-0.251-1.751-1.509-2.461-2.008c-0.541-0.376-1.39-0.903-1.78-1.105c-0.507-0.259-1.036-0.307-1.533-0.138       c-0.397,0.137-0.532,0.255-1.103,0.974l-0.611,0.735c-0.046,0.033-0.155,0.095-0.264,0.144       c-0.433,0.201-1.034,0.093-2.087-0.432c-0.792-0.393-1.504-0.896-2.308-1.631c-0.681-0.623-1.37-1.436-1.759-2.07       c-0.496-0.816-0.874-1.871-0.876-2.452c0-0.247,0.1-0.6,0.218-0.771C7.252,9.461,7.51,9.227,7.862,8.942       c0.836-0.675,1.029-0.893,1.142-1.295c0.113-0.387,0-0.888-0.356-1.58C7.987,4.773,6.126,2.458,5.499,2.042       c-0.103-0.067-0.298-0.168-0.42-0.21C4.901,1.768,4.644,1.728,4.419,1.728z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill=%22%23dcbca8%22 d=%22M23.2,11.825C22.25,0.375,12.345,0.849,12.237,0.858l-0.058-0.735c0.041-0.004,4.247-0.228,7.645,2.637      c2.4,2.025,3.784,5.055,4.111,9.005L23.2,11.825z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath  fill=%22%23dcbca8%22 d=%22M21.327,12.467c-0.82-9.881-9.363-9.463-9.449-9.454l-0.063-0.735c0.038,0,3.686-0.191,6.629,2.263      c2.113,1.763,3.331,4.409,3.618,7.866L21.327,12.467z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath  fill=%22%23dcbca8%22 d=%22M18.711,12.467c-0.618-7.447-7.046-7.119-7.112-7.12L11.52,4.614C11.547,4.61,14.28,4.45,16.56,6.28      c1.691,1.357,2.662,3.419,2.887,6.126L18.711,12.467z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fa-2x.myicons-viber,.fa-2x.myicons-whatsapp,.fa-2x.myicons-skype {
	width: 27px;
    height: 27px;
    background-size: 27px;
	background-position: 0px 0px;
}
.myicons-viber {
	background-size: 50px;
    background-position: 18px 22px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='80' height='80' viewBox='0 0 340.000000 230.000000' preserveAspectRatio='xMidYMid meet'%3E%0A%3Cg transform='translate%280.000000,300.000000%29 scale%280.100000,-0.100000%29' fill='%23333' stroke='none'%3E%0A%0A%3Cpath d='M1808 3383 c-45 -5 -54 -16 -63 -74 l-7 -47 74 -12 c200 -32 454 -106 567 -165 139 -73 351 -254 464 -395 134 -168 222 -403 267 -709 26 -185 40 -211 97 -190 36 13 47 48 51 169 12 330 -157 720 -428 990 -215 214 -487 365 -745 414 -85 16 -216 25 -277 19z'/%3E%0A%3Cpath d='M664 3321 c-134 -48 -291 -191 -364 -332 -38 -73 -44 -94 -48 -160 -4 -61 0 -91 18 -145 48 -145 204 -426 417 -754 337 -515 651 -831 1170 -1178 162 -108 498 -310 637 -382 147 -76 202 -94 280 -88 212 17 515 332 516 537 0 95 -33 133 -305 338 -128 96 -426 303 -468 324 l-37 20 -57 -53 c-31 -29 -94 -96 -141 -148 -102 -114 -135 -140 -179 -140 -72 0 -190 32 -278 75 -124 61 -208 127 -355 275 -232 233 -350 439 -350 609 0 80 28 128 112 198 178 144 210 186 191 248 -34 111 -440 677 -535 746 -36 25 -50 29 -107 29 -38 -1 -88 -9 -117 -19z'/%3E%0A%3Cpath d='M1925 3017 c-42 -20 -57 -41 -53 -78 4 -47 41 -69 129 -79 243 -27 536 -225 638 -429 51 -102 121 -345 121 -421 0 -49 24 -80 60 -80 55 0 63 29 58 203 -5 136 -8 161 -35 239 -82 236 -261 432 -511 557 -153 77 -342 118 -407 88z'/%3E%0A%3Cpath d='M2058 2630 c-21 -4 -47 -15 -58 -25 -42 -38 -16 -80 66 -110 200 -73 275 -140 295 -266 19 -117 81 -188 127 -145 42 38 35 199 -14 302 -76 161 -264 271 -416 244z'/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}
.myicons-5star {
	background-size: 84px;
    background-position: 18px 18px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='80' y='80' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg fill='%23dcbca8'%3E%3Cpolygon points='88.045,56.94 79.327,49.588 69.641,55.607 73.939,45.044 65.221,37.692 76.596,38.516 80.894,27.952    83.626,39.025 95,39.848 85.314,45.868  '/%3E%3Cpolygon points='5,39.167 16.401,38.88 19.65,27.949 23.447,38.702 34.847,38.415 25.793,45.349 29.589,56.103 20.197,49.634    11.142,56.567 14.392,45.636  '/%3E%3Cpolygon points='60.176,90.697 63.623,79.826 54.349,73.189 65.753,73.107 69.199,62.236 72.801,73.057 84.205,72.976    75.027,79.745 78.628,90.565 69.354,83.928  '/%3E%3Cpolygon points='29.36,62.741 33.14,73.5 44.542,73.23 35.477,80.15 39.257,90.91 29.875,84.427 20.81,91.347 24.076,80.421    14.693,73.938 26.094,73.668  '/%3E%3Cpolygon points='50.336,8.653 53.707,19.025 64.613,19.025 55.789,25.435 59.16,35.808 50.336,29.397 41.513,35.808 44.883,25.435    36.06,19.025 46.966,19.025  '/%3E%3C/g%3E%3C/svg%3E");
}
.myicons-5star-3 {
	background-size: 86px;
    background-position: 17px 17px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='80' height='80' viewBox='0 0 218.000000 212.000000' preserveAspectRatio='xMidYMid meet'%3E%0A%3Cg transform='translate%280.000000,212.000000%29 scale%280.100000,-0.100000%29' fill='%23dcbca8' stroke='none'%3E%0A%3Cpath d='M1079 2043 c-35 -95 -43 -114 -53 -122 -6 -4 -47 -11 -90 -15 -72 -5 -96 -11 -85 -19 2 -2 33 -23 69 -47 36 -23 66 -44 68 -45 1 -1 -7 -40 -18 -85 -10 -46 -18 -85 -17 -86 1 -2 35 19 76 46 l73 50 62 -44 c86 -60 89 -62 82 -40 -3 11 -7 30 -10 44 -2 14 -9 45 -16 69 -6 24 -8 47 -3 50 5 3 36 24 68 45 33 22 62 41 64 43 12 9 -16 16 -86 20 -43 3 -83 9 -90 15 -6 5 -24 41 -39 79 -15 38 -31 69 -36 69 -5 0 -13 -12 -19 -27z'/%3E%0A%3Cpath d='M521 1780 c-1 -8 -11 -38 -23 -67 -17 -41 -27 -53 -45 -54 -13 -1 -27 -3 -33 -4 -5 -1 -26 -3 -45 -4 -19 0 -35 -4 -35 -8 1 -5 25 -24 55 -43 36 -23 53 -40 50 -49 -10 -27 -26 -104 -22 -108 2 -2 28 12 57 32 l52 35 50 -36 c28 -19 52 -33 54 -31 3 3 -1 32 -9 65 l-14 60 59 37 c32 21 57 39 56 41 -2 1 -34 5 -72 8 -38 3 -70 7 -72 8 -1 2 -16 32 -32 68 -17 36 -31 58 -31 50z'/%3E%0A%3Cpath d='M1650 1720 c-12 -33 -28 -60 -34 -61 -30 -1 -131 -11 -133 -13 -2 -1 23 -20 56 -41 l58 -38 -15 -59 c-8 -32 -12 -61 -9 -64 3 -3 28 11 57 31 l51 36 51 -36 c27 -20 52 -34 54 -32 3 2 0 24 -5 48 -18 75 -15 81 47 121 l57 38 -37 1 c-21 1 -42 3 -48 4 -5 1 -22 3 -37 4 -23 1 -32 9 -50 52 -13 28 -23 55 -23 60 0 27 -20 1 -40 -51z'/%3E%0A%3Cpath d='M260 1140 c-16 -43 -28 -60 -41 -61 -11 -1 -28 -3 -39 -4 -11 -1 -37 -3 -57 -4 l-37 -1 61 -45 61 -44 -14 -57 c-9 -31 -13 -58 -11 -60 2 -3 28 11 57 31 l52 35 50 -36 c28 -19 52 -33 54 -31 3 3 -1 32 -9 65 l-14 60 58 38 c32 21 58 39 56 40 -2 2 -107 13 -133 14 -7 0 -22 25 -34 55 -12 31 -26 57 -30 60 -4 3 -18 -22 -30 -55z'/%3E%0A%3Cpath d='M1891 1140 c-17 -42 -30 -60 -43 -61 -10 -1 -27 -3 -38 -4 -11 -1 -37 -3 -57 -4 l-37 -1 61 -43 60 -42 -14 -58 c-8 -32 -13 -61 -10 -63 3 -3 28 11 55 31 l51 36 51 -36 c29 -20 54 -34 57 -31 3 3 -1 32 -9 65 l-15 59 53 33 c30 19 54 37 54 42 0 4 -15 8 -32 9 -18 0 -37 2 -43 3 -5 2 -22 3 -37 4 -23 1 -30 9 -50 61 -12 33 -25 60 -28 60 -3 0 -16 -27 -29 -60z'/%3E%0A%3Cpath d='M504 576 c-21 -49 -34 -66 -49 -67 -11 -1 -24 -2 -30 -4 -5 -1 -30 -3 -54 -3 l-45 -2 60 -42 60 -43 -16 -66 -17 -67 59 39 60 38 51 -34 c29 -20 53 -31 55 -26 2 5 -3 34 -11 65 l-15 55 59 37 c33 20 58 38 57 39 -2 2 -34 6 -72 9 -38 4 -72 8 -74 11 -2 2 -14 32 -26 66 l-23 61 -29 -66z'/%3E%0A%3Cpath d='M1650 570 c-17 -46 -27 -60 -44 -61 -11 -1 -34 -3 -51 -4 -16 -2 -41 -3 -55 -4 -20 -1 -15 -7 36 -43 l61 -41 -15 -59 c-8 -32 -12 -61 -9 -65 3 -3 29 11 56 31 l50 37 60 -40 59 -40 -18 68 -17 68 58 39 c32 21 57 39 56 40 -3 2 -108 13 -129 14 -11 0 -24 20 -40 60 -12 33 -26 60 -29 60 -4 0 -17 -27 -29 -60z'/%3E%0A%3Cpath d='M1071 330 c-13 -33 -29 -60 -35 -60 -33 -1 -122 -13 -126 -18 -3 -2 0 -7 7 -9 6 -2 32 -20 56 -38 l45 -34 -16 -56 c-8 -30 -13 -57 -10 -60 3 -3 29 10 58 30 l52 35 50 -36 c28 -19 52 -33 55 -30 3 3 -1 32 -9 65 l-15 59 53 33 c30 19 54 37 54 42 0 4 -13 8 -30 8 -16 1 -34 3 -40 4 -5 1 -23 3 -39 4 -26 1 -32 7 -53 61 -12 33 -25 60 -28 60 -3 0 -16 -27 -29 -60z'/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}
.myicons-5star-2 {
	background-size: 86px;
    background-position: 17px 17px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='80' height='80' viewBox='0 0 222.000000 216.000000' preserveAspectRatio='xMidYMid meet'%3E%0A%3Cg transform='translate%280.000000,216.000000%29 scale%280.100000,-0.100000%29' fill='%23dcbca8' stroke='none'%3E%0A%3Cpath d='M1072 2037 l-32 -83 -48 -3 c-26 -2 -56 -4 -67 -6 -11 -1 -30 -3 -42 -4 -13 0 -23 -4 -23 -8 0 -5 32 -28 70 -53 39 -25 70 -47 70 -50 0 -3 -9 -41 -19 -85 -11 -44 -19 -81 -17 -82 1 -1 35 20 75 47 l73 49 71 -49 c39 -27 72 -48 74 -47 1 2 -6 41 -17 86 -23 96 -29 83 73 148 31 20 56 38 54 39 -2 2 -37 6 -78 10 -117 8 -112 6 -138 78 -38 107 -41 108 -79 13z'/%3E%0A%3Cpath d='M528 1854 c-8 -16 -25 -55 -38 -86 l-22 -58 -52 -1 c-28 -1 -55 -2 -61 -4 -5 -1 -22 -3 -37 -3 -16 -1 -28 -5 -28 -9 1 -5 32 -28 70 -53 38 -25 70 -47 70 -50 0 -3 -9 -41 -19 -85 -11 -44 -18 -81 -17 -82 1 -2 34 20 74 47 l71 49 73 -49 c40 -27 74 -48 75 -46 1 1 -6 40 -17 85 -23 95 -28 85 68 143 57 36 64 48 30 49 -13 0 -32 2 -43 4 -11 2 -41 5 -67 6 -27 2 -48 3 -48 3 0 1 -15 39 -34 85 l-34 85 -14 -30z'/%3E%0A%3Cpath d='M1678 1854 c-8 -16 -25 -55 -38 -86 l-22 -58 -47 -1 c-46 0 -134 -9 -139 -14 -1 -1 27 -21 62 -44 92 -60 90 -56 67 -147 -11 -43 -19 -80 -17 -81 1 -2 35 19 74 46 l71 50 73 -49 c40 -27 74 -48 75 -46 1 1 -5 31 -13 66 -9 36 -17 74 -20 85 -3 16 13 32 73 73 43 28 71 52 63 52 -17 1 -122 10 -159 14 -19 2 -29 16 -56 86 l-33 84 -14 -30z'/%3E%0A%3Cpath d='M288 1274 c-8 -16 -25 -55 -38 -86 l-22 -58 -49 -1 c-27 -1 -58 -3 -69 -4 -11 -1 -29 -3 -40 -4 -33 -2 -23 -14 50 -61 39 -24 70 -49 70 -55 0 -5 -9 -43 -20 -84 -11 -41 -19 -76 -17 -77 2 -2 36 19 77 46 l74 49 60 -42 c89 -62 85 -61 80 -30 -3 16 -11 52 -19 81 -7 30 -12 59 -9 66 2 6 33 29 69 51 67 41 77 54 48 56 -10 1 -27 3 -38 4 -11 2 -41 4 -67 6 -27 1 -52 5 -56 8 -5 3 -23 42 -39 85 l-31 79 -14 -29z'/%3E%0A%3Cpath d='M1890 1210 l-32 -80 -47 -1 c-46 0 -134 -9 -139 -14 -2 -2 30 -24 141 -96 5 -4 1 -39 -11 -90 -12 -46 -20 -84 -19 -86 2 -1 36 20 76 47 l74 49 71 -49 c39 -27 71 -48 73 -47 1 2 -5 32 -13 67 -9 36 -17 74 -20 85 -3 16 13 31 71 70 41 27 73 50 72 52 -2 1 -41 5 -88 9 -46 4 -89 11 -96 16 -6 5 -24 41 -38 79 -15 38 -30 69 -35 69 -4 0 -22 -36 -40 -80z'/%3E%0A%3Cpath d='M502 645 c-32 -81 -35 -85 -65 -86 -18 0 -48 -2 -67 -4 -19 -1 -48 -3 -65 -4 -28 -1 -24 -5 47 -53 86 -59 82 -48 54 -163 -8 -33 -14 -61 -13 -62 1 -1 36 20 76 47 l75 49 70 -49 c39 -27 71 -48 73 -47 1 2 -7 38 -17 81 -11 43 -20 82 -20 85 0 4 34 29 75 56 41 26 74 49 72 51 -3 3 -146 17 -174 17 -12 0 -19 13 -53 97 -12 30 -25 58 -29 62 -3 4 -21 -31 -39 -77z'/%3E%0A%3Cpath d='M1678 704 c-8 -16 -25 -55 -38 -86 l-22 -58 -47 -1 c-46 0 -134 -9 -139 -14 -1 -1 27 -22 64 -46 37 -24 71 -47 76 -50 5 -3 0 -44 -10 -92 -13 -56 -16 -84 -8 -80 6 4 40 26 75 50 l64 42 71 -49 c39 -27 71 -48 73 -47 1 2 -7 39 -18 82 -20 83 -19 105 5 105 8 0 16 4 18 8 2 4 27 23 55 42 29 18 52 34 50 36 -1 1 -33 5 -72 9 -124 11 -116 6 -151 97 l-31 82 -15 -30z'/%3E%0A%3Cpath d='M1076 415 c-16 -41 -34 -79 -40 -84 -6 -4 -49 -11 -95 -15 -47 -4 -86 -8 -88 -10 -2 -2 26 -22 61 -45 91 -59 90 -58 71 -133 -25 -93 -26 -100 -12 -91 7 4 41 26 76 50 l64 42 71 -49 c39 -27 71 -48 73 -46 1 1 -6 40 -17 85 -23 96 -30 83 74 149 l59 37 -39 7 c-21 3 -59 7 -84 8 -63 3 -80 9 -80 29 0 9 -4 21 -9 27 -4 5 -16 31 -26 57 -10 26 -21 49 -24 52 -4 2 -20 -30 -35 -70z'/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}
.myicons-skype {
	background-size: 50px;
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 174.057 174.057' style='enable-background:new 0 0 174.057 174.057;' xml:space='preserve' width='512px' height='512px'%3E%0A%3Cg%3E%0A	%3Cg%3E%0A		%3Cpath d='M168.295,104.384c1.102-5.408,1.664-10.948,1.664-16.481c0-45.237-36.812-82.038-82.056-82.038    c-4.255,0-8.553,0.336-12.791,0.995C67.569,2.373,58.965,0,50.143,0C23.141,0,1.174,21.971,1.174,48.973    c0,8.281,2.112,16.434,6.106,23.667c-0.941,4.985-1.417,10.117-1.417,15.264c0,45.244,36.812,82.052,82.042,82.052    c4.66,0,9.319-0.401,13.897-1.174c6.818,3.45,14.441,5.275,22.124,5.275c26.999,0,48.959-21.967,48.959-48.969    C172.88,117.841,171.337,110.887,168.295,104.384z M123.925,167.465c-6.989,0-13.904-1.739-20.042-5.028l-1.013-0.544    l-1.142,0.208c-4.549,0.837-9.187,1.267-13.822,1.267c-41.597,0-75.449-33.852-75.449-75.456c0-5.132,0.519-10.232,1.517-15.171    l0.258-1.242L13.6,70.407c-3.815-6.488-5.826-13.897-5.826-21.43c0-23.366,19.007-42.377,42.374-42.377    c7.992,0,15.793,2.251,22.54,6.503l1.07,0.673l1.245-0.215c4.266-0.73,8.604-1.102,12.902-1.102    c41.608,0,75.46,33.845,75.46,75.446c0,5.451-0.591,10.898-1.746,16.205l-0.24,1.127l0.523,1.034    c2.91,5.88,4.391,12.207,4.391,18.818C166.284,148.451,147.273,167.465,123.925,167.465z' fill='%23dcbca8'/%3E%0A		%3Cpath d='M118.224,88.934c-3.278-2.144-7.39-4.008-12.197-5.554c-4.964-1.585-10.651-3.078-16.906-4.427    c-5.39-1.242-9.044-2.144-11.22-2.749c-2.448-0.673-4.91-1.628-7.29-2.824c-2.684-1.356-4.846-3.028-6.42-4.967    c-1.829-2.215-2.756-4.882-2.756-7.909c0-4.781,2.452-8.815,7.279-11.971c4.277-2.809,9.842-4.234,16.538-4.234    c7.383,0,12.73,1.346,16.362,4.112c3.335,2.545,6.213,6.07,8.536,10.486c1.621,2.784,2.827,4.141,3.529,4.774    c0.562,0.487,1.757,0.773,3.267,0.773c1.764,0,3.124-0.562,4.277-1.757c1.192-1.245,1.754-2.491,1.754-3.937    c0-2.029-0.626-4.209-1.84-6.478c-1.256-2.341-3.357-4.681-6.256-6.936c-2.931-2.298-6.75-4.18-11.313-5.597    c-4.678-1.446-10.329-2.18-16.799-2.18c-8.178,0-15.332,1.113-21.273,3.314c-5.665,2.086-10.014,5.068-12.923,8.868    c-2.827,3.675-4.255,7.949-4.255,12.712c0,5.007,1.328,9.205,3.94,12.487c2.774,3.471,6.635,6.277,11.467,8.335    c5.247,2.219,11.86,4.191,19.669,5.859c6.084,1.278,11.105,2.52,14.917,3.704c4.223,1.338,7.734,3.296,10.443,5.819    c3.131,2.949,4.724,6.764,4.724,11.345c0,5.744-2.745,10.518-8.145,14.197c-4.903,3.357-11.238,5.053-18.835,5.053    c-5.522,0-10.135-0.855-13.7-2.541c-3.622-1.714-6.503-3.976-8.575-6.714c-1.84-2.423-3.575-5.483-5.146-9.09    c-0.938-2.208-2.011-3.829-3.196-4.839c-0.92-0.777-2.044-1.145-3.511-1.145c-1.961,0-3.418,0.519-4.595,1.621    c-1.102,1.041-1.61,2.172-1.61,3.579c0,3.525,1.378,7.294,4.094,11.216c2.827,4.087,6.574,7.408,11.127,9.863    c6.614,3.504,15.249,5.29,25.685,5.29c8.718,0,16.312-1.321,22.583-3.926c6.041-2.505,10.647-5.98,13.707-10.304    c3.01-4.262,4.545-9.151,4.545-14.523c0-4.506-0.855-8.299-2.53-11.277C123.685,93.451,121.273,90.917,118.224,88.934z' fill='%23dcbca8'/%3E%0A	%3C/g%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3C/svg%3E");
}
.myicons-whatsapp {
	background-size: 56px;
    background-position: 18px 16px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 477.366 477.366' style='enable-background:new 0 0 477.366 477.366;' xml:space='preserve' width='512px' height='512px'%3E%0A%3Cg%3E%0A	%3Cg%3E%0A		%3Cpath d='M19.89,452.503c-2.486,4.973,0,9.945,2.486,12.431c4.973,2.486,9.945,2.486,14.918,2.486l74.588-27.349    c37.294,24.863,82.047,37.294,126.8,37.294c131.773,0,238.683-106.91,238.683-238.683S370.456,0,238.683,0S0,106.91,0,238.683    c0,49.726,14.918,99.451,44.753,139.232L19.89,452.503z M24.863,236.197c0-119.342,96.965-213.82,213.82-213.82    s213.82,96.965,213.82,213.82s-96.965,213.82-213.82,213.82c-42.267,0-84.534-12.431-119.342-34.808    c-2.486-2.486-4.973-2.486-7.459-2.486c-2.486,0-2.486,0-4.973,0l-57.185,22.377l19.89-57.184c2.486-4.973,0-7.459-2.486-12.431    C39.781,328.189,24.863,283.436,24.863,236.197z' fill='%23dcbca8'/%3E%0A		%3Cpath d='M285.923,382.888c12.431,2.486,22.377,4.973,34.808,4.973c29.835,0,52.212-12.431,67.13-34.808    c7.459-14.918,9.945-27.349,7.459-39.781c-4.973-14.918-17.404-22.377-19.89-24.863l-37.294-19.89    c-4.973-2.486-9.945-4.973-14.918-4.973c-24.863,0-39.781,27.349-39.781,27.349s-2.486,2.486-7.459,2.486    c-2.486,0-2.486,0-2.486,0c-37.294-12.431-64.643-47.239-77.075-64.643l-2.486-2.486c-9.945-7.459-12.431-7.459-2.486-17.404    c19.89-17.404,14.918-37.294,9.945-44.753l-24.863-59.671c-2.486-4.973-12.431-12.431-22.377-12.431    c-12.431,0-27.349,7.459-44.753,24.863c-42.267,42.267-9.945,106.91-9.945,106.91C146.691,348.08,280.95,380.401,285.923,382.888z     M126.8,134.259c14.918-17.404,24.863-17.404,27.349-17.404l27.349,59.671c0,2.486,2.486,7.459-4.973,14.918    c-24.863,22.377-17.404,37.294-4.973,52.212l2.486,2.486c12.431,17.404,44.753,59.671,89.506,72.102c0,0,4.973,0,9.945,0    c12.431,0,22.377-4.973,29.835-14.918c2.486-7.459,14.918-19.89,24.863-14.918l37.294,17.404c0,0,4.973,2.486,7.459,7.459    c2.486,7.459-2.486,14.918-4.973,19.89c-12.431,22.377-37.294,27.349-72.102,19.89c-4.973,0-126.8-32.322-171.554-141.718    C121.828,216.307,96.965,166.581,126.8,134.259z' fill='%23dcbca8'/%3E%0A	%3C/g%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3C/svg%3E");
}
.fa-4x.myicons-support {
	background-size: 70px;
    background-position: 30px 23px;
}
.myicons-support {
	background-size: 50px;
    background-position: 24px 20px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 32.754 32.754' style='enable-background:new 0 0 32.754 32.754;' xml:space='preserve'%3E%0A%3Cg%3E%0A	%3Cpath d='M15.216,18.414h2.701l-0.227,1.072h-4.236c0.104-0.444,0.285-0.851,0.541-1.217c0.262-0.414,0.764-0.85,1.506-1.311   c0.646-0.4,1.069-0.689,1.272-0.861c0.31-0.271,0.499-0.566,0.567-0.89c0.058-0.261,0.031-0.479-0.078-0.652   c-0.106-0.174-0.297-0.261-0.567-0.261c-0.369,0-0.65,0.139-0.845,0.414c-0.11,0.159-0.209,0.414-0.295,0.761h-1.183   c0.131-0.527,0.315-0.952,0.556-1.275c0.455-0.619,1.097-0.928,1.924-0.928c0.655,0,1.138,0.182,1.446,0.544   c0.312,0.364,0.401,0.844,0.272,1.441c-0.098,0.457-0.317,0.865-0.666,1.219c-0.229,0.237-0.582,0.502-1.055,0.791l-0.559,0.346   c-0.351,0.217-0.592,0.373-0.727,0.471C15.437,18.175,15.319,18.287,15.216,18.414z M18.553,18.154l0.228-1.062l3.072-3.757h1.364   l-0.823,3.867h0.7l-0.199,0.95h-0.7l-0.28,1.332h-1.19l0.282-1.332L18.553,18.154L18.553,18.154z M19.656,17.203h1.55l0.566-2.673   L19.656,17.203z M20.292,28.455L20.292,28.455c0.004,0,0.006,0,0.01,0v2.087c0,1.216-0.994,2.212-2.211,2.212H3.486   c-1.217,0-2.212-0.996-2.212-2.212V2.211C1.274,0.994,2.269,0,3.486,0H18.09c1.217,0,2.211,0.994,2.211,2.211L20.29,4.174   c6.25,0.517,11.19,5.759,11.19,12.141C31.48,22.695,26.54,27.938,20.292,28.455z M8.183,1.862c0,0.148,0.12,0.267,0.268,0.267   h4.672c0.148,0,0.269-0.118,0.269-0.267s-0.119-0.269-0.269-0.269H8.451C8.303,1.594,8.183,1.714,8.183,1.862z M11.894,30.542   c0-0.612-0.496-1.104-1.107-1.104c-0.609,0-1.104,0.492-1.104,1.104c0,0.61,0.495,1.106,1.104,1.106   C11.398,31.648,11.894,31.152,11.894,30.542z M28.48,16.314c0-5.067-4.123-9.19-9.188-9.19c-0.195,0-0.367,0.018-0.559,0.029v-3   c0.007,0-0.006,0,0-0.001V3.507H2.813v25.152H18.76V28.48l-0.006-0.002c-6.473-0.281-11.656-5.621-11.656-12.164   c0-0.069,0.006-0.139,0.011-0.207h-1.84l3.277-3.276l3.274,3.274h-1.712c-0.005,0.069-0.011,0.14-0.011,0.209   c0,5.068,4.123,9.191,9.19,9.191C24.356,25.506,28.48,21.383,28.48,16.314z' fill='%23dcbca8'/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3Cg%3E%0A%3C/g%3E%0A%3C/svg%3E");
}
.support-bg {
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
	height: 100%;
    width: 57%;
    background-size: 100%;
    background-position: -1px -1px;
    background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='654' height='300' viewBox='0 0 654.000000 300.000000' preserveAspectRatio='xMidYMid meet'%3E%0A%3Cg transform='translate%280.000000,300.000000%29 scale%280.100000,-0.100000%29' fill='%23dcbca8' stroke='none'%3E%0A%3Cpath d='M0 1500 l0 -1500 3108 0 3108 0 146 250 147 250 -732 1248 -733 1247 -2522 3 -2522 2 0 -1500z'/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

/* INPUT WITH ICON */
span.input-icon, span.input-help {
    display: block;
    position: relative;
}

.input-icon > input, .input-icon > select {
    padding-left: 30px !important;
    padding-right: 6px;
}

.input-icon > [class*="myicons-"], .input-icon > [class*="fa-"], .input-icon > [class*="ti-"], .input-icon > .required {
  bottom: 0;
  display: inline-block;
  left: 5px;
  color: #c8c7cc;
  line-height: 36px;
  padding: 0 3px;
  position: absolute;
  top: 1px;
  z-index: 2;
}
.input-icon > .myicons-luggage {
	top:7px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.input-icon > .required {
    left: auto;
    right: 4px;
}

select.form-control,
.ui-select-bootstrap.dropdown .ui-select-toggle {
    height: 40px;
	/*
	-moz-appearance: initial;
	-webkit-appearance: initial;
	appearance: initial;
	*/
}

select.form-control.show-arrow {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	appearance: menulist;
}

.typo-light .panel-group .panel-body,
.typo-light .panel-group .panel-body h4,
.typo-light .panel-group .panel-body p {
	color: #333;
}

/* form adjustments */

#form-container .section-title-wrapper {
    margin-bottom: 12px;
}

#form-container .progress {
	margin-bottom: 5px;
}
/*
#form-container .uib-timepicker .btn.btn-link {
	padding: 5px 18px;
	color: white;
}
#form-container .uib-timepicker .btn.btn-link:hover {
	color: rgba(220, 188, 168, 0.8);
}
*/
#form-container .feature-description, #form-container .feature-title {
	/*font-weight: 300;*/
}
/* button spiner effects */
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.submiting {
  cursor:progress;
}

.has-spinner.submiting .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn.submiting .spinner {
    width: 18px;
}

/* Google map */

.angular-google-map-container {
    width: 100%;
    height: 400px;
}

/* fix for Twitter Bootstrap handling of responsive images */
.angular-google-map img {
    max-width: inherit;
}
/* switcher of transfer types */
.my-switch .btn {
	color: #fff !important;
}
.my-switch .btn.active,.my-switch .btn.active:hover,.my-switch .btn:hover {	
	/*background-color: rgba(220, 188, 168, 0.8);*/
	background-color: rgba(44,33,36,0.9);
}
.my-switch .btn {	
	/*background-color: rgba(220, 188, 168, 0.6);*/
	background-color: rgba(44,33,36,0.5);
	text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px;
}
/* calendar */
.uib-datepicker .btn-sm { border-radius: 0px;}
.uib-datepicker .btn-info.active, .uib-datepicker .btn-info:active {
	background-color: rgb(99, 76, 82);
}
.uib-datepicker .btn-info.active:hover {
	background-color: rgb(70, 54, 58);
}

.uib-datepicker .btn.disabled, .uib-datepicker .btn[disabled], .uib-datepicker fieldset[disabled] .btn {
	background-color: #ddd;
}
.owl-carousel .pattern-overlay:after {
	z-index:1;
}
/* aligning menu with logo */
#nav-menu .nav {
	padding-top:2px;
}
/* transition effects when form starts decrease padding */
.smaller-padding {
	-webkit-transition: padding-top .5s linear;
    -moz-transition: padding-top .5s linear;
    -o-transition: padding-top .5s linear;
    transition: padding-top .5s linear;
	padding-top: 50px;
}
.smaller-padding .section-title-wrapper {
    -webkit-transition: margin-bottom .5s linear;
    -moz-transition: margin-bottom .5s linear;
    -o-transition: margin-bottom .5s linear;
    transition: margin-bottom .5s linear;
	margin-bottom: 50px;
}
/* two line buttons in My Orders */
.btn.btn-twoline {
	line-height: 1.4;
    padding: 7px 20px;
	min-height: 55px;
}
/* button links color like "change" */
.btn.btn-link, .input-icon .required {
	color: #824455;
}
/* asterisk like tips  */
.small-tip {
	font-size: 10px;
    margin-top: 0px;
    display: block;
    margin-bottom: 8px;
}
/* pricing block form*/
.pricing-head.v-shape:before,.pricing-head.v-shape:after {
	background: inherit;
}
.pricing-wrapper.border-none {
	border:none;
}
.typo-light .pricing-wrapper {
	color:#333;
}
/* image overlay with visible description*/
.image-wrapper .overlay-bottom-visible {
	left: 0;
    padding: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
	z-index:10;
	cursor:help;
}
.pricing-wrapper .image-wrapper {
	margin-bottom: 5px;
}
/* separator sections in overlay */
.section-separator {
	margin-bottom: -2px;
}
.section-separator-overlay{
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 100%;
	z-index:1;
	line-height:0;
	height: 43px;
	background-size: 100% 60px;
}
.separator-dark-bg {
	background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' version='1.0' width='1200' height='70' viewBox='10 30 499.000000 135.000000' %3E%0A%3Cg transform='translate%280.000000,155.000000%29 scale%280.100000,-0.100000%29' fill='%232c2124' stroke='%232c2124'%3E%0A%3Cpath d='M90 714 l0 -524 2500 0 2500 0 0 524 0 525 -42 -14 c-24 -8 -586 -177 -1250 -375 l-1208 -360 -1207 360 c-665 198 -1227 367 -1250 375 l-43 14 0 -525z'/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}
.separator-grey-bg {
	background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' version='1.0' width='1200' height='70' viewBox='10 30 499.000000 135.000000' %3E%0A%3Cg transform='translate%280.000000,155.000000%29 scale%280.100000,-0.100000%29' fill='%23f5f5f5' stroke='%23f5f5f5'%3E%0A%3Cpath d='M90 714 l0 -524 2500 0 2500 0 0 524 0 525 -42 -14 c-24 -8 -586 -177 -1250 -375 l-1208 -360 -1207 360 c-665 198 -1227 367 -1250 375 l-43 14 0 -525z'/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}
.separator-white-bg {
	background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' version='1.0' width='1200' height='70' viewBox='10 30 499.000000 135.000000' %3E%0A%3Cg transform='translate%280.000000,155.000000%29 scale%280.100000,-0.100000%29' fill='%23ffffff' stroke='%23ffffff'%3E%0A%3Cpath d='M90 714 l0 -524 2500 0 2500 0 0 524 0 525 -42 -14 c-24 -8 -586 -177 -1250 -375 l-1208 -360 -1207 360 c-665 198 -1227 367 -1250 375 l-43 14 0 -525z'/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}
/* BASIC STYLINGS
============================================================================= */
pre                             { font-size:0.5em; margin:2px; }

/* form styling */
#form-container                { margin-bottom:20px; border-radius:5px; }
#form-container .page-header   { background:#151515; margin:0; padding:30px; 
    border-top-left-radius:5px; border-top-right-radius:5px; border-bottom: none; }

/* numbered buttons */
.status-buttons                 {  }
.status-buttons a               { color:#FFF; display:inline-block; font-size:12px; margin-right:10px; text-align:center; text-transform:uppercase; }
.status-buttons a:hover         { text-decoration:none; }
.status-buttons span            { background:#080808; display:block; height:30px; margin:0 auto 10px; padding-top:5px; width:30px; 
    border-radius:50%; }

/* active buttons */
.status-buttons a.active span   { background:#00BC8C; }

/* ANIMATION STYLINGS
============================================================================= */
#form-container form  { position:relative; min-height:300px; overflow:visible; padding:30px; }

/* basic styling for entering and leaving */
/* left and right added to ensure full width */
#form-views.ng-enter,
#form-views.ng-leave      { position:absolute; left:30px; right:30px;
    transition:0.5s all ease; -moz-transition:0.5s all ease; -webkit-transition:0.5s all ease; 
}
    
/* enter animation */
#form-views.ng-enter            { 
    -webkit-animation:slideInRight 0.5s both ease;
	-moz-animation:slideInRight 0.5s both ease;
	animation:slideInRight 0.5s both ease; 
}

/* leave animation */
#form-views.ng-leave            { 
    -webkit-animation:slideOutLeft 0.5s both ease;
	-moz-animation:slideOutLeft 0.5s both ease;
	animation:slideOutLeft 0.5s both ease;   
}

/* ANIMATIONS
============================================================================= */
/* slide out to the left */
@keyframes slideOutLeft {
	to 		{ transform: translateX(-200%); }
}
@-moz-keyframes slideOutLeft {	
	to 		{ -moz-transform: translateX(-200%); }
}
@-webkit-keyframes slideOutLeft {
	to 		{ -webkit-transform: translateX(-200%); }
}

/* slide in from the right */
@keyframes slideInRight {
	from 	{ transform:translateX(200%); }
	to 		{ transform: translateX(0); }
}
@-moz-keyframes slideInRight {
	from 	{ -moz-transform:translateX(200%); }
	to 		{ -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
	from 	{ -webkit-transform:translateX(200%); }
	to 		{ -webkit-transform: translateX(0); }
}
/* cookies dialog */
.cc_banner-wrapper{z-index:9001;position:relative}.cc_container .cc_btn{cursor:pointer;text-align:center;font-size:0.6em;transition:font-size 200ms;line-height:1em}.cc_container .cc_message{font-size:0.6em;transition:font-size 200ms;margin:0;padding:0;line-height:1.5em}@media screen and (min-width: 500px){.cc_container .cc_btn{font-size:0.8em}.cc_container .cc_message{font-size:0.8em}}@media screen and (min-width: 768px){.cc_container .cc_btn{font-size:1em}.cc_container .cc_message{font-size:1em;line-height:1em}}@media screen and (min-width: 992px){.cc_container .cc_message{font-size:1em}}@media print{.cc_banner-wrapper,.cc_container{display:none}}.cc_container{position:fixed;left:0;right:0;bottom:0;overflow:hidden;padding:10px}.cc_container .cc_btn{padding:8px 10px;background-color:#f1d600;cursor:pointer;transition:font-size 200ms;text-align:center;font-size:0.6em;display:block;width:33%;margin-left:10px;float:right;max-width:120px}.cc_container .cc_message{transition:font-size 200ms;font-size:0.6em;display:block}@media screen and (min-width: 500px){.cc_container .cc_btn{font-size:0.8em}.cc_container .cc_message{margin-top:0.5em;font-size:0.8em}}@media screen and (min-width: 768px){.cc_container{padding:15px 30px 15px}.cc_container .cc_btn{font-size:1em;padding:8px 15px}.cc_container .cc_message{font-size:1em}}@media screen and (min-width: 992px){.cc_container .cc_message{font-size:1em}}.cc_container{background:#222;color:#fff;font-size:17px;font-family: "Roboto", sans-serif;box-sizing:border-box}.cc_container ::-moz-selection{background:#ff5e99;color:#fff;text-shadow:none}.cc_container .cc_btn,.cc_container .cc_btn:visited{color:#000;background-color:#f1d600;transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;-webkit-transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;}.cc_container .cc_btn:hover,.cc_container .cc_btn:active{background-color:#fff;color:#000}.cc_container a,.cc_container a:visited{text-decoration:none;transition:200ms color}.cc_container a:hover,.cc_container a:active{color:#b2f7ff}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{-webkit-transform:translateY(66px);-ms-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.cc_container,.cc_message,.cc_btn{animation-duration:0.8s;-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;-webkit-animation-name:slideUp;animation-name:slideUp}