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

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

* Filename:     style.css
* Version:      1.0.0 (2014-09-20)
* Website:      https://www.zymphonies.com
                https://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;
  padding-left: 1px;
  color: #8f8c8c;
}

/* 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 {
  height:1%;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 150%;
  color: #666;
  font-size:13px;
  font-family: 'Open Sans', sans-serif;
  background: #222;
}

a {
  color: #ddd;
  text-decoration:underline;
  font-size: 13px;
  }

a:hover { text-decoration: none; color: #747474; }

#main-menu li a.active,
#main-menu li:hover >a{
    height: 0px;
    padding-right: 10px;
    background:url(https://www.astrology-science.com/sites/default/files/images/nav-li-a-bg-22.gif) right top no-repeat #ff6600;
    }

#main-menu a {
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  white-space: nowrap;
  border-right: 0px solid #3F5765;
  line-height: 1.630em;
}

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

h1 { font-size:18px; }

h2 { font-size:25px; }

h3 { font-size:14px; }

h4 { font-size:14px; }

h5 { font-size:13px; }

h6 { font-size:13px; }

p {
  margin-bottom: 15px;
  color: #666;
  line-height: 150%;
  
}

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

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

td {
  background: #1f1f1f;
  color: #747474;
  text-align: left;
  padding: 10px;
 }

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  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:2px;
  margin-bottom:2px;
}

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-starfish;
  margin-bottom:0
}

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

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

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;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  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;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

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

strong {
  font-weight:bold;
  color: #c0c0c0;
}

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{
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px;
  background: #1f1f1f;
  box-shadow: 0 0 85px #383838;
}

#header {
  max-width: 1024px;
  margin: 10px auto;
}

.top_left{ float: left; margin: 10px 0;}

.top_right{ float: right; 
top: 100px;}

#logo {
  float:left;
  margin: 0px 8px 0px 0;
}

#logo img{ display: block; }


/**
#site-title a,
#site-description {
  font-weight: normal;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  margin: 5px 0 0px 0;
  font-size:24px;
  font-weight:bold;
}

#site-title a{
  float: left;
  color: #fff;
}

#site-description {
  margin: 0;
  float: left;
  clear: both;
  color: #999;
  font-size: 12px;
  text-transform: capitalize;
}
**/

#site-title a,
#site-description {
  font-weight: normal;
}

#site-title,
#site-description {
   	float:left;
	text-transform:uppercase;
}

#site-title {
  	display: block;
	font-size: 4.16em;
	font-weight: bold; 
	line-height: 1.2307em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	text-transform:uppercase;
	padding-right: 290px;
}

#site-title a{
	font-style:normal;
  	float: left;
  	color: #fff;
  	display: block;
	font-size: 1.0em;
	line-height: 1.2307em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	font-weight: bold; 
}

#site-description {
  display: block;
	font-size: 0.400em;
	color: #747474;
	font-weight: normal;
	padding-left: 8px;
	margin-top: -18px;
	letter-spacing: 0px;
}

#site-title a:hover { 
		  text-decoration: none;
  		  color: #ff6600;
}

/**end**/
#sitename{
	padding:39px 19px 71px 5px;
	float:left;
	text-transform:uppercase;
}



#sitename h2 a  {
			font-style:normal;
			color:#fff;
		}
	

/**sitename end**/
.menu_wrapper{
  width: 100%;
}
/**
.menu-wrap{
  background: #5F6874;
  border-top: 4px solid #3F5765;
}

#main-menu {
  position: relative;
  float: left;
}

#main-menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
}

#main-menu li {
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  float: left;
}

#main-menu a {
  padding: 12px 24px;
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  border-right: 1px solid #3F5765;
}

#main-menu li a.active,
#main-menu li:hover >a{
  height: 40px;
  background:url(http://www.astrology-science.com/new/sites/default/files/images/nav-li-a-bg1.gif) right top no-repeat #ff6600;
}

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

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

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

#main-menu li li:hover > a{
  background: #3F5364;
}
**/
.drop-down-toggle {
  position: absolute;
  top: 9px;
  right: 16px;
  display: none;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #494747;
  border: #AAA 2px solid;
}

.drop-down-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 8px 0 0 3px;
  border-top: 7px solid #AAA;
  border-left: rgba(0, 0, 0, 0) 7px solid;
  border-right: rgba(0, 0, 0, 0) 7px solid;
}

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

#main-menu li ul ul{
  left: 151px;
  top: 0;
}

#main-menu li li a {
  background: #5F6874;
  min-width: 150px;
  margin: 0;
  border-top: 1px solid #3F5765;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  padding: 8px 11px;
  border-radius: 0;
  color: white;
  border-width: 1px 0 0 0;
  }

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

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

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

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

#main-menu ul.menu li li:hover >a{
  background: #3F5765;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#container {
  clear: both;
  overflow: hidden;
  
}

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

.region-slideshow{
  background-size: 100%;
}

#block-nivo-slider-nivo-slider{
  margin: 0 auto;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: #000;
  margin: 0;
  padding: 15px;
  color: #FFF;
  width: 50%;
  font-size: 14px;
  height: auto;
  top: 0;
  left: auto;
}

.nivo-caption h2{
  padding: 6% 0;
  font-size: 18px;
}

.nivo-caption p{
  font-size: 13px;
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  text-align: center;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img{
  width: 100px;
}

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

.theme-default .nivo-controlNav a {
  text-indent: 9999px;
  font-size: 0;
}

.theme-default .nivo-controlNav a:hover img{
  background: #999;
}

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

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

#sidebar-first { float: left; 
background:url(https://www.astrology-science.com/sites/default/files/images/divider-bg.gif) 233px 0px repeat-y;
padding-bottom:15px;
}

#sidebar-second { float: right; }

aside .block{
  padding: 5px;
  margin: 1%;
}

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

/* 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: 25%;
}

/* 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 {
  margin: 10px 0px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

.node {
  margin:20px 0;
}

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

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

.block {
  margin-bottom: 2%;
}

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

.block > h2{
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

aside .block h2{
  padding: 6px 15px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: justify;
  color: #EEF1EA;
  background: #ff6600;
  width: 148px;
  height: 35px;
  }

.theme-default .nivo-directionNav a {
  opacity: 9 !important;
}

.nivo-directionNav{
  position: absolute;
  bottom: 46px;
  right: 90px;
  left: auto; 
}

.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: #fff;
}

.theme-default a.nivo-nextNav{
  left: 45px;
}

.theme-default a.nivo-nextNav:hover{
  background-position: -30px bottom;
}

.theme-default a.nivo-prevNav:hover{
  background-position: left bottom;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

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

.region-front-welcome{
  max-width: 1024px;
  margin: 2% auto;
  text-align: center;
  overflow: hidden;
  line-height: 150%;
}

.region-front-welcome .block h2{
  text-align: center;
  font-size: 22px;
}

.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: 0px;
}

.my_poll{
   top: 100px;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

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

.form-text {
  padding: 6px;
  position: relative;
  left: 1px;
  top: 0px;
}

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

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;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

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

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

.comment .attribution {
  display: table-cell;
  padding: 0 10px 0 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 15px 10px 15px; 
  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; 
}

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

fieldset { 
  background: #ffffff; 
  border: 1px solid #747474; 
  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; 
  width: 250px;
  background-color: #131313;
}

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

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

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-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%;
  -khtml-border-radius-topleft: 4px; 
  -moz-border-radius-topleft: 4px; 
  -webkit-border-top-left-radius: 4px; 
  border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; 
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-right-radius: 4px; 
  border-top-right-radius: 4px;
  
  width: 250px; 
}

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

fieldset .fieldset-wrapper { padding: 0 10px; width: 500px; background-color: #131313;}

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; background-color: #131313; width: 250px; }

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

textarea { line-height: 1.5; }

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

.page-contactus input.form-text, .page-contactus textarea.form-textarea, .page-contactus select.form-select { border: 1px solid #747474; width: 235px; background-color: #131313; color: #fff;}

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

.form-item, .form-actions { margin: 10px 0; width: 235px;}

.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"]{
  padding: 8px 15px;
  color: #FFF;
  background: #ff6600;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  line-height: 100%;
}

button:hover,
body a.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #4B9EB4;
  box-shadow: none;
}

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-user-menu ul.menu { float: right; }

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

.top_right .region-user-menu{ overflow: hidden; width: 100%; }

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

.top_right .region-search{ float: right; margin: 10px 0; width: 250px; }

.region-search .form-item-search-block-form{ width: 65%; display: inline-block; }

.region-search .form-item-search-block-form input{ width: 100%; }

#top-area {
  clear:both;
  position:relative;
  max-width: 1000px;
  margin: 1% auto;
  text-align: center;
}

#top-area .block {
  margin: 0;
}

#top-area .column {
  float: left;
  width: 33%;
  padding: 0 2%;
  border-right: 1px solid #EFF0F3;
}

#top-area .column:last-child{
  float: right;
  margin-right: 0;
  border: 0;
}

#footer-area .column:last-child{
  float: right;
}

#top-area h2{
  padding: 10px 0;
  margin: 0;
}

#top-area .column .content{
  padding: 10px 0;
}

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

#top-area .column-title {
  color:#e0e0e0;
}

#footer {
  overflow: auto;
  padding: 15px;
  margin: 0 auto;
  background: #141414;
  border-top: 5px solid #1f1c1c;
}

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

.footer_credit{
  overflow: hidden;
  padding: 10px 15px;
  border: 1px solid #747474;
}

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

.copyright {
  float:left;
}


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

#copyright p {
  margin:0;
}

.footer_inner_credit{
  margin: 10px auto;
}

#privacy{
  clear:both;    
  padding: 10px 0px;
}

.privacy{
  float:right;
}

#privacy p {
  margin:0;
}

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

.social-icons{
  text-align: center;
  margin: 15px 0 0 0;
}

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

.social-icons li a {
  width: 30px;
  color: #777;
  padding: 5px 10px;
  display: block;
  overflow: hidden;
  background: #E7E7E7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  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;
  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; color: #EEF1EA; }

#footer p{ color: #A3A5A0; }

.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{
  background: #F3F3F3;
  padding: 5px 10px;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.user-menu-wrapper{
  width: 100%;
  background: #2F2F2F;
  overflow: hidden;
  border-bottom: 2px solid #3F5765;
  height: 30px;
}

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

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

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

.user-menu-wrapper ul.menu li a:hover{
  background: #3F5765;
  color: #fff;
  text-decoration: none;
}

.region-contactno{
  float: right;
}

.region-contactno .block{ float: right; }

.region-contactno h2, 
.region-contactno .content{ 
  color: #fff;
  float: left; 
  margin: 0; 
  padding: 9px 10px 9px 10px 
}

.region-contactno .content p{ padding: 0; margin: 0; color: #fff; }

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

#footer .column li{
  display: block;
  padding: 10px 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: #B1B1B1;
}

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

#footer ul{
  margin: 0;
}

.feature{
  text-align: center;
}

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

/*Error Style*/

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

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

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

.main-wrapper{ max-width: 1024px; margin: 0 auto; }

/*-----calendar ------*/	
.month {
	float:left;
	text-transform:uppercase;
	color:#fff;
	font-size:1.5em;
	padding-top:28px;
}

.switcher {
	float:right;
	background:url(/sites/default/files/images/calendar-switch.gif) left top no-repeat;
	width:42px;
	height:18px;
	padding:8px 0 0 14px;
	margin:15px 0 0 0;
}
	.weeks {
		width:100%;
		overflow:hidden;
	}
.weeks li {
	float:left;
	background:url(/sites/default/files/images/weeks-li-bg.gif) left bottom repeat-x;
	padding:22px 0 9px 0;
	text-transform:uppercase;
	color:#fff;
	font-size:0.833em;
	line-height:1.2307em;
	width:35px;
	text-align:center;
	padding-left: 0px;
		}
.days {
		width:80%;
		overflow:hidden;
		padding-top:13px;
		margin-bottom:-3px;
		padding-left: 0px;
	}
.days li {
			float:left;
			padding:0 4px 4px 0;
			font-size:1.166em;
			line-height:1.2307em;
		}
.days li a {
				width:36px;
				height:22px;
				text-align:center;
				padding-top:4px;
				display:block;
				text-decoration:none;
				background:url(/sites/default/files/images/days-a-bg.gif) left top no-repeat;
			}
.days .active a {
				background:url(/sites/default/files/images/days-a-active.gif) left top no-repeat;
				color:#000;
			}
.days .null a {
				background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
				
			}

.title {
	color:#ff6600;
	padding-top:0px;
	text-align: center;
	
}

h7 {
	font-size: 1.166em;
	line-height: 1.2307em;
	color: #747474;
	padding: 5px 0 30px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.h7-pad {
		padding-bottom:26px;
	}
.h7-pad1 {
		padding-bottom:0px;
	}
.h7-top {
	padding-top:64px;
	}
.h7-top1 {
		padding-top:94px;
	}
	

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper1 {
	margin: 5px;
	width:100%;
	overflow:hidden;
	}
	
.link1 {
	display:inline-block;
	text-decoration:none;
	background:url(/sites/default/files/images/link-bg.gif) left bottom repeat-x;
	padding-bottom:2px;
	font-size:1.1666em;
	line-height:1.2307em;
	color:#fff;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:24px;
}
	
.link1:hover {
		background:none;
		color: #747474;
		
	}
.link1-margin {
		margin-top:30px;
	}
.link1-margin1 {
		margin-top:16px;
	}
	
#calendar{
	margin-top: 55px;
	width:280px;
	padding-left:40px;
	
	}
	
#padding {
	padding-right:40px;
	}
	
#padding-top {
	padding-top:25px;
	
	}
	
#padding-top-feedback {
	padding-top:85px;
	}
	
#padding-left {
	padding-left:40px;
	padding-top:30px;
	}
	
	#padding-top-nav {
	padding-top:10px;
	}
/*-----calendar END------*/	
/** news από home page **/

.news {
display:block;
	text-align:center;
	padding-top:2px;
	font-size:1.09em;
	line-height:1.2em;
	color:#fff;
	width:176px;
	height:22px;
	margin-bottom:6px;
	background:url(https://www.astrology-science.com/sites/all/themes/black_premium/images/date-bg.gif) right top no-repeat #ff6600;
	background-repeat: no-repeat;
	background-position: left top;
}

#nickos-home {
    margin-left: 50px;
}

.title-1 {
text-transform: uppercase;
  color: #747474;
  font-size:16px;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  }
  
.title-2 {
  text-transform: uppercase;
  color: #747474;
  font-size:26px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: left;
  
  }
  
.title-4 {
  text-transform: uppercase;
  color: #747474;
  font-size:26px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: left;
 
  }
  
.title-3 {
  text-transform: uppercase;
  color: #747474;
  font-size:26px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-left: 0px;
  float: left;
  padding-bottom: 20px;
  }


.news-home {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px 0 20px 0;
	color: #fff;
	font-size: 3.333em;
	line-height: 1.2307em;
	font-weight: normal;
}

#science-table {
    margin-left: 0px;
}

 .title-white {
  text-transform: uppercase;
  color: #fff;
  font-size:26px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 32,18%;
  }
  
.book-title {
  color: #fff;
  font-size:21px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 32,18%;
  }
  
.more-title {
 /* background:url(https://www.astrology-science.com/sites/all/themes/starfish_responsive_theme/images/title-bg.png);*/
  display: block; /* add this */
  text-align: center;
  padding-top: 20px;	
  color: #fff;
  font-size:21px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 32,18%;
  }
  
  
.more-text{
  color: #a5a2a2;
  font-size:14px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 32,18%;
  display: block; /* add this */
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  }
  
.book-text{
  color: #a5a2a2;
  font-size:14px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 32,18%;
  padding-left: 50px;
  text-align: justify;
  }
  
#right-margin {
    margin-right: 25px;
}

.photo-right-margin {
    margin-right: 30px;
}

.left-margin {
    margin-left: 100px;
}

.left-margin-contact {
    margin-left: 25px;
}
/**contact us**/
.adress {
	color:#fff;
}
	.adress span {
		float:right;
	}
	
.contacts span {
	color:#ff6600;
}
	.contacts strong {
		font-weight:normal;
		width:70px;
		display:inline-block;
	}
	
	#sitename{
	padding:39px 19px 71px 5px;
	float:left;
	text-transform:uppercase;
}


#sitename h2 {
	display: block;
	font-size: 4.666em;
	font-weight: bold; 
	line-height: 1.2307em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
		}
	
	
#sitename .site-slogan {
	display: block;
	font-size: 0.400em;
	color: #fff;
	font-weight: normal;
	padding-left: 8px;
	margin-top: -18px;
	letter-spacing: 0px;
			}


#sitename h2 a  {
			font-style:normal;
			color:#fff;
		}
	
#sitename h2 a:hover { 
		  text-decoration: none;
  color: #ff6600;
}

#dokimi-slide-right{
		float:right;
	}
	
.divider-right {
			background:url(https://www.astrology-science.com/sites/default/files/images/divider-bg.gif) 635px 0px repeat-y;
			padding-bottom:15px;
			padding-right: 20px;
			}
			

			

.divider-left{
			background:url(https://www.astrology-science.com/sites/default/files/images/divider-bg.gif) 280px 0px repeat-y;
			padding-bottom:15px;
		}
		
.divider-center{
		background:url(https://www.astrology-science.com/sites/default/files/images/divider-bg.gif) 479px 0px repeat-y;
		padding-bottom:15px;
		}		
#text-format{
		float:left;
		align: left;
		}
		
#pad-bottom{
		float:left;
		align: left;
		padding-bottom: 20px;
		}
		
/**my css **/
		
.title-gray {
	font-family:trebuchet ms,helvetica,sans-serif;
	text-transform: uppercase;
	font-size:26px;
	color:#747474;
	padding-bottom: 30px;
	}
			
.title-gray-a {
	font-family:trebuchet ms,helvetica,sans-serif;
	text-transform: uppercase;
	font-size:20px;
	color:#747474;
	padding-bottom: 25px;
	padding-right: -5px;
	}
	
.text-red {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1em;
		color:#ff6600;
		padding-right: 0px;
				}			
			
			
.text-body {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1em;
		color:#7f7f7f;
		padding-right: 20px;
		}			
			
			
.title-big-white {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px 0 10px 5px;
	color: #fff;
	font-size: 2.9em;
	line-height: 0.830em;
	font-weight: normal;
	}		
			
.title-smaller-white {
			font-family:trebuchet ms,helvetica,sans-serif;
			font-size:26px;
			color:#ffffff;
			}	


#flexslider-1 {left: 0; position: relative; top: 0;}
.breadcrumb {display:none;}


#table-line-height {
			line-height: 2.730em;
			}	
			
	
.list {
}
	.list li {
		font-size:1.0833em;
		line-height:2.308em;
		background:url(https://www.astrology-science.com/sites/all/themes/starfish_responsive_theme/images/marker.png) left 8px no-repeat;
		padding-left:26px;
		}
	
	.list-pad {
		padding-bottom:15px;
	}

/* Left & Right alignment */

.fleft { float:left; padding-left: 50px;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper {
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/

stoixeiosis-more{
	display: none;
}

#cboxWrapper {background:#144e56;}
#cboxContent {background:#144e56;}
#cboxLoadedContent {background:#242424;}
#cboxContent .node h2.title a {display:none;}




.colorbox-node {
	
	}
	

.date {
	float: left;
	padding: 4px 0 0 7px;
	text-transform: uppercase;
	font-size: 0.833em;
	color: #fff;
        min-width:200px;
	}
	
.user-menu-wrapper{
  	width: 100%;
  	background: #2F2F2F;
  	overflow: hidden;
  	border-bottom: 2px solid #3F5765;
  	height: 45px;
}
days-a-active
.pane-webform-client-block-41 .grippie {max-width:250px;}
#webform-client-form-38 .webform-container-inline label {display:block;}
#webform-client-form-38 .grippie {max-width: 250px;}
[id*="webform-client-form-"] {max-width:250px;}
.comment_forbidden.first.last{color:#aaaaaa;}
#search-block-form {float:right;}

/* CALENDER BLOCK - NO DAYS - STARTS HERE */
.hok {background:#ff6600; color:#ffffff; padding:0; height:30px;}
.hok span {padding:9px;}
#calendar_block {width:280px;}
#calendar_row1 .hok.today, #calendar_row2 .hok.today, #calendar_row3 .hok.today, #calendar_row4 .hok.today, #calendar_row5 .hok.today, #calendar_row6 .hok.today {background-size: cover;}
#calendar_row0 {background:#141414; color:#ffffff; line-height:2em;}
#calendar_row0 a {text-decoration:none;}
#calendar_block {border:0px none;}
.pane-calendar-block-calendar h2 {color:#ffffff;}
/* CALENDER BLOCK - NO DAYS - ENDS HERE */


.calendar-calendar .full th {width:10%}
.calendar-calendar tr {height:45px;}
/*.calendar-calendar .date-box {background:#ff6600; border-bottom:1px solid;}*/

.calendar-calendar .date-box {background:url(/sites/default/files/images/days-a-bg.gif) right top no-repeat #1f1f1f; left top no-repeat; border-bottom:0px solid;}
.calendar-calendar .single-day {display:none;}
.calendar-calendar th.days {background:#141414; color:#ffffff; border:0px none; font-weight: normal;}
.calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty {background:#1f1f1f;}
.calendar-calendar .month-view .full td.date-box.today {border:0px none; border-top: 0px solid #dddddd;}
/*.calendar-calendar .month-view .full td.date-box.today {background:#b04600; border:2px solid #ffffff;}*/
.calendar-calendar .month-view .full td.date-box.today {background:url(/sites/default/files/images/days-a-active.gif) right top no-repeat #1f1f1f; border:0px solid #ffffff;}
.calendar-calendar .month-view .full td.date-box.today div{color:#000000 !important;}
.calendar-calendar .multi-day {display:none;}
.calendar-calendar td .inner div.day a {color:#000000;}
.calendar-calendar .month-view .full td .inner div.day, .calendar-calendar .month-view .full td .inner div.day a {font-size:12px; line-height:2em;}
.calendar-calendar .month-view .full tr.date-box, .calendar-calendar .month-view .full tr.date-box td, .calendar-calendar .month-view .full tr.multi-day, .calendar-calendar .month-view .full tr.multi-day td {height:31px;padding-left:13px; color: #000;}
.calendar-calendar div.day {float:none;}

.view .date-nav-wrapper .date-heading h3 {font-size: 1.3em; line-height: 30px; color: #fff; text-align:left; text-transform: uppercase; }
.calendar-calendar .month-view .full td .inner div.day, .calendar-calendar .month-view .full td .inner div.day a {color: #fff;}


.calendar-calendar td {
  width: 14%;
  border: 0px solid #ccc;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}


.view .date-nav-wrapper .date-prev {
background: #e60005 none repeat scroll 0 0;
border:1px solid #e60005;
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
color: #fff;
float: none;
left: auto;
padding: 5px 15px 5px 0;
position: absolute;
right: 70px;
text-align: right;
text-shadow: none;
top: 0;
z-index: 1;
}


.view .date-nav-wrapper .date-next {
background: #e60005 none repeat scroll 0 0;
border:1px solid #e60005;
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomright: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
color: #fff;
float: none;
left: auto;
padding: 5px 2px 5px 10px;
position: absolute;
text-align: right;
text-shadow: none;
top: 0;
z-index: 1;
}


.view .date-nav-wrapper .date-prev:hover, .view .date-nav-wrapper .date-next:hover {
background: #000000 none repeat scroll 0 0;
border:1px solid #aaaaaa;
}

.view .date-nav-wrapper .date-prev:active, .view .date-nav-wrapper .date-next:active {
background: #eeeeee none repeat scroll 0 0;
color: #333333;
border:1px solid #aaaaaa;
}

.view .date-nav-wrapper .ajax-progress .throbber {
display: none;
}

.view-calendar .month-view .day a {
background: #444444 none repeat scroll 0 0 !important;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
display: block;
height: 24px;
margin: -1px -5px !important;
width: 25px;
}


.search-info {display:none;}
#search-form {}
.search-results {}
.search-results h3 {margin-top:20px; font-weight:bold;}
.search-results h3 a {text-decoration:none; font-size:16px;}
.page-events #block-views-events-calendar-block-1 {display:none;}
.page-events .node h2.title a {background: #ff9900 none repeat scroll 0 0; font-weight: bold; padding: 4px 10px; text-decoration: none;}
#comment-form .form-text, #comment-form .text-full, #comment-form .filter-wrapper {width: 250px;}
#comment-form .grippie {width: 251px;}
#comment-form select {width: 213px !important;}
#comment-form .fieldset-wrapper {padding: 0px !important;}
.comment .field-type-image .field-item {width:100px; float:left; margin: 6px;}
.comment .links {display:block !important; clear:both;}
#comment-form #edit-preview {display:none;}
#main-menu {display: block; float: left; width: 20%; margin-top: 19px;}
.region-contactno {width: 80% !important;}
.flexslider {width: 100% !important; height: auto !important;}
.flex-direction-nav {display:none;}

.page-user-register fieldset, .page-user-register .form-item .description {width: 401px !important;}
.page-user-register legend {width:100%;}
.page-user-register #edit-conditions {padding: 8px; width: 379px; border: 1px solid #747474; background-color: #131313; color: #fff;}
.page-user-register .grippie {width: 378px; background:#333333;}
.page-user-register .option {white-space: nowrap;}
.page-user-register #edit-legal-accept, .page-user-register #edit-extras-1 {float:left;}
.page-user input, aside #user-login-form input.form-text, #edit-search-block-form--2, #edit-keys, .gsc-control-cse {border: 1px solid #747474; background-color: #131313 !important; color: #fff !important; background-image:none !important;}
#search-block-form, #google-cse-results-searchbox-form, #block-google-cse-google-cse h2, .gsib_b {display:none !important;}
.cse .gsc-control-cse, .gsc-control-cse {padding: 0 !important;}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {background: transparent !important; border:0px none !important; color:  #ffffff;}
.gsib_a  {padding: 0 !important;}
#gs_id50 {margin: 0 !important; background: transparent !important;}
form.gsc-search-box {margin: 0 !important; }
.gsc-search-box-tools .gsc-search-box .gsc-input {padding:0 !important;}
.gsc-input-box {background: transparent !important; height: auto !important;}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {border: 0px none !important;}
#gsc-i-id1 {height: 36px !important; padding: 0 6px !important; border: 0px none !important; background-color: #131313 !important; color: #fff !important; background-image:none !important;}
.gsc-search-button::after {content: ""; display: block; float: right; font-size: 15px; font-weight: normal !important; margin: -15px 0 0 !important;}
.gsc-search-button {padding: 5px 5px; color: #FFF; background: #ff6600; -khtml-border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border: 0; line-height: 100%;}
.gsc-search-button:hover {background-color: #4B9EB4; box-shadow: none;}
table.gsc-search-box {margin: 0 !important;}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType, .gsc-result-info, .gs-snippet b {color: #ffffff !important;}
.gcsc-branding {display:none !important;}
.cse .gsc-resultsHeader, .gsc-resultsHeader {display:none !important;}
.gsc-results-wrapper-overlay, .gsc-results-wrapper-visible {background: #222222 !important; padding: 4px !important;}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {background-color: #000000 important; border: 0 none !important;}
.gsc-imageResult:hover {background-color: #333333 !important;}
.gsc-above-wrapper-area-container {display:none !important;}
.gsc-overflow-hidden {background: #000000 !important;}
.gsc-webResult {background: #000000 !important;}
.gsc-cursor-page {background: #000000 !important; color:#ffffff !important; text-decoration: none !important;}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {color:#ffffff !important; text-decoration: none !important;}
.gsc-above-wrapper-area {border: 0px none !important;}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {color: #ff6600 !important;}
.gs-result .gs-title, .gs-result .gs-title * {text-decoration: none !important;}
.gs-bidi-start-align b {color: #ff6600 !important;}
.gsc-results-wrapper-overlay {width:99% !important; left: 0 !important; margin: 5px !important;}
#comment-form #edit-subject, #comment-form #edit-comment-body-und-0-value, #comment-form #edit-field-commentimage-und, #comment-form #edit-field-commentimage-und {padding: 8px; border: 1px solid #747474; background-color: #131313; color: #fff;}
#comment-form legend {width: 65px; background: #555555; border: 0px none;}
#comment-form .fieldset-wrapper {width:100%;}
#comment-form .image-widget-data {width:100%; white-space: normal !important;}

@media only screen and (max-width: 970px) {
  #main-menu {display: block; float: left; width: 30%; margin-top: 0px;}
  .region-contactno {width: 69% !important;}
  .flexslider .slides img {margin-top: 10%;}
  #sidebar-first {background:none !important;}
  .page-user-register fieldset, .page-user-register .form-item .description {width: 401px !important;}
  .page-user-register legend {width:100%;}
  .page-user-register #edit-conditions {padding: 8px; width: 379px;}
  .page-user-register .grippie {width: 378px;}
  .page-user-register .option {white-space: nowrap;}
  .page-user-register #edit-legal-accept, .page-user-register #edit-extras-1 {float:left;}
}

@media only screen and (max-width: 640px) {
     #main-menu {display: block; float: none; width: 100%; margin-top: 0px;}
     .region-contactno .block {width: 100% !important;}
     .region-contactno {width: 100% !important;}
     .flexslider {width: 100% !important;}
     .panels-flexible-region-19-calendar_ {clear:both; margin: 50px auto;}
     .view .date-nav-wrapper .date-heading h3 {font-size:13px !important; line-height: 20px;}
     .view .date-nav-wrapper .date-prev {background:none !important; border:0px none !important; padding: 0px !important; right:55px !important; width: 50% !important;}
     .view .date-nav-wrapper .date-next {background:none !important; border:0px none !important; padding: 0px !important;}
     .date-nav {margin-bottom:0px !important;}
     .pager {position: absolute; width: 100%;}
     .view-calendar .month-view .day a {margin: -1px -13px !important;}
     .panels-flexible-region-19-calendar {width: 100% !important;}
     #search-block-form {float:none !important; text-align:center;} 
     #logo img {width: 50% !important;}
     #site-title {font-size:36px !important;}
     #site-description {font-weight:bold; line-height:1em; margin-top:10px;}
     #sidebar-first {background:none !important;}
     #block-system-navigation ul {text-align: left !important; margin-left:10px;
          
     }
     
     .view .date-nav-wrapper .date-nav {min-height: 50px !important;}
     h2, .news-home {color: #ffffff; font-size: 25px; text-shadow: 1px 1px 1px #ddd;}
     .contextual-links-region p, .border {color: #ffffff;}
     .page-user-register fieldset, .page-user-register .form-item .description {width: 401px !important;}
     .page-user-register legend {width:100%;}
     .page-user-register #edit-conditions {padding: 8px; width: 379px;}
     .page-user-register .grippie {width: 378px;}
     .page-user-register .option {white-space: nowrap;}
     .page-user-register #edit-legal-accept, .page-user-register #edit-extras-1 {float:left;}
     .panel-flexible .panels-flexible-column-inside, .panel-flexible .panels-flexible-column {width:100%; clear:both;}
     .panel-flexible .divider-left {background:none !important;}
}



@media only screen and (max-width: 440px) {
     .page-user-register fieldset, .page-user-register .form-item .description {width: 250px !important;}
     .page-user-register legend {width:100%;}
     .page-user-register #edit-conditions {padding: 8px; width: 230px !important;}
     .page-user-register .grippie {width: 229px !important;}
     .page-user-register .option {white-space: nowrap;}
     .page-user-register #edit-legal-accept, .page-user-register #edit-extras-1 {float:left;}
     .user-menu-wrapper {height: 60px !important;}
     }


.pane-title {display: none;}
.gsc-modal-background-image, .gsc-modal-background-image-visible {background-color: #000000 !important;}


input {width: 250px; background-color: #131313; color: #fff; margin: 2px 0; padding: 4px; border: 1px solid #747474;}
textarea.form-textarea {width: 300px; background-color: #131313; color: #fff; padding: 4px; border: 1px solid #747474;}


button, body a.btn, input[type="submit"], input[type="reset"], input[type="button"], form-actions form-wrapper {width: 130px; position:relative;
    left: 0px; top: 1px; text-align: center;
vertical-align: middle;}

.field field-name-comment-body field-type-text-long field-label-hidden, field-items, field-item even {font-size: 30px;}
.comment-permalink {display: none;}
.comment .field-type-image .field-item {height: auto; width: auto; }

/*.comment-wrapper .field-item even {
  max-width:100%;
  height:auto;
  padding-left: 0px; 
  padding-right: 12px;
  padding-top: 0px;
}*/

.field-item even, p {padding-top: 0px; padding-left: 1px;}

.permalink {font-size: 20px; color: #fff; text-decoration: none; padding-left: 5px;}

.comment-text {font-size: 14px;}
.comment-text .new {display: none;}

.filter-help a {display: none;}
.cke.cke_chrome {width: 900px;}

aside .block h2 {
    padding: 3px 15px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    color: #EEF1EA;
    background: #ff6600;
    width: 108px;
    height: 27px;
    font-size: 15px;
    khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.page-node-39 .resizable-textarea .grippie {width:300px;}
.page-contactus .pane-title {display: block !important;}
#user-profile-form--2 .fieldset, #user-profile-form--2 .fieldset-wrapper {width:250px !important;}
#user-profile-form--2 #edit-timezone--4, #user-profile-form--2 #edit-conditions--2, #user-profile-form--2 #edit-picture-upload--2 {max-width:230px !important; font-size:12px;}
.page-user-register .fieldset, .page-user-register .fieldset-wrapper {width:250px !important;}
.page-user-register  #edit-submit {width:160px;}
#comments .field-name-field-commentimage img {padding: 0 12px 0 0;}
#comments .user-picture img {padding:3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#comment-form #edit-subject, #comment-form .form-text,#comment-form .form-item, #comment-form #edit-comment-body, #comment-form .text-format-wrapper, #comment-form .form-textarea-wrapper, #comment-form .text-full, #comment-form .grippie {width: 100% !important;}
#edit-comment-body-und-0-format {display:none;}
#comment-form #edit-author--2 [for="edit-author--2"]{float: left; font-weight: bold; width: 80px; color: #dddddd;}
#comment-form #edit-author--2 [for="edit-author--2"]:after {content:":"; font-weight: bold; color: #dddddd;}
#comment-form #edit-field-commentimage-und-0-upload {max-width:250px; display:block; clear: right;}




.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult{position: relative; max-width: 1024px;}
.gsc-webResult.gsc-result{left: 450px;}


#astrological_news {position: relative;
                left: 150px;
                color: #ff6600;
                border-style: solid;
                border-width: 1px;
                border-color: #747474;
                padding-left: 15px;
                padding-right: 15px;
                background-color: #ff6600;
                color: #fff;
        }
        
#search-form-css {
            position: relative;
            top: 186px;
            
        }
        
#edit-search-block-form--4 {
    position: relative;
    top: 180px;
    left: 725px;
}

#edit-submit--2 {
    position: relative;
    left: 530px;
    top: 184px;
}


#edit-actions--2 {
        position: relative;
        top: -190px;
        left: -530px;    
            
}

#gs_tti50 {
    position: relative;
    left: 0px;
    font-size: 0px;
    text-indent: 0px;
    
}



/* --------------------------------------------- 
Ακολουθεί responsive css για τα video της σελίδας ΕΚΔΟΣΕΙΣ

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


.resp-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.resp-container iframe,
.resp-container object,
.resp-container embed {
position: absolute;
top: 0;
left: 0;
width: 90%;
height: 90%;
}

/* --------------------------------------------- 
ΤΕΛΟΣ responsive css για τα video της σελίδας ΕΚΔΟΣΕΙΣ

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




.mybooksslideshow {
        position: relative; 
        top: 0px; 
   }


@media only screen and (max-width: 768px) {
   .books-slide-show {
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
   .erodios {
    position: relative;
    width: 100%;
  }
}


/*MORPH*/
.photo-gallery {
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.photo-gallery:hover {
  border: 70px solid #000;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
   #astrological_news {
    position: relative;
    width: 100%;
  }
}

.collapse_style {
    font-size: 30px;
    text-indent: 0px;
    color: #ff6600;
    
}


.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

 /* Fixes for accordion */
.ui-widget-content {
  background: #1F1F1F;
  border: none;
}

.ui-widget-content p {
  color: #a5a2a2;
}

.ui-accordion .ui-accordion-content {
  height: auto !important;
}


/*
@media only screen and (max-width: 768px) {
   .astrowin_style {
    position: relative;
    width: 100%;
  }
} */