/*!
 *  Font Awesome 4.4.0 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('/templates/chateuachikovani/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/templates/chateuachikovani/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/templates/chateuachikovani/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/templates/chateuachikovani/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/templates/chateuachikovani/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/templates/chateuachikovani/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; 
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 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-li:hover {color:green;}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle; color:#555359;
}
.fa-stack:hover {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle; color:#fff; 
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit; font-size:20px;
}
.fa-stack-2x {
  font-size:60px;
}
.fa-inverse {
  color: #fff; transition: all 0.5s ease-in-out;
}
.fa-inverse:hover {
  color: #555359; transition: all 0.5s ease-in-out;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */


.fa-circlefb:before {
  content: "\f111"; 
}
.fa-circletw:before {
  content: "\f111";
}
.fa-circlego:before {
  content: "\f111";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-google-plus:before { 
  content: "\f0d5";
}
.fa-stackfb {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle; color:#3b5998;    padding-top:20px;
}
.fa-stackfb:hover {
  position: relative;
  display: inline-block;
  width: 60px;  height: 60px;  line-height: 60px;
  vertical-align: middle; color:#e3e3e3;   padding-top:20px;
}
.fa-stacktw {
  position: relative;
  display: inline-block;
  width: 60px;  height: 60px;  line-height: 60px;
  vertical-align: middle; color:#4099FF;  padding-top:20px;
}
.fa-stacktw:hover {
  position: relative;
  display: inline-block;
  width: 60px;  height: 60px;  line-height: 60px;
  vertical-align: middle; color:#e3e3e3; ;   padding-top:20px;
}
.fa-stackgo {
  position: relative;
  display: inline-block;
  width: 60px;  height: 60px;  line-height: 60px;
  vertical-align: middle; color:#FF5733;  padding-top:20px;
}
.fa-stackgo:hover {
  position: relative;
  display: inline-block;
  width: 60px;  height: 60px;  line-height: 60px;
  vertical-align: middle; color:#e3e3e3;   padding-top:20px;
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-phone:before {
  content: "\f095"; padding-right:5px;
}
.fa-fax:before {
  content: "\f1ac"; padding-right:5px; padding-left:5px;
}
.fa-envelope:before {
  content: "\f0e0"; padding-right:5px;
}
.fa-location-arrow:before {
  content: "\f124"; padding-right:5px;
}
.fa-map-marker:before {
  content: "\f041"; padding-right:5px;
}.fa-phone-square:before {  content: "\f098"; font-size:18px; color:#A3CF5B;}