
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400&subset=latin,cyrillic);

/* ---------------------------------------------

* Filename:     style.css
* Version:      1.0.0 (2014-10-14)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Dev Team
                info@zymphonies.com

-----------------------------------------------*/

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

html, body {
  width:100%;
  height:100%;
}
* html .clear {
  height:1%;
}

body {
  /*line-height: 140%; */
  color: #3b354d;
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
  /* background: url(../images/body_bg.gif) #fff; */
}

a {
  color: #e07457;
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
  color: #9B0C0C;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom:6px;
  color: #2F353E;
}

h1 {
  font-size:22px;
}

h2 {
  font-size:18px;
}

h3 {
  font-size:16px;
}

h4 {
  font-size:14px;
}

p {
  margin-bottom:15px;
  color: #3b354d;
  text-align: justify;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  background: #2E3D4A;
  border-right: 1px solid #c8c7c7;
  color: #fff;
  padding: 5px;
  font-weight: bold;
}

td {
  background: #FFF;
  color: #747474;
  text-align: left;
  padding: 5px;
  border: 1px solid #DBDBDB;
}
.view-patenting-registry th.views-field-title,
.view-patenting-registry th.views-field-field-rightholder,
.view-patenting-registry td.views-field-title,
.view-patenting-registry td.views-field-field-rightholder {
  word-break: break-all;
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:25px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr, acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite, em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after, q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup, sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img, video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

b{ font-weight: bold; color: #333; }

aside header{ text-align: center; }

#site-description{ font-size: 13px; margin: 5px 0; }

.front #header-top {
    clear: both;
    position: absolute;
    z-index: 9;
    width: 100%;
    background: #3b354d;
}
.not-front #header-top {
    clear: both;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 161px;
    background: url(../images/topbg.png) repeat;
}
.headerwrap {
    max-width: 1024px;
    margin: 0px auto;
}
.top_left {
    float: left;
}

#site-title {
    display: none;
}

.page-wrap {
    margin: 0 auto;
}

@media screen and (max-width: 960px) {

    .menu-wrap #main-menu .nav-toggle {display:block;}

    body.not-front #content,
    body.not-front #sidebar{
        width: 100%;
        float: none;
        padding: 15px;
    }
    .front #content{ display: none; }
    .custom_theme_wrap{ padding: 30px 0; }
    .menu-navigation-container{ box-shadow: none; }
    .menu-wrap{
        background: none;
        border: 0;
        box-shadow: none;
        width: 100%;
    }
    .top_left{ width: 100%; text-align: center; margin: 20px 0; }
    .top_right{ width: 100%; }
    .region-search{ display: none; } /*TEMP*/
    .menu-wrap #main-menu ul { display:none; }
    .menu-wrap #main-menu li ul { position:static; border: 0; }
    .menu-wrap #main-menu li ul ul { margin:0 !important; border: 0; }
    .menu-wrap #main-menu ul,
    .menu-wrap #main-menu li { width:100%; }
    .menu-wrap #main-menu{ border:0; margin: 0 10px 10px 10px; }
    .menu-wrap #main-menu a {
        padding: 8px 15px;
        color: #333;
        background: #F2F2F2;
        border-bottom: 1px solid #E2E2E2;
    }

    .menu-wrap #main-menu li:hover > a,
    .menu-wrap #main-menu li a.active{
        color: #fff;
        text-decoration: none;
        background-color: #00A9EB;
    }

    .menu-wrap #main-menu li li a,
    .not-front .menu-wrap #main-menu li li a {
        background: #F7F7F7;
        color: #777;
        border-top: 0;
        padding: 8px 15px 8px 35px;
    }
    .menu-wrap #main-menu li:hover > ul,
    .menu-wrap #main-menu li li:hover > ul,
    .menu-wrap #main-menu li li li:hover > ul {
        display:none;
    }
    .drop-down-toggle { display:block; }
    .menu-wrap #main-menu li.expanded > a,
    .menu-wrap #main-menu li.expanded li.expanded > a{
        background-image: none;
        padding-right: 0;
    }
    .menu-wrap #main-menu .nav-toggle,
    .menu-wrap #main-menu .nav-toggle:hover {
        display: block;
        font-size: 15px;
        background: url(../images/mobile-menu.png) #1C9DE5 right 10px no-repeat;
        color: white;
        border: 1px solid #1390D6;
        padding: 10px;
        border-radius: 4px;
    }
    .menu-wrap #main-menu .expandedmobilemenu{background: url(../images/mobile-menu.png) #1C9DE5 right -19px no-repeat;}
    #sidebar .block{ margin: 0; }
    #sidebar .block-webform{margin: 10px 0;}
    #footer .footer_credit {padding: 10px;}
    .front #post-content {margin: 0;}
    .region-banner{ display: none; }
    #header{ position: inherit; }
    .not-front #header{ margin: 0; }
    #logo, #name-and-slogan{ float: none; }

}


.not-front .page-wrap {
	background: url(../images/hand.png) no-repeat center top;
	-moz-background-size:100% 269px;
	-o-background-size:100% 269px;
	-webkit-background-size:100% 269px;
	-khtml-background-size:100% 269px;
	background-size:100% 269px;
}
.page-wrap.err {
	background: #fbedea;
	position: relative;
	min-height: inherit;
}
.page-wrap.err #logo img {
	background: #fbedea;
	padding: 0 5px;
}
.page-wrap.err #header-top {
	border-bottom: 6px solid #797586;
	width: 100%;
	clear: none;
	position: relative;
	z-index: 9;
	margin-bottom: 130px;
	background: none;
	height: 50px;
}
.errors .page-title {
    font-size: 42px;
    font-weight: bold;
    margin: 30px 0 20px;
    text-align: center;
    color: #8F82B6;
}
.err .namess {
	font-size: 520px;
	text-align: center;
	color: #e6dbd9;
	font-weight: bold;
	letter-spacing: -20px;
	line-height: 398px;
}
body.sidebar-first .errors #content {
	width: 100%;
	text-align: center;
	color: #FFF6D5;
	font-size: 18px;
	float: none;
	display: block;
}
.errors .buuttoms {
    text-align: center;
    display: table;
    width: 30%;
    border-collapse: separate;
    border-spacing: 7px;
    margin: 10px auto;
}
.errors .buuttoms a {
    font-size: 16px;
    padding: 6px 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #E07457;
    letter-spacing: 0.5px;
    display: table-cell;
    width: 100%;
    color: #FFF6D5;
}
body.sidebar-first .errors #content ul li a:hover{
	background: #C94E2D;
}
body.sidebar-first .errors .content-sidebar-wrap {
    width: 100%;
    margin: 20px 0 40px;
}
.page-wrap.err #page-wrap {
    max-width: 1024px;
    margin: 0px auto;
    overflow: inherit;
    padding: 0px;
}
.not-front #topic {
	background: url(../images/bottombg.png) repeat;
	height:108px;
}
#topic {
	background: url(../images/bottombg.png) repeat;
}
#topic .topmidd {
	max-width: 1024px;
	margin: 0px auto;
}
.no-sidebars #topic .topmidd .tabs-wrapper {
    margin-left: 0;
}
#topic .topmidd .tabs-wrapper {
	margin-left: 27%;
    border-bottom: 1px solid #B7B7B7;
    margin: 0px 0px 5px;
}
.no-sidebars #topic .topmidd .page-title {
    margin-left: 0;
}
#topic .topmidd .tabs-wrapper {
    margin-left: 27%;
}
.no-sidebars #topic .topmidd .tabs-wrapper {
    margin-left: 0;
}
#topic .topmidd .page-title {
    margin-left: 27%;
    font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color:#3B354D;
}
.no-sidebars #topic .topmidd #breadcrumbs {
    margin-left: 0;
}
#topic .topmidd #breadcrumbs {
    margin-left: 27%;
}
#topic .topmidd #breadcrumbs .breadcrumb {
    border: 0;
	margin: 0;
	padding: 0;
	color:#3B354D;
}
#topic .topmidd #breadcrumbs .breadcrumb a {
	color:#3B354D;
}
#block-search-form div.contextual-links-wrapper {
    position: absolute;
    right: -25px;
    top: -8px;
    z-index: 999;
}

#content .content h6 {
	padding: 8px 20px;
	background: #3B354D;
	color: #FFF;
	text-transform: uppercase;
	margin: 5px -20px;
	font-weight: 700;
}
#content .content h5 {
	border-bottom:2px solid #3B354D;
	text-transform: uppercase;
}
#content .content ul {
    list-style: none;
    margin-left: 0;
}
#content .content ul li{
    list-style-type: none; /* Прячем исходные маркеры */
}
#content .content ul li:before {
	color: #EA7854;
	content: "\025A0";
	padding-right: 15px;
	margin-left: 12px;
}
#content .content table p {margin:0;}

/* цвета ячеек в таблицах */
#content .content table {
   -moz-binding: url(bindings.xml#table);
}
#content .content table tr{
   behavior: url(stripy.htc);
   -moz-binding: url(bindings.xml#stripy.htc);
   background-image: url("javascript:function makeStripy(tabClass){var tabs=document.getElementsByTagName('table');for (var e=0;e<tabs.length;e++) if (tabs[e].className==tabClass){var rows=tabs[e].getElementsByTagName('tr');for (var i=0;i<rows.length;i++) rows[i].className+=((i % 2)==0?' oddrows':' evenrows');}} if(window.opera) makeStripy('stripy');");
}
#content .content table tr td:nth-child(2n+1){background:#EAEAEA;}
#content .content table tr:nth-child(2n+1){background:#EAEAEA;}
#content .content table tr:nth-child(2n){background:#D7D7D7;}
#content .content table .oddrows{background:#EAEAEA;}
#content .content table .evenrows{background:#D7D7D7;}
#content .content table tr td {
    background: none;
    color: #747474;
    text-align: left;
    padding: 2px;
    border: 1px solid #9B9B9B;
}
/* ------ */

#redline .content {
	background:#E07457;
    color: #fff;
    text-align: center;
	padding: 24px 0px;
	font-size: 24px;
}

/*Main Menu*/

#main-menu a.nav-toggle {display:none;}
.menu_wrapper{ width: 100%; }

.menu-wrap {
    position: relative;
    float: right;
    width: 100%;
}

#main-menu { position: relative; }

#main-menu ul {
	margin:0;
	list-style:none;
	display:block;
	display: table;
	width: 100%;
}

#main-menu li {
  position: relative;
  display: table-cell;
  zoom: 1;
  vertical-align: top;
}

#main-menu a {
  padding: 21px 9px;
  display: block;
  text-decoration: none;
  color: #fbf7d1;
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
  line-height: 100%;
  text-transform: uppercase;
}

#main-menu li a.active{ color: #e07457; }

#main-menu li:hover >a{ color: #e07457; }

#main-menu li li.expanded >a{ padding-right: 20px; background: url(../images/arrow.png) #2B253C no-repeat right; }

#main-menu ul li:first-child { padding-left:0; }

ul.menu{ padding: 0; margin: 5px 0 5px 0; }

.drop-down-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  width: 35px;
  height: 35px;
}

.drop-down-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 11px 0 0 11px;
  border-top: 10px solid #FFF;
  border-left: rgba(0, 0, 0, 0) 10px solid;
  border-right: rgba(0, 0, 0, 0) 10px solid;
}

#main-menu li li {
  float:none;
  min-width:168px;
  padding:0;
  margin:0;
  position: relative;
}

#main-menu li ul ul{
  left: 100% !important;
  top: 15px;
}

#main-menu li li a {
  background: #3b354d;
  min-width: 250px;
  margin: 0;
  border-top: 1px solid #2B253C;
  text-align: left;
  overflow: hidden;
  padding: 12px 20px 12px 10px;
  border-radius: 0;
  color: #FFF;
  border-width: 1px 0 0 0;
 white-space: pre;                       /* CSS2 */
 white-space: pre-wrap;                  /* CSS 2.1 */
 white-space: pre-line;                  /* CSS 2.1/3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla */
 white-space: -hp-pre-wrap;              /* HP printers */
 white-space: -o-pre-wrap;               /* Opera 7 */
 white-space: -pre-wrap;                 /* Opera 4-6 */
 word-wrap: break-word;
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  padding:0;
  margin:0;
  overflow: visible !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:table;
}

#main-menu ul li.leaf,
#main-menu ul li.expanded,
#main-menu ul li.collapsed {
  list-style:none;
}

#main-menu ul.menu li li{
  border: 0;
  margin: 0;
  display: block;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}
#prefoo {
	max-width: 1024px;
	margin: 0px auto;
}
#prefoo .menu_footer {
	float:left;
	width:80%;
	padding:20px 60px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#prefoo .desc_footer {
	float:left;
	width:20%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#prefoo .desc_footer h2 {
	margin: 10px 0px 0;
	overflow: hidden;
	text-align: left;
	border: 0;
	color: #FFF;
	box-shadow: none;
	font-weight: 700;
}
#prefoo .menu_footer {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#prefoo .menu_footer ul li {
    background: none;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    text-align: left;
}
#prefoo .menu_footer ul li a {
	color: #AAA;
}
#prefoo .menu_footer ul li a:hover,
#prefoo .menu_footer ul li a.active {
	color: #E07457;
}
#container {
  clear: both;
  overflow: hidden;
}

.container-wrap{
  max-width: 1024px;
  margin: 0px auto;
  overflow: hidden;
}

.region ul.menu li,
.region ul.links li,
.region .item-list ul li {
  background: url("../images/marker.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 0 0 0 15px;
  text-align: left;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 10px;
  float:right;
  width:100%;
}
.front .content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 0;
  float:right;
  width:100%;
}

#sidebar-first { float: left; }
#sidebar-first .region-sidebar-first {width:200px;}
#sidebar-second { float: right; }

#block-views-exp-ajax-search-page .views-exposed-form .views-exposed-widget.views-submit-button {
	display:none;
}
#block-views-exp-ajax-search-page input.form-autocomplete {
	padding: 6px;
	width:186px;
}

aside .block{
  padding: 10px 0;
}

aside #user-login-form input.form-text{
  width: 90%;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:79%;
}

body.two-sidebars #content {
  width:73%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 73%;
}

body.sidebar-first #sidebar-first {
  width: 24%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 75%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 22%;
}

.breadcrumb {
	height:40px;
	line-height:40px;
	overflow: hidden;
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.node h2.title a{
  color: #000;
}

.block {
  margin-bottom: 2%;
}

.block:last-child{
  margin: 0;
}

.block > h2{
  margin: 10px 0;
  padding: 10px 0;
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid #C0C0C0;
  box-shadow: 0px 1px 0px #FAFAFA;
}

/*---------------------------
    Nivo Slider
----------------------------*/

.theme-default .nivo-caption p,
.theme-default .nivo-caption h3,
.theme-default .nivo-caption h2,
.theme-default .nivo-caption h1{
  font-family: 'Open Sans', sans-serif;
  color: #fff6d5;
}

.theme-default .nivo-controlNav{
  padding: 5px 0 0 0;
}


#footer-area ul.menu li a.active{
  color:#ddd;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
}

ul.links {
  margin:0;
}

/*------------------------------------------
    Fix CKEditor style
-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*------------------------------------------
    Poll, Buttons, Form
-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 6px;
}

/*------------------------------------------
    Menus and item lists
-------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

/*------------------------------------------
    Admin Tabs
-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.primary li{
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*---------------------------
    Tabs and Tags
----------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(../images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*---------------------------
    Profile
----------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*---------------------------
    Navigation
----------------------------*/

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*---------------------------
    Forum
----------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(../images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/*---------------------------
    Form Elements
----------------------------*/

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
}

fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item {
    margin-bottom: 1em;
    margin-top: 2px;
}
.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
.form-actions .form-submit{ margin-right: 3px; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }


/*---------------------------
    Form Buttons
----------------------------*/

button,
body a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
  color: #FFF;
  border: 0;
  line-height: 100%;
  padding: 8px 26px;
  background: #3B354D;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 2px;
  box-shadow: 0pt 2px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
button:hover,
body a.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #534B6C;
}

a.btn{
	display: inline-block;
	line-height: 100%;
	*display: inline;
	*zoom: 1;
}

a.read_more{
  background: #00AC00;
  padding: 5px 9px;
  text-decoration: none;
  margin: 10px 0;
  border: 0 !important;
}

a.read_more:hover{ background: green; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.top_right .region-search{ float: right; margin: 5px 0px; }

#block-search-form .content {margin-top: 0px;}

.block-search input.form-submit {
    background: url(../images/sprite.png) no-repeat scroll 0px 3px;
    overflow: hidden;
    padding: 0px;
    text-indent: -9999px;
    width: 23px;
    height: 30px;
    font-size: 0px;
    text-transform: uppercase;
    border: 0px none;
    margin: 0px;
    vertical-align: top;
    transition: all 0.5s ease 0s;
    box-shadow: none;
}
.block-search input.form-text {
	border-radius: 3px 0 0 3px;
	border-right: 0;
	float: left;
	font-size: 17px;
	margin-right: 0px;
	padding: 5px;
	width: 140px;
	border: 0;
	margin: 0;
	transition: all .5s ease;
}
.region-search .form-text{
	display: none;
}
.block-search input.form-submit:focus,
.block-search input.form-text:focus{
	outline: none;
}
.block-search input.searchbtnhvr{
	background: url(../images/sprite.png) #fff -20px 3px no-repeat;
	border-radius: 0 3px 3px 0;
}

#search-form .form-item-keys label {
	display: block;
}
ol.search-results {
	padding-left: 0;
	margin: 0;
}
.search-results li {
	border-bottom: 1px solid #d3d7d9;
	margin-bottom: 0.5em;
	padding-bottom: 0.4285em;
}
.search-results li:last-child {
	border-bottom: none;
	margin-bottom: 1em;
	padding-bottom: none;
}
.search-results .search-snippet-info {
	padding-left: 0;
}

.top_right .region-user-menu ul.menu { float: right; }

.search_block{ margin: 9px 0; overflow: hidden; }

.top_right .region-user-menu{
	float: right;
    margin: 6px 20px 5px 10px;
    border-left: 1px dotted #fff8d3;
    padding: 3px 0 0 10px;
}

.top_right ul.menu li a.active{ color: #e07457; }

.page-wrap {
	min-height: 100%;
    height: auto !important;
}

.page-wrap #page-wrap{
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 54px;
}
.front .page-wrap #page-wrap{
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
#footer {
  margin: 0 auto;
}
.front #footer {
    margin: 0px auto 0px;
}

#footer_wrapper{
  max-width: 1024px;
  margin: 0px auto;
}

.footer_credit{
  padding: 10px 0 0 0;
  background: #3b354d;
}

.footer_credit p{ color: #aaa; }

#footer-area .column {
  float: left;
  width: 24.2%;
  margin: 0 0 0% 1%;
  padding: 1%;
}

#footer-area .column:first-child {
  margin-left:0;
}

#copyright {
  clear:both;
  padding:10px 0px;
  border-top: 2px solid #AAA;
  max-width: 1024px;
  margin: 0 auto;
}

.copyright {
  float:left;
}

.credits {
  float:right;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_inner_credit{
  margin: 10px auto;
}

/*---------------------------
    Social Icons
----------------------------*/

.social-icons{
  text-align: right;
}

.social-icons ul{ margin: 0; }

.social-icons li{
  display: inline-block;
}

.social-icons li a {
  width: 26px;
  color: #fff;
  padding: 4px 7px;
  overflow: hidden;
  border-radius: 50%;
}

.social-icons li a:hover{
  background: #fff;
  color: #000;
}

/*---------------------------
    User Menu
----------------------------*/

.region-user-menu h2{ display: none; }

.region-user-menu ul li{
  display: inline-block;
  background: none;
  padding: 0 10px;
  line-height: 100%;
}

.region-user-menu ul li.last {
  border: 0;
  padding-right: 0;
}

/*---------------------------
    Footer
----------------------------*/

.footer_block{ clear: both; }

#footer .block > h2{ padding: 10px 0; }

.bottom_widget #footer-area .column{ width: 32.5%; }

.top_widget #footer-area .column{ width: 49.5%; }

.page-blog article{
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 20px;
}

.page-blog article footer{
  padding: 10px 15px;
  border: 1px solid #E7E7E7;
}

.field-name-field-tag{
  margin: 20px 0;
  overflow: hidden;
}

.field-name-field-tag .field-item{
  display: inline-block;
}

.field-name-field-tag .field-item a{
  display: block;
  background: #5183AF;
  color: #FFF;
  padding: 4px 8px;
  margin: 2px;
  border-radius: 3px;
}

.user-menu-wrapper{
    margin: 25px 0 0;
    float: right;
}

.user-menu-wrapper ul.menu{
  text-align: right;
  margin: 0;
  float: right;
}

.user-menu-wrapper ul.menu li{
  margin: 0;
  padding: 0;
  border-color: #FBF7D1;
  float: left;
  background: none;
}

.user-menu-wrapper ul.menu li a{
  display: block;
  padding: 2px 13px;
  color: #FBF7D1;
  font-size: 12px;
}

.user-menu-wrapper ul.menu li a:hover{
  text-decoration: underline;
}

.full-wrap{ max-width: 1024px; margin: 0 auto; }

#footer .column li{
  display: block;
  border-bottom: 1px solid #C0C0C0;
  box-shadow: 0px 1px 0px #FAFAFA;
}

#footer .column li a{
  padding: 6px 0;
  display: block;
}

#footer .column li:last-child{
  border: 0;
  box-shadow: none;
}

#footer ul{
  margin: 0;
}

.feature{
  text-align: center;
}

.feature .fa{
  padding: 26px;
  font-size: 58px;
  margin: 0 auto;
  border-radius: 50%;
  width: 110px;
  text-align: center;
  height: 110px;
  margin: 3% 0;
}

#user-login,
#user-pass,
.page-user-register #block-system-main .content form {
  max-width: 70%;
  margin: 2% auto;
  padding: 2% 3%;
}
.page-user-register #block-system-main .content form legend {display: none;}
.page-user-register #block-system-main .content form fieldset .fieldset-wrapper {padding: 0;margin:0;}
.page-user-register #block-system-main .content form fieldset {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    position: inherit;
}

#user-login input.form-text,
#user-pass input.form-text,
.page-user-register input.form-text,
#user-login textarea.form-textarea,
#user-pass textarea.form-textarea,
.page-user-register textarea.form-textarea,
#user-login select.form-select,
#user-pass select.form-select,
.page-user-register select.form-select {
    border: 1px solid #ccc;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-user-register .hierarchical-select-wrapper .hierarchical-select .selects {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-user-register .hierarchical-select-wrapper .hierarchical-select .selects .grippie {
    display:none;
}
.page-user-register .tabledrag-toggle-weight-wrapper {
    display:none;
}
.page-user-register table.field-multiple-table {
	background: none;
    border: 0;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-user-register table.field-multiple-table .link-field-column {
    float: left;
    width: 50%;
}
.page-user-register table.field-multiple-table tr {
	background: none !important;
    border: 0;
	padding: 0;
    margin: 0;
}
.page-user-register table.field-multiple-table th {
	padding: 0;
    margin: 0;
    background: none;
    border: 0;
    color: #3b354d;
    font-weight: normal;
}
.page-user-register #content .content table.field-multiple-table tr td {
    background: none;
    text-align: left;
    padding: 2px;
    border: 0;
    width: auto;
}
.page-user-register #content .content table.field-multiple-table a.tabledrag-handle {
    padding: 0;
    margin: 0;
    height: auto;
    overflow: inherit;
    float: none;
}
.page-user-register #content .content table.field-multiple-table a.tabledrag-handle .handle {
    background-position: 0 0;
    height: 13px;
    margin: 0;
    padding: 0;
    width: 13px;
}
.page-user-register #content .content table.field-multiple-table a.tabledrag-handle-hover .handle {
    background-position: 0 0;
}
.page-user-register #content .content table.field-multiple-table input.form-text {
    border: 1px solid #ccc;
    margin:0 0 0 2%;
    width: 98%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#user-login .form-item .description,
#user-pass .form-item .description,
.page-user-register .form-item .description {
    display:none;
}
.page-user-register #step-step-legal {
    position:relative;
}
.page-user-register #step-step-legal .form-item .description {
    display:block;
}
.page-user-register #step-step-account-information-3 input.field-add-more-submit {
    border: 0;
    line-height: 100%;
    padding: 15px;
	background: #3B354D url(../images/plus.png) no-repeat 50% 50%;
    display: block;
    box-shadow: 0pt 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 0;
    float: right;
    margin-right: -35px;
    margin-top: -52px;
}
.page-user-register #step-step-account-information-3 .field-name-field-links-personal-website .clearfix {
    width:100%;
    float: left;
    margin-bottom: 20px;
}
.page-user-register #step-step-account-information-3 .field-name-field-links-personal-website table.sticky-header {
    display: none;
}
#user-login .form-item label,
#user-pass .form-item label,
.page-user-register .form-item label {
    text-transform: uppercase;
}
.page-user-register .wizard-trail .wizard-trail-next,
.page-user-register .wizard-trail .wizard-trail-previous {
    background: #3B354D;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
}
.page-user-register .wizard-trail .wizard-trail-current {
    background: #6A6577;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
}
.page-user-register .wizard-trail {
    text-align:center;
}


/*Error Style*/

div.error,
div.status,
div.warning{
  background: #FEF5F1;
  border-radius: 3px;
  border-color: #EC7F58;
  padding: 15px 20px;
}

div.status{
  background: #F8FFF0;
  border-color: #BE7;
}

div.warning{
  background-color: #FFFCE5;
  border-color: #ED5;
}

article,
#block-system-main .nd {
  background: #F9F9F9;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px;
  /* border-radius: 3px;
  box-shadow: 3px 3px 0 #D1D1D1; */
}
.page-user-register #block-system-main .content {
  background: #F9F9F9;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px;
}


/*---------------------------
    Comments
----------------------------*/

.comment{
  background: #F9F9F9;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 3px 3px 0 #D1D1D1;
}

#comments h2.title {
  margin-bottom: 20px;
}

.comment div.user-picture img {
  margin-left: 0;
}

.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}

.comment-time{
  font-size: 12px;
  margin: 0 0 8px 0;
  font-style: italic;
}

.comment .attribution {
  display: table-cell;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  width: 17%;
}

.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}

.comment .attribution .username {
  white-space: nowrap;
}

.comment .comment-submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}

.comment .comment-submitted .comment-time {
  font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}

.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}

.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -36px;
  margin-top: 15px;
  position: absolute;
  width: 20px;
}

.comment .comment-text {
  padding: 0 10px 10px 10px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}

.comment .indented {
  margin-left: 40px;
}

.comment-unpublished {
  margin-right: 5px;
  padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.content .node-page .field-name-body fieldset {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
}
.content .node-page .field-name-body fieldset br {display:none;}
.content .node-page .field-name-body  html.js fieldset.collapsed {height: auto;}
.content .node-page .field-name-body  fieldset legend {
	text-indent: inherit;
	position: relative;
	height: auto;
	border-radius: 0;
	top: 0px;
}
.content .node-page .field-name-body  fieldset.collapsible .fieldset-legend {
    vertical-align: middle;
    min-height: 3em;
    display: block;
}
.content .node-page .field-name-body  fieldset.collapsible .fieldset-legend a {
    height: 100%;
    min-height: 3em;
    vertical-align: middle;
    display: block;
    color:#fff;
}
.content .node-page .field-name-body  .fieldset-legend span.summary {margin-left: 0;}
.content .node-page .field-name-body  .fieldset-wrapper {margin-top: 0;}

#block-views-slider-block .flexslider {
    margin: 0;
    background: transparent;
    border: 0;
    position: relative;
    border-radius: 0;
}
#block-views-slider-block .flexslider .views-field-title {
    background: transparent none repeat scroll 0% 0%;
    position: absolute;
    top: 50%;
    left: 15%;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
}
#block-views-slider-block .flexslider .views-field-title h2 {
	font-size: 40px;
	line-height: 110%;
	margin: 0 0 20px 0;
	padding:10px;
	color: #fff6d5;
	font-weight: 300;
	background: #3B354D;
	letter-spacing: -2px;
	line-height: 100%;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#block-views-slider-block .flexslider .flex-direction-nav a {
    background: #000;
    overflow: inherit;
}
#block-views-slider-block .flexslider .flex-direction-nav a:before {
    color: #fff;
    text-shadow: none;
    width:100%;
    height:100%;
    line-height: 40px;
    font-size: 25px;
    text-align:center;
}
.flexslider:hover .flex-direction-nav .flex-prev {left: 0;}
.flexslider:hover .flex-direction-nav .flex-next {right: 0;}
#block-views-slider-block .nivoSlider {
    box-shadow: none;
    margin: 0px;
    position: relative;
    width: 100% !important;
    height: auto;
    overflow: hidden;
}
.theme-default .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
.nivo-caption {
    background: transparent none repeat scroll 0% 0%;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}
p.slider-btns {
	margin-top: 50px;
	text-align: left;
}
.nivo-caption h2 {
	font-size: 36px;
	line-height: 110%;
	margin: 0 0 20px 0;
	color: #fff6d5;
	font-weight: 300;
	background: #E07457;
	letter-spacing: -2px;
	line-height: 100%;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}
p.slider-btns a{
	font-size: 22px;
	padding: 15px 22px;
	box-shadow: none;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	background: #E07457;
	letter-spacing: 0.5px;
	line-height: 100%;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}
p.slider-btns a:hover{
	background: #C94E2D;
}
#block-block-1 .names {
	width:200px;
	color: #2F353E;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	padding: 6px 0;
	float: left;
	text-align: center;
}
#block-block-1 .names a {
	color: #2F353E;
	font-weight: bold;
}
#block-block-1 .country {
	width:200px;
	color: #2F353E;
	font-weight: bold;
	font-size: 16px;
	padding: 6px 0;
	float: left;
}
#block-block-1 .deg,
#block-block-1 .titl {
	width:200px;
	padding: 0;
	float: left;
}
#block-block-1 .deg .field-label,
#block-block-1 .titl .field-label {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	float: left;
}
#block-block-1 .deg .field-items a,
#block-block-1 .deg .field-items,
#block-block-1 .titl .field-items a,
#block-block-1 .titl .field-items {
	color: #2F353E;
	font-weight: bold;
	font-size: 16px;
}
#block-block-1 .field-name-field-name {float:left;margin-right:3px;}
#block-block-1 .field-name-field-surname {float:left;}
#block-block-1 img.qrt {
	margin:60px 0 0;
}
.grey {
	background: #DEDEDE;
	margin: 4px 0px;
	padding: 6px;
}
html.js fieldset.collapsible .fieldset-legend {
    vertical-align: middle;
    padding: 0px 0px 0px 40px;
}
#block-system-main .node fieldset {
    border: none !important;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}
fieldset legend {
    background: #3B354D;
    border: 1px solid #302B3F;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px !important;
}
html.js fieldset.collapsed .fieldset-legend {
    background-position: 15px 50%;
}
html.js fieldset.collapsible .fieldset-legend {
    background-position: 15px 65%;
}
.homm .qui a:hover {text-decoration: none;}
.homm .qui a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
}
.homm .qui:hover {background: #C2C0C0;}
.homm .qui {
    float: left;
    width: 30%;
    margin: 0px 1%;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    background: #E1E0E0;
    border-radius: 15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
-webkit-box-shadow: 4px 4px 3px 0px #5C5C5C;
-moz-box-shadow:    4px 4px 3px 0px #5C5C5C;
box-shadow:         4px 4px 3px 0px #5C5C5C;
}
.homm .qui b {
    color: #4E4B68;
}
#webform-client-form-33 #webform-component-your-name {
	float:left;
	width:48%;
	margin-right:2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#webform-client-form-33 #webform-component-e-mail {
	float:left;
	width:48%;
	margin-left:2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#webform-client-form-33 #webform-component-subject {float:left;width:100%;}
#webform-client-form-33 #webform-component-message {float:left;width:100%;}
#webform-client-form-33 input.form-text,
#webform-client-form-33 textarea.form-textarea,
#webform-client-form-33 select.form-select {
    margin: 0;
    padding: 6px;
    width: 100%;
    border: 1px solid #3B354D;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.addit .qui a:hover {text-decoration: none;}
.addit .qui a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
}
.addit .qui:hover {background: #C2C0C0;}
.addit {
	float:left;
	width:100%;
	margin:10px 0;
}
.addit .qui {
    float: left;
    width: 23%;
    margin: 0px 1%;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    background: #E1E0E0;
    border-radius: 15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
-webkit-box-shadow: 4px 4px 3px 0px #5C5C5C;
-moz-box-shadow:    4px 4px 3px 0px #5C5C5C;
box-shadow:         4px 4px 3px 0px #5C5C5C;
}
.addit .qui b {
	color: #4E4B68;
	display: block;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
div#ttt {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0.5%;
}
#ttt:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.fr .tt {
    float: left;
    width: 33%;
    padding: 70px 3% 50px;
    text-align:center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fr .tt h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
}
.fr .tt p {
    text-align: center;
}

.view-source {
    position: relative;
}
.hide {
    right: -35px;
    z-index: 2;
    display: none;
    position: absolute;
    text-align: left;
    color:#fff;
}
.view-source .form-item label {
	display: none;
}
.hide table.popup-layout {
    top: -5px;
    left: 0px;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    position: relative;
    border: none;
    background: none;
}
.hide table.popup-layout tbody {
    border: none;
    border-collapse: collapse;
}
.hide table.popup-layout tr {
    background: none;
    border: none;
}
.hide table.popup-layout td {
    margin: 0px;
    padding: 0px;
    border: none;
}
.hide .top .left {
    height: 55px;
    width: 55px;
    padding-left: 55px;
    background: url(../images/top-left.png) no-repeat 0% 0%;
}
.hide .top .center {
    background: url(../images/top.png) repeat-x center top;
    height: 55px;
}
.hide .top .right {
    background: url(../images/obr-ebl.png) no-repeat 0% 0%;
    height: 55px;
    width: 55px;
    padding-right: 55px;
}
.hide .center .left {
    background: url(../images/left.png) repeat-y left center;
    width: 55px;
}
.hide .center .center {
    background: url(../images/back.png) repeat 0% 0%;
}
.hide .center .right {
    background: url(../images/right.png) repeat-y right center;
    width: 55px;
}
.hide .bottom .left {
    background: url(../images/bottom-left.png) no-repeat 0% 0%;
    height: 55px;
    width: 55px;
}
.hide .bottom .center {
    background: url(../images/bottom.png) repeat-x center bottom;
}
.hide .bottom .right {
    background: url(../images/bottom-right.png) no-repeat 0% 0%;
    height: 55px;
    width: 55px;
}
.hide .center form {
    width: 250px;
    margin: -20px -15px;
    position: relative;
}
.hide .center .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.hide .center form input.form-text,
.hide .center form textarea.form-textarea,
.hide .center form select.form-select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #1F1F1F;
    border: 1px solid #1F1F1F;
    color:#fff;
}
::-webkit-input-placeholder {color:#999;}
::-moz-placeholder          {color:#999;}/* Firefox 19+ */
:-moz-placeholder           {color:#999;}/* Firefox 18- */
:-ms-input-placeholder      {color:#999;}