@import "animate.css";
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfontba72.eot?v=4.0.3');
  src: url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfontba72.woff?v=4.0.3') format('woff'), url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfontba72.ttf?v=4.0.3') format('truetype'), url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfontba72.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ya-share2 ul li{
	    padding: 0 0 0 10px;
}

.ya-share2  ul li:before{
	border:none;
}
.ya-share2  ul li a span{
border:none!important;
}
.ya-share2  ul li a:before{
	border:none!important;
	content:none!important;
	background:none!important;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/* ==========================================================================
   Snippets
   ========================================================================== */
.placeholder {
  color: #aaa;
}
.placeholder:focus {
  color: #505050;
}
/* ==========================================================================
   Helpers
   ========================================================================== */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.ul-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ul-inline {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ul-inline:after {
  content: "";
  display: table;
  clear: both;
}
.ul-inline li {
  float: left;
}
.hide {
  display: none;
}
.overflow {
  overflow: hidden;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.no-padding {
  padding: 0;
}
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'Micra-Normal_';
  src: url('../fonts/Micra/micra.eot');
  src: url('../fonts/Micra/micrad41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Micra/micra.ttf') format('truetype'), url('../fonts/Micra/micra.woff') format('woff'), url('../fonts/Micra/micra.svg#Micra') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvantGardeGothicC-Book';
  src: url('../fonts/Avantgarde/avantgardegothicc-book-webfont.eot');
  src: url('../fonts/Avantgarde/avantgardegothicc-book-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Avantgarde/avantgardegothicc-book-webfont.woff') format('woff'), url('../fonts/Avantgarde/avantgardegothicc-book-webfont.ttf') format('truetype'), url('../fonts/Avantgarde/avantgardegothicc-book-webfont.svg#webfontFI3cW2HX') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ff-avantgarde {
  font-family: 'AvantGardeGothicC-Book', Arial, sans-serif;
}
.ff-micra {
  font-family: 'Micra-Normal_', Arial, sans-serif;
}
/* ==========================================================================
   Color-scheme
   ========================================================================== */
.c-orange {
  color: #138fcd;
}
.c-dark-orange {
  color: #138fcd;
}
.c-green {
  color: #6b8e0c;
}
/* ==========================================================================
   Global styles
   ========================================================================== */
html,
body {
  height: 100%;
}
body {
  background: #fff;
  margin: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  line-height: 140%;
  position: relative;
  color: #000000;
  font-size: 13px;
  font-family: 'AvantGardeGothicC-Book', Arial, sans-serif;
}
img {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
a {
  color: #138fcd;
  text-decoration: none;
}
a:hover {
  color: #138fcd;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
.wrapper {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* ==========================================================================
   Form
   ========================================================================== */
fieldset {
  border: 1px solid #e6e6e6;
  padding: 35px 40px;
  margin: 0 0 20px;
}
fieldset label {
  display: block;
  margin-bottom: 7px;
}
fieldset label.inline {
  display: inline-block;
}
fieldset p {
  margin-bottom: 15px;
}
.required {
  color: #ff2400;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"] {
  border: 1px solid #c6c6c7;
  background: #fff;
  height: 40px;
  line-height: 38px;
  padding: 0 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  font-family: 'AvantGardeGothicC-Book', Arial, sans-serif;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder {
  color: #464646;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder {
  color: #464646;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder {
  color: #464646;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder {
  color: #464646;
}
input[type="text"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #464646;
}
input[type="text"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="number"] :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #464646;
}
input[type="text"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #464646;
}
input[type="text"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #464646;
}
select {
  height: 38px;
  line-height: 36px;
  border: 1px solid #c6c6c7;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
textarea {
  background: #fff;
  border: 1px solid #c6c6c7;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  padding-top: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: 'AvantGardeGothicC-Book', Arial, sans-serif;
}
textarea::-webkit-input-placeholder {
  color: #464646;
}
textarea:-moz-placeholder {
  color: #464646;
}
textarea::-moz-placeholder {
  color: #464646;
}
textarea:-ms-input-placeholder {
  color: #464646;
}
textarea ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #464646;
}
textarea :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #464646;
}
textarea ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #464646;
}
textarea :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #464646;
}
input.error {
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
  background-color: #FFECEC !important;
  border-color: #D45858;
}
input[disabled] {
  opacity: 0.9;
  background: #f3f3f3;
}
textarea.error {
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
  background-color: #FFECEC;
  border-color: #D45858;
}
.button {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  background: #6b8e0c;
  font-family: 'AvantGardeGothicC-Book', Arial, sans-serif;
  font-size: 24px;
  border: none;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  text-align: center;
}
.button:hover {
  background: #b3e600;
}
.button:active {
  top: 1px;
}
.button input {
  border: none;
  background: transparent;
  text-transform: uppercase;
  padding-top: 2px;
  display: block;
  height: 100%;
  line-height: 37px;
  color: #fff;
  font-weight: bold;
  outline: none;
}
.button.orange {
  background-color: #138fcd;
}
.button.orange:hover {
  background-color: #138fcd;
}
.custom-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin: 0 0 0 -18px;
  z-index: 100;
}
.custom-radio input[type=radio] {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  z-index: 200;
}
.custom-radio label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-radio label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 2px;
  z-index: -1;
  background: url("../img/custom-radio.html") no-repeat;
}
.custom-radio input[type="radio"]:checked + label:after {
  background-position: 0 -18px;
}
select {
  line-height: normal;
}
.custom-select {
  position: relative;
  color: #111;
  font-size: 14px;
  border: 1px solid #cccccc;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: url('../img/select-down-arrow.html') no-repeat scroll right 50% #ffffff;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 100;
  border: none;
  background: transparent;
  font-size: 13px;
  display: block;
  width: 120%;
  height: 100%;
  padding: 10px 7px 5px;
  outline: none;
  font-size: 16px;
}
.custom-select option {
  padding: 3px 5px;
  color: #000000;
  font-size: 14px;
}
.custom-select optgroup {
  padding-top: 10px;
  text-indent: 5px;
  color: #c4c4c4;
  font-style: normal;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: normal;
}
.custom-select optgroup:first-child {
  padding-top: 5px;
}
.disabled .custom-select {
  background-color: #F3F3F3;
}
/* ==========================================================================
   Icons
   ========================================================================== */
.icon {
  display: inline-block;
  position: relative;
  margin-left: 22px;
  margin-right: 15px;
  line-height: normal;
}
.icon:before {
  content: '';
  position: absolute;
  left: -22px;
  display: block;
  width: 16px;
  height: 19px;
}
/* ==========================================================================
   CONTENT
   ========================================================================== */
header {
  border-top: 15px solid #138fcd;
  padding-top: 10px;
  background: #fff;
  height: 80px;
}
header .logo {
  float: left;
}
.quick-links {
    position: absolute;
    top: 47px;
    left: 100px;
}
footer .quick-links a:hover{
    color: #080808;
}
.closeover{
	opacity:0!important;
	display: none!important;
} 
.closeoverr{
	display:none!important;
	opacity:0!important;
	position:absolute!important;
}
.quick-links a {
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
  border-bottom: 1px dotted;
}
.contacts-block {
  float: right;
  text-align: right;
}
.contacts-block .contacts-block-phone {
  font-family: 'Micra-Normal_', Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
}
.contacts-block .contacts-block-callback {
  font-size: 24px;
}
.contacts-block .contacts-block-callback a span {
  border-bottom: 1px dashed #138fcd;
}
.contacts-block .contacts-block-callback a:before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  background: url("../img/icon-phone-orange.png") no-repeat left center;
  width: 35px;
  height: 21px;
}
.phone-specialist {
  background: #138fcd;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.phone-specialist h2 {
  font-size: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.phone-specialist .h2 {
  font-size: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.phone-specialist h3 {
  text-transform: uppercase;
  font-size: 16px;
}
.phone-specialist input[type="text"],
.phone-specialist input[type="email"] {
  width: 220px;
  padding-left: 45px;
  margin-right: 15px;
}
.phone-specialist input[type="text"].icon-person,
.phone-specialist input[type="email"].icon-person {
  background: url("../img/icon-person.png") no-repeat 10px center #ffffff;
}
.phone-specialist input[type="text"].icon-phone,
.phone-specialist input[type="email"].icon-phone {
  background: url("../img/icon-phone.png") no-repeat 10px center #ffffff;
}
.phone-specialist input[type="text"].icon-email,
.phone-specialist input[type="email"].icon-email {
  background: url("../img/icon-email.png") no-repeat 10px center #ffffff;
}
.phone-specialist .button {
  top: 5px;
}
.phone-specialist .button:active {
  top: 6px;
}
.header-slider {
  width: 100%;
  height: 490px;
  background: url("../img/slider/slider-1.jpg") center no-repeat;
}
.header-slider .title-1,
.header-slider .title-2,
.header-slider .title-3 {
  display: inline-block;
  clear: both;
  padding: 15px 22px;
  margin-bottom: 5px;
  font-family: 'Micra-Normal_', Arial, sans-serif;
  color: #000;
  background: #fff;
}
.header-slider .title-1 {
  font-size: 28px;
}
.header-slider .title-2 {
  color: #138fcd;
  font-size: 24px;
  line-height: 38px;
}
.header-slider .title-3 {
  font-size: 18px;
}
.header-slider h1 {
  padding-top: 145px;
}
.header-slider .calculator {
  font-family: Arial, sans-serif;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 280px;
  background: rgba(233, 233, 233, 0.8);
  padding: 15px 22px;
  border: 1px solid #138fcd;
  -webkit-box-shadow: 0px 0px 20px #b0ac62;
  -moz-box-shadow: 0px 0px 20px #b0ac62;
  box-shadow: 0px 0px 20px #b0ac62;
}
.header-slider .calculator .calculator-title {
  color: #138fcd;
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}
.header-slider .calculator .calculator-subtitle {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #6e903c;
  font-size: 11px;
  text-align: center;
  margin-bottom: 20px;
}
.header-slider .calculator table {
  width: 100%;
}
.header-slider .calculator table td {
  padding-bottom: 5px;
}
.header-slider .calculator input {
  width: 50px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  float: right;
  border: 1px solid #b0b0b0;
}
footer {
	
}
.header-slider .calculator .calculator-summary {
  position: relative;
  left: -22px;
  bottom: -15px;
  width: 324px;
  margin-top: 10px;
    background: #6b8e0c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
}
.header-slider .calculator .calculator-summary-value {
  display: block;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
}
footer {
  background: #138fcd;
  color: #fff;
  padding-top: 20px;
  height: 100px;
}
.ya-share2{
	padding-top: 5px;
}
footer .logo {
  float: left;
}
footer a {
  color: #fff;
}
footer .contacts-block .contacts-block-callback a:before {
  background-image: url("../img/icon-phone-white.png");
}
footer .contacts-block .contacts-block-callback a:hover {
  color: #fff;
}
footer .contacts-block .contacts-block-callback a span {
  border-color: #fff;
}
.warranty-block {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.warranty-block h2 {
  font-family: 'Micra-Normal_', Arial, sans-serif;
  color: #4d4d4f;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 60px;
}
.warranty-block .h2 {
  font-family: 'Micra-Normal_', Arial, sans-serif;
  color: #4d4d4f;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 60px;
}
.warranty-block h2 - span {
  font-size: 36px;
}
.warranty-block .h2 - span {
  font-size: 36px;
}
.warranty-block .warranty-block-wrapper {
  width: 810px;
  margin: 0 auto;
}
.warranty-block .warranty-block-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.warranty-block .warranty-block-wrapper .row:after {
  content: "";
  display: table;
  clear: both;
}
.warranty-block .warranty-block-item {
  position: relative;
  float: left;
  color: #fff;
  width: 390px;
  height: 130px;
  margin-left: 0;
  margin-right: 0;
  background-color: #6b8e0c;
  margin-bottom: 30px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 130px;
  padding-top: 15px;
  background-position: 26px 18px;
  background-repeat: no-repeat;
}
.warranty-block .warranty-block-item h3 {
  font-size: 45px;
  margin-top: 10px;
}
.warranty-block .warranty-block-item.multiply {
  padding-top: 5px;
}
.warranty-block .warranty-block-item.multiply h3 {
  margin-top: 0;
}
.warranty-block .warranty-block-item.icon:before {
  content: "";
  position: absolute;
  display: block;
  left: 25px;
  top: 20px;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px;
}
.warranty-block .warranty-block-item.icon-car:before {
  background-image: url("../img/icon-warranty-car.png");
}
.warranty-block .warranty-block-item.icon-email:before {
  background-image: url("../img/icon-warranty-email.png");
}
.warranty-block .warranty-block-item.icon-connection:before {
  background-image: url("../img/icon-warranty-connection.png");
}
.warranty-block .warranty-block-item.icon-phone:before {
  background-image: url("../img/icon-warranty-phone.png");
}
.warranty-block .warranty-block-item:hover {
  background-color: #138fcd;
}
.warranty-block .warranty-block-item:hover.icon:before {
  background-position: 0 -88px;
}
.warranty-block .row .warranty-block-item:first-child {
  margin-right: 30px;
}
.services-block {
  background: url('../img/az_subtle.png') repeat #e6e7e8;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bcbdbe;
}
.services-block h2 {
  text-align: center;
  color: #4d4d4f;
  font-family: 'Micra-Normal_', Arial, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 60px;
}
.services-block h2 span {
  color: #138fcd;
  font-size: 36px;
}
.services-block .h2 {
  text-align: center;
  color: #4d4d4f;
  font-family: 'Micra-Normal_', Arial, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 60px;
}
.services-block .h2 span {
  color: #138fcd;
  font-size: 36px;
}
.services-block .services-block-navigator {
  position: absolute;
  font-size: 15px;
  padding-left: 15px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #e6e7e8;
  background: url("../img/services-block-navigator.png");
  width: 239px;
  height: 86px;
  left: -220px;
  top: 0;
}
.services-block .services-block-navigator span {
  color: #fff;
}
.services-block .services-block-wrapper {
  position: relative;
}
.services-block .services-block-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.services-block .services-block-wrapper .services-block-item {
  margin-bottom: 20px;
  color: #77787b;
}
.services-block .services-block-wrapper .services-block-item:after {
  content: "";
  display: table;
  clear: both;
}
.services-block .services-block-wrapper .services-block-item .hide {
  margin-top: 10px;
}
.services-block .services-block-wrapper .services-block-item p {
  padding-left: 147px;
  font-size: 18px;
}
.services-block .services-block-wrapper .services-block-item .icon {
  background-repeat: no-repeat;
  width: 86px;
  height: 86px;
  float: left;
  width: 110px;
}
.services-block .services-block-wrapper .services-block-item h3 {
  padding-left: 147px;
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #138fcd;
}
.services-block .services-block-wrapper .services-block-item .h3 {
  padding-left: 147px;
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #138fcd;
}
.services-block .services-block-wrapper .services-block-item .readmore {
  font-size: 16px;
}
.services-block .services-block-wrapper .services-block-item:hover .icon,
.services-block .services-block-wrapper .services-block-item.active .icon {
  background-position: 0 -86px;
}
.services-block .services-block-wrapper .services-block-item:hover h3,
.services-block .services-block-wrapper .services-block-item.active h3 {
  color: #138fcd;
}
.services-block .services-block-wrapper .services-block-item:hover .h3,
.services-block .services-block-wrapper .services-block-item.active .h3 {
  color: #138fcd;
}
.services-block .services-block-wrapper .services-block-item:hover p,
.services-block .services-block-wrapper .services-block-item.active p {
  color: #000;
}
#mobile-device .services-block-item p {
  font-size: 20px;
}
.consult-block {
  position: relative;
  padding: 40px 0;
  background: #fff;
}
.consult-block:after {
  content: "";
  display: table;
  clear: both;
}
.consult-block .phone-hand {
  position: absolute;
  right: 0;
  top: 100px;
  width: 359px;
  height: 385px;
  background: url('../img/hand.png') no-repeat left center;
}
.consult-block h1 {
  text-align: center;
  color: #4d4d4f;
  font-family: 'Micra-Normal_', Arial, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 40px;
}
.consult-block h1 span {
  color: #138fcd;
  font-size: 36px;
}
.consult-block #consult-form {
  float: left;
  border: 1px solid #138fcd;
  background: #e3e4e5;
  margin-right: 30px;
  width: 502px;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.consult-block #consult-form h2,
.consult-block #consult-form h3 {
  text-align: center;
  text-transform: uppercase;
}
.consult-block #consult-form .h2,
.consult-block #consult-form .h3 {
  text-align: center;
  text-transform: uppercase;
}
.consult-block #consult-form h2 {
  color: #138fcd;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 7px;
}
.consult-block #consult-form h3 {
  color: #6b8e0c;
  font-size: 16px;
  margin-bottom: 15px;
}
.consult-block #consult-form .h2 {
  color: #138fcd;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 7px;
}
.consult-block #consult-form .h3 {
  color: #6b8e0c;
  font-size: 16px;
  margin-bottom: 15px;
}
.consult-block #consult-form input[type="text"],
.consult-block #consult-form input[type="email"] {
  width: 220px;
  margin-left: 15px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.consult-block #consult-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  margin-bottom: 15px;
}
.consult-block #consult-form .button {
  display: block;
  margin: 0 auto;
}
.consult-block-desc {
  color: #77787b;
  text-align: center;
  background: rgba(255, 255, 255, 0.65);
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 40px 15px;
  font-size: 17px;
}
.consult-block-desc h3 {
  color: #6b8e0c;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 26px;
}
.consult-block-desc p {
  margin-bottom: 20px;
}
.consult-block-desc .phone {
  font-size: 24px;
  font-family: 'Micra-Normal_', Arial, sans-serif;
}
.why-profit-block {
  padding: 40px 0;
  background: url('../img/shadow-center.png') repeat-x #ffffff;
  position: relative;
}
.why-profit-block:after {
  content: "";
  display: table;
  clear: both;
}
.why-profit-block .shadow-left {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 750px;
  height: 38px;
  background: url("../img/shadow-left.png") no-repeat right;
}
.why-profit-block .shadow-right {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 750px;
  height: 38px;
  background: url("../img/shadow-right.png") no-repeat left;
}
.why-profit-block h2 {
  text-align: center;
  color: #4d4d4f;
  font-family: 'Micra-Normal_', Arial, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 40px;
}
.why-profit-block h2 span {
  color: #138fcd;
  font-size: 36px;
}
.why-profit-block .h2 {
  text-align: center;
  color: #4d4d4f;
  font-family: 'Micra-Normal_', Arial, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 40px;
}
.why-profit-block .h2 span { 
  color: #138fcd;
  font-size: 36px;
}
.why-profit-block .why-profit-block-wrap {
  text-align: center;
}
.why-profit-block .why-profit-block-wrap .why-profit-block-item {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.why-profit-block .why-profit-block-wrap .why-profit-block-item .icon {
  width: 220px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
}
.why-profit-block .why-profit-block-wrap .why-profit-block-item h3 {
    color: #138fcd;
	font-weight:bold;
  text-transform: uppercase;
  font-size: 20px;
}
.why-profit-block .why-profit-block-wrap .why-profit-block-item p {
  font-size: 13px;
  color: #777;
}
.tarifs-block {
  padding: 40px 0;
  background: url('../img/az_subtle.png') #e6e7e8;
}
.tarifs-block:after {
  content: "";
  display: table;
  clear: both;
}
.tarifs-block h2 {
  text-align: center;
  color: #4d4d4f;
  font-family: 'Micra-Normal_', Arial, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 40px;
}
.tarifs-block h2 span {
  color: #138fcd;
  font-size: 36px;
}
.tarifs-block .h2 {
  text-align: center;
  color: #4d4d4f;
  font-family: 'Micra-Normal_', Arial, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 40px;
}
.tarifs-block .h2 span {
  color: #138fcd;
  font-size: 36px;
}
.tarifs-block .tarifs-block-item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #138fcd;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 30px;
  width: 310px;
  float: left;
  -webkit-box-shadow: 0px 0px 10px #138fcd;
  -moz-box-shadow: 0px 0px 10px #138fcd;
  box-shadow: 0px 0px 10px #138fcd;
  background: rgba(255, 255, 255, 0.65);
}
.tarifs-block .tarifs-block-item:hover {
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 15px #138fcd;
  -moz-box-shadow: 0px 0px 15px #138fcd;
  box-shadow: 0px 0px 15px #138fcd;
  background: rgba(255, 255, 255, 0.9);
}
.tarifs-block .tarifs-block-item h1 {
  font-family: 'Micra-Normal_', Arial, sans-serif;
  font-size: 26px;
  background: #fff;
  height: 75px;
  line-height: 75px;
  margin-bottom: 18px;
}
.tarifs-block .tarifs-block-item .tarifs-block-item-price {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  color: #138fcd;
}
.tarifs-block .tarifs-block-item .tarifs-block-item-price span {
  clear: both;
  font-size: 16px;
}
.tarifs-block .tarifs-block-item .tarifs-block-item-desc {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  background: #95ad57;
  color: #fff;
  border-top: 1px solid #138fcd;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}
.tarifs-block .tarifs-block-item .tarifs-block-item-text {
  color: #959595;
  font-size: 16px;
  line-height: 22px;
}
.tarifs-block .tarifs-block-item .tarifs-block-item-text b {
  font-weight: bold;
  color: #555454;
}
.tarifs-block .tarifs-block-item .button {
  background: #138fcd;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  width: 180px;
}
.tarifs-block .tarifs-block-item .button:hover {
  background: #f86400;
  color: #fff;
}
.tarifs-block .tarifs-block-item.center {
  position: relative;
  z-index: 100;
  width: 340px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 15px #138fcd;
  -moz-box-shadow: 0px 0px 15px #138fcd;
  box-shadow: 0px 0px 15px #138fcd;
}
.tarifs-block .tarifs-block-item.center:hover {
  -webkit-box-shadow: 0px 0px 30px #138fcd;
  -moz-box-shadow: 0px 0px 30px #138fcd;
  box-shadow: 0px 0px 30px #138fcd;
}
.tarifs-block .tarifs-block-item.center h1 {
  background: #138fcd;
  color: #fff;
  margin-bottom: 30px;
}
.tarifs-block .tarifs-block-item.center .tarifs-block-item-price {
  color: #138fcd;
  font-size: 50px;
  margin-bottom: 20px;
}
.tarifs-block .tarifs-block-item.center .tarifs-block-item-desc {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #6b8e0c;
}
.tarifs-block .tarifs-block-item.center .tarifs-block-item-text {
  color: #555454;
  font-size: 18px;
  line-height: 26px;
}
.tarifs-block .tarifs-block-item.center .tarifs-block-item-text b {
  color: #000;
}
.tarifs-block .tarifs-block-item.center .tarifs-block-item-text p {
  margin-bottom: 20px;
}
.tarifs-block .tarifs-block-item.center .button {
  background: #138fcd;
  height: 50px;
  line-height: 50px;
  width: 200px;
  font-size: 22px;
}
.tarifs-block .tarifs-block-item.center .button:hover {
  background: #fea000;
}
.maps-block {
  height: 400px;
  width: 100%;
}
.contacts-bubble {
  background: #6b8e0c;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px !important;
}
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media all and (max-width: 1280px) {
  .services-block-navigator {
    color: transparent !important;
  }
  .services-block-navigator span {
    color: transparent !important;
  }
}
@media all and (max-width: 1430px) {
  .why-profit-block .shadow-left {
    width: 480px;
  }
  .why-profit-block .shadow-right {
    width: 480px;
  }
}
@media all and (max-width: 1660px) {
  .consult-block .phone-hand {
    width: 300px;
  }
}
@media all and (max-width: 1599px) {
  .phone-hand {
    display: none;
  }
}
/* ==========================================================================
   Fancybox OVERRIDE
   ========================================================================== */
.fancybox-close {
  border: none !important;
}
/* ==========================================================================
   Modal Window
   ========================================================================== */
.box-modal {
  position: relative;
  width: 450px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 6px;
}
.box-modal h1 {
  text-align: center;
  font-weight: normal;
  font-family: 'Micra-Normal_', Arial, sans-serif;
}
.box-modal .arcticmodal-close {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 30px;
  cursor: pointer;
}
.box-modal .arcticmodal-close:hover {
  color: #138fcd;
}
.box-modal p {
  text-align: center;
  margin-bottom: 25px;
}
.box-modal form {
  text-align: center;
}
.box-modal input[type="text"] {
  margin: 0 5px;
  padding-left: 45px;
}
.box-modal .icon-person {
  background: url("../img/icon-person.png") no-repeat 8px center;
}
.box-modal .icon-phone {
  background: url("../img/icon-phone.png") no-repeat 8px center;
}
.box-modal .button {
  margin-top: 20px;
  font-size: 16px;
}
/* ==========================================================================
   Animations
   ========================================================================== */
.animated {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
#mobile-device .animated {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
