/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }
.rel { position: relative; }
.oh { overflow: hidden; }
.oa { overflow: auto; }
.ib { display: inline-block; }
.bg-red { background: #FF0000; }
.bg-orange { background: #FFA51A; }
.bg-pink { background: #D72A62; }
.bg-green { background: #7AC82B; }
.text-red { color: #FF0000; }
.text-1 { color: #72BD27; }
.text-2 { color: #EF2C6C; }
.bottom-space { margin-bottom: 5px; }
.bottom-line { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid #77BF3B; }
.large { font-size: 1.3em; }
.small { font-size: .8em; }
.bg { /*background: #F6F7F8;*/ }

.videodetector { position: relative; width: 100%; height: 0; padding-bottom: 60%; margin-bottom: 10px; }
.videodetector iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@font-face { font-family: 'MyriadProLight'; src: url('../fonts/MyriadPro-Light.otf'); }
@font-face { font-family: 'Artemius_SN_TT'; src: url('../fonts/Artemius_SN_TT.ttf'); }
@font-face { font-family: 'ArtemiusSans_SN_TT'; src: url('../fonts/ArtemiusSans_SN_TT.ttf'); }
.foMS { font-family: Montserrat; }
 @font-face {
  font-family: 'FontAwesome';
  src: url('/include/fonts/fontawesome-webfont.ttf');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa:before {
  font-family: FontAwesome;
}
.fa-key:before { content: "\f084"; }
.fa-angle-down:before { content: "\f107"; }
.fa-vk:before { content: "\f189"; }
.fa-facebook-official:before { content: "\f230"; }
.fa-twitter-square:before { content: "\f081"; }
.fa-instagram:before { content: "\f16d"; }
.fa-google-plus-square:before { content: "\f0d4"; }
.fa-eye:before { content: "\f06e"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-envelope-open:before { content: "\f2b6"; }
.fa-envelope-open-o:before { content: "\f2b7"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-gift:before { content: "\f06b"; }
.fa-file-video-o:before { content: "\f1c8"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-user:before { content: "\f007"; }
.fa-user-plus:before { content: "\f234"; }
.fa-usd:before { content: "\f155"; }
.fa-home:before { content: "\f015"; }
.fa-bars:before { content: "\f0c9"; }
.fa-list:before { content: "\f03a"; }
.fa-times:before { content: "\f00d"; } /* delete ico */
.fa-times-circle:before { content: "\f057"; } /* delete ico */
.fa-plus:before { content: "\f067"; }
.fa-pencil:before { content: "\f040"; }
.fa-camera:before { content: "\f030"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-search:before { content: "\f002"; }
.fa-pencil-square-o:before { content: "\f044"; }
.fa-heart:before { content: "\f004"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-square-o:before { content: "\f096"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-check:before { content: "\f00c"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-comment-o:before { content: "\f0e5"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-power-off:before { content: "\f011"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-video-camera:before { content: "\f03d"; }
.fa-picture-o:before { content: "\f03e"; }
.fa-smile-o:before { content: "\f118"; }
.fa-share:before { content: "\f064"; }
.fa-reply:before { content: "\f112"; }
.fa-sun-o:before { content: "\f185"; }
.fa-moon-o:before { content: "\f186"; }
.fa-adjust:before { content: "\f042"; }

/* Main styles
------------------------------ */

html { min-height: 100%; }
body { min-height: 100%; } /* body height 100% */

/* Content elements
------------------------------ */

blockquote { margin-left: 5em; padding-left: 1em; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ddd; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, hr { margin-bottom: 15px; }

.box { margin: 20px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; }

/*	Columns
------------------------------ */

.columns {  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

.w-25px { width: 25px; }
.w-50px { width: 50px; }
.w-60px { width: 60px; }
.w-75px { width: 75px; }
.w-100px { width: 100px; }
.w-125px { width: 125px; }
.w-150px { width: 150px; }
.w-175px { width: 175px; }
.w-200px { width: 200px; }
.w-250px { width: 250px; }
.w-300px { width: 300px; }
.w-350px { width: 350px; }
.w-400px { width: 400px; }
.w-450px { width: 450px; }
.w-500px { width: 500px; }
.w-550px { width: 550px; }
.w-600px { width: 600px; }
.w-650px { width: 650px; }
.w-700px { width: 700px; }

.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }

/* Images
------------------------------ */

.content img { }

/* Content Form
------------------------------ */

.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { width: auto; cursor: pointer; }

