/*
** HTML elements
*/

html { 
	background: #000 url('img/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
	color: #e0e0e0;
}


h1, h2, h3, h4, h5, h6 {
}

h1.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 28px;
	padding: 30px 0 0 25px;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
}

p {
/*
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  */
}

a {
	color: #ebebeb;
	text-decoration: none;
	transition: color;
	transition-duration: 250ms;
	-webkit-transition: color;
	-webkit-transition-duration: 250ms;
	-moz-transition: color;
	-moz-transition-duration: 250ms;
	-o-transition: color;
	-o-transition-duration: 250ms;
}

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

#header-wrapper {
	width: 100%;
	height: 92px;
	background: rgba(0, 0, 0, 0.55);
	margin: 0 0 25px 0;
}

#header {
	width: 1050px;
	margin: 0 auto;
	position: relative;
}

#content-wrapper {
	width: 100%;
	margin: 0 0 25px 0;
}

#content {
	width: 1050px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.55);
}

#sidebar-second-wrapper {
	width: 100%;
	margin: 0 auto;
}

#sidebar-second {
	width: 1050px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.55);
}

#footer-wrapper {
	width: 100%;
	margin: 25px 0 0 0;
}

#footer {
	width: 1050px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.55);
}

#logo {
	position: absolute;
	top: 21px;
	left: 5px;
}

ul#nav {
	padding: 0;
	margin: 0;
	line-height: 92px;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 400px;
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0 5px;
}

ul#nav a {
	color: #d1d1d1;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
	verical-align: middle;
	padding: 5px 9px 5px 10px;
	transition: all;
	transition-duration: 250ms;
	-webkit-transition: all;
	-webkit-transition-duration: 250ms;
	-moz-transition: all;
	-moz-transition-duration: 250ms;
	-o-transition: all;
	-o-transition-duration: 250ms;
}

ul#nav a:hover {
	color: #FFF;
	text-transform: uppercase;
	background: #be0000;
}


#icons {
	position: absolute;
	right: 115px;
	top: 28px;
	z-index: 50;
	margin: 0;
	padding: 0;
}

#icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}

#icons li, #icons a {
	height: 35px;
	display: block;
}

#facebook {
	left: 0px;
	top: 0px;
	width: 35px;
}

#facebook a {
	background: url('img/social-media.png') 0px 0px;
}

#facebook a:hover{
	background-position: 0px -2px;
}

#twitter {
	left: 35px;
	top: 0px;
	width: 35px;
}

#twitter a {
	background: url('img/social-media.png') -35px 0px;
}

#twitter a:hover{
	background-position: -35px -2px;
}

#search {
	left: 70px;
	top: 0px;
	width: 35px;
}

#search a {
	background: url('img/social-media.png') -70px 0px;
}

#search a:hover{
	background-position: -70px -2px;
}

ul.menu {
  padding: 0;
}

ul.menu li {
  padding: 0;
  margin-left: 15px; /* LTR */
}

.region-header {
  clear: both;
}

/*footer block*/
#block-block-1 {
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #8f8f8f;
	text-align: center;
}

#block-block-1 a {
	color: #8f8f8f;
}

#block-block-1 a:hover {
	color: #FFF;
}

#block-block-2 {
	padding: 10px 0;
}

#block-system-navigation ul.menu,
#block-system-user-menu ul.menu {
	text-align: center;
	padding: 0 0 25px 0;
}

/*more news block*/
#block-block-3 {
text-align: center;
padding: 0 0 10px 0;
}

#block-block-3 a {
background: #000;
padding: 5px 14px;
font-size: 18px;
}

#block-block-3 a:hover {
color: #FFF;
}

.node a {
	color: #e20000;
}

.node a:hover {
	color: #F00;
}

ul.pager {
	padding: 0 0 25px 0;
}

ul.pager li{
	padding: 0;
	margin: 0;
}

ul.pager a {
	padding: 5px 14px;
	background: #000;
	transition: all;
	transition-duration: 250ms;
	-webkit-transition: all;
	-webkit-transition-duration: 250ms;
	-moz-transition: all;
	-moz-transition-duration: 250ms;
	-o-transition: all;
	-o-transition-duration: 250ms;
}

ul.pager a:hover {
	color: #FFF;
	background: #F00;
}


.error {
  border-color: red;
}

.view-homepage-banner {
	text-align: center;
	margin: 0 0 40px;
}

.view-homepage-banner .views-field-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
}

.view-blog-grid .views-field-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding: 0 15px;
}

.views-view-grid {
	margin: 0 0 15px 0;
}

.views-view-grid td {
	width: 334px;
	padding: 0 8px 35px;
	vertical-align: top;
}

div.views-field.views-field-field-homepage-banner {
	padding: 0 0 10px;
}

.view-blog-grid div.views-field.views-field-name {
	padding: 0 0 0 15px;
}

.view-homepage-banner  div.views-field.views-field-name,
.view-homepage-banner  div.views-field.views-field-created {
	display: inline-block;
	font-size: 16px;
}

.view-blog-grid div.views-field.views-field-name,
.view-blog-grid div.views-field.views-field-created {
	display: inline-block;
	font-size: 12px;
}

/*tags name*/
.field-name-field-tags {
    color: #444;
	font-size: 14px;
	margin: 20px 0 0 0;
}

.field-name-field-tags .field-item {
	float: left;
	font-size: 14px;
	font-weight: 700;
	padding: 0 5px 0 0;
}

.field-name-field-tags a {
    color: #444;
}

.field-name-field-tags a:hover {
    color: #666;
}

/*Photos and Video name*/
.field-name-field-photos,
.field-name-field-video {
    font-weight: bold;
    padding: 15px 0 0 0;
	color: #555;
	font-size: 14px;
	clear: both;
}

.field-name-field-photos div.field-item {
    display: inline;
	padding: 0 5px 0 0;
	transition: all;
	transition-duration: 250ms;
	-webkit-transition: all;
	-webkit-transition-duration: 250ms;
	-moz-transition: all;
	-moz-transition-duration: 250ms;
	-o-transition: all;
	-o-transition-duration: 250ms;
}

.field-name-field-photos div.field-item:hover {
	opacity: 0.6;
}

.search-form {
	margin: 0 0 0 25px;
}

.search-form #edit-basic {
	margin: 30px 0 20px;
}

.search-form label {
	padding: 0 10px 0 0;
}

.search-form input {
	font-size: 16px;
	background: #000;
	color: #757575;
    border: 1px solid #757575;
    border-radius: 5px;
	padding: 5px 10px;
}

.search-form #edit-basic input[type=text] {
	width: 200px;
    -webkit-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.search-form input:focus {
	background: #000;
	color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
}

.search-form #edit-basic input[type=text]:focus {
	width: 700px;
}

.search-form input[type=submit] {
	background: #c70000;
	color: #FFF;
	border: 1px solid #c70000;
	font-weight: bold;
}

.search-form fieldset {
	margin: 0 25px 0 0;
	padding: 0 0 25px 0;
	border: none;
}

.search-form .fieldset-title,
.search-form .fieldset-legend {
	font-weight: bold;
	padding: 0 !important;
	margin: 0 !important;
}

ol.search-results {
	list-style: none;
	margin: 0;
	padding: 0 25px;
}

ol.search-results li {
	padding: 0 0 10px 0;
}

.search-results .title {
font-size: 18px;
}

.search-snippet {
margin: 0;
}

.search-snippet strong {
color: #F00;
}

#block-menu-menu-portfolio-menu ul.menu {
	margin: 0 0 0 12px;
}

#block-menu-menu-portfolio-menu ul.menu li {
	display: inline;
}

#block-menu-menu-portfolio-menu ul.menu a {
	color: #FFF;
	background: #ba0000;
	padding: 4px 10px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	transition: all;
	transition-duration: 250ms;
	-webkit-transition: all;
	-webkit-transition-duration: 250ms;
	-moz-transition: all;
	-moz-transition-duration: 250ms;
	-o-transition: all;
	-o-transition-duration: 250ms;
}

#block-menu-menu-portfolio-menu ul.menu a:hover {
	background: #F00;
}

#block-block-4 {
	margin: 0 25px;	
}

.view-portfolio {
	margin: 0 25px;
}

.view-portfolio .views-row {
	margin: 0 0 15px 0;
}

.view-id-portfolio .views-field.views-field-title {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 3px 0;
}

.view-id-portfolio .views-field-field-photos a {
	padding: 0 5px 0 0;
	transition: all;
	transition-duration: 250ms;
	-webkit-transition: all;
	-webkit-transition-duration: 250ms;
	-moz-transition: all;
	-moz-transition-duration: 250ms;
	-o-transition: all;
	-o-transition-duration: 250ms;
}

.view-id-portfolio .views-field-field-photos a:hover {
	opacity: 0.6;
}



::selection {
	background: #cd0000;
	color: #FFF;
	}
	
::-moz-selection {
	background: #cd0000;
	color: #FFF;
}

.feed-icon {
display: none;
}

.profile {
	margin: 0 !important;
	padding: 0 25px 30px 25px !important;
}

.profile .field {
	padding: 0 0 12px 0;
}

.profile .user-picture {
	margin: 0 0 0 0 !important;
}

.profile h3 {
	display: none;
}

.profile dl {
	margin: 17px 0 0 0 !important;
}

.title,
.title a {
}
.submitted {
	color: #999;
	font-size: 0.8em;
	padding: 0 0 5px 0;
}

.submitted a {
	color: #999;
}

.submitted a:hover {
	color: #FFF;
}

.links {
  color: #999999;
}
.links a {
  font-weight: bold;
}
.block {
}
#block-system-main {
  border-bottom: none;
}
.block .title {
}
.node {
	padding: 0 25px 45px;
}
.node-sticky {
}
.node .content,
.comment .content {
}
.node .taxonomy {
  color: #999999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .user-picture {
  border: 1px solid #dddddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.node .user-picture img {
  vertical-align: bottom;
}
.comment {
  border: 1px solid #aabbcc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.node .comment .user-picture {
  border: 1px solid #aabbcc;
}

tbody {
	border: none !important;
}

ul.primary li a {
	background-color: #000 !important;
}

ul.primary li.active a {
	background-color: #FFF !important;
}

.form-item label {

}
.item-list .title {

}
.links {
}
.comment .links {
}

.region-sidebar-first,
.region-sidebar-second {
}

.region-sidebar-first {
}

#site-name {
}
#site-name a:link,
#site-name a:visited {
}
#site-name a:hover {
}
#site-slogan {
}
#menu {
}

ul.links li {
}
ul.links li.first {
}
.region-search .block-search {
}
.block-search .form-text,
.block-search .form-submit {
}
.block-search input.form-text {
}
.region-highlighted {
}
.region-highlighted a,
.region-highlighted a:visited {
}
.region-highlighted,
.node .content,
.comment .content {
}
#help {
}
.breadcrumb {
}
.messages {
}

#navlist {
}
#navlist a {
}
#subnavlist {
}
#subnavlist a {
}
#navlist ul,
#subnavlist ul {
}
#navlist li,
#subnavlist li {
}
#navlist.links,
#subnavlist.links {
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories,
#aggregator .source,
#aggregator .age {
  color: #999999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  min-height: 24px;
}
#forum .title,
#forum a {
  font-size: 1em;
}
#forum td.forum,
#forum td.posts {
  background-color: #eeeeee;
}
#forum td.topics,
#forum td.title,
#forum td.last-reply {
  background-color: #dddddd;
}
#forum td.container {
  background-color: #cccccc;
}
#forum td.container a {
  color: #555555;
}
#forum td.statistics,
#forum td.settings,
#forum td.pager {
  height: 1.5em;
  border: 1px solid #bbbbbb;
}
#forum td .name {
  color: #9966cc;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #aabbcc;
  padding: .5em;
  margin: 1em 0;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #6699cc;
  color: #ffffff;
  padding: 5px 8px;
  margin: 0;
}

.version-links .links li {
  text-align: right; /* LTR */
  display: inline;
  list-style: none;
  padding-left: 3px;
  padding-right: 3px;
}

table.system-status-report tr.ok {
  background-color: #ddffdd;
}

div.vertical-tabs ul.vertical-tabs-list a {
  font-weight: normal;
}

div.vertical-tabs ul.vertical-tabs-list li strong {
  font-weight: bold;
}

div.vertical-tabs ul.vertical-tabs-list li.selected small {
  color: #000000;
}

div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
  color: #000000;
}
