

.advanced-slider {
	position: relative;
	overflow: visible;
	outline: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}


.advanced-slider * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}


.advanced-slider.fullscreen {
	max-width: 100% !important;
	max-height: 100% !important;
}


.advanced-slider a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}


.advanced-slider img {
	max-width: none;
	max-height: none;
	border: none;
	padding: 0;
	margin: 0;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}


.advanced-slider .slider-main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}


.advanced-slider .slide-wrapper {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 100%;
	z-index: 2;
}


.advanced-slider .slides {
	position: absolute;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	width: 100%;
	height: 100%;
}


.advanced-slider .slide {
	position: absolute;
	overflow: hidden;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
	visibility: hidden;	
	list-style: none;
	filter: alpha(opacity=100);
	opacity: 1;
}


.advanced-slider .slide .image,
.advanced-slider .slide .thumbnail,
.advanced-slider .slide .caption,
.advanced-slider .slide .html {
	position: absolute;
}


.advanced-slider .slide .image {
	border: none !important;
	padding: 0 !important;
}


.advanced-slider.webkit .slide .html {
	overflow: hidden;
}


.advanced-slider .video-hidden-image {
	display: none;
}


.advanced-slider iframe.video {
	background-color: #000;
}


.advanced-slider .video-play-button {
	display: block;
	background-image: url(/images/slider/base/images/video_play.png);
	background-position: center;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}


.advanced-slider.webkit .slide.transition .html iframe, 
.advanced-slider.webkit .slide.active .html iframe,
.advanced-slider.webkit .slide.transition .layer.init iframe,
.advanced-slider.webkit .slide.active .layer.init iframe {
   display: block;
}


.advanced-slider.webkit .slide .html iframe, 
.advanced-slider.webkit .slide .layer iframe {
   display: none;
}


.advanced-slider iframe {
	display: block;
}


.advanced-slider .slice-container {
	position: absolute;
	width: 100%;
	height: 100%;
}


.advanced-slider .swipeable-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

/*
.advanced-slider .swipeable-container .slides {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


.advanced-slider .swipeable-container .slides .selectable {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
	user-select: auto;
	cursor: auto;
}
*/


.advanced-slider .swipeable-container .selectable {
	cursor: default;
}


.advanced-slider .swipeable-container .grab {
	cursor: url(/images/slider/base/images/openhand.cur), move;
}


.advanced-slider .swipeable-container .grabbing {
	cursor: url(/images/slider/base/images/closedhand.cur), move;
}


.advanced-slider .thumbnail-scroller .swipe {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


.advanced-slider .thumbnail-scroller .grab {
	cursor: url(/images/slider/base/images/openhand.cur), move;
}


.advanced-slider .thumbnail-scroller .grabbing,
.advanced-slider .thumbnail-scroller .grabbing a:hover,
.advanced-slider .thumbnail-scroller .grabbing a:active,
.advanced-slider .thumbnail-scroller .grabbing .lightbox-icon {
	cursor: url(/images/slider/base/images/closedhand.cur), move;
}


.advanced-slider .layer {
	position: absolute;
	visibility: hidden;
	padding: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.advanced-slider .layer.black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}


.advanced-slider .layer.white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}


.advanced-slider .layer.rounded {
	border-radius: 10px;
}


.advanced-slider .slice {
	display: block;
	position: absolute;
}


.advanced-slider .preloader {
	position: absolute;
	background: url(/images/slider/base/images/preloader2.gif) no-repeat;
	width: 62px;
	height: 14px;
	z-index: 15;
}


.advanced-slider .slide-arrows {
	position: static;
}


.advanced-slider .slide-arrows a {
	position: absolute;
	cursor: pointer;
}


.advanced-slider .lightbox-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	cursor: pointer;
}


.advanced-slider .lightbox-icon.play {
	background-image: url(/images/slider/base/images/lightbox_play.png);
}


.advanced-slider .lightbox-icon.magnifying {
	background-image: url(/images/slider/base/images/lightbox_magnifying.png);
}


.advanced-slider .lightbox-icon.hyperlink {
	background-image: url(/images/slider/base/images/lightbox_hyperlink.png);
}


.advanced-slider .slideshow-controls {
	position: absolute;
	cursor: pointer;
}


.advanced-slider .shadow {
	position: absolute;
	height: 94px;
	margin-top: -50px;
	z-index: 1;
}


.advanced-slider .shadow .shadow-left, 
.advanced-slider .shadow .shadow-right, 
.advanced-slider .shadow .shadow-middle {
	float: left;
}


.advanced-slider .shadow .shadow-left {
	float: left;
	background: url(/images/slider/base/images/shadow_left.png);
	width: 200px;
	height: 94px;
}


.advanced-slider .shadow .shadow-right {
	float: left;
	background: url(/images/slider/base/images/shadow_right.png);
	width: 200px;
	height: 94px;
}


.advanced-slider .shadow .shadow-middle {
	float: left;
	background: url(/images/slider/base/images/shadow_middle.png) repeat-x;
	height: 94px;
}


.advanced-slider .full-screen-controls {
	background: url(/images/slider/base/images/fullscreen.png) no-repeat;
	position: absolute;
	width: 31px;
	height: 27px;
	top: 20px;
	left: 20px;
	cursor: pointer;
}


.advanced-slider .timer-animation {
	position: absolute;
}


.advanced-slider canvas {
	position: absolute;
}


.advanced-slider .timer-animation .timer-animation-controls {
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}


.advanced-slider .timer-animation .timer-animation-controls {
	background: url(/images/slider/base/images/playpause_small.png) no-repeat;
}


.advanced-slider .timer-animation.play .timer-animation-controls {
	background-position: -20px 0;
}


.advanced-slider .timer-animation.pause .timer-animation-controls {
	background-position: 0 0;
}


.advanced-slider .caption-container {
	overflow: hidden;
	position: absolute;
}


.advanced-slider .caption-container .wrapper {
	position: absolute;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


.advanced-slider .caption-container .background {
	position: absolute;
	width: 100%;
	height: 100%;
}


.advanced-slider .caption-container .caption {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.advanced-slider .thumbnail-wrapper {
	position: absolute;
}


.advanced-slider .thumbnail {
	background-image: url(/images/slider/base/images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
}


.advanced-slider .thumbnail-content {
	background: none;
}


.advanced-slider .slide-buttons {
	position: absolute;
	z-index: 3;
}


.advanced-slider .slide-buttons .left, 
.advanced-slider .slide-buttons .right, 
.advanced-slider .slide-buttons .middle {
	float: left;
}


.advanced-slider .slide-buttons a {
	position: relative;
	cursor: pointer;
	float: left;
	text-decoration: none;
	text-align: center;
}


.advanced-slider .thumbnail-scroller {
	position: absolute;
	z-index: 2;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	-o-box-sizing: content-box; 
	box-sizing: content-box; 
}


.advanced-slider .thumbnail-scroller .thumbnails-visible-container {
	position: relative;
	overflow: hidden;
	left:-44px;
	/*background-color:grey;*/
	width:1020px !important;
}


.advanced-slider .thumbnail-scroller .thumbnails-container {
	position: absolute;
	overflow: visible;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.advanced-slider .thumbnail-scroller .thumbnails-container.small {
	left: 0 !important;
}


.advanced-slider .thumbnail-scroller .thumbnail-wrapper {
	cursor: pointer;
	list-style: none;
}


.advanced-slider .thumbnail-scroller .lightbox-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	cursor: pointer;
}


.advanced-slider .thumbnail-scroller .lightbox-icon.play {
	background-image: url(/images/slider/base/images/lightbox_play_small.png);
}


.advanced-slider .thumbnail-scroller .lightbox-icon.magnifying {
	background-image: url(/images/slider/base/images/lightbox_magnifying_small.png);
}


.advanced-slider .thumbnail-scroller .lightbox-icon.hyperlink {
	background-image: url(/images/slider/base/images/lightbox_hyperlink_small.png);
}


.advanced-slider .thumbnail .caption {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.advanced-slider .thumbnail .caption .background {
	position: absolute;	
	width: 100%;
	height: 100%;
}


.advanced-slider .thumbnail .caption .content {
	position: absolute;
	width: 100%;
}


.advanced-slider .thumbnail-scroller .arrows a {
	position: absolute;
	cursor: pointer;
}


.advanced-slider .thumbnail-scroller .buttons {
	position: absolute;
	width: auto;
}


.advanced-slider .thumbnail-scroller .buttons a {
	position: absolute;
	cursor: pointer;
	text-decoration: none;
}


.advanced-slider-tooltip {
	position: absolute;
	z-index: 9999;
}

/*
	Skin Name: Glossy Square Gray
	Class: glossy-square-gray
	Description: Glossy Square Gray skin for Advanced Slider jQuery plugin
	Author: David
*/


/* MAIN SLIDE */

.glossy-square-gray .slide-wrapper {
	background-color: #FFF;
	border: 4px solid #FFF;
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}


.glossy-square-gray .slide {
	background-color: #FFF;
}

/* END OF MAIN SLIDE */


/* SLIDE ARROWS */

.glossy-square-gray .slide-arrows a {
	/*background: url(/images/slider/glossy-square/gray/images/arrows.png) no-repeat;*/
	background: url(/images/slider/add/p_arrows.png) no-repeat;
	/*width: 64px;*/
	/*height: 64px;*/
	/*margin-top: -32px;*/
	width: 30px;
	height: 30px;
	top: 50%;
	display:block;
}


.glossy-square-gray .slide-arrows a.previous {
	/*left: -32px;*/
	left: -15px;
}


.glossy-square-gray .slide-arrows a.next {
	right: -15px;
	background-position: -30px 0;
	/*background-position: -64px 0;*/
	/*right: -32px;*/
}

/* SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.glossy-square-gray .slideshow-controls {
	background: url(/images/slider/glossy-square/gray/images/playpause.png) no-repeat;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}


.glossy-square-gray .slideshow-controls.pause {
	background-position: 0 0;
}


.glossy-square-gray .slideshow-controls.play {
	background-position: -64px 0;
}

/* END OF SLIDESHOW CONTROLS */


/* TIMER ANIMATION */

.glossy-square-gray .timer-animation {
	top: 20px;
	right: 20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.glossy-square-gray .caption-container .background {
	/*background-color: #000;*/
	width: 100%;
	height: 100%;
}


.glossy-square-gray .caption-container .caption {
	/*color: #FFF;*/
	color:white;
	font-family: 'Open Sans';
	margin: 0;
	/*padding: 8px;*/
	font-size: 13px;
	font-weight: bold;
	width:953px;
	margin-left:25px;
	text-align:center;
	line-height: 15px;
	

}



/* END OF SLIDE CAPTION */


/* SLIDE BUTTONS/BULLETS */

/* main container of the navigation buttons */
.glossy-square-gray .slide-buttons {
	margin-top: 40px;
}


.glossy-square-gray .slide-buttons .left, 
.glossy-square-gray .slide-buttons .right {
}


.glossy-square-gray .slide-buttons .left {
}


.glossy-square-gray .slide-buttons .middle {
}


.glossy-square-gray .slide-buttons .right {
}


/* this contains the buttons */
.glossy-square-gray .slide-buttons .buttons-inner {
}


/* this contains the buttons */
.glossy-square-gray .slide-buttons .buttons-inner a {
	background: url(/images/slider/glossy-square/gray/images/buttons.png) no-repeat;
	background-position: 0 0;
	width: 14px;
	height: 15px;
	margin: 0 2px;
}


.glossy-square-gray .slide-buttons .buttons-inner a.over {
	background-position: -14px 0; 
}


.glossy-square-gray .slide-buttons .buttons-inner a.select {
	background-position: -28px 0; 
}


/* this is used to style the numbers from within the buttons, when they are used */
.glossy-square-gray .slide-buttons .buttons-inner a .number {
	margin-top: 2px;
	font-size: 8px;
	line-height: 10px;
	font-weight: bold;
	color: #FFF;
}


.glossy-square-gray .slide-buttons .buttons-inner a.over .number {
	color: #FFF;
}


.glossy-square-gray .slide-buttons .buttons-inner a.select .number {
	color: #FFF;
}


/* 
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/
.glossy-square-gray .slide-buttons .buttons-inner .thumbnail-wrapper {
	margin-bottom: 10px;
}

/* END OF SLIDE BUTTONS/BULLETS */


/* THUMBNAIL IMAGE */

.glossy-square-gray .thumbnail {
	background-color: #FFF;
	border: solid 3px #FFF;
	-moz-box-shadow: 0 0 10px #AAA;
	-webkit-box-shadow: 0 0 10px #AAA;
	box-shadow: 0 0 10px #AAA;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA');
}

/* END OF THUMBNAIL IMAGE */


/* THUMBNAIL SCROLLER */

.glossy-square-gray .thumbnail-scroller.horizontal {
	bottom: 0;
	left: 0;
	padding: 0 50px;
	margin-top: 0px;
	height:167px !important;
	width:933px !important;
	/*background-color: green;*/
	
}


.glossy-square-gray .thumbnail-scroller.horizontal.overlay {
	bottom: 80px;
	margin-top: 0;
}


.glossy-square-gray .thumbnail-scroller.vertical {
	right: 0;
	top: 0;
	padding: 50px 0;
	margin-left: 30px;
}


.glossy-square-gray .thumbnail-scroller.vertical.overlay {
	right: 80px;
	margin-left: 0;
}


.glossy-square-gray .thumbnail-scroller .thumbnail-wrapper {
	margin: 5px;
	padding: 4px;
	padding-top:15px;
}


.glossy-square-gray .thumbnail-scroller .thumbnail.over {
	border: solid 3px #FFF;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


.glossy-square-gray .thumbnail-scroller .thumbnail.select {
	border: solid 3px #FFF;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


/* THUMBNAIL CAPTION */

.glossy-square-gray .thumbnail .caption .background {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


.glossy-square-gray .thumbnail .caption .content {
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 2px 0;
	margin: 0;
}

/* END OF THUMBNAIL CAPTION */


/* THUMBNAIL SCROLLER ARROWS */

.glossy-square-gray .thumbnail-scroller .arrows a {
	/*background: url(/images/slider/glossy-square/gray/images/arrows_small.png) no-repeat;*/
	background: url(/images/slider/add/p_arrows.png) no-repeat;
	/*width: 22px;*/
	width: 30px;
	height: 30px;
}


.glossy-square-gray .thumbnail-scroller.vertical .arrows a {
	background: url(/images/slider/glossy-square/gray/images/arrows_v_small.png) no-repeat;
	width: 30px;
	height: 22px;
}


.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.previous {
	left: 0;
	background-position: 0 -30px;
}


.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.next {
	right: 0;
	/*background-position: -22px 0;*/
	background-position: -30px -30px;
}


.glossy-square-gray .thumbnail-scroller.vertical .arrows a.previous {
	top: 0;
}


.glossy-square-gray .thumbnail-scroller.vertical .arrows a.next {
	bottom: 0;
	background-position: 0 -22px;
}

/* END OF THUMBNAIL SCROLLER ARROWS */


/* THUMBNAIL SCROLLER BUTTONS */

.glossy-square-gray .thumbnail-scroller .buttons a {
	/*background: url(/images/slider/glossy-square/gray/images/buttons_small.png) no-repeat;*/
	background: url(/images/slider/add/i_radiobtn.png) no-repeat;
	background-position: 0 -16px; 
	/*width: 11px;
	height: 12px;*/
	width: 16px;
	height: 16px;
	margin: 2px;
	margin-top:7px;
}


.glossy-square-gray .thumbnail-scroller .buttons a.over {
	background-position: 0 0; 
	/*background-position: -11px 0; */
}


.glossy-square-gray .thumbnail-scroller .buttons a.select {
	background-position: 0 0; 
	/*background-position: -22px 0; */
}

/* END OF THUMBNAIL SCROLLER BUTTONS */


/* THUMBNAIL SCROLLER SCROLLBAR */

.glossy-square-gray .thumbnail-scroller.horizontal .scrollbar {
	margin-top: 30px;
}


.glossy-square-gray .thumbnail-scroller.vertical .scrollbar {
	margin-left: 30px;
}

/* END OF THUMBNAIL SCROLLER SCROLLBAR */

/* END OF THUMBNAIL SCROLLER */


/* TOOLTIP */

.tooltip {
	background-color: #DDD;
	margin-bottom: 20px;
	border: #EEE solid 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


.tooltip .content {
	color: #999;
	padding: 10px;
	margin: 0;
}

/* END OF TOOLTIP */

html, body {
	height: 100%;	
}


#responsive-slider {
	font-family: 'Open Sans', sans-serif;
}


#responsive-slider .layer a {
	color: #00F;
}


#responsive-slider .layer.black a {
	color: #FFF;
}


@media (max-width:480px) {
	#responsive-slider .slide-arrows {
		display: none;
	}
	
	#responsive-slider .layer {
		display: none;
	}
	
	#responsive-slider .thumbnail-scroller {
		display: none;
	}
	
	#responsive-slider .slider-main {
		height: 100% !important;
	}
}

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;
}