

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  /*color: white;*/
  right: -15px;
  top:-10px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  background-image: url(/images/slider/add/p_close.png) !important;
  background-repeat:no-repeat;
  background-position: right bottom;
  color:transparent;
  opacity: 1 !important;
}

button:focus {
  outline: none !important;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  /*opacity: 0.65;*/
  margin: 0;
  top: 55%;
  margin-top: -55px;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  display:none !important;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  display:none !important;
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: -15px;
  background: url(/images/slider/add/p_arrows.png) !important;
  background-repeat:no-repeat;
  background-position: left top !important;
}
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: -15px;
  background: url(/images/slider/add/p_arrows.png) !important;
  background-repeat:no-repeat;
  background-position: 30px 0px !important;
}


  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0 20px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

  .mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


body {
	font-family: 'Open Sans';
	width: 100%;
	background-image: url(/images/layouts/p_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}



a:focus {
	outline:none !important;
}

#site_container {
	min-height: 650px;
	width: 1280px;
	margin: 0 auto;
	position: relative;
	/*background-color: red;*/
	
}

.logo {
	display:block;
	background-image: url(/images/layouts/logo.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 48px;
	}

#left {
	/*position: absolute;*/
	width: 215px;
	min-height:100%;
	float: left;
	text-decoration: none;
	
}

#menu {
	width: 215px;
	position:relative;
	text-decoration: none;
	margin-bottom:100px;
	margin-top:15px;
	font-family: 'Open Sans';
}

#menu ul {
	list-style-type: none;
	padding-top: 6px;
	cursor: pointer;
}

.level0 .level1 {
	padding-left: 12px;
	font-size:14px;
	display: none;
}

#menu .level0 .active .level1 {
	display:block;
}

.level0 li span:hover,
.level0 li a:hover {
	font-weight: bold;
}

.level0 .active span,
.level0 .active .active,
.level0 .active .level0,
a.presentation:hover {
	font-weight: bold;
}


.level0 li {
	list-style-type: none;
	margin-bottom:9px;
	text-transform:uppercase;
	font-size:16px;
}

ul.level1 li {
	list-style-type: none;
	margin-bottom: 6px;
	text-transform:none;
}

#menu li a {
	color: #000;
	text-decoration: none;
	line-height:18px;
}

a.presentation {
	display:block;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	margin-top: 33px;
}

a.presentation span {
	margin-left:12px;
}	

#pdf {
	background-image: url(/images/layouts/p_pdf.png);
	width: 26px;
	height: 35px;
	margin-right: 14px;
	margin-top: 70px;
}

#footer {
	margin-top: 170px;
	position: absolute;
	bottom: 0px;
}

#copy {
	padding-top: 40px;
	font-size: 10px;
	font-size: 10px;
	color: #bebebe;
}

#techart {
	margin-top: 15px;
	font-size: 10px;
	color: #bebebe;
	float: left;
	width: 90px;
}

#techart a {
	display: block;
}

#logo_techart {
	width: 40px;
	height: 20px;
	opacity: 0.2;
	float: left;
	margin-top: 13px;
}

#logo_techart:hover {
	opacity: 0.7;
}

.content {
	width: auto;
	margin-left: 247px;
	/*background-color:red;*/
	overflow: hidden;
}

.content .cube_container {
	font-size: 0px;
}

.content .image_link_container {
	margin-top:8px;
	/*margin-left:-14px;
	margin-right:-14px;*/
	/*background-color:yellow;*/
	display:inline-block;
	font-size:0px;
	
}

.content .image_link {
	margin-left:14px;
	margin-right:14px;
	margin-bottom:28px;
	display:inline-block;
	box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.1); 
}

.content .company_text_block {
	border: 2px solid #E0E0E0;
	background-color: white;
}

.cube_link {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.cube {
	display: inline-block;
	position: relative;
	width: inherit;
	height: inherit;
	margin-left:4px;
	margin-bottom:4px;
	max-width: 340px;
	max-height: 215px;
	min-width: 260px;
	min-height: 164px;
	height: 190px;
	width: 300px;
}

.cube .img {
	width: inherit;
	height: inherit;
	position: absolute;
	max-width: 340px;
	max-height: 215px;
}

.cube .text {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #778E9E;
	display: none;
	font-weight: bold;
}

.cube .img .cube_image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.cube .img .cube_image img {
	width: 100%;
	height: 100%;
}

.cube .img .header_container {
	/*background-color: red;*/
	top:60%;
	margin-left:15px;
	position: relative;
	z-index:500;
}

.cube .img .header_container .cube_header {
	color: #ffffff;
	font-size: 14px;
	display:table-cell;
	vertical-align: bottom;
	height: 42px;
}

.cube .img .header_container .cube_line {
	width: 140px;
	height: 2px;
	background-color: #f8cc13;
	margin-top:11px;
}

.cube .text .text_container {
	margin-left:15px;
	margin-top:15px;
	margin-right:10px;
}

.cube .text .text_container .text_header {
	color: #ffffff;
	font-size: 14px;
	margin-bottom:10px;
}

.cube .text .text_container .cube_line_white {
	width: 140px;
	height: 2px;
	background-color: #ffffff;
	margin-bottom:15px;
}

.cube .text .text_container .cube_description {
	color: #ffffff;
	font-size: 13px;
	font-family: 'Open Sans Condensed';
	line-height:19px;
}

@media screen and (max-height: 720px) {
	.cube .text .text_container {
		margin-left:10px;
		margin-top:10px;
		margin-right:5px;
	}

	.cube .text .text_container .text_header {
		font-size: 13px;
	}

	.cube .text .text_container .cube_line_white {
		margin-bottom:10px;
	}

	.cube .text .text_container .cube_description {
		font-size: 12px;
		line-height:17px;
	}
}

.cube .side {
	background-color: #ccc;
}

.cert_block_wrapper {
	/*background-color: grey;*/
	font-size: 0px;
	margin-top: 5px;
}

.cert_block_wrapper .column1 {
	/*background-color: red;*/
	width: 576px;
	display: inline-block;
	vertical-align:top;
}

.cert_block_wrapper .column2 {
	display: inline-block;
	/*background-color: green;*/
	width: 384px;
	margin-left:73px;
	vertical-align:top;
}

.cert_block_wrapper .column1 .header_container,
.cert_block_wrapper .column2 .header_container {
	margin-left:15px;
}

.cert_block_wrapper .column1 .header_container .title,
.cert_block_wrapper .column2 .header_container .title {
	font-size:13px;
	font-family: "Open Sans";
	line-height: 16px;
	/*background-color:red;*/
	display: table-cell;
	height:32px;
	vertical-align:bottom;
}

.cert_block_wrapper .header_container .line,
.cert_block_wrapper .header_container .line {
	width: 140px;
	margin-bottom: 23px;
	margin-top: 12px;
}

.cert_block_wrapper .column1 .cert_link_container,
.cert_block_wrapper .column2 .cert_link_container {
	/*background-color:blue;*/
	margin-bottom:50px;

}

.cert_block_wrapper .column1 .cert_link_container .image_link,
.cert_block_wrapper .column2 .cert_link_container .image_link {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
	display:inline-block;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15); 
}

h1 {
	margin-top: 5px;
}

h1.header {
	margin-left: 10px;
}


/* блок текста с кнопкой "Подробнее" */
.b-text {
	margin: 20px 0 30px;
	line-height: 1.5em;
}
.b-text .b-text--content {
	height: 2em;
	overflow: hidden;
}
.b-text .b-text--content.active {
	height: auto;
	overflow: visible;
}
.b-text .b-text--button-more {
	cursor: pointer;
	text-align: right;
}

/* стили для текста */
.b-text h1,
.b-text h2,
.b-text h3,
.b-text h4,
.b-text h5 {
	margin: 20px 0;
}
.b-text p {
	margin: 10px 0;
}
.b-text ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
/*    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    /*margin: 0.67em 0;*/
    line-height: 1;
    margin-bottom:0.67em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==================================
   Don't beat me, plz! ^^'
   ================================== 
*/

* {
  margin: 0;
  padding: 0;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-regular.eot');
	src: local('☺'),
		url('/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-regular.svg#OpenSans') format('svg'),
		url('/fonts/opensans-regular.woff') format('woff'),
		url('/fonts/opensans-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('/fonts/open_sans_condensed_light.eot');
	src: local('☺'),
		url('/fonts/open_sans_condensed_light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open_sans_condensed_light.svg#OpenSans') format('svg'),
		url('/fonts/open_sans_condensed_light.woff') format('woff'),
		url('/fonts/open_sans_condensed_light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {font-family: 'Open Sans Condensed';
	src: url('/fonts/opensans-condbold.eot');
	src: url('/fonts/opensans-condbold.woff') format('woff'),url('/fonts/opensans-condbold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-bold.eot');
	src: local('☺'),
		url('/fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-bold.svg#OpenSans-Bold') format('svg'),
		url('/fonts/opensans-bold.woff') format('woff'),
		url('/fonts/opensans-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-italic.eot');
	src: local('☺'),
		url('/fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-italic.svg#OpenSans-Italic') format('svg'),
		url('/fonts/opensans-italic.woff') format('woff'),
		url('/fonts/opensans-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-bolditalic.eot');
	src: local('☺'),
		url('/fonts/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-bolditalic.svg#OpenSans-BoldItalic') format('svg'),
		url('/fonts/opensans-bolditalic.woff') format('woff'),
		url('/fonts/opensans-bolditalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-semibold.eot');
	src: local('☺'),
		url('/fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-semibold.svg#OpenSans-Semibold') format('svg'),
		url('/fonts/opensans-semibold.woff') format('woff'),
		url('/fonts/opensans-semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}