
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

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

* 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 .clear {

}

*{
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  margin: 0;
}

html,body
{

  height: 100%;

}


body {

  font-size:14px;

  font-family: Myriad Pro,sans-serif;
  font-size: 18px;
  color: black;

  background-color: #dcf3fb;
  overflow-y: scroll;


  /*background: url(../images/body_bg.gif) #fff;*/
}

a {
  color: #1585C1;
  text-decoration:none;
}

a:hover {
  text-decoration: underline;

}

h1, h2, h3, h4, h5, h6 {
  /*font-family: Verdana,Geneva,sans-serif;
  font-weight: normal;
  margin-bottom:6px;
  color: #2F353E;*/
}

h1 {
  font-size:30px;
}

h2 {
  font-size:20px;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:16px;
}

p {
  margin-bottom:15px;

}

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

  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;*/
  border: 0px;
}

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

td {
  /*background: #FFF;
  color: #747474;
  text-align: left;
  */
  /*padding: 10px;*/
  /*border: 1px solid #DBDBDB;*/
  border: 0px;
}

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


#page-wrap{



  /*padding: 0px 0 0 234px;*/
  min-width: 1200px;

  margin: 0;




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

  min-width: 1200px;
  margin-bottom: -29px;


}
.page-wrap:after, #footer
{
  height: 29px;
}


.page-wrap:after
{
  display: block;
  content: "";
}

aside header{ text-align: center; }



.bold
{
  font-weight: bold;
}
#site-description{
  font-size: 18px;
  margin: 30px 30px;
  color: #111111;

  font-family: Tahoma, Arial, Sans-Serif;

}



/*Main Menu*/

.menu_wrapper{ width: 100%; }












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




ol, ul {
  list-style: none;
}


hr.line-sep
{
  margin: 0px;
  padding: 0px;
  border: none;
  height: 2px;

}

hr.one
{
  color: #565656;
  background-color: #565656;

}

hr.two
{

  color: #7c7c7c;
  background-color: #7c7c7c;
}


#main-menu .main_menu {
  /*float: right;*/


}


#main-menu ul.main_menu
{
  list-style: none;
  text-align: center;

}

#main-menu ul.main_menu li
{
  float:left;
  line-height:20px;

  font-size:15px;
  /*height:14px;

  border-radius: 2px 2px 0px 0px;
  */
  padding: 10px 20px;
}

#main-menu ul.main_menu li a
{
  text-decoration: none;
  font-family: Tahoma, Arial,  Sans-Serif;
  font-weight: bold;


  color: white;

}

#main-menu ul.main_menu li:hover a
{

  border-bottom: 1px dashed white;
}

#main-menu ul.main_menu li.active a
{


  border-bottom: 1px solid white;

}






.logo-wrapper
{
  min-width: 1200px;

  background: url("/files/img/skyhouse.jpg") no-repeat;
  background-size: 100% 100%; /* Для всех браузеров сразу  */

}

.logo-wrapper table
{


  padding: 0px 50px 0px 0px;
  width: 1200px;
  margin: 0px auto;

}

.logo-wrapper table td.logo
{
  vertical-align: middle;
  padding: 0px 50px;

}

.logo-wrapper table td.menu-wrap{


  margin-bottom: 0px;
  width: 100%;
  vertical-align: bottom;
  padding-right: 20px;

  background: #1f3e59;
  height: 45px;
  margin-top: -23px;
  border-radius: 7px;
  line-height: 45px;
}










#content
{
  margin: 30px 30px;
  font-weight: bold;
}





#sidebar-first {
  float: left;
  width: 231px;
}















/* Images */

img { outline: 0; }

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













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

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

.region-user-menu ul li{ 
  display: inline-block;
  background: none;
  padding: 0 10px;
  border-right: 1px solid #636363;
  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{
  width: 100%;
  background: #161616;
  overflow: hidden;
}

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

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

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

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

.full-wrap{
  min-width: 1200px;
  margin: 0 0 0 0;

}

#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,
#user-register-form{
  max-width: 500px;
  margin: 2% auto;
  background: white;
  padding: 2% 3%;
  border: 1px solid #DDD;
}

/*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, 
.not-front .node-page,
.not-front.node-type-blog .node-blog,
.not-front.node-type-article .node-article{

}





















.captcha
{
  text-align: left;
}

.captcha label
{
  display: block;

}

.captcha .form-item-captcha-response
{
  text-align: left;
}
.captcha .form-item-captcha-response
{
  margin-top: 8px;
}
.captcha .form-item-captcha-response .description
{
  display: none;
}
.form-actions
{
  text-align: left;


}

table.main-table
{
  height: 100%;
  width: 100%;
}

table.main-table td.left
{
  width: 20%;
  text-align: center;
}

table.main-table td.center
{
  width: 60%;
}

table.main-table td.right
{
  width: 20%;
}

table.main-table td
{
  vertical-align: top;
}

table.main-table table
{
  border-spacing: 7px 11px;
  border-collapse: separate;
}

table.main-table table td.first
{
  padding-bottom: 50px;
}


div.view-content .views-row 
{
	margin-bottom: 20px;
}
