/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/images/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { background: url(/images/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/treeview/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/images/treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/images/treeview/treeview-red.gif); } 

.treeview-black li { background-image: url(/images/treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/images/treeview/treeview-black.gif); }  

.treeview-gray li { background-image: url(/images/treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/images/treeview/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/images/treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/images/treeview/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/images/treeview/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/images/treeview/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/images/treeview/file.gif) 0 0 no-repeat; }
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
/* 	margin: 0 auto 60px; */
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/* 	-moz-box-shadow: 0 0 5px #ccc; */
/* 	-webkit-box-shadow: 0 0 5px #ccc; */
/* 	box-shadow: 0 0 5px #ccc; */
/* 	border:  5px solid #fff; */
/* 	left: -5px; */
/* 	background: #fff; */
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bxslider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -40px;
	background: url(../images/sprite.png) no-repeat -160px -38px;
}

.bx-wrapper .bx-next {
	right: -40px;
	background: url(../images/sprite.png) no-repeat -160px 0;
}

.bx-wrapper .bx-prev:hover {
/* 	background-position: 0 0; */
}

.bx-wrapper .bx-next:hover {
/* 	background-position: -43px 0; */
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	outline: 0;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
/* 	background: url(images/controls.png) -86px -11px no-repeat; */
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
/* 	background: url(images/controls.png) -86px -44px no-repeat; */
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c7c7c7;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 42px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background-color: #fff;
/*   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4)); */
/*   background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); */
/*   background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); */
/*   background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); */
/*   background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); */
/*   background-clip: padding-box; */
/*   box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); */
  color: #9a9a9a;
  text-decoration: none;
  white-space: nowrap;
  line-height: 42px;
}
.chosen-container-single .chosen-default {
  color: #9a9a9a;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 18px;
  height: 23px;
/*   height: 100%; */
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../images/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family:   'Open Sans', Verdana, Arial, sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
/*   border: 1px solid #5897fb; */
/*   box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #c7c7c7;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;*/
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
/*   border: 1px solid #5897fb; */
/*   box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
 /* color: #111 !important;*/
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../images/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../images/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../images/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end *//* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_flat-blue_4ps,
.iradio_flat-blue_4ps {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(flat/blue_4ps.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-blue_4ps {
    background-position: 0 0;
}
    .icheckbox_flat-blue_4ps.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat-blue_4ps.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-blue_4ps.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-blue_4ps {
    background-position: -88px 0;
}
    .iradio_flat-blue_4ps.checked {
        background-position: -110px 0;
    }
    .iradio_flat-blue_4ps.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-blue_4ps.checked.disabled {
        background-position: -154px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-blue_4ps,
    .iradio_flat-blue_4ps {
        background-image: url(flat/blue_4ps@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	margin-bottom: 5px;
	float: left;
}
.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
    clear: left;
    margin-bottom: 5px;
    margin-top: 5px;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
	color: #2a5460;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('../images/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
.file_upload .up_sel{
	margin-top: 3px;
}
.up_sel label{
	font-size: 12px;
}
.file_upload label {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: middle;
    width: auto;
}/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	/* text-transform: uppercase; */
	width: 100%;
}
.uploadifive-button:hover {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;
	color: #2a5460;
}
.uploadifive-queue-item .close {
	background: url('../images/uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
.uploadifive-queue {
    clear: left;
    margin-bottom: 5px;
    margin-top: 5px;
}/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 2.5%;
/*   margin: 0 0 0 2.5%; */
}
.no_margin {
	margin-top: 0;
	margin-bottom: 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
    width: 91.45%;
}
.span_10_of_12 {
    width: 82.91%;
}

.span_9_of_12 {
    width: 74.37%;
}

.span_8_of_12 {
    width: 65.83%;
}

.span_7_of_12 {
    width: 57.29%;
}

.span_6_of_12 {
    width: 48.75%;
}

.span_5_of_12 {
    width: 40.20%;
}

.span_4_of_12 {
    width: 31.66%;
}

.span_3_of_12 {
    width: 23.12%;
}

.span_2_of_12 {
    width: 14.58%;
}

.span_1_of_12 {
    width: 6.041%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
  width: 100%; 
  }
}
a{
	text-decoration: none;
	color: #614e89;
}
* {padding:0; margin:0; outline: none;}
.left{float:left!important;}
.right{float:right!important;}
.none{float:none!important;}
.a_left{text-align:left!important;}
.a_center{text-align:center!important;}
.a_right{text-align:right!important;}
.italic {font-style: italic;}
.bold {font-weight: bold!important;}
.error {color: #FF0000;}
.no_margin_top { margin-top: 0 !important; }
.no_padding_top { padding-top: 0 !important; }
.color_blue { color: #002e5f !important; }
b, strong { font-weight: bold; }
em, i { font-style: italic; }
ul {
	padding-left: 20px;
}
h2{
	font-family: 'Source Sans Pro', Arial, sans-serif;
  margin: 0;
  margin-bottom: 2%;
  font-size: 50px;
  line-height: 44px;
  color: #614e89;
  font-weight: 300;
}
h2 a{
	color: #614e89;
}
h1{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	margin: 0;
	margin-bottom: 2%;
	font-size: 50px;
	line-height: 44px;
	color: #614e89;
	font-weight: 300;
}
h1 a{
	color: #614e89;
}
h3{
	color: #614e89;
	margin: 0;
	font-size: 27px;
	font-weight: 300;
	line-height: normal;
	font-family: 'Source Sans Pro', sans-serif;
}
body{
	background: #fff;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #666;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	line-height: 25px;
	width: 100%;
}
html{
	width: 100%;
	overflow:auto;
	height: 100%;
}
.wrap{
	margin: 0 10px 10px 10px;
}
.wrap_full {
	margin: 0 0 10px 0;
}
.site {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.art_site {
	width: 100%;
  max-width: 1114px;
  margin: 0 auto;
  padding: 4% 0;
}
.first_article .art_site {
	padding-top: 0;
}
.clr{
	clear: both;
}
.art_left_photo{
	float: left;
	display: inline;
	margin-right: 10%;
	margin-bottom: 2%;
	width: 45%;
}
.art_right_photo{
	float: right;
	display: inline;
	margin-left: 10%;
	margin-bottom: 2%;
	width: 45%;
}
.art_content{
	float: left;
	width: 100%;
}
.art_content a:hover{
	color:#281E0C;
}
.art_head{
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.art_type10 .art_head {
	text-align: center;
}
.art_spacer{
	float: left;
	width: 100%;
	height: 21px;
}
.art_coll_left{
	float: left;
	width: 45%;
}
.art_coll_right{
	float: right;
	width: 45%;
}
.art_col_1_of_3 {
  float: left;
  width: 30%;
  margin: 1% 0 1% 5%;
}
.art_col_1_of_3:FIRST-CHILD {
  margin-left: 0;
}
.art_thumb{
	width: 52px;
	margin-top: 1px;
	margin-left: 1px;
	float: left;
	cursor: pointer;
}
.first_thumb{
	margin-left: 0px;
}
.art_photos{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.art_photos li{
	display: none;
}
.art_photos li:FIRST-CHILD{
	display: block;
}
.art_photos li img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.art_main{
	display: block;
	width: 100%;
  max-width: 100%;
  height: auto;
}
.news_item{
	float: left;
	width: 31.66%;
	margin-left: 2.5%;
	margin-top: 9%;
}
.news_item:nth-child(3n+1){
	margin-left: 0;
}
.news_item h2 {
	color: #f39000;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 6%;
}
.news_item_first {

}
.news_date {
	color: #d8dce1;
	font-size: 14px;
	font-weight: 500;
}
.news_detail{
	width: 95%;
  max-width: 770px;
  margin: 0 auto;
}
.news_detail_intro {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 6%;
}
.news_foto{
	margin-bottom: 6%;
}
.news_list_foto {
	height: 140px;
}
.news_foto_first {
	float: right;
	width: 65.83%;
	margin: 0;
}
.news_foto_first img {
	width: 100%;
	height: auto;
}
.news_item_first .news_item_text{
	float: left;
	width: 31.66%;
	font-size: 20px;
	line-height: 32px;
}
.news_cont_detail{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.error,.text_error_2{
  color: #f00;
}
.text_error{
	border: 1px solid #FF0000;
}

input, textarea{
  font-family: 'Open Sans',Arial,sans-serif;
}
.read_more{
	float: right;
}
.search_list{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.search_list li{
	float: left;
	width: 100%;
}
.search_replace{
	font-weight: bold;
}
.search_list h3 {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}
.search_form {
  float: right;
  padding: 31px 61px 0 31px;
}
.search_submit {
  background: url('../images/sprite.png') no-repeat;
  background-position: 0px -157px;
  height: 21px;
  width: 21px;
  float: left;
}
.search_input_wrapper {
  float: left;
  width: 150px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-transition:  width 0.4s ease-in-out;
  -moz-transition:  width 0.4s ease-in-out;
  -ms-transition:  width 0.4s ease-in-out;
  -o-transition:  width 0.4s ease-in-out;
  transition:  width 0.4s ease-in-out;
}
.search_input_wrapper.closed {
  width: 0;
  margin: 0;
}
.search_input {
  background: #fff;
  width: 100%;
  height: 22px;
  border: 1px solid #788992;
  color: #788992;
  padding: 0 0 0 5px;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  float: left;
}

.input_form{
	background: #fff;
	width: 100%;
  height: 44px;
  border: 1px solid #c7c7c7;
  line-height: 1.8em;
  color: #9a9a9a;
  padding: 0 0 0 15px;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.sel_form{
	background: #fff;
  width: 100%;
  height: 44px;
  border: 1px solid #c7c7c7;
  line-height: 1.8em;
  color: #9a9a9a;
  padding: 0 0 0 15px;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.textarea_form{
	width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 1em;
  color: #9a9a9a;
  padding: 10px 0 0 15px;
  height: 108px;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  resize: none;
  display: block;
}
.input_form:focus, .textarea_form:focus {
	border-color: #614e89;
}
.content_gray .input_form,
.content_gray .sel_form,
.content_gray .textarea_form {
	border-color: #fff;
}
.button {
  background-color: #f15922;
  background-image: url('../images/button.jpg');
  background-repeat: repeat-x;
  background-position: left center;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 59px;
  line-height: 59px;
/*   min-width: 50px; */
  padding: 0 65px;
  text-align: center;
  text-transform: uppercase;
}
.button_transparent {
	padding: 0 50px;
	background: none;
	border: 2px solid #fff;
	height: 55px;
}
.button_small {
	height: 48px;
	padding: 0 50px;
	line-height: 48px;
	background-image: none;
}
.button_gray {
	background: #666 !important;
}
.button_blue {
	background: #002e5f !important;
}
.button_icon {
	padding-right: 50px;
	position: relative;
}
.button_icon_download {
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -9px;
	background: url('../images/sprite.png') no-repeat -64px -163px;
	height: 17px;
	width: 17px;
}

.text_error{
	border: 1px solid #FF0000 !important;
}

.menu_menu {
	padding-top: 24px;
	float: right;
}
.menu_menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_menu > ul > li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
  margin-left: 30px;
}
.menu_menu > ul > li:FIRST-CHILD {
	margin: 0;
}
.menu_menu a {
  font-size: 18px;
  padding: 5px 0;
  display: block;
  position: relative;
  z-index: 100;
  color: #788992;
}
.menu_menu a.menu_active,
.menu_menu a:HOVER,
.menu_menu a.over {
	border-bottom: 2px solid #f04623;
}
.menu_menu .sub_menu {
  background-color: #fff;
  display: none;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 3px 0;
  position: absolute;
  top: 57px;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  z-index: 99;
  min-width: 100%;
}
.menu_menu .sub_menu li{
  text-align: left;
  padding: 0 3px;
}
.menu_menu .sub_menu li:FIRST-CHILD{
  border: 0px;
}
.menu_menu .sub_menu li a{
  color: #686868;
  font-size: 12px;
  white-space: nowrap;
  display: block;
  padding: 0 7px;
}
.menu_menu .sub_menu li a:HOVER, .menu_menu .sub_menu li a.menu_active{
  color: #20519f;
  background: #eaeff6;
}


.hidden { display: none; }

.hidden_imp{
	display: none !important;
}

.ajax_form .col {
	margin-top: 0;
	margin-bottom: 0;
}
.ajax_form p,
.row {
	margin-bottom: 20px;
}

.overflow_hidden {
	overflow: hidden;
}

.home_head_article {
	height: 680px;
	min-height: 680px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.home_head_text {
	padding-top: 215px;
	padding-left: 110px;
}
.home_head_short {
	font-size: 27px;
	color: #333;
	line-height: normal;
	font-weight: 300;
}
.home_head_movie_link {
	color: #614e89;
	font-size: 27px;
	line-height: normal;
}
.home_head_button {
	margin-top: 90px;
}
.top_bar {
	position: absolute;
	left: 0;
	top: 0;
  height: 80px;
  width: 100%;
  z-index: 1000;
}
.fixed-nav .top_bar {
  position: fixed;
  background: #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(110, 128, 138, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(110, 128, 138, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(110, 128, 138, 0.75);
}

.fixed-nav .logo {
	position: absolute;
	left: 71px;
	top: 5px;
	height: 70px;
	width: 70px;
	background-position: -21px -157px;
}
.logo {
  position: absolute;
  left: 71px;
  top: 12px;
  background: url('../images/sprite.png') no-repeat 0 0;
  height: 157px;
  width: 159px;
}

.footer {
	background: #6e808a;
/* 	height: 370px; */
	margin-top: 10px;
	position: relative;
}
.footer_logo {
	position: absolute;
  left: 31px;
  top: 15px;
  background: url('../images/sprite.png') no-repeat -91px -157px;
  height: 120px;
  width: 120px;
}
.footer_wrap {
	margin: 0 23px 0 181px;
	padding: 33px 0;
}
.footer_columns {
	width: 100%;
	display: table;
}
.footer_column {
	display: table-cell;
	position: relative;
	color: #c1c4c5;
	font-size: 14px;
	vertical-align: top;
	padding: 20px 13px;
	line-height: 20px;
}
.footer_column_title {
	color: #fff;
  font-size: 18px;
  padding-bottom: 20px;
}
.fc_1_of_6 {
	width: 16.66%;
}
.fc_2_of_6 {
  width: 33.33%;
}
.fc_3_of_6 {
  width: 50%;
}
.fc_4_of_6 {
  width: 54.64%;
}
.fc_5_of_6 {
  width: 71.3%;
}
.fc_6_of_6 {
  width: 100%;
}
.footer_column a {
	color: #c1c4c5;
}
.footer_border {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #aab3b8;
}
.footer_bottom {
	color: #fff;
	font-size: 12px;
	padding: 33px 50px 40px 50px;
}
.footer_bottom a{
  color: #fff;
}

.home_functions_wrap {
	background: url('../images/home_func.jpg') no-repeat;
	height: 434px;
}
.home_functions {
	float: right;
	width: 100%;
	max-width: 850px;
	padding-top: 50px;
	text-align: center;
	font-size: 27px;
	font-weight: 300;
}
.home_functions_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.home_functions_list li {
	float: left;
	width: 20%;
}
.home_functions_image {
	padding: 30px 5px;
	text-align: center;
	position: relative;
}
.home_functions_image .functions_icon{
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.home_functions_image:hover .functions_icon{
	border: 2px solid #f04623;
  background: #f04623;
}
.hf_over {
	background: #f04623 url('../images/heart.png') no-repeat center center;
	position: absolute;
	top: 30px;
	width: 112px;
	height: 112px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 112px;
	left: 50%;
	margin-left: -56px;
	z-index: 2;
	-moz-border-radius: 56px;
  -webkit-border-radius: 56px;
  border-radius: 56px;
	display: none;
}
.home_functions_image:hover .hf_over{
  display: block;
}
.hf_line {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 30px;
	width: 0;
	border: 1px solid #614e89;
	z-index: 0;
}
.home_functions_image:hover .hf_line {
	border-color: #f04623;
}
.home_carousel_wrap {
  background: #e5e5e5;
  height: 546px;
  position: relative;
  overflow: hidden;
}

.home_carousel {
	margin: 0 0 0 38px;
	padding: 47px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 2097px;
}
.home_carousel .bx-pager {
	display: none;
}
.home_carousel_controls span{
	position: absolute;
  bottom: 34px;
  left: 50%;
  outline: 0;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  z-index: 999;
}
.home_carousel_controls a {
	display: block;
	height: 38px;
}
#home_carousel_prev {
	background: url(../images/sprite.png) no-repeat -160px -38px;
	margin-left: -73px;
}
#home_carousel_next {
	background: url(../images/sprite.png) no-repeat -160px 0;
	margin-left: 35px;
}
.home_carousel_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home_carousel_list li{
	background: #fff;
	padding: 10px;
	float: left;
	margin-right: 25px;
	width: 654px;
	height: 370px;
	overflow: hidden;
}
.home_carousel_image {
	float: left;
	width: 370px;
	height: 370px;
}
.home_carousel_text {
	margin-left: 370px;
	padding: 30px 15px 0 40px;
	font-size: 18px;
	color: #999;
}
.functions_articles {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
}
.first_article {
	padding-top: 215px;
}
.above_title {
	color: #999;
	font-size: 24px;
	line-height: normal;
	font-weight: 300;
}
.functions_icon {
  border: 2px solid #614e89;
  background: #fff;
  -moz-border-radius: 56px;
  -webkit-border-radius: 56px;
  border-radius: 56px;
}
.functions_item {
	float: left;
	width: 20%;
	margin-bottom: 50px;
}
.functions_image {
	text-align: center;
	margin-bottom: 35px;
}
.functions_title {
	color: #614e89;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.functions_text {
	padding: 0 15%;
	text-align: justify;
	border-left: 1px solid #bab1cb;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    width: 100%;
/*     max-width: 640px; */
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.art_gray {
	background-color: #f9f9f9;
}
.art_purple {
  background-color: #614e89;
  color: #fff;
}
.art_orange {
	background-color: #f04623;
  color: #fff;
}
.art_bg {
	background-repeat: no-repeat;
/* 	background-size: cover; */
}
.art_bg_left {
	background-position: left top;
}
.art_bg_center {
  background-position: center center;
}
.art_bg_right {
  background-position: right top;
}
.prices_col {
	float: left;
	width: 25%;
	position: relative;
}

.prices_item {
	margin: 0 10px;
	padding: 60px 10px 10px 10px;
}
.most_purchased .prices_item {
	background: #f15922;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.prices_price_wrap {
	background: #fff;
	display: table;
	height: 130px;
	width: 100%;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.most_purchased .prices_price_wrap {
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.prices_price {
	color: #614e89;
	font-size: 86px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.prices_price.gratis {
	font-size: 39px;
}
.prices_price span {
	font-size: 39px;
	line-height: 0;
	vertical-align: top;
}
.prices_name {
	font-size: 36px;
	text-align: center;
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.prices_name span {
	font-size: 21px;
}
.prices_text {
	margin: 0 auto;
	width: 95%;
	max-width: 180px;
}
.prices_buy {
	text-align: center;
	margin-top: 20px;
}
.prices_most {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.file_list{
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  clear: left;
}
.file_list li{
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  position: relative;
}
.file_list li:FIRST-CHILD{
  margin-left: 0px;
}
.file_list li .del_file{
  cursor: pointer;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 10px;
}
.file_upload .up_sel{
  margin-top: 3px;
}
.uploadify-queue {
    clear: left;
    margin-bottom: 5px;
}
.uploadify {
    float: left;
    margin-bottom: 5px;
}
.upload_button {
  background-image: none !important;
  background-color: #f15922 !important;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    text-shadow: none;
    width: auto !important;
}
.upload_button:HOVER {
  background-image: none !important;
  background-color: #f15922 !important;
}
.upload5_button{
  background-color: #f15922 !important;
    background-image: none !important;
    border: 0 none;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    text-shadow: none;
    cursor: pointer;
    width: auto !important;
}
.upload5_button input[type="file"]{
  cursor: pointer;
}

/*PROFILE*/
.wrap{
	margin: 0px 0px 0px 0px;
}

.profile-frame {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	min-height: 1000px;
	background-color: #f9f9f9;
	text-align: center;
	padding-top: 24px;
}

.profile-card {
	display: block;
	margin-left: 0px!important;
	margin-bottom: 24px!important;

	width: 720px;

	background: #fff;
	border-radius: 2px;
	min-height: 300px;
	padding: 24px;
	padding-top: 45px;

	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.profile-card:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.profile-card h3 {
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	color: rgba(0,0,0,0.54);
	text-transform: capitalize;
}

.profile-group {
	  position: relative;
	  margin-bottom: 45px;
}


.profile-group input {
	font-family: 'Roboto', sans-serif;
  font-size:18px;
  color: rgba(0,0,0,0.87);
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid rgba(0,0,0,0.16);
  background: none;
}

.profile-group input:focus {
	outline:none;
}

.profile-group label {
	font-family: 'Roboto', sans-serif;
	color: rgba(0,0,0,0.54);
	font-size:18px;
	font-weight:normal;
	position:absolute;
	pointer-events:none;
	text-transform: capitalize;
	left:5px;
	top:10px;
	transition:0.2s ease all;
	-moz-transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}

.profile-group input:focus ~ label,
.profile-group input:valid ~ label, 
.profile-group input.readonly ~ label{
	top:-20px;
	font-size:14px;
	color:#f15a22;
}

.profile-group .bar {
	position:relative;
	display:block;
	width:315px;
}

.profile-group .bar:before, .profile-group .bar:after {
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background:#f15a22;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

.profile-group .bar:before {
  left:50%;
}

.profile-group .bar:after {
  right:50%;
}

.profile-group input:focus ~ .bar:before,
.profile-group input:focus ~ .bar:after {
  width:50%;
}

.profile-group .highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

.profile-group input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
	from { background:#f15a22; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#f15a22; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#f15a22; }
  to 	{ width:0; background:transparent; }
}

.profile-group .error-input {
    float:left;
    color: #d50000;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:normal;
    padding-left: 5px;
    padding-top: 2px;
}

.profile-group .error-input::first-letter{
		text-transform: capitalize;
}

.profile-group-buttons {
    text-align: right;
}

.profile-group-buttons .flat-button {
	background: none;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	color:#f15a22;
	padding: 0px 8px 0 8px;
	margin: 8px;
	height: 36px;
	min-width: 150px;
	border: none;
	outline: none;
}

.profile-group-buttons .flat-button:first-child:hover {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.12);
}

.profile-group-buttons .flat-button:last-child:hover {
	border-radius: 2px;
	background: rgba(241, 90, 34, 0.12);
}

.profile-group-buttons .flat-button:first-child:active {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.25);
}

.profile-group-buttons .flat-button:last-child:active {
	border-radius: 2px;
	background: rgba(241, 90, 34, 0.25);
}

.profile-password-success {
	display: none;
}

.profile-button-raised {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    color:#fff;
    padding: 0px 16px 0 16px;
    margin: 6px 0px 6px 0px;
    height: 36px;
    min-width: 150px;
    border-radius: 2px;
    border: none;
    outline: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.profile-button-raised:active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}

.profile-button-raised:hover {
    opacity: 0.8;
}

#ps-rs {
	background-color: #f15a22;
}

/*START - Membership*/

#mb_bt_ap {
	background-color: #fafafa;
	color: rgba(0,0,0,0.54);
	font-weight: bold;
	margin-right: 8px;
}
#mb_bt_pu {
  background-color: #2196f3;
}

#error-input-price {
	color: #5264AE;
}

/*END - Membership*/

.pfg_area{
	text-align: left;
}
.pfg_title{
	font-size: 24px;
}
.pfg_content{
	font-size: 20px;
	margin-top: 20px;	
}.mobile_menu_trigger{
  display: none;
}
@media only screen and (min-width: 641px) {
	.prices_col:nth-child(4n+1){ clear: both; }
	.functions_item:nth-child(5n+1){ clear: both; }
  .functions_item:nth-child(5n+1) .functions_text{ border: none; }
}
@media only screen and (max-width: 640px) {
  .show { display: block !important; }
	.hide_640 { display: none; }
   h1, h2 { font-size: 30px; }
	.mobile_menu_trigger {
	  display: block;
	  background: url('../images/sprite.png') no-repeat -160px -76px;
	  position: absolute;
	  top: 25px;
	  right: 10px;
	  height: 29px;
	  width: 34px;
	}
	.top_bar {
	  background: #fff;
	  -webkit-box-shadow: 0px 0px 2px 0px rgba(110, 128, 138, 0.75);
	  -moz-box-shadow:    0px 0px 2px 0px rgba(110, 128, 138, 0.75);
	  box-shadow:         0px 0px 2px 0px rgba(110, 128, 138, 0.75);
	}
	.fixed-nav .top_bar {
	  position: absolute;
	}
	.logo {
	  position: absolute;
	  left: 10px;
	  top: 5px;
	  height: 70px;
	  width: 70px;
	  background-position: -21px -157px;
	}
	.search_form {display: none;}
	.menu_menu {
	  float: none;
	  position: absolute;
	  top: 80px;
	  left: 0;
	  right: 0;
	  background: #f9f9f9;
	  padding: 0;
	  display: none;
	}
	.menu_menu >ul> li {
	  float: none;
	  width: 100%;
	  margin-left: 0;
	}
	.menu_menu a {
	 display: block;
	 padding: 5px 20px;
	 border-bottom: 2px solid #6e808a;
	}
	.footer_wrap {
	  margin: 0 10px;
	  padding: 130px 0 10px 0;
	}
	.footer_logo {
	  left: 50%;
	  margin-left: -60px;
	  top: 5px;
	}
	.footer_bottom {
	  padding: 10px;
	  text-align: center;
	}
	.footer_columns {
	  display: block;
	}
	.footer_column {
	  display: block;
	  padding: 10px 0;
	  width: 100% !important;
	}
	.footer_border {
	  border-left: none;
	  border-top: 1px solid #aab3b8;
	  left: 0;
	  top: 0; 
	  right: 0;
	  bottom: auto;
	}
	.home_head_article {
	  height: auto;
	  min-height: auto;
	}
	.home_head_text {
	  padding: 100px 10px 10px 10px;
	}
	.home_head_button { margin-top: 50px;	} 
	.home_head_short { font-size: 16px;	}
	.button {
	  padding: 0 10px;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	}
	.first_article {
	  padding-top: 90px;
	}
	.above_title { font-size: 17px; }
	.wrap_full .art_site {
	  width: auto;
	  margin: 0 10px;
	}
	.art_bg { background-image: none !important; }
	
	.art_col_1_of_3,
  .art_coll_left,
  .art_coll_right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .prices_col { 
    width: 48%;
    margin: 2% 1%; 
  }
  .prices_col:nth-child(2n+1){ clear: both; }
  .functions_item {
    width: 30%;
    margin: 2% 1.5%;
  }
  .functions_item:nth-child(3n+1){ clear: both; }
  .functions_item:nth-child(3n+1) .functions_text{ border: none; }
  .art_content img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
	
}