@import url(http://fonts.googleapis.com/css?family=Oswald);
/* Default Style
------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}


blockquote, q {
    quotes:none;
	border: 1px solid #bbbbbb;
	background: #d8d8d8 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;
}
pre {
background: #d8d8d8;
text-shadow: 1px 1px #fff;
border: 1px solid #bbbbbb;
padding: 7px;
margin: 5px 0;
border-radius: 7px;
}

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

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

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

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

hr {
    height:1px;
    background: #9f9f9f;
    margin: 7px 0;
    border: none;  
	clear: both;  
	float: none;  
	width: 100%; }
}

input, select {
    vertical-align:middle;
}

select {
border-radius: 4px;
border: 1px solid #ACACAC;
padding: 3px 4px;
}
a img {
border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  margin-top: 0.4em;
  font-family: 'Oswald', sans-serif;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.5385;
  }

h2, .h2 {
  font-size: 1.5385em;
  line-height: 2;
  margin-top: 1em;
}

h3, .h3 {
  font-size: 1.2308em;
  line-height: 1.25;
  
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  line-height: 1.5385;
 
}

p {
  margin: 0 0 1.2em 0;
}

p a:link {

}

a, a:link, a:visited {
  color: #999999;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active {
  color: #808080;
  outline: none;
}




li ul, li ol {  margin: 0; }
ul, ol { 
 margin: 0 1.6em 1.6em 0;  padding-left: 1.6em;
 }
 
ul {  
list-style-type: disc; 
}
ol { 
list-style-type: decimal; 
padding-left: 10px;
margin-left:14px;
}
dl {  margin: 0 0 1.5385em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5385em; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4615em;  /*padding: 1.5385em;*/ }

table {  
border-collapse:collapse;
border-spacing:0;
margin-bottom: 15px;  
width: 100%; }
th, tr, td {  
vertical-align: middle;
padding: 3px 0;
}
.sticky-header th, .sticky-table th {  
border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; 
}

.clear{
clear: both;
}
::selection {
background:#2e2e2e;
color:#fff;
}
::-moz-selection {
background: #c44e34;
color: #fff;
}
::selection {
background: #c44e34;
color: #fff;
}
img::selection{
background: transparent;
}
img::-moz-selection	{
background: transparent;
}

/* Global Style
------------------------------------------------*/
body {
background: #000000 /*url(images/bg.jpg)*/;
color: #323232;
font-family: Lucida Grande, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 22px;
margin: 0;
padding: 0;
color: #393939;
}

.dot {
background: url(images/dot.png) repeat-x;
height: 9px;
float: left;
width: 100%;
}
/* 
Navigation for mobile devices
------------------------------------------------*/
#mobile-nav-holder{
z-index: 1000;
background: #262626;
padding: 0;
margin: 0;
}
#mobile-nav-holder ul.menu {
margin: 0;
}
#mobile-nav{
display: none;
padding: 0;
margin: 0;
}

#mobile-nav-holder a{
display: block;
padding: 3px 10px;
text-decoration: none;
color: #f8f6f6;
-webkit-transition: all  0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#mobile-nav-holder li{
list-style: none;
}

#mobile-nav-holder li a{
border-bottom: 1px solid #222;
}

#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a{

}

#mobile-nav-holder li > ul a{
margin-left: 30px;
}

#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
background: #0d0d0d; 
}

#mobile-nav-holder a:hover{
padding-left: 20px;
}

#mobile-nav-holder #nav-open{
background: #191a1a; 
position: absolute;
z-index: 2000;
}

#mobile-nav-holder #nav-open a{
display: block;
padding: 8px 12px;
margin: 0;
}

#mobile-nav-holder #nav-open a:hover,
#mobile-nav-holder #nav-open a:focus{
background: #191a1a;
}

#mobile-nav-holder #nav-open:hover a{
color: #cccccc;
}

#mobile-nav > .current-menu-item > a,
#mobile-nav > .current_page_item > a{
color: #fe8300;	
}

/* 
Header
--------------------------------------------------*/
header{
position: relative;
min-height: 100px;
background: #000000;
display: block;
padding-bottom: 12px;
z-index: 99;
}
#logo{
padding-top: 20px;
float: left;
}
/* Header Top
------------------------------------------------*/
header .search-box{
float: right;
padding: 0;
margin: 22px 10px 0 0;
}
header  .search-box .form-text{
color: #333333;
width: 160px;
height: 22px;
background: #ffcc33 url(images/search.png) no-repeat 3px 4px;
padding: 2px 0px 2px 24px;
border-radius: 3px;
border: 0;
}
header .search-box .form-submit{
display: none;
}
header  .search-box .form-submit:hover{
background: #3c4758;
}
header #header-social{
float: right;
padding: 0;
margin-top: 20px;
}
header #header-social li{
float: left;
list-style: none;
display: inline;
margin-left: 5px;
}
header #header-social li img{
opacity: 0.3;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
}
header #header-social li img:hover{ 
opacity: 1;
}



/* Header and Main menu
------------------------------------------------*/
#top-nav{
float: left;
padding: 10px 0;
font-size: 12px;
font-family: 'Oswald', sans-serif;
line-height: 18px;
text-transform: uppercase;
margin: 0;
position: relative; 
}
.menu .sf-js-enabled {
position: relative; 
z-index: 100;
}
.expanded {
z-index: 102;
}
#top-nav ul {
list-style-type: none;
margin: 0;
padding-left: 0;
}

#top-nav ul a {
display: block;
position: relative;
color: #999999;
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
-ms-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}

#top-nav li {
display: block;
}
#top-nav ul li {
float: left;
position: relative;
z-index: 101;
}
#top-nav ul li:hover {
visibility: inherit; /* for IE7 'sticky bug' */ 
}
#top-nav ul li a{
padding: 6px 25px 6px 0;
margin-right: 8px;
}
#top-nav ul li a:hover{

}

/* top level skin */
#top-nav ul a:hover,
#top-nav ul a:active,
#top-nav ul a.active,
#top-nav ul li.current-cat a,
#top-nav ul li.current_page_item a,
#top-nav ul li.current-menu-item a {
color: #fff;
}
/* 2nd level */
#top-nav ul ul {
background: #000000;
position: absolute;
top: -9999em;
width: 120px; /* left offset of submenus need to match */
padding: 0 15px 10px 0;
border-radius: 0 0 5px 5px;
margin: -8px 0 0 0;
}

#top-nav ul ul li { 
width: 100%; 
background: none;
padding: 5px 0;
border-bottom: 1px solid #000;
border-top: 1px solid #504f4f;
}

#top-nav ul ul li a{
border: 0;
border-radius: 0px;
padding: 5px;
color: #cacbc6;
}
#top-nav li:last-child {
background: none;
}
 
#top-nav ul ul li:first-child {
padding-top: 0 0 5px 0;
border-top: none;
} 

#top-nav ul ul li:last-child {
padding: 5px 0 0 0;
border-bottom: none;
}

/*  Make sub menus appear */
#top-nav ul li:hover ul,
#top-nav ul li.sfHover ul {
left: -1px;
top: 36px; /* match top ul list item height */
z-index: 99;
}

/* Hide all subs subs (4 levels deep) */
#top-nav ul li:hover li ul,
#top-nav ul li.sfHover li ul,
#top-nav ul li li:hover li ul,
#top-nav ul li li.sfHover li ul,
#top-nav ul li li li:hover li ul,
#top-nav ul li li li.sfHover li ul { 
top: -9999em; 
}
.sf-sub-indicator{

}
/* Displays all subs subs (4 levels deep) */
#top-nav ul li li:hover ul,
#top-nav ul li li.sfHover ul,
#top-nav ul li li li:hover ul,
#top-nav ul li li li.sfHover ul,
#top-nav ul li li li li:hover ul,
#top-nav ul li li li li.sfHover ul {
left: 180px; /* match .nav ul width */
top: -1px;
}
	
/* 3rd level */
#top-nav ul ul ul{
margin: -4px 0 0 -45px;
border-radius: 0 5px 5px 0;
}



/* Layout
------------------------------------------------*/
#wrapper {
margin: 0 auto;
padding: 0;
width: 1040px;
}
/* breadcrumb
------------------------------------------------*/
.breadcrumb {
font-size: 10px;

}
.breadcrumb a{
color: #585858;
}
.breadcrumb a:hover{
color: #000;
text-decoration: none;
}


/* Blogpage
------------------------------------------------*/
.node {
margin-bottom: 40px;
float: left;
}
.node-teaser{
margin-bottom: 40px;
padding-bottom: 20px;
background: url(images/dot-border.png) repeat-x bottom;
}


/* content body (sidebars and main content)
------------------------------------------------*/
#content-home {
width: 1040px;
float: left;
margin-top: 8px;
}

#content-body {
background: #f4f4f4;
width: 740px;
padding: 5px 10px;
float: right;
margin-top: 8px;
border-radius: 7px;
border: 1px solid #dbdbdb;
}
#content-body-maintenance {
background: #f4f4f4;
width: 920px;
margin: 0 auto;
padding: 20px;
float: left;
margin-top: 8px;
border-radius: 7px;
border: 1px solid #dbdbdb;
text-align: center;
}
#content-body-maintenance  img{
display: block;
margin-left: auto;
margin-right: auto;
}
/* main post content
------------------------------------------------*/
#main {
display: inline;
margin: 0;
}
#main img{
height: auto;
}
/* 3 columns */
body.two-sidebars #main {
float: left;
margin: 0 0 0 0;
padding: 0;
width: 500px;
}
body.two-sidebars #main img{
height: auto;
}

/* 2 columns: sidebar-first */
body.sidebar-first #main {
float: right;
margin: 0;
padding: 0;
width: 740px;
}

/* 2 columns: sidebar-second */
body.sidebar-second #main {
float: left;
margin: 0;
padding: 0;
width: 740px;
}
body.sidebar-first #main img, body.sidebar-second #main img {
height: auto;
}
/* sidebar
------------------------------------------------*/
/* common properties for both sidebars */
#sidebar-first h2, #sidebar-second h2{
font-family: 'Oswald', sans-serif;
}
#sidebar-first a, #sidebar-second a{
color: #636363;
}
#sidebar-first a:hover, #sidebar-second a:hover{
color: #0080aa;
}
#sidebar-first .block, #sidebar-second .block{
/*background: #000;*/
border-radius: 5px;
padding: 0px 0px 4px 6px;
}
#sidebar-first ul, #sidebar-second ul{
margin: 0;
padding: 0;
}

#sidebar-first li, #sidebar-second li{
list-style: none;
list-style-image: none;
/*background: url(images/sidebar-arrow.png) no-repeat left center;*/
border-bottom: 1px dotted #d4d2d2;
padding: 4px 0 4px 0;
}
/* 3 column First-sidebars */
body.two-sidebars #sidebar-first {
  float: left;
  margin: 0 0 0 -770px;
  padding: 0;
  width: 260px;
}

/* 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 0 0 -320px;
  padding: 0;
  width: 260px;
}

/* 2 columns: sidebar-second */
body.sidebar-second #sidebar-second {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* Node / post content
------------------------------------------------*/
.title{
font-family: 'Oswald', sans-serif;
color: #3a3a3a;
}
.title a{
color: #3b4f6e;
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
-ms-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}

.title a:hover{
color: #222;
}

h2.title a{
font-size: 18px;
margin: 5px 0;
font-weight: normal;
}

.submitted{
padding: 4px 9px;
border-radius: 4px;
color: #383838;
text-shadow: 1px 1px #fff;
clear: both;
display: block;
margin-bottom: 4px;
border: 1px solid #c4c7cf;
}
#main .content {
color: #525151;
}
#main .content p{
line-height: 20px;
margin-bottom: 14px;
}

#main .content h1{
font-size: 26px;
line-height: 1.3; 
margin: 10px 0 6px 0;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h2{
font-size: 22px;
line-height: 1.2; 
margin: 8px 0 5px 0;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h3{
font-size: 18px;
line-height: 1.2; 
margin: 5px 0 4px 0;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h4{
font-size: 16px;
margin: 4px 0 3px 0;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h5{
font-size: 14px;
margin: 4px 0 4px;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h6{
font-size: 12px;
margin: 3px 0 3px;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content ul li, #main .content ol li{
margin-bottom: 4px;
}
#main .content ul.checklist, #main .content ul.arrowlist, #main .content ul.deletelist{
padding: 0;
}
#main .content ul.checklist li{
background: url(images/list-check.png) left center no-repeat;
list-style-type: none;
padding-left: 20px;
}
#main .content ul.arrowlist li{
background: url(images/list-arrow.png) left center no-repeat;
list-style-type: none;
padding-left: 20px;
}
#main .content ul.deletelist li{
background: url(images/list-delete.png) left center no-repeat;
list-style-type: none;
padding-left: 20px;
}

/* added */
#block-locale-language ul li {
  margin: 5px;
  float: right;
  display: inline;
}

/* Node / post default links
------------------------------------------------*/
.post-links {
}

.post-links ul.links{
}

.post-links ul.links li{
}

.post-links ul.links li a{
border-left: 4px solid #d97b27;
border-radius: 0;
background: #bbbbbb;
color: #c06514;
font-size: 12px;
display: inline-block;
padding: 3px 10px;
text-shadow: 1px 1px #edecea;
-webkit-transition-duration: 0.20s;
-webkit-transition-timing-function: ease-out;
-moz-transition-duration: 0.20s;
-moz-transition-timing-function: ease-out;
}
.post-links ul.links li a:hover{
	background: rgba(0,0,0,0.5);
	padding: 3px 15px;
	color: #000;
	text-shadow: 1px 1px #b3b3b3;
	}
.links{
color: #000;
margin-top: 10px;
font-size: 10px;
}
.links li a{
background: #d3d1d1;
padding: 4px 5px;
border-radius: 4px;
color: #383838;
text-shadow: 1px 1px #fff;
font-weight: normal;
}
.links li a:hover{
color: #b3b3b3;
}


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

#main th {
background: #dbdbdb;
padding: 5px 4px;
text-shadow: 1px 1px #fff;
border-right: 1px solid #c8c7c7;
}
#main td {
background: #ebebeb;
color: #747474;
text-align: left;
padding-left: 4px;
border-right: 1px solid #c8c7c7;
border-bottom: 1px solid #c8c7c7;
}
/* poll, Form
------------------------------------------------*/
.poll .vote-form .choices .title{
font-size: 18px;
font-weight: normal;
line-height: 2;
}
.poll .vote-form .choices{
margin: 0;
}

.form-submit{
border-radius: 5px;
cursor: pointer;
background: #575757;
border: 1px solid #000;
color: #fff;
padding: 4px 6px;
margin-right: 4px;
margin-bottom: 5px;
}

.form-submit:hover{
background: #454444;
}

input.form-checkbox, input.form-radio {
vertical-align: baseline;
}
.form-text{
border-radius: 3px;
border: 1px solid #acacac;
color: #949494;
padding: 4px 5px;
}
/* menus and item lists */

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

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

/* Admin Tabs
---------------------------------g-*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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


/* Tabs and Tags
------------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}
.field-name-field-tags a{
display: inline-block;
background: url(images/tag.png) no-repeat;
padding: 0px 8px 0 16px;
height: 22px;
color: #6c6c6c;
text-shadow: 1px 1px #fff;
border-radius: 2px;
font-size: 10px;
}
.field-name-field-tags a:hover{
color: #205194;
}
.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

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

#main .field-label{
color: #000;
}
#main .field-items .field-item{
}
/* Blocks
------------------------------------------------*/
.block {
  margin-bottom: 1.5385em;
}
.block  p{
  margin-bottom: 2px;
}
/* Footer
------------------------------------------------*/
#footer {
clear: both;
background: #000000 /*url(images/footer.jpg)*/;
position: relative;
color: #dedede;
border-top: 4px solid #000000;
	top: 10px;
}

#footer a{
color: #cccccc;
text-decoration: none;
}
#footer a:hover{
color: #fff;
text-decoration: none;
}
#footer h2{
color: #000;
font-family: 'Oswald', sans-serif;
text-shadow: 1px 1px #505050;
}
#footer ul {
margin: 0;
padding: 0;
}
#footer li {
list-style: none;
list-style-image: none;
background: url(images/sidebar-arrow.png) no-repeat left center;
border-bottom: 1px dotted #464646;
padding: 4px 0 4px 17px;
}
.first-footer{
width: 230px;
float: left;
}
.second-footer{
width: 230px;
float: left;
margin-left: 20px;
}
#copyright{
padding: 10px 0 10px 0;
color: #787878;
text-shadow: 1px 1px #000;
background: url(images/dot.png) repeat-x;
}
#twitter_update_list li {
background: url(images/tweet.png) left center no-repeat;
padding: 4px 0 4px 24px;
}
/* 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;
}

/* comment
---------------------------------*/
#comments {
  clear: both;
  margin-top: 14px;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 8px;  
}

.comment {
  margin-bottom: 1.5em;
  padding: 5px;
  border-radius: 7px;
  min-height: 150px;
  border-bottom: 1px solid #d9d9d9;
}

h3.comment-title a{
margin-bottom: 5px;
font-family: 'Oswald', sans-serif;
font-size: 16px;
color: #67696d;
}
.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}
.form-textarea-wrapper textarea {
border-radius: 3px;
border: 1px solid #acacac;
color: #949494;
}
.comment .submitted {
display:inline;
background: #e5e5e5;
}
.comment .user-picture{
float: left;
padding: 4px;
border: 1px solid #d9d9d9;
margin-right: 7px;
margin-bottom: 7px;
}
.comment-new-comments{
display: none;
}
/* Page Navigation
------------------------------------------------*/
.item-list .pager {
}
.item-list .pager li {
background: #ededed;
border-radius: 3px;
margin-right: 4px;
/*text-shadow: 1px 1px #fff;*/
}
/* Forum
------------------------------------------------*/
.field-name-taxonomy-forums div{
display: inline;
margin-top: 4px;

}
.field-name-taxonomy-forums .field-items{

}
#forum .title{
font-size: 16px;
}
#forum .submitted{
font-size: 12px;
font-family: Lucida Grande, Verdana, Arial, sans-serif;
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-family: 'Oswald', sans-serif;
font-size: 16px;
}
/* User picture
------------------------------------------------*/
.user-picture{

}
/* scrool to top
------------------------------------------------- */
.backtotop { 
background:url(images/goup.png) no-repeat; 
width:40px; 
height:40px;
}

/* column
------------------------------------------------- */
.one_half{
width:47%;
float: left;
margin-right:3%
}
.one_half_last{
width:47%;
float: left;
margin-left: 3%;
}
.one_half_last{
}
.one_three{
float: left;
width: 31%;
margin-right: 3%;
}
.one_three_last{
float: left;
width: 31%;
margin-right: 0;
}
.two_three{
float: left;
width: 65%;
margin-right: 3%;
}
.two_three_last{
float: left;
width: 65%;
margin-right: 0;
}
/* Button
------------------------------------------------- */
.button{
display: inline-block;
border-radius: 2px;
padding: 3px 6px;
background: #d38222;
text-align: center;
color: #fff;
margin: 0 15px 15px 0;
}
a.button{
color: #fff;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 1;
}
a.button:hover {
background : #8c8c8c;
color: #dbdbdb;
}
a.button_black{
color: #e9e9e9;
background-color: #333333;
border: 1px solid #A6A6A6;
-moz-box-shadow: 0px 1px 1px #999999;
-webkit-box-shadow: 0px 1px 1px #999999;
box-shadow: 0px 1px 1px #999999;
margin: 0 15px 15px 0;
padding: 0px 19px 0px 19px;
min-height: 27px;
line-height: 26px;
font-size: 14px;
display: inline-block;
margin-left: 2px;
font-weight: bold;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 1;
}
a.button_black:hover{
opacity: 0.6;
}
a.button_gray{
color: #555;
background-color: #AFAFAF;
border: 1px solid #A6A6A6;
text-shadow: 1px 1px #d9d9d9;
-moz-box-shadow: 0px 1px 1px #999999;
-webkit-box-shadow: 0px 1px 1px #999;
box-shadow: 0px 1px 1px #999;
margin: 0 15px 15px 0;
padding: 0px 19px 0px 19px;
min-height: 27px;
line-height: 26px;
font-size: 14px;
display: inline-block;
margin-left: 2px;
font-weight: bold;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 1;
}
a.button_gray:hover{
opacity: 0.6;
}
a.button_white{
color: #515151;
background-color: #f1f1f1;
border: 1px solid #A6A6A6;
text-shadow: 1px 1px #fff;
-moz-box-shadow: 0px 1px 1px #999999;
-webkit-box-shadow: 0px 1px 1px #999;
box-shadow: 0px 1px 1px #999;
margin: 0 15px 15px 0;
padding: 0px 19px 0px 19px;
min-height: 27px;
line-height: 26px;
font-size: 14px;
display: inline-block;
margin-left: 2px;
font-weight: bold;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 1;
}
a.button_white:hover{
opacity: 0.6;
}
a.button_blue{
color: #0b263d;
background-color: #5388b6;
border: 1px solid #A6A6A6;
text-shadow: 1px 1px #b6c7d5;
-moz-box-shadow: 0px 1px 1px #999999;
-webkit-box-shadow: 0px 1px 1px #999;
box-shadow: 0px 1px 1px #999;
margin: 0 15px 15px 0;
padding: 0px 19px 0px 19px;
min-height: 27px;
line-height: 26px;
font-size: 14px;
display: inline-block;
margin-left: 2px;
font-weight: bold;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 1;
}
a.button_blue:hover{
opacity: 0.6;
}
a.button_yellow{
color: #969113;
background-color: #d9d21c;
text-shadow: 1px 1px #efebb1;
border: 1px solid #A6A6A6;
-moz-box-shadow: 0px 1px 1px #999999;
-webkit-box-shadow: 0px 1px 1px #999;
box-shadow: 0px 1px 1px #999;
margin: 0 15px 15px 0;
padding: 0px 19px 0px 19px;
min-height: 27px;
line-height: 26px;
font-size: 14px;
display: inline-block;
margin-left: 2px;
font-weight: bold;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 1;
}
a.button_yellow:hover{
opacity: 0.6;
}
a.button_red{
color: #601903;
background-color: #c64821;
text-shadow: 1px 1px #cea598;
border: 1px solid #A6A6A6;
-moz-box-shadow: 0px 1px 1px #999999;
-webkit-box-shadow: 0px 1px 1px #999;
box-shadow: 0px 1px 1px #999;
margin: 0 15px 15px 0;
padding: 0px 19px 0px 19px;
min-height: 27px;
line-height: 26px;
font-size: 14px;
display: inline-block;
margin-left: 2px;
font-weight: bold;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 1;
}
a.button_red:hover{
opacity: 0.6;
}
a.button_orange{
color: #684714;
background-color: #e0941c;
text-shadow: 1px 1px #e4c99e;
border: 1px solid #A6A6A6;
-moz-box-shadow: 0px 1px 1px #999999;
-webkit-box-shadow: 0px 1px 1px #999;
box-shadow: 0px 1px 1px #999;
margin: 0 15px 15px 0;
padding: 0px 19px 0px 19px;
min-height: 27px;
line-height: 26px;
font-size: 14px;
display: inline-block;
margin-left: 2px;
font-weight: bold;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 1;
}
a.button_orange:hover{
opacity: 0.6;
}
a.button_green{
color: #36460b;
background-color: #82a22b;
text-shadow: 1px 1px #c6d3a3;
border: 1px solid #A6A6A6;
-moz-box-shadow: 0px 1px 1px #999999;
-webkit-box-shadow: 0px 1px 1px #999;
box-shadow: 0px 1px 1px #999;
margin: 0 15px 15px 0;
padding: 0px 19px 0px 19px;
min-height: 27px;
line-height: 26px;
font-size: 14px;
display: inline-block;
margin-left: 2px;
font-weight: bold;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 1;
}
a.button_green:hover{
opacity: 0.6;
}

/* short codes Tabs
------------------------------------------------- */
.start_tab {
border: 2px solid #d8d8d8;
border-radius: 4px;
}

.start_tab ul.tabs { 
width:100%;
background: #d8d8d8;
display:inline-block; 
height:24px; 
position:relative; 
margin-bottom: -5px; 
padding: 0;
position:relative;
z-index:15;
}

.start_tab ul.tabs li{ 
display:inline-block; 
float:left; 
margin: 0 6px;
overflow:hidden; 
}

.start_tab ul.tabs li a { 
text-decoration:none; 
color:#454545;
display:inline-block; 
font-size:14px;
font-weight: bold; 
padding: 3px 10px;
position:relative;
z-index:15;
}

.start_tab  ul.tabs li a:hover { }	

html .start_tab ul.tabs li.active { }

html .start_tab ul.tabs li.active a, html .start_tab ul.tabs li.active a:hover  { 
color:#c5c5c5; 
background: #494949;
border-radius: 0 0 5px 5px;
}

.start_tab .tab_container { 
clear:both; 
width:100%; 
-webkit-border-radius:0 5px 5px 5px; 
-moz-border-radius:0 5px 5px 5px; 
border-radius:0 5px 5px 5px; 
behavior: url(PIE.htc); 
position:relative; 
z-index:14; 
top:-0; 
}

.start_tab .tab_content { 
padding: 10px; 
font-size:11px; 
text-shadow: 1px 1px #fff;
}

/* short codes toggle
------------------------------------------------- */
.toggle{
cursor:pointer; 
position:relative; 
padding:10px;
font-size: 14px;
font-weight: bold;
background: #404040; 
color: #e9e9e9;
border-bottom: 2px solid #222;
}
.toggle-block{
padding: 0 10px 10px 10px;
background: #ebebe9;
text-shadow: 1px 1px #fff;
margin: 0;
}

	
/* short codes accordion
------------------------------------------------- */
.acc-header{
cursor:pointer; 
position:relative; 
padding:10px;
font-size: 14px; 
font-weight: bold;
background: #404040; 
color: #e9e9e9;
border-bottom: 2px solid #222;
}

.acc-block{
padding: 0 10px 10px 10px;
background: #ebebe9;
text-shadow: 1px 1px #fff;
margin: 0;
}



/* Custom short codes
------------------------------------------------- */
.dotline{
background: url(images/3dot.png) repeat-x;
height: 5px;
width: 100%;
margin-top: 1px;
}

img.left, a img.left {
display: inline;
margin: 5px 7px 5px 0;
float: left;
}


img.center, a img.center {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
}

img.right, a img.right {
display: inline;
margin: 5px 0 5px 7px;
float: right;
}

.line{
background: url(images/line.png) repeat-x;
height: 10px;
float: left;
width: 100%;
}
.box{
border: 2px solid #9da1ae;
padding: 8px;
background: #e3e3de;
text-shadow: 1px 1px #fff;
border-radius: 5px;
margin: 5px 0;
}
.highlight {
padding:1px 3px;
background:#f3d56e;
line-height: 1.8em;
color: #2e2608;
text-shadow: 1px 1px #fff;
}
.success {
margin: 13px 0;
color:#508930;  
padding:6px 10px 6px 39px;
background:#d2e5c2 url(images/success.png) 8px 8px no-repeat;
border:1px solid #508930;
border-radius: 5px;
text-shadow: 1px 1px #fff;
}

.info {
margin: 13px 0;
color: #475a7e;
padding:6px 10px 6px 39px;
background: #d2dae5 url(images/info.png) 8px 8px no-repeat;
border: 1px solid #475a7e;
border-radius: 5px;
text-shadow: 1px 1px #fff;
} 

.error {
margin: 13px 0;
color: #bc1f1f;  
padding:6px 10px 6px 39px;
background: #ffd2c6 url(images/error.png) 8px 8px no-repeat;
border: 1px solid #bc1f1f;
border-radius: 5px;
text-shadow: 1px 1px #fff;
} 
.warning {
margin: 13px 0;
color: #c8710a;  
padding:6px 10px 6px 39px;
background: #ede4c4 url(images/warning.png) 8px 8px no-repeat;
border: 1px solid #c8710a;
border-radius: 5px;
text-shadow: 1px 1px #fff;
}
.idea {
margin: 13px 0;
color: #866b29;  
padding:6px 10px 6px 39px;
background: #eede95 url(images/idea.png) 8px 8px no-repeat;
border: 1px solid #887003;
border-radius: 5px;
text-shadow: 1px 1px #fff;
}
.note {
margin: 13px 0;
color: #9a7913;  
padding:6px 10px 6px 44px;
background: #f5ecb6 url(images/note.png) 8px 8px no-repeat;
border: 1px solid #dac63c;
border-radius: 5px;
text-shadow: 1px 1px #fff;
}
.message {
margin: 13px 0;
color: #464132;  
padding:6px 10px 6px 48px;
background: #ebe9e3 url(images/message.png) 8px 8px no-repeat;
border: 1px solid #837d6a;
border-radius: 5px;
text-shadow: 1px 1px #fff;
}
.download {
margin: 13px 0;
color: #5d6b26;  
padding:6px 10px 6px 44px;
background: #e2e8c9 url(images/download.png) 8px 8px no-repeat;
border: 1px solid #8ba32d;
border-radius: 5px;
text-shadow: 1px 1px #fff;
min-height: 35px;
}
/* Homepage Slider
------------------------------------------------- */
#slider{
float: left;
margin-top: 12px;
}

#main .content .flexslider ul li, #main .content .flexslider ol li{
margin-bottom: 0px;
}

/* Homepage company slogan region
------------------------------------------------- */
.company-slogan{
width: 100%;
font-family: 'Oswald', sans-serif;
font-size: 20px;
color: #465263;
padding: 26px 0 2px 0;
/*text-align: center;*/
margin-top: 25px;
-moz-box-shadow: 0 0 5px 5px #cccccc;
-webkit-box-shadow: 0 0 5px 5px #cccccc;
box-shadow: 0 0 5px 5px #cccccc;
border-radius: 7px;
}
.company-slogan a{
font-size: 14px;
padding: 3px 7px;
color: #000;
background: #eacc70;
border-radius: 2px;
border: 1px solid #caa945;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
opacity: 0.6;
}

.company-slogan a:hover{
opacity: 1;
}

/* Homepage boxes
------------------------------------------------- */
.homepagebox{
width: 100%;
margin-top: 7px;
float: left;
line-height: 20px;
text-shadow: 1px 1px #fff;
}
.homepagebox h1{
font-family: 'Oswald', sans-serif;
background: url(images/heading-bg.png) repeat-x;
}
.homepagebox h1 span, .homepagebox h2 span{
background: url(images/bg.jpg);
padding: 0 10px;
margin-left: 10px;
}
.homepagebox h2{
font-family: 'Oswald', sans-serif;
text-shadow: 1px 1px #fff;
}

.homeone{
float: left;
margin-right: 22px;
width: 310px;
text-align: left;
padding-bottom: 30px;
}
.homethree{
float: left;
margin-right: 0px;
width: 310px;
text-align: left;
padding-bottom: 30px;
}
.homeone img, .homethree img{
max-width: 300px;
width: expression(this.width > 300 ? 300: true);
height: auto;
padding: 5px;
box-shadow: 2px 2px 6px rgba(0, 0, 0, .7);
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .7);
margin-bottom: 17px;
}
.homeone img:hover, .homethree img:hover{
cursor: pointer;
}
.homepagebox a{
	border-radius: 0 2px 2px 0;
	border-left: 6px solid #d97b27;
	color: #ad5609;
	background: rgba(0,0,0,0.2);
	display: inline-block;
	padding: 3px 10px;
	outline: none;
	text-decoration: none;
	text-shadow: 1px 1px #edecea;
	-webkit-transition-duration: 0.20s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-out;
	}
.homepagebox a:hover  {
	background: rgba(0,0,0,0.5);
	padding: 3px 15px;
	color: #000;
	text-shadow: 1px 1px #b3b3b3;
}
/* Title tool tip
-------------------------------------------------------------- */
.tipsy { 
padding: 5px; 
font-size: 12px; 
background-repeat: no-repeat; 
background-image: url(images/tipsy.gif);
}
.tipsy-inner { 
padding: 4px 6px 4px 6px; 
background-color: #000; 
color: #fff; 
max-width: 200px; 
text-align: center; 
border-radius: 2px;
}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }