/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/css?family=Roboto:500,100,300,700,400&subset=cyrillic,latin);
@import url(https://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css);
/* line 5, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 53, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/css3/_selection.scss */
*::-moz-selection {
  color: #fff;
  background-color: #fc7954;
}
/* line 53, ../../../../../Users/mpatrin/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/css3/_selection.scss */
*::selection {
  color: #fff;
  background-color: #fc7954;
}

/* line 15, ../sass/card.scss */
body, html {
  font-family: 'Roboto', sans-serif;
}

/* line 19, ../sass/card.scss */
.bgtint {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 27, ../sass/card.scss */
.bussinesscard {
  height: 320px;
  width: 428px;
  overflow: hidden;
  box-shadow: 0px 0px 43px -10px black;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 36, ../sass/card.scss */
.bussinesscard a {
  color: #444444;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 40, ../sass/card.scss */
.bussinesscard a:hover {
  color: #fc7954;
}
/* line 44, ../sass/card.scss */
.bussinesscard .flip {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 47, ../sass/card.scss */
.bussinesscard .front {
  z-index: 11;
  width: 100%;
  position: absolute;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 33px -1px rgba(0, 0, 0, 0.45);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 56, ../sass/card.scss */
.bussinesscard .front .top {
  height: 50%;
  background: #F46036;
}
/* line 59, ../sass/card.scss */
.bussinesscard .front .top:after {
  position: absolute;
  content: '';
  pointer-events: none;
}
/* line 64, ../sass/card.scss */
.bussinesscard .front .top:after {
  left: 50%;
  width: 2em;
  height: 2em;
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: 9em;
  z-index: 10;
  background: inherit;
}
/* line 73, ../sass/card.scss */
.bussinesscard .front .top .logo {
  display: inline-block;
  background: #fc7954;
  color: #fff;
  z-index: 11;
  padding: .16em;
  border: 8px solid #fff;
  position: relative;
  pointer-events: none;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin-top: .4em;
  font-size: 4em;
}
/* line 86, ../sass/card.scss */
.bussinesscard .front .top .logo .fat {
  font-weight: 800;
}
/* line 89, ../sass/card.scss */
.bussinesscard .front .top .logo .skinny {
  font-weight: 100;
}
/* line 94, ../sass/card.scss */
.bussinesscard .front .nametroduction {
  margin-top: 2.4em;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 8;
}
/* line 99, ../sass/card.scss */
.bussinesscard .front .name {
  color: #444444;
  font-weight: 400;
  font-size: 3.2em;
  text-align: center;
  position: relative;
  margin-bottom: .35em;
}
/* line 106, ../sass/card.scss */
.bussinesscard .front .name:after {
  content: '';
  position: absolute;
  top: 1.16em;
  width: 20%;
  left: 40%;
  right: 40%;
  height: 1px;
  background: #F46036;
}
/* line 117, ../sass/card.scss */
.bussinesscard .front .introduction {
  text-align: center;
  color: #444444;
  font-style: italic;
}
/* line 122, ../sass/card.scss */
.bussinesscard .front .contact {
  color: #444444;
  margin-left: 1.7em;
  font-weight: 300;
  font-size: 1.6em;
  -moz-transform: translateY(400%);
  -ms-transform: translateY(400%);
  -webkit-transform: translateY(400%);
  transform: translateY(400%);
}
/* line 129, ../sass/card.scss */
.bussinesscard .front .contact ul {
  list-style: none;
}
/* line 133, ../sass/card.scss */
.bussinesscard .front .contact i {
  color: #444444;
  width: 35px;
  text-align: center;
  display: block;
  float: left;
  margin-right: 12px;
  line-height: 0.5em;
}
/* line 146, ../sass/card.scss */
.bussinesscard .front .contact li {
  margin: 15px 0;
}
/* line 157, ../sass/card.scss */
.bussinesscard .back {
  width: 100%;
  height: 100%;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
}

/* HOVER ANIMATIONS */
/* line 168, ../sass/card.scss */
.front .top .logo, .front .top, .front .top:after, .front .nametroduction, .front .contact {
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/* line 172, ../sass/card.scss */
.flip:hover .front .top .logo {
  margin-top: .28em;
  font-size: 1.3em;
  border: 3px solid #fff;
  margin-left: .15em;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}

/* line 181, ../sass/card.scss */
.flip:hover .front .top {
  height: 15%;
}
/* line 183, ../sass/card.scss */
.flip:hover .front .top:after {
  width: 1.5em;
  height: 1.5em;
  bottom: 16.3em;
}

/* line 190, ../sass/card.scss */
.flip:hover .front .nametroduction {
  -moz-transform: translateY(400%);
  -ms-transform: translateY(400%);
  -webkit-transform: translateY(400%);
  transform: translateY(400%);
}

/* line 194, ../sass/card.scss */
.flip:hover .front .contact {
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
}

/* line 14, ../sass/screen.scss */
#section0, #section1 {
  background-color: #3d5789;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background: linear-gradient(to bottom, #456297, #456297 80%, #334773 20%, #334773);
  background-size: 100% 4px;
}

/* line 24, ../sass/screen.scss */
.bgtext {
  font-family: sans-serif;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  color: #6e99e9;
  font-size: 34pt;
  line-height: 1.2;
  z-index: 0;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  text-shadow: 1px 1px 2px #222222;
  text-shadow: 1px 1px 2px 1px #222222;
  overflow: hidden;
}

/* line 43, ../sass/screen.scss */
.cccc {
  background-color: #ffcc33;
  padding: 200px 0;
  -moz-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  margin-bottom: -200px;
}
/* line 49, ../sass/screen.scss */
.cccc .content {
  -moz-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  text-align: center;
  padding-top: 100px;
  font-weight: normal;
}
