@font-face {
  font-family: 'fontello';
  src: url('../Fonts/fontello/fontello.eot?12513828');
  src: url('../Fonts/fontello/fontello.eot?12513828#iefix') format('embedded-opentype'),
       url('../Fonts/fontello/fontello.woff?12513828') format('woff'),
       url('../Fonts/fontello/fontello.ttf?12513828') format('truetype'),
       url('../Fonts/fontello/fontello.svg?12513828#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../Fonts/fontello.svg?12513828#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dropbox:before { content: '\e807'; font-size: 18px; } /* '' */
.icon-menu:before { content: '\e800'; color: #c0c0be;  font-size: 30px;  cursor: pointer; float: left;} /* '' */
.icon-menu:hover:before { content: '\e800'; color: #fff;  font-size: 30px;  cursor: pointer; float: left;} /* '' */
.icon-menu.in:before { content: '\e800'; color:#FFF;  font-size: 30px;  cursor: pointer; float: left;} /* '' */
.icon-facebook-squared:before {  
  color: #	#1877F2;
  content: '\e801'; 
  cursor: pointer;

} /* '' */
.icon-facebook-squared:hover:before {  color: white;} /* '' */
.icon-twitter-rect:before {  color: #6F6F6E; content: '\e802'; cursor: pointer;} /* '' */
.icon-twitter-rect:hover:before {  color: #000; } /* '' */


.icon-search {  float: left;display: block;margin-top: 4px;margin-left: 12px; }
	.icon-search:before { content: '\e803'; color: #c0c0be;  font-size: 30px; margin: 0; cursor: pointer; float: left;} /* '' */
	.icon-search:hover:before { content: '\e803'; color: #fff;  font-size: 30px;  cursor: pointer; float: left;} /* '' */
	.icon-search.in:before { content: '\e803'; color:#FFF;  font-size: 30px;  cursor: pointer; float: left;} /* '' */
.icon-right-dir:before { content: '\e804'; cursor: pointer;} /* '' */
.icon-left-dir:before { content: '\e805'; cursor: pointer;} /* '' */
.icon-up-open:before { content: '\e806'; cursor: pointer;} /* '' */
.icon-zoom:before { content: '\e803'; color: #FFF;  font-size: 25px; margin: 0; cursor: pointer; float: left;} /* '' */
	.icon-zoom:hover:before {  color: #FFF;  } /* '' */







@font-face {
  font-family: 'fontello';
  src: url('../Fonts/fontello2/fontello.eot?6861152');
  src: url('../Fonts/fontello2/fontello.eot?6861152#iefix') format('embedded-opentype'),
       url('../Fonts/fontello2/fontello.woff2?6861152') format('woff2'),
       url('../Fonts/fontello2/fontello.woff?6861152') format('woff'),
       url('../Fonts/fontello2/fontello.ttf?6861152') format('truetype'),
       url('../Fonts/fontello2/fontello.svg?6861152#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?6861152#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-instagram:before { 
  color: #6F6F6E; 
  content: '\f16d'; 
  cursor: pointer;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;} /* '' */
.icon-instagram:hover:before{  
  color: white;
  background:white;
  background-clip: text;
} /* '' */









@font-face {
  font-family: 'fontelloPrint';
  src: url('../Fonts/fontelloPrint.eot?83430450');
  src: url('../Fonts/fontelloPrint.eot?83430450#iefix') format('embedded-opentype'),
       url('../Fonts/fontelloPrint.woff?83430450') format('woff'),
       url('../Fonts/fontelloPrint.ttf?83430450') format('truetype'),
       url('../Fonts/fontelloPrint.svg?83430450#fontelloPrint') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontelloPrint';
    src: url('../font/fontelloPrint.svg?83430450#fontelloPrint') format('svg');
  }
}
*/
 
 [class^="iconprint-"]:before, [class*=" iconprint-"]:before {
  font-family: "fontelloPrint";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.iconprint-print:before { content: '\e800'; font-size: 20px;float: right;margin-right: 9px;margin-top: 7px;cursor: pointer;color: #6F6F6E; } /* '' */
.iconprint-print:hover:before { color: #000; } /* '' */



@font-face {
	font-family: 'icomoon';
	src:url('../Fonts/icomoon.eot?rv3v1r');
	src:url('../Fonts/icomoon.eot?rv3v1r#iefix') format('embedded-opentype'),
		url('../Fonts/icomoon.ttf?rv3v1r') format('truetype'),
		url('../Fonts/icomoon.woff?rv3v1r') format('woff'),
		url('../Fonts/icomoon.svg?rv3v1r#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="iconmoo-"], [class*=" iconmoo-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.iconmoo-send4 {  font-family: 'icomoon';float: left;display: block;margin-top: 4px;margin-left: 12px; }
	.iconmoo-send4:before { content: "\e900"; color: #c0c0be;  font-size: 25px; margin: 0; cursor: pointer; float: left;} /* '' */
	.iconmoo-send4:hover:before { content: "\e900"; color: #fff;  font-size: 25px;  cursor: pointer; float: left;} /* '' */
	.iconmoo-send4.in:before {content: "\e900"; color:#FFF;  font-size: 25px;  cursor: pointer; float: left;} /* '' */