
@font-face {
  font-family: 'simple-line-icons';
  src:
    url('../../../fonts/simple-line-icons.ttf?az2gmn') format('truetype'),
    url('../../../fonts/simple-line-icons.woff?az2gmn') format('woff'),
    url('../../../fonts/simple-line-icons.svg?az2gmn#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* MasterSlider Start */
.ms-custom .master-slider{
	position: relative;
	visibility: hidden;
	-moz-transform: translate3d(0 , 0 , 0);
	overflow:hidden;
	line-height:1.7;
}
@media (max-width:1199px) {
.ms-custom .master-slider {min-height:0 !important;}
}
.ms-custom .master-slider, .ms-custom .master-slider * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.ms-custom .master-slider.ms-fullheight{height: 100%;}
.ms-custom .ms-layout-partialview .ms-view {
	overflow: visible;
	background-color:transparent;
}
.ms-custom .ms-layout-partialview .ms-container { overflow: hidden; }
.ms-custom .master-slider img, .ms-custom .ms-slide-bgvideocont video {max-width:none;}
.ms-custom .ms-moz .ms-slide-bgcont>img { transform: translateX(0px); }
.ms-custom .ms-loading-container{
	position:absolute;
	width:100%;
	top:0;
}
.ms-custom .ms-slide-auto-height { display: table; }
.ms-custom .ms-no-swipe, .ms-custom .ms-def-cursor{cursor:auto !important;}
.ms-custom .ms-ie .ms-grab-cursor{cursor: move;}
.ms-custom .ms-ie .ms-grabbing-cursor {cursor: move;}
.ms-custom .ms-view {
	margin:0px auto;
	overflow:hidden;
	background:#ffffff;
	position:relative;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}
.ms-custom .ms-view .ms-slide-container{position:relative;}
.ms-custom .ms-slide {
	position:absolute;
	height:100%;
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
}
.ms-custom .ms-wk .ms-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ms-custom .ms-slide .ms-slide-bgcont,
.ms-custom .ms-slide .ms-slide-bgvideocont{
	position: absolute;
	overflow:hidden;
	width: 100%;
}
.ms-custom .ms-slide .ms-slide-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 1;
}
.ms-custom .ms-ie .ms-slide-link {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}
.ms-custom .ms-slide .ms-slide-bgvideocont{
	z-index: 105;
	height: 100%;
}
.ms-custom .ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-custom .ms-wk .ms-slide-bgvideocont>video{
	-webkit-transform: translateZ(0.3px);
	transform: translateZ(0.3px);
}
.ms-custom .ms-slide .ms-slide-bgvideo{
	position: absolute;
	top: 0px;
}
.ms-custom .ms-inner-controls-cont, .ms-custom .ms-container {position: relative; margin:0 auto;}
.ms-custom .ms-slide .ms-slide-bgcont img , .ms-custom .ms-container , .ms-custom .ms-inner-controls-cont{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.ms-custom .ms-slide .ms-layer,
.ms-custom .ms-fixed-layers .ms-layer,
.ms-custom .ms-overlay-layers .ms-layer {
    position:absolute;
    pointer-events: auto;
}
.ms-custom .ms-slide .ms-layer.image {
	width:auto !important;
}
.ms-custom .ms-layer-mask {
    position: absolute;
    overflow: hidden;
}
.ms-custom .ms-layer-mask .ms-layer{
    position: relative;
}
.ms-custom .ms-slide .ms-slide-layers,
.ms-custom .ms-overlay-layers .ms-slide-layers,
.ms-custom .ms-fixed-layers {
	position: absolute;
	width:100%;
	height: 100%;
	z-index: 109;
	top:0px;
	pointer-events: none;
}
.ms-custom .ms-parallax-layer {
	width: 100%;
	position: absolute;
	top: 0;
}
.ms-custom .ms-scroll-parallax-cont {
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
}
.ms-custom .ms-wk .ms-scroll-parallax-cont{
	-webkit-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
}
.ms-custom .ms-action-layer{cursor: pointer;}
.ms-custom .ms-btn-container{position: absolute;width:auto !important;}
.ms-custom .ms-btn {white-space: nowrap;width:auto !important;}

.ms-custom .master-slider .btn-tiny  {
	border-width:1px;
	padding: 5px 12px;
}
.ms-custom .ms-default-btn:active{top:1px;}
/* controls */
.ms-custom .ms-thumb-list{
	overflow:hidden;
	position:absolute;
}
.ms-custom .ms-bullet{cursor:pointer;float: left;}
.ms-custom .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}
.ms-custom .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}
.ms-custom .ms-sbar {position: absolute;}
.ms-custom .ms-sbar.ms-dir-h {
	left: 10px;
	right: 10px;
	top: 5px
}
.ms-custom .ms-sbar.ms-dir-v {
	top: 10px;
	bottom: 10px;
	right: 5px
}
.ms-custom .ms-sbar .ms-bar {
	height: 4px;
	background: #333;
	border-radius: 4px;
}
.ms-custom .ms-sbar.ms-dir-v .ms-bar {width: 4px;}
.ms-custom .ms-sbar .ms-bar{
	position:relative;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ms-custom .ms-timerbar {
	width: 100%;
	bottom: 0px;
	position: absolute;
}
.ms-custom .ms-time-bar{
	-webkit-transition: width 120ms linear;
	-moz-transition: width 120ms linear;
	-ms-transition: width 120ms linear;
	-o-transition: width 120ms linear;
	transition: width 120ms linear;
}
/* In Android browser, using css animations over slider causes some crashes */
.ms-custom .ms-android .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}
.ms-custom .ms-nav-next:after, 
.ms-custom .ms-nav-prev:after, 
.ms-custom .circle-arrows .ms-nav-prev:before,
.ms-custom .circle-arrows .ms-nav-next:before {
	display:block;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -35px;
	position: absolute;
	z-index: 1;
	font-family: 'simple-line-icons';
	content: "\e605";
	color:#ffffff;
	font-size:16px;
	border-radius:50%;
}
.ms-custom .ms-nav-next:after,
.ms-custom .circle-arrows .ms-nav-next:before {
	right: 30px;
	left: auto;
	content: "\e606";
}
.ms-custom .simple-arrows .ms-nav-prev:after,
.ms-custom .simple-arrows .ms-nav-next:after {
	font-size:36px;
	width:36px;
}
.ms-custom .circle-arrows .ms-nav-prev:after,
.ms-custom .circle-arrows .ms-nav-next:after {
	background:rgba(0,0,0,0.1);
}
.ms-custom .circle-arrows .ms-nav-prev:before,
.ms-custom .circle-arrows .ms-nav-next:before {
	font-size:0;
	background:rgba(0,0,0,0.4);
	transform:scale(0,0);
	transition:transform 250ms;
}
.ms-custom .circle-arrows .ms-nav-prev:hover:before,
.ms-custom .circle-arrows .ms-nav-next:hover:before {
	transform:scale(1,1);
	transition:transform 250ms;
}
.ms-custom .ms-bullet {
	width: 12px;
	height: 12px;
	border:2px solid #ffffff;
	border-radius:50%;
	margin:0 3px !important;
	transition:background 400ms;
}
.ms-custom .ms-bullet:hover {
	background:#cccccc;
	transition:background 400ms;
}
.ms-custom .ms-bullet-selected, .ms-custom .ms-bullet-selected:hover {background:#ffffff;}
.ms-custom .ms-timerbar {
	opacity:0.25;
	top:0;
}
@media (max-width: 667px) {
.ms-custom .ms-nav-next,
.ms-custom .ms-nav-prev,
.ms-custom .ms-bullet,
.ms-custom .ms-timerbar {opacity:0}
.ms-custom .master-slider .btn {border-width:1px;}
}
@media (max-width: 550px) {.ms-custom .master-slider .btn  {margin-top:-10% !important;}}
@media (max-width: 500px) {.ms-custom .master-slider .btn  {margin-top:-12% !important;}}
@media (max-width: 450px) {.ms-custom .master-slider .btn  {margin-top:-16% !important;}}
@media (max-width: 400px) {.ms-custom .master-slider .btn  {margin-top:-20% !important;}}
@media (max-width: 340px) {.ms-custom .master-slider .btn  {margin-top:-30% !important;}}
.ms-custom .kenburn .slide-bg {transition:transform 1500ms ease-in-out; transition-delay:2000ms;}
.ms-custom .ms_ready .ms-sl-selected.kenburn .slide-bg {transition:transform 12s linear;}
.ms-custom .ms_ready .ms-sl-selected.zoom-light .slide-bg {transform:scale(1.12,1.12);}
.ms-custom .ms_ready .ms-sl-selected.zoom-left-light .slide-bg {transform:scale(1.1,1.1) translateX(-1%);}
.ms-custom .ms_ready .ms-sl-selected.zoom-right-light .slide-bg {transform:scale(1.1,1.1) translateX(1%);}
.ms-custom .ms_ready .ms-sl-selected.zoom-medium .slide-bg {transform:scale(1.25,1.25);}
.ms-custom .ms_ready .ms-sl-selected.zoom-left-medium .slide-bg {transform:scale(1.25,1.25) translateX(-3%);}
.ms-custom .ms_ready .ms-sl-selected.zoom-right-medium .slide-bg {transform:scale(1.25,1.25) translateX(3%);}
.ms-custom .ms_ready .ms-sl-selected.zoom-hard .slide-bg {transform:scale(1.6,1.6);}
.ms-custom .ms_ready .ms-sl-selected.zoom-left-hard .slide-bg {transform:scale(1.6,1.6) translateX(-6%);}
.ms-custom .ms_ready .ms-sl-selected.zoom-right-hard .slide-bg {transform:scale(1.6,1.6) translateX(6%);}
/* MasterSlider ends */

/* Icon Classes */
.ms-custom .icon-user-female, .ms-custom .icon-people, .ms-custom .icon-user-follow, .ms-custom .icon-user-following, .ms-custom .icon-user-unfollow, .ms-custom .icon-user, .ms-custom .icon-trophy, .ms-custom .icon-speedometer, .ms-custom .icon-social-youtube, .ms-custom .icon-social-twitter, .ms-custom .icon-social-tumblr, .ms-custom .icon-social-facebook, .ms-custom .icon-social-dropbox, .ms-custom .icon-social-dribbble, .ms-custom .icon-shield, .ms-custom .icon-screen-tablet, .ms-custom .icon-screen-smartphone, .ms-custom .icon-screen-desktop, .ms-custom .icon-plane, .ms-custom .icon-notebook, .ms-custom .icon-mustache, .ms-custom .icon-mouse, .ms-custom .icon-magnet, .ms-custom .icon-magic-wand, .ms-custom .icon-hourglass, .ms-custom .icon-graduation, .ms-custom .icon-ghost, .ms-custom .icon-game-controller, .ms-custom .icon-fire, .ms-custom .icon-eyeglass, .ms-custom .icon-envelope, .ms-custom .icon-envelope-open, .ms-custom .icon-envolope-letter, .ms-custom .icon-energy, .ms-custom .icon-emotsmile, .ms-custom .icon-disc, .ms-custom .icon-cursor-move, .ms-custom .icon-crop, .ms-custom .icon-credit-card, .ms-custom .icon-chemistry, .ms-custom .icon-bell, .ms-custom .icon-badge, .ms-custom .icon-anchor, .ms-custom .icon-wallet2, .ms-custom .icon-vector, .ms-custom .icon-speech, .ms-custom .icon-puzzle, .ms-custom .icon-printer, .ms-custom .icon-present, .ms-custom .icon-playlist, .ms-custom .icon-pin, .ms-custom .icon-picture, .ms-custom .icon-map, .ms-custom .icon-layers, .ms-custom .icon-handbag, .ms-custom .icon-globe-alt, .ms-custom .icon-globe, .ms-custom .icon-frame, .ms-custom .icon-folder-alt, .ms-custom .icon-film, .ms-custom .icon-feed, .ms-custom .icon-earphones-alt, .ms-custom .icon-earphones, .ms-custom .icon-drop, .ms-custom .icon-drawar, .ms-custom .icon-docs, .ms-custom .icon-directions, .ms-custom .icon-direction, .ms-custom .icon-diamond, .ms-custom .icon-cup, .ms-custom .icon-compass, .ms-custom .icon-call-out, .ms-custom .icon-call-in, .ms-custom .icon-call-end, .ms-custom .icon-calculator, .ms-custom .icon-bubbles, .ms-custom .icon-briefcase, .ms-custom .icon-book-open, .ms-custom .icon-basket-loaded, .ms-custom .icon-basket, .ms-custom .icon-bag, .ms-custom .icon-action-undo, .ms-custom .icon-action-redo, .ms-custom .icon-wrench, .ms-custom .icon-umbrella, .ms-custom .icon-trash, .ms-custom .icon-tag, .ms-custom .icon-support, .ms-custom .icon-size-fullscreen, .ms-custom .icon-size-actual, .ms-custom .icon-shuffle, .ms-custom .icon-share-alt, .ms-custom .icon-share, .ms-custom .icon-rocket, .ms-custom .icon-question, .ms-custom .icon-pie-chart, .ms-custom .icon-pencil, .ms-custom .icon-note, .ms-custom .icon-music-tone-alt, .ms-custom .icon-music-tone, .ms-custom .icon-microphone, .ms-custom .icon-loop, .ms-custom .icon-logout, .ms-custom .icon-login, .ms-custom .icon-list, .ms-custom .icon-like, .ms-custom .icon-home, .ms-custom .icon-grid, .ms-custom .icon-graph, .ms-custom .icon-equalizer, .ms-custom .icon-dislike, .ms-custom .icon-cursor, .ms-custom .icon-control-start, .ms-custom .icon-control-rewind, .ms-custom .icon-control-play, .ms-custom .icon-control-pause, .ms-custom .icon-control-forward, .ms-custom .icon-control-end, .ms-custom .icon-calender, .ms-custom .icon-bulb, .ms-custom .icon-chart, .ms-custom .icon-arrow-up-circle, .ms-custom .icon-arrow-right-circle, .ms-custom .icon-arrow-left-circle, .ms-custom .icon-arrow-down-circle, .ms-custom .icon-ban, .ms-custom .icon-bubble, .ms-custom .icon-camrecorder, .ms-custom .icon-camera, .ms-custom .icon-check, .ms-custom .icon-clock, .ms-custom .icon-close, .ms-custom .icon-cloud-download, .ms-custom .icon-cloud-upload, .ms-custom .icon-doc, .ms-custom .icon-envolope, .ms-custom .icon-eye, .ms-custom .icon-flag, .ms-custom .icon-folder, .ms-custom .icon-heart, .ms-custom .icon-info, .ms-custom .icon-key, .ms-custom .icon-link, .ms-custom .icon-lock, .ms-custom .icon-lock-open, .ms-custom .icon-magnifier, .ms-custom .icon-magnifier-add, .ms-custom .icon-magnifier-remove, .ms-custom .icon-paper-clip, .ms-custom .icon-paper-plane, .ms-custom .icon-plus, .ms-custom .icon-location-pin, .ms-custom .icon-power, .ms-custom .icon-refresh, .ms-custom .icon-reload, .ms-custom .icon-settings, .ms-custom .icon-star, .ms-custom .icon-symble-female, .ms-custom .icon-symbol-male, .ms-custom .icon-target, .ms-custom .icon-volume-1, .ms-custom .icon-volume-2, .ms-custom .icon-volume-off, .ms-custom .icon-line-menu, .ms-custom .icon-phone, .ms-custom .icon-menu, .ms-custom .icon-optionsvertical, .ms-custom .icon-options, .ms-custom .icon-arrow-down, .ms-custom .icon-arrow-left, .ms-custom .icon-arrow-right, .ms-custom .icon-arrow-up, .ms-custom .icon-paypal, .ms-custom .icon-social-instagram, .ms-custom .icon-social-linkedin, .ms-custom .icon-social-pintarest, .ms-custom .icon-social-github, .ms-custom .icon-social-gplus, .ms-custom .icon-social-reddit, .ms-custom .icon-social-skype, .ms-custom .icon-social-behance, .ms-custom .icon-social-foursqare, .ms-custom .icon-social-soundcloud, .ms-custom .icon-social-spotify, .ms-custom .icon-social-stumbleupon, .ms-custom .icon-line-plus, .ms-custom .icon-line-cross, .ms-custom .icon-line-minus, .ms-custom .icon-google-plus-square, .ms-custom .icon-google-plus, .ms-custom .icon-google, .ms-custom .icon-shopping-bag, .ms-custom .icon-shopping-basket, .ms-custom .icon-heart2, .ms-custom .icon-cloud, .ms-custom .icon-tv, .ms-custom .icon-sound, .ms-custom .icon-video, .ms-custom .icon-trash2, .ms-custom .icon-user2, .ms-custom .icon-key2, .ms-custom .icon-search, .ms-custom .icon-settings2, .ms-custom .icon-camera2, .ms-custom .icon-tag2, .ms-custom .icon-lock2, .ms-custom .icon-bulb2, .ms-custom .icon-pen2, .ms-custom .icon-diamond2, .ms-custom .icon-display, .ms-custom .icon-location, .ms-custom .icon-eye2, .ms-custom .icon-bubble2, .ms-custom .icon-stack, .ms-custom .icon-cup2, .ms-custom .icon-phone2, .ms-custom .icon-news, .ms-custom .icon-mail, .ms-custom .icon-like2, .ms-custom .icon-photo, .ms-custom .icon-note2, .ms-custom .icon-clock2, .ms-custom .icon-paperplane, .ms-custom .icon-params, .ms-custom .icon-banknote, .ms-custom .icon-data, .ms-custom .icon-music, .ms-custom .icon-megaphone, .ms-custom .icon-study, .ms-custom .icon-lab, .ms-custom .icon-food, .ms-custom .icon-t-shirt, .ms-custom .icon-fire2, .ms-custom .icon-clip, .ms-custom .icon-shop, .ms-custom .icon-calendar, .ms-custom .icon-wallet, .ms-custom .icon-vynil, .ms-custom .icon-truck, .ms-custom .icon-world, .ms-custom .global-cart, .ms-custom .global-wishlist {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height:1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.ms-custom .icon-user-female:before {content: "\e000";}
.ms-custom .icon-people:before {content: "\e001";}
.ms-custom .icon-user-follow:before {content: "\e002";}
.ms-custom .icon-user-following:before {content: "\e003";}
.ms-custom .icon-user-unfollow:before {content: "\e004";}
.ms-custom .icon-user:before {content: "\e005";}
.ms-custom .icon-trophy:before {content: "\e006";}
.ms-custom .icon-speedometer:before {content: "\e007";}
.ms-custom .icon-social-youtube:before {content: "\e008";}
.ms-custom .icon-social-twitter:before {content: "\e009";}
.ms-custom .icon-social-tumblr:before {content: "\e00a";}
.ms-custom .icon-social-facebook:before {content: "\e00b";}
.ms-custom .icon-social-dropbox:before {content: "\e00c";}
.ms-custom .icon-social-dribbble:before {content: "\e00d";}
.ms-custom .icon-shield:before {content: "\e00e";}
.ms-custom .icon-screen-tablet:before {content: "\e00f";}
.ms-custom .icon-screen-smartphone:before {content: "\e010";}
.ms-custom .icon-screen-desktop:before {content: "\e011";}
.ms-custom .icon-plane:before {content: "\e012";}
.ms-custom .icon-notebook:before {content: "\e013";}
.ms-custom .icon-mustache:before {content: "\e014";}
.ms-custom .icon-mouse:before {content: "\e015";}
.ms-custom .icon-magnet:before {content: "\e016";}
.ms-custom .icon-magic-wand:before {content: "\e017";}
.ms-custom .icon-hourglass:before {content: "\e018";}
.ms-custom .icon-graduation:before {content: "\e019";}
.ms-custom .icon-ghost:before {content: "\e01a";}
.ms-custom .icon-game-controller:before {content: "\e01b";}
.ms-custom .icon-fire:before {content: "\e01c";}
.ms-custom .icon-eyeglass:before {content: "\e01d";}
.ms-custom .icon-envelope:before {content: "\e086";}
.ms-custom .icon-envelope-open:before {content: "\e01e";}
.ms-custom .icon-envolope-letter:before {content: "\e01f";}
.ms-custom .icon-energy:before {content: "\e020";}
.ms-custom .icon-emotsmile:before {content: "\e021";}
.ms-custom .icon-disc:before {content: "\e022";}
.ms-custom .icon-cursor-move:before {content: "\e023";}
.ms-custom .icon-crop:before {content: "\e024";}
.ms-custom .icon-credit-card:before {content: "\e025";}
.ms-custom .icon-chemistry:before {content: "\e026";}
.ms-custom .icon-bell:before {content: "\e027";}
.ms-custom .icon-badge:before {content: "\e028";}
.ms-custom .icon-anchor:before {content: "\e029";}
.ms-custom .icon-wallet2:before {content: "\e02a";}
.ms-custom .icon-vector:before {content: "\e02b";}
.ms-custom .icon-speech:before {content: "\e02c";}
.ms-custom .icon-puzzle:before {content: "\e02d";}
.ms-custom .icon-printer:before {content: "\e02e";}
.ms-custom .icon-present:before {content: "\e02f";}
.ms-custom .icon-playlist:before {content: "\e030";}
.ms-custom .icon-pin:before {content: "\e031";}
.ms-custom .icon-picture:before {content: "\e032";}
.ms-custom .icon-map:before {content: "\e033";}
.ms-custom .icon-layers:before {content: "\e034";}
.ms-custom .icon-handbag:before {content: "\e035";}
.ms-custom .icon-globe-alt:before {content: "\e036";}
.ms-custom .icon-globe:before {content: "\e037";}
.ms-custom .icon-frame:before {content: "\e038";}
.ms-custom .icon-folder-alt:before {content: "\e039";}
.ms-custom .icon-film:before {content: "\e03a";}
.ms-custom .icon-feed:before {content: "\e03b";}
.ms-custom .icon-earphones-alt:before {content: "\e03c";}
.ms-custom .icon-earphones:before {content: "\e03d";}
.ms-custom .icon-drop:before {content: "\e03e";}
.ms-custom .icon-drawar:before {content: "\e03f";}
.ms-custom .icon-docs:before {content: "\e040";}
.ms-custom .icon-directions:before {content: "\e041";}
.ms-custom .icon-direction:before {content: "\e042";}
.ms-custom .icon-diamond:before {content: "\e043";}
.ms-custom .icon-cup:before {content: "\e044";}
.ms-custom .icon-compass:before {content: "\e045";}
.ms-custom .icon-call-out:before {content: "\e046";}
.ms-custom .icon-call-in:before {content: "\e047";}
.ms-custom .icon-call-end:before {content: "\e048";}
.ms-custom .icon-calculator:before {content: "\e049";}
.ms-custom .icon-bubbles:before {content: "\e04a";}
.ms-custom .icon-briefcase:before {content: "\e04b";}
.ms-custom .icon-book-open:before {content: "\e04c";}
.ms-custom .icon-basket-loaded:before {content: "\e04d";}
.ms-custom .icon-basket:before {content: "\e04e";}
.ms-custom .icon-bag:before {content: "\e04f";}
.ms-custom .icon-action-undo:before {content: "\e050";}
.ms-custom .icon-action-redo:before {content: "\e051";}
.ms-custom .icon-wrench:before {content: "\e052";}
.ms-custom .icon-umbrella:before {content: "\e053";}
.ms-custom .icon-trash:before {content: "\e054";}
.ms-custom .icon-tag:before {content: "\e055";}
.ms-custom .icon-support:before {content: "\e056";}
.ms-custom .icon-size-fullscreen:before {content: "\e057";}
.ms-custom .icon-size-actual:before {content: "\e058";}
.ms-custom .icon-shuffle:before {content: "\e059";}
.ms-custom .icon-share-alt:before {content: "\e05a";}
.ms-custom .icon-share:before {content: "\e05b";}
.ms-custom .icon-rocket:before {content: "\e05c";}
.ms-custom .icon-question:before {content: "\e05d";}
.ms-custom .icon-pie-chart:before {content: "\e05e";}
.ms-custom .icon-pencil:before {content: "\e05f";}
.ms-custom .icon-note:before {content: "\e060";}
.ms-custom .icon-music-tone-alt:before {content: "\e061";}
.ms-custom .icon-music-tone:before {content: "\e062";}
.ms-custom .icon-microphone:before {content: "\e063";}
.ms-custom .icon-loop:before {content: "\e064";}
.ms-custom .icon-logout:before {content: "\e065";}
.ms-custom .icon-login:before {content: "\e066";}
.ms-custom .icon-list:before {content: "\e067";}
.ms-custom .icon-like:before {content: "\e068";}
.ms-custom .icon-home:before {content: "\e069";}
.ms-custom .icon-grid:before {content: "\e06a";}
.ms-custom .icon-graph:before {content: "\e06b";}
.ms-custom .icon-equalizer:before {content: "\e06c";}
.ms-custom .icon-dislike:before {content: "\e06d";}
.ms-custom .icon-cursor:before {content: "\e06e";}
.ms-custom .icon-control-start:before {content: "\e06f";}
.ms-custom .icon-control-rewind:before {content: "\e070";}
.ms-custom .icon-control-play:before {content: "\e071";}
.ms-custom .icon-control-pause:before {content: "\e072";}
.ms-custom .icon-control-forward:before {content: "\e073";}
.ms-custom .icon-control-end:before {content: "\e074";}
.ms-custom .icon-calender:before {content: "\e075";}
.ms-custom .icon-bulb:before {content: "\e076";}
.ms-custom .icon-chart:before {content: "\e077";}
.ms-custom .icon-arrow-up-circle:before {content: "\e078";}
.ms-custom .icon-arrow-right-circle:before {content: "\e079";}
.ms-custom .icon-arrow-left-circle:before {content: "\e07a";}
.ms-custom .icon-arrow-down-circle:before {content: "\e07b";}
.ms-custom .icon-ban:before {content: "\e07c";}
.ms-custom .icon-bubble:before {content: "\e07d";}
.ms-custom .icon-camrecorder:before {content: "\e07e";}
.ms-custom .icon-camera:before {content: "\e07f";}
.ms-custom .icon-check:before {content: "\e080";}
.ms-custom .icon-clock:before {content: "\e081";}
.ms-custom .icon-close:before {content: "\e082";}
.ms-custom .icon-cloud-download:before {content: "\e083";}
.ms-custom .icon-cloud-upload:before {content: "\e084";}
.ms-custom .icon-doc:before {content: "\e085";}
.ms-custom .icon-envolope:before {content: "\e086";}
.ms-custom .icon-eye:before {content: "\e087";}
.ms-custom .icon-flag:before {content: "\e088";}
.ms-custom .icon-folder:before {content: "\e089";}
.ms-custom .icon-heart:before {content: "\e08a";}
.ms-custom .icon-info:before {content: "\e08b";}
.ms-custom .icon-key:before {content: "\e08c";}
.ms-custom .icon-link:before {content: "\e08d";}
.ms-custom .icon-lock:before {content: "\e08e";}
.ms-custom .icon-lock-open:before {content: "\e08f";}
.ms-custom .icon-magnifier:before {content: "\e090";}
.ms-custom .icon-magnifier-add:before {content: "\e091";}
.ms-custom .icon-magnifier-remove:before {content: "\e092";}
.ms-custom .icon-paper-clip:before {content: "\e093";}
.ms-custom .icon-paper-plane:before {content: "\e094";}
.ms-custom .icon-plus:before {content: "\e095";}
.ms-custom .icon-location-pin:before {content: "\e096";}
.ms-custom .icon-power:before {content: "\e097";}
.ms-custom .icon-refresh:before {content: "\e098";}
.ms-custom .icon-reload:before {content: "\e099";}
.ms-custom .icon-settings:before {content: "\e09a";}
.ms-custom .icon-star:before {content: "\e09b";}
.ms-custom .icon-symble-female:before {content: "\e09c";}
.ms-custom .icon-symbol-male:before {content: "\e09d";}
.ms-custom .icon-target:before {content: "\e09e";}
.ms-custom .icon-volume-1:before {content: "\e09f";}
.ms-custom .icon-volume-2:before {content: "\e0a0";}
.ms-custom .icon-volume-off:before {content: "\e0a1";}
.ms-custom .icon-line-menu:before {content: "\e120";}
.ms-custom .icon-phone:before {content: "\e600";}
.ms-custom .icon-menu:before {content: "\e601";}
.ms-custom .icon-optionsvertical:before {content: "\e602";}
.ms-custom .icon-options:before {content: "\e603";}
.ms-custom .icon-arrow-down:before {content: "\e604";}
.ms-custom .icon-arrow-left:before {content: "\e605";}
.ms-custom .icon-arrow-right:before {content: "\e606";}
.ms-custom .icon-arrow-up:before {content: "\e607";}
.ms-custom .icon-paypal:before {content: "\e608";}
.ms-custom .icon-social-instagram:before {content: "\e609";}
.ms-custom .icon-social-linkedin:before {content: "\e60a";}
.ms-custom .icon-social-pintarest:before {content: "\e60b";}
.ms-custom .icon-social-github:before {content: "\e60c";}
.ms-custom .icon-social-gplus:before {content: "\e60d";}
.ms-custom .icon-social-reddit:before {content: "\e60e";}
.ms-custom .icon-social-skype:before {content: "\e60f";}
.ms-custom .icon-social-behance:before {content: "\e610";}
.ms-custom .icon-social-foursqare:before {content: "\e611";}
.ms-custom .icon-social-soundcloud:before {content: "\e612";}
.ms-custom .icon-social-spotify:before {content: "\e613";}
.ms-custom .icon-social-stumbleupon:before {content: "\e614";}
.ms-custom .icon-line-plus:before {content: "\e930";}
.ms-custom .icon-line-cross:before {content: "\e931";}
.ms-custom .icon-line-minus:before {content: "\e932";}
.ms-custom .icon-google-plus-square:before {content: "\f0d4";}
.ms-custom .icon-google-plus:before {content: "\f0d5";}
.ms-custom .icon-google:before {content: "\f1a0";}
.ms-custom .icon-shopping-bag:before {content: "\f290";}
.ms-custom .icon-shopping-basket:before {content: "\f291";}
.ms-custom .icon-heart2:before {content: "\e900";}
.ms-custom .icon-cloud:before {content: "\e901";}
.ms-custom .icon-tv:before {content: "\e903";}
.ms-custom .icon-sound:before {content: "\e904";}
.ms-custom .icon-video:before {content: "\e905";}
.ms-custom .icon-trash2:before {content: "\e906";}
.ms-custom .icon-user2:before {content: "\e907";}
.ms-custom .icon-key2:before {content: "\e908";}
.ms-custom .icon-search:before {content: "\e909";}
.ms-custom .icon-settings2:before {content: "\e90a";}
.ms-custom .icon-camera2:before {content: "\e90b";}
.ms-custom .icon-tag2:before {content: "\e90c";}
.ms-custom .icon-lock2:before {content: "\e90d";}
.ms-custom .icon-bulb2:before {content: "\e90e";}
.ms-custom .icon-pen2:before {content: "\e90f";}
.ms-custom .icon-diamond2:before {content: "\e910";}
.ms-custom .icon-display:before {content: "\e911";}
.ms-custom .icon-location:before {content: "\e912";}
.ms-custom .icon-eye2:before {content: "\e913";}
.ms-custom .icon-bubble2:before {content: "\e914";}
.ms-custom .icon-stack:before {content: "\e915";}
.ms-custom .icon-cup2:before {content: "\e916";}
.ms-custom .icon-phone2:before {content: "\e917";}
.ms-custom .icon-news:before {content: "\e918";}
.ms-custom .icon-mail:before {content: "\e919";}
.ms-custom .icon-like2:before {content: "\e91a";}
.ms-custom .icon-photo:before {content: "\e91b";}
.ms-custom .icon-note2:before {content: "\e91c";}
.ms-custom .icon-clock2:before {content: "\e91d";}
.ms-custom .icon-paperplane:before {content: "\e91e";}
.ms-custom .icon-params:before {content: "\e91f";}
.ms-custom .icon-banknote:before {content: "\e920";}
.ms-custom .icon-data:before {content: "\e921";}
.ms-custom .icon-music:before {content: "\e922";}
.ms-custom .icon-megaphone:before {content: "\e923";}
.ms-custom .icon-study:before {content: "\e924";}
.ms-custom .icon-lab:before {content: "\e925";}
.ms-custom .icon-food:before {content: "\e926";}
.ms-custom .icon-t-shirt:before {content: "\e927";}
.ms-custom .icon-fire2:before {content: "\e928";}
.ms-custom .icon-clip:before {content: "\e929";}
.ms-custom .icon-shop:before {content: "\e92a";}
.ms-custom .icon-calendar:before {content: "\e92b";}
.ms-custom .icon-wallet:before {content: "\e92c";}
.ms-custom .icon-vynil:before {content: "\e92d";}
.ms-custom .icon-truck:before {content: "\e92e";}
.ms-custom .icon-world:before {content: "\e92f";}
