/**
 * RESET 
 */

@import "css/reset.css";
/**
 * GLOBAL
 */

body {
  background: #fff;
  color: #222;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Anton', sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.5;
  margin-top: 0.75em;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1;
  margin-top: 1em;
}

h3, .h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 1.2em;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 1.5em;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

a { color: #d92546; text-decoration: none; }

a:visited { color: #d92546; }

a:hover, a:active, li a.active  { color: #222; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

/* apply common styling after reset.css */

li ul, li ol {  margin: 0; }
ul, ol {  margin: 0 1.5em 1.5em 0;  padding-left: 1.5em; }
ul {  list-style-type: disc; }
ol {  list-style-type: decimal; }
dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
hr {  background: #666;  border: none;  clear: both;  float: none;  height: 1px;  margin: 0 0 1.4375em;  width: 100%; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4375em;  padding: 1.5em; }
table {  margin-bottom: 1.5em;  width: 100%; }
th, tr, td {  vertical-align: middle; }
th { padding-right: 1em; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }

blockquote {
	background-color: #e7e7e7;
	border-left: 6px solid #d92546;
	padding: 14px 14px 10px 14px;
	margin: 10px 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
}
code, pre {
	background-color: #e7e7e7;
	border-left: 6px solid #d92546;
	display: block;
	padding-left: 20px;
	margin: 10px 0;
}
strong {
font-weight: bold;
}
i {
font-style: italic;
}
.clear { clear: both; width: 100%;}
.display-block { display: block; }

#main .content  table{
	margin-bottom: 1.5em;  
	width: 100%; 
}
#main .content  th{
	font-weight: bold;
	padding: 10px 5px;
	background: #eae9e9;
	border: 1px solid #aeaeae;
}
#main .content table td{
	border: 1px solid #aeaeae;
	padding: 5px;
}
/**
 * LAYOUT
 */

#container {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
}
.container {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
}
/**
 * MAIN
 */

/* 1 column: global values*/

#main {
  display: inline;
  margin: 0;
}

/* 3 columns */

body.two-sidebars #main {
  float: left;
  margin: 0 0 0 240px;
  padding: 0;
  width: 460px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #main {
  float: right;
  margin: 0;
  padding: 0;
  width: 700px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #main {
  float: left;
  margin: 0;
  padding: 0;
  width: 700px;
}

/**
 * SIDEBARS
 */

/* 3 columns: sidebar-first */

body.two-sidebars #sidebar-first {
  float: left;
  margin: 0 0 0 -700px;
  padding: 0;
  width: 220px;
}

/* 3 columns: sidebar-second */

body.two-sidebars #sidebar-second {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #sidebar-first {
  float: left;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #sidebar-second {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/**
 * HEADER
 */
#header-top {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	clear: both;
	width: 100%;
	min-height: 50px;
}
#header-top #logo {
	float: left;
	margin: 0 1em 1.5em 0;
}
#social { }

#social li {
	display: inline;
	float: right;
}
#social .icon{
	width: 32px;
	height: 32px;
	float: right;
	margin-left: 1px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0.5;
}
#social .icon:hover{
	opacity: 1;
}
#social .linkedin{
	background: url(images/linkedin.png) no-repeat;
}
#social  .googleplus{
	background: url(images/googleplus.png) no-repeat;
}
#social .twitter{
	background: url(images/twitter.png) no-repeat;
}
#social .facebook{
	background: url(images/facebook.png) no-repeat;
}
#header-top .search-box .form-submit{
	background-color: #d92546;
	color: #fff;
	border: 0;
	padding: 7px 10px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0.5;
}
#header-top .search-box .form-submit:hover{
	opacity: 1;
}
#header-top .search-box .form-text{
	background: url(images/search.png) no-repeat 2px 3px;
	border: 1px solid #ec92a3;
	padding: 5px 4px 5px 24px;
}
#header-top .search-box .form-text:focus {
	outline: none;
}

/**
 * NAVIGATION
 */

#navigation {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #111314;
	min-height: 90px;
	width: 100%;
	min-width: 960px;
	font-family: 'Open Sans Condensed', sans-serif;
}
#navigation ul.menu{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul.menu li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 22px;
  list-style: none;
}

#navigation ul.menu li a {
}

#navigation ul.menu li a.active, #navigation ul.menu li a:hover{
  color: #d92546;
}
/* Little tricking with positions */
.navigation  li {
	float:left;
	position:relative; 
}
.navigation  ul li a{
	display: block;
	padding: 28px 30px 28px 10px;
	color: #ddd;
	text-transform: uppercase;
}
/* Sub Cat Menu stuff*/
.navigation  ul ul{
	position:absolute; 
	left:0; 
	display:none; /* Hide it by default */
	margin:0 0 0 -1px; 
	padding:0;
	list-style: none;
	border-bottom: 2px solid #d92546;
	z-index: 110;
}
	
.navigation  ul ul li {
	width: 170px; 
	float: left; 
	border-top: none;
}
	
/* Sub Cat menu link properties */
.navigation ul ul a {

}
.navigation  ul ul li a {
	background:#111314; 
	display:block;  	/* Making sure a element covers whole li area */
	padding: 4px 10px; 
	text-decoration:none; /* No underline */
	border-top:1px solid #d92546;
	text-transform: none;
	font-size: 18px;
}
li.expanded > a:after {
content: " + ";
color: #525356;
font-weight: bold;
}
	
#breadcrumb {
	background-color: #eeeeee;
	padding: 0.5em 0;
}
.breadcrumb {
	clear: both;
	font-family: 'Open Sans Condensed', sans-serif;
}

.breadcrumb a{
	color: #d92546;
}

/* menus and item lists */

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

/* admin tabs */

.tabs-wrapper {
  border-bottom: 1px solid #333;
  margin: 0 0 1.4375em;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0 1em;
}

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.5em;
  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;
}

/**
 * NODES
 */

.node {
  margin-bottom: 3em;
}
.submitted {
	background: #ddd;
	padding: 5px 10px;
	width: 680px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 8px 0;
}
#main img {
	max-width: 700px;
}

#main footer {
	margin-bottom: 16px;
	font-family: 'Anton', sans-serif;
}
/* tags */
.field-name-field-tags {
  margin: 0 0 1.5em;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}
/* Pages */
ul.pager {
margin-bottom: 20px;
padding: 0;
font-family: 'Anton', sans-serif;
}
ul.pager .pager-current {
	background-color: #222;
	color: #d92546;
}
.pager-item, .pager-next, .pager-last, .pager-previous, .pager-first {
	background-color: #d92546;
	color: #fff;
}
.pager-item a, .pager-next a, .pager-last a, .pager-previous a, .pager-first a{
	color: #fff;
}
/* profile */

.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

.password-parent {
  width: 36em;
}

/**
 * 8.COMMENTS
 */

#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {
  margin-bottom: 1.5em;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

/**
 * 9.BLOCKS
 */

.block {
  margin-bottom: 2.5em;
}
#footer .block ul, .sidebar .block ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#footer .block li {
border-bottom: 1px solid #000;
padding: 4px 0;
list-style: none;
}
.sidebar .block li {
border-bottom: 1px solid #ceaeb4;
padding: 4px 0;
list-style: none;
}
/**
 * 10.FOOTER
 */

#footer {
	clear: both;
	padding: 1.5em 0;
	position: relative;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	background: url(images/footer-bg.jpg);
	width: 100%;
	display: table;
}
#footer a{
	color: #d92546;
}
#footer a:hover{
	color: #ddd;
}
#footer h2{
	text-transform: uppercase;
}
.footer-one, .footer-two, .footer-three {
	width: 300px;
	float: left;
	position: relative;
}
.footer-one, .footer-two {
	margin-right: 20px;
}
.footer-three {
	margin-right: 0;
}
#footer-bottom {
	background: #111314;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 10px 0;
	width: 100%;
	display: table;
}
#copyright {
	font-size: 14px;
	width: 100%;
}
/* Homepage Slider
------------------------------------------------- */
#slider{
float: left;
margin-top: 14px;
}
.main_view { 
float: left; 
position: relative; 
}

.window { 
overflow: hidden; 
position: relative; 
width:940px; 
height:300px; 
float: left;
}

.image_reel { 
position: absolute; 
top: 0; 
left: 0; 
}

.image_reel img {
float: left;
}

.paging { 
padding: 7px 0 8px 0; 
text-align: center; 
z-index: 100; 
background: url(images/slider.png) bottom left no-repeat; 
}

.paging a { 
text-indent: -9999px; 
background: url(images/slide-button.png) no-repeat center; 
width: 15px; 
height: 15px; 
display: inline-block;
margin: 4px; 
border: none; 
outline: none; 
}

.paging a.active { 
background: url(images/slide-button-active.png) no-repeat center; 
border: none; 
outline: none;
}

.paging a:hover {
font-weight: bold; 
border: none; 
outline: none;
}
.slidertitle{
background: #d92546;
display: none; 
position: absolute; 
bottom: 30px;
left: 0; 
z-index: 100; 
color: #fff;
font-size: 1.7em;
font-family: 'Anton', sans-serif; 
padding: 10px;
margin-bottom: 14px;
}

.slidertext { 
background: #ca4c63; 
display: none; 
position: absolute; 
bottom: 0;
left: 0; 
z-index: 101; 
color: #fff;
font-size: 1.4em; 
padding: 10px;
font-family: 'Open Sans Condensed', sans-serif;
}
/**
 * CUSTOM HOMEPAGE
 */
.page-header {
	text-align: center;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 30px;
}
.page-header h1{
	font-size: 40px;
	text-transform: uppercase;
}
.page-header h2{
	font-size: 34px;
	text-transform: uppercase;
}
.page-header p{
	font-size: 30px;
	color: #818181;
	font-family: 'Open Sans Condensed', sans-serif;
}
.full {
	width: 940px;
	margin: 0 auto;
	float: left;
}
.one_three {
	margin-right: 20px;
}
.one_three_last {
	margin-right: 0;
}
.one_three , .one_three_last {
	width: 300px;
	min-height: 300px;
	float: left;
	position: relative;
	text-align: center;
}
.one_three p , .one_three_last p{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
}
.circle {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-color: #d92546;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0.8;
	margin: 0 auto;
}
.circle:hover {
	opacity: 1;
}
.circle img {
margin-top: 50px;
}
.last {
	margin-right: 0;
}